.hero {
  position: relative;
}
.hero .swiper {
  height: var(--viewportHeight);
}
.hero .swiper .swiper-slide {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture:before {
  content: "";
  background: linear-gradient(255deg, rgba(240, 138, 70, 0.6), rgba(0, 97, 153, 0.6));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
.hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
.hero .swiper .swiper-button-prev:hover,
.hero .swiper .swiper-button-next:hover {
  color: #BDDCF2;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero .slide-cont {
  position: relative;
  z-index: 2;
}
.hero .slide-cont .hero-tit,
.hero .slide-cont .hero-txt {
  margin-bottom: 30px;
}
.hero .slide-cont .hero-tit {
  font-family: var(--fontFamilyCondensed);
  font-weight: 400;
  text-transform: uppercase;
}
.hero .slide-cont .hero-txt strong {
  font-style: italic;
}
.hero .slide-cont .btn {
  font-weight: 700;
}
.hero .hero-awd {
  position: absolute;
  z-index: 1;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero .slide-cont {
    max-width: 680px;
  }
  .hero .slide-cont .hero-tit {
    font-size: 82px;
    line-height: 1;
  }
  .hero .slide-cont .hero-tit strong {
    letter-spacing: -1.64px;
  }
  .hero .slide-cont .hero-txt {
    font-size: 24px;
    line-height: 28px;
  }
  .hero .hero-awd {
    max-width: 124px;
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero .slide-cont {
    text-align: center;
  }
  .hero .slide-cont .hero-tit {
    font-size: 54px;
    line-height: 58px;
    line-height: 1;
  }
  .hero .slide-cont .hero-txt {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .hero .hero-awd {
    max-width: 62px;
    bottom: 10px;
    right: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  .hero .swiper.swiper-initialized .swiper-slide .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1064px) {
  .hero .swiper.swiper-initialized .swiper-slide .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 788px) {
  .hero .swiper.swiper-initialized .swiper-slide .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .hero .swiper.swiper-initialized .swiper-slide .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1440px) {
  .nosotros {
    margin-top: 110px;
  }
  .nosotros .blq-cont {
    width: 565px;
  }
  .nosotros .blq-img {
    width: 673px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .blq-cont,
  .nosotros .blq-img {
    width: 457px;
  }
}
@media (min-width: 1024px) {
  .nosotros .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nosotros .blq-img {
    height: 450px;
  }
  .nosotros .blq-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1023px) {
  .nosotros .blq-img {
    max-width: 673px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .nosotros {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    margin-top: 60px;
  }
}

.tripadvisor .blq-cont {
  min-height: 178px;
  padding: 32px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.tripadvisor .blq-cont .tripadvisor-logo {
  max-width: 244px;
}
.tripadvisor .blq-cont .tripadvisor-tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .tripadvisor {
    margin-top: 110px;
  }
}
@media (max-width: 1439px) {
  .tripadvisor .blq-cont {
    flex-direction: column;
  }
  .tripadvisor .blq-cont .tripadvisor-tit {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .tripadvisor {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .tripadvisor .blq-cont {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .tripadvisor {
    margin-top: 60px;
  }
  .tripadvisor .blq-cont {
    border-radius: 10px;
  }
}

.gmbusiness {
  margin-top: 40px;
}
.gmbusiness .blq-cont {
  min-height: 178px;
  padding: 32px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.gmbusiness .blq-cont .gmbusiness-logo {
  max-width: 244px;
}
.gmbusiness .blq-cont .gmbusiness-tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 1439px) {
  .gmbusiness .blq-cont {
    flex-direction: column;
  }
  .gmbusiness .blq-cont .gmbusiness-tit {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .gmbusiness .blq-cont {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .gmbusiness .blq-cont {
    border-radius: 10px;
  }
}

.rutas .rutas-items {
  margin-top: 40px;
  display: flex;
}
.rutas .rutas-items .item .blq-cont {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rutas .rutas-items .item .blq-cont > * {
  margin: 0 !important;
}
@media (min-width: 1440px) {
  .rutas {
    padding-top: 110px;
  }
  .rutas .rutas-top {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .rutas .rutas-top > * {
    width: 0;
    flex-grow: 1;
  }
  .rutas .rutas-top .blq-tit {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .rutas .rutas-items {
    gap: 30px;
  }
  .rutas .rutas-items .item .blq-img {
    height: 439px;
  }
  .rutas .rutas-items .item .blq-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .rutas {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rutas .rutas-items {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .rutas .rutas-items > * {
    width: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .rutas {
    padding-top: 60px;
  }
  .rutas .rutas-items {
    flex-direction: column;
    gap: 50px;
  }
}

.noticias2 .blockFeatured-type2-list .blockFeatured-type2-item .contentDate {
  padding-top: 30px;
  margin-top: auto;
}
@media (min-width: 1440px) {
  .noticias2 {
    margin-top: 110px;
  }
  .noticias2 .blq-btn {
    top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .noticias2 .blq-btn {
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .noticias2 .blockFeatured-type2-item .blockFeatured-content .contentTitle {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 {
    margin-top: 80px;
  }
  .noticias2 .blq-btn {
    top: 12px;
  }
  .noticias2:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noticias2 .blq-btn {
    top: 0;
  }
}
@media (min-width: 768px) {
  .noticias2 .blq-cont {
    position: relative;
  }
  .noticias2 .blq-cont .blq-btn {
    margin-top: 0;
    padding-right: inherit;
    position: absolute;
    right: 0px;
  }
  .noticias2 .blockFeatured-type2-item {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .noticias2 {
    margin-top: 60px;
  }
}/*# sourceMappingURL=inicioFront.css.map */