
:root {
  --font-family-syne: 'Syne', sans-serif;
  --font-family-manrope: 'Manrope', sans-serif;
  --text-rgb-7-26-33: rgba(7, 26, 33, 1);
  --text-rgb-251-250-246: rgba(251, 250, 246, 1);
  --text-rgb-26-58-78: rgba(26, 58, 78, 1);
  --text-rgb-82-158-182: rgba(82, 158, 182, 1);
  --text-rgb-161-142-109: rgba(161, 142, 109, 1);
  --text-white: rgba(255, 255, 255, 1);
  --text-black: rgba(0, 0, 0, 1);
  --text-rgb-250-241-227: rgba(250, 241, 227, 1);
  --text-rgb-193-177-151: rgba(193, 177, 151, 1);
}

.text-rgb-7-26-33 {
  color: var(--text-rgb-7-26-33);
}

.text-rgb-251-250-246 {
  color: var(--text-rgb-251-250-246);
}

.text-rgb-26-58-78 {
  color: var(--text-rgb-26-58-78);
}

.text-rgb-82-158-182 {
  color: var(--text-rgb-82-158-182);
}

.text-rgb-161-142-109 {
  color: var(--text-rgb-161-142-109);
}

.text-white {
  color: var(--text-white);
}

.text-black {
  color: var(--text-black);
}

.text-rgb-250-241-227 {
  color: var(--text-rgb-250-241-227);
}

.text-rgb-193-177-151 {
  color: var(--text-rgb-193-177-151);
}


/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prototype Links (v5.6.0) */
a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}



.dk-h1 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 72px;
  letter-spacing: -1%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 72px;
  letter-spacing: -1%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
  position: relative;
  top: 40px; /* Move title down individually */
}

.dk-h4 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.container-4 .dk-h4 {
  font-size: 20px; /* Reduced font size as requested */
  line-height: 140%; /* Adjusted line height for better readability at smaller size */
}

@media (min-width: 1025px) {
  .container-4 > .dk-h1 {
    flex: 0 1 70%;
    max-width: 70%;
  }

  .container-4 > .dk-h4 {
    flex: 0 1 30%;
    max-width: 30%;
  }
}

.container-4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding: 0px 0px 0px 0px; /* Removed bottom padding to move text further down */
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-section-2 {
  position: relative;
  z-index: 10; /* Increased z-index to ensure menu stays above footer content */
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Align content to bottom */
  align-items: center;
  padding: 100px 100px 0px 100px; /* Reduced bottom padding to 0 */
  overflow: visible; /* Allow bar to stick out */
  box-sizing: border-box;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Limit height to menu area */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Gradient only for menu visibility */
  z-index: -1;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-26-58-78);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 54px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.container-9 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-12 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.tagline-gold {
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 130%;
  color: var(--text-rgb-161-142-109);
  margin-top: 16px;
}

.container-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 40%;
}

.image-desktop {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
  display: block;
}

.images01-13 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 50%;
  max-width: 600px;
  position: relative;
  /* aspect-ratio removed for single image flow */
  display: block;
}

.nosotros-7 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  padding: 160px 120px 120px 120px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: var(--text-rgb-251-250-246);
  overflow: hidden; /* Ensure content doesn't spill if images are too big */
}

.frame-103-21 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-grow: 1;
  flex-shrink: 1;
  transition: opacity 0.5s ease-in-out; /* Add transition for smooth image change */
}

.frame-103-21.fade-out {
  opacity: 0.8; /* Slight fade during transition */
}

.fotos-22 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  backdrop-filter: none;
  border: none;
  border-radius: 0;
}

.fotos-22 img {
  width: 20%; /* 5 images equally spaced */
  height: 100px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 1;
  border: none;
  flex-grow: 1;
  filter: brightness(0.8); /* Dim inactive images slightly */
}

.fotos-22 img:hover, .fotos-22 img.active {
  opacity: 1;
  transform: none;
  z-index: 11;
  filter: brightness(1.1); /* Highlight active/hovered image */
}

.frame-159-20 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align to top */
  align-items: flex-start;
  gap: 0px; /* Removed massive gap */
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 35%; /* Adjusted width */
  height: 100%;
  position: relative;
}

