/* Start custom CSS for html, class: .elementor-element-19848b3 *//* =========================================================
   CASA DO AZIBO — HOMEPAGE
   CSS COMPLETO
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

html,
body,
#page,
.site,
.site-content,
.content-area,
.entry-content {
    background-color: #F7F7F4 !important;
    margin-left: 20px;
}


/* =========================================================
   HOMEPAGE — BASE
   ========================================================= */

.booklium-home {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    background: #fafafa;
    color: #292929;
    font-family: inherit;
}

.booklium-home *,
.booklium-home *::before,
.booklium-home *::after {
    box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.booklium-hero {
    position: relative;
    margin-top: -10px !important;
    min-height: 720px;
    height: 78vh;
    overflow: hidden;
    color: #fff;
}

.booklium-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.72) 0%,
            rgba(0,0,0,.48) 32%,
            rgba(0,0,0,.18) 65%,
            rgba(0,0,0,.02) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0,0,0,.48) 0%,
            rgba(0,0,0,.18) 28%,
            transparent 55%
        );
    pointer-events: none;
}


/* HERO CONTENT */

.booklium-hero-content {
    position: absolute;
    left: 7%;
    top: 73%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 1060px;
    color: #fff;
    text-shadow:
        0 2px 4px rgba(0,0,0,.35),
        0 4px 14px rgba(0,0,0,.25);
}

.booklium-hero-content > span {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.92);
}

.booklium-hero-content > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 1px;
    background: rgba(255,255,255,.75);
    transition:
        width 1s cubic-bezier(.16,1,.3,1),
        background .6s ease;
}

.booklium-hero:hover .booklium-hero-content > span::after {
    width: 110px;
    background: #fff;
}

.booklium-hero-content h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5.2vw, 88px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #fff;
}

.booklium-hero-content h1 i {
    font-style: italic;
    font-weight: 400;
}


/* HERO TITLE — SAFE SPANS */

.hero-title-line {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-transform: none;
}

.hero-title-line::after {
    display: none !important;
}


/* HERO ARROWS */

.booklium-hero-arrows {
    position: absolute;
    right: 6%;
    bottom: 7%;
    z-index: 30;
    display: flex;
    gap: 8px;
}

.booklium-hero-arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.85) !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,.15) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    transition:
        background .25s ease,
        color .25s ease;
}

.booklium-hero-arrows button:hover {
    background: #fff !important;
    color: #222 !important;
}


/* =========================================================
   RESERVA / INFORMAÇÃO
   ========================================================= */

.booklium-search {
    position: relative;
    z-index: 10;
    width: calc(100% - 100px);
    max-width: 1140px;
    margin: -58px auto 0;
    padding: 42px 46px 40px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(0,0,0,.075);
}

.booklium-search-intro {
    margin-bottom: 34px;
}

.booklium-search-intro span {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 9px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.booklium-search-intro span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #292929;
    transition:
        width .7s cubic-bezier(.16,1,.3,1);
}

.booklium-search:hover .booklium-search-intro span::after {
    width: 70px;
}

.booklium-search-intro h2 {
    max-width: 720px;
    margin: 0;
    font-family: inherit;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #292929;
}

.booklium-search-intro h2 i {
    font-style: italic;
}

.booklium-search-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 150px;
    align-items: stretch;
    border-top: 1px solid #e5e5e5;
}

.booklium-search-fields > div {
    min-width: 0;
    padding: 24px 25px 7px 0;
}

.booklium-search-fields > div + div {
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
}

.booklium-search-fields label {
    display: block;
    margin-bottom: 9px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8c8c8c;
}

.booklium-search-fields strong {
    display: block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #292929;
}

.booklium-search-fields strong i {
    font-style: italic;
    font-weight: 500;
}

.booklium-book-button {
    position: relative;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 125px;
    margin-left: 28px;
    margin-top: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #292929;
    color: #292929;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition:
        color .35s ease,
        border-color .35s ease,
        padding .45s cubic-bezier(.16,1,.3,1);
}

.booklium-book-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #65735F;
    transition:
        width .6s cubic-bezier(.16,1,.3,1);
}

.booklium-book-button span:last-child {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    transition:
        transform .45s cubic-bezier(.16,1,.3,1),
        color .35s ease;
}

