@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    font-size:14px;
    font-weight:500;
    overflow-x: hidden;
    min-width: 350px !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Krona One", sans-serif;
    text-transform:inherit;
}
h1{
    font-size:36px;
    line-height:42px;
    letter-spacing:1px;
    margin-bottom:26px;
}
h1.base_line{
    font-size:28px;
    line-height:32px;
}
h2{
    font-size:12px;
    line-height:16px;
    letter-spacing:2px;
    margin-bottom:26px;
}
h2.base_line{
    font-family: "Krona One", sans-serif;
}
p{
    font-size:18px;
    line-height:26px;
    margin-bottom:18px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-krona{font-family: "Krona One", sans-serif;}
.text-yellow{color:#FFC82A !important;}
.text-green{color:#166C64}
.text-green-light{color:#08A89A}
.text-white{color:#fff}
.text-black{color:#000}
.bg-light-green{background:#e8f1f0;}
.bg-dark-green{background:#166C64;}
.bg-white{background:#FFF;}
.fw-200{font-weight:200 !important;}
.fw-300{font-weight:300 !important;}
.fw-400{font-weight:400 !important;}
.fw-500{font-weight:500 !important;}
.fw-600{font-weight:600 !important;}
.fw-700{font-weight:700 !important;}
.fw-800{font-weight:800 !important;}
.fw-900{font-weight:900 !important;}
.fs-11{font-size:11px !important;line-height:14px;}
.fs-12{font-size:12px !important;line-height:16px;}
.fs-14{font-size:14px !important;line-height:18px;}
.fs-16{font-size:16px !important;line-height:20px;}
.fs-18{font-size:18px !important;line-height:22px;}
.fs-20{font-size:20px !important;line-height:24px;}
.fs-22{font-size:22px !important;line-height:26px;}
.fs-24{font-size:24px !important;line-height:28px;}
.fs-26{font-size:26px !important;line-height:30px;}
.fs-28{font-size:28px !important;line-height:32px;}
.fs-30{font-size:30px !important;line-height:36px;}
.fs-32{font-size:32px !important;line-height:38px;}
.fs-38{font-size:38px !important;line-height:42px;}
.fs-40{font-size:40px !important;line-height:46px;}
.fs-42{font-size:42px !important;line-height:48px;}
.fs-45{font-size:45px !important;line-height:50px;}
.fs-50{font-size:50px !important;line-height:54px;}
.fs-60{font-size:60px !important;line-height:64px;}
.fs-65{font-size:65px !important;line-height:70px;}
.fs-70{font-size:70px !important;line-height:80px;}
.ls-10{letter-spacing:1px !important;}
.ls-20{letter-spacing:2px !important;}
.ls--5{letter-spacing:-0.5px !important;}

.max-w-75{max-width:75% !important;}
.max-w-85{max-width:85% !important;}
.max-w-95{max-width:95% !important;}
.max-w-100{max-width:100% !important;}

.container-h{
    padding-top:140px;
    padding-bottom:140px;
}

.wk-btn-button a{
    display:inline-block !important;
    background:#F58634;
    color:#fff;
    font-family: "Istok Web", sans-serif;
    font-size:18px !important;
    font-weight: 500 !important;
    padding:4px 18px;
    border-radius:4px;
}





@media(min-width: 576px){/* SM */

}
@media(min-width: 768px){/* MD */
    h1{
        font-size:48px;
        line-height:54px;
    }
    h1.base_line{
        font-size:34px;
        line-height:40px;
    }
    h2{
        font-size:14px;
        line-height:18px;
    }
}
@media(min-width: 992px){/* LG */
    
}
@media(min-width: 1200px){/* XL */
    
}
@media(min-width: 1400px){/* XXL */
    
}
/* ##################################################### */
/* ##################################################### */



/* ##################################################### */
/* Top ################################################# */
#wk-top{
    max-height:0px;
}
#wk-top .tf-container{
    position:relative;
    background:#166C64;
    padding-bottom:25px;
}
#wk-top .tf-container .logo-box{
    position:relative;
    width:100%;
}
#wk-top .tf-container .logo-box img{
    margin-top:-35px;
    width:200px;
}
#wk-top .current a,
#wk-top .navigation a:hover,
#wk-top .dropdown2:hover a.wk-a-first,
#wk-top .dropdown2 a:hover{
    color:#FFC82A !important;
}
#wk-top .wk-top-button-href{
    position:absolute;
    width:200px;
    height:25px;
    top:10px;
    z-index:99;
    cursor:pointer;
}
.wk-top-mobile{
    position:absolute;
    right:40px;
    z-index:99;
    margin-top:-20px;
}
.wk-top-mobile i{
    color:#FFF;
}

@media(min-width: 576px){/* SM */

}
@media(min-width: 768px){/* MD */

}
@media(min-width: 992px){/* LG */
    #wk-top .tf-container{
        background: none;
        padding-bottom:0;
    }
    #wk-top .tf-container .logo-box img{
        margin-top:30px;
        width:290px;
    }
    #wk-top .tf-container .logo-box{
        text-align:center;
    }
    .wk-top-mobile{
        margin-top:inherit;
    }
}
@media(min-width: 1200px){/* XL */
    
}
@media(min-width: 1400px){/* XXL */
    
}
/* Top ################################################# */
/* ##################################################### */



