body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

/* .scrolling-active {
  background: #162e44;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.2);
  height: 3rem;
  transition: all 0.8s ease;
} */

@media screen and (min-width: 992px) {
  .scrolling-active {
    background-color: #162e44;
    box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.2);
    height: 50px;
    transition: all 0.8s;
  }
}

/* Pseudo elemento para el gradiente del slider */
.gradiente:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
}

nav {
  /* transition: all 0.5s ease; */
  transition: all 0.5s ease;
}

/* Media Query */
@media screen and (max-width: 992px) {
  .bg-custom {
    background-color: #162e44 !important;
    position: relative !important;
  }
}

.border-hover::after {
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  background: #01b3a7;
  transition: width 0.3s;
}

.border-hover:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.carousel-caption {
  padding-bottom: 3.3rem !important;
}

.color2 {
  color: #f17b37;
}

.scrolling-active a {
  color: rgb(248, 246, 246);
}

#price {
  color: #01b3a7;
  font-weight: 600;
  text-align: right;
}

.footer-link {
  color: #01b3a7;
  font-weight: 400;
}
.footer-link:hover {
  color: #f17b37;
}

.card:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  overflow: hidden;
}

.benefit:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  overflow: hidden;
  transform: scale(1.02);
  transition: al 0.2s ease;
}

.card img:hover {
  transform: scale(1.07);
  transition: all 0.4s ease;
  cursor: pointer;
}

#cards {
  background: #01b3a7;
  transition: 0.6s ease;
}
.package:hover {
  background-color: #f17b37 !important;
}
.link-img {
  text-decoration: none;
  color: #01b3a7;
}

.link-img:hover {
  color: #f17b37;
}

.capa {
  background: linear-gradient(rgba(5, 7, 12, 0.5), rgba(5, 7, 12, 0.2)),
    url(img/vinicunca.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 550px;
  background-attachment: fixed;
}

.capa2 {
  background: linear-gradient(rgba(5, 7, 12, 0.2), rgba(5, 7, 12, 0.2)),
    url(img/condor-fondo-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left left;
  min-height: 580px;
  background-attachment: fixed;
}

.promo {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}

.imagen {
  position: relative;
}
.img-overlay {
  display: block;
  width: 100%;
}

.img-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.25s;
}

.img-button:hover {
  opacity: 1;
}

.img-dest {
  transition: opacity 0.5s ease;
}

.single-destination:hover figcaption {
  opacity: 1;
}
.single-destination:hover figure a img {
  opacity: 0.8;
}

.des-city {
  transition: box-shadow 0.3s;
}
.single-destination:hover .des-city {
  box-shadow: 6px 6px 5px rgb(0 0 0 / 25%) !important;
}

.benefit {
  background: rgb(255, 255, 255);
  transition: transform 5 ease-in-out;
  border-radius: 10px;
}

.testimonials {
  background: linear-gradient(rgba(5, 5, 5, 0.5), rgba(5, 7, 12, 0.5)),
    url(img/fondo-tesimonios-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}

.carousel-indicators button {
  width: 20px !important;
  height: 20px !important;
  background: #fff;
}

.pie-pagina {
  background: #162e44;
}

.tour1 {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.7),
      rgba(5, 7, 12, 0.3)
    ),
    url(img/tour-img/tour1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tour2 {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.2),
      rgba(5, 7, 12, 0.1)
    ),
    url(img/tour-img/tour2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tour3 {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.5),
      rgba(5, 7, 12, 0.3)
    ),
    url(img/tour-img/tour3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tour4 {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.6),
      rgba(5, 7, 12, 0.3)
    ),
    url(img/tour-img/tour4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tour5 {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.5),
      rgba(5, 7, 12, 0.5)
    ),
    url(img/tour-img/tour5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}

.tour6 {
  background: linear-gradient(
    to right,
    rgba(5,7,12,0.5),
    rgba(5,7,12,0.5)
  ),
  url(img/tour-img/picnic-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
}

.tourValle {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.5),
      rgba(5, 7, 12, 0.3)
    ),
    url(img/tour-img/valle-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tourCusco {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.6),
      rgba(5, 7, 12, 0.2)
    ),
    url(img/tour-img/cusco-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tourMoray {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.4),
      rgba(5, 7, 12, 0.1)
    ),
    url(img/tour-img/moray-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tourVinicunca {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.3),
      rgba(5, 7, 12, 0.1)
    ),
    url(img/tour-img/vinicunca-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}
.tourHumantay {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.3),
      rgba(5, 7, 12, 0.2)
    ),
    url(img/tour-img/humatay-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  /* position:relative; */
}

.destino-mapi {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.6), rgba(5, 7, 12, 0.2)),
    url(img/destination-page/destino-machupicchu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-cusco {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.4), rgba(5, 7, 12, 0.4)),
    url(img/destination-page/cusco-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-sacred-valley {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.3), rgba(5, 7, 12, 0.3)),
    url(img/destination-page/sacred-valley-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-vinicunca {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.6), rgba(5, 7, 12, 0.6)),
    url(img/destination-page/vinicunca-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-lima {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.3), rgba(5, 7, 12, 0.3)),
    url(img/destination-page/lima-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-arequipa {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.5), rgba(5, 7, 12, 0.5)),
    url(img/destination-page/arequipa-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.destino-puno {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.4), rgba(5, 7, 12, 0.4)),
    url(img/destination-page/puno-destino.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}
.contacto {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.6), rgba(5, 7, 12, 0.4)),
    url(img/contacto.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}

.gracias {
  background: linear-gradient(to top, rgba(5, 7, 12, 0.7), rgba(5, 7, 12, 0.4)),
    url(img/gracias.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 450px;
}

.subtitle {
  padding-top: 20%;
  /* padding: absolute; */
}
.copyright {
  background: #11263a;
  padding: 1px 0px;
}

.nav-pills .nav-link.active {
  background: #01b3a7 !important;
}

.questions {
  background: linear-gradient(
      to right,
      rgba(5, 7, 12, 0.7),
      rgba(5, 7, 12, 0.4)
    ),
    url(img/tour-img/asistencia-tour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100px;
  transition: all 0.3s ease;
}

.day-icon {
  background: #01b3a7 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  height: 82px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  width: 82px;
  /* z-index: 1; */
  transition: all ease-in-out 0.3s;
}
.day-icon:hover {
  background: #f17b37;
}
.sticky-col {
  position: sticky;
  top: 70px;
}

.contact {
  position: relative;
}
.contact::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  background: #01b3a7;
  bottom: 0px;
  right: 136px;
}
.contact::after {
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

.contact:hover::after {
  transform: scale(1, 1);
  margin-top: 30px;
}

.sombra {
  box-shadow: 0 7px 23px 0 hsl(0deg 0% 80% / 50%);
  border-radius: 10px;
}
