@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.content{
    width: 85%;
    margin: 0 auto;
}
.body:before{
    display: block;       
    content: "";      
    height: 106.91px;       
    visibility: hidden; 
}
h3{
    font-weight: 700;
    text-align: center;
    font-size: 35pt;
    margin-bottom: 60px;
    color: #0068B1;
}
a{
    text-decoration: none!important;
}
.mobile{
    display: none;
}
div.lazy {
    display: block;
}

/*---------- H E A D E R -----------*/
header{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    position: fixed;
    z-index: 999;
    width: 100%;
}
header .top{
    background-color: #0068B1;
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-align: right;
}
header .top .content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top img{
    width: 18px;
}
header .top *{
    color: white;
    font-size: 10pt;
}
header .top .whatsapp a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top .whatsapp img{
    margin-right: 5px;
}
header .top .facebook{
    margin-left: 20px
}
header .top .iconInstagram{
    margin-left: 10px;
}
header .menu{
    background-color: #ffc400;
}
header .menu .navbar{
    padding: 5px 0;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    width: 150px;
}
.nav-link{
    color: white!important;
    font-size: 14pt;
    font-weight: 600;
    margin-left: 15px;
}
.navbar-dark .navbar-toggler{
    border: none;
    color: white;
    padding: 0;
    outline: none!important;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url('../assets/img/icn_menu.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
}

/* ------------- S L I D E R -------------- */
.slider .slide{
    height: 82vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)) center center/cover;
}
.slider .slide .overlay{
    background-color: rgba(0,0,0,.3);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider h2{
    color: white;
    font-size: 45pt; 
    text-shadow: -1px 0px 30px rgba(0, 0, 0, 1);
    font-weight: bold;
    margin: 0 auto;
    max-width: 800px;
}
.slick-prev{
    left: 50px;
    z-index: 99;
}
.slick-next{
    right: 50px;
}
.slick-prev:before{
    content: url('../assets/img/slider/chevron-left-solid.svg');
}
.slick-next::before {
    content: url('../assets/img/slider/chevron-right-solid.svg');
}
.slick-prev, .slick-next{
    height: auto;
}
.slick-dots{
    bottom: 25px;
}
.slick-dots li button:before{
    color: #2DB2EE!important;
    font-size: 14px;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #0068B1!important;
    opacity: 1;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}

/* ------------- N O S O T R O S -------------- */
.nosotros{
    padding: 100px 0;
    text-align: center;
    background-color: #F5F5F5;
}
.nosotros h3{
    text-align: center;
    margin-bottom: 30px;
}
.nosotros .row{
    align-items: center;
}
.nosotros img {
    width: 100%;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
}
.ancla{
    width: 100%; 
    height: 1px; 
    position: absolute; 
    bottom: 100px;
}

@media screen and (max-width: 767px){
    .ancla{
        bottom: 200px;
    }
}

/* ------------- C A T A L O G O -------------- */
.catalogo{
    padding: 100px 0 70px 0;
}
.catalogo .row{
    justify-content: center;
}
.catalogo .icon{
    width: 100%;
    margin: 0 auto;
    max-width: 130px;
    margin-bottom: 30px;
}
.catalogo .contentCatalogo{
    text-align: center;
    margin-bottom: 30px;
}
.catalogo img {
    width: 100%;
}
.catalogo strong{
    font-size: 12pt;
    color: #ff9900;
}

/* ------------- P A R A L L A X ------------ */
.parallax{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}
h1{
    text-align: center;
    color: white;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
}

/* ------------- P R O D U C T O S ------------- */
.productos{
    padding: 100px 0;
    background-color: #f5f5f5;
}
.productos .row{
    justify-content: center;
}
.contentProducto{
    padding-top: 30px;
    padding-bottom: 30px;
}
.producto{
    background-color: white;
    text-align: center;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    height: 100%;
}
.productos .icono{
    width: 70%;
    margin: 15px auto;
}
.productos .producto .btn{
    background-color: #2DB2EE!important;
    border: none!important;
    box-shadow: none!important;
    font-weight: 600;
}
.productos .producto .btn:hover{
    background-color: #0068B1!important;
}
.productos img{
    width: 100%;
}
.producto h4{
    font-size: 15pt;
    color: #ff9900;
    height: 53.6px;
    font-weight: 700;
}
.modal-header{
    border: none;
}
.modal-body{
    padding-bottom: 40px;
}
.modal-body h5{
    text-align: center;
    font-weight: 700;
    font-size: 25pt;
    color: #0068B1;
}
.modal-body strong{
    color: #0068B1;
    font-size: 14pt;
}
.modal-body ul li{
    list-style-position: inside;
}
.modal-header .close{
    outline: none!important;
}

/* ------------- M A R C A S ------------- */
.marcas{
    padding: 80px 0;
}
.marcas img{
    width: 100%;
}
.marca{
    padding: 0 30px;
}
.slick-initialized .slick-slide{
    outline: none!important;
}

/* ------------ S U E R T E ----------- */
.tarjeta{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}
.tarjeta h2{
    color:white;
    font-weight: 700;
    font-size: 40pt;
    text-align: center;
    text-shadow: -1px 0px 30px rgba(0, 0, 0, 1);
    max-width: 700px;
    margin: 0 auto;
}

/* ------------- P A S O S ------------ */
.pasos{
    padding: 100px 0;
}
.pasos .contentPaso{
    margin: 15px 0;
}
.paso{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.35);
    text-align: center;
    padding: 30px;
    height: 100%;
}
.paso img{
    width: 50%;
    margin: 0 auto;
}
.paso .bolsa{
    width: 47%;
}
.paso p{
    margin-top: 20px;
    margin-bottom: 0;
}
.pasos .numero{
    background-color: #E8931C;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pasos .numero strong{
    color: white;
    font-weight: 700;
    font-size: 18pt;
}
.pasos .redes{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}
.pasos .redes img{
    width: 16px;
    margin: 0 5px 0 0;
}
.pasos .redes a{
    font-size: 9pt;
    color: black!important;
}