/* ##################################################### */
/* Banner ############################################## */
#wk-banner{
    position:relative;
    background:#111 !important;
}
#wk-banner .swiper.mySwiper{
    background:#111 !important;
    height:110vh;
    max-height:110vh;
    overflow:hidden;
}
#wk-banner .swiper.mySwiper.wk-banner-subpages{
    height:74vh;
    max-height:74vh;
}
#wk-banner .wk-banner-subpages-h1{
    margin-top:120px !important;
}
#wk-banner .slider-content{
    /* background-position: center !important; */
    min-height:100%;
}
#wk-banner .banner-image-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-size:cover !important;
    background-position: center !important;
    opacity:0.5;
}
#wk-banner .slider-content .title-slide{
    margin-top:270px;
    font-family: "Krona One", sans-serif;
    font-weight:400;
    font-size:34px;
    line-height:50px;
    text-transform:inherit;
}
#wk-banner .wk-banner-subpages .title-slide{
    margin-top:120px;
}
#wk-banner .title-slide{
    font-size:42px !important;
    line-height: 52px !important;
}
#wk-banner .slider-content .title-slide span{
    color:#FFC82A;
}
#wk-banner .banner-btn-next-prev{
    background:#111 !important;
}
#wk-banner .banner-bg{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    bottom:-1px;
    background:url(../img/template/banner/vector.png);
    /* background-size:150% 70px; */
    background-size:100% 70px;
    background-repeat:no-repeat;
    background-position:bottom left;
    z-index:1;
}
/* @media(min-width: 992px){
    #wk-banner .banner-bg{
        background-size:100% 70px;
        background-position:bottom center;
    }
} */
#wk-banner .swiper-button-next,
#wk-banner .swiper-button-prev{
    /* display:flex !important; */
    width:62px;
    height:62px;
    border: 1px solid #fff;
    background:none;
    margin:0 3%;
    transition:0.3s;
}
#wk-banner .swiper-button-next:hover,
#wk-banner .swiper-button-prev:hover{
    background:rgba(187,187,187,0.7) !important;
}
#wk-banner .swiper-button-disabled::after{
    color:#fff !important;
}

@media(min-width: 1px){/* SM */
    #wk-banner .swiper.mySwiper{
        height:90vh;
        max-height:90vh;
    }
    #wk-banner .slider-content .title-slide{
        margin-top:120px;
    }
    #wk-banner .swiper.mySwiper.wk-banner-subpages{
        max-height:510px;
    }
}
@media(min-width: 576px){/* SM */
    
}
@media(min-width: 768px){/* MD */
    #wk-banner .swiper.mySwiper{
        height:110vh;
        max-height:110vh;
    }
    #wk-banner .wk-banner-subpages-h1{
        margin-top:120px !important;
    }
    #wk-banner .title-slide{
        font-size:50px !important;
        line-height: 60px !important;
    }
    #wk-banner .slider-content .title-slide{
        margin-top:270px;
    }
    #wk-banner .slider-content{
        min-height:100%;
    }
    #wk-banner .swiper.mySwiper.wk-banner-subpages{
        max-height:74vh;
    }
}
@media(min-width: 992px){/* LG */
    #wk-banner .title-slide{
        font-size:60px !important;
        line-height: 72px !important;
    }
    #wk-banner .wk-banner-subpages-h1{
        margin-top:250px !important;
    }
}
@media(min-width: 992px) and (max-height: 820px){
    #wk-banner .wk-banner-subpages-h1{
        margin-top:140px !important;
    }
    #wk-banner .swiper.mySwiper.wk-banner-subpages{
        min-height:400px;
    }
}
@media(min-width: 1200px){/* XL */

}
@media(min-width: 1400px){/* XXL */

}
/* Banner ############################################## */
/* ##################################################### */



