@import "fuentes.css";
@import "colores.css";

/* ==========================================================
    GENERAL
========================================================== */

/* WIDTH */
.wh100 { width: 100%; }
.wh90 { width: 90%; }
.wh80 { width: 80%; }
.wh70 { width: 70% ; }
.wh60 { width: 60%; }
.wh50 { width: 50%; }
.wh40 { width: 40%; }
.wh30 { width: 30%; }
.wh20 { width: 20%; }
.wh10 { width: 10%; }
.wh0 { width: 0%; }

/* HEIGHT */
.hg10 { height: 10%; }
.hg70 { height: 70%; }
.hg80 { height: 80%; }
.hg90 { height: 90%; }
.hg100 { height: 100%; }

.mb-100 { margin-bottom: 100px; }
.mb-40 { margin-bottom: 40px; }

.pb-100 { padding-bottom: 100px; }
.pb-40 { padding-bottom: 40px; }

.px-20 { padding: 0 20px; }

/* GAPS */
.c-gap-8 { column-gap: 8px; }
.c-gap-10 { column-gap: 10px; }
.c-gap-16 { column-gap: 16px; }
.c-gap-20 { column-gap: 15px; }
.c-gap-30 { column-gap: 15px; }
.c-gap-40 { column-gap: 40px; }

.r-gap-16 { row-gap: 16px; }
.r-gap-24 { row-gap: 24px; }
.r-gap-40 { row-gap: 40px; }

/* FADES */
.fadeOut { opacity: 0; }
.fadeIn { opacity: 100%; }
.transition-mid { transition: all ease-in-out 0.5s; }

html {
    scroll-behavior: smooth;
    /*Adds smooth scrolling instead of snapping to element*/
  }


.max-wh { 
    max-width: 1140px; 
    width: 100%;
}

