@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face{
    font-family:"BRAVEE";
    src:url(../fonts/BRAVEEightyone-Regular.woff) format("opentype");
}
.footer-leman7 {
    font-family:"BRAVEE";
}
.footer-copy {
    font-size: 14px;
}
.nav-logo img {
    width: 300px;
    margin-top: 10px;
}
.sub-whatsaap {
    font-size: 14px;
    bottom: 10px;
    position: absolute;
}
.section-test {
    background-image: url(../img/bg_img_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.col-productos {
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 10px;
    height: 300px;
    background-color: #FFF;
    margin-bottom: 20px;
    display: table;
}
.col-productos h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.contenedor-aviso-de-privacidad {
    width: 90%;
    display: table;
    margin: auto;
}
.contenedor-aviso-de-privacidad h2 {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.contenedor-aviso-de-privacidad p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bottom-footer {
    margin-bottom: 40px;
    position: relative;
}
.footer-texto {
    font-size: 14px;
}
.comtemedor-whatsaap {
    width: 50px;
    height: 50px;
    background-color: #128d7f;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.comtemedor-whatsaap i {
    font-size: 25px;
    line-height: 50px;
    color: #FFF;
}
.logo-visitar h3 {
    color: #FFF;
    margin-top: 40px;
}
.logo-visitar img {
    width: 250px;
    float: left;
    margin-top: 20px;
}
.logo-visitar p {
    margin-top: -20px;
}
.mapa {
    width: 100%;
    height: 600px;
    display: table;
}
@media (max-width: 991px) {
    .nav-logo {
        width: 70%;
    }
    .nav-main{ 
        width: 30%;
    }
    .nav-logo img  {
        width: 260px;
        margin-top: 15px;
    }
    .navigation_nav ul li a {
        font-size: 5em;
        line-height: 130px;
    }
    .logo-visitar h3 {
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .navigation_nav ul li a {
        font-size: 4em;
        line-height: 100px;
    }
    .footer-copy {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .navigation-button  {
        margin-right: 10px;
    }
    .navigation_nav ul li a {
        font-size: 3em;
        line-height: 80px;
    }
}