.rectangle-21-31 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 1);
  border-radius: 16px;
}

.selected-true {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-22-33 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.selected-false {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-22-35 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.frame-155-29 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.frame-116-38 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-43 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-44 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-42 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

/* Standardize all WhatsApp icon containers inside reservation buttons */
[class^="icon-003-whatsapp-1-"] {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffffff; /* White circle background */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

[class^="icon-003-whatsapp-1-"] svg {
  width: 18px !important; /* Slightly smaller icon to fit in circle better */
  height: 18px !important;
  fill: #071A21 !important; /* Dark color for icon on white background */
  display: block;
}

.selected-false-format-fill-mode-dark-device-dk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px; /* Standardized gap */
  padding: 12px 32px; /* Standardized padding */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(161, 142, 109, 1);
  border-radius: 50px; /* Fully rounded */
  cursor: pointer; /* Add pointer cursor */
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}

.selected-false-format-fill-mode-dark-device-dk p {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 !important; /* Remove all margins */
  line-height: 1 !important; /* Set line-height to 1 for perfect vertical centering */
  color: white; /* Ensure text is white */
}

.selected-false-format-fill-mode-dark-device-dk:hover,
.selected-false-format-fill-mode-light-device-dk:hover,
.footer-cta-btn:hover {
  transform: scale(1.05);
  background-color: rgba(181, 162, 129, 1); /* Slightly lighter gold on hover */
}

.selected-false-format-fill-mode-dark-device-dk:active,
.selected-false-format-fill-mode-light-device-dk:active,
.footer-cta-btn:active {
  transform: scale(0.95);
}

.selected-false-format-fill-mode-light-device-dk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px; /* Standardized gap */
  padding: 12px 32px; /* Standardized padding */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(161, 142, 109, 1);
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}

.selected-false-format-fill-mode-light-device-dk p {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 !important; /* Remove all margins */
  line-height: 1 !important; /* Set line-height to 1 for perfect vertical centering */
  color: white; /* Ensure text is white */
}

.frame-99-37 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Space between Title and Button */
  align-items: center;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-48 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
  white-space: normal;
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.text-48 li {
  margin-bottom: 8px;
}

.dk-h3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right; /* Align price to right */
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: #A18E6D; /* Gold Color */
}

.frame-117-47 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Space between List and Price */
  align-items: flex-start;
  gap: 16px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.bottle-of-water-57 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-105-56 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.guinness-beer-60 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-106-59 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.cola-63 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-107-62 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.ice-66 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-108-65 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.snorkel-69 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-109-68 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-18-73 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 1);
}

.vector-2-74 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.subtract-75 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.capitan-hat-72 {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.vector-2-74, .subtract-75 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-110-71 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}



.incluye-53 {
  display: flex;
  flex-direction: row; /* Horizontal layout */
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  border: 1px solid #529EB6; /* Cyan border */
  border-radius: 50px; /* Pill shape */
  background-color: transparent;
}

.incluye-77 {
  display: flex;
  flex-direction: row; /* Horizontal layout */
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  border: none;
  border-radius: 24px;
  background-color: #051419; /* Darker background */
}

.frame-111-55 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap; /* Allow wrapping */
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.frame-118-79 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.hero-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-family: var(--font-family-manrope);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  padding-right: 1.5em;
}

.hero-select option {
  background-color: #071A21;
  color: white;
}

.frame-90-80 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-1-83 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 1px;
  height: 32px;
  background-color: rgba(82, 158, 182, 0.5);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-91-84 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-2-87 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 1px;
  height: 32px;
  background-color: rgba(82, 158, 182, 0.5);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-92-88 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}



.frame-119-52 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-101-46 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-156-36 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-97-28 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Align text to left */
  gap: 40px;
  padding: 80px; /* Adjusted padding */
  flex-grow: 1;
  flex-shrink: 1;
  width: 70%;
  background-color: #071A21; /* Dark background */
}

.c-1 {
  display: flex;
  flex-direction: row; /* Changed to row for side-by-side layout */
  justify-content: flex-start;
  align-items: stretch;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.frame-103-93 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  width: 100%;
  height: auto;
}

