:root {
    --green: #0f483a;
    --dark-gray: #888;
    --light-gray: #bfc1c0;
    --white: #efefef;
    --gold: #d3ac67;
    --black: #1c1c1c;

    --color-bg-primary: var(--green);



    --font-1: "roboto", Sans-Serif;
    --font-2: "the-seasons", Serif;
    --font-mono: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

body {
    font-family: "roboto", sans-serif;
}

.container {
    padding-inline: 2rem;
}

figure {
    margin: 0;
}

p {
    text-align: justify;
    line-height: 1.2;
}

/* section {
    border: 1px solid red;
} */

.s-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-primary {
    background-color: var(--green);
}

.header-logo {
    left: 45px;
}

.header-logo img {
    width: 27.5rem;
}

.header-nav__links .dropdown a {
    color: var(--white);
}

.dropdown-menu-dark {
    background-color: var(--black);
}

.dropdown-item:active {
    background-color: var(--dark-gray);
}

.s-intro {
    height: auto;
}

.intro-scroll__icon svg path {
    fill: var(--green);
}

.intro-header__big-type {
    font-size: 9rem;
}

.intro-block-content__text {
    text-align: justify;
    text-wrap: pretty;
}

.intro-pic-primary img,
.intro-block-content__pic img,
.about-pic-primary img,
.menu-list__item-desc img,
.gslide-media.gslide-image img {
    filter: brightness(80%);
}

.s-section {
    padding-top: 8.8rem;
    padding-bottom: 6.8rem;
    border-top: 1px solid #1c1c1c;
}

.s-intro {
    --content-padding-top: max(13.6rem, 20vh);
}

.section-header::before {
    margin-left: 0;
    margin-bottom: 0;
}

.section-header .text-display-title {
    font-size: 6rem;
    line-height: 1;
}

.section-header {
    margin-bottom: 2rem;
}

.s-menu__content-end {
    padding-top: 0;
}

.menu-block__group {
    margin-bottom: 0;
}

.menu-list__item-desc {
    padding-right: 0;
}

.menu-list__item p {
    color: var(--dark-gray);
}

.tab-nav__list a i {
    margin-left: auto;
    font-size: 2.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-2rem);
    transition: opacity 0.3s var(--ease-smooth-in-out),
        transform 0.3s var(--ease-smooth-in-out);
}

.tab-nav__list a:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.s-experience__features {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #cfcfcf;
}

.feature-item i {
    font-size: 20px;
    color: #c9a96e;
    /* dourado elegante */
}

.s-about__content-start {
    margin-bottom: 0;
    display: block;
}

.s-about__content-end {
    padding-bottom: 0;
}

#destination.s-section,
#expansion.s-section {
    padding-top: 6.8rem;
}

.s-expansion {
    position: relative;
    margin-top: 1rem;
    background-image: url('../assets/images/photo-03.png');
    background-size: cover;
    background-position: center 0px;
}

.s-expansion__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.9));
}

.s-expansion__content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

#business.s-section,
.testimonials-slider__slide,
#press.s-section,
#footer.o-footer.s-section,
#contact.s-section {
    border-top: 0;
}

#destination h4,
#business h4 {
    font-family: var(--font-1);
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

.swiper-container .swiper-pagination-bullet-active {
    background: var(--green);
}

.swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.s-footer__logo img {
    width: 25rem
}

footer h6 {
    color: var(--green);
    margin-top: 0;
    letter-spacing: 0;
}

footer .opening-hours {
    list-style: none;
    margin-left: 0;
}

footer .grid-cols {
    --col-min-width: 270px;
}

footer .link-list li {
    list-style-type: none;
}

footer .link-list li a {
    color: var(--light-gray);
}

footer .link-list li a:hover {
    color: var(--green);
}

footer .link-list {
    margin-left: 0;
}

.grid-cols__column.footer-block p span {
    font-size: 1.25rem;
    font-style: italic;
}

.social-list li {
    margin-right: 1.5rem;
}

.social-list a {
    color: var(--light-gray);
}

.social-list a:hover {
    color: #eee !important;
}

footer .opening-hours__time {
    text-transform: none;
}

.s-footer__main-end,
.s-footer__main-end p {
    font-size: 1.75rem;
    line-height: 1.3;
}

.ss-go-top span {
    width: 14rem;
}

.ss-go-top {
    bottom: 25px;
}

