/* Estilos exclusivos da página de visualização de pacote. */

body.odypark-view-pacote-page {
  overflow-x: hidden;
}

.hero-wrap--view-pacote {
  position: relative;
  overflow: clip;
  background: #fff;
}

body.odypark-package-has-hero .hero-wrap--view-pacote {
  background: #5ecce4;
}

body.odypark-package-has-hero .hero-wrap--view-pacote .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.view-package {
  --vp-blue: #001867;
  --vp-dark: #020e36;
  --vp-sky: #71c0f4;
  --vp-yellow: #feca03;
  --vp-green: #00e676;
  width: 100%;
  overflow: clip;
  color: var(--vp-dark);
  background: #fff;
  font-family: "Nunito", Arial, sans-serif;
}

.view-package button,
.view-package a,
.vp-dialog button,
.vp-dialog a {
  font: inherit;
}

.vp-container {
  width: 100%;
  max-width: 1200px;
  padding-inline: clamp(24px, 2.5vw, 36px);
}

.vp-hero {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #5ecce4;
}

.vp-hero picture {
  display: block;
  width: 100%;
}

.vp-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.vp-overview {
  position: relative;
  z-index: 3;
  min-height: 650px;
  margin-top: -32px;
  padding: 78px 0 70px;
  background: url('../images/view-pacote/BackgroundSecaoDescrisao.webp') center top / cover no-repeat;
}

body.odypark-view-pacote-page:not(.odypark-package-has-hero) .vp-overview {
  margin-top: 0;
}

.vp-overview > .container > .row {
  align-items: flex-start !important;
}

.vp-overview aside {
  margin-top: 16px;
}

.vp-heading {
  display: flex;
  align-items: center;
  margin-bottom: clamp(42px, 3vw, 50px);
}