.frame-103-95 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 19.999998179866115%;
  width: 100%;
  height: auto;
}

.liveocean05-96 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.liveocean02-97 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.liveocean04-98 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.liveocean03-99 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.fotos-94 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100.199203187251%;
}

.frame-160-92 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 864px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.rectangle-22-103 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.rectangle-21-105 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 1);
  border-radius: 16px;
}

.rectangle-22-107 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.frame-155-101 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.frame-116-110 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-115 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-116 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.frame-98-44 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.frame-98-44:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
}

.frame-99-43 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.icon-003-whatsapp-1-114 {
  width: 24px;
  height: 24px;
  background-color: #25D366; /* WhatsApp Green */
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.icon-003-whatsapp-1-114::after {
  content: "W"; /* Placeholder for icon */
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-99-109 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-120 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.dk-h3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-161-142-109);
}

.frame-100-121 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-117-119 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.bottle-of-water-129 .capitan-hat-72 {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-105-128 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.guinness-beer-132 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-106-131 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.cola-135 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-107-134 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.ice-138 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-108-137 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.snorkel-141 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-109-140 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-18-145 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 1);
}

.vector-2-146 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.subtract-147 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.capitan-hat-144 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-110-143 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-111-127 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.incluye-125 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 12px 16px 12px 16px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  border: 1px solid rgba(82, 158, 182, 1);
  border-radius: 16px;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-90-152 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-1-155 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.75px solid rgba(82, 158, 182, 1);
  border: none;
  outline: none;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-91-156 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-2-159 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.75px solid rgba(82, 158, 182, 1);
  border: none;
  outline: none;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-92-160 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.frame-118-151 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.incluye-149 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(82, 158, 182, 0.05);
  border-radius: 16px;
}

.frame-119-124 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-101-118 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-97-108 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-105-100 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding: 120px 120px 120px 80px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 63.250366032210835%;
  background-color: rgba(7, 26, 33, 1);
}

.china-91 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.frame-103-165 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 99.80119284294234%;
  width: 100%;
  height: auto;
}

.frame-103-167 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  width: 100%;
  height: auto;
}

.familyvoyage02-168 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  width: 100%;
  height: auto;
}

.familyvoyage03-169 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  width: 100%;
  height: auto;
}

.familyvoyage04-170 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 25%;
  width: 100%;
  height: auto;
}

.fotos-166 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.frame-161-164 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 362px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.rectangle-22-174 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.rectangle-22-176 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 0.2);
  border-radius: 16px;
}

.rectangle-21-178 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 1);
  border-radius: 16px;
}

.frame-155-172 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.frame-116-181 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-186 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-187 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-185 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-99-180 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-191 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.dk-h3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-161-142-109);
}

.frame-100-192 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-117-190 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.bottle-of-water-200 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-105-199 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.guinness-beer-203 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-106-202 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.cola-206 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-107-205 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.ice-209 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-108-208 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.snorkel-212 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-109-211 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-18-216 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 1);
}

.vector-2-217 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.subtract-218 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.capitan-hat-215 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-110-214 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-111-198 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.incluye-196 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 12px 16px 12px 16px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  border: 1px solid rgba(82, 158, 182, 1);
  border-radius: 16px;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-90-223 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-1-226 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.75px solid rgba(82, 158, 182, 1);
  border: none;
  outline: none;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-91-227 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.line-2-230 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.75px solid rgba(82, 158, 182, 1);
  border: none;
  outline: none;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-92-231 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 8px;
}

.frame-118-222 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.incluye-220 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(82, 158, 182, 0.05);
  border-radius: 16px;
}

.frame-119-195 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-101-189 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-97-179 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-106-171 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding: 120px 120px 120px 80px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 63.17715959004392%;
  background-color: rgba(7, 26, 33, 1);
}

.panda-163 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.frame-157-18 {
  display: flex;
  flex-direction: row; /* Changed from column to row */
  justify-content: flex-start;
  align-items: stretch; /* Stretch to equal height */
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}