p {
    margin-bottom: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.base-btn {
    border-radius: 20px;
    border: 2px solid #FFF;
    text-decoration: none;
    padding: 16px 24px;
    width: 351px;
    text-align: center;
    color: #FFF;
    background-color: transparent;
}

.base-btn-transparent, .base-btn-blue, .base-btn-white  {
    border-radius: 20px;
    border: 2px solid #FFF;
    text-decoration: none;
    font-size: 18px;
    padding: 16px 24px;
    width: 271px;
    text-align: center;
    color: #FFF;
    background-color: transparent;
}

.base-btn-transparent {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.base-btn-blue {
    border: 2px solid #67D2FF;
    color: #FFF;
    background-color: #009CDE;
}

.base-btn-white {
    border: 2px solid #67D2FF;
    color: #062554;
    background-color: #FFF;
}

.necesito-ayuda-btn-cotizacion {
    width: 239px;
    background-color: #4dd834;
    border: none;
    position: fixed;
    bottom: 48px;
    right: 48px;
    opacity: 100%;
    z-index: 100000;
}

.header {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 32px;
    transition: all ease-in-out 0.2s;
    z-index: 10;
}

#headerblock-mobile button{
    background-color: transparent;
    border: none;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#headerblock-mobile img:nth-child(2){
    width: 168px;
}

.header-scrolled {
    background-color: #002454cc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.header-button {
    text-decoration: none;
    color: white;
    font-size: 18px;
    background-color: transparent;
    border: none;
}


#eyecatcher {
    position: relative;
    background-image: url(/imgs/eyecatchert-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    row-gap: 16px;
}

.scroll-icon {
    position: absolute;
    bottom: 24px;
    transform: translateX(-50%);
    left: 50%;
}

.switch {
    background-color: #EFEFF0;
    color: #606060;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    width: 475px;
}

.switch button {
    position: relative;
    margin: 0;
    width: 50%;
    z-index: 1;
}

.switch-selector {
    z-index: 0;
    position: absolute;
    transform: translateY(12%);
    
    top: 0;
    background-color: #4671C2;
    border-radius: 20px;
    width: 50%;
    height: 80%;
    right: 49%;
}

/* .selector-left {
    right: 49%;
} */

.selector-right {
    left: 49%;
}

.switch-btn {
    color: #009CDE;
    font-family: 'rotoplas-bold';
    font-size: 16px;
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-family: 'rotoplas-bold' !important;
    color: #fff;
}

/* .selected {
    font-family: 'rotoplas-bold' !important;
    color: #fff;
} */

.no-selected {
    font-family: 'rotoplas-light' !important;
    color: #606060;
}

.contenedor {
    /* width: 100vw; */
}

/* .cards-slider {
    width: 100%;
    max-width: 1140px;
} */


.contenedor-cards {
    /* max-width: 1140px; */
    width: 100%;
}

.slider-wrapper .card-list {
    display: grid;
    grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
    /* gap: 32px; */
    overflow-x: auto;
}

.slider-wrapper .card-list-2 {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */

    /* display: flex;
    justify-content: center;
    gap: 32px;
    overflow-x: auto; */

    display: grid;
    grid-template-columns: 1fr 32px 1fr 32px 1fr;
    /* gap: 32px; */
    overflow-x: auto;
}

.slider-wrapper .card-list::-webkit-scrollbar, .slider-wrapper .card-list-2::-webkit-scrollbar {
    display: none;
  }

.spacer-card {
    width: 32px;
}

.slider-wrapper .card-list .card-sistema-blue, .slider-wrapper .card-list .card-sistema-white,
.slider-wrapper .card-list-2 .card-sistema-blue, .slider-wrapper .card-list-2 .card-sistema-white{
    height: 668px;
    width: 360px;
    object-fit: cover;
    padding: 24px;
    row-gap: 16px;
    border-radius: 20px;
}

.card-sistema-blue:nth-child(1) {
    margin-left: 142px;
}

.card-sistema-white:nth-last-child(1), .card-sistema-blue:nth-last-child(1) {
    margin-right: 142px;
}

/* .card-sistema-blue , .card-sistema-white{
    height: 668px;
    width: 360px;
    padding: 24px;
    row-gap: 16px;
    border-radius: 20px;
} */

.card-sistema-blue {
    background-color: #4671C2;
}

.card-sistema-white {
    background-color: #EFEFF0;
}





















.cards-llenado-de-tinaco {
    display: flex;
    justify-content: start;
    /* column-gap: 40px; */
    width: 100%;
    overflow-x: scroll;
}

.cards-gap {
    width: 40px;
}


.card-btn-blue, .card-btn-transparent, .card-btn-transparent-blue {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 32px;
    color: #FFF;
}

.card-btn-blue {
    border: 2px solid #67D2FF;
    background: #009CDE;
}

.card-btn-transparent {
    background-color: transparent;
    border: 2px solid #FFF;
}

.card-btn-transparent-blue {
    background-color: transparent;
    border: 2px solid #009CDE;
    color: #009CDE;
}

.kit-name-white, .kit-name-blue {
    width: 100%;
    border-radius: 10px;
    padding: 8px 16px ;
}

.kit-name-white {
    background-color: #FFF;
    color: #4671C2;
}

.kit-name-blue {
    background-color: #4671C2;
    color: #FFF;
}

.cards-spacer{
    width: 142px;
}

.card-img {
    width: 250px;
}

.banner-confusion {
    background-color: #003D85;
    /* width: 100vw; */
    display: flex;
}   

.banner-confusion img {
    background: linear-gradient(61deg, #DAEBFF 22%, #3688EA 48%, #003D85 70%);
}

.wh50-100m {
    width: 50%;
    padding: 20px;
}

.proceso-de-compra {
    /* max-width: 1140px;
    width: 100vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proceso-compra-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 24px;
    overflow-x: auto;
}

.paso-slider {
    /* width: 172px; */
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 24px;
}

.paso-slider p {
    max-width: 240px;
}

.paso-slider img {
    max-width: 100px;
}

.distribuidores {
    width: 100%;
    max-width: 1140px;
    background-color: #D4E8FF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
}

.distribuidores-imgs {
    display: flex;
    justify-content: space-evenly;
    gap: 24px;
}

.distribuidores-imgs img{
    width: 50%;
}

.buscar-cp {
    position: relative;
    width: 80%;
    max-width: 400px;
}

.buscar-cp input {
    width: 100%;
    background-color: #FFF;
    font-size: 18px;
    padding: 22px 16px;
    border-radius: 20px;
    border: none;
}

.buscar-cp button {
    width: 146px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.opciones2 {
    display: flex;
    gap: 32px;
    padding: 32px;
}

.opciones {
    padding: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    overflow-x: auto;
}

.opcion {
    background-color: #EFEFF0;
    width: 150px;
    padding: 24px;
    border: solid 2px #EFEFF0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
}

.selected-option {
    background-color: #407EC9;
    border: solid 2px #CEE4FF;
    color: #FFF;
}

/* .tipo-vivienda {
    width: 50vw;
} */

.wrapper {
    display: flex;
    width: 100vw;
    max-width: 1140px;
}

.padding-titulo {
    padding-left: 32px;
}

.proceso-instalacion {
    width: 100vw;
    max-width: 1140px;
    padding-bottom: 40px;
}

.pop-up {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.404);
    overflow-y: auto;
}

.distribuidores-pop-up-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 20px;
    padding: 24px;
    max-width: 700px;
    width: 100%;
    z-index: 100000000000;
}

.dot {
  width: 22px;
  height: 22px;
  background-color: #D9D9D9;
  border-radius: 10px; 
  border: none; 
  transition: all ease-in-out 0.5s;
}

.selected-dot {
    background-color: #407EC9;
    width: 69px;
    border-radius: 10px;
}

.distribuidores-result {
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;

}

.distribuidor {
    background-color: #F8F8F8; 
    border-radius: 10px;
    padding: 12px;
}

.lista-distribuidores-btn {
    color: #009CDE;
    background-color: transparent;
    border: none;
    padding-top : 12px;
}

.footer {
    padding: 32px;
}

#proceso-de-compra {
    position: relative;
}

