﻿.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: stretch;
  padding: 0 6vw;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero>*:not(.hero-bg) {
  position: relative;
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 12, 8, 0.76), rgba(15, 12, 8, 0.2));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 72px 0;
  color: #fff;
}

.hero-text {
  width: 100%;
  max-width: 720px;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.hero-text p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
}

/* ===== Hero Search ===== */
.hero-search {
  margin-top: 24px;
  max-width: 980px;
}

.hero-search__tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-search__tab {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.hero-search__tab.is-active {
  background: #fff;
  color: #0b4aa2;
  border-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.hero-search__field {
  flex: 1;
  background: #f5f6f8;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}

.hero-search__field--route {
  flex: 1.6;
}

.hero-search__field--dates {
  flex: 1.2;
}

.hero-search__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-weight: 700;
}

.hero-search__route,
.hero-search__dates {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-search__input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #111;
  outline: none;
  min-height: 40px;
}

.hero-search__input::placeholder {
  color: #9aa1ac;
}

.hero-search__swap {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  font-size: 16px;
  line-height: 34px;
  color: #0b4aa2;
  cursor: pointer;
  flex: 0 0 auto;
}

.hero-search__sep {
  color: #c1c7d0;
  font-weight: 700;
}

.hero-search__people {
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 18px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  min-height: 40px;
  cursor: pointer;
}

.hero-search__people-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8eef7;
  flex: 0 0 auto;
}

.hero-search__people-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b4aa2;
  top: 5px;
  left: 8px;
}

.hero-search__people-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border-radius: 10px 10px 4px 4px;
  background: #0b4aa2;
  bottom: 4px;
  left: 6px;
}

.hero-search__submit {
  border: 0;
  background: #1e5eff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 28px;
  border-radius: 12px;
  min-width: 140px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(30, 94, 255, 0.35);
}

.hero-search__submit:focus,
.hero-search__tab:focus,
.hero-search__swap:focus,
.hero-search__people:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .hero-search__submit {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 720px) {

  .hero-search__route,
  .hero-search__dates {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-search__swap {
    width: 100%;
    height: 40px;
  }

  .hero-search__sep {
    display: none;
  }
}

.hero-location {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 13px;
}

.hero-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
}

.hero-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-card-media {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-side {
    flex-wrap: wrap;
  }
}

/* ===== Ícones redondos no rodapé do #home ===== */
#home {
  position: relative;
  /* necessário para posicionamento absoluto */
}

#home .home-icons {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;

  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding: 16px;
  padding: 6px 10px;
  max-width: calc(100vw - 0px);

  z-index: 5;
  scrollbar-width: none;
}

#home .home-icons::-webkit-scrollbar {
  display: none;
}

#home .home-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex: 0 0 auto;
  scroll-snap-align: center;

  /* borda degradê azul->verde */
  background: linear-gradient(135deg, #1e90ff, #00c853);
  padding: 3px;
  /* espessura da borda */
}

#home .home-icons-nav {
  position: absolute;
  bottom: 26px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  display: none;
  z-index: 6;
  cursor: pointer;
}

#home .home-icons-nav.prev {
  left: 30px;
}

#home .home-icons-nav.next {
  right: 30px;
}

@media (min-width: 992px) {
  #home .home-icons-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

#home .home-icon img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: #111;
  /* evita “vazios” */
}

/* Ajuste fino mobile */
@media (max-width: 768px) {
  #home .home-icon {
    width: 56px;
    height: 56px;
  }

  #home .home-icons {
    bottom: 30px;
    gap: 12px;
  }
}

/* ===== Hover effect nos cards ===== */
.home-icon {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-icon:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* ===== Modal base ===== */
.passeio-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 3000;
}

.passeio-modal.active {
  display: block;
}

.passeio-modal__panel {
  position: absolute;
  background: #fff;
  width: min(720px, 92vw);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

/* Desktop: centro */
@media (min-width: 769px) {
  .passeio-modal__panel {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 86vh;
  }
}

/* Mobile: bottom sheet */
@media (max-width: 768px) {
  .passeio-modal__panel {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    border-radius: 16px;
    max-height: 78vh;
  }
}

.passeio-modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  cursor: pointer;
  z-index: 2;
}

.passeio-modal__media {
  background: #000;
}

.passeio-modal__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 46vh;
  object-fit: cover;
}

/* faixa azul abaixo da imagem */
.passeio-modal__tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #0b4aa2;
  color: #fff;
}

.passeio-modal__place {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

.passeio-modal__more {
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.passeio-modal__body {
  padding: 14px;
  overflow: auto;
}

.passeio-modal__desc {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.35;
}

body.modal-open {
  overflow: hidden;
}

/* Ajuste pontual de posição vertical dos ícones do home */
#home .home-icons {
  bottom: 30px;
}

#home .home-icons-nav.prev,
#home .home-icons-nav.next {
  bottom: 30px;
}