.tipo-brisadelmar {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.tipo-liveocean {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.tipo-familyvoyage {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-26-58-78);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.container-237 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-243 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px 12px 0px 12px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 7.648183556405354%;
  border: 1px solid rgba(7, 26, 33, 1);
  border-radius: 24px;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-245 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-242 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-249 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px 12px 0px 12px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 7.648183556405354%;
  border: 1px solid rgba(7, 26, 33, 1);
  border-radius: 24px;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-251 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-248 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-255 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px 12px 0px 12px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 7.648183556405354%;
  border: 1px solid rgba(7, 26, 33, 1);
  border-radius: 24px;
}

.dk-h4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -3%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-7-26-33);
}

.container-257 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-254 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.container-241 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-262 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-263 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-261 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.selected-false-format-fill-mode-light-device-dk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(7, 26, 33, 1);
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.container-240 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-236 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.image-266 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.image-267 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  border: 8px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.images02-265 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-235 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 82.43045387994144%;
}

.ventajas-234 {
  display: block;
  padding: 120px 80px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 1;
}

.ventajas-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.ventajas-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 50%;
}

.ventajas-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ventajas-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ventajas-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.ventajas-number-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #071A21;
  color: #071A21;
  font-family: var(--font-family-syne);
  font-size: 20px;
  flex-shrink: 0;
}

.ventajas-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ventajas-item-title {
  font-family: var(--font-family-syne);
  font-size: 24px;
  color: #071A21;
  margin: 0;
  font-weight: 700;
}

.ventajas-item-desc {
  font-family: var(--font-family-manrope);
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.ventajas-button-container {
  margin-top: 24px;
}

.ventajas-button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px; /* Standardized gap */
  background-color: #071A21;
  color: white;
  padding: 12px 32px; /* Standardized padding */
  border-radius: 100px;
  font-family: var(--font-family-manrope);
  font-size: 16px; /* Standardized font size */
  font-weight: 700; /* Standardized weight */
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s ease;
  will-change: transform;
}

.ventajas-button:hover {
  transform: scale(1.05);
  background-color: #0c2a35; /* Slightly lighter on hover */
}

.ventajas-button:active {
  transform: scale(0.95);
}

.ventajas-button svg {
  width: 20px !important; /* Standardized icon size */
  height: 20px !important;
  display: block;
}

.ventajas-button span {
  line-height: 1 !important; /* Perfect vertical centering */
}

.ventajas-right {
  flex: 1;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventajas-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: auto;
  z-index: 2;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ventajas-img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: auto;
  z-index:1;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
  .ventajas-234 {
    padding: 60px 24px;
  }

  .ventajas-container {
    flex-direction: column;
    gap: 60px;
  }
  
  .ventajas-left {
    max-width: 100%;
  }

  .ventajas-right {
    width: 100%;
    height: 500px;
  }
}

/* Footer Contact Block Styles */
.footer-contact-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Align left */
  gap: 8px;
}

.footer-social-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.social-icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
}

.social-icon-link:hover {
  transform: translateY(-2px);
}

.social-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-phone-link {
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: inherit; /* Ensure it inherits the color from the span */
}

.footer-phone-link:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-contact-block {
    align-items: center; /* Center on mobile */
  }
  
  .footer-social-icons {
    justify-content: center;
  }
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-26-58-78);
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.container-270 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  text-align: center;
}

.container-270 .dk-h2,
.container-270 .body-xsm-semibold {
  text-align: center;
  width: 100%;
}

.type-pedida-hover-false,
.type-aniversario-hover-false,
.type-cumple-hover-false,
.type-amanecer-hover-false,
.type-negocio-hover-false,
.type-diversion-hover-false {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.container-274 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  padding: 0;
}

@media (max-width: 992px) {
  .container-274 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .container-274 {
    grid-template-columns: 1fr;
  }
}

.vector-283 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-284 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-282 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.container-273 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.experiencias-269 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 120px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.images03-289 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.images04-291 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.images05-292 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.images06-293 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.container-290 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  gap: 4px;
}

.images07-295 {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0;
}

.image-297 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.images08-296 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  width: 100%;
  height: 400px;
}

.container-294 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  gap: 4px;
}

.container-288 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  gap: 4px;
  width: 100%;
}

.row-287 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 253, 254, 1);
  width: 100%;
}