.booklium-book-button:hover {
    padding-left: 4px;
    color: #65735F;
    border-bottom-color: #65735F;
}

.booklium-book-button:hover::before {
    width: 100%;
}

.booklium-book-button:hover span:last-child {
    transform: translateX(6px);
    color: #65735F;
}


/* =========================================================
   QUARTOS
   ========================================================= */

.booklium-rooms {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 125px 50px 120px;
    color: #292929;
}

.booklium-rooms-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 70px;
}

.rooms-heading-content {
    max-width: 680px;
}

.rooms-eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding-bottom: 9px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #858585;
}

.rooms-eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 1px;
    background: #292929;
    transition:
        width .7s cubic-bezier(.16,1,.3,1);
}

.booklium-rooms:hover .rooms-eyebrow::after {
    width: 72px;
}

.rooms-heading-content h2 {
    max-width: 650px;
    margin: 0 0 22px;
    font-family: inherit;
    font-size: clamp(38px,4vw,56px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.04em;
    color: #292929;
}

.rooms-heading-content h2 i {
    font-style: italic;
}

.rooms-heading-content p {
    max-width: 510px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #707070;
}

.rooms-heading-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    padding-bottom: 3px;
    white-space: nowrap;
}

.rooms-heading-side > span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #999;
}

.rooms-heading-side a {
    color: #292929;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 1px solid #292929;
    padding-bottom: 8px;
    transition:
        color .3s ease,
        border-color .3s ease,
        padding .4s cubic-bezier(.16,1,.3,1);
}

.rooms-heading-side a:hover {
    color: #65735F;
    border-color: #65735F;
    padding-left: 5px;
}


/* ROOM GRID */

.booklium-room-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    column-gap: 28px;
    row-gap: 72px;
    align-items: start;
}

.room-luar,
.room-aurora,
.room-sereno {
    grid-column: span 2;
    margin: 0 !important;
}

.room-rubra {
    grid-column: 1 / span 3;
    margin: 0 !important;
}

.room-suite {
    grid-column: 4 / span 3;
    margin: 0 !important;
}


/* ROOM IMAGE */

.room-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #e9e9e7;
    text-decoration: none;
}

.room-luar .room-image,
.room-aurora .room-image,
.room-sereno .room-image {
    height: 390px;
}

.room-rubra .room-image,
.room-suite .room-image {
    height: 440px;
}

.room-photo {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transition:
        transform 1s cubic-bezier(.16,1,.3,1);
}

.booklium-room:hover .room-photo {
    transform: scale(1.035);
}

.room-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.16) 0%,
            transparent 35%,
            rgba(0,0,0,.22) 100%
        );
    opacity: .65;
    transition: opacity .6s ease;
}

.booklium-room:hover .room-image::after {
    opacity: .9;
}

.room-number {
    position: absolute;
    top: 22px;
    left: 24px;
    z-index: 3;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    color: #fff;
}

.room-badge {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 3;
    padding: 8px 11px;
    background: rgba(255,255,255,.92);
    color: #292929;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}


/* ROOM INFO */

.room-info {
    padding-top: 21px;
}

.room-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.room-type {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8c8c87;
}

.room-price {
    font-size: 11px;
    font-weight: 600;
    color: #292929;
}

.room-price small {
    font-size: 8px;
    font-weight: 400;
    color: #888;
}

.room-info h3 {
    margin: 0 0 7px;
    font-family: inherit;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.035em;
    color: #292929;
}

.room-suite .room-info h3 {
    font-size: 28px;
}

.room-info p {
    max-width: 500px;
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: #858585;
}

.room-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 19px;
    padding-bottom: 7px;
    border-bottom: 1px solid #292929;
    color: #292929;
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition:
        color .3s ease,
        border-color .3s ease,
        gap .4s cubic-bezier(.16,1,.3,1);
}

.room-link span:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.room-link:hover {
    gap: 20px;
    color: #65735F;
    border-color: #65735F;
}


/* =========================================================
   CASA INTEIRA
   ========================================================= */

.booklium-whole-house {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 440px;
    margin-top: 125px;
    background: #f3f3f0;
}

