/*----------Estilos del pancarta-uno----------*/

.pancarta-uno {
    margin-top: 25px;
    position: relative;
    z-index: -1000;
    width: 100%;
    margin-bottom: 5px;
}

.pancartaimg {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.contenidopancarta {
    width: 90%;
    color: #050400;
    text-align: left;
    margin: 0 50px;
    position: absolute;
    z-index: 1500;
    top: 50%;
    font-weight: bold;
}

.container, .formulario {
    width: 90%;
    padding: 0 10px;
    background: #fff;
}

.iconosocial {
    padding: 0 5px;
}

/*----------Estilos Aviso----------*/

.contenedor-uno {
    background: #fff;
    border: 1px solid #dae5ea;
    margin: 5px auto;
    padding: 5px;
    width: 95%;
}

.contactoinformacion {
    padding: 5px;
    padding-top: 0;
    margin-bottom: 10px;
}

@media screen and (min-width:1024px) {
    
    /*----------Estilos del pancarta-uno----------*/
    
    .pancarta-uno {
        margin-top: 9px;       
    }
    
    .pancartaimg {
        width: 100%;
        height: 250px;
    }
    
    .contenidopancarta {
        text-align: left;
        margin: 0 300px;
        top: 30%;
        font-size: 2em;
    }
    
    /*----------Estilos Contacto----------*/
    
    .contactogrupo {
        width: 1000px;
        display: flex;
        margin: auto;
        margin-top: -105px;
    }
    
    

    p {
        font-size: 0.9em;
    }

    
    
}