/* Ajustes responsivos globais e das paginas do tema.
   Cada condicao de breakpoint deve ser declarada uma unica vez. */

/* =========================================
   SM E ACIMA
========================================== */
@media (min-width: 576px) {
  .secao-resort {
    overflow: visible;
  }
}

/* =========================================
   MD E ACIMA
========================================== */
@media (min-width: 768px) {
  .hero-wrap--inicio {
    aspect-ratio: 1800 / 1607;
    background-size: 100% 100%;
  }
}

/* =========================================
   LG E ACIMA
========================================== */
@media (min-width: 992px) {
  .navbar-top .navbar-brand {
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-top .navbar-collapse {
    justify-content: center;
  }

  .hero__logos-wrap {
    position: absolute;
    top: 218px;
    right: 0;
    left: 0;
    z-index: 3;
    display: block;
    padding-inline: 24px;
    pointer-events: none;
  }
}

/* =========================================
   TELAS GRANDES
========================================== */
@media (min-width: 1600px) {
  .rodape-background::before {
    top: -46rem;
  }
}

/* =========================================
   TELAS GRANDES E ALTAS
========================================== */
@media (min-width: 1800px) and (min-height: 900px) {
  .hero__text {
    position: relative;
    top: clamp(48px, 5vh, 86px);
  }

  .hero__logos-wrap {
    position: static;
    margin-top: clamp(70px, 6vh, 118px);
    padding-inline: 24px;
  }

  .hero__logos {
    width: clamp(400px, 28vw, 620px);
  }

  .hero__media {
    margin-top: clamp(18px, 2vh, 42px);
  }
}

/* =========================================
   ATE XL
========================================== */
@media (max-width: 1199.98px) {
  .secao-resort {
    margin-top: -130px;
  }

  .resort-menu {
    width: min(calc(100% - 48px), 1060px);
    padding: 28px 30px;
  }

  .resort-overlay {
    position: relative;
    top: 10%;
    bottom: 4%;
    align-items: flex-start;
    height: auto;
    padding-top: clamp(52px, 6vw, 76px);
  }

  .resort-overlay .row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .resort-overlay .col-lg-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .resort-overlay .col-lg-6:first-child {
    order: 2;
  }

  .resort-overlay .col-lg-6:last-child {
    order: 1;
  }

  .resort-conteudo {
    max-width: 760px;
    margin: 18px auto 0;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
  }

  .resort-tags {
    justify-content: center;
  }

  .btn-resort-cta {
    margin: 0 auto;
  }

  .resort-imagem-container {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .resort-imagem-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .packages-hero {
    height: clamp(560px, 65vw, 720px);
  }

  .packages-section {
    padding: 40px 28px 72px;
  }

  .packages-page .package-grid > .row {
    gap: 24px;
  }

  .packages-page .package-col {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 360px;
  }

  body.odypark-pacotes-page .rodape-background {
    padding-top: clamp(190px, 23vw, 270px);
  }

  body.odypark-pacotes-page .rodape-background::after {
    top: -440px;
  }

  body.odypark-pacotes-page .redes-sociais-section {
    padding-top: clamp(180px, 23vw, 220px);
  }
}

/* =========================================
   ATE LG
========================================== */
@media (max-width: 991.98px) {
  .secao-resort {
    margin-top: -56px;
  }

  .resort-menu {
    top: 8px;
    width: calc(100% - 32px);
    padding: 20px 18px;
    gap: 10px;
    border-radius: 16px;
  }

  .resort-menu__item {
    gap: 10px;
    font-size: 10px;
  }

  .resort-menu__icon {
    width: 40px;
    height: 40px;
  }

  .resort-menu__icon svg {
    width: 22px;
    height: 22px;
  }

  .resort-overlay {
    top: 15%;
    bottom: 4%;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
  }

  .resort-conteudo {
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
  }

  .resort-titulo {
    font-size: 38px;
  }

  .resort-tags {
    justify-content: center;
  }

  .btn-resort-cta {
    margin: 0 auto;
  }

  .resort-imagem-container {
    padding-right: 6%;
    padding-left: 6%;
  }

  .resort-imagem-wrapper {
    max-width: 520px;
    margin: 0 auto;
  }

  .navbar-top,
  .navbar-bottom {
    border-radius: 24px;
  }

  .navbar-bottom .navbar-nav {
    padding: 10px 0;
  }

  .hero {
    padding: 40px 0 100px;
    min-height: clamp(620px, 78vw, 780px);
  }

  .hero__text h1 {
    margin-bottom: 40px;
  }

  .hero__subtitle {
    display: block;
  }

  .hero__media {
    padding-top: 34px;
  }

  .hero__turtle {
    width: 150px;
    left: -3%;
    top: -20px;
  }

  .promocoes-section {
    min-height: 1350px;
    margin-top: -600px;
    padding-top: 23rem;
    padding-bottom: 14rem;
    background-size: 100% 100%;
  }

  .promocoes-desconto--esquerda-inferior,
  .promocoes-desconto--direita-inferior {
    display: none;
  }

  .site-footer__informacoes {
    padding-left: 0;
    border-left: 0;
  }

  /* Página de atrações */
  .attractions-page .filter-bar {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .attractions-page .filter-bar__buttons {
    width: 100%;
    overflow-x: auto;
    padding: 3px 2px 6px;
    scrollbar-width: thin;
  }

  .attractions-page .attraction-card__caption h3 {
    -webkit-text-stroke-width: 3px;
  }
}

/* =========================================
   SM A LG
========================================== */
@media (min-width: 576px) and (max-width: 991.98px) {
  .hero__text h1 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.05rem, 5vw, 3rem);
    line-height: 1.12;
  }

  .hero__subtitle {
    margin-bottom: 52px;
    font-size: clamp(1.45rem, 3.4vw, 2.1rem);
    line-height: 1.08;
  }

  .site-footer__logo-wrap,
  .site-footer__nav,
  .site-footer__informacoes {
    text-align: center;
  }

  .site-footer__logo-wrap .custom-logo-link,
  .site-footer__logo-link {
    justify-content: center;
  }

  .site-footer__informacoes {
    padding-left: 0;
    border-left: 0;
  }
}

/* =========================================
   MD A LG
========================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .vp-container {
    padding-inline: 28px;
  }

  .vp-overview .row {
    --bs-gutter-x: 1.5rem;
  }
}

/* =========================================
   ATE 884PX
========================================== */
@media (max-width: 884px) {
  .site-header {
    padding: 10px 12px 0;
  }

  .navbar-top {
    position: relative;
    border-radius: 24px;
    padding: 10px 12px;
  }

  .navbar-top .container-fluid {
    align-items: center;
    position: static;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .brand-icon {
    height: 42px;
  }

  .navbar-top .navbar-toggler {
    padding: 4px 6px;
  }

  .navbar-top .navbar-toggler-icon {
    width: 1.45em;
    height: 1.45em;
  }

  .navbar-top .navbar-brand,
  .navbar-top .navbar-toggler {
    position: relative;
    z-index: 40;
  }

  .navbar-top .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 35;
    padding: 72px 18px 18px;
    border-radius: 24px;
    background: var(--navy);
    box-shadow: 0 18px 38px rgba(20, 29, 63, 0.28);
  }

  .navbar-top .navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    width: 100%;
    justify-items: center;
  }

  .navbar-top__mobile-site-menu {
    display: grid;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .navbar-top .nav-link {
    width: 100%;
    padding: 9px 0;
    font-size: 1rem;
    line-height: 1.15;
    text-align: center;
  }

  .navbar-top__mobile-site-menu .nav-link {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .navbar-top .navbar-toggler-icon,
  .navbar-bottom .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }

  .navbar-bottom {
    display: none;
  }
}

/* =========================================
   ATE MD
========================================== */
@media (max-width: 767.98px) {
  .hero-wrap--inicio {
    background-image: url('../images/backgrounds/HeroBackgroundMobile.webp');
    background-size: 100% auto;
  }

  .secao-resort {
    margin-top: -90px;
  }

  .resort-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 16px 14px;
  }

  .resort-menu__item {
    font-size: 9px;
  }

  .resort-menu__icon {
    width: 36px;
    height: 36px;
  }

  .resort-menu__icon svg {
    width: 20px;
    height: 20px;
  }

  .resort-texto {
    font-size: 16px;
  }

  .resort-tag {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .resort-tag i {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .btn-resort-cta {
    padding: 0.85rem 2rem;
    font-size: 0.86rem;
  }

  .pacotes-section {
    padding-top: 9.5rem;
    padding-bottom: 9rem;
    background-size: auto 100%;
  }

  .pacotes-header {
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .pacotes-section .btn-mais {
    width: min(100%, 240px);
  }

  #lista-pacotes > [class*="col-"] {
    width: min(100%, 320px);
  }

  .pacote-imagem-wrap {
    height: 215px;
  }

  .pacote-card .card-body {
    min-height: 0;
    padding: 1.1rem 1rem 1rem;
  }

  .pacote-card {
    height: 420px;
  }

  .pacote-card .card-title {
    font-size: 1.08rem;
  }

  .pacote-card .card-text {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .pacotes-section .btn-quero {
    padding: 0.72rem 1rem;
  }

  .atracoes-section {
    min-height: 1300px;
    margin-top: -90px;
    padding: 10rem 0 22rem;
    background-size: 114% 100%;
  }

  .atracoes-painel {
    margin-inline: 0.25rem;
    padding: 1.25rem;
    border-radius: 1.55rem;
  }

  .atracoes-header {
    text-align: center;
  }

  .atracoes-header p {
    margin-inline: auto;
  }

  .btn-todas-atracoes {
    width: min(100%, 230px);
  }

  .atracoes-carrossel {
    border-width: 5px;
    border-radius: 1.25rem;
  }

  .atracoes-carrossel .carousel-inner {
    height: 380px;
  }

  .atracao-slide {
    height: 100%;
    min-height: 0;
    padding: 1.75rem 1.25rem 3.8rem;
    background-image: linear-gradient(0deg, rgba(2, 22, 42, 0.94) 0%, rgba(2, 30, 54, 0.66) 54%, rgba(2, 30, 54, 0.08) 86%), var(--atracao-imagem);
    background-size: cover;
    text-align: center;
  }

  .atracao-slide__conteudo {
    margin-inline: auto;
  }

  .atracao-slide h3 {
    font-size: clamp(2rem, 10vw, 3rem);
    -webkit-line-clamp: 3;
  }

  .atracao-slide p {
    font-size: 0.88rem;
  }

  .atracoes-controle {
    top: 42%;
    width: 38px;
    height: 38px;
    margin-inline: 0.75rem;
  }

  .promocoes-section {
    min-height: auto;
    margin-top: -680px;
    padding: 25rem 0.85rem 8rem;
    background-size: 215% 100%;
  }

  .promocoes-cabecalho {
    margin-bottom: 2.6rem;
  }

  .promocoes-titulo-wrap {
    width: min(82vw, 360px);
    padding-bottom: 44px;
  }

  .promocoes-titulo {
    min-height: 128px;
    padding: 2.15rem 2rem 2.4rem;
  }

  .promocoes-titulo::before,
  .promocoes-titulo::after {
    bottom: -22px;
    height: 54px;
  }

  .promocoes-titulo__faixa {
    right: -5%;
    bottom: 5px;
    left: -5%;
    height: 61px;
  }

  .promocoes-desconto {
    width: 66px;
    font-size: 2.5rem;
  }

  .promocoes-desconto--esquerda-superior {
    top: 18%;
    left: -13px;
  }

  .promocoes-desconto--direita-superior {
    top: 20%;
    right: -13px;
  }

  .promocoes-lista > [class*='col-'] {
    width: min(100%, 320px);
  }

  .promocao-card__imagem-wrap {
    height: 215px;
  }

  .promocao-card__corpo {
    min-height: 205px;
    padding: 1.1rem 1rem 1rem;
  }

  .promocao-card .card-title {
    font-size: 1.08rem;
  }

  .promocao-card .card-text {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .promocao-card__botao {
    padding: 0.72rem 1rem;
  }

  .packages-hero {
    height: clamp(430px, 115vw, 540px);
  }

  .packages-hero__blob {
    width: 100%;
  }

  .packages-hero__blob-wrap {
    top: 18%;
    left: 50%;
    width: min(76%, 420px);
    transform: translateX(-50%);
  }

  .packages-hero__title {
    width: 88%;
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .packages-hero__suitcase {
    top: 52%;
    left: 68%;
    width: 28%;
  }

  .packages-hero__glasses {
    top: 64%;
    left: 5%;
    width: 24%;
  }

  .packages-hero__wave {
    top: 28%;
    left: -28%;
    width: 160%;
  }

  .packages-section {
    padding: 32px 16px 64px;
  }

  /* Na pagina de Pacotes o fundo do footer comeca no proprio rodape.
     A subida usada pela home nao deve invadir a grade de cards. */
  body.odypark-pacotes-page .rodape-background::before {
    top: 0;
  }

  body.odypark-pacotes-page .redes-sociais-section {
    padding-top: 120px;
  }

  .packages-page .package-col {
    flex-basis: 100%;
    width: 100%;
    max-width: 360px;
  }

  .packages-page .package-card {
    height: 470px;
    min-height: 470px;
    max-height: 470px;
  }

  .packages-page .package-card__media {
    height: auto;
    flex-basis: auto;
    aspect-ratio: 360 / 260;
  }

  .packages-page .package-card__body {
    min-height: 200px;
    padding: 22px 20px;
  }

  .packages-page .package-card h3 {
    font-size: 19px;
  }

  .packages-page .package-card__button {
    min-height: 54px;
    padding: 13px 16px;
  }

  body.odypark-pacotes-page .rodape-background {
    padding-top: clamp(130px, 35vw, 190px);
  }

  body.odypark-pacotes-page .rodape-background::after {
    top: -350px;
    width: 1600px;
    height: 760px;
  }

  .vp-container {
    padding-inline: 20px;
  }

  .vp-overview {
    height: auto;
    min-height: 0;
    margin-top: -20px;
    padding: 58px 0 94px;
    background-size: cover;
  }

  .vp-copy {
    padding-top: 0;
    text-align: center;
  }

  .vp-overview aside {
    margin-top: 0;
  }

  .vp-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .vp-heading h1 {
    order: 1;
    margin-left: 0;
    font-size: 34px;
    text-align: center;
  }

  .vp-copy p {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .vp-booking-card {
    max-width: 330px;
    margin-top: 28px;
  }

  .vp-booking-card__header span {
    font-size: 18px;
  }

  .vp-reserve-button,
  .vp-phone-button {
    min-height: 55px;
  }

  .vp-experience {
    height: 680px;
    padding: 82px 0 60px;
    background-size: auto 100%;
  }

  .vp-section-title {
    margin-bottom: 54px;
  }

  .vp-section-title img {
    width: 28px;
    height: 38px;
  }

  .vp-section-title h2 {
    font-size: 26px;
  }

  .vp-gallery-card,
  .vp-gallery-card.is-active {
    width: 100%;
    height: 260px;
    margin: 0;
  }

  .vp-gallery-card:not(.is-active),
  .vp-gallery-slide.is-visible:not(.is-active) {
    display: none;
  }

  .vp-gallery-slide.is-active {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .vp-gallery-dots {
    margin-top: 34px;
  }

  .vp-contact {
    padding: 56px 0 80px;
  }

  .vp-contact h2 {
    font-size: 27px;
  }

  .vp-contact > .container > p {
    margin-bottom: 28px;
    font-size: 16px;
  }
}

/* =========================================
   SM A 884PX
========================================== */
@media (min-width: 576px) and (max-width: 884px) {
  .secao-resort {
    aspect-ratio: auto;
    min-height: 1180px;
    background-size: 100% 100%;
  }

  .resort-overlay {
    top: auto;
    padding-top: 190px;
  }

  .resort-overlay .container {
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .resort-overlay .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .resort-imagem-wrapper {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }

  .resort-conteudo {
    width: 100%;
    max-width: 700px;
    margin: 28px auto 0;
    text-align: center;
  }

  .resort-tags {
    margin-right: auto;
    margin-left: auto;
  }

  .btn-resort-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-wrap--inicio {
    aspect-ratio: auto;
    min-height: 960px;
    background-position: top center;
    background-size: 112% 100%;
  }

  .hero {
    min-height: 790px;
    padding-top: 80px;
  }

  .hero__text h1 {
    font-size: clamp(1.85rem, 4.3vw, 2.55rem);
  }
}

/* =========================================
   ATE SM
========================================== */
@media (max-width: 575.98px) {
  .hero-wrap--inicio {
    z-index: 3;
  }

  .secao-resort {
    aspect-ratio: auto;
    min-height: 0;
    margin-top: -300px;
    z-index: 4;
    padding: 74px 0 176px;
    background-color: transparent;
    background-image: linear-gradient(
      to bottom,
      transparent 0,
      transparent 20px,
      #dc8015 20px,
      #dc8015 calc(100% - 180px),
      transparent calc(100% - 180px),
      transparent 100%
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .secao-resort::before,
  .secao-resort::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background-image: url('../images/backgrounds/ResortBackgroundMobile.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
  }

  .secao-resort::before {
    top: 0;
    height: 285px;
    background-position: top center;
  }

  .secao-resort::after {
    bottom: 0;
    height: 190px;
    background-position: bottom center;
  }

  .resort-menu-toggle {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--navy);
    box-shadow: 0 14px 26px rgba(20, 49, 79, 0.28);
    cursor: pointer;
  }

  .resort-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--white);
    transition: transform .2s ease, opacity .2s ease;
  }

  .resort-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .resort-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .resort-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .resort-menu {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: 92px;
    left: auto;
    z-index: 79;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(260px, calc(100vw - 32px));
    margin: 0;
    padding: 14px;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.96);
    transform-origin: right bottom;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .resort-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .resort-menu__item {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
    min-height: 46px;
    padding: 6px 8px;
    font-size: 10px;
    text-align: left;
  }

  .resort-menu__icon {
    width: 34px;
    height: 34px;
  }

  .resort-menu__icon svg {
    width: 19px;
    height: 19px;
  }

  .resort-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    padding-top: 86px;
  }

  .resort-overlay .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .resort-overlay .row {
    display: flex;
    flex-direction: column;
  }

  .resort-overlay .col-lg-6,
  .resort-conteudo {
    display: contents;
  }

  .resort-conteudo,
  .resort-imagem-container {
    padding-right: 0;
    padding-left: 0;
  }

  .resort-conteudo {
    margin-bottom: 0;
  }

  .resort-titulo {
    order: 1;
    width: 100%;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.08;
  }

  .resort-titulo .destaque-titulo {
    display: block;
    white-space: nowrap;
  }

  .resort-imagem-container {
    order: 2;
    width: 100%;
  }

  .resort-titulo,
  .resort-texto {
    text-shadow: 0 2px 10px rgba(92, 51, 2, 0.24);
  }

  .resort-texto {
    order: 3;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.55;
  }

  .resort-tags {
    order: 4;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .btn-resort-cta {
    order: 5;
    justify-content: center;
    width: min(100%, 320px);
  }

  .resort-imagem-wrapper {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .resort-imagem-wrapper::before {
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: 8px;
    border-radius: 18px;
  }

  .resort-imagem {
    border-radius: 16px;
  }

  .hero {
    min-height: clamp(610px, 168vw, 720px);
  }

  .hero__text {
    padding-inline: 18px;
  }

  .hero__text h1 {
    max-width: 330px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.38rem, 5.8vw, 1.6rem);
    line-height: 1.18;
  }

  .hero__subtitle {
    display: block;
    margin: 0 auto 48px;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem);
  }

  .hero__logos-wrap {
    display: none;
  }

  .hero__media {
    margin-top: 0;
    padding-top: 10px;
  }

  .video-card {
    border-radius: 40px;
  }

  .hero__turtle {
    width: 112px;
    left: 2%;
    top: -40px;
  }

  .rodape-background::before {
    top: -22rem;
    background-size: 100% 112%;
  }

  .redes-sociais-section {
    padding: 2.6rem 0.75rem 3.25rem;
  }

  .redes-sociais-lista {
    gap: 0.75rem;
  }

  .rede-social-link {
    width: 3.85rem;
  }

  .rede-social-link svg {
    width: 28px;
    height: 28px;
  }

  .site-footer__conteudo {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .site-footer__logo-wrap,
  .site-footer__nav,
  .site-footer__informacoes {
    text-align: center;
  }

  .site-footer__logo-wrap .custom-logo-link,
  .site-footer__logo-link {
    justify-content: center;
  }

  .site-footer__telefones {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  /* Página de atrações */
  .hero-wrap--atracoes {
    background-position: 62% center;
    background-size: auto 100%;
  }

  .hero-wrap--atracoes .attractions-heading {
    min-height: 250px;
  }

  .hero-wrap--atracoes .attractions-heading__title-wrap {
    width: min(82vw, 520px);
    min-width: 0;
  }

  .attractions-page .filter-area {
    padding-top: 14px;
  }

  .attractions-page .filter-bar {
    min-height: 0;
    border-radius: 10px;
  }

  .attractions-page .attractions {
    padding: 36px 0 68px;
  }

  .attractions-page .attraction-card {
    border-width: 4px;
    border-radius: 29px;
  }

  .attractions-page .attraction-card__caption {
    padding-top: 13px;
  }

  .attractions-page .attraction-card__caption h3 {
    font-size: clamp(1rem, 5vw, 1.45rem);
  }

}

/* =========================================
   ATE 420PX
========================================== */
@media (max-width: 420px) {
  .navbar-top .navbar-nav {
    gap: 7px 10px;
  }

  .navbar-top .nav-link {
    font-size: 0.94rem;
  }
}

/* =========================================
   MOVIMENTO REDUZIDO
========================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .packages-page *,
  .packages-page *::before,
  .packages-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .view-package *,
  .view-package *::before,
  .view-package *::after,
  .vp-dialog,
  .vp-dialog * {
    transition-duration: 0.01ms !important;
  }

  .attractions-page *,
  .attractions-page *::before,
  .attractions-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