/* ##################################################### */
/* Main ################################################ */
#main{
    font-family: "Krona One", sans-serif;
    font-weight:400;
}
#main .wk-main-pad-top{
    background:#e8f1f0;
}
#main .wk-main-pad-top h1,
#main .wk-main-pad2 h1{
    font-size:32px;
    line-height:38px;
    letter-spacing:2px;
    margin-bottom:26px;
}
#main .wk-main-pad-top h2,
#main .wk-main-pad2 h2{
    font-size:14px;
    line-height:18px;
    letter-spacing:2px;
    margin-bottom:26px;
    color:#166C64;
}
#main .wk-main-pad-top img,
#main .wk-main-pad2 img{
    max-width:90%;
}
#main .wk-main-pad-top .fw-700{
    color:#000;
}
/* #main .wk-main-pad2{

} */
/* Main ################################################ */
/* ##################################################### */



/* ##################################################### */
/* Footer ############################################## */
#wk-footer{
    position:relative;
    font-family: "Krona One", sans-serif;
    font-size:18px;
    color:#fff;
    background:url(../img/template/footer/bg-footer.png);
    background-size: cover;
}
.footer-style1{
    background:none;
}
.footer-bg{
    position:absolute;
    width:100%;
    height:100%;
    background:#166c64;
    z-index:-1000;
}
.footer-style1 .footer-main{
  padding-top: 125px;
  padding-bottom: 125px;
}
#wk-footer .footer-text{
    font-size:40px;
    font-weight:600;
    line-height:46px;
    color:#FFF;
    letter-spacing:0.5px;
}
#wk-footer .footer-main-text{
    font-family: "Krona One", sans-serif;
    font-size:32px;
    line-height:38px;
}
.footer-text div{
    width:320px;
    margin:0 auto;
    /* background: #ddd; */
}
.footer-text span{
    color:#FFC82A;
}
.footer-media p{
    font-family: "Krona One", sans-serif;
    font-size:20px;
    letter-spacing:1px;
    margin-bottom:20px;
}
.footer-media li{
    display:inline-block;
    margin:0 14px;
}
.footer-media img{
    width:40px;
}
.footer-credits{
    width:100%;
    background:#fff !important;
    text-align:center;
}
.footer-credits .copy-right{
    color:#081E2A !important;
}
.wk-img-credits{
    max-width:60px;
}
#wk-whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    right:25px;
    bottom:35px;
    z-index:99999;
}
#wk-whatsapp img{
    width:100%;
    height:100%;
}

@media(min-width: 768px){/* MD */
    #wk-whatsapp{
        width:75px;
        height:75px;
        z-index:99999;
    }
}
/* Footer ############################################## */
/* ##################################################### */



/* ##################################################### */
/* ##################################################### */
.wk-wwd-timeline{
    position:absolute;
    width:calc(50% + 11px);
    height:100%;
    top:0px;
    left:0px;
}
.wk-wwd-timeline img{
    width:auto;
}.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.depoimento {
    min-width: 100%;
    flex-shrink: 0;

    opacity: 0;
    position: absolute;

    position: absolute;
    width: 100%;
    pointer-events: none;
    /* transition: all 0.5s ease; */
}

