@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Ubuntu+Condensed&display=swap');

/* ---------- Reset básico ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #8FA2B8;
}
h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.2; color: #212121; }
h1 { font-weight: 700 !important; font-size: 2.5rem; }
h2 { font-weight: 700 !important; font-size: 2rem; }
h4 { font-weight: 600 !important; font-size: 1.5rem; }
h5 { font-weight: 500 !important; font-size: 1.25rem; }
h6 { font-weight: 500 !important; font-size: 1rem; }
.display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; }
@media (max-width: 1366px) { .display-3 { font-size: calc(1.575rem + 3.9vw); } }
p { margin: 0 0 1rem; }
a { color: #7AB730; text-decoration: none; background-color: transparent; }
a:hover { color: #527a20; text-decoration: none; }
img { vertical-align: middle; border-style: none; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }

@media (max-width: 1366px) {
  h1 { font-size: calc(1.375rem + 1.5vw); }
  h2 { font-size: calc(1.325rem + 0.9vw); }
}
/* ---------- Grid: container / row / col ---------- */
.container-fluid { background: #fff; }
.container,
.container-fluid {
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) { .container { max-width: 720px; } }
@media (min-width: 768px) { .container { max-width: 920px; } }
@media (min-width: 992px) { .container { max-width: 1280px; } }
@media (min-width: 1366px) { .container, .container-fluid { max-width: 1366px; } }
@media (max-width: 768px) {
  .titulo1 { margin-top: 5rem !important; }
  .titulo2 { font-size: 1.5rem !important; }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
[class^="col-"], [class*=" col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-6  { flex: 0 0 50%;  max-width: 50%; }
.col-4  { flex: 0 0 33.33333%; max-width: 33.33333%; }

@media (min-width: 768px) {
  .col-md-4  { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-6  { flex: 0 0 50%; max-width: 50%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-4  { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-6  { flex: 0 0 50%; max-width: 50%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
}

/* ---------- Utilidades ---------- */
.d-flex { display: flex !important; margin: 0 auto !important; }
.d-inline-flex { display: inline-flex !important; }
.flex-column { flex-direction: column !important; }
.align-items-center { align-items: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-start { justify-content: flex-start !important; }
.text-white { color: #fff !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-center { text-align: center !important; }
.text-decoration-none { text-decoration: none !important; }
.text-yellow { color: #fd8204 !important; }
.position-relative { position: relative !important; }
.overflow-hidden { overflow: hidden !important; }
.w-100 { width: 100% !important; }
.img-fluid { max-width: 100%; height: auto; }
.bg-light { background-color: #FFFFFF !important; }
/* En este sitio, el navbar usa la clase utilitaria bg-light pero con su propio
   color de marca (azul oscuro) en vez del blanco por defecto de Bootstrap */
.navigation-wrap.bg-light { background-color: #2E4053 !important; }
.bg-footer { background-color: #2E4053 !important; }

.p-0 { padding: 0 !important; }
.p-3 { padding: 1rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.pt-5 { padding-top: 1rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.py-5 { padding-top: 2rem !important; padding-bottom: 3rem !important; }
.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 1rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.ml-0 { margin-left: 0 !important; }
.ml-4 { margin-left: 1.5rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
@media (min-width: 768px) {
  .pl-md-0 { padding-left: 0 !important; }
  .ml-md-4 { margin-left: 1.5rem !important; }
  .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
}
@media (min-width: 576px) { .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } }
@media (min-width: 992px) { .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } }
.ml-auto { margin-left: auto !important; }

/* ---------- Botones ---------- */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color .15s, background-color .15s, border-color .15s;
}
.btn-dark { color: #fff; background-color: #212121; border-color: #212121; }
.btn-dark:hover { color: #fff; background-color: #101010; border-color: #0a0a0a; }
.btn-outline-primary { color: #7AB730; border-color: #7AB730; background: transparent; }
.btn-outline-primary:hover { color: #fff; background-color: #7AB730; }
.btn-square { width: 36px; height: 36px; padding-left: 0; padding-right: 0; text-align: center; display: inline-flex; align-items: center; justify-content: center; }

/* ==================================================================
   NAVBAR
================================================================== */
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link { padding: 10px 15px; color: #212121; font-weight: 500; }

/* Toggler (botón hamburguesa) */
.navbar-toggler {
  float: right;
  border: none;
  background: transparent;
  padding-right: 0;
  cursor: pointer;
}
.navbar-toggler:focus { outline: none; }
.navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 17px;
  position: relative;
  border-bottom: 2px solid #fff;
  transition: all 300ms linear;
}
.navbar-toggler-icon::after,
.navbar-toggler-icon::before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-toggler-icon::after { top: 8px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after { transform: rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before { transform: translateY(8px) rotate(-45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { border-color: transparent; }

/* Colapso del menú en móvil (reemplaza .collapse / .show de Bootstrap) */
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
@media (max-width: 767.98px) {
  .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-collapse.show { display: block; }
}
@media (min-width: 768px) {
  .navbar-toggler { display: none; }
  .navbar-collapse { display: flex !important; flex-basis: auto; flex-grow: 0; }
  .navbar-nav { flex-direction: row; }
  .navbar-nav .nav-link { padding: 30px 15px; }
}

.nav-link {
  color: #fff !important;
  font-size: 1em;
  padding: 5px 0 !important;
  position: relative;
  display: inline-block;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link { color: #fd8204 !important; }
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.nav-item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fd8204;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover::after { bottom: 0; opacity: 1; }
.nav-item.active:hover::after { opacity: 0; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 5px !important;
  margin: 0;
  font-size: 1em;
  color: #fd8204;
  background-color: #2E4053;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(33,33,33,0.15);
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
  background: none;
  border: none;
  text-align: left;
  transition: all 200ms linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fd8204;
  background-color: rgba(143, 162, 184, 0.8);
}

@media (max-width: 767.98px) {
  .nav-item::after { display: none; }
  .dropdown-menu {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
  }
  .nav-item.show .dropdown-menu { margin-top: 10px !important; margin-bottom: 20px !important; }
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 2px 0;
  box-shadow: 0 10px 30px 0 rgba(33,33,33,0.15);
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(33,33,33,0.15);
  padding: 2px 0;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img { height: 32px; transition: all 0.3s ease-out; }
.navbar-brand img { height: 50px; width: auto; display: block; transition: all 0.3s ease-out; }

.mtop { margin-top: 98px; }
@media (max-width: 991px) { .mtop { margin-top: 65px; } }

/* ==================================================================
   CARRUSEL (reemplaza el carousel de Bootstrap)
================================================================== */
.carousel { position: relative; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  transition: opacity .6s ease-in-out;
}
.carousel-item.active { display: block; }
.carousel-item img { display: block; width: 100%; }

.carousel-caption {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
}
@media (max-width: 576px) {
  .carousel-caption h4 { font-size: 18px; }
  .carousel-caption h1 { font-size: 30px; }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.7;
  cursor: pointer;
}
.carousel-control-prev { left: 0; justify-content: flex-start; padding-left: 15px; }
.carousel-control-next { right: 0; justify-content: flex-end; padding-right: 15px; }
.carousel-control-prev:hover,
.carousel-control-next:hover { color: #fff; opacity: 0.9; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z' fill='%23fff'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l4 4-4 4-1.5-1.5L3.75 4l-2.5-2.5L2.75 0z' fill='%23fff'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  #header-carousel { margin-top: -42px; }
}

/* ==================================================================
   Presentación / destinos / footer / whatsapp
   (reglas propias del sitio, no dependen de Bootstrap)
================================================================== */
.presentacion { font-family: 'Satisfy', sans-serif; font-size: 1.75em; color: #2E4053; }

.destination-item { margin-bottom: 0.5rem; }
.destination-item img { transition: .5s; }
.destination-item:hover img { transform: scale(1.3); }
.destination-overlay {
  position: absolute;
  top: 30px; right: 30px; bottom: 30px; left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: .5s;
  z-index: 1;
}
.destination-item:hover .destination-overlay {
  top: 0; right: 0; bottom: 0; left: 0;
  border-width: 30px;
}

.btn-2 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #25D366;
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 10px;
}
.btn-2:hover { cursor: pointer; background-color: #128c7e; color: #fff; }
.whats {
  display: block;
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 10px !important;
}
.whats:hover {
  border-radius: 10px !important;
  box-shadow: 0 0 5px 0 rgba(7, 94, 84, 1);
  transition-duration: 1s;
}

/* ==================================================================
   PÁGINAS DE DESTINO (cabecera, banner de paquete, sidebar)
   Reglas compartidas por todas las páginas "viajes-de-promocion-a-*.html"
================================================================== */
.page-header {
  position: relative;
  background-color: #2E4053;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(33, 33, 33, 0.35);
  z-index: 1;
}
.page-header .container { position: relative; z-index: 2; }
@media (min-width: 992px) {
  .page-header {
    margin-top: 62px;
  }
}
/* Fondos por destino: cada página define su propia imagen aquí */
.page-header-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-aqp {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo-aqp.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-man {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo-man.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-chachas {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo-chachas.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-cusco {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo-cusco.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-hrz {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../img/fondo-hrz.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-ica {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-ica.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-iqt {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-iqt.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-sel {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-sel.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-tingo {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/fondo-tingo.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-wanka {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/fondo-wanka.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-oxa {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/fondo-oxa.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-luna {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/fondo-luna.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-tpp {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-tpp.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-tru {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-tru.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-cax {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-cax.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-igua {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-igua.jpg), no-repeat center center;
  background-size: cover;
}
.fondo-bar {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/fondo-bar.jpg), no-repeat center center;
  background-size: cover;
}

.titulo1 {color:#CFF5FE;}
.titulo2 {color:#fd8204;font-size:2rem;}

.banner-pqt { margin-bottom: 0; }
.banner-tit {
  position: absolute;
  width: 240px;
  height: 36px;
  top: 30px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  color:#2E4053;
  font-weight:600;
}
.banner-tit::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  left: 0;
  border: 8px solid;
  border-color: transparent #ff0000 #ffff00 transparent;
  z-index: -1;
}
.banner-tit span {
  color: #069;
  font-weight: 700;
  font-size: 1.35rem;
  }

.division {
  border-bottom: 1px solid #D6DDE5;
  margin: 1.5rem 0;
  display: block;
}
.mtopdes { margin-top: -1.5rem; }
.btn-der {
  background-color: #3F02A2;
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 4px;
  margin-bottom: 4px;
  transition: background-color .3s;
}
.btn-der:hover {
  background-color: #EFE6FF;
  color: #3F02A2 !important;
}
@media (max-width: 960px) { .btn-der { font-size: 0.85rem !important; } }
.mb-der {margin-bottom: 3px;background:#2E4053;color:#fd8204;padding:6px 8px;font-size:1.1em;text-align:center;}

/* Sidebar de destinos: en escritorio se muestra el listado (.topdes),
   en móvil se oculta y se muestra el bloque alternativo (.destinos) */
@media (max-width: 767px) { .topdes { display: none; } }
@media (min-width: 768px) { .destinos { display: none; } }
@media (max-width: 767px) { .destinos { display: block; } }

/* Tarjeta oscura con el detalle del programa (día a día, incluye, tarifas) */
.bg-pqt {
  color: #333;
  border-radius: 4px;
  transition: all 200ms linear;
}
.bg-pqt h3 {
  font-size: 1.35rem !important;
  margin: 1rem 0 0.5rem;
  color: #4f227c;
  text-decoration: underline;
}
.bg-pqt h4 {
  font-size: 1.15rem !important;
  margin: 0.5rem 0 0;
  color: #3330af;
}
.bg-pqt ul {
  margin-left: 1.75rem;
}
.toph4 { margin-top: 1rem !important; }