.ticket {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.contactanos-inner {
    z-index: 10000;
    display: flex;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.45);
    width: 768px;
}

.close-btn {
    background-color: transparent;
    border: none;
    height: 32px;
}

.comprar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    color: #FFF;
    border-radius: 20px;
    border: 2px solid #67D2FF;
    background: #009CDE;
}

.input-contacta {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background: #FBFBFB;
    width: 100%;
    height: 20px;
    padding: 16px;
}

textarea {
    height: 100px;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background: #FBFBFB;
    width: 100%;
    padding: 16px;
}

.guias-de-instalacion {
    background-color: #F0F0F0;
}



@media screen and (max-width: 768px) {
    
    #distribuidores-pop-up {
        align-items: start;
    }

    .comprar-btn {
        font-size: 18px;
        width: 80%;
    }

    .comprar-btn img, .ficha-btn img {
        width: 24px !important;
        height: 24px;
    }

    .contactanos-img{
        display: none;
    }
    
    .contactanos-inner {
        width: 90%;
    }

    .card-sistema-blue:nth-child(1) {
        margin-left: 20px;
    }
    
    .card-sistema-white:nth-last-child(1),
    .card-sistema-blue:nth-last-child(1) {
        margin-right: 20px;
    }

    .slider-wrapper .card-list-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: start;
    }

    .padding-titulo {
        padding-left: 20px;
    }

    .opciones2 {
        padding: 20px;
    }

    .opcion p {
        padding: 0px !important;
    }

    .opciones {
        padding: 20px;
    }

    .wrapper {
        flex-direction: column;
    }

    .tipo-vivienda {
        width: 100vw;
    }

    .tipo-vivienda p{
        padding: 20px;
    }

    .distribuidores {
        border-radius: 0;
    }

    .proceso-compra-slider {
        display: flex;
        /* grid-template-columns: repeat(3, 1fr); */
        justify-content: center;
        gap: 24px;
        overflow-x: auto;
        width: 100%;
        flex-wrap: wrap;
    }

    .wh50-100m {
        width: 100%;
        align-items: center;
        
    }
    .switch {
        width: 100%;
    }

    .cards-gap {
        width: 24px;
    }

    .cards-spacer{
        width: 20px;
    }

    .banner-confusion {
        flex-direction: column;
    }

    .banner-confusion img {
        background: none;
        background-color: #003D85;     
           
    }

    #eyecatcher {
        background-image: url(/imgs/eyecatchert-bg-mobile.png);
    }
    
}






