.features1 {
  background-color: #fff;
  color: #0f3a5e;
  text-align: left;
  text-shadow: 0 -1px 1px #f9f9f9;
}

.features2 {
  background-color: #fff;
  color: #0f3a5e;
  text-align: left;
  text-shadow: 0 -1px 1px #f9f9f9;
}

.features3 {
  background-color: #fff;
  color: #0f3a5e;
  text-align: left;
  text-shadow: 0 -1px 1px #f9f9f9;
}

/*index oferta*/
.oferta_index {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0%;
}

.hijo_index {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.oferta_index:hover .hijo_index,
.oferta_index:focus {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.oferta_index:hover .hijo_index:before,
.oferta_index:focus {
  display: block;
  opacity: 0.75;
}

.hijo_index:before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*end index oferta*/
/*index img*/
.parent2 {
  width: 100%;
  aspect-ratio: 500 / 305;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0%;
}

.child2 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.child2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.child2 > p {
  display: none;
}

.child2:hover > p {
  display: block;
  transform: rotate(-3deg);
}

.parent2:hover .child2,
.parent2:focus .child2 {
  -ms-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -webkit-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.parent2:hover .child2:before,
.parent2:focus .child2:before {
  display: block;
  opacity: 0.75;
}

.parent2:hover a,
.parent2:focus a {
  display: block;
}

.child2:before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*end index img*/
/*index img*/
.parent3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 2%;
}

.child3 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.child3 > div {
  display: block;
}

.child3:hover > div {
  display: none;
}

.child3 > p {
  display: none;
}

.child3:hover > p {
  display: block;
  transform: rotate(-3deg);
}

.parent3:hover .child3,
.parent3:focus .child3 {
  -ms-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -webkit-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.parent3:hover .child3:before,
.parent3:focus .child3:before {
  display: block;
  opacity: 0.75;
}

.parent3:hover a,
.parent3:focus a {
  display: block;
}

.child3:before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*end index img*/
/*zoom img*/
.parent {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.parent:hover .child,
.parent:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
  opacity: 0;
}

.parent:hover a,
.parent:focus a {
  display: block;
}

.child:before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*end zoom img*/

#skip {
  position: relative;
  width: 100%;
  clear: left;
  float: none;
  display: block;
  margin-top: 2%;
  margin-bottom: 2%;
  height: 1px;
  background-color: #cccccc;
}

#skip2 {
  position: relative;
  width: 100%;
  clear: left;
  float: none;
  display: block;
  margin-top: 1%;
  margin-bottom: 1%;
  height: 16px;
}

#skip3 {
  position: relative;
  width: 100%;
  clear: left;
  float: none;
  display: block;
  padding-top: 1%;
  padding-bottom: 1%;
  height: 32px;
}

.menucuadro {
  width: 100%;
  margin: auto;
  border: solid 1px #3371c1;
  border-radius: 4px;
  padding: 1%;
  font-size: 0.85em;
  margin-bottom: 12px;
  box-sizing: border-box;
}

#program1 {
  width: 40%;
  margin: 4% 0;
  box-sizing: border-box;
}

#program2 {
  width: 52%;
  margin: 4% 4%;
  clear: right;
  box-sizing: border-box;
}