.gallery-286 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 253, 254, 1);
  width: 100%;
  max-width: 100%;
}

.dk-h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.container-299 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  z-index: 3;
}

.vector-304 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-305 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-303 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.cta-footer-298 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 80px 120px 80px 120px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  overflow: hidden;
}

.footer-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 33, 0.3);
  z-index: 2;
}

.dk-h3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
  font-family: var(--font-family-syne);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 110.00000238418579%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.vector-313 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.vector-314 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(251, 250, 246, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-312 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.frame-143-309 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-317 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 32px;
  letter-spacing: -4%;
  line-height: 82.99999833106995%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.frame-142-316 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 112px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-141-308 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-250-241-227);
}

.line-3-321 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 1px solid rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.body-xsm-semibold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 6%;
  line-height: 129.99999523162842%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-251-250-246);
}

.boton-text-323 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-145-322 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-148-319 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-328 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.vector-329 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.vector-330 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.icon-011-instagram-1-327 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-332 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.icon-001-facebook-1-331 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.redes-326 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-335 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.vector-336 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(161, 142, 109, 1);
  border: none;
  outline: none;
}

.icon-003-whatsapp-1-334 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-193-177-151);
}

.frame-146-333 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-147-325 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.frame-43-318 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 95px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.device-dk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  padding: 120px 120px 80px 120px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(7, 26, 33, 1);
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.container-340 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 16px 8px 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.container-343 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 16px 8px 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.container-346 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 16px 8px 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.body-sm-regular {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-82-158-182);
}

.body-body-medium {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.container-349 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 16px 8px 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.formulario-339 {
  display: flex;
  flex-direction: row;
  justify-content: space-around; /* Spread inputs */
  align-items: center;
  gap: 12px;
  padding: 0px;
  flex-grow: 1; /* Allow to grow */
  flex-shrink: 1;
  width: auto; /* Remove fixed width */
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.formulario-338 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Space inputs and button */
  align-items: center;
  gap: 24px; /* Increased gap */
  padding: 24px 48px; /* Increased padding */
  flex-grow: 0;
  flex-shrink: 1;
  width: 95%; /* Stretched width */
  background-color: rgba(7, 26, 33, 1);
  border-radius: 16px;
  transform: translateY(50%); /* Move bar down to overlap */
  z-index: 10;
}

.ellipse-9-355 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}

.vector-356 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(53, 214, 113, 1);
  border: none;
  outline: none;
}

.vector-357 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(53, 214, 113, 1);
  border: none;
  outline: none;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.wa-354 {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.3); /* Enhanced shadow for floating effect */
  cursor: pointer;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite; /* Add floating animation */
  background-color: #25D366; /* WhatsApp Green */
  width: 60px;
  height: 60px;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}

.wa-354:hover {
  transform: scale(1.1);
  animation-play-state: paused; /* Stop floating while hovering */
}

.wa-354:active {
  transform: scale(0.9);
}

.wa-354 svg {
  width: 32px; /* Standardized icon size slightly */
  height: 32px;
}

.contact-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 10020;
}

.contact-modal-card {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100vw - 32px));
  background: rgba(7, 26, 33, 1);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 16px;
  z-index: 10021;
}

.contact-modal-title {
  margin: 0 0 12px 0;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 18px;
  color: rgba(255,255,255,1);
}

.contact-modal-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-modal-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-modal-label {
  font-family: var(--font-family-manrope);
  font-size: 12px;
  color: rgba(82,158,182,1);
}

.contact-modal-input {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,1);
  outline: none;
  font-family: var(--font-family-manrope);
}

.contact-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.contact-modal-btn {
  padding: 10px 14px;
  border-radius: 999px;
  border: none;
  background: rgba(161, 142, 109, 1);
  color: rgba(7,26,33,1);
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-family-manrope);
}

.contact-modal-btn.secondary {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,0.12);
}

.contact-modal-error {
  margin-top: 10px;
  color: rgba(255,107,107,1);
  font-family: var(--font-family-manrope);
  font-size: 13px;
  white-space: pre-wrap;
}

.availability-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 10030;
}