/* Ajuste pontual da posição vertical das setas do carrossel */
#home .home-icons-nav.prev,
#home .home-icons-nav.next {
  bottom: 50px;
}

/* ===== Home icons marquee (movimento imediato) ===== */
#home .home-icons {
  --home-icons-speed: 18s;
  /* segundos por volta (AJUSTAVEL) */
  position: absolute;
  /* ja existe, manter se estiver */
  left: 50%;
  bottom: 30px;
  /* manter conforme ajustes anteriores */
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  max-width: calc(100vw - 0px);
  overflow: hidden;
  /* marquee usa clip */
  padding: 6px 10px;
  z-index: 6;
}

/* trilho interno que vai se mover */
#home .home-icons .home-icons-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 14px;
  animation: homeIconsMarquee var(--home-icons-speed) linear infinite;
  will-change: transform;
}

/* garante que o icono participa do fluxo do flex */
#home .home-icon {
  position: relative;
  flex: 0 0 auto;
}

/* pausa ao hover (desktop) */
#home .home-icons:hover .home-icons-track {
  animation-play-state: paused;
}

/* estado pausado via JS (click/modal) */
#home .home-icons.is-paused .home-icons-track {
  animation-play-state: paused;
}

@keyframes homeIconsMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ===== Modal Passeios (home-icons) ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 3000;
}

.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: relative;
  width: min(720px, 92vw);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  transform: translateY(10px);
  transition: transform 0.2s ease;
}

.modal-overlay.is-open .modal {
  transform: translateY(0);
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  cursor: pointer;
  z-index: 2;
}

.modal__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 46vh;
  object-fit: cover;
  background: #000;
}

.modal__tag {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 16px;
  background: #0b4aa2;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.modal__body {
  padding: 16px;
  overflow: auto;
}

.modal__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #111;
}

.modal__desc {
  margin: 0 0 14px 0;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
}

.modal__actions {
  display: flex;
  justify-content: flex-start;
}

.modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  background: #d8791f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal-overlay {
    align-items: flex-end;
  }

  .modal {
    width: calc(100% - 24px);
    margin-bottom: 12px;
    border-radius: 18px;
    max-height: 80vh;
    overflow: auto;
    transform: none;
  }

  .modal-overlay.is-open .modal {
    transform: none;
  }
}

/* 1) Container vira card vertical (mata o "pill") */
#home .home-icon {
  position: relative;
  flex: 0 0 auto;

  width: 132px;
  height: auto !important;
  padding: 8px 6px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;

  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  text-align: center;
}

/* 2a) Caso thumbnail seja IMG */
#home .home-icon img {
  width: 104px !important;
  height: 104px !important;
  border-radius: 9999px !important;
  object-fit: cover !important;
  object-position: center;
  overflow: hidden;
  padding: 0;
  background: transparent;
  display: block;
}

/* 2b) Caso thumbnail seja DIV com background-image (AJUSTE o seletor real do thumb abaixo) */
#home .home-icon .home-icon__thumb,
#home .home-icon .thumb,
#home .home-icon .home-thumb,
#home .home-icon .icon-img {
  width: 104px !important;
  height: 104px !important;
  border-radius: 9999px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

/* FIX: hover card icons */
#home .home-icon:hover {
  box-shadow: none !important;
}

#home .home-icon:hover img {
  border: 3px solid #1fbf9a;
  border-radius: 9999px;
  box-sizing: border-box;
}

/* FIX DEFINITIVO: borda permanente dos card icons */
#home .home-icon img,
#home .home-icon:hover img,
#home .home-icon:active img {
  border: 3px solid #1fbf9a;
  border-radius: 9999px;
  box-sizing: border-box;
  opacity: 1;
  filter: none;
  background: transparent;
}

#home .home-icons {
  margin-left: 0px;
  margin-right: 0px;
}

/* ===== BUSCADOR PACOTES (IGUAL AO PRINT) ===== */
.hero-search {
  margin: 12px 0 0 0;
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  overflow: hidden;
}

.hero-search__tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.hero-search__tab {
  appearance: none;
  border: 1px solid #1a2bff;
  background: #fff;
  color: #1a2bff;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 18px;
  line-height: 1;
  cursor: pointer;
}

.hero-search__tab.is-active {
  background: #0b0f8a;
  border-color: #0b0f8a;
  color: #fff;
}

.hero-search__field {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #cfd3e6;
  border-radius: 12px;
  background: #fff;
  height: 64px;
  padding: 0 14px;
  min-width: 0;
  flex-shrink: 1;
}

.hero-search__field input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #1f2430;
  background: transparent;
}

.hero-search__field input::placeholder {
  color: #6d7485;
}