.whole-house-image {
    min-height: 440px;
    overflow: hidden;
}

.whole-house-photo {
    width: 100%;
    height: 100%;
    min-height: 440px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition:
        transform 1.2s cubic-bezier(.16,1,.3,1);
}

.booklium-whole-house:hover .whole-house-photo {
    transform: scale(1.025);
}

.whole-house-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 65px;
}

.whole-house-content .rooms-eyebrow {
    margin-bottom: 20px;
}

.whole-house-content h2 {
    margin: 0 0 22px;
    font-family: inherit;
    font-size: clamp(32px,3vw,46px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.035em;
    color: #292929;
}

.whole-house-content p {
    max-width: 380px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #707070;
}

.whole-house-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    align-self: flex-start;
    margin-top: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #292929;
    color: #292929;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition:
        color .3s ease,
        border-color .3s ease,
        gap .4s cubic-bezier(.16,1,.3,1);
}

.whole-house-link span:last-child {
    font-size: 17px;
}

.whole-house-link:hover {
    gap: 21px;
    color: #65735F;
    border-color: #65735F;
}


/* =========================================================
   DESTAQUES
   ========================================================= */

.booklium-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 7% !important;
    border-top: 1px solid #dededb;
    border-bottom: 1px solid #dededb;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.booklium-features .feature-item {
    position: relative;
    min-height: 230px;
    padding: 42px 45px 60px;
    border-right: 1px solid #dededb;
    overflow: hidden;
}

.booklium-features .feature-item:first-child {
    padding-left: 0;
}

.booklium-features .feature-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.feature-number {
    display: block;
    margin-bottom: 38px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    color: #a0a0a0;
}

.feature-icon {
    position: absolute;
    top: 37px;
    right: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d5d5d2;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 300;
    color: #65735F;
    transition:
        transform .6s cubic-bezier(.16,1,.3,1),
        border-color .3s ease,
        background .3s ease;
}

.feature-item:hover .feature-icon {
    transform: rotate(45deg);
    border-color: #65735F;
    background: rgba(101,115,95,.06);
}

.booklium-features h3 {
    max-width: 400px;
    margin: 0 0 17px;
    font-family: inherit;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -.035em;
    color: #292929;
}

.booklium-features p {
    max-width: 300px;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    padding-bottom: 7px;
    border-bottom: 1px solid #292929;
    color: #292929;
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition:
        color .3s ease,
        border-color .3s ease,
        gap .4s cubic-bezier(.16,1,.3,1);
}

.feature-link span {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
}

.feature-link:hover {
    gap: 19px;
    color: #65735F;
    border-color: #65735F;
}


/* =========================================================
   LOCALIZAÇÃO
   ========================================================= */

.booklium-destinations {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    min-height: 620px;
    margin: 0 7% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: #f2f2ef;
}

.destination-image {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: none;
}

.destination-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transition:
        transform 1.2s cubic-bezier(.16,1,.3,1);
}

.booklium-destinations:hover .destination-image::before {
    transform: scale(1.035);
}

.destination-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 75px 12%;
}

.destination-content > span,
.discover-title > span {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 9px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #858585;
}

.destination-content > span::after,
.discover-title > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #292929;
    transition:
        width .7s cubic-bezier(.16,1,.3,1);
}

.booklium-destinations:hover .destination-content > span::after {
    width: 70px;
}

.destination-content h2 {
    margin: 0;
    font-family: inherit;
    font-size: clamp(42px,4.2vw,66px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.045em;
    color: #292929;
}

.destination-content p {
    max-width: 390px;
    margin: 31px 0 0;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}

.destination-content a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    padding-bottom: 8px;
    border-bottom: 1px solid #292929;
    color: #292929;
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition:
        color .3s ease,
        border-color .3s ease,
        gap .4s cubic-bezier(.16,1,.3,1);
}

.destination-content a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.destination-content a:hover {
    gap: 22px;
    color: #65735F;
    border-color: #65735F;
}


/* =========================================================
   DESCOBRIR
   ========================================================= */

.booklium-discover {
    margin: 0 7%;
    padding: 125px 0 155px;
}

.discover-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 70px;
}

