@font-face {
  font-family: "Optima"; /* Nombre que usarás en CSS */
  src: url("../fonts/optima/optima_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Optima"; /* Nombre que usarás en CSS */
  src: url("../fonts/optima/optima_mediumoptima_medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Optima"; /* Nombre que usarás en CSS */
  src: url("../fonts/optima/optima_mediumoptima_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Pangea"; /* Nombre que usarás en CSS */
  src: url("../fonts/pangea/pangea.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "pangea" !important;
}

header,
.reserva-btn,
h2,
h3,
h4,
h5,
.equal-text,
.overlay-text,
.bg-gold,
#privilegios-tab,
#exclusividad-tab,
#opciones-tab {
  font-family: "optima" !important;
}

#header-icons {
  font-family: "pangea" !important;
}

h1 {
  text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}

/* Indicadores tipo dots */
.carousel-indicators {
  bottom: -15%; /* separa un poco hacia abajo */
}
#destinosCarousel .carousel-indicators {
  bottom: -20%; /* separa un poco hacia abajo */
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc; /* gris claro para inactivo */
  opacity: 1; /* Bootstrap le pone 0.5 por defecto */
  margin: 0 4px;
  transition: background-color 0.3s;
}

.carousel-indicators .active {
  background-color: #000130; /* color más oscuro/negro para el activo */
}

button.bg-gold {
  font-family: var(--bs-body-font-family) !important;
}
header {
  background: url("../img/header/header-blur.png") center/cover no-repeat,
    url("../img/header/header.png") center/cover no-repeat;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
header .icons {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 8px;
}
/* section {
  padding: 60px 0;
} */
.bg-gold {
  background-color: #9b7c38;
  color: #fff;
  padding: 1rem;
  text-decoration: none;
  /* font-weight: 600; */
}
.card img {
  border-radius: 8px;
}
footer {
  background: #000130;
  color: #fff;
  padding: 20px 0;
  display: flex;
}
.form-control,
.btn {
  border-radius: 0;
}

.reserva-btn {
  background-color: #9b7c38;
  padding: 1rem;
}

.bg-gold {
  background-color: #9b7c38 !important;
}
.text-gold {
  color: #9b7c38 !important;
}

.nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 2rem;
}
.nav-tabs .nav-link {
  border: none;
  /* font-weight: 600; */
  font-size: 1.2rem;
  color: #333;
  margin: 0 15px;
}
.nav-tabs .nav-link.active {
  color: #9b7c38; /* dorado */
  /* border-bottom: 2px solid #b19359; */
  background: none;
}

/* ==================== Tabs Dorados ==================== */
.nav-tabs-gold .nav-link {
  color: #000; /* inactivo: negro */
  box-shadow: inset 0 -2px 0 transparent; /* línea invisible siempre */
  transition: color 0.3s, box-shadow 0.3s;
}

.nav-tabs-gold .nav-link.active,
.nav-tabs-gold .nav-link:hover {
  color: #9b7c38; /* dorado */
  box-shadow: inset 0 -2px 0 #9b7c38; /* subrayado dorado */
}

/* ==================== Tabs Azul Oscuro ==================== */
.nav-tabs-blue .nav-link {
  color: #000; /* inactivo: negro */
  box-shadow: inset 0 -2px 0 transparent; /* línea invisible siempre */
  transition: color 0.3s, box-shadow 0.3s;
}

.nav-tabs-blue .nav-link.active,
.nav-tabs-blue .nav-link:hover {
  color: #001845; /* azul oscuro */
  box-shadow: inset 0 -2px 0 #001845; /* subrayado azul */
}

#privilegiosTab {
  gap: 10%;
}

h2.section-title {
  /* font-weight: 700; */
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
h2.section-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    /* inicio difuminado */ #9b7c38 40%,
    /* dorado fuerte en el centro */ #9b7c38 60%,
    transparent /* final difuminado */
  );
  margin: 20px auto 0;
}

.card {
  border: none;
  overflow: hidden;
  border-radius: 0;
}
.card img {
  border-radius: 0;
  transition: transform 0.3s ease;
}
.card:hover img {
  transform: scale(1.05);
}
.card-footer {
  background-color: #9b7c38; /* dorado */
  color: #fff;
  /* font-weight: 600; */
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
}

