/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.btn_4.learn-more {
    width: 190px;
}

.btn_4.learn-more .button-text {
    left: 20px;
    right: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem 0.75rem 2.25rem;
    white-space: nowrap;
}

.region-carousel-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #f3ede5 0%, #ffffff 100%);
    box-shadow: 0 20px 60px rgba(34, 34, 34, 0.14);
    padding: 14px;
}

.region-carousel {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f3ede5;
}

.region-carousel .carousel-inner,
.region-carousel .carousel-item {
    width: 100%;
    aspect-ratio: 16 / 10;
}

.region-carousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region-carousel .carousel-control-prev,
.region-carousel .carousel-control-next {
    width: 12%;
    opacity: 0.9;
}

.region-carousel .carousel-control-prev-icon,
.region-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.45);
    background-size: 52%;
}

.region-carousel .carousel-indicators {
    margin-bottom: 12px;
}

.region-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.region-carousel .carousel-indicators .active {
    background: #b88a52;
}

.room-carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.room-carousel .carousel-inner,
.room-carousel .carousel-item {
    width: 100%;
    height: 100%;
}

.room-carousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
    width: 12%;
    opacity: 0.95;
    z-index: 4;
}

.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(24, 24, 24, 0.45);
    background-size: 52%;
}

.room-carousel .carousel-indicators {
    z-index: 4;
    margin-bottom: 16px;
}

.room-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.85);
}

.room-carousel .carousel-indicators .active {
    background: #b88a52;
}

.row_list_version_1 .box_item_info {
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
}

.row_list_version_1 .box_item_info small {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #a89064;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.45);
    line-height: 1.2;
}

