@font-face {
  font-family: "MuseoSans-300";
  src: url("../fonts/MuseoSans-300.otf");
}

@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("../fonts/Quicksand-SemiBold.ttf");
}

@font-face {
  font-family: "Comfortaa-VariableFont_wght";
  src: url("../fonts/Comfortaa-VariableFont_wght.ttf");
}

@media (min-width: 992px) and (max-width: 1402px) {
  .hide-md-lg-logos {
    display: none !important;
  }
}

/**Botom de Buscar **/
.peach-gradient {
  border-radius: 5px !important;
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
  color: #fff;
}

.btn.peach-gradient:hover,
.btn.peach-gradient:focus,
.btn.peach-gradient:active,
.btn.peach-gradient:active:focus .btn.peach-gradient.active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdf89),
    to(#fc7b7b)
  );
  background: linear-gradient(#ffdf89, #fc7b7b);
  color: #fff;
}

.peach-gradient-borde {
  color: #f57c00;
  border: 1px solid #f57c00;
  background-color: #fff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-shadow: 0px 0px 1px #f57c00;
}

.btn.peach-gradient-borde:hover,
.btn.peach-gradient-borde:focus,
.btn.peach-gradient-borde:active,
.btn.peach-gradient-borde:active:focus .btn.peach-gradient.active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdf89),
    to(#f57c00)
  );
  background: linear-gradient(#ffdf89, #f57c00);
  color: #fff;
}

.small-v0 {
  margin-top: 4px !important;
  font-size: 9px !important;
}

.small-v1 {
  margin-top: -9px !important;
  font-size: 9px !important;
}

/**Body**/
.head-foot-v0 {
  background-color: #ffffff;
  color: #000000;
}

