@charset "UTF-8";
.test {
  border: solid 1px transparent;
  box-shadow: 0 0 0 1px blue;
  animation: ledAnimation 3s infinite;
}

@font-face {
  font-family: "geomanist-black";
  src: url("font/Geomanist-Black.woff2") format("woff2"), url("font/Geomanist-Black.woff2fonts/mifuente.woff") format("woff");
  /* Puedes agregar más formatos de fuente si es necesario */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanist-regular";
  src: url("font/Geomanist-Regular.woff2") format("woff2"), url("font/Geomanist-Regular.woff2") format("woff");
  /* Puedes agregar más formatos de fuente si es necesario */
  font-weight: normal;
  font-style: normal;
}
.geomanist-black {
  font-family: "geomanist-black";
}

.regular {
  font-family: "geomanist-regular";
}

@keyframes ledAnimation {
  0%, 50% {
    box-shadow: 0 0 0 1px blue;
  }
  25%, 75% {
    box-shadow: 0 0 0 1px transparent;
  }
  100% {
    box-shadow: 0 0 0 1px blue;
  }
}
.line-t {
  margin-bottom: 22px;
}

.title {
  font-size: 0px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: solid 1px black;
  text-align: center;
  position: relative;
  margin: 0;
}
.title .name {
  font-size: 30px;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 0.9em;
  top: 0.7em;
  font-family: "geomanist-black";
}

.travels-cont {
  max-width: 1280px;
  margin: auto;
}
.travels-cont .title {
  font-size: 0px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: solid 1px black;
  text-align: center;
  position: relative;
  margin: 0;
}
.travels-cont .name {
  font-size: 30px;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 0.9em;
  top: 0.7em;
  font-family: "geomanist-black";
}

.travels-cont-destino {
  display: flex;
  width: 100%;
}
.travels-cont-destino .travels {
  display: flex;
  gap: 1rem;
}
.travels-cont-destino .travels .item {
  flex: 1;
}

.travels-cont .travels .item {
  flex: 1;
}
.travels-cont .travels .item a {
  display: block;
}
.travels-cont .travels .item a h3 {
  text-align: left;
  font-size: 18px;
  text-align: center;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.travels-cont .travels .item .description {
  top: -60px;
  height: 130px;
  position: relative;
  text-align: center;
}
.travels-cont .travels .item .description .content {
  text-align: left;
  padding: 30px 10px 10px;
  border: solid 1px #cecece;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  height: 125px;
}
.travels-cont .travels .item .price {
  color: #fff;
}
.travels-cont .travels .item .price .days {
  width: 30%;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 8px 0;
  margin-top: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.travels-cont .travels .item .price .number {
  position: relative;
  top: 20px;
  width: 40%;
  float: left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.travels-cont .travels .item .price .number span {
  display: inline-block;
  width: 100%;
  background: #e95a38;
}
.travels-cont .travels .item .price .number span:last-child {
  background: #e32514;
  font-size: 25px;
  font-weight: bold;
}
.travels-cont .travels .item .price .currency {
  width: 30%;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 8px 0;
  margin-top: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.contacto {
  background-color: #0191df;
}
.contacto .title-c {
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: "geomanist-black";
}
.contacto .item {
  padding-inline: 4rem;
  color: white;
  font-size: 16px;
  font-family: "geomanist-regular";
}
.contacto .item strong {
  display: block;
  margin-bottom: 0.5rem;
}

.container-menu {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* Estilo para el encabezado fijo */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Ajusta este valor según sea necesario */
  background-color: white;
  /* Cambia el color de fondo según tu diseño */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Agrega una sombra si lo deseas */
}

/* Estilos para pantallas grandes y medianas */
@media (min-width: 769px) {
  .img-desktop {
    display: block !important;
    /* Muestra la imagen para pantallas grandes */
  }
  .img-responsive {
    display: none !important;
    /* Oculta la imagen para pantallas pequeñas */
  }
}
/* Estilos para pantallas pequeñas y medianas */
@media (max-width: 768px) {
  .img-desktop {
    display: none !important;
    /* Oculta la imagen para pantallas grandes */
  }
  .img-responsive {
    display: block !important;
    /* Muestra la imagen para pantallas pequeñas */
  }
}
#destinosMenu {
  z-index: 1080;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding-bottom: 3rem;
  margin-top: -0.5rem;
}

.fade-in {
  opacity: 0;
  /* Inicialmente, el elemento está invisible */
  animation: fadeIn 0.3s ease-in-out forwards;
  /* Nombre de la animación, duración y timing */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* Al inicio de la animación, el elemento está invisible */
  }
  100% {
    opacity: 1;
    /* Al final de la animación, el elemento está completamente visible */
  }
}
#responsiveMenu {
  z-index: 1080;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding-bottom: 3rem;
  margin-top: -0.5rem;
}

.item {
  flex: 1;
}
.item a {
  display: block;
}
.item a h3 {
  text-align: left;
  font-size: 18px;
  text-align: center;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.item .description {
  top: -60px;
  height: 130px;
  position: relative;
  text-align: center;
}
.item .description .content {
  text-align: left;
  padding: 30px 10px 10px;
  border: solid 1px #cecece;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  height: 125px;
}
.item .price {
  color: #fff;
}
.item .price .days {
  width: 30%;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 8px 0;
  margin-top: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.item .price .number {
  position: relative;
  top: 20px;
  width: 40%;
  float: left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item .price .number span {
  display: inline-block;
  width: 100%;
  background: #e95a38;
}
.item .price .number span:last-child {
  background: #e32514;
  font-size: 25px;
  font-weight: bold;
}
.item .price .currency {
  width: 30%;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 8px 0;
  margin-top: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.itinerario strong {
  color: #e32514;
  display: block;
  line-height: 0;
  margin-top: 2rem;
}

.itinerario p {
  font-size: 14px !important;
}

.hoteles strong {
  color: #e32514;
  display: block;
  line-height: 20px !important;
  margin-top: 10px;
}

.hoteles p {
  margin-bottom: 20px;
  font-size: 14px !important;
}

.hoteles table {
  border: solid 1px black;
  font-size: 14px !important;
  width: 100% !important;
}

.hoteles table tr {
  border-bottom: 1px solid #333;
}

.hoteles table strong {
  color: #333;
  margin-top: 0;
}

.hoteles li {
  font-size: 14px !important;
}

.hoteles table tr:first-child {
  background-color: #c3c3c3;
}

.hoteles table tr td {
  padding: 5px;
}

.tabla-p strong {
  color: #333;
}

/*# sourceMappingURL=app.css.map */