.discover-title h2 {
    margin: 0;
    font-family: inherit;
    font-size: clamp(48px, 5vw, 76px);
    line-height: .94;
    font-weight: 400;
    letter-spacing: -.045em;
    color: #292929;
}

.discover-title h2 i {
    font-style: italic;
    font-weight: 400;
}

.discover-heading > p {
    max-width: 390px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}

.discover-grid {
    display: grid;
    grid-template-columns: 1.25fr .875fr .875fr;
    gap: 0;
    align-items: start;
    transition:
        grid-template-columns 2.2s cubic-bezier(.16,1,.3,1);
}

.discover-card {
    min-width: 0;
    position: relative;
    z-index: 1;
    padding: 0 14px;
    transition:
        opacity 1.5s ease;
}

.discover-card:first-child {
    padding-left: 0;
}

.discover-card:last-child {
    padding-right: 0;
}

.discover-card-offset {
    margin-top: 0;
}

.discover-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.discover-card:hover {
    z-index: 10;
}

.discover-grid:has(.discover-card:hover) .discover-card:not(:hover) {
    opacity: .68;
}

.discover-grid:has(.discover-card:nth-child(1):hover) {
    grid-template-columns: 1.25fr .875fr .875fr;
}

.discover-grid:has(.discover-card:nth-child(2):hover) {
    grid-template-columns: .875fr 1.25fr .875fr;
}

.discover-grid:has(.discover-card:nth-child(3):hover) {
    grid-template-columns: .875fr .875fr 1.25fr;
}

.discover-image {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.discover-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.15) 0%,
            transparent 35%,
            rgba(0,0,0,.18) 100%
        );
    pointer-events: none;
}

.discover-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    transition:
        background .6s ease;
}

.discover-card:hover .discover-image::before {
    background: rgba(0,0,0,.03);
}

.discover-image > span {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
    color: #fff;
}

.discover-card-info {
    position: relative;
    padding: 23px 42px 0 0;
}

.discover-card-info > span:first-child {
    display: block;
    margin-bottom: 13px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .18em;
    color: #929292;
}

.discover-card-info h3 {
    margin: 0;
    font-family: inherit;
    font-size: 27px;
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -.035em;
    color: #292929;
    transition:
        color .5s ease;
}

.discover-card:hover .discover-card-info h3 {
    color: #65735F;
}

.discover-arrow {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #292929 !important;
    transition:
        color .5s ease,
        transform .7s cubic-bezier(.16,1,.3,1);
}

.discover-card:hover .discover-arrow {
    color: #65735F !important;
    transform: translateX(6px);
}


/* =========================================================
   TABLET — ATÉ 1024px
   ========================================================= */

