
@media all and (max-width: 1024px){

    
    /*Ajustes estilo inicio*/
    .caja-contenedora-general{
    width: 1024px;
    }
    
    .barra-superior{
        height: 56.8px;
    }
    
    .banner{
        width: 100%;
        margin-top: 30.4px;
    }
    
    .img-banner{
        width: 100%;
        height: auto;
    }
    
    /*Whatsapp*/
    .caja-whats{
        width: 95%;
    }
    
    .whatsapp-img{
        width:70px;
        height: auto;
    }
    
    /*menu inicio*/
    
    .menu-inicio{
        height: 41.6px;
        margin-top: 30.4px;
    }
    
    .boton-texto{
        width: 278.4px;
    }
    
    .boton-texto a{
        font-size: 28px;
    }
 
    /*Formulario*/
    
    .caja-formulario{
        height: 540px;
        width: 1024px;
    }
    
    .caja-txt-cont{
        margin-top: 38px;
        height: 48px;
    }
    
    .txt-contacto{
        font-size: 22px;
    }
    
    .cel-contacto{
        font-size: 22px;
    }
    
    .caja1-contacto{
        height: 185px;
        margin-top: 0px;
    }
    
    .nombre{
        height: 35.2px;
        font-size: 20px;
    }
    
    .correo{
        height: 35.2px;
        margin-top: 27.2px;
        font-size: 20px;
    }
    
    .telefono{
        height: 35.2px;
        margin-top: 27.2px;
        font-size: 20px;
    }
    
    .caja-mensaje textarea{
        font-size: 20px;
    }
    
    .imagen-contacto-logo{
        width: 178px;
        height: auto;
    }
    
    .caja-mapa{
        height: 178px;
    }
    
    .mapa{
        height: 176px;
    }
    
    .contacto-secc2{
        height: 229.5px;
        margin-top: 10px;   
        display: flex;
        justify-content: flex-end;
    }
    
    .img-facebook-cont{
        width: 73px;
        height: auto;
    }
    
    .caja-mensaje{
        height: 160px;
    }
    
    .mensaje{
        height: 160px;
        width: 99%;
    }
    
    .caja-boton-enviar{
        height: 43.2px;
        margin-top: 26.4px;
    }
    
    .boton{
        height: 43.2px;
        font-size: 24px;
    }
    
    /*Elaborado por*/
    
    .elaborado-por{
        height: 110px;
        margin-top: 30.4px;
    }
    .derechos-reservados{
        height: 60px;
        font-size: 22px;
    }

    .logo-fcpublicidad img{
        width: auto;
        height: 45px;
    }

}