.availability-modal-card {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1180px, calc(100vw - 24px));
  height: min(88vh, 860px);
  background: rgba(7, 26, 33, 1);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  z-index: 10031;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.availability-modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.availability-modal-title {
  font-family: var(--font-family-manrope);
  font-weight: 800;
  font-size: 15px;
  color: rgba(255,255,255,1);
}

.availability-modal-close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
}

.availability-modal-iframe {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
}

/* Weather Widget Styles */
.weather-widget {
  position: fixed;
  right: 32px; /* Changed from left to right */
  bottom: 110px; /* Positioned above WhatsApp button (32px bottom + 60px height + ~18px gap) */
  z-index: 9999;
  background-color: rgba(7, 26, 33, 0.9);
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(161, 142, 109, 0.3);
  color: white;
  font-family: var(--font-family-manrope);
  animation: float 3s ease-in-out infinite;
  animation-delay: 1.5s; /* Offset from WhatsApp button */
}

.weather-widget:hover {
  transform: translateY(-2px);
  background-color: rgba(7, 26, 33, 1);
  border-color: rgba(161, 142, 109, 0.8);
}

.weather-icon-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
}

.weather-tooltip {
  position: absolute;
  bottom: 0;
  right: 120%; /* Move to left of widget */
  left: auto; /* Reset left property */
  background-color: rgba(7, 26, 33, 0.95);
  border-radius: 16px;
  padding: 16px;
  width: 220px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px); /* Slide from right to left */
  transition: all 0.3s ease;
  border: 1px solid rgba(161, 142, 109, 0.2);
  pointer-events: none;
}

.weather-widget:hover .weather-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.weather-header {
  font-family: var(--font-family-syne);
  color: #A18E6D;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 8px;
}

.weather-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.weather-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
}

.weather-day span:first-child {
  width: 40px; /* Fixed width for day name alignment */
}

@media (max-width: 768px) {
  .weather-tooltip {
    right: 0;
    left: auto;
    bottom: 130%;
    transform: translateY(10px);
  }

  .weather-widget:hover .weather-tooltip {
    transform: translateY(0);
  }
}



.text-360 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-syne);
  font-weight: normal;
  font-size: 32px;
  letter-spacing: -4%;
  line-height: 82.99999833106995%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-251-250-246);
}

.logo-apptype-359 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.selected-false-format-text-mode-dark-device-both {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 4px 8px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.body-body-bold {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.pagelinks-361 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.device-dk-tb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 120px 16px 120px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  position: fixed; /* Fixed position to stay at the top */
  top: 0;
  left: 0;
  z-index: 1000; /* High z-index to stay above other content */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* Gradient background for visibility */
  transition: background 0.3s ease; /* Smooth transition */
}

/* Search Bar Styles */
.hero-search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 12px 32px;
  gap: 24px;
  margin-top: 48px;
  width: auto;
  max-width: 90%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.search-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 120px;
}

.search-item label {
  font-family: var(--font-family-manrope);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-rgb-7-26-33);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-input, .search-select {
  border: none;
  background: transparent;
  font-family: var(--font-family-manrope);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-rgb-26-58-78);
  outline: none;
  width: 100%;
  padding: 4px 0;
  cursor: pointer;
}

.search-divider {
  width: 1px;
  height: 40px;
  background-color: #E0E0E0;
}

.btn-search {
  background-color: var(--text-rgb-26-58-78);
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 16px 40px;
  font-family: var(--font-family-manrope);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.btn-search:hover {
  background-color: var(--text-rgb-7-26-33);
  transform: translateY(-2px);
}

.node-1 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(251, 250, 246, 1);
}