.box_item_info .facilities ul li i {
    flex: 0 0 30px;
    width: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .region-carousel-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .parallax_section_1 {
        height: auto;
        min-height: 0;
    }

    .parallax_section_1 .wrapper {
        position: relative;
        min-height: 0;
        padding: 50px 0;
    }

    .parallax_section_1 .title h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .carousel_testimonials .owl-stage-outer {
        overflow: visible;
    }

    .margin_120_95 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .bg_white .add_bottom_90 {
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 8px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .bg_white .add_bottom_90 > [class*="col-"] {
        width: 100%;
    }

    .bg_white .add_bottom_90 .title {
        margin-bottom: 0;
    }

    .region-carousel-card {
        border-radius: 20px;
        padding: 10px;
        box-shadow: 0 14px 35px rgba(34, 34, 34, 0.14);
    }

    .region-carousel-card.mb-4 {
        margin-bottom: 0 !important;
    }

    .region-carousel {
        border-radius: 14px;
    }

    .region-carousel .carousel-inner,
    .region-carousel .carousel-item {
        aspect-ratio: 4 / 3;
    }

    .region-carousel .carousel-control-prev-icon,
    .region-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }

    .region-carousel .carousel-indicators {
        margin-bottom: 8px;
    }

    .row_list_version_1 .pinned-image--medium {
        height: 62vh;
        min-height: 390px;
    }

    .room-carousel .carousel-control-prev,
    .room-carousel .carousel-control-next {
        width: 16%;
    }

    .room-carousel .carousel-control-prev-icon,
    .room-carousel .carousel-control-next-icon {
        width: 34px;
        height: 34px;
    }

    .room-carousel .carousel-indicators {
        margin-bottom: 8px;
    }

    .bg_white .container.margin_120_95 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box_overlay {
        padding: 24px 20px;
        min-height: 0;
    }

    .pic {
        margin-bottom: 18px;
    }

    .pic figure {
        width: 70px;
        height: 70px;
    }

    .pic figure img {
        width: 70px;
    }

    .pic h4 {
        font-size: 14px;
        line-height: 1.25;
    }

    .pic h4 small {
        font-size: 12px;
        line-height: 1.25;
    }

    .comment {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media (min-width: 768px) {
    .box_overlay {
        padding-left: 290px;
    }

    .pic {
        width: 215px;
    }

    .pic h4 {
        width: 120px;
        line-height: 1.25;
    }

    .pic h4 small {
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    .box_overlay {
        padding-left: 340px;
    }

    .pic {
        width: 265px;
    }

    .pic h4 {
        width: 170px;
    }
}


/* Turismo Pelo Brasil custom */
.logo_normal img,.logo_sticky img,.logo_panel img{object-fit:contain;border-radius:50%;}
.hero.full-height{height:100vh;height:100svh;min-height:100vh;min-height:100svh;}
.hero.full-height .wrapper{min-height:100%;}
.hero-copy{max-width:760px;margin:20px auto 0;color:#fff;font-size:20px;}
.pinned-image__container--solid{background:#0a8f84!important;}
.tour-card{height:100%;background:#fff;border-radius:24px;padding:14px;box-shadow:0 20px 55px rgba(0,0,0,.10);border:1px solid rgba(10,143,132,.14);transition:.25s ease;}
.tour-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.16);}
.tour-thumb{position:relative;border-radius:18px;overflow:hidden;height:245px;background:#e9f5f3;}
.tour-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s ease;}
.tour-thumb-split{display:grid;grid-template-columns:1fr 1fr;width:100%;height:100%;}
.tour-thumb-split img{min-width:0;}
.tour-card:hover .tour-thumb img{transform:scale(1.05);}
.tour-badge{position:absolute;left:18px;bottom:18px;background:#dffbf5;color:#007c75;border:1px solid #98e2d8;border-radius:999px;padding:10px 18px;font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:.08em;box-shadow:0 12px 30px rgba(0,0,0,.12);}
.tour-badge-static{position:static;display:inline-block;margin-top:22px;margin-bottom:12px;box-shadow:none;}
.tour-card-body{padding:24px 10px 6px;}
.tour-card-body h3{font-size:26px;margin-bottom:12px;}
.tour-card-body p{min-height:98px;margin-bottom:18px;}
.tour-meta{display:flex;justify-content:space-between;gap:12px;margin:0 0 18px;color:#66808a;}
.tour-meta strong{color:#008b7f;}
.full-width{width:100%;text-align:center;border:0;}
.tour-modal .modal-content{border-radius:28px;background:linear-gradient(135deg,#f3faef 0%,#fff4e2 100%);padding:28px;position:relative;}
.tour-modal-close{position:absolute;right:24px;top:24px;z-index:20;width:46px;height:46px;background:#103f4a;border-radius:50%;opacity:1;filter:none;padding:0;box-shadow:0 12px 34px rgba(0,0,0,.22);}
.tour-modal-close::before,.tour-modal-close::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;background:#fff;border-radius:999px;transform-origin:center;}
.tour-modal-close::before{transform:translate(-50%,-50%) rotate(45deg);}
.tour-modal-close::after{transform:translate(-50%,-50%) rotate(-45deg);}
.tour-modal-close:hover{background:#0a8f84;opacity:1;}
.tour-modal-carousel{position:relative;border-radius:22px;overflow:hidden;background:#0f3239;}
.tour-modal-carousel .carousel-item{height:520px;}
.tour-modal-carousel img{width:100%;height:100%;object-fit:cover;display:block;}
.tour-modal-carousel video{width:100%;height:100%;object-fit:contain;display:block;background:#000;}
.tour-modal-carousel .carousel-control-prev,.tour-modal-carousel .carousel-control-next{top:50%;bottom:auto;width:64px;height:64px;transform:translateY(-50%);opacity:.85;}
.tour-modal-carousel .carousel-control-prev{left:20px;}
.tour-modal-carousel .carousel-control-next{right:20px;}
.tour-modal-carousel .carousel-control-prev:hover,.tour-modal-carousel .carousel-control-next:hover{opacity:1;}
.tour-modal-carousel.has-image-zoom .carousel-item.active img{cursor:zoom-in;}
.tour-gallery-zoom-trigger{position:absolute;right:18px;bottom:18px;z-index:8;width:52px;height:52px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#06323a;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 14px 38px rgba(0,0,0,.25);transition:.2s ease;}
.tour-gallery-zoom-trigger:hover{background:#0a8f84;color:#fff;transform:scale(1.05);}
.tour-gallery-zoom-trigger.is-disabled{display:none;}
body.tour-gallery-zoom-open{overflow:hidden;}
.tour-gallery-zoom{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:72px 96px;background:rgba(4,20,24,.94);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;}
.tour-gallery-zoom.is-open{opacity:1;visibility:visible;pointer-events:auto;}
.tour-gallery-zoom__figure{margin:0;max-width:100%;max-height:100%;text-align:center;}
.tour-gallery-zoom__image{display:block;max-width:100%;max-height:calc(100vh - 170px);object-fit:contain;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.45);background:#102f38;}
.tour-gallery-zoom__caption{margin-top:14px;color:#fff;font-size:15px;font-weight:600;}
.tour-gallery-zoom__close,.tour-gallery-zoom__nav{position:absolute;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#06323a;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 34px rgba(0,0,0,.25);transition:.2s ease;}
.tour-gallery-zoom__close:hover,.tour-gallery-zoom__nav:hover{background:#0a8f84;color:#fff;transform:scale(1.05);}
.tour-gallery-zoom__close{top:24px;right:28px;width:52px;height:52px;font-size:22px;}
.tour-gallery-zoom__nav{top:50%;width:58px;height:58px;font-size:30px;transform:translateY(-50%);}
.tour-gallery-zoom__nav:hover{transform:translateY(-50%) scale(1.05);}
.tour-gallery-zoom__nav--prev{left:28px;}
.tour-gallery-zoom__nav--next{right:28px;}
.tour-thumbs-row{display:flex;gap:14px;justify-content:flex-start;flex-wrap:nowrap;margin:18px 0 4px;padding:0 2px 10px;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;cursor:grab;user-select:none;}
.tour-thumbs-row.is-dragging{cursor:grabbing;scroll-snap-type:none;}
.tour-thumbs-row::-webkit-scrollbar{height:6px;}
.tour-thumbs-row::-webkit-scrollbar-track{background:rgba(10,143,132,.12);border-radius:999px;}
.tour-thumbs-row::-webkit-scrollbar-thumb{background:rgba(10,143,132,.45);border-radius:999px;}
.tour-thumb-nav{position:relative;flex:0 0 auto;width:110px;height:78px;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#e5f7f3;color:#007c75;font-size:28px;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;}
.tour-thumb-nav.active{border-color:#ff9a22;}
.tour-thumb-nav img{width:100%;height:100%;object-fit:cover;display:block;}
.tour-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.12);color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45);font-size:30px;line-height:1;pointer-events:none;}
.tour-video-play i{display:block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.35));}
.tour-info-box{height:100%;background:rgba(255,255,255,.82);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:22px;}
.tour-info-box span{display:block;color:#6f7f89;margin-bottom:8px;}
.tour-info-box strong{font-size:22px;color:#062f38;}
.tour-benefits{list-style:none;margin:0;padding:0;}
.tour-benefits li{margin:9px 0;color:#536d78;}
.tour-benefits i{color:#05aa9b;margin-right:10px;font-weight:700;}
.tour-reserve-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border-radius:16px;padding:24px;}
.tour-reserve-box span{display:block;color:#778994;}
.tour-reserve-box strong{display:block;color:#052f38;font-size:18px;}
.floating-whatsapp{position:fixed;right:28px;bottom:28px;width:64px;height:64px;border-radius:50%;background:#20d466;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;z-index:999;box-shadow:0 16px 40px rgba(0,0,0,.22);}
.floating-whatsapp:hover{color:#fff;background:#13bf58;}
.footer-bottom{background:#101820;color:#fff;text-align:center;padding:14px 10px;}
.footer-bottom p{margin:0;color:#fff;}
.footer-bottom a{color:#d8b46c;font-weight:700;}
.qr-card{display:inline-flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border-radius:24px;padding:22px;margin-bottom:24px;box-shadow:0 18px 50px rgba(0,0,0,.10);}
.qr-card img{width:220px;max-width:100%;height:auto;}
.qr-card span{font-weight:700;color:#27323a;}
.map_contact iframe{width:100%;}
.bg_white .pinned-image--small{height:auto;min-height:360px;}
.bg_white .pinned-image--small .pinned-image__container{position:relative;height:auto;min-height:inherit;transform:none;}
.bg_white .pinned-image--small .pinned-image__container img{position:relative;height:auto;min-height:inherit;display:block;}
@media(max-width:991px){.hero.full-height{height:100vh;height:100svh;min-height:100vh;min-height:100svh}.hero.full-height .wrapper{padding-top:108px;padding-bottom:64px}.hero.full-height .wrapper>.container{max-width:680px}.hero .wrapper small{font-size:13px;line-height:1.35;letter-spacing:2.4px}.hero .wrapper h1{font-size:clamp(2.05rem,8.2vw,3rem);line-height:1.22}.hero-copy{font-size:clamp(1.05rem,4.4vw,1.45rem);line-height:1.32;max-width:620px}.logo_normal img,.logo_sticky img{width:68px;height:68px}}
@media(max-width:767px){header.fixed_header{padding:12px 0}.hero.full-height{height:100vh;height:100svh;min-height:100vh;min-height:100svh}.hero.full-height .wrapper{align-items:flex-start!important;padding-top:116px;padding-bottom:72px}.hero.full-height .wrapper>.container{padding-left:24px;padding-right:24px}.hero .wrapper small{margin-bottom:12px;font-size:12px;letter-spacing:2.1px}.hero .wrapper h1{font-size:clamp(2rem,9.2vw,2.55rem);line-height:1.27;margin-bottom:14px}.hero-copy{margin-top:16px;font-size:clamp(1.1rem,5.5vw,1.55rem);line-height:1.28}.logo_normal img,.logo_sticky img{width:62px;height:62px}.hamburger_2{top:2px}.mouse_wp{display:none}.tour-modal .modal-dialog{width:calc(100% - 10px);max-width:none;margin:5px auto}.tour-modal .modal-content{padding:8px;border-radius:16px}.tour-modal .modal-body{padding:0}.tour-modal-close{right:12px;top:12px;width:42px;height:42px}.tour-modal-carousel{border-radius:16px}.tour-modal-carousel .carousel-item{height:310px}.tour-gallery-zoom-trigger{right:12px;bottom:12px;width:44px;height:44px;font-size:18px}.tour-gallery-zoom{padding:70px 18px 34px}.tour-gallery-zoom__image{max-height:calc(100vh - 155px);border-radius:12px}.tour-gallery-zoom__close{top:16px;right:16px;width:46px;height:46px}.tour-gallery-zoom__nav{width:44px;height:44px;font-size:24px;background:rgba(255,255,255,.86)}.tour-gallery-zoom__nav--prev{left:12px}.tour-gallery-zoom__nav--next{right:12px}.tour-gallery-zoom__caption{font-size:13px}.tour-reserve-box{display:block}.tour-reserve-box .btn_1{width:100%;margin-top:16px;text-align:center}.tour-card-body p{min-height:0}.floating-whatsapp{width:56px;height:56px;right:18px;bottom:18px;font-size:28px}}
@media(max-width:380px){.hero.full-height .wrapper{padding-top:104px;padding-bottom:58px}.hero .wrapper small{font-size:11px;letter-spacing:1.8px}.hero .wrapper h1{font-size:clamp(1.85rem,8.8vw,2.15rem);line-height:1.24}.hero-copy{font-size:1.05rem}.logo_normal img,.logo_sticky img{width:56px;height:56px}}

@supports(height:100dvh){.hero.full-height{height:100dvh;min-height:100dvh}@media(max-width:991px){.hero.full-height{height:100dvh;min-height:100dvh}}@media(max-width:767px){.hero.full-height{height:100dvh;min-height:100dvh}}}

@media(max-width:767px){
    .tour-thumbs-row{gap:10px;margin:12px 0 2px;padding-bottom:8px;}
    .tour-thumb-nav{width:86px;height:58px;border-radius:9px;}
    .tour-badge{padding:7px 14px;font-size:11px;letter-spacing:.06em;}
    .tour-badge-static{margin-top:14px;margin-bottom:8px;}
    .tour-modal h2{font-size:26px;line-height:1.12;margin-bottom:10px;}
    .tour-modal .lead{font-size:16px;line-height:1.45;margin-bottom:14px;}
    .tour-modal .row.g-3{--bs-gutter-y:.75rem;}
    .tour-info-box{padding:16px;border-radius:14px;}
    .tour-info-box span{margin-bottom:4px;font-size:13px;line-height:1.25;}
    .tour-info-box strong{font-size:18px;line-height:1.25;}
    .tour-info-box h4{font-size:17px;line-height:1.2;margin-bottom:8px;}
    .tour-info-box p{font-size:15px;line-height:1.45;margin-bottom:0;}
    .tour-benefits li{margin:6px 0;font-size:15px;line-height:1.35;}
    .tour-reserve-box{padding:18px;border-radius:14px;}
}

@media(max-width:380px){
    .tour-modal h2{font-size:24px;}
    .tour-modal .lead{font-size:15px;line-height:1.4;}
    .tour-info-box p,.tour-benefits li{font-size:14px;line-height:1.35;}
}


.tour-thumb-placeholder,.tour-modal-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#e9f5f3 0%,#fff4e2 100%);color:#07877d;text-align:center;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.tour-thumb-placeholder i,.tour-modal-placeholder i{font-size:52px;line-height:1;}
.tour-thumb-placeholder span,.tour-modal-placeholder span{font-size:13px;}
.tour-modal-placeholder{min-height:520px;background:linear-gradient(135deg,#103f4a 0%,#0a8f84 100%);color:#fff;}
@media(max-width:767px){.tour-modal-placeholder{min-height:310px}}