.hero-search__field--origin {
  flex: 1.05;
  min-width: 220px;
}

.hero-search__field--dest {
  flex: 1.05;
  min-width: 220px;
}

.hero-search__field--people {
  flex: 1.1;
  min-width: 280px;
  padding-right: 46px;
}

.hero-search__field--date {
  flex: 1.1;
  min-width: 260px;
  padding-right: 46px;
}

.hero-search__icon {
  position: absolute;
  right: 14px;
  font-size: 18px;
  opacity: .75;
  pointer-events: none;
}

.hero-search__submit {
  height: 64px;
  padding: 0 30px;
  border-radius: 12px;
  border: 0;
  background: #0b0f8a;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-search__submit:hover {
  filter: brightness(1.05);
}

@media (max-width: 980px) {
  .hero-search {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }

  .hero-search__field--origin,
  .hero-search__field--dest,
  .hero-search__field--people,
  .hero-search__field--date {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .hero-search__submit {
    width: 100%;
  }
}

/* ===== Search Pacotes ===== */
.search_pacotes {
  width: 100%;
  max-width: 1180px;
  margin-top: -90px;
}

.search_pacotes__bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.weather-card {
  position: absolute;
  right: 20px;
  bottom: -70px;

  background: #1f1f2e;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

  display: flex;
  align-items: center;
  gap: 12px;

  z-index: 50;
}

.weather-card .w-temp {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.weather-card .w-city {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 4px;
}

.weather-card .w-range {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 2px;
}

.search_pacotes__field {
  flex: 1;
  min-width: 160px;
  height: 56px;
  display: flex;
  align-items: center;
  border: 1px solid #cfd3e6;
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  position: relative;
}

.search_pacotes__field input,
.search_pacotes__field select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  color: #1f2430;
}

.search_pacotes__field input::placeholder {
  color: #6d7485;
}

.search_pacotes__people {
  flex: 1.2;
  min-width: 220px;
}

.search_pacotes__people_btn {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #1f2430;
}

.search_pacotes__people_icon {
  font-size: 18px;
  opacity: 0.7;
}

.search_pacotes__popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(320px, 100%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  padding: 12px;
  z-index: 20;
}

.search_pacotes__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f6;
}

.search_pacotes__row:last-of-type {
  border-bottom: 0;
}

.search_pacotes__meta strong {
  font-size: 14px;
  color: #1f2430;
}

.search_pacotes__sub {
  font-size: 12px;
  color: #6d7485;
  margin-top: 2px;
}

.search_pacotes__stepper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stepper__btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #cfd3e6;
  background: #fff;
  color: #1f2430;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.stepper__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.stepper__value {
  min-width: 20px;
  text-align: center;
  font-weight: 700;
  color: #1f2430;
}

.search_pacotes__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 12px;
}

.btn-apply,
.search_pacotes__apply {
  background: #1d2aa6;
  color: #fff;
  border: none;
  height: 56px;
  padding: 0 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-apply:hover,
.search_pacotes__apply:hover {
  background: #162083;
  transform: translateY(-2px);
}

.btn-clear,
.search_pacotes__clear {
  background: transparent;
  color: #e67e22;
  border: 2px solid #e67e22;
  padding: 12px 24px;
  min-height: 48px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-clear:hover,
.search_pacotes__clear:hover {
  background: #e67e22;
  color: #fff;
  transform: translateY(-2px);
}

.search_pacotes__submit {
  height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  border: 0;
  background: #0b0f8a;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.search_pacotes__bar .search_pacotes__clear {
  height: 56px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.search_pacotes__msg {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.search_pacotes__msg.is-error {
  color: #ffb4b4;
}

.search_pacotes__results {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.search_pacotes__result {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 12px 14px;
  color: #1f2430;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.search_pacotes__result-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.search_pacotes__result-info {
  min-width: 220px;
  flex: 1 1 220px;
}

.search_pacotes__result-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 800;
}

.search_pacotes__result-meta {
  font-size: 13px;
  color: #4b5563;
}

.result-card__cta {
  margin-left: auto;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  background: #1f8f3a;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.result-card__cta:hover {
  background: #17702e;
  transform: translateY(-2px);
}

.result-card__cta:focus-visible {
  outline: 2px solid rgba(29, 42, 166, 0.45);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .search_pacotes__bar {
    flex-wrap: wrap;
  }

  .search_pacotes__field,
  .search_pacotes__submit {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .search_pacotes__submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .search_pacotes__bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .search_pacotes__field {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .search_pacotes__bar .search_pacotes__clear {
    flex: 0 0 auto;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .search_pacotes__bar .search_pacotes__submit,
  .search_pacotes__bar .search_pacotes__apply,
  .search_pacotes__bar .btn-apply {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .result-card__cta {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
