/*============================================================================================*/
/* 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;
    }
}

/*============================================================================================*/
/* Refúgio Moura - Nova identidade visual */
/*============================================================================================*/

:root {
    --refugio-forest: #203a2e;
    --refugio-forest-deep: #14241d;
    --refugio-moss: #2f4a38;
    --refugio-sage: #8eaf96;
    --refugio-sage-light: #c8dccd;
    --refugio-wood: #b8783e;
    --refugio-wood-dark: #5b341f;
    --refugio-cream: #f7f1e7;
    --refugio-sand: #e8d6be;
    --refugio-paper: #fffaf2;
    --refugio-text: #243126;
    --refugio-muted: #6e7568;
    --refugio-white: #ffffff;
    --refugio-radius-md: 18px;
    --refugio-radius-lg: 28px;
    --refugio-radius-xl: 36px;
    --refugio-shadow-soft: 0 20px 55px rgba(32, 58, 46, 0.14);
    --refugio-shadow-card: 0 24px 70px rgba(20, 36, 29, 0.16);
    --refugio-shadow-warm: 0 18px 45px rgba(91, 52, 31, 0.16);
    --refugio-gradient-dark: linear-gradient(135deg, rgba(20, 36, 29, 0.9), rgba(47, 74, 56, 0.74));
    --refugio-gradient-soft: linear-gradient(135deg, #fffaf2 0%, #f7f1e7 50%, #edf4ee 100%);
}

html {
    scroll-behavior: smooth;
}

body,
main {
    background:
        radial-gradient(circle at 10% 8%, rgba(142, 175, 150, 0.18), transparent 34%),
        radial-gradient(circle at 90% 12%, rgba(184, 120, 62, 0.12), transparent 28%),
        var(--refugio-cream);
    color: var(--refugio-text);
    font-family: 'Poppins', Helvetica, sans-serif;
}

body {
    font-size: 15.5px;
    line-height: 1.75;
}

#preloader {
    background-color: var(--refugio-forest-deep);
}

[data-loader=circle-side] {
    border-color: var(--refugio-sage);
    border-top-color: rgba(255, 255, 255, 0.28);
    border-right-color: rgba(255, 255, 255, 0.28);
    border-bottom-color: rgba(255, 255, 255, 0.28);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--refugio-forest);
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.035em;
}

p,
.lead {
    color: var(--refugio-muted);
}

p.lead,
.intro .lead {
    color: var(--refugio-text);
    font-weight: 400;
    font-size: clamp(1.05rem, 1.6vw, 1.24rem);
    line-height: 1.72;
}

a {
    color: var(--refugio-moss);
}

a:hover,
a:focus {
    color: var(--refugio-wood);
}

::selection {
    background: var(--refugio-sage);
    color: var(--refugio-white);
}

.title small,
.hero .wrapper small {
    color: var(--refugio-sage);
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1.45;
}

.title h2,
.title h3 {
    color: var(--refugio-forest);
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.14;
    margin-bottom: 18px;
}

.title h3 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.title.white small {
    color: var(--refugio-sage-light);
    opacity: 1;
}

.title.white h2,
.title.white h3 {
    color: var(--refugio-white);
}

hr {
    border-color: rgba(142, 175, 150, 0.36);
}

/* Header / Navegação */
header.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 14px 0;
    z-index: 99999;
    transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

header.fixed_header .container {
    position: relative;
    z-index: 2;
}

header.fixed_header .hamburger_2 {
    position: relative;
    z-index: 3;
}

header.fixed_header .logo_normal,
header.fixed_header .logo_sticky {
    position: relative;
    z-index: 3;
}

header.fixed_header .logo_normal img,
header.fixed_header .logo_sticky img,
.menu_v4 .logo_panel img {
    width: 74px !important;
    height: 74px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 35px rgba(20, 36, 29, 0.24);
}