/* ------------- I N S T A G R A M -------------- */
.instagram{
    padding-bottom: 100px;
    text-align: center;
}
.fancybox-caption{
    background: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
    padding-bottom: 10px;
}
.fancybox-caption__body{
    max-height: 16vh;
}
.instagram .btn{
    background-color: #2DB2EE!important;
    border: none!important;
    box-shadow: none!important;
    font-weight: 600;
    margin-top: 80px;
}
.instagram .btn:hover{
    background-color: #0068B1!important;
}
.instagram .btn img{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.instagram .slick-dots{
    bottom: -40px;
}
.instagram .slick-dots li button:before{
    color: #B2B2B2!important;
}
.instagram .slick-dots li.slick-active button:before{
    color: black!important;
}
.instagram .img{
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px){
    .instagram{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 530px){
    .instagram .img{
        height: 150px;
    }
}

/* ------------- C O N T A C T O ------------- */
.contacto{
    padding: 80px 0;
    background-color: #363636;
}
.contacto h3{
    color: white;
    margin-bottom: 80px;
}
.contacto .row{
    align-items: center;
}
.contacto a{
    color: white;
    display: flex;
    align-items: center;
}
.contacto img{
    width: 30px;
    margin-right: 15px;
}
.contacto .facebook{
    margin-bottom: 30px;
}
.contacto p, .contacto strong{
    color:white;
}
.contacto p{
    margin-top: 10px;
}
.contacto .direccion{
    text-align: center;
}
.mapa{
    width: 100%;
    height: 500px;
}


/* ------------ F O O T E R ------------ */
footer{
    background-color: #363636;
    text-align: center;
    padding: 15px 0;
}
footer small{
    color: white;
}

@media screen and (max-width: 991px){
    /*---------- H E A D E R -----------*/
    header .menu .navbar{
        padding: 0;
    }
    .navbar-brand img{
        width: 80px;
    }
    .navbar-collapse{
        padding: 20px 0;
    }
    .dropdown-menu{
        background-color: transparent!important;
        border: none;
    }
    .dropdown-item{
        color: white;
    }
    .nav-link{
        margin-left: 0;
    }
    header .top{
        padding: 3px 0;
    }
    header .top img{
        width: 15px;
    }
    header .top .whatsapp a{
        font-size: 8pt;
    }
    .body:before{
        height: 66px;
    }
    .scrollable-menu {
        height: auto;
        max-height: 88vh;
        overflow-x: hidden;
    }
    /* ------------- S L I D E R -------------- */
    .slider h2{
        font-size: 38pt; 
        max-width: 600px;
    }
    /* ------------ N O S O T R O S ------------ */
    .nosotros img{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .content{
        width: 90%;
    }
    h3{
        font-size: 25pt;
        margin-bottom: 40px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    /* ------------- S L I D E R -------------- */
    .slider .slide{
        height: 60vh;
    }
    .slider h2{
        font-size: 25pt;
        
    }
    h1{
        font-size: 16pt;
    }
    .parallax{
        background-position: 30%;
        background-attachment: inherit;
        padding: 60px 0;
    }
    /* ------------- N O S O T R O S ----------- */
    .nosotros{
        padding: 80px 0;
    }
    /* ------------- C A T A L O G O -------------- */
    .catalogo{
        padding: 80px 0 50px 0;
    }
    /* ------------- P R O D U C T O S ------------- */
    .productos{
        padding: 80px 0;
    }
    .producto h4{
        /* margin: 15px 0; */
        font-size: 12pt;
        height: 38.4px;
    }
    .producto .btn{
        font-size: 11pt;
    }
    .modal-body h5{
        font-size: 20pt;
    }
    /* ------------ S U E R T E ----------- */
    .tarjeta{
        background-attachment: inherit;
    }
    .tarjeta h2{
        font-size: 20pt;
    }
    /* ------------ P A S O S ------------- */
    .pasos{
        padding: 80px 0;
    }
}