@media screen and (min-width: 1440px) {
    .cards-llenado-de-tinaco {
        justify-content: center;
    }

    
}

@media screen and (min-width: 1620px) {
    
    .slider-wrapper .card-list {
        display: flex;
        justify-content: center;
    }
    
}

.slide {
    position: relative;
    /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64); */
    margin-top: 26px;
}
.slide-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc( 300px);
    display: flex;
    justify-content: center;
}
.slide-open:checked + .slide-item {
    /* position: static; */
    opacity: 100;
    z-index: 2;
}
.slide-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding: 0 15px;

}
.slide-item img {
    display: block;
    height: auto;
    max-width: 100%;
}
.slide-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}
.slide-control.prev {
    left: 2%;
}
.slide-control.next {
    right: 2%;
}
.slide-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}
#slide-1:checked ~ .control-1,
#slide-2:checked ~ .control-2,
#slide-3:checked ~ .control-3,
#slide-4:checked ~ .control-4, 
#slide-5:checked ~ .control-5, 
#slide-6:checked ~ .control-6  {
    display: block;
}
.slide-indicador {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.slide-indicador li {
    display: inline-block;
    margin: 0 5px;
}
.slide-circulo {
    width: 22px;
    height: 22px;
    background-color: #D9D9D9;
    border-radius: 10px; 
    border: none;
    color: #828282;
    cursor: pointer;
    display: block;
    font-size: 35px;
    transition: all ease-in-out 0.5s;
}
.slide-circulo:hover {
    background-color: #407EC9;
}
#slide-1:checked ~ .control-1 ~ .slide-indicador 
     li:nth-child(1) .slide-circulo,
#slide-2:checked ~ .control-2 ~ .slide-indicador 
      li:nth-child(2) .slide-circulo,
#slide-3:checked ~ .control-3 ~ .slide-indicador 
      li:nth-child(3) .slide-circulo
      #slide-4:checked ~ .control-4 ~ .slide-indicador 
      li:nth-child(4) .slide-circulo
      #slide-5:checked ~ .control-5 ~ .slide-indicador 
      li:nth-child(5) .slide-circulo
      #slide-6:checked ~ .control-6 ~ .slide-indicador 
      li:nth-child(6) .slide-circulo {
    background-color: #428bca;
    width: 69px;
    border-radius: 10px;

}
#titulo {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), 
         -1px 0px 2px rgba(255, 255, 255, 0);
}

.guias-slide {
    width: 100%;
    display: flex;
    gap: 40px
}


.guia p :hover{
    color: #407EC9;
    cursor: pointer;
}

.guia img {
    width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.miniatura {
    position: relative;
    cursor: pointer;
}

.play-icon {
    width: 60px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-pop-up-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    max-height: 646px;
    max-width: 900px;
    width: 100%;
    z-index: 100000000000;
}

.video-inner {
    height: 80%;
}

.mt60 {
    padding-top: 60px;
}

.pb40 {
    padding-bottom: 40px;
}

.guia-instalacion-mobile {
    background-color: #F0F0F0;
}

.guias-slide-mobile {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    position: relative;
}

.guia-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-bottom: 51px;
}

.arrow-slider {
    border: none;
    background-color: rgba(0, 0, 0, 0.33);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 70px;
    z-index: 3;
}

.arrow-back {
    left: 10px;
}

.arrow-next {
    right: 10px;
}

@media screen and (max-width: 768px) {
    .video-pop-up-inner{
        height: auto;
        width: 90%;
    }
}