
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.woff2') format('woff2');
    font-display: swap;
}
/*--------------------------------------------------------------
## All Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Satisfy&display=swap");
:root {  
  --white: #fff;
  --primary: #800019;
  --secondary: #666;
  --accent: #e8b873;
  --gray: #f5f5f5;
  --border: #d9d9d9;
  /*--primary-font: "Playfair Display", serif;*/
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Jost", sans-serif;
  --ternary-font: "Satisfy", cursive;

  --colorHipervinculo: #660022;
}

/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--secondary);
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

button {
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent);
}

.cs_card_title_H2 a {
  color: var(--primary) !important;
  text-decoration: none; /* Opcional: para quitar el subrayado */
}

.link-hipervinculo {
  color: var(--colorHipervinculo) !important; /* o el color que prefieras */
  font-weight: bold;
  text-decoration: none; /* opcional: quita el subrayado */
}

h1 {
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none; /* Opcional: para quitar el subrayado */
}

h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--primary);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 3px;
}

/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.container-fluid {
  max-width: 1630px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

.cs_fs_12 {
  font-size: 12px;
  line-height: 1em;
}

.cs_fs_14 {
  font-size: 14px;
  line-height: 1.43em;
}

.cs_fs_16 {
  font-size: 16px;
  line-height: 1.667em;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.667em;
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.4em;
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.333em;
}
@media (max-width: 1400px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cs_fs_24 {
    font-size: 20px;
  }
}

.cs_zoom {
  position: relative;
  overflow: hidden;
  display: block;
}
.cs_zoom .cs_zoom_in {
  transition: all 1s ease;
}
.cs_zoom:hover .cs_zoom_in {
  transform: scale(1.06);
}

.cs_adventure_logo {
  transform: rotate(-90deg);
  display: inline-block;
}

.cs_adventure_logo_wrap {
  text-align: center;
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_bg_fixed {
  background-attachment: fixed;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_white_color {
  color: var(--white);
}

.cs_primary_color {
  color: var(--primary);
}

.cs_secondary_color {
  color: var(--secondary);
}

.cs_accent_color {
  color: var(--accent);
}

.cs_white_bg {
  background-color: var(--white);
}

.cs_primary_bg {
  background-color: var(--primary);
}

.cs_primary_bg_1 {
  background-color: #758bae;
}

.cs_secondary_bg {
  background-color: var(--secondary);
}

.cs_gray_bg {
  background-color: var(--gray);
}

.cs_gray_bg_1 {
  background-color: #f8f8f8;
}

.cs_gray_bg_Blur {
  background-color: rgba(248, 248, 248, 0.1);
}

.cs_accent_bg {
  background-color: var(--accent);
}

.cs_accent_bg_1 {
  background-color: #ecffff;
}


.cs_btn.cs_style_1 {
  border: none;
  padding: 15px 35px;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background-color: var(--accent);
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 11px 25px;
  }
}
.cs_btn.cs_style_1.cs_radius_0 {
  border-radius: 0;
}
.cs_btn.cs_style_1:hover {
  background-color: var(--primary);
  color: #fff;
}


/*--------------------------------------------------------------
  20. Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  width: 100%;
  height: 100%;
  padding-top: 155%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 {
    padding-top: 120%;
  }
}
.cs_card.cs_style_1 .cs_card_overlay {
  background: linear-gradient(0deg, rgba(16, 32, 57, 0.8) 13.54%, rgba(63, 208, 212, 0) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.cs_card.cs_style_1 .cs_card_content {
  width: 100%;
  padding: 50px 30px;
  left: 0;
  bottom: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}



  /*--------------------------------------------------------------
  3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs_height_50 {
    height: 50px;
  }
  .cs_height_80 {
    height: 80px;
  }
  .cs_height_3 {
    height: 3px;
  }
  .cs_height_4 {
    height: 4px;
  }
  .cs_height_5 {
    height: 5px;
  }
  .cs_height_6 {
    height: 6px;
  }
  .cs_height_7 {
    height: 7px;
  }
  .cs_height_10 {
    height: 7px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_35 {
    height: 35px;
  }
  .cs_height_lg_50 {
    height: 50px;
  }
  .cs_height_lg_3 {
    height: 3px;
  }
  .cs_height_lg_4 {
    height: 4px;
  }
  .cs_height_lg_5 {
    height: 5px;
  }
  .cs_height_lg_6 {
    height: 6px;
  }
  .cs_height_lg_7 {
    height: 7px;
  }
  .cs_height_lg_8 {
    height: 8px;
  }
  .cs_height_lg_10 {
    height: 8px;
  }
}

/* para dar separacionde 24px entre filas*/
.cs_gap_y_24 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0; /* 24px vertical, 0 horizontal */
}

.cs_radius_8 {
  border-radius: 16px;
}

.cs_fs_35 {
  font-size: 35px;
  line-height: 1.34em;
}

.cs_fs_34 {
  font-size: 34px;
  line-height: 1.30em;
  font-weight: bold; 
}
@media (max-width: 1400px) {
  .cs_fs_35 {
    font-size: 30px;
  }
  .cs_fs_38 {
    font-size: 30px;
  }
}

/* CARRUCEL DE LOGOS */

.carousel-container {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 100px;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item img {
  height: 84px;
  width: auto;
  transition: transform 0.3s;
  cursor: pointer;
}

/* SUB FOOTER */
.subfooter {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #000000;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
/* --------------------------------- */


/* estilo para los botones de inicio */
.btn-more-details {
  display: block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: var(--primary); /* amarillo */
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center; /* Centra el texto */
}

.btn-more-details-banner {
  display:inline;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #ffffff; /* amarillo */
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center; /* Centra el texto */
}
.btn-more-details .arrow-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
  opacity: 0;
}

.btn-more-details:hover {
  color: #ffffff;
  background-color: #000000; /* amarillo más claro */
}

.btn-more-details:hover .arrow-icon {
  transform: translateX(5px);
  opacity: 1;
}
/* --------------------------------- */
 /* css para el carrucel de imagenes */
.custom-carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-img.active {
  opacity: 1;
  z-index: 1;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* --------------------------------- */


.cs_card_thumb {
  position: relative;
  overflow: hidden; /* asegúrate que los hijos se mantengan dentro */
}

.cs_dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* oscuridad ajustable */
  z-index: 1;
}

.cs_package_badge_depart {
  position: absolute;
  top: 16px; /* ajusta según tu diseño */
  left: 16px; /* o center si lo quieres centrado */
  z-index: 2;
  padding: 8px 16px;
  border-radius: 4px;
}
/* --------------------------------- */
/* -----------css de preguntas frecuentes--------------- */

.faq-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: sans-serif;
}

.faq-item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '–';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 15px 20px;
  display: none;
  line-height: 1.6;
  color: #333;
}

.faq-item.active .faq-answer {
  display: block;
}



