
@media all and (max-width: 500px){

    
    /*Ajustes estilo inicio*/
    .caja-contenedora-general{
    width: 320px;
    
    }
    
    .barra-superior{
        height: 17.75px;
    }
    
    .banner{
        width: 100%;
        margin-top: 9.5px;
    }
    
    .img-banner{
        width: 100%;
        height: auto;
    }
    
    /*Whatsapp*/
    .caja-whats{
        width: 70%;
    }
    
    .whatsapp{
        height: 40px;
        width: 40px;
        border-radius: 20px;
    }  
    
    .whatsapp-img{
        width:30px;
        height: auto;
    }
    
    /*menu inicio*/
    
    .menu-inicio{
        height: 13px;
        margin-top: 9.5px;
    }
    
    .boton-texto{
        width: 80px;
    }
    
    .boton-texto a{
        font-size: 7.5px;
    }
 
    /*Experiencia con los clientes*/
    .experiencia-clientes{
        margin-top: 0px;
    }
    
    /*Formulario*/
    
    .caja-formulario{
        height: 182px;
        width: 320px;
        margin-top: 0px;
    }
    
    .caja-txt-cont{
        margin-top: 9.5px;
        height: 15px;
    }
    
    .txt-contacto{
        font-size: 7px;
    }
    
    .cel-contacto{
        font-size: 7px;
    }
    
    .caja1-contacto{
        height: 70px;
        margin-top: 0px;
    }
    
    .nombre{
        height: 10px;
        font-size: 8px;
    }
    
    .correo{
        height: 10px;
        margin-top: 8.5px;
        font-size: 8px;
    }
    
    .telefono{
        height: 10px;
        margin-top: 8.5px;
        font-size: 8px;
    }
    
    .caja-mensaje textarea{
        font-size: 8px;
    }
    
    .imagen-contacto-logo{
        width: 52px;
        height: auto;
    }
    
    .caja-mapa{
        height: 50px;
    }
    
    .mapa{
        height: 60px;
    }
    
    .contacto-secc2{
        height: 72px;
        margin-top: 5px;   
        display: flex;
        justify-content: flex-end;
    }
    
    .img-facebook-cont{
        width: 23px;
        height: auto;
    }
    
    .caja-mensaje{
        height: 50px;
    }
    
    .mensaje{
        height: 50px;
        width: 98%;
    }
    
    .caja-boton-enviar{
        height: 13.5px;
        margin-top: 10.5px;
    }
    
    .boton{
        height: 13.5px;
        font-size: 8px;
    }
    
    /*Elaborado por*/
    
    .elaborado-por{
        height: 60px;
        margin-top: 8.5px;
    }
    .derechos-reservados{
        height: 30px;
        font-size: 6px;
    }

    .logo-fcpublicidad img{
        width: 105px;
    }

}







