


.welcome-container{
  margin-top: 0rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .welcome-container{
    margin-top: 9rem;
  }
}

.cards-itinerary{
  display: block;
  background: var(--text-color);
  position: relative;
  color: white;
  border-radius: 1rem;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 7 / 4.5;
  
  text-align: center;
}
.cards-itinerary img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


.cards-itinerary .view-more-icon{
  position: absolute;
  
  display: flex;
  align-items: center;
  justify-content: center; 

  font-size: 2rem;
  left: 0%;
  right: 0%;
  bottom: 44%;
  margin: 0 auto;
  border: 0.2rem solid white;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;

  transition: transform 0.3s ease, border-color 0.3s ease, border-width 0.3s ease; /* Smooth transitions for all properties */
}
.cards-itinerary:hover .view-more-icon{
  color: var(--main-color);
  color: white;
  transform: scale(1.1);
}

.cards-itinerary .view-more{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 8rem 0rem 3rem 0rem;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}
.cards-itinerary:hover .view-more {
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.cards-itinerary .view-more span{
  display: table;
  border: 1px solid white;
  left: 1%;
  right: 1%;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;

  padding: 1.5rem 5rem;
  font-size: 1.5rem;
}
.cards-itinerary:hover .view-more span{
  color: white;
}

.pdf-download-movil{
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.pdf-download-movil a{
  display: table;
  padding: 1.5rem 4rem;
  margin: 0 auto;
  border: 0.2rem solid var(--text-color);
  color: var(--text-color);
  border-radius: 0.7rem;
}


@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .cards-itinerary{
    aspect-ratio: 4 / 5;
  }
  .cards-itinerary .view-more span{
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .cards-itinerary {
    aspect-ratio: 7 / 4.5;
  }
  .cards-itinerary .view-more span{
    padding: 1.5rem 5rem;
    font-size: 1.5rem;
  }
}




.special-deal{
  background: #DB5F1518;
  padding: 2rem;
  width: 100%;

  line-height: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.special-deal>div:first-child{
  text-align: center;
  font-size: 2.8rem;
  color: var(--black);
  margin-bottom: 1rem;
}
.special-deal>div:last-child{
}
.special-deal>div:last-child p:nth-child(2){
  font-size: 1.9rem;
  color: var(--black);
}
.special-deal>div:last-child i{
  color: #fac002;
  margin-right: 1rem;
}

.special-deal .sd_title{
}

@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {}

@media screen and (min-width: 768px) {
  .special-deal{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    line-height: 3.5rem;
  }
  .special-deal>div:first-child{
    width: 26%;
    margin-bottom: 0rem;
  }
  .special-deal>div:last-child{
    width: 74%;
  }
}





.radius_1rem{
  border-radius: 1rem;
  overflow: hidden;
}

.why-us-item-outer {
  padding: 1rem;
  background: var(--grey-25);
  text-align: center;
  font-size: 1.3rem;
}
.why-us-item-outer img{
  width: 100% !important;
}
.why-us-item-outer h5.title{
  font-size: 1.6rem;
  padding: 1.4rem 0rem;
  color: var(--black);
}





/* .st-list li::before */
.st-list.st-list-star li::before{
  content: "☆";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: transparent !important;
  color: var(--main-color);
  font-size: 2.3rem;
}

/* .st-list li */
.st-list.st-list-star li {
  padding-left: 3.5rem;
}




.details-price-box{
  background: var(--grey-25);
  border: 0.2rem solid var(--color-plomo);
  border-radius: 1.2rem;
  overflow: hidden;
  height: 100%;
  line-height: 2.5rem;
  font-size: 1.5rem;
}


.details-price-box .box_price,
.details-price-box .box_difficulty,
.details-price-box .box_locations,
.details-price-box .box_details,
.details-price-box .box_button,
.details-price-box .box_links{
  padding: 2rem 3rem;
}

.details-price-box .box_price{
  background: var(--color-plomo);
  text-align: center;
  font-size: 1.5rem;
}
.details-price-box .box_price strong{
  color: var(--main-color);
  font-size: 2.5rem;
}



.details-price-box .box_locations {
  display: block !important;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.details-price-box .box_locations::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight:700;
  position: absolute;
  display: table;
  top: -0.5rem;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  color: var(--main-color);
  font-size: 2.2rem;
}

.details-price-box .box_difficulty p{
  display: table;
  margin: 0 auto;
  background: #DB5F1518;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 1rem;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .details-price-box .box_difficulty,
  .details-price-box .box_locations{
    display: none !important;
  }
}




@media screen and (min-width: 391px) {
  .details-price-box .box_price{
    font-size: 1.9rem;
  }
  .details-price-box .box_price strong{
    font-size: 2.9rem;
  }
}

@media screen and (min-width: 428px) {
  .details-price-box .box_price{
    font-size: 1.9rem;
  }
  .details-price-box .box_price strong{
    font-size: 2.9rem;
  }
}

@media screen and (min-width: 768px) {
  .details-price-box{
    margin-top: 5rem;
  }
  .details-price-box .box_price{
    font-size: 1.6rem;
  }
  .details-price-box .box_price p strong{
    display: block;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .details-price-box{
    margin-top: 0rem;
  }
}




.details-price-box .box_details .box_details_content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 1rem;
}
.details-price-box .box_details .box_details_content .details_info{
  width: 60%;
  line-height: 2rem;
  color: var(--black);
}
.details-price-box .box_details .box_details_content .details_info ul{
  padding-left: 2rem;
}
.details-price-box .box_details .box_details_content .details_info ul li{
  margin: 1.2rem 0rem;
  position: relative;
  font-weight: 500;
}
.details-price-box .box_details .box_details_content .details_info ul li::before{
  position: absolute;
  content: "";
  left: -2rem;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--main-color);
  border-radius: 50%;
}
.details-price-box .box_details .box_details_content .details_info ul li span{
  display: block;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 400;
}
.details-price-box .box_details .box_details_content .details_awards{
  width: 40%;
  align-items: center;
  justify-content: center; 
}


.details-price-box .box_details .box_details_content .details_awards_video a{
  display: flex;

  align-items: center;
  justify-content: center; 

  border: 0.2rem solid var(--main-color);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  color: var(--main-color);
  margin: 1.5rem auto 0rem auto;
}


.details-price-box .box_button{
  display: none;
}
.details-price-box .box_button ul{
  width: 100%;
  display: flex;
  gap: 3rem;
}
.details-price-box .box_button ul li{
  width: 50%;
}
.details-price-box .box_button ul li a{
  display: block;
  text-align: center;
  padding: 1.8rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.details-price-box .box_button ul li:first-child a{
  background: var(--main-color);
  color: white;
}
.details-price-box .box_button ul li:last-child a{
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .details-price-box .box_button{
    display: block;
  }
}

.details-price-box .box_links{
  text-align: center;
  display: none;
}
.details-price-box .box_links a{
  font-weight: 900;
  color: var(--main-color);
}

@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {}
@media screen and (min-width: 768px) {
  .details-price-box .box_links{
    display: block;
  }
}

.hero_opt_movil{
  top: -5rem;
}
@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {
  .hero_opt_movil{
    top: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .hero_opt_movil{
    top: 0rem;
  }
}

.st-menu-mobile .upper-links .menu-icon {
  width: 2.7rem !important;
}

@media screen and (min-width: 390px) {
  .st-menu-mobile .upper-links .menu-icon {
    width: 4rem;
  }
}

@media screen and (min-width: 428px) {}
@media screen and (min-width: 600px) {}
@media screen and (min-width: 768px) {}