header.fixed_header.sticky {
    background: rgba(247, 241, 231, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 44px rgba(20, 36, 29, 0.12);
    padding: 8px 0;
}

header.fixed_header.sticky .logo_sticky img {
    border-color: rgba(142, 175, 150, 0.54);
    box-shadow: 0 10px 28px rgba(20, 36, 29, 0.15);
}

header.fixed_header nav ul li a {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
}

header.fixed_header nav ul li a:hover {
    color: var(--refugio-sage-light);
    opacity: 1;
}

header.fixed_header.sticky nav ul li a {
    color: var(--refugio-forest);
}

header.fixed_header.sticky nav ul li a:hover {
    color: var(--refugio-wood);
}

header.fixed_header nav ul li a.animated_link:before,
header.fixed_header.sticky nav ul li a.animated_link:before {
    background-color: var(--refugio-sage);
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after,
header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner::after {
    background-color: var(--refugio-forest);
}

header.fixed_header:not(.sticky) .hamburger__inner,
header.fixed_header:not(.sticky) .hamburger__inner::before,
header.fixed_header:not(.sticky) .hamburger__inner::after {
    background-color: var(--refugio-white);
}

/* Botões e CTAs */
a.btn_1,
.btn_1,
button.btn_1,
header.fixed_header nav ul li a.btn_1,
header.fixed_header.sticky nav ul li a.btn_1 {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--refugio-forest), var(--refugio-moss));
    color: var(--refugio-white) !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 13px 28px;
    box-shadow: 0 14px 30px rgba(32, 58, 46, 0.24);
}

a.btn_1:hover,
.btn_1:hover,
button.btn_1:hover,
header.fixed_header nav ul li a.btn_1:hover,
header.fixed_header.sticky nav ul li a.btn_1:hover {
    background: linear-gradient(135deg, var(--refugio-wood), var(--refugio-wood-dark));
    color: var(--refugio-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(91, 52, 31, 0.24);
}

a.btn_1.outline,
.btn_1.outline {
    background: rgba(255, 250, 242, 0.68);
    border: 1px solid rgba(32, 58, 46, 0.32);
    color: var(--refugio-forest) !important;
    box-shadow: none;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    background: var(--refugio-forest);
    border-color: var(--refugio-forest);
    color: var(--refugio-white) !important;
    box-shadow: 0 16px 36px rgba(32, 58, 46, 0.22);
}

a.btn_1.outline.white,
.btn_1.outline.white {
    border-color: rgba(255, 255, 255, 0.7);
    color: var(--refugio-white) !important;
    background: rgba(255, 255, 255, 0.08);
}

.animated_link strong {
    color: var(--refugio-forest);
}

.animated_link:before {
    background-color: var(--refugio-wood);
}

.btn_4.learn-more {
    width: 205px;
}

.btn_4.learn-more .circle {
    background: var(--refugio-forest);
    box-shadow: 0 12px 28px rgba(32, 58, 46, 0.22);
}

.btn_4.learn-more .button-text {
    color: var(--refugio-forest);
    font-weight: 700;
}

.btn_4.learn-more:hover .circle {
    background: var(--refugio-wood);
}

/* Hero / Banners */
.hero {
    background-color: var(--refugio-forest-deep);
}

.hero .jarallax-img,
.parallax_section_1 .jarallax-img {
    filter: saturate(1.05) contrast(1.04);
}

.hero .wrapper,
.parallax_section_1 .wrapper {
    background:
        radial-gradient(circle at 50% 38%, rgba(142, 175, 150, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(20, 36, 29, 0.68), rgba(32, 58, 46, 0.48)) !important;
}

.hero .wrapper h1,
.hero .wrapper h3 {
    color: var(--refugio-white);
    font-size: clamp(2.5rem, 7vw, 5.6rem);
    line-height: 1.02;
    max-width: 980px;
    margin: 0 auto;
    text-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.hero .wrapper h3 {
    font-size: clamp(2.35rem, 6vw, 5.15rem);
}

.hero .wrapper small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--refugio-sage-light);
    backdrop-filter: blur(10px);
}

.mouse {
    border-color: rgba(255, 255, 255, 0.78);
}

.mouse:before {
    background: var(--refugio-sage-light);
}

.pinned-image__container-overlay {
    background: linear-gradient(135deg, rgba(20, 36, 29, 0.76), rgba(47, 74, 56, 0.44));
}

/* Estrutura geral */
.pattern_2 {
    background:
        radial-gradient(circle at top right, rgba(142, 175, 150, 0.22), transparent 32%),
        radial-gradient(circle at 0 42%, rgba(184, 120, 62, 0.1), transparent 26%),
        var(--refugio-cream) !important;
}

.bg_white {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(247, 241, 231, 0.96)),
        var(--refugio-paper) !important;
}

