.hero {
  padding-bottom: 44px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.hero:before,
.hero .hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero:before {
  content: "";
  background-color: rgba(0, 97, 153, 0.6);
  z-index: 1;
}
.hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .blq-cont {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.hero .blq-cont .blq-sup,
.hero .blq-cont .blq-tit {
  color: #FFFFFF;
}
.hero .blq-cont .blq-tit {
  margin-bottom: 0;
  font-family: var(--fontFamilyCondensed);
  text-transform: uppercase;
}
.hero.hero-min {
  padding-block: 0 !important;
}
@media (min-width: 1440px) {
  .hero {
    padding-top: 144px;
  }
  .hero.hero-min {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero {
    padding-top: 124px;
  }
  .hero.hero-min {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 104px;
  }
  .hero.hero-min {
    height: 60px;
  }
}

.contenido {
  margin-top: 52px;
}
.contenido .blq-cont {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.contenido .blq-cont .blq-img {
  margin-top: 52px;
  cursor: zoom-in;
}
.contenido .blq-cont .blq-img img {
  margin-left: auto;
  margin-right: auto;
}
.contenido .blq-cont .swiper {
  margin-top: 5px;
}
.contenido .blq-cont .swiper .swiper-slide {
  width: 150px;
}
.contenido .blq-cont .swiper .swiper-slide picture {
  height: 100px;
  cursor: zoom-in;
}
.contenido .blq-cont .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contenido .blq-cont .swiper .swiper-button-prev,
.contenido .blq-cont .swiper .swiper-button-next {
  color: #FFFFFF;
}
.contenido .blq-cont .swiper .swiper-button-prev {
  left: 0;
}
.contenido .blq-cont .swiper .swiper-button-next {
  right: 0;
}
.contenido .blq-cont .blq-tit2 {
  color: #C45105;
}
.contenido .btn-n1 {
  height: 50px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.bannerReserva {
  margin-top: 60px;
  background-color: #155172;
  color: #FFFFFF;
}
.bannerReserva .banner-tit {
  margin-bottom: 30px;
  font-weight: 400;
}
.bannerReserva .banner-cont .banner-form .banner-select .form-group {
  margin-bottom: 20px;
}
.bannerReserva .banner-cont .banner-form .banner-select .form-group .form-control {
  height: 50px;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
}
.bannerReserva .banner-cont .banner-form .banner-select .form-group .form-control:hover {
  border-color: #BDDCF2;
}
.bannerReserva .banner-cont .banner-form .banner-select .form-group .form-control option {
  color: #212429;
}
.bannerReserva .banner-cont .banner-form .banner-select .form-group.form-group-focused .form-control {
  border-color: #BDDCF2;
  box-shadow: 0 0 0 1px #BDDCF2 inset;
}
.bannerReserva .banner-cont .banner-form .listado-tours {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.bannerReserva .banner-cont .banner-form .listado-tours > * {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour {
  margin-bottom: 30px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .tour-cont {
  height: 100%;
  padding: 15px;
  border-radius: 24px;
  background-color: #FFFFFF;
  color: #212429;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .tour-cont .tour-top {
  margin-bottom: 20px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .tour-cont .tour-top .tour-sub {
  color: #C45105;
  font-size: 20px;
  line-height: 24px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .tour-cont .tour-top > * :last-child {
  margin-bottom: 0;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .tour-bottom {
  margin-top: auto;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tour .btn {
  font-size: 16px;
  line-height: 24px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tipo-cliente {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tipo-cliente .form-group {
  margin-bottom: 0;
}
.bannerReserva .banner-cont .banner-form .listado-tours .tipo-cliente + .tipo-cliente {
  margin-top: 20px;
}
.bannerReserva .banner-cont .banner-cart .carrito .carrito-cont {
  padding: 15px;
  border-radius: 24px;
  background-color: #FFFFFF;
  color: #212429;
}
.bannerReserva .banner-cont .banner-cart .carrito .table {
  border-color: #155172;
}
.bannerReserva .banner-cont .banner-cart .carrito .table > thead > tr > th,
.bannerReserva .banner-cont .banner-cart .carrito .table > tbody > tr > th {
  border-color: #155172;
  color: #155172;
}
.bannerReserva .banner-cont .banner-cart .carrito .table tfoot {
  color: #155172;
  text-transform: uppercase;
}
.bannerReserva .banner-cont .banner-cart .carrito .table tfoot tr td {
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.bannerReserva .banner-cont .banner-cart .carrito .table tfoot tr + tr td {
  padding-top: 0;
}
.bannerReserva .banner-cont .banner-cart .carrito .carrito-btns {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media (min-width: 1440px) {
  .bannerReserva {
    padding-block: 80px;
  }
  .bannerReserva .banner-tit {
    font-size: 76px;
    line-height: 80px;
  }
  .bannerReserva .banner-cont .banner-form .listado-tours > .tour {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bannerReserva {
    padding-block: 60px;
  }
  .bannerReserva .banner-tit {
    font-size: 68px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .bannerReserva .banner-cont {
    display: flex;
    gap: 30px;
  }
  .bannerReserva .banner-cont .banner-form {
    flex-grow: 1;
  }
  .bannerReserva .banner-cont .banner-cart {
    width: 400px;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .bannerReserva {
    padding-block: 40px;
  }
  .bannerReserva .banner-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .bannerReserva .banner-cont .banner-form .listado-tours .tour {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .bannerReserva .banner-cont .banner-cart {
    margin-top: 30px;
  }
  .bannerReserva .carrito-cont {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .bannerReserva .table {
    border-color: #155172;
  }
  .bannerReserva .table > thead > tr > th:first-child,
  .bannerReserva .table > thead > tr > td:first-child,
  .bannerReserva .table > tbody > tr > th:first-child,
  .bannerReserva .table > tbody > tr > td:first-child,
  .bannerReserva .table > tfoot > tr > th:first-child,
  .bannerReserva .table > tfoot > tr > td:first-child {
    padding-left: 0;
  }
  .bannerReserva .table > thead > tr > th:last-child,
  .bannerReserva .table > thead > tr > td:last-child,
  .bannerReserva .table > tbody > tr > th:last-child,
  .bannerReserva .table > tbody > tr > td:last-child,
  .bannerReserva .table > tfoot > tr > th:last-child,
  .bannerReserva .table > tfoot > tr > td:last-child {
    padding-right: 0;
  }
}/*# sourceMappingURL=reservasFront.css.map */