.s-destination {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.9)),
        url('../assets/images/destinos.png') center/cover no-repeat;
    background-position: center 0px;
}

.badget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badget img {
    max-width: 40%;
}

hr {
    border: 1px solid var(--gold);
    width: 100%;
}

.hr-vertical {
    border: 1px solid var(--gold);
    width: 1px;
    height: 100%;
}

.last-end {
    text-align-last: right;
}

/*---- Na Mídia ----*/
#hero.s-section {
    margin-top: 8.25rem;
    padding-top: 6.8rem;
    padding-bottom: 0;
}

.s-hero-press {
    position: relative;
    background-image: url('../assets/images/midia.png');
    background-size: cover;
    background-position: center 0px;
}

.s-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.9));
}

#hero .s-hero__content {
    position: relative;
    z-index: 2;
    padding-bottom: 6.8rem;
    margin: 0 auto;
}

.section-header::before {
    display: none;
}

#press {
    padding-inline: 2.15rem;
}

#press.s-section {
    padding-top: 6.8rem;
}

.press-box {
    background-color: rgb(37, 37, 37, 0.3);
    padding: 2rem;
}

#press img {
    width: 100%;
}

.destination-name,
.press-name {
    font-family: var(--font-1);
    font-size: 1.75rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.press-title {
    font-family: var(--font-1);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.press-description {
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}

.press-link {
    font-size: 1.5rem;
    font-weight: 300;
    color: #eee;
}

.press-link:hover {
    text-decoration: underline;
    color: #eee;
}

.press-link i {
    color: var(--gold);
    margin-right: 1rem;
}

/*---- Contato ----*/
.s-hero-contact {
    position: relative;
    background-image: url('../assets/images/contato.png');
    background-size: cover;
    background-position: center 0px;
}

#contact p {
    font-size: 1.75rem;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    color: var(--white);
    border-bottom: 1px solid var(--gold);
}

/*---- Politica ----*/
.s-hero-politic {
    position: relative;
    background-image: url('../assets/images/politica.png');
    background-size: cover;
    background-position: center 0px;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--black);
    color: white;
    padding: 1rem;
    text-align: center;
    z-index: 9999;
    display: none;
    border-top: 1px solid var(--dark-gray);
}

#cookie-banner a {
    text-decoration: underline;
}

#cookie-banner p {
    margin: 1rem;
    font-size: 1.5rem;
}

#cookie-banner .btn-secondary {
    background-color: var(--gold);
    color: var(--black);
    font-weight: 700;
    border: 2px solid var(--gold);
}

#cookie-banner .btn-secondary:hover {
    background-color: var(--black);
    color: var(--gold);
    border: 2px solid var(--gold);
}


@media screen and (max-width: 1199.98px) {
    .header-logo img {
        width: 23.5rem;
    }

    .s-intro {
        --content-padding-top: max(10rem, 12vh);
    }

    .intro-header__big-type {
        font-size: 7rem;
    }

    .s-experience__features {
        gap: 20px;
        flex-wrap: nowrap;
    }

    .feature-item {
        line-height: 1.3;
    }
}

@media screen and (max-width: 991.98px) {
    .header-logo {
        left: 60px;
    }

    .section-header .text-display-title {
        font-size: 4.25rem;
        line-height: 1;
    }

    p {
        font-size: 1.75rem;
        line-height: 1.5;
        font-weight: 400;
    }

    .s-about__content-start {
        display: block;
    }

    .s-section {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    .header-menu-toggle {
        display: block;
        right: 0;
    }

    .header-nav__links .dropdown-item {
        padding: 1rem 2rem;
    }

    #cookie-banner p {
        line-height: 1.2;
    }
}

@media screen and (max-width: 767.98px) {
    .header-logo {
        left: 50px;
    }

    .s-intro {
        --content-padding-top: max(12rem, 14vh);
    }

    .intro-header__big-type {
        font-size: 5.5rem;
    }

    .s-destination {
        background:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0.9)),
            url('../assets/images/destinos-mobile.png') center/cover no-repeat;
        background-position: center 0px;
    }
}

@media screen and (max-width: 575.98px) {
    .header-logo {
        left: 25px;
    }

    .intro-header__big-type {
        font-size: 4.5rem;
    }

    .header-menu-toggle {
        right: 15px;
    }

    .s-experience__features {
        gap: 10px;
        flex-wrap: wrap;
    }

}