@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
/* HEADER */
.logo{
    display: block;
    margin: 0 auto;
}
.logo img{
    width: 40%;
}
/* FIN-HEADER */
/* NAV */
nav{
    background: silver;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 1% 0;
    padding-left: 1%;
}
.div{
    background: silver;
    text-align: center;
    border: solid 1px silver;
    border-radius: 5px;
    width: 50%;
    padding: 0.5% 0;
    font-size: 18px;
}
.div a{
    text-decoration: none;
    color: #111111;
}
.todas{
    border-radius: 5px;
    display: none;
    background: #ffffff;
    position: absolute;
    padding-right: 2%;
    z-index: 999999;
}
.uni{
    background: #ffffffbd;
}
.todas a{
    text-decoration: none;
    color: #111111;
}
/* FIN-NAV */
/* MAIN */
main{
    width: 100%;
}
.titulo{
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: none;
}
/* FIN-MAIN */
/* PRODUCTOS */
.contenedor-productos{
    width: 100%;
    background: linear-gradient(to bottom, #ffffff, #004b97);
    margin: 0;
    padding: 0;
    padding-bottom: 3%;
}
.productos{
    /* margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 250px;
    border: solid 1px;
    border-color: #CFCFCF;
    transition: 300ms;
    background: #Ffffff; */
    /* cursor: pointer;
    border: solid 1px;
    background: #fff;
    border-color: #99A3A4bd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 8px;;
    transition: 300ms;
    padding-bottom: 10px; */
    
    cursor: pointer;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 250px;
    transition: 300ms;
    padding: 3% 0%;
    font-family: 'Kanit', sans-serif;
    background: #ffffff;
}
.productos:hover{
    transform: scale(1.2);
}
.marca{
    margin: 2% 0%;
    display: block;
    width: 100%;
    padding: 1% 0%;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
}
.nombre{
    text-align: justify;
    padding: 0% 10%;
    padding-bottom: 5%;
}
.productos img{
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
}
.productos .precio{
    color: #ff0000;
}
.productos .activo{
    color: #28DC00;
}
.productos .desactivo{
    color: #ff0000;
}
/* FIN-PRODUCTOS */
/* CARRUSEL */
.carousel-control-prev-icon,
    .carousel-control-next-icon {
        color: #ffffff;
        background-color: #000000;
        border-radius: 50px;
    }
/* FIN-CARRUSEL */
/* BUSCAR */
.big-caja-buscar{
    width: 100%;
    background-color: #004b97;
    padding-bottom: 1%;
}
.caja-buscar form{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.input-buscar{
    width: 80%;
    padding: 0.5% 0%;
    padding-left: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
}
.caja-buscar form .fa-magnifying-glass.fa-lg.input{
    position: relative;
    top: 30px;
    left: 0.5%;
    display: inline;
}
.contenedor-buscar{
    position: absolute;
    width: 60%;
    margin-left: 15%;
    background: #ffffff;
    border-radius: 10px;
    z-index: 10000;
}
.contenedor-buscar a{
    text-decoration: none;
    color: #111111;
}
.redireccion{
    border-bottom: solid 1px;
    border-color: silver;
}
.boton-buscar{
    border-radius: 10px;
    border: none;
    height: 35px;
    background-color: #ffffff;
}
.boton-buscar .fa-magnifying-glass.fa-lg.buttom{
    display: none;
}
.boton-buscar:hover{
    background-color: #FFF3F1;
}
@media screen and (max-width:670px) {
    .caja-buscar form{
        margin-left: 10%;
    }
    .input-buscar{
        min-width: 70%;
        padding-left: 5%;
    }
    form div i{
        top: 28px;
    }
    .boton-buscar .nom-buscar{
        display: none;
    }
    .boton-buscar .fa-magnifying-glass.fa-lg.buttom{
        display: block;
    }
    .caja-buscar form .fa-magnifying-glass.fa-lg.input{
        display: none;
    }
    .input-buscar{
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 1%;
    }
    .contenedor-buscar{
        width: 100%;
        margin-left: 0%;
    }
}
/*@media screen and (max-width:550px){
    .boton-buscar{
        width: 60px;
        height: 25px;
    }
    .input-buscar{
        padding-left: 7%;
    }
} */
/* FIN-BUSCAR */
/* SUBIR */
.subir{
    position: fixed;
    bottom: 8%;
    right: 2.5%;
    border: solid 1px;
    border-radius: 10px;
    display: inline;
    background: #111111;
    color: #ffffff;
    border-color: #ffffff;
    padding: 5px 10px;
    z-index: 100;

}
/* FIN-SUBIR */
/* FIN-WHATSAPP */
.whatsapp{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contenedor.asesores{
    position: fixed;
    bottom: 8%;
    right: 7%;
    background: #ffffff;
    width: 10%;
    display: none;
    padding: 1.5%;
    border-radius: 10px;
}
.contenedor.asesores a{
    color: #111111;
    text-decoration: none;
}
.boton.wsp{ 
    position: fixed;
    bottom: 8%;
    right: 2.5%;
    width: 55px;
    height: 50px;
    line-height: 50px;
    background: #0dfe53;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.boton.wsp:hover{
    background: #ffffff;
    color: #0dfe53;
}
/* FIN-WHATSAPP */
/* MODAL */
.modal{
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111bd;
    display: flex;
    opacity: 0;
    pointer-events: none;
 
}
.modal_show{
    opacity: 2;
    pointer-events: unset;
}
.modal_container{
    margin: auto;
    width: 90%;
    max-width:800px;
    max-height: 95%;
    background-color: #fff;
    border-radius: 6px;
    display: grid;
    gap: 1em;
    place-items: center;
    grid-auto-columns: 100%;
}
.modal_bienvenida{
    font-size: 2.5em;
}
.modal_close{
    text-decoration: none;
    color: #fff;
    background-color: #338AFF;
    padding: 0.5em 1em;
    border: 1px solid;
    border-radius: 6px;
    display: inline-block;
    font-weight: 300;
    transition: background-color .3;
}
.modal_close:hover{
    color: #338AFF;
    background-color: #fff;
}
/* FIN-MODAL */
/*CARRUSEL*/
.carousel.slide .custom{
    max-width: 800px;
}
.col-md-6.w-50{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* FIN-CARRUSEL */
/* FOOTER */
footer{
    position: relative;
    z-index: 0;
    text-align: center;
    color: #ffffff;
    width: 100%;
    background: #000D2E;
    padding: 3% 1%;
}
.cotenedor-footer{
    display: flex;
}
.correo-footer{
    width: 35%;
}
.titulo-correo{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
}
.logo-footer{
    width: 30%;
}
.logo-footer img{
    width: 90%;
}
.titulo-hora{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
}
.redes-footer{
    width: 35%;
}
.titulo-redes{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
}
.boton-face{
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
    border-radius: 10px;
    max-width: 60px;
    padding: 1%;
    background-color: #ffffffbd;
}
.boton-face a{
    text-decoration: none;
    color: #111111;
}
.boton-insta{
    display: block;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 10px;
    max-width: 60px;
    padding: 1%;
    background-color: #ffffffbd;
}
.boton-insta a{
    text-decoration: none;
    color: #111111;
}
.titulo-fox{
    font-weight: bold;
    font-size: 36px;
}
.absolute{
    position: absolute;
    bottom: 0%;
}
@media screen and (max-width:750px){
    .cotenedor-footer{
        display: block;
    }
    .correo-footer{
        width: 100%;
    }
    .logo-footer{
        width: 100%;
    }
    .redes-footer{
        width: 100%;
    }
}
/* FIN-FOOTER */
@media screen and (max-width:350px){
    .modal_container{
        height: 100%;
    }
}
/* NAVEGADOR */
.navegador{
    display: none;
}
.rutas{
    display: none;
}
@media screen and (max-width:610px) {
    nav{
        display: none;
    }
    .navegador{
        display: block;
    }
    .logo img{
        width: 100%;
    }
    a{
        text-decoration: none;
        color: #000000;
    }
}
.bars{
    padding: 2% 0%;
    background-color: silver;
}
.bars i{
    padding-left: 7%;
}
.nav-rutas{
    background-color:#ffffff;
    border-top:solid 1px silver;
    width:100%;
    text-align: left;
    padding: 1% 0%;
    padding-left:5%;
    border-radius:0px;
}
/* FIN-NAVEGADOR */