.container.margin_120_95 {
    position: relative;
}

img.rounded-img,
.pinned-image.rounded_container,
.rounded_container,
.parallax_wrapper img,
.pinned-image__container,
.pinned-image__container img,
.pinned-image__container video {
    border-radius: var(--refugio-radius-lg) !important;
}

.parallax_wrapper > img,
.parallax_wrapper .img_over img,
.pinned-image.rounded_container,
.region-carousel-card,
.box_item_info,
.contact_info,
.box_overlay,
.item-img {
    box-shadow: var(--refugio-shadow-card);
}

.parallax_wrapper:before,
.parallax_wrapper.inverted:before {
    background: var(--refugio-sage-light);
    border-radius: var(--refugio-radius-xl);
    opacity: 0.58;
}

.intro em {
    color: var(--refugio-wood-dark);
    font-style: normal;
    font-weight: 600;
}

/* Carrosséis e imagens */
.region-carousel-card {
    border-radius: var(--refugio-radius-xl);
    padding: 12px;
    background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(200, 220, 205, 0.58));
    border: 1px solid rgba(142, 175, 150, 0.24);
}

.region-carousel,
.region-carousel .carousel-item img,
.room-carousel,
.room-carousel .carousel-item img {
    border-radius: calc(var(--refugio-radius-xl) - 10px);
}

.region-carousel .carousel-control-prev-icon,
.region-carousel .carousel-control-next-icon,
.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
    background-color: rgba(32, 58, 46, 0.74);
    box-shadow: 0 10px 24px rgba(20, 36, 29, 0.2);
}

.region-carousel .carousel-indicators [data-bs-target],
.room-carousel .carousel-indicators [data-bs-target] {
    background-color: rgba(255, 250, 242, 0.84);
}

.region-carousel .carousel-indicators .active,
.room-carousel .carousel-indicators .active {
    background: var(--refugio-sage);
}

/* Cards de quartos */
a.box_cat_rooms {
    border-radius: var(--refugio-radius-xl);
    overflow: hidden;
    box-shadow: var(--refugio-shadow-card);
    background: var(--refugio-forest);
    border: 1px solid rgba(255, 250, 242, 0.12);
}

a.box_cat_rooms figure {
    border-radius: var(--refugio-radius-xl);
    overflow: hidden;
}

a.box_cat_rooms figure:after {
    background:
        linear-gradient(180deg, rgba(20, 36, 29, 0.04) 28%, rgba(20, 36, 29, 0.72) 100%),
        radial-gradient(circle at 50% 85%, rgba(0, 0, 0, 0.32), transparent 48%);
}

a.box_cat_rooms .info {
    width: auto;
    left: 28px;
    right: 28px;
    bottom: 24px;
    padding: 26px 28px;
    border: 1px solid rgba(255, 250, 242, 0.16);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(8, 18, 14, 0.66), rgba(20, 36, 29, 0.48));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 45px rgba(0, 0, 0, 0.24);
    transform: translateY(0);
}

a.box_cat_rooms .info small {
    color: var(--refugio-sage-light);
    letter-spacing: 0.2em;
    font-weight: 700;
}

a.box_cat_rooms .info h3 {
    color: var(--refugio-white);
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

a.box_cat_rooms .info span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.94);
    color: var(--refugio-forest);
    font-weight: 700;
    padding: 11px 18px;
    opacity: 1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a.box_cat_rooms .info span:after {
    content: "\F135";
    font-family: bootstrap-icons !important;
    font-size: 0.95rem;
    line-height: 1;
}

a.box_cat_rooms .info span:before {
    display: none;
}