.equal-text {
  min-height: 80px; /* Ajustá según el diseño */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-tabs .nav-link {
  /* font-weight: 600; */
  font-size: 1.1rem;
  text-transform: uppercase;
  color: gray; /* azul marino */
  border: none;
  /* border-bottom: 2px solid transparent; */
  margin: 0 10px;
}

.custom-tabs .nav-link.active {
  color: #001845;
  /* border-bottom: 2px solid #001845; azul sólido */
}

.custom-tabs .nav-link:hover {
  color: #001845; /* no cambia a dorado */
  /* border-bottom: 2px solid #001845; */
}

.card-body {
  min-height: 4.7rem;
}

.btn-flotante .texto {
  background: #fff;
  padding: 9px 15px;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  /* animación */
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.4s ease forwards;
}

.btn-flotante .texto::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* distancia de la flecha */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff; /* este es el triangulito */
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2)); /* sombra igual al globo */
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  /* Hero overlay */
  .overlay-text {
    position: absolute;
    background: #9b7c38;
    color: #fff;
    padding: 8px 15px;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 0.9rem;
  }

  .overlay-text.top-left {
    top: 30px;
    left: 0px;
  }

  .overlay-text.bottom-center {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .left-border-desktop {
    position: relative;
    /* lo que necesites para tu contenedor */
  }

  .left-border-desktop::before {
    content: "";
    position: absolute;
    left: 0; /* pega el borde a la izquierda */
    top: 50%; /* arranca desde el centro */
    transform: translateY(-50%); /* centra verticalmente */
    height: 55%; /* altura del borde */
    border-left: 1px solid white; /* tu borde */
  }
}

@media (max-width: 768px) {
  /* Hero overlay */
  .overlay-text {
    background: #9b7c38;
    color: #fff;
    padding: 8px 15px;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }

  #header-icons {
    width: 100% !important;
  }
  header {
    position: relative; /* IMPORTANTE */
    min-height: 40vh;
    background: url("../img/header/header-m-blur.png") center/cover no-repeat,
      url("../img/header/header-m.png") center/cover no-repeat;
  }

  header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    z-index: 0; /* asegurar que esté detrás del contenido */
  }

  header > img {
    width: 120px;
  }

  header > * {
    position: relative;
    z-index: 1; /* contenido por encima del difuminado */
  }

  .embed-responsive.embed-responsive-16by9.w-75 {
    width: 90% !important;
  }

  .gold-btn {
    width: 80% !important;
  }
}

#header-icons svg {
  width: 40px;
}

#header-icons p {
  font-size: 0.65em;
  letter-spacing: 1px;
}
/* Fondo dorado para los títulos de cards */
.bg-gold {
  background-color: #9b7c38;
  /* font-weight: 600; */
  text-transform: uppercase;
  font-size: 0.9rem;
}

.custom-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
}

#destinosCarousel .text-center {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-card img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-gold {
  background-color: #9b7c38; /* dorado */
  padding: 15px;
}

.card-title {
  font-size: 1rem;
  /* font-weight: 600; */
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.card-body small {
  font-size: 0.8rem;
  color: #fff;
}

.left-border {
  position: relative;
  /* lo que necesites para tu contenedor */
}

.left-border::before {
  content: "";
  position: absolute;
  left: 0; /* pega el borde a la izquierda */
  top: 50%; /* arranca desde el centro */
  transform: translateY(-50%); /* centra verticalmente */
  height: 55%; /* altura del borde */
  border-left: 1px solid white; /* tu borde */
}

.social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; /* tamaño del círculo */
  height: 30px; /* mismo que el width */
  border-radius: 50%;
}
.social-circle img {
  max-width: 50%; /* ajusta el tamaño del ícono dentro */
  height: auto;
}

.btn-flotante {
  position: fixed;
  bottom: 20px; /* distancia desde abajo */
  right: 20px; /* distancia desde la derecha */
  z-index: 9999;
  font-family: "optima";
  font-size: 14px;
  color: #001040; /* mismo color que tu ejemplo */
}

.btn-flotante .icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* tamaño círculo */
  height: 50px;
  background-color: #000a36; /* azul oscuro */
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.btn-flotante .icono img {
  width: 22px;
  height: 22px;
}

a {
  text-decoration: none !important;
}

input,
textarea {
  border: 1px solid #000130 !important; /* Cambia 2px al grosor que quieras */
  border-radius: 4px !important; /* Opcional, para bordes redondeados */
  padding: 8px !important; /* Opcional, para que el input no se vea muy pegado */
  outline: none !important; /* Opcional, para que no aparezca el borde por defecto al hacer focus */
}

/* Si quieres que también cambie el color al enfocarlo */
input:focus {
  border-color: #000130 !important;
  box-shadow: 0 0 0 2px rgba(0, 1, 48, 0.2) !important; /* efecto leve alrededor */
}

input[type="checkbox"] {
  accent-color: #000130 !important;
}

.checkbox.check-primary > .control-label.required {
  display: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

#gracias{
  margin-bottom: 3rem;
}