@media (max-width: 1024px) {

    /* GLOBAL */

    html,
    body,
    #page,
    .site,
    .site-content,
    .content-area,
    .entry-content {
        margin-left: 0 !important;
    }


    /* HERO */

    .booklium-hero {
        min-height: 620px;
        height: 72vh;
    }

    .booklium-hero-content {
        left: 6%;
        top: 80%;
        max-width: 82%;
    }

    .booklium-hero-content h1 {
        font-size: clamp(44px, 7vw, 70px);
    }

    .booklium-hero-arrows {
        display: none !important;
    }


    /* SEARCH */

    .booklium-search {
        width: calc(100% - 60px);
        margin-top: -45px;
        padding: 38px 35px 35px;
    }

    .booklium-search-fields {
        grid-template-columns:
            repeat(4, minmax(0,1fr));
    }

    .booklium-book-button {
        grid-column: 1 / -1;
        justify-self: start;
        margin-left: 0;
        margin-top: 22px;
        width:100%;
    }


    /* ROOMS */

    .booklium-rooms {
        padding: 100px 35px 100px;
    }

    .booklium-rooms-heading {
        gap: 40px;
        margin-bottom: 55px;
    }

    .booklium-room-grid {
        display: grid !important;
        width: 100%;
        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;
        column-gap: 24px;
        row-gap: 60px;
        align-items: start;
    }

    .booklium-room-grid .room-luar {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .booklium-room-grid .room-aurora {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .booklium-room-grid .room-sereno {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    .booklium-room-grid .room-rubra {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .booklium-room-grid .room-suite {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
    }

    .booklium-room-grid .room-image {
        width: 100%;
    }

    .room-luar .room-image,
    .room-aurora .room-image,
    .room-sereno .room-image {
        height: 330px;
    }

    .room-rubra .room-image,
    .room-suite .room-image {
        height: 390px;
    }


    /* WHOLE HOUSE */

    .booklium-whole-house {
        grid-template-columns: 1fr 1fr;
        margin-top: 90px;
    }

    .whole-house-image {
        min-height: 400px;
    }

    .whole-house-photo {
        min-height: 400px;
    }

    .whole-house-content {
        padding: 50px 45px;
    }


    /* FEATURES */

    .booklium-features {
        margin: 0 5% !important;
    }

    .booklium-features .feature-item {
        padding: 38px 30px 50px;
    }

    .booklium-features .feature-item:first-child {
        padding-left: 0;
    }

    .booklium-features .feature-item:last-child {
        padding-right: 0;
    }

    .feature-icon {
        right: 30px;
    }

    .booklium-features h3 {
        font-size: 24px;
    }


    /* DESTINATIONS */

    .booklium-destinations {
        margin: 0 5% !important;
        grid-template-columns: 1.15fr .85fr;
        min-height: 540px;
    }

    .destination-image {
        min-height: 540px;
    }

    .destination-content {
        padding: 60px 10%;
    }

    .destination-content h2 {
        font-size: clamp(38px, 5vw, 58px);
    }


    /* DISCOVER */

    .booklium-discover {
        margin: 0 5%;
        padding: 100px 0 120px;
    }

    .discover-heading {
        gap: 50px;
        margin-bottom: 55px;
    }

    .discover-title h2 {
        font-size: clamp(42px, 6vw, 65px);
    }

    .discover-grid {
        grid-template-columns:
            repeat(3, minmax(0,1fr));
    }

    .discover-image {
        height: 330px;
    }

    .discover-card-info {
        padding-right: 30px;
    }

    .discover-card-info h3 {
        font-size: 23px;
    }

}


/* =========================================================
   MOBILE — ATÉ 600px
   ========================================================= */

@media (max-width: 600px) {

    /* GLOBAL */

    html,
    body,
    #page,
    .site,
    .site-content,
    .content-area,
    .entry-content {
        margin-left: 0 !important;
        max-width: 100%;
        overflow-x: hidden;
    }


    /* =====================================================
       HERO
       ===================================================== */

    .booklium-hero {
        min-height: 590px;
        height: 78vh;
    }

    .booklium-hero-content {
        left: 7%;
        right: 7%;
        top: 76%;
        width: auto;
        max-width: none;
        text-align: left;
    }

    .booklium-hero-content > span {
        margin-bottom: 22px;
        padding-bottom: 9px;
        font-size: 8px;
        letter-spacing: .18em;
    }

    .booklium-hero-content > span::after {
        left: 0;
        transform: none;
    }

    .booklium-hero-content h1 {
        width: 100%;
        max-width: 520px;
        margin: 0;
        font-size: clamp(43px, 12.5vw, 64px);
        line-height: .96;
        letter-spacing: -.06em;
    }

    /* Só no mobile */
    .hero-title-discover {
        display: none;
    }

    .booklium-hero-arrows {
        display: none !important;
    }


    /* =====================================================
       SEARCH / INFORMAÇÃO
       ===================================================== */

    .booklium-search {
        width: calc(100% - 14%);
        margin: -35px auto 0;
        padding: 34px 7% 32px;
    }

    .booklium-search-intro {
        margin-bottom: 30px;
        text-align: left;
    }

    .booklium-search-intro span {
        margin-bottom: 13px;
        padding-bottom: 8px;
        font-size: 8px;
        letter-spacing: .18em;
    }

    .booklium-search-intro span::after {
        left: 0;
        transform: none;
    }

    .booklium-search-intro h2 {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.12;
    }

    .booklium-search-fields {
        display: block;
        border-top: 1px solid #e5e5e5;
    }

    .booklium-search-fields > div {
        padding: 18px 0 16px;
        border-bottom: 1px solid #e5e5e5;
    }

    .booklium-search-fields > div + div {
        padding-left: 0;
        border-left: 0;
    }

    .booklium-search-fields label {
        margin-bottom: 8px;
        font-size: 8px;
    }

    .booklium-search-fields strong {
        font-size: 13px;
        line-height: 1.4;
    }

    .booklium-book-button {
        display: flex;
        width: 100%;
        margin: 22px 0 0;
    }


    /* =====================================================
       QUARTOS — HEADING
       ===================================================== */

    .booklium-rooms {
        width: 100%;
        max-width: none;
        padding: 78px 7% 82px;
    }

    .booklium-rooms-heading {
        display: block;
        margin-bottom: 50px;
        text-align: left;
    }

    .rooms-heading-content {
        max-width: none;
    }

    .rooms-eyebrow {
        margin-bottom: 17px;
        padding-bottom: 8px;
        font-size: 8px;
        letter-spacing: .18em;
    }

    .rooms-eyebrow::after {
        left: 0;
        transform: none;
    }

    .rooms-heading-content h2 {
        max-width: 560px;
        margin: 0 0 22px;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .98;
    }

    .rooms-heading-content p {
        max-width: 500px;
        margin: 0;
        font-size: 13px;
        line-height: 1.75;
    }

    .rooms-heading-side {
        align-items: flex-start;
        margin-top: 28px;
        padding-bottom: 0;
    }

    .rooms-heading-side > span {
        font-size: 8px;
    }

    .rooms-heading-side a {
        font-size: 9px;
    }


    /* =====================================================
       MOBILE ROOM GRID
       ===================================================== */

    .booklium-room-grid {
        display: grid !important;
        width: 100%;
        grid-template-columns: minmax(0,1fr) !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
        align-items: start;
    }

    .booklium-room-grid .room-luar,
    .booklium-room-grid .room-aurora,
    .booklium-room-grid .room-sereno,
    .booklium-room-grid .room-rubra,
    .booklium-room-grid .room-suite {
        width: 100% !important;
        min-width: 0;
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        margin: 0 0 62px !important;
    }

    .booklium-room-grid .room-image {
        width: 100%;
        height: 330px !important;
    }

    .booklium-room-grid .room-suite .room-image {
        height: 330px !important;
    }


    /* ROOM INFO */

    .room-info {
        padding-top: 20px;
        text-align: left;
    }

    .room-info-top {
        justify-content: space-between;
        gap: 15px;
    }

    .room-type {
        font-size: 8px;
    }

    .room-price {
        font-size: 10px;
    }

    .room-info h3,
    .room-suite .room-info h3 {
        margin-bottom: 8px;
        font-size: 25px;
    }

    .room-info p {
        max-width: 500px;
        margin: 0;
        font-size: 12px;
        line-height: 1.65;
    }

    .room-link {
        margin-top: 18px;
    }


    /* =====================================================
       CASA INTEIRA
       ===================================================== */

    .booklium-whole-house {
        display: flex;
        flex-direction: column;
        margin-top: 18px;
    }

    .whole-house-image {
        min-height: 330px;
        height: 330px;
    }

    .whole-house-photo {
        min-height: 330px;
    }

    .whole-house-content {
        align-items: flex-start;
        padding: 58px 7% 65px;
        text-align: left;
    }

    .whole-house-content .rooms-eyebrow::after {
        left: 0;
        transform: none;
    }

    .whole-house-content h2 {
        max-width: 500px;
        margin-bottom: 22px;
        font-size: 40px;
        line-height: .98;
    }

    .whole-house-content p {
        max-width: 500px;
        font-size: 13px;
        line-height: 1.75;
    }

    .whole-house-link {
        align-self: flex-start;
    }


    /* =====================================================
       DESTAQUES
       ===================================================== */

    .booklium-features {
        display: block;
        margin: 0 7% !important;
    }

    .booklium-features .feature-item,
    .booklium-features .feature-item:first-child,
    .booklium-features .feature-item:last-child {
        min-height: 0;
        padding: 42px 0 48px;
        border-right: 0;
        border-bottom: 1px solid #dededb;
        text-align: left;
    }

    .booklium-features .feature-item:last-child {
        border-bottom: 0;
    }

    .feature-number {
        margin-bottom: 25px;
        font-size: 8px;
    }

    .feature-icon {
        position: absolute;
        top: 37px;
        right: 0;
        margin: 0;
    }

    .booklium-features h3 {
        max-width: 430px;
        margin: 0 0 15px;
        padding-right: 45px;
        font-size: 25px;
        line-height: 1.05;
    }

    .booklium-features p {
        max-width: 440px;
        margin: 0;
        font-size: 12px;
        line-height: 1.7;
    }

    .feature-link {
        margin-top: 22px;
    }


    /* =====================================================
       LOCALIZAÇÃO
       ===================================================== */

    .booklium-destinations {
        display: flex;
        flex-direction: column;
        margin: 0 7% !important;
        min-height: 0;
    }

    .destination-image {
        min-height: 330px;
        height: 330px;
    }

    .destination-content {
        align-items: flex-start;
        padding: 58px 7% 68px;
        text-align: left;
    }

    .destination-content > span::after {
        left: 0;
        transform: none;
    }

    .destination-content h2 {
        max-width: 500px;
        font-size: 42px;
        line-height: .98;
    }

    .destination-content p {
        max-width: 450px;
        margin-top: 27px;
        font-size: 12px;
        line-height: 1.75;
    }

    .destination-content a {
        margin-top: 30px;
    }


    /* =====================================================
       DESCOBRIR
       ===================================================== */

    .booklium-discover {
        margin: 0 7%;
        padding: 80px 0 95px;
    }

    .discover-heading {
        display: block;
        margin-bottom: 48px;
        text-align: left;
    }

    .discover-title > span::after {
        left: 0;
        transform: none;
    }

    .discover-title h2 {
        max-width: 560px;
        font-size: clamp(43px, 12.5vw, 58px);
        line-height: .95;
    }

    .discover-heading > p {
        max-width: 480px;
        margin: 28px 0 0;
        font-size: 12px;
        line-height: 1.75;
    }

    .discover-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 58px;
    }

    .discover-card,
    .discover-card:first-child,
    .discover-card:last-child {
        padding: 0;
        margin: 0;
    }

    .discover-grid:has(.discover-card:hover) .discover-card:not(:hover) {
        opacity: 1;
    }

    .discover-image {
        height: 330px;
    }

    .discover-image > span {
        top: 18px;
        left: 18px;
        font-size: 8px;
    }

    .discover-card-info {
        padding: 21px 40px 0 0;
        text-align: left;
    }

    .discover-card-info > span:first-child {
        margin-bottom: 11px;
        font-size: 8px;
    }

    .discover-card-info h3 {
        font-size: 25px;
        line-height: 1.04;
    }

}


/* =========================================================
   SMALL MOBILE — ATÉ 400px
   ========================================================= */

@media (max-width: 400px) {

    .booklium-hero {
        min-height: 550px;
    }

    .booklium-hero-content {
        left: 7%;
        right: 7%;
        width: auto;
    }

    .booklium-hero-content h1 {
        font-size: 40px;
    }

    .booklium-search {
        width: calc(100% - 14%);
        padding-left: 7%;
        padding-right: 7%;
    }

    .booklium-rooms {
        padding-left: 7%;
        padding-right: 7%;
    }

    .booklium-room-grid .room-image {
        height: 300px !important;
    }

    .booklium-room-grid .room-suite .room-image {
        height: 300px !important;
    }

    .room-info h3,
    .room-suite .room-info h3 {
        font-size: 24px;
    }

    .booklium-features {
        margin-left: 7% !important;
        margin-right: 7% !important;
    }

    .booklium-destinations {
        margin-left: 7% !important;
        margin-right: 7% !important;
    }

    .destination-image {
        height: 290px;
        min-height: 290px;
    }

    .destination-content {
        padding-left: 7%;
        padding-right: 7%;
    }

    .destination-content h2 {
        font-size: 37px;
    }

    .booklium-discover {
        margin-left: 7%;
        margin-right: 7%;
    }

    .discover-image {
        height: 290px;
    }

}


/* =========================================================
   HIDE UNWANTED INJECTED LINKS
   ========================================================= */
body > div:has(a[href*="/opensource/"]),
body > div:has(a[href*="/opensource-home/"]) {
    display: none !important;
}/* End custom CSS */