/* Estilos personalizados para el slider (index.html) */
.cid-vlln4ut19W .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.cid-vlln4ut19W .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
  pointer-events: none;
}

.cid-vlln4ut19W .carousel-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  max-width: 650px;
  text-align: left;
  z-index: 2;
  padding: 0;
}

.cid-vlln4ut19W .slide-title {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: calc(3.8rem + 3px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: manual;
}

.cid-vlln4ut19W .slide-title em {
  font-style: italic;
  font-weight: 800;
}

.cid-vlln4ut19W .slide-subtitle {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: calc(1.35rem + 3px);
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cid-vlln4ut19W .slide-price {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: calc(3.4rem + 3px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.3rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.cid-vlln4ut19W .slide-price-note {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: calc(1.05rem + 3px);
  font-weight: 600;
  margin-bottom: 1.8rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cid-vlln4ut19W .btn-cotiza {
  background-color: #cb1367 !important;
  border-color: #cb1367 !important;
  color: #ffffff !important;
  font-family: 'Inter Tight', sans-serif !important;
  font-weight: 700 !important;
  font-size: calc(1.15rem + 3px) !important;
  padding: 0.75rem 2.25rem !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  display: inline-block !important;
  box-shadow: 0 4px 12px rgba(203, 19, 103, 0.4);
  transition: all 0.3s ease !important;
}

.cid-vlln4ut19W .btn-cotiza:hover {
  background-color: #a80e54 !important;
  border-color: #a80e54 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(203, 19, 103, 0.5);
}

@media (max-width: 991px) {
  .cid-vlln4ut19W .carousel {
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 550px;
  }

  .cid-vlln4ut19W .carousel-caption {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 6% !important;
    right: auto !important;
    max-width: 90% !important;
    text-align: left !important;
  }

  .cid-vlln4ut19W .slide-title {
    font-size: clamp(1.85rem, 5.5vw, 3rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 0.6rem !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .cid-vlln4ut19W .slide-subtitle {
    font-size: clamp(1.05rem, 3vw, 1.3rem) !important;
    margin-bottom: 1rem !important;
  }

  .cid-vlln4ut19W .slide-price {
    font-size: clamp(1.9rem, 5.5vw, 2.8rem) !important;
    margin-bottom: 0.2rem !important;
  }

  .cid-vlln4ut19W .slide-price-note {
    font-size: clamp(0.85rem, 2.4vw, 1.05rem) !important;
    margin-bottom: 1.2rem !important;
  }

  .cid-vlln4ut19W .btn-cotiza {
    font-size: clamp(0.95rem, 2.8vw, 1.15rem) !important;
    padding: 0.6rem 1.8rem !important;
  }
}

/* Header sección Parques y Paquetes Nacionales solo para móviles */
@media (max-width: 767px) {
  .cid-vtD471ruZn,
  .cid-vtDg3MPSqv {
    align-items: center !important;
  }
}

/* Estilos para el banner form01-n (footer) */
.cid-vtCuidvjoU {
  background-color: #bd1558 !important;
  padding: 2.2rem 0 !important;
}

.banner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.banner-col-logo {
  display: flex;
  align-items: center;
}

.banner-col-logo img {
  height: 3.8rem;
  filter: brightness(0) invert(1);
}

.banner-col-phone {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
}

.banner-col-phone .phone-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.banner-col-phone .phone-num {
  font-size: 1.3rem;
  font-weight: 700;
}

.banner-col-phone .phone-num a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: opacity 0.2s ease;
}

.banner-col-phone .phone-num a:hover {
  color: #ffffff;
  opacity: 0.85;
}

.banner-col-subscribe {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  min-width: 320px;
  max-width: 480px;
}

.banner-col-subscribe .sub-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.banner-col-subscribe .sub-text {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.banner-col-subscribe .input-group {
  display: flex;
  width: 100%;
}

.banner-col-subscribe .form-control {
  border-radius: 0 !important;
  border: none !important;
  padding: 0.6rem 1rem !important;
  font-size: 0.95rem !important;
  height: auto !important;
  background-color: #ffffff !important;
  color: #333333 !important;
  font-family: 'Inter Tight', sans-serif !important;
}

.banner-col-subscribe .form-control::placeholder {
  color: #999999 !important;
}

.banner-col-subscribe .btn-subscribe {
  background-color: #0b2239 !important;
  border-color: #0b2239 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  padding: 0.6rem 1.5rem !important;
  font-size: 0.95rem !important;
  white-space: nowrap;
  transition: background-color 0.2s ease !important;
  font-family: 'Inter Tight', sans-serif !important;
}

.banner-col-subscribe .btn-subscribe:hover {
  background-color: #051424 !important;
  border-color: #051424 !important;
  color: #ffffff !important;
}

.banner-col-social {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
}

.social-circle-icon {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.social-circle-icon:hover {
  transform: scale(1.08);
}

.social-circle-icon span {
  color: #bd1558 !important;
  font-size: 1.25rem;
  line-height: 1;
}

.social-handle {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 0.3rem;
}

@media (max-width: 991px) {
  .banner-container {
    justify-content: center;
    text-align: center;
    gap: 1.8rem;
  }

  .banner-col-phone,
  .banner-col-subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-col-social {
    justify-content: center;
  }
}

.park-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.btn-park-cotiza {
  background-color: #c80f5d;
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.btn-park-cotiza:hover {
  background-color: #ee1c75;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Header banner de paquetes nacionales */
.cid-vtDg3MPSqv .mbr-section-title {
  font-size: calc(2.2rem + 1.2vw) !important;
  line-height: 1.25 !important;
}

@media (max-width: 767px) {
  .cid-vtDg3MPSqv .mbr-section-title {
    font-size: 1.8rem !important;
  }
}

/* =========================================================
   SECCIÓN DE DESTINOS ("¿Qué destino sueñas con descubrir?")
   ========================================================= */
.discover-section {
  background-color: #002c53 !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  color: #ffffff;
}

.discover-title {
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-size: calc(2.2rem + 1.2vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.discover-title .text-pink {
  color: #ff2a75;
}

.discover-title .underline-pink {
  position: relative;
  display: inline-block;
}

.discover-title .underline-pink::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  background-color: #ff2a75;
  border-radius: 2px;
}

.discover-subtitle {
  color: #cbd5e1;
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 3.5rem;
}

/* Tarjetas */
.dest-card {
  position: relative;
  background: linear-gradient(145deg, rgba(0, 30, 60, 0.85) 0%, rgba(0, 20, 42, 0.9) 100%);
  border: 1px solid rgba(255, 42, 117, 0.35);
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.dest-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 42, 117, 0.65);
  box-shadow: 0 12px 32px rgba(255, 42, 117, 0.2);
}

.dest-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  background-size: cover;
  background-position: center right;
  opacity: 0.28;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.dest-card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dest-card-header-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.dest-icon-badge {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 1.5px solid #ff2a75;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 42, 117, 0.12);
}

.dest-icon-badge svg {
  width: 22px;
  height: 22px;
}

.dest-card-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.dest-card-title a {
  color: #ff2a75 !important;
  text-decoration: none !important;
}

.dest-card-title a:hover {
  color: #ff609c !important;
}

.dest-main-arrow {
  color: #ff2a75 !important;
  font-size: 1.4rem;
  text-decoration: none !important;
  transition: transform 0.2s ease;
  z-index: 2;
  font-weight: 700;
}

.dest-main-arrow:hover {
  color: #ff609c !important;
  transform: translateX(3px);
}

.dest-card-body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.dest-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.dest-item-link:hover {
  color: #ffffff !important;
}

.dest-item-link .item-arrow {
  color: #ff2a75;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.dest-item-link:hover .item-arrow {
  transform: translateX(3px);
}