.fondo-v0 {
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("../img/fondo/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.sombra-modal {
  box-shadow: 2px 2px #ff5200;
  border-radius: 2px;
}

.favicon {
  background-image: url("../img/favicon/favicon.png");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  list-style: none;
  background-position: left 20px;
}

.favicon-v0 {
  background-image: url("../img/favicon/favicon.png");
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 26px;
}

/**Header**/
.linea {
  text-decoration: none;
  background-image: linear-gradient(
    180deg,
    rgba(237, 110, 0) 100%,
    rgba(237, 110, 0)
  );
  background-position: 2% 100%;
  background-repeat: no-repeat;
  background-size: 3% 2px;
  transition: background-size 0.3s;
  font-family: "Comfortaa-VariableFont_wght", sans-serif;
  color: #000 !important;
  cursor: pointer;
}

a.linea {
  text-decoration: none;
  background-image: linear-gradient(
    180deg,
    rgba(237, 110, 0) 100%,
    rgba(237, 110, 0)
  );
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  font-family: "Comfortaa-VariableFont_wght", sans-serif;
  color: #000 !important;
  cursor: pointer;
}

a.linea.active {
  background-size: 100% 2px;
  color: #000 !important;
  cursor: pointer;
}

a.linea:hover,
a.linea:focus {
  background-size: 100% 2px;
  font-family: "Comfortaa-VariableFont_wght", sans-serif;
}

/* Ajuste visual para enlaces tipo 'linea' en secciones como Destinos */
.destinos-links a.linea,
.destinos-links .linea {
  margin: 0 0.6rem;
  font-size: 1.05rem;
}

.subtitulo {
  color: #000 !important;
  font-family: "Quicksand-Bold" !important;
  font-size: 1.12rem;
}

.dropdown-item-text-v0 {
  white-space: inherit !important;
}

.fondo-dm {
  background-color: transparent;
  border: transparent;
  border: none;
  width: 200px;
  margin-left: -50px;
}

li a.fondo-di:hover {
  background-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: transparent !important;
}

.mega-menu {
  position: absolute;
}

.accordion-item-v0 {
  border: none !important;
}

/* --- Dropdown ancho completo para navbar --- */
@media (min-width: 1201px) {
  .dropdown-menu.menu-completo {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
    top: 100% !important;
    border-radius: 0 !important;
    margin-top: -0.5rem !important;
    padding: 20px 0 20px 0 !important;
    z-index: 9999;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dropdown-menu.menu-completo {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
    top: 100% !important;
    border-radius: 0 !important;
    margin-top: -0.5rem !important;
    padding: 20px 0 20px 0 !important;
    z-index: 9999;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu.menu-completo .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-menu.menu-completo .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dropdown-menu.menu-completo .col-12,
  .dropdown-menu.menu-completo .col-sm-12,
  .dropdown-menu.menu-completo .col-md-12,
  .dropdown-menu.menu-completo .col-lg-3,
  .dropdown-menu.menu-completo .col-xl-3,
  .dropdown-menu.menu-completo .col-xxl-3,
  .dropdown-menu.menu-completo .col-lg-4,
  .dropdown-menu.menu-completo .col-xl-4,
  .dropdown-menu.menu-completo .col-xxl-4,
  .dropdown-menu.menu-completo .col-lg-6,
  .dropdown-menu.menu-completo .col-xl-6,
  .dropdown-menu.menu-completo .col-xxl-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
  }
  .dropdown-menu.menu-completo li.subtitulo {
    font-weight: bold;
    font-size: 1.1rem;
    color: #ed6e0a;
    margin-bottom: 8px;
    background: none;
    border: none;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dropdown-menu.menu-completo li a.dropdown-item.letra {
    color: #333;
    font-size: 1rem;
    padding: 4px 0 4px 0;
    transition: color 0.2s, background 0.2s;
    border-radius: 0;
  }
  .dropdown-menu.menu-completo li a.dropdown-item.letra:hover {
    color: #ed6e0a;
    background: #f7f7f7;
  }
  .dropdown-menu.menu-completo .border-end {
    border-right: 1px solid #eee !important;
  }
  .dropdown-menu.menu-completo .col-12:last-child,
  .dropdown-menu.menu-completo .col-lg-3:last-child,
  .dropdown-menu.menu-completo .col-lg-4:last-child,
  .dropdown-menu.menu-completo .col-lg-6:last-child {
    border-right: none !important;
  }
  .dropdown-menu.menu-completo hr {
    margin: 10px 0;
    border-top: 1px solid #ed6e0a;
    opacity: 0.3;
  }
}

/* --- Ajustes generales para dropdown en móvil (opcional) --- */
@media (max-width: 991.98px) {
  .dropdown-menu.menu-completo {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    position: static !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  .dropdown-menu.menu-completo .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* --- Quitar bullets y márgenes de los li internos --- */
.dropdown-menu.menu-completo li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/* --- Opcional: iconos alineados verticalmente --- */
.dropdown-menu.menu-completo li.subtitulo img {
  vertical-align: middle;
  margin-right: 6px;
}

/* --- Opcional: mejorar separación entre columnas en desktop --- */
@media (min-width: 992px) {
  .dropdown-menu.menu-completo .row.contenido {
    gap: 0;
  }
}

/* --- Opcional: mejorar visibilidad del dropdown sobre el navbar --- */
.site-navbar .dropdown-menu.menu-completo {
  z-index: 1050 !important;
}

/**Footer**/
.imagen-footer {
  height: 100px !important;
  width: 100% !important;
}

/**Redes Sociales**/
.bordeyfondo1 {
  color: rgba(247, 110, 10);
  padding: 7px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  border-radius: 80px;
  border: 1px outset rgba(247, 110, 10);
}

.bordeyfondo1:hover {
  color: #00acee;
  padding: 7px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  border-radius: 50%;
  border: 1px solid #00acee;
  animation: heartBeat;
  animation-duration: 2s;
  transition: all 1s;
  box-shadow: 0px 0px 1px #222;
}

.bordeyfondo2 {
  color: rgba(247, 110, 10);
  padding: 8px;
  padding-right: 10.5px;
  padding-left: 10.5px;
  border-radius: 80px;
  border: 1px outset rgba(247, 110, 10);
}

.bordeyfondo2:hover {
  color: #3b5998;
  padding: 8px;
  padding-right: 10.5px;
  padding-left: 10.5px;
  border-radius: 50%;
  border: 1px solid #3b5998;
  animation: heartBeat;
  animation-duration: 2s;
  transition: all 1s;
  box-shadow: 0px 0px 1px #222;
}

.bordeyfondo3 {
  color: rgba(247, 110, 10);
  padding: 9px;
  padding-right: 10.5px;
  padding-left: 10.5px;
  border-radius: 80px;
  border: 1px outset rgba(247, 110, 10);
}

.bordeyfondo3:hover {
  color: #833ab4;
  padding: 9px;
  padding-right: 10.5px;
  padding-left: 10.5px;
  border-radius: 50%;
  border: 1px solid #833ab4;
  animation: heartBeat;
  animation-duration: 2s;
  transition: all 1s;
  box-shadow: 0px 0px 1px #222;
}

/*color de instagram  degradado
    *background:linear-gradient(45DEG,#405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D); 
    */

.bordeyfondo4 {
  color: rgba(247, 110, 10);
  padding: 10px;
  padding-right: 9.5px;
  padding-left: 9.5px;
  border-radius: 80px;
  border: 1px outset rgba(247, 110, 10);
}

.bordeyfondo4:hover {
  color: #c4302b;
  padding: 10px;
  padding-right: 9.5px;
  padding-left: 9.5px;
  border-radius: 50%;
  border: 1px solid #c4302b;
  animation: heartBeat;
  animation-duration: 2s;
  transition: all 1s;
  box-shadow: 0px 0px 1px #222;
}

h5 .fondo-titulo {
  letter-spacing: 2px;
}

/**Iso 9001**/
#paginacion {
  padding: 0.5em;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  float: right;
  right: 0;
  background-color: rgb(0, 0, 0, 0.4);
}

.paginacionimg {
  width: 126px;
  height: 80px;
}

img.responsive,
img.responsive2 {
  top: 0;
  z-index: 100;
}

.mantle-transparent-idioma {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .mantle-transparent-idioma {
    margin: 0 0 0 0;
  }
}

/**idioma**/

.list-group-item[aria-current="true"] {
  position: relative;
  background: rgba(237, 110, 0, 0.05);
}

.list-group-item[aria-current="true"]::after {
  content: "✓";
  color: #ed6e00;
  margin-left: 0.5rem;
  font-weight: bold;
}

/* Color */
.v0 {
  color: #ed6e0a;
}

.accordion-button {
  z-index: 3;
  border-color: #fff;
  outline: none !important;
  box-shadow: 0px 0px 0px black;
  border-left: 2px solid rgba(237, 110, 0);
  font-family: "MuseoSans-300" !important;
  color: #000;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: hsla(29, 100%, 47%, 0.2) !important;
  box-shadow: inset 0 calc(-1 * #ee7500) 0 #fff !important;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: inset 0 calc(-1 * #ee7500) 0 #fff !important;
}

/* Estilos para el ancla de navegación */
a.ancla {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 99;
  display: none; /* Inicialmente oculto */
  transition: all 0.3s ease;
}

/* Estilos para el círculo del ancla */
.circulo-ancla {
  background-color: #ee7500; /* Color naranja de Conviasa */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.8s ease; /* Aumenté la duración para una transición más suave */
}

/* Efecto hover para el círculo */
.circulo-ancla:hover {
  background-color: #d66800; /* Color más oscuro al pasar el mouse */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  /* Forma de "gota" o "blob" al pasar el mouse */
  border-radius: 73% 27% 40% 60% / 31% 30% 70% 69%;
  padding: 7px;
}
.logo-left img,
.logo-right img {
  width: auto;
  object-fit: contain;
}

/* Estilos para móvil (hasta 767px) */
@media (max-width: 767px) {
  .logo-left img,
  .logo-right img {
    min-height: 25px;
    max-height: 25px;
  }
  .logo-left img:nth-child(2) {
    min-height: 20px;
    max-height: 20px;
  }
}

/* Estilos para tablet (768px a 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .logo-left img,
  .logo-right img {
    min-height: 35px;
    max-height: 35px;
  }
  .logo-left img:nth-child(2) {
    min-height: 30px;
    max-height: 30px;
  }
}

/* Estilos para desktop (992px en adelante) */
@media (min-width: 992px) {
  .logo-left img,
  .logo-right img {
    min-height: 40px;
    max-height: 40px;
  }
  .logo-left img:nth-child(2) {
    min-height: 35px;
    max-height: 35px;
  }
  .navbar-toggler {
    display: none !important;
  }
}

.navbar-toggler {
  border-color: #ee7500 !important;
  color: #ee7500;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Móvil: asegurar un tamaño mínimo para las imágenes y mejorar alineación/espaciado */
@media (max-width: 768px) {
  .icon-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.12s, transform 0.12s;
    /* gráfico mínimo solicitado */
    min-height: 20px;
    min-width: 20px;
    /* área táctil mayor que el icono para que no se vea apretado */
    width: 44px;
    height: 44px;
    box-sizing: content-box;
    background: transparent;
  }
  .icon-social img,
  .icon-social svg {
    display: block;
    height: 20px;
    width: 20px;
    max-height: none;
    max-width: none;
  }
  /* YouTube: icono más grande en PC */
  .icon-social.youtube img,
  .icon-social.youtube svg {
    height: 35px;
    width: 35px;
  }

  /* Mantener todo en línea en el footer móvil para que el botón no pase debajo */
  .modal-footer {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-footer .icon-social {
    flex: 0 0 auto;
    margin-right: -20px;
  }
  .modal-footer > button {
    flex: 0 0 auto;
    margin-left: 6px;
  }

  /* evitar transformaciones hover en dispositivos táctiles */
  @media (hover: none), (pointer: coarse) {
    .icon-social:hover {
      transform: none;
    }
  }
}

/* Tablet / PC: limitar al tamaño máximo deseado */
@media (min-width: 769px) {
  .icon-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.12s, transform 0.12s;
    /* gráfico mínimo solicitado */
    min-height: 30px;
    min-width: 30px;
    /* área táctil mayor que el icono para que no se vea apretado */
    width: 44px;
    height: 44px;
    box-sizing: content-box;
    background: transparent;
  }
  .icon-social img,
  .icon-social svg {
    display: inline-block;
    height: 30px;
    width: 30px;
  }

  /* YouTube: icono más grande en PC */
  .icon-social.youtube img,
  .icon-social.youtube svg {
    height: 45px;
    width: 45px;
  }
}

.icon-social:hover {
  transform: translateY(-6px) scale(1.08) rotateX(8deg);
  z-index: 2;
}

/* Scoped styles para mantener tu markup .card y mejorar overlay/legibilidad */
#carouselNacional .card,
#carouselInternacional .card,
#carouselPublicidad .card {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
#carouselNacional .card-img,
#carouselInternacional .card-img,
#carouselPublicidad .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
#carouselNacional .card:hover .card-img,
#carouselInternacional .card:hover .card-img,
#carouselPublicidad .card:hover .card-img {
  transform: scale(1.03);
}
#carouselNacional .card-img-overlay,
#carouselInternacional .card-img-overlay,
#carouselPublicidad .card-img-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, -1.88) 0%,
    rgba(0, 0, 0, -0.45) 55%,
    rgba(0, 0, 0, 1.8) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
#carouselNacional .card-title,
#carouselInternacional .card-title,
#carouselPublicidad .card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f7f7f7;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#carouselNacional .card-text,
#carouselInternacional .card-text,
#carouselPublicidad .card-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  line-height: 1.35;
}
/* Opcional: esconder texto largo en móviles para evitar saturación */
@media (max-width: 768px) {
  #carouselNacional .card-img,
  #carouselInternacional .card-img,
  #carouselPublicidad .card-img {
    height: 140px;
  }
  #carouselNacional .card-text,
  #carouselInternacional .card-text,
  #carouselPublicidad .card-text {
    display: block;
    max-height: 3.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