a.box_cat_rooms .info span:hover,
a.box_cat_rooms:hover .info span {
    background: var(--refugio-sage);
    color: var(--refugio-white);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

a.box_cat_rooms:hover .info {
    transform: translateY(-8px);
}

a.box_cat_rooms:hover .background-image {
    transform: scale(1.08);
    filter: saturate(1.05) contrast(1.04);
}

/* Facilities / grids */
.box_facilities {
    height: 100%;
    padding: 34px 26px 30px;
    border: 1px solid rgba(142, 175, 150, 0.24) !important;
    border-radius: var(--refugio-radius-lg);
    background: rgba(255, 250, 242, 0.72);
    box-shadow: 0 14px 40px rgba(32, 58, 46, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.box_facilities:hover {
    transform: translateY(-7px);
    border-color: rgba(142, 175, 150, 0.48) !important;
    box-shadow: var(--refugio-shadow-soft);
}

.box_facilities i {
    color: var(--refugio-sage);
    font-size: 54px;
}

.box_facilities h3 {
    color: var(--refugio-forest);
    font-size: 20px;
}

.box_facilities p {
    margin-bottom: 0;
}

.box_facilities.white {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.box_facilities.white i {
    color: var(--refugio-sage-light);
}

/* Acomodações - página de listagem */
.row_list_version_1 {
    margin-bottom: 95px;
}

.row_list_version_1 .box_item_info,
.box_item_info {
    max-width: 760px;
    border-radius: var(--refugio-radius-xl);
    background: rgba(255, 250, 242, 0.86) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(142, 175, 150, 0.26);
    color: var(--refugio-text);
}

.box_item_info small,
.row_list_version_1 .box_item_info small {
    color: var(--refugio-forest);
    border-color: rgba(142, 175, 150, 0.5);
    background: rgba(200, 220, 205, 0.42);
    letter-spacing: 0.14em;
    font-weight: 700;
}

.box_item_info h2 {
    color: var(--refugio-forest);
    font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.box_item_info .facilities ul li {
    color: var(--refugio-muted);
}

.box_item_info .facilities ul li i {
    color: var(--refugio-sage);
}

.box_item_info .box_item_footer {
    border-top-color: rgba(142, 175, 150, 0.28);
}

.box_item_info .box_item_footer a.animated_link {
    color: var(--refugio-forest);
}

/* Depoimentos, acordeões e informações */
.box_overlay {
    border-radius: var(--refugio-radius-xl);
    background: linear-gradient(135deg, var(--refugio-forest), var(--refugio-forest-deep));
    border: 1px solid rgba(200, 220, 205, 0.18);
}

.box_overlay .comment,
.comment {
    color: rgba(255, 250, 242, 0.88);
}

.pic h4 {
    color: var(--refugio-white);
}

.pic h4 small {
    color: var(--refugio-sage-light);
}

.pic figure {
    border: 4px solid rgba(200, 220, 205, 0.68);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.accordion-item,
.accordion .card {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid rgba(142, 175, 150, 0.25) !important;
    border-radius: var(--refugio-radius-md) !important;
    background: rgba(255, 250, 242, 0.76);
    box-shadow: 0 10px 26px rgba(32, 58, 46, 0.07);
}

.accordion-button,
.accordion .card-header {
    color: var(--refugio-forest);
    background: rgba(255, 250, 242, 0.86);
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: var(--refugio-forest);
    background: rgba(200, 220, 205, 0.5);
    box-shadow: inset 0 -1px 0 rgba(142, 175, 150, 0.22);
}

.accordion-button:focus {
    border-color: var(--refugio-sage);
    box-shadow: 0 0 0 0.25rem rgba(142, 175, 150, 0.22);
}

.accordion-body,
.accordion .card-body {
    color: var(--refugio-muted);
    background: var(--refugio-paper);
}

.list_ok ul li:before {
    color: var(--refugio-sage);
}

.list_ok h5 {
    color: var(--refugio-forest);
}

/* Galeria */
.item-img {
    border-radius: var(--refugio-radius-lg) !important;
    background: var(--refugio-forest);
    border: 1px solid rgba(142, 175, 150, 0.22);
}

.item-img img,
.item-img video {
    height: 340px !important;
    border-radius: var(--refugio-radius-lg) !important;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.item-img:hover img,
.item-img:hover video {
    transform: scale(1.055);
}

.item-img:hover img {
    filter: saturate(1.06) contrast(1.04);
}

body[data-page="gallery"] .item-img .content,
body[data-page="gallery"] .item-img::after,
body[data-page="gallery"] .item-img img,
body[data-page="gallery"] .item-img video {
    border-radius: inherit !important;
}

body[data-page="gallery"] .item-img {
    border-radius: var(--refugio-radius-lg) !important;
    overflow: hidden;
}

body[data-page="gallery"] .item-img .content {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    background: transparent;
    align-items: center;
    overflow: hidden;
}

body[data-page="gallery"] .item:hover .content {
    width: 100% !important;
    height: 100% !important;
}

body[data-page="gallery"] .gallery-video .content {
    background: linear-gradient(180deg, rgba(20, 36, 29, 0.08), rgba(20, 36, 29, 0.62));
}

body[data-page="gallery"] .gallery-video::after {
    display: none;
}

body[data-page="gallery"] .item-img:not(.gallery-video) .content {
    background: transparent !important;
}

.item-img .content a {
    background: rgba(255, 250, 242, 0.9);
    color: var(--refugio-forest);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(20, 36, 29, 0.18);
}

.item-img .content a .bi-play-fill {
    margin-left: 2px;
    font-size: 1.45rem;
}

body[data-page="gallery"] .gallery-video::before {
    content: "Vídeo";
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(20, 36, 29, 0.78);
    color: var(--refugio-white);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(20, 36, 29, 0.22);
}

body[data-page="gallery"] .gallery-video .content a {
    opacity: 1;
}

.pagination__wrapper .pagination li a,
.pagination li a {
    border-radius: 999px;
    color: var(--refugio-forest);
    border-color: rgba(142, 175, 150, 0.28);
}

.pagination__wrapper .pagination li a.active,
.pagination__wrapper .pagination li a:hover,
.pagination li a.active,
.pagination li a:hover {
    background: var(--refugio-forest);
    color: var(--refugio-white);
    border-color: var(--refugio-forest);
}

/* Contato */
.contact_info {
    border-radius: var(--refugio-radius-xl);
    background: linear-gradient(145deg, rgba(255, 250, 242, 0.88), rgba(200, 220, 205, 0.46));
    border: 1px solid rgba(142, 175, 150, 0.28);
}

.contact_info ul li i {
    color: var(--refugio-sage);
}

.contact_info ul li h4 {
    color: var(--refugio-forest);
}

.contact_info ul li div,
.contact_info ul li p {
    color: var(--refugio-muted);
}

.map_contact,
.map_contact iframe {
    filter: saturate(0.86) contrast(0.96);
}

.phone_element a {
    color: var(--refugio-forest);
}

.phone_element a i {
    color: var(--refugio-sage);
}

.phone_element a span em {
    color: var(--refugio-muted);
}

/* Marquee */
.marquee {
    background: var(--refugio-forest);
    color: rgba(255, 250, 242, 0.94);
    border-top: 1px solid rgba(200, 220, 205, 0.2);
    border-bottom: 1px solid rgba(200, 220, 205, 0.2);
}

.marquee .content {
    color: rgba(255, 250, 242, 0.92);
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* Footer */
footer {
    background:
        radial-gradient(circle at 85% 10%, rgba(142, 175, 150, 0.18), transparent 30%),
        linear-gradient(180deg, var(--refugio-forest) 0%, var(--refugio-forest-deep) 100%);
    color: rgba(255, 250, 242, 0.76);
}

footer .footer_bg .background-image {
    opacity: 0.26;
    filter: saturate(0.95) contrast(1.05);
}

footer .footer_bg .gradient_over {
    background: linear-gradient(180deg, rgba(20, 36, 29, 0.12), var(--refugio-forest));
}

footer h5 {
    color: var(--refugio-white);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

footer ul li,
footer .copy {
    color: rgba(255, 250, 242, 0.68);
}

footer a {
    color: var(--refugio-sage-light);
}

footer a:hover {
    color: var(--refugio-white);
}

footer .social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--refugio-white);
}

footer .social ul li a:hover {
    background: var(--refugio-sage);
    transform: translateY(-3px);
}

footer .copy {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.12);
}

/* Misc */
.progress-wrap {
    box-shadow: 0 12px 30px rgba(32, 58, 46, 0.18);
}

.progress-wrap::after {
    color: var(--refugio-forest);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--refugio-sage);
}

.error_page h1 {
    color: var(--refugio-sage);
}

.error_page h2 {
    color: var(--refugio-forest);
}

.error_page svg [stroke="#0E0620"] {
    stroke: var(--refugio-forest);
}

.error_page svg [fill="#0E0620"] {
    fill: var(--refugio-forest);
}

/* Responsivo */
@media (max-width: 991px) {
    header.fixed_header {
        padding: 10px 0;
    }

    header.fixed_header .logo_normal img,
    header.fixed_header .logo_sticky img,
    .menu_v4 .logo_panel img {
        width: 62px !important;
        height: 62px !important;
    }

    .menu_v4 .main-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(350px, 88vw);
        height: 100dvh;
        background: rgba(247, 241, 231, 0.98);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: -22px 0 45px rgba(20, 36, 29, 0.2);
        z-index: 100000;
    }

    .menu_v4 .layer {
        display: none !important;
    }

    .menu_v4 .layer.layer-is-visible {
        display: none !important;
    }

    .main-menu #mainNav ul li a,
    .submenu_version .main-menu ul > li > a {
        color: var(--refugio-forest) !important;
        font-weight: 700;
    }

    .main-menu #mainNav ul li a.btn_1 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 14px;
        padding: 14px 22px;
        background: linear-gradient(135deg, var(--refugio-forest), var(--refugio-moss));
        color: var(--refugio-white) !important;
        border-radius: 999px;
        box-shadow: 0 14px 30px rgba(32, 58, 46, 0.24);
    }

    .main-menu #mainNav ul li a.btn_1:hover,
    .main-menu #mainNav ul li a.btn_1:focus {
        background: linear-gradient(135deg, var(--refugio-wood), var(--refugio-wood-dark));
        color: var(--refugio-white) !important;
    }

    .menu_v4 .closebt {
        color: var(--refugio-forest);
    }

    .hero.full-height,
    .hero.medium-height,
    .hero.small-height {
        min-height: 620px;
    }

    .row_list_version_1 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .hero.full-height,
    .hero.medium-height,
    .hero.small-height {
        height: 100vh;
        min-height: 100vh;
    }

    @supports (height: 100svh) {
        .hero.full-height,
        .hero.medium-height,
        .hero.small-height {
            height: 100svh;
            min-height: 100svh;
        }
    }

    @supports (height: 100dvh) {
        .hero.full-height,
        .hero.medium-height,
        .hero.small-height {
            height: 100dvh;
            min-height: 100dvh;
        }
    }

    .hero .wrapper {
        height: 100%;
        min-height: inherit;
    }

    .hero .wrapper small {
        padding: 8px 13px;
        letter-spacing: 0.16em;
        font-size: 0.68rem;
    }

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: clamp(2.25rem, 12vw, 3.4rem);
    }

    .title h2,
    .title h3 {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .box_facilities {
        padding: 28px 22px;
        margin-bottom: 18px;
    }

    a.box_cat_rooms,
    a.box_cat_rooms figure {
        border-radius: 24px;
    }

    a.box_cat_rooms .info {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 20px;
        border-radius: 20px;
    }

    a.box_cat_rooms .info h3 {
        font-size: 1.45rem;
        margin-bottom: 10px;
    }

    a.box_cat_rooms .info small {
        font-size: 0.66rem;
        letter-spacing: 0.14em;
        margin-bottom: 12px;
    }

    a.box_cat_rooms .info span {
        opacity: 1 !important;
        padding: 10px 16px;
        font-size: 0.86rem;
    }

    a.box_cat_rooms:hover .info {
        transform: translateY(0);
    }

    .row_list_version_1 .box_item_info {
        border-radius: 24px;
        margin: -130px 12px 0 12px;
    }

    .box_item_info .box_item_footer {
        gap: 14px;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .region-carousel-card,
    .contact_info,
    .box_overlay,
    .item-img,
    img.rounded-img,
    .pinned-image.rounded_container,
    .rounded_container,
    .parallax_wrapper img,
    .pinned-image__container,
    .pinned-image__container img,
    .pinned-image__container video {
        border-radius: 22px !important;
    }

    .item-img img,
    .item-img video {
        height: 300px !important;
    }

    body[data-page="gallery"] .gallery-video .content {
        opacity: 1;
    }

    body[data-page="gallery"] .gallery-video .content a {
        color: var(--refugio-forest);
    }

    footer .move_content {
        margin-top: -58px;
    }
}