.parallax-window {
  height: 100vh;
  width: 100vw;
  background: rgba(15, 58, 94, 0.65);
  background: -moz-linear-gradient(
    top,
    rgba(15, 58, 94, 0.65) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(15, 58, 94, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(15, 58, 94, 0.65) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(15, 58, 94, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(15, 58, 94, 0.65) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(15, 58, 94, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.flex-body {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.item1 {
  /* flex: 36%; */
  padding: 0.5vw 0%;
  box-sizing: border-box;
}

.item2 {
  flex: 30%;
  /* default 0 */
  margin-left: 2%;
  margin-right: 2%;
  padding: 0.5vw 0.5%;
  box-sizing: border-box;
}

.item3 {
  flex: 30%;
  padding: 0.5vw 0.5%;
  box-sizing: border-box;
}

/* ESTILOS EXTRAS */

/* BANNER */
.parallax-window .container {
  padding-top: 33vh;
  padding-left: 8vh;
}

.style-text__button {
  margin-top: 30px;
}

.style-text-btn {
  text-shadow: 0 -1px 1px #fff;
  line-height: 1 !important;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  /* Establece el contenedor como un flex container */
  align-items: center;
  /* Centra verticalmente los elementos hijos */
  text-decoration: none;
  outline: none;
  background-color: transparent;
  border: none;
}

.style-text__button span {
  margin-left: 15px;
  font-size: 25px;
}

.style-text-btn:hover {
  text-shadow: none;
  color: #f77f3c !important;
  transition: color 0.25s ease;
  text-decoration: none;
  line-height: 1 !important;
}

.style-text__button i {
  height: 35px !important;
  width: 35px !important;
}

/*CARD */

.main-card {
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-card .row {
  margin-top: 35px;
}

.container-card {
  position: relative;
}

.sticker-tringle {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #092c46;
  position: absolute;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  z-index: -1;
}

.sticker-after {
  top: -1px;
  left: 158px;
}

.sticker-before {
  top: 92px;
  left: -5px;
}

.sticker {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: -55px;
  width: 230px;
  background-color: #0f4b7a;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  z-index: 3;
  text-align: center;
  padding: 7px;
}

.sticker span {
  font-size: 14px;
  color: #fff;
}

.main-package {
  padding: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* Recorta el contenido que se desborda del contenedor */
}

.img-container {
  height: 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease;
  /* Agregar una transición para suavizar los cambios */
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-package .package-overview {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.35s ease;
  /* Agregar una transición para suavizar los cambios */
}

.img-container:hover .package-overview {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(51, 101, 138, 0.7);
}

.abs-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.diff-s {
  font-size: 16px;
  margin-top: -10px;
  color: #ffff00 !important;
  /* text-shadow:
	1px 1px 1px black,
    0 0 1em #f77f3c,
    0 0 0.2em black; */
}

.diff-e {
  font-size: 16px;
  margin-top: -10px;
  color: #98fb98 !important;
}

.diff-d {
  font-size: 16px;
  margin-top: -10px;
  color: #ea4d4d !important;
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.721),
    0 0 1em rgba(0, 0, 0, 0.721),
    0 0 0.2em rgba(0, 0, 0, 0.721);

  font-size: 16px;
  margin-top: -10px;
  color: #ff8c00 !important;
}

.diff-dm {
  font-size: 16px;
  margin-top: -10px;
  color: #ea4d4d !important;
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.721),
    0 0 1em rgba(0, 0, 0, 0.721),
    0 0 0.2em rgba(0, 0, 0, 0.721);
}

.duration {
  color: #ff8c00 !important;
  text-shadow:
    1px 1px 1px black,
    0 0 1em #f77f3c,
    0 0 0.2em black;
  order: 1;
  align-self: flex-start;
  font-size: 16px;
  /*Ocultar fechas de meses*/
  display: none !important;
}

.location {
  color: #ff8c00 !important;
  text-shadow:
    1px 1px 1px black,
    0 0 1em #f77f3c,
    0 0 0.2em black;
  font-size: 16px;
}

.overview-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overview-in * {
  display: block;
}

.img-container:hover .package-overview .overview-in {
  display: block;
  justify-content: flex-start;
  /* Alinea los elementos a la izquierda */
  align-items: flex-start;
  /* Alinea los elementos en la parte superior */
  flex-direction: column;
  /* Apila los elementos verticalmente */
}

.overview-in > small {
  font-size: 14px;
}

.overview-in > span {
  font-size: 16px;
  font-weight: 800;
}

.overview-in > b {
  font-size: 30px;
  font-weight: 800;
}

.overview-in > b > small {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  vertical-align: middle;
}

.main-package h4 {
  margin-top: 20px;
}

.pkg-des {
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-top: 5px;
}

.col-heading {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: none;
  transition: none;
}

.title-link {
  font-size: 19.5px;
  color: #0f3a5e !important;
}

.title-link:hover {
  color: #f77f3c !important;
}

.naked-link {
  font-weight: 900;
}

.card-button {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

/* CARD EXPEDITIONS */
.style-back {
  background-color: #eaeaea;
}

.container-destination {
  margin-top: 35px;
}

.main-package-destination {
  background-color: #fff;
  position: relative;
  height: 100%;
  /* box-shadow: 5px 10px 18px 0px #000000a5; */
}

.img-container-destination {
  padding-top: 66.66667%;
  background-color: rgba(38, 38, 38, 0.1);
  position: relative;
  overflow: hidden;
}

.img-container-destination img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  transition: transform 0.5s ease;
}

.img-container-destination .zoom-on-hover {
  transition: transform 0.2s ease-in-out !important;
}

.img-container-destination .zoom-on-hover:hover {
  transform: translate(0, 0) scale(1.1) !important;
}

.expedition-card {
  background-color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 40px 30px 45px 30px;
}

.expedition-card__category {
  margin-bottom: 5px;
  font-family: SimplonMono;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.expedition-card__title h2 {
  font-size: 24px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

.expedition-card__title h2 a {
  text-transform: capitalize;
  font-weight: inherit;
  transition: color 0.25s ease;
  color: #092c46 !important;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.expedition-card__title h2 a:hover {
  color: #f77f3c !important;
}

.expedition-card__intro {
  flex-grow: 1;
  line-height: 22px;
  font-size: 14.5px;
}

.expedition-card__intro > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.expedition-card__details {
  margin-top: 25px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-family: SimplonMono;
  font-size: 17px;
}

.expedition-card__details .expedition-card__date {
  width: 205px;
}

.expedition-card__details i {
  font-size: 30px;
}

.expedition-card__details span {
  margin-left: 8px;
  padding-top: 2px;
}

.expedition-card__cost,
.expedition-card__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}

.row-item1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.rowitem3 {
  display: flex;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item {
}

.colum-lt {
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centra los elementos horizontalmente */
}

.colum-lt img {
  width: 90%;
  /* La imagen ocupará todo el ancho del contenedor */
}

.colum-rt {
  text-align: left;
  /* Alinea el texto a la izquierda */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centra el contenido verticalmente */
}

.text-center {
  text-align: center;
  /* Centra el texto en el contenedor de .text-center */
}

.img-colabo {
  text-align: left;
}

/* ANIMACION */

.fade-in-from-bottom {
  animation: fadeInDown;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s;
  /* don't forget to set a duration! */
}

/* @keyframes fade-in-up {
	to {
		opacity: 1;
		transform: translateY(0);
		
	}
} */

@media (max-width: 768px) {
  .flex-body {
    flex-direction: column;
  }

  .item1 {
    width: 98%;
  }

  .item2 {
    width: 98%;
  }

  .item3 {
    width: 98%;
  }

  .parallax-window .container {
    padding-top: 38%;
    padding-left: 5%;
    padding-bottom: 35%;
  }

  .parallax-window h1 {
    font-size: 6vh;
  }

  .parallax-window .style-text__intro {
    font-size: 3.5vh !important;
  }

  .style-text__button span {
    font-size: 3vh;
  }

  .main-card {
    margin-top: 0;
  }

  .main-card .row {
    margin-top: 35px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-card .row.col-md-6,
  .main-card .row .col-lg-4 {
    margin-top: 35px;
  }

  .container-destination .row {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-destination .row .col-md-6,
  .container-destination .row .col-lg-4 {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .item1 {
    padding-left: 15px;
  }

  .rowitem3 {
    padding-left: 15px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .navbar-header,
  .row {
    margin-right: 0px !important;
  }
  .img-colabo {
    text-align: center;
  }
  #bgcopy .flex-2,
  #bgcopy .flex-2 p {
    text-align: center !important;
  }
}