.vp-heading h1,
.vp-section-title h2,
.vp-contact h2,
.vp-dialog h2 {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.vp-heading h1 {
  margin: 0;
  color: var(--vp-blue);
  font-size: clamp(28px, 2.65vw, 38px);
  line-height: 1.05;
}

.vp-copy p {
  max-width: 650px;
  margin: 0 0 14px;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.5;
}

.vp-copy .vp-highlight-text {
  margin-bottom: 22px;
  color: var(--vp-blue);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.vp-booking-card {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  aspect-ratio: 535 / 752;
  background: url('../images/view-pacote/card-background.png') center / 100% 100% no-repeat;
  filter: drop-shadow(0 18px 28px rgb(0 24 103 / 13%));
}

.vp-booking-card__header {
  display: flex;
  height: 26.2%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
}

.vp-booking-card__header span {
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 700;
}

.vp-booking-highlight {
  display: grid;
  height: 43.35%;
  place-content: center;
  justify-items: center;
  gap: 7px;
  padding: 8% 15%;
  color: var(--vp-blue);
  text-align: center;
}

.vp-booking-highlight > span {
  color: var(--vp-green);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

.vp-booking-highlight strong {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.1;
}

.vp-booking-card--without-actions .vp-booking-highlight {
  height: 73.8%;
}

.vp-booking-actions {
  display: grid;
  gap: clamp(8px, .903vw, 13px);
  padding: 0 10.5% 5.7%;
}

.vp-booking-actions--single {
  padding-top: 5%;
}

.vp-booking-notice {
  margin: 0;
  padding: 0 8%;
  color: var(--vp-blue);
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.vp-reserve-button,
.vp-phone-button,
.vp-contact-phone,
.vp-dialog__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.vp-reserve-button,
.vp-phone-button {
  min-height: clamp(46px, 4.1vw, 58px);
}

.vp-reserve-button {
  color: #fff;
  background: var(--vp-green);
  border: 0;
  font-size: clamp(14px, 1.35vw, 19px);
}

.vp-phone-button {
  color: #000;
  background: #fff;
  border: 3px solid var(--vp-green);
  font-size: clamp(11px, .95vw, 14px);
}

.vp-reserve-button img,
.vp-phone-button img,
.vp-contact-phone img {
  width: clamp(20px, 1.8vw, 26px);
  height: clamp(20px, 1.8vw, 26px);
  object-fit: contain;
}

.vp-experience {
  position: relative;
  z-index: 2;
  height: 620px;
  padding-top: 72px;
  background: url('../images/view-pacote/BackgroundSecaoSlides.avif') center / 100% 100% no-repeat;
}

.vp-section-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
  text-align: center;
}

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

.vp-experience .vp-section-title img:first-child {
  transform: scaleX(-1);
}

.vp-section-title h2 {
  margin: 0;
  color: var(--vp-blue);
  font-size: clamp(24px, 2.65vw, 38px);
}

.vp-section-title--light h2 {
  color: #fff;
}

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

.vp-gallery {
  position: relative;
  z-index: 3;
  max-width: 1040px;
  margin-inline: auto;
}

.vp-gallery .row > div {
  position: relative;
}

.vp-gallery-slide {
  display: none;
}

.vp-gallery-slide.is-visible {
  display: block;
}

.vp-gallery-card {
  position: relative;
  display: grid;
  height: clamp(190px, 17vw, 245px);
  margin: 0;
  overflow: hidden;
  place-items: center;
  color: #000;
  background: #d9d9d9;
  border: 5px solid #fff;
  border-radius: clamp(22px, 2.5vw, 36px);
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.vp-gallery-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 58%;
  background: linear-gradient(to top, rgb(0 24 103 / 82%), transparent);
  content: '';
  pointer-events: none;
}

.vp-gallery-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vp-gallery-card__title {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  left: clamp(16px, 2vw, 28px);
  z-index: 2;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 8px rgb(0 0 0 / 45%);
}

.vp-gallery-card.is-active {
  position: relative;
  z-index: 2;
  width: 118%;
  height: clamp(225px, 20.5vw, 295px);
  margin-left: -9%;
  background: #fff;
  border-color: var(--vp-yellow);
}

.vp-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.vp-gallery-dots button {
  width: clamp(8px, 1.111vw, 16px);
  height: clamp(8px, 1.111vw, 16px);
  padding: 0;
  background: rgb(255 255 255 / 72%);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: background-color 180ms ease, transform 180ms ease;
}

.vp-gallery-dots button.is-active {
  background: #ed368f;
  border-color: #ed368f;
  transform: scale(1.25);
}

.vp-contact {
  padding: 64px 0 90px;
  background: #fff;
  text-align: center;
}

.vp-contact h2 {
  margin: 0;
  color: var(--vp-blue);
  font-size: clamp(24px, 2.25vw, 32px);
  text-transform: none;
}

.vp-contact > .container > p {
  margin: 0 0 24px;
  color: var(--vp-blue);
  font-size: clamp(15px, 1.65vw, 24px);
}

.vp-contact-phone {
  width: 100%;
  min-height: 64px;
  color: #000;
  background: #fff;
  border: 3px solid var(--vp-green);
  font-size: clamp(13px, 1vw, 15px);
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.vp-contact-phone span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.vp-contact-phone small {
  color: var(--vp-blue);
  font-size: 10px;
  letter-spacing: .03em;
}

.vp-contact-phone img {
  border-radius: 50%;
}

.vp-dialog {
  width: min(92vw, 440px);
  padding: 0;
  color: #001867;
  background: #fff;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 24px 80px rgb(0 24 103 / 35%);
}

.vp-dialog::backdrop {
  background: rgb(0 24 103 / 64%);
  backdrop-filter: blur(4px);
}

.vp-dialog form {
  position: relative;
  padding: 38px 32px 30px;
  text-align: center;
}

.vp-dialog form > img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.vp-dialog h2 {
  margin: 10px 0;
}

.vp-dialog__close {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #001867;
  background: transparent;
  border: 0;
  font-size: 30px;
}

.vp-dialog__action {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  color: #fff;
  background: #00e676;
  border: 0;
}

.vp-reserve-button:hover,
.vp-dialog__action:hover {
  color: #fff;
  filter: brightness(.94);
}

.vp-contact-phone:hover {
  color: var(--vp-blue);
  background: var(--vp-green);
  box-shadow: 0 8px 18px rgb(0 230 118 / 22%);
}

.vp-reserve-button:focus-visible,
.vp-phone-button:focus-visible,
.vp-contact-phone:focus-visible,
.vp-gallery-card:focus-visible,
.vp-gallery-dots button:focus-visible,
.vp-dialog button:focus-visible,
.vp-dialog a:focus-visible {
  outline: 4px solid rgb(254 202 3 / 80%);
  outline-offset: 3px;
}

body.odypark-view-pacote-page .rodape-background::before {
  top: 0;
  background-size: cover;
}
