*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    background-color: #ffffff;
    font-family: sans-serif;
    position: relative;
    float: none;
    height: auto;
    overflow-x: hidden;   
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:10px;
}

body::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
    border-radius: 20px;
    border: 2px solid transparent;
}

body::-webkit-scrollbar-track {
    border-radius: 20px; 
    background-color: transparent;
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    float: left;
    position: relative;
}

header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.contenedor-general-header-contacto{
    width: 100%;
    height: auto;
    background-color: #0B3F88;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-header-contacto{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.direccion-header{
    width: 600px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #ffffff;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}

.email-header,
.telefono-header{
    width: 300px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #ffffff;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.telefono-header{
    border-right: none;
}

.direccion-header img,
.email-header img,
.telefono-header img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.direccion-header span,
.email-header span,
.telefono-header span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.contenedor-general-menu-header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.contenedor-general-menu-header.fija-menu{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.contenedor-menu-header{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-menu-header .a-logo{
    width: 160px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenedor-menu-header .a-logo img{
    width: 160px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-menu-header nav{
    width: 720px;
    height: 100%;
    background-color: transparent;
    float: right;
    margin-top: 0px;
}

.contenedor-menu-header nav button{
    width: 40px;
    height: 40px;
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
    appearance: none;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    visibility: hidden;
}

.contenedor-menu-header nav button img{
    width: 40px;
    height: 40px;
    float: right;
    background-color: transparent;
}

.contenedor-menu-header nav ul{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
}

.contenedor-menu-header nav ul li{
    width: auto;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
    padding: 0px;
}

.contenedor-menu-header nav ul li .sub-menu{
    width: 200px;
    height: auto;
    background-color: #ffffff;
    float: left;
    position: absolute;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    top: 0px;
    left: 0;
    visibility: hidden;
}

.contenedor-menu-header nav ul li:hover .sub-menu{
    width: 220px;
    height: auto;
    background-color: #ffffff;
    float: left;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 95px;
    left: 0;
    visibility: visible;
    padding-top: 0px;
}

.contenedor-menu-header nav ul li .sub-menu li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-menu-header nav ul li .sub-menu li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 20px;
    font-family: 'Roboto', sans-serif;;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}

.contenedor-menu-header nav ul li .sub-menu li a:hover{
    background-color: #86CBEE;
    color: #ffffff;
}

.contenedor-menu-header nav ul li a{
    width: auto;
    height: 100%;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 20px;
    cursor: pointer;
}

.contenedor-menu-header nav ul li a.fija-menu{
    color: #000000;
}

.contenedor-menu-header nav ul li .btn-orden-compra{
    height: auto;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    background-color: #0B3F88;
    margin-top: 22px;
}

.contenedor-menu-header nav ul li .btn-orden-compra.fija-menu{
    color: #ffffff;
}

.contenedor-menu-header nav ul li .btn-orden-compra:hover{
    background-color: #86CBEE;
    color: #ffffff;
}

.contenedor-menu-header nav ul li a:hover{
    color: #86CBEE;
}

.contenedor-menu-header .btn-menu{
    width: 45px;
    height: 45px;
    background-color: transparent;
    float: right;
    appearance: none;
    outline: none;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    display: none;
    visibility: hidden;
}

.contenedor-menu-header .btn-menu img{
    width: 45px;
    height: 45px;
    background-color: transparent;
    float: left;
}

.contenedor-btn-whatsapp{
    width: 65px;
    height: 65px;
    background-color: transparent;
    float: left;
    position: fixed;
    right: -150px;
    bottom: 30px;
    z-index: 10;
    transition: right ease .2s;
}

.contenedor-btn-whatsapp.muestra-btn-whats-llamada{
    width: 65px;
    height: 65px;
    background-color: transparent;
    float: left;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    transition: right ease .2s;
}

.contenedor-btn-whatsapp a{
    width: 65px;
    height: 65px;
    background-color: #86CBEE;
    border-radius: 50%;
    float: left;
    position: relative;
}

.contenedor-btn-whatsapp a img{
    width: 40px;
    height: 40px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contenedor-btn-llamada{
    width: 200px;
    height: 55px;
    background-color: transparent;
    float: left;
    position: fixed;
    right: -200px;
    bottom: 30px;
    z-index: 10;
    transition: right ease .2s;
}

.contenedor-btn-llamada.muestra-btn-whats-llamada{
    width: 200px;
    height: 55px;
    background-color: transparent;
    float: left;
    position: fixed;
    right: 115px;
    bottom: 30px;
    z-index: 10;
    transition: right ease .3s;
}

.contenedor-btn-llamada a{
    width: 100%;
    height: 55px;
    background-color: #86CBEE;
    border-radius: 20px;
    float: left;
    position: relative;
    display: inline-flex;
    justify-content: center;
}

.contenedor-btn-llamada a img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

.contenedor-btn-llamada a span{
    width: auto;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
}








footer{
    width: 100%;
    height: auto;
    background-color: #000000;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contenedor-general-footer{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 90px;
    padding-top: 90px;
}

.contenedor-logo-footer{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-footer img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-logo-footer p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: .2px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenedor-logo-footer a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
}

.contenedor-logo-footer a:hover{
    color: #0B3F88;
}

.contenedor-menu-contenedores-footer{
    width: 200px;
    background-color: transparent;
    float: left;
    height: auto;
    margin-top: 50px;
}

.contenedor-menu-footer{
    width: 150px;
    background-color: transparent;
    float: left;
    height: auto;
    margin-top: 50px;
}

.contenedor-menu-contenedores-footer label,
.contenedor-menu-footer label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #86CBEE;
    font-weight: 900;
    text-align: left;
    letter-spacing: .2px;
}

.contenedor-menu-contenedores-footer ul,
.contenedor-menu-footer ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 10px;
    list-style: none;
}

.contenedor-menu-contenedores-footer ul li,
.contenedor-menu-footer ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 5px;
}

.contenedor-menu-contenedores-footer ul li a,
.contenedor-menu-footer ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
}

.contenedor-menu-contenedores-footer ul li a:hover,
.contenedor-menu-footer ul li a:hover{
    color: #86CBEE;
}

.contenedor-newsletter{
    width: 400px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 75px;
}

.contenedor-form-newsletter{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-form-newsletter form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-form-newsletter input[type="email"]{
    width: 350px;
    height: 55px;
    background-color: #ffffff;
    float: left;
    padding: 5px;
    border: none;
    appearance: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    letter-spacing: .2px;
}

.contenedor-form-newsletter button{
    width: 50px;
    height: 55px;
    background-color: #86CBEE;
    float: left;
    position: relative;
    border: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.contenedor-form-newsletter button:hover{
    background-color: #0B3F88;
}

.contenedor-form-newsletter button img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contenedor-redes-sociales-footer{
    width: 100%;
    height: auto;
    margin-top: 40px;
    float: left;
    background-color: transparent;
    display: inline-flex;
    justify-content: start;
}

.contenedor-redes-sociales-footer a{
    width: 40px;
    height: 40px;
    float: left;
    background-color: #86CBEE;
    margin-right: 35px;
    padding: 5px;
    border-radius: 10px;
    position: relative;
}

.contenedor-redes-sociales-footer a:hover{
    background-color: #0B3F88;
}

.contenedor-redes-sociales-footer a img{
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-footer-pequeno{
    width: 100%;
    height: auto;
    background-color: #0B3F88;
    display: inline-flex;
    justify-content: center;
    float: left;
}

.contenedor-datos-contacto-footer{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.direccion-footer{
    width: 600px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #ffffff;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}

.email-footer,
.telefono-footer{
    width: 300px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #ffffff;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.telefono-footer{
    border-right: none;
}

.direccion-footer img,
.email-footer img,
.telefono-footer img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.direccion-footer span,
.email-footer span,
.telefono-footer span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}










@media only screen and (max-width: 1380px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: -.5px;
    }

    .contenedor-general-menu-header{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

    .contenedor-menu-header nav{
        width: 680px;
    }






    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .email-footer,
    .telefono-footer{
        width: 260px;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -.5px;
    }

}







@media only screen and (max-width: 1180px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header{
        width: 75%;
    }

    .email-header{
        display: none;
        visibility: hidden;
    }

    .telefono-header{
        width: 25%;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: -0px;
    }

    .contenedor-general-menu-header{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

    .contenedor-menu-header nav{
        width: 350px;
        height: 100vh;
        position: fixed;
        right: -500px;
        top: 0;
        background-color: #ffffff;
        padding-top: 70px;
        transition: right ease .3s;
    }

    .contenedor-menu-header nav.muestra-menu{
        right: 0px;
        transition: right ease .3s;
    }

    .contenedor-menu-header nav button{
        display: block;
        visibility: visible;
    }

    .contenedor-menu-header nav button img{
        width: 40px;
        height: 40px;
        float: right;
        background-color: transparent;
    }

    .contenedor-menu-header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .contenedor-menu-header nav ul li{
        width: 100%;
    }
    
    .contenedor-menu-header nav ul li .sub-menu{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: none;
        justify-content: center;
        flex-wrap: wrap;
        top: 0px;
        left: 0;
        visibility: hidden;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .contenedor-menu-header nav ul li:hover .sub-menu{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        top: 0px;
        left: 0;
        visibility: visible;
        padding-top: 0px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .contenedor-menu-header nav ul li .sub-menu li a{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .contenedor-menu-header nav ul li a{
        width: 100%;
        color: #000000;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        cursor: pointer;
        text-align: right;
    }
    
    .contenedor-menu-header nav ul li a.fija-menu{
        color: #000000;
    }
    
    .contenedor-menu-header nav ul li .btn-orden-compra{
        height: auto;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 40px;
        background-color: #0B3F88;
        margin-top: 0px;
        color: #ffffff;
    }
    
    .contenedor-menu-header nav ul li .btn-orden-compra.fija-menu{
        color: #ffffff;
    }
    
    .contenedor-menu-header nav ul li .btn-orden-compra:hover{
        background-color: #0B3F88;
        color: #ffffff;
    }
    
    .contenedor-menu-header nav ul li a:hover{
        color: #0B3F88;
    }

    .contenedor-menu-header .btn-menu{
        display: block;
        visibility: visible;
    }






    .contenedor-general-footer{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 30%;
    }
    
    .contenedor-menu-contenedores-footer{
        width: 30%;
    }

    .contenedor-newsletter{
        margin-top: 60px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .direccion-footer{
        width: 75%;
    }

    .email-footer{
        display: none;
        visibility: hidden;
    }

    .telefono-footer{
        width: 25%;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -.5px;
    }

}







@media only screen and (max-width: 980px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header{
        width: 75%;
    }

    .email-header{
        display: none;
        visibility: hidden;
    }

    .telefono-header{
        width: 25%;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: -.5px;
    }

    .contenedor-general-menu-header{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

   





    .contenedor-general-footer{
        width: 100%;
        padding-left: 70px;
        padding-right: 10px;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 30%;
    }
    
    .contenedor-menu-contenedores-footer{
        width: 30%;
    }

    .contenedor-newsletter{
        margin-top: 60px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .direccion-footer{
        width: 75%;
    }

    .email-footer{
        display: none;
        visibility: hidden;
    }

    .telefono-footer{
        width: 25%;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -.5px;
    }

}









@media only screen and (max-width: 780px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header{
        display: none;
        visibility: hidden;
    }

    .email-header{
        width: 60%;
        display: block;
        visibility: visible;
    }

    .telefono-header{
        width: 40%;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: 0px;
    }

    .contenedor-general-menu-header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

   





    .contenedor-general-footer{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
    }

    .contenedor-logo-footer img{
        width: 300px;
    }

    .contenedor-logo-footer a{
        width: 100%;
    }
    
    
    .contenedor-menu-contenedores-footer{
        width: 100%;
        margin-top: 40px;
    }
    
    .contenedor-menu-footer{
        width: 100%;
        margin-top: 40px;
    }

    .contenedor-newsletter{
        margin-top: 60px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .direccion-footer{
        display: none;
        visibility: hidden;
    }

    .email-footer{
        display: block;
        visibility: visible;
        width: 60%;
    }

    .telefono-footer{
        width: 40%;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -0px;
    }

}








@media only screen and (max-width: 580px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header{
        display: none;
        visibility: hidden;
    }

    .email-header{
        width: 60%;
        display: block;
        visibility: visible;
    }

    .telefono-header{
        width: 40%;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: 0px;
    }

    .contenedor-general-menu-header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

   





    .contenedor-general-footer{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
    }

    .contenedor-logo-footer img{
        width: 300px;
    }

    .contenedor-logo-footer a{
        width: 100%;
    }
    
    
    .contenedor-menu-contenedores-footer{
        width: 100%;
        margin-top: 40px;
    }
    
    .contenedor-menu-footer{
        width: 100%;
        margin-top: 40px;
    }

    .contenedor-newsletter{
        margin-top: 60px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .direccion-footer{
        display: none;
        visibility: hidden;
    }

    .email-footer{
        display: block;
        visibility: visible;
        width: 60%;
    }

    .telefono-footer{
        width: 40%;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -0px;
    }

}








@media only screen and (max-width: 480px){
    
    .contenedor-header-contacto{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .direccion-header{
        display: none;
        visibility: hidden;
    }

    .email-header{
        width: 60%;
        display: none;
        visibility: hidden;
    }

    .telefono-header{
        width: 100%;
    }

    .direccion-header span,
    .email-header span,
    .telefono-header span{
        letter-spacing: 0px;
    }

    .contenedor-general-menu-header{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-menu-header{
        width: 100%;
    }

    .contenedor-menu-header nav{
        width: 300px;
        height: 100vh;
    }

    .contenedor-btn-whatsapp.muestra-btn-whats-llamada{
        right: 20px;
        bottom: 20px;
    }

    .contenedor-btn-llamada.muestra-btn-whats-llamada{
        right: 105px;
        bottom: 20px;
    }
    

   





    .contenedor-general-footer{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
    }

    .contenedor-logo-footer img{
        width: 250px;
    }

    .contenedor-logo-footer a{
        width: 100%;
    }
    
    
    .contenedor-menu-contenedores-footer{
        width: 100%;
        margin-top: 40px;
    }
    
    .contenedor-menu-footer{
        width: 100%;
        margin-top: 40px;
    }

    .contenedor-newsletter{
        width: 100%;
        margin-top: 60px;
    }

    .contenedor-footer-pequeno{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contenedor-datos-contacto-footer{
        width: 100%;
    }

    .direccion-footer{
        display: none;
        visibility: hidden;
    }

    .email-footer{
        display: none;
        visibility: hidden;
        width: 60%;
    }

    .telefono-footer{
        width: 100%;
    }

    .direccion-footer span,
    .email-footer span,
    .telefono-footer span{
        letter-spacing: -0px;
    }

}