@media (max-width: 1440px) {
  .node-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .node-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1440px) {
  .ventajas-234 {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
}

@media (max-width: 768px) {
  .ventajas-234 {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}


/* Refactored Footer Styles - Semantic & Clean */
.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  padding: 120px 120px 80px 120px;
  background-color: rgba(7, 26, 33, 1);
  width: 100%;
  box-sizing: border-box; /* Ensure padding doesn't overflow width */
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 900px;
}

.footer-title {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.text-accent {
  color: rgba(193, 155, 118, 1);
  display: block;
  margin-bottom: 8px;
}

.text-light {
  color: rgba(243, 244, 243, 1);
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(193, 155, 118, 1);
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: fit-content;
}

.footer-cta-btn:hover {
  background-color: rgba(173, 135, 98, 1);
  transform: translateY(-2px);
}

.footer-right {
  display: flex;
  align-items: flex-start;
}

.brand-large {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: rgba(243, 244, 243, 0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-bottom-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(243, 244, 243, 0.1);
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: rgba(243, 244, 243, 0.6);
  text-transform: uppercase;
}

.legal-text {
  color: rgba(243, 244, 243, 0.6);
}

.divider {
  color: rgba(243, 244, 243, 0.3);
}

.legal-link {
  color: rgba(243, 244, 243, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: rgba(193, 155, 118, 1);
}

.footer-contact-block {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-social-icons {
  display: flex;
  gap: 24px;
}

.social-icon-link {
  display: block;
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.social-icon-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.social-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  /* filter: invert(1); Removed filter to respect original icon colors */
}

.footer-phone-link {
  text-decoration: none;
  color: rgba(243, 244, 243, 1);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-phone-link:hover {
  color: rgba(193, 155, 118, 1);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-footer {
    padding: 80px 40px;
    gap: 60px;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 60px;
  }
  
  .footer-left {
    max-width: 100%;
  }
  
  .footer-title {
    font-size: 32px;
  }
  
  .footer-bottom-bar {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
  
  .footer-contact-block {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .site-footer {
    padding: 60px 20px;
    gap: 40px;
  }
  
  .footer-title {
    font-size: 28px;
  }
  
  .footer-contact-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

/* 
================================================================================
   GLOBAL TYPOGRAPHY UPDATE
================================================================================
   Specifications:
   h1  | Syne | 61px | 110%
   h2  | Syne | 47px | 110%
   h3  | Syne | 36px | 110%
   h4  | Manrope Bold | 27px | 130%
   body| Manrope Regular / Bold | 16px | 150%
   sm  | Manrope Regular | 13px | 150%
   XSM | Manrope Semibold | 11px | 130% | Small Caps
================================================================================
*/

:root {
  --font-syne: 'Syne', sans-serif;
  --font-manrope: 'Manrope', sans-serif;
}

/* Headings */
h1, .text-h1 {
  font-family: var(--font-syne);
  font-size: 61px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.dk-h1 {
  font-family: var(--font-syne);
  font-size: 82px; /* Increased from 61px */
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h2, .dk-h2, .text-h2 {
  font-family: var(--font-syne);
  font-size: 47px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h3, .dk-h3, .text-h3 {
  font-family: var(--font-syne);
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h4, .text-h4 {
  font-family: var(--font-manrope);
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700; /* Bold */
  margin-bottom: 0.5em;
}

.dk-h4 {
  font-family: var(--font-manrope);
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700; /* Bold */
  margin-bottom: 0.5em;
  opacity: 0.9; /* Slight transparency */
}

/* Body Text */
body {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-rgb-7-26-33); /* Default text color */
}

/* Body Variants */
p, .body-regular, .text-body {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; /* Regular */
}

strong, b, .body-bold, .text-bold {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700; /* Bold */
}

/* Small Text (sm) */
small, .body-sm-regular, .text-sm {
  font-family: var(--font-manrope);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400; /* Regular */
}

/* Extra Small Text (XSM) */
.body-xsm-semibold, .text-xsm {
  font-family: var(--font-manrope);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600; /* Semibold */
  font-variant: small-caps; /* Versalitas */
  text-transform: uppercase; /* Often used with small caps */
  letter-spacing: 0.05em; /* Slight spacing for readability */
}

/* Mapping existing classes to new typography rules to ensure consistency */
.dk-h1 span, .dk-h2 span, .dk-h3 span, .dk-h4 span,
.body-sm-regular span, .body-xsm-semibold span {
  /* Inherit font properties from parent to avoid span styles overriding */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-variant: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

/* Update Footer Typography to match Global Styles */

.footer-title {
  font-family: var(--font-syne);
  font-size: 36px; /* Matching h3 size */
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.footer-cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px; /* Standardized gap */
  padding: 14px 32px; /* Standardized padding */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(161, 142, 109, 1); /* Gold background from Reserva button */
  border-radius: 50px; /* Fully rounded */
  cursor: pointer;
  text-decoration: none; /* Remove underline for link */
  font-family: var(--font-manrope);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s ease;
  will-change: transform;
}

.footer-cta-btn .cta-text {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 !important;
  line-height: 1 !important;
  color: white;
}

.footer-cta-btn .cta-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  background-color: #ffffff; /* White circle background */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.footer-cta-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: #071A21 !important; /* Dark color for icon on white background */
  display: block;
}

.brand-large {
  font-family: var(--font-syne);
  font-size: 24px;
  color: rgba(243, 244, 243, 0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-legal-links, .legal-text, .legal-link {
  font-family: var(--font-manrope);
  font-size: 13px; /* Matching sm size */
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-phone-link {
  font-family: var(--font-manrope);
  font-size: 16px; /* Matching body size */
  font-weight: 400;
}

/* Responsive adjustments for footer typography */
@media (max-width: 991px) {
  .footer-title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .footer-title {
    font-size: 28px;
  }
}

/* Update Footer Visuals to match reference image */

.footer-title {
  font-size: 36px; /* Reduced from 47px as requested */
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 32px;
}

.text-accent {
  color: var(--text-rgb-82-158-182); /* Teal brand color */
  display: block;
  margin-bottom: 8px;
}

.text-light {
  color: var(--text-white); /* Pure white */
  display: block;
  opacity: 1;
}

.brand-large {
  color: var(--text-white);
  opacity: 1; /* Remove transparency */
  font-weight: 400; /* Match lighter weight in image */
}

/* Footer Logo Styles */

.footer-logo {
  max-width: 300px; /* Adjust as needed */
  height: auto;
  object-fit: contain;
  /* Ensure it looks good on dark background */
}

/* Responsive adjustments for logo */
@media (max-width: 991px) {
  .footer-logo {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    max-width: 150px;
  }
}

@media (max-width: 479px) {
  .footer-logo {
    max-width: 120px;
  }
}

/* Menu Logo Styles */

.menu-logo {
  max-width: 150px; /* Adjust based on menu height */
  height: auto;
  object-fit: contain;
  display: block;
}

/* Ensure the logo container allows the image to fit properly */
.logo-apptype-359 {
  display: flex;
  align-items: center;
  /* Remove any fixed dimensions if they conflict */
  width: auto;
  height: auto;
}

/* Responsive adjustments for menu logo */
@media (max-width: 991px) {
  .menu-logo {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .menu-logo {
    max-width: 160px;
  }
}

@media (max-width: 479px) {
  .menu-logo {
    max-width: 160px;
  }
}

/* Language Switcher */
.lang-switcher {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    gap: 15px;
    background-color: rgba(251, 250, 246, 1);
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    align-items: center;
}

.lang-flag {
    width: 32px;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
    border: 1px solid rgba(0,0,0,0.1);
    will-change: transform;
}

.lang-flag:hover {
    transform: scale(1.15);
}

.lang-flag:active {
    transform: scale(0.9);
}

.lang-flag.active {
    border: 2px solid #529eb6;
    transform: scale(1.05);
}

.lang-flag:not(.active) {
    opacity: 0.7;
}

.lang-flag:not(.active):hover {
    opacity: 1;
}

/* Experience Cards */
.experience-card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.experience-card:active {
    transform: translateY(-2px) scale(0.98);
}

.experience-card-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.yacht-subtitle {
  font-family: var(--font-family-manrope);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-top: 4px;
  text-transform: uppercase;
}

.experience-card:hover .experience-card-img {
    transform: scale(1.05);
}

.experience-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 20px;
    background: linear-gradient(to top, rgba(7, 26, 33, 0.85) 0%, rgba(7, 26, 33, 0.4) 50%, rgba(7, 26, 33, 0) 100%);
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.experience-title {
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-family: var(--font-family-syne, 'Syne', sans-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.experience-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.experience-desc {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Manrope', sans-serif;
    font-family: var(--font-family-manrope, 'Manrope', sans-serif);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