.depoimento.ativo{
    opacity: 1;
    position: relative;
    pointer-events: auto;
}
#depoimentos{
    position: relative;
    min-height: 250px; /* evita "pulo" de layout */
}
/* Bolinhas */
.dots{
    text-align: center;
    padding-top: 20px;
}
.dot{
    height: 10px;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.dot.ativo{
    background-color: #08A89A;
    transform: scale(1.2);
}


.wk-testimonial-slider {
    width: 90%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.wk-testimonial-slider,
.wk-testimonial-slider * {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.wk-testimonial-slider img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.wk-testimonial-slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.wk-testimonial-slide {
    min-width: 100%;
    /* flex-shrink: 0; */
    padding: 40px;
    /* background: #f1f1f1; */
    text-align: center;
    font-size: 20px;
    overflow: hidden;  /* CORTA EXCESSO */
}

/* dots */
.wk-testimonial-dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #08A89A;
}










.wk-cards-scroll{
    position: relative;
    height: 400vh; /* 4 cards */
}
.wk-cards-stack{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.wk-card{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* height: calc(100% - 100px);
    top: 100px; */
    left: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 40px;
    color: white;
    transform: translateY(100%);
}
.wk-card .row{
    min-height:100vh;
}
.wk-card .row .col-a{
    min-height:100vh !important;
    max-height:100vh !important;
}
.wk-card .row .col-b{
    display:none;
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    min-height:30vh !important;
    max-height:30vh !important;
}
.wk-card:first-child{
    transform: translateY(0%);
}
.wk-card-bg{
    position:absolute;
    width:100%;
    height:40%;
    left:0px;
    bottom:0px;
    background:#FFF;
    z-index:-1;
}
.wk-header{
    position: sticky;
    top: 0;
    width: 100%;
    max-width:100%;
    height:220px;
    z-index: -99999;
    text-align: center;
    padding: 40px 0 0 0;
    margin:0px !important;
    overflow: hidden !important;
}
@media(min-width: 576px){/* SM */
    .wk-card .row .col-a{
        min-height:70vh !important;
        max-height:70vh !important;
    }
    .wk-card .row .col-b{
        display:block;
        background-size:cover !important;
    }
    .wk-card .row{
        min-height:60vh;
    }
}
@media(min-width: 768px){/* MD */
    .wk-card .row .col-a{
        min-height:70vh !important;
        max-height:70vh !important;
    }
    .wk-card .row .col-b{
        min-height:30vh !important;
        max-height:30vh !important;
    }
    .wk-card .row{
        min-height:100vh;
    }
    /* .wk-card{
        height: calc(100% - 100px);
        top: 100px;
    } */
}
@media(min-width: 992px){/* LG */
    .wk-card .row .col-b{
        min-height:100% !important;
        max-height:100% !important;
    }
    .wk-card .row{
        min-height:60vh;
    }
    .wk-card{
        height: calc(100% - 120px);
        top: 120px;
    }
}
@media(min-width: 1200px){/* XL */
    
}
@media(min-width: 1400px){/* XXL */
    
}

















.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.9);
    text-align: center;
    
    align-items: center;
    justify-content: center;
}
.modal img{
    max-width: 90vw;   /* largura limita */
    max-height: 90vh;  /* altura máxima */
    width: auto;
    height: auto;
    object-fit: contain;
    touch-action: pan-y;
    user-select: none;
    transition: transform 0.3s ease;
    cursor: grab;
}
.modal img.dragging {
    transition: none;
    cursor: grabbing;
}
.nav{
    display:none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 0px;
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #FFF;
    transition:0.3s;
    z-index:99;
}
.nav:hover{
    background:rgba(187,187,187,0.7) !important;
}
.wk-modal-prev{left:18px;}
.wk-modal-next{right:18px;}
.wk-modal-prev img,
.wk-modal-next img{
    width:10px !important;
    max-width:10px !important;
    margin:0 auto;
}
.wk-modal-close{
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index:99;
}

/* mobile: esconder botões se quiser */
@media(min-width: 576px){
    .nav{
        display:block;
    }
}
@media(max-width:768px){
    .nav { font-size: 30px; }
}



/* Medium devices (tablets, 576px and up) */
@media(min-width: 576px){
}

/* Medium devices (tablets, 768px and up) */
@media(min-width: 768px){
    .wk-script-cards{
        min-height:180px;
    }
    .wk-wwd-timeline{
        width:calc(50% + 7px);
    }
    /* .wk-wwd-timeline img{
        width:14px
    } */
}

/* Large devices (desktops, 992px and up) */
@media(min-width: 992px){
    .wk-script-cards{
        min-height:110px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media(min-width: 1200px){
    .wk-script-cards{
        min-height:90px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media(min-width: 1400px){
    
}
/* ##################################################### */
/* ##################################################### */