
@import url(../public/assets/css/main.css);

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer
  .reviews
  img,
.package_treks_card
  .package_treks_card__content
  .package_treks_card__footer
  .reviews
  img {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer
  .button,
.package_treks_card
  .package_treks_card__content
  .package_treks_card__footer
  .button {
  text-align: right;
}

.W-100,
.packing-list-content .packing-list-content_image img,
.w-100 {
  width: 100%;
}

.W-75,
.w-75 {
  width: 75%;
}

.W-50,
.w-50 {
  width: 50%;
}

.W-25,
.w-25 {
  width: 20%;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.section-description-container,
.section-description-packing-list {
  padding: 0 15px;
}

.section-description-container h2,
.section-description-packing-list h2 {
  color: var(--fc-dark-100);
}

.section-description-container p,
.section-description-packing-list p {
  margin: 8px 0;
}

.section-grey {
  padding: 50px 0;
  margin: 50px 0;
  background: var(--grey-35);
}

/*GUIDE ONLY*/

.our-collaborators-img {
  padding: 15px;
  margin: 15px;
  color: var(--co-primary);
}

.our-collaborators-img strong {
  color: var(--bs-gray-700);
}

.our-collaborators-img a {
  position: relative;
  display: block;
}

.our-collaborators-img a img.img_guide {
  border-radius: 50%;
  margin-bottom: 10px;
  transition: 0.5s;
}

.our-collaborators-img a img.img_guide:hover {
  transition: 0.5s;
  opacity: 0.5;
}

/*GUIDE ONLY*/

.guide-main-img {
  border-radius: 50%;
}

.icon-certificates-container {
  background: #fff;
  padding: 20px;
  margin: 15px 0 0;
  border-radius: 5px;
}

.icon-certificates-container h3 {
  color: #000;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .title
  a,
.package_treks_card .package_treks_card__content .title a {
  color: #333;
}

.essential-packing-list-img,
.icon-certificates {
  padding: 15px;
}

.icon-certificates img {
  -webkit-filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg)
    brightness(104%) contrast(97%);
  filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg)
    brightness(104%) contrast(97%);
}

.essential-packing-list-title {
  margin-top: 40px;
}

.essential-packing-list-title h3 {
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 3rem;
  display: table;
  padding: 1.2rem 6rem;
  border-radius: 50px;
  border: 1px solid var(--main-color);
}

.essential-packing-list {
  font-size: 1.6rem;
  border: 1px solid var(--grey-35);
  padding: 20px;
  margin-bottom: 20px;
}

.essential-packing-list h4 {
  font-weight: 900;
  font-size: 1.8rem;
  margin: 1.5rem 0;
  color: #333;
}

.essential-packing-list-img img {
  width: 100%;
  border-radius: 15px;
}

.packing-black {
  background: #333;
  color: #fff;
  border-radius: 5px;
}

.package_treks_alternative_card,
.package_treks_card {
  background: #fff;
  overflow: hidden;
  
}

.packing-black .essential-packing-list-title h3 {
  color: #fff;
  background: #d04d11;
}

.packing-black .essential-packing-list {
  border: 0;
}

.packing-black .essential-packing-list h4 {
  color: #fff;
}

.itinerary-faq {
  padding: 10px;
  font-size: 110%;
  text-align: center;
}

.itinerary-faq p {
  margin: 4px 0;
  padding: 4px 0;
}

.menu-travel-info ul li {
  height: auto !important;
  line-height: 20px !important;
  font-weight: 700;
  padding: 20px 15px 20px 0;
}

.tour-card .tour-btn {
  border: 1px solid #fff;
  font-weight: 600;
}

.tour-card .tour-btn:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.package_treks_card {
  border-radius: 12px 12px 0 0;
}

.package_treks_alternative_card .package_treks_alternative_card__heading,
.package_treks_card .package_treks_card__heading {
  position: relative;
  background: var(--main-color);
}

.package_treks_card
  .package_treks_card__heading
  .package_treks_card__image
  img {
  transition: 0.3s;
  width: 100%;
}

.package_treks_card
  .package_treks_card__heading
  .package_treks_card__image
  img:hover {
  transition: 0.3s;
  opacity: 0.9;
}

.package_treks_card .package_treks_card__heading .package_treks_card__details {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  left: 20px;
  right: 20px;
  color: #fff;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.package_treks_card
  .package_treks_card__heading
  .package_treks_card__details
  > div {
  display: table-cell;
}

.package_treks_card
  .package_treks_card__heading
  .package_treks_card__details
  img {
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}

.package_treks_alternative_card .package_treks_alternative_card__content,
.package_treks_card .package_treks_card__content {
  padding: 20px;
}

.package_treks_card .package_treks_card__content .duration_price {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.package_treks_card .package_treks_card__content .title {
  font-weight: 900;
  font-size: 18px;
  margin: 10px 0;
  line-height: 22px;
}

.package_treks_card .package_treks_card__content .title a:hover {
  color: var(--main-color);
}

.package_treks_card .package_treks_card__content .package_treks_card__footer {
  display: table;
  width: 100%;
}

.package_treks_card
  .package_treks_card__content
  .package_treks_card__footer
  .reviews {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  display: table-cell;
}

.package_treks_card
  .package_treks_card__content
  .package_treks_card__footer
  .button
  a {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 5px;
  transition: 0.3s;
}

.package_treks_card
  .package_treks_card__content
  .package_treks_card__footer
  .button
  a:hover {
  background: #333;
  color: #fff;
  transition: 0.3s;
}

.package_treks_alternative_card {
  box-shadow: 0px 0px 10px #e0e0e0;
  margin-bottom: 10px;
}

.package_treks_alternative_card
  .package_treks_alternative_card__heading
  .package_treks_alternative_card__image
  img {
  transition: 0.3s;
  width: 100%;
}

.package_treks_alternative_card
  .package_treks_alternative_card__heading
  .package_treks_alternative_card__image
  img:hover {
  transition: 0.3s;
  opacity: 0.9;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .duration_price {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .title {
  font-weight: 900;
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 22px;
  height: 23px;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .title
  a:hover {
  color: var(--main-color);
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .details {
  color: #555;
  margin: 25px 0 35px;
  font-size: 13px;
  font-weight: 400;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .details
  ul
  li {
  margin: 7px 0;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .details
  ul
  li
  ul.trek-level {
  display: inline-block;
  margin-bottom: -1px;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .details
  ul
  li
  ul.trek-level
  li {
  display: table-cell;
  height: 10px;
  width: 30px;
  background: #ddd;
  border-left: 2px solid #fff;
}

ul.level-1 li:first-child,
ul.level-2 li:first-child,
ul.level-2 li:nth-child(2),
ul.level-3 li:first-child,
ul.level-3 li:nth-child(2),
ul.level-3 li:nth-child(3),
ul.level-4 li:first-child,
ul.level-4 li:nth-child(2),
ul.level-4 li:nth-child(3),
ul.level-4 li:nth-child(4),
ul.level-5 li:first-child,
ul.level-5 li:nth-child(2),
ul.level-5 li:nth-child(3),
ul.level-5 li:nth-child(4),
ul.level-5 li:nth-child(5) {
  background: var(--main-color) !important;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer {
  display: table;
  width: 100%;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer
  .reviews {
  font-size: 12px;
  font-weight: 400;
  color: #555;
  display: table-cell;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer
  .button
  a {
  background: var(--main-color);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 5px;
  transition: 0.3s;
}

.package_treks_alternative_card
  .package_treks_alternative_card__content
  .package_treks_alternative_card__footer
  .button
  a:hover {
  background: #333;
  color: #fff;
  transition: 0.3s;
}

.hotel_upgrade {
  border-bottom: 1px solid #dbdbdb;
  margin: 18px 0;
  padding: 18px 0;
}

.hotel_upgrade h3 {
  font-size: 1em;
}

.hotel_upgrade .hotel_img {
  background: var(--main-color);
  display: table;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto 8px;
}

.hotel_upgrade .hotel_img img {
  width: 60px;
  height: 60px;
}

.hotel_upgrade strong {
  font-size: 1.7em;
  display: block;
  color: var(--main-color);;
  letter-spacing: -2px;
}

.hotel_upgrade em {
  font-size: 0.9em;
}

.packing-list-container > div {
  margin-bottom: 20px !important;
}

.packing-list-content {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #f8f9fa;
}

.height-4 {
  height: 4em;
}

@media (max-width: 10000px) {
  .youtube_player {
    width: 700px;
    height: 394px;
    margin: 1.5em auto;
    display: table;
  }
}

@media (max-width: 1920px) {
  .youtube_player {
    width: 700px;
    height: 394px;
    margin: 1.5em auto;
    display: table;
  }
}

@media (max-width: 800px) {
  .youtube_player {
    width: 500px;
    height: 281px;
    margin: 1.5em auto;
    display: table;
  }
}

@media (max-width: 700px) {
  .youtube_player {
    width: 400px;
    height: 225px;
    margin: 1.5em auto;
    display: table;
  }
}

.card-play,
.we-box__number {
  display: flex;
  text-align: center;
}

.card-play,
.we-box__number {
  background: var(--co-primary);
}

.we-box__number {
  width: 70px;
  height: 70px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: 8px auto;
}




@media (max-width: 480px) {
  .btn-salkantay.link-ahead-icon {
    border: 10px solid #d02960;
    display: none !important;
  }
}

.card-play {
  position: absolute;
  font-size: 1.5em;
  right: 0.5em;
  top: 0.5em;
  width: 3em;
  height: 1.9em;
  border-radius: 0.4em;
  color: #fff;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  transition: 0.3s;
}

.card-trip:hover .card-play {
  background: var(--co-primary-hover);
  transition: 0.3s;
}

.content-campsite_photo {
  border-radius: 0.5em;
  overflow: hidden;
}

.section-campsite {
  padding: 2em;
  border-left: 1px solid var(--grey-50);
  border-right: 1px solid var(--grey-50);
}

.section-campsite p {
  margin: 0.6em 0;
}

.section-campsite-icon {
  border-radius: 0.5em;
  background: var(--grey-35);
  height: 100%;
  padding: 1em 0.2em;
  color: var(--color-text);
  font-size: 1.2rem;
}

.section-campsite-icon strong {
  display: block;
}

.section-campsite-icon .icon {
  margin: 0.5em 0;
  text-align: center;
}

.section-campsite-icon .icon img {
  width: 50%;
  filter: invert(39%) sepia(70%) saturate(1553%) hue-rotate(0deg)
    brightness(103%) contrast(106%);
}

.section-campsite-icon .content {
  text-align: center;
}

.content.opt_2 strong {
  display: block !important;
}

.content.opt_2 span {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.title_alternative {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: var(--title-font-size);
  width: var(--hero-content-block-width);
}

.links_internal {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  z-index: 1;
}

.icon_campsite {
  display: block;
  padding: 15px;
  text-align: center;
  color: var(--swiper-pagination-color) !important;
  font-size: 80%;
  transition: 0.5s;
}

.icon_campsite:hover strong {
  color: #fff;
  transition: 0.5s;
}

.icon_campsite img,
.icon_campsite strong {
  display: inline-grid;
  vertical-align: middle;
}

.icon_campsite strong {
  font-weight: 900;
  
}

.icon_campsite strong span {
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 80%;
}

.icon_campsite img {
  max-width: 100px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(77deg)
    brightness(103%) contrast(101%);
}

@media (max-width: 500px) {
  .icon_campsite {
    text-align: center;
  }

  .icon_campsite img {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .icon_campsite strong {
    font-size: 8px !important;
    display: block !important;
  }
}

/* -----------------------------botón general------------------------------------------------------ */
.button1 {
  margin: 20px 0px;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  border: NONE;
  cursor: pointer;
  color: white;
  background-color: rgb(173, 68, 42);
  z-index: 1;
  overflow: hidden;
  font-weight: bold;
}

.button1 .cap {
  position: absolute;
  background-color: white;
  width: 120%;
  height: 100%;
  transform: skew(-20deg);
  top: 0;
  left: -130%;
  transition: 0.6s ease all;
  z-index: -1;
}

.button1 span {
  z-index: 2;
}

.button1:hover .cap {
  left: -9%;
}

.button1:hover {
  color: rgb(173, 68, 42);
}

.card-travel-info {
  display: table;
  border: 1px solid var(--bs-gray-400);
  text-transform: uppercase;
  line-height: 23px;
  transition: 0.3s;
  width: 100%;
}

.card-travel-info:hover {
  background: var(--bs-gray-200);
  transition: 0.3s;
}

.card-travel-info a {
  color: var(--main-color);
  display: block;
}

.card-travel-info .card-travel-info-img {
  display: table-cell;
  width: 17%;
  vertical-align: middle;
  padding: 15px;
}

.card-travel-info .card-travel-info-img img {
  width: 100%;
  /*
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(288%) hue-rotate(343deg) brightness(114%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(288%) hue-rotate(343deg) brightness(114%) contrast(100%);
*/
  -webkit-filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg)
    brightness(104%) contrast(97%);
  filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg)
    brightness(104%) contrast(97%);
}

.card-travel-info .card-travel-info-text {
  display: table-cell;
  width: 83%;
  vertical-align: middle;
  padding: 15px;
  background-image: url(../assets/icons/svg/next2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10%;
}

.card-travel-info .card-travel-info-text strong {
  display: block;
  font-size: 120%;
  color: var(--main-color);
  color: var(--bs-gray-700);
}

.card-travel-info .card-travel-info-text span {
  font-size: 85%;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  .card-travel-info {
    display: block !important;
  }

  .card-travel-info-img {
    display: block !important;
    padding-bottom: 5px !important;
    width: 25% !important;
  }

  .card-travel-info-text {
    display: block !important;
    width: 100% !important;
    padding-top: 5px !important;
  }
}

@media (max-width: 1000px) {
  .card-travel-info {
    font-size: 80% !important;
  }

  .card-travel-info-img {
    width: 35% !important;
  }
}

@media (max-width: 767px) {
  .card-travel-info {
    display: table !important;
    width: 100%;
    font-size: 100% !important;
  }

  .card-travel-info-img {
    width: 15% !important;
    display: table-cell !important;
    padding: 15px !important;
  }

  .card-travel-info-text {
    width: 85% !important;
    display: table-cell !important;
    padding: 15px !important;
  }
}

.form-control {
  font-size: 1.4rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}
.display-none {
  display: none;
}




.note_itinerary_1 {
  padding-left:1rem;
  padding-top:1rem;
  padding-bottom:1rem;
  border-left:1px dashed #db5f15;
  background-color:#f8f8f8;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}






/* NOTES / LIST NEW*/



.list-item li {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  position: relative;
  display: block;
  margin: 1rem 0;
}

.list-item li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: var(--main-color);
}

.list-item ul li::before {
  content: "\f054";
  font-weight: 800;
}


.st-list.single-to-double,
ul.c2-column,
ul.c3-column,
ul.c4-column {
  column-gap: 4rem;
  column-count: 1 !important;
}

@media screen and (min-width: 576px) {
  .st-list.single-to-double,
  ul.c2-column,
  ul.c3-column,
  ul.c4-column {
    column-count: 2 !important;
  }
}
@media screen and (min-width: 992px) {
  ul.c3-column,
  ul.c4-column {
    column-count: 3 !important;
  }
}
@media screen and (min-width: 1200px) {
  ul.c4-column {
    column-count: 4 !important;
  }
}





@media screen and (min-width: 1200px) {
  .list-item {
    padding-left: .5rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .list-item {
    border: none;
    padding-left: .5rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .list-item {
    border: none;
    padding: 0;
    font-size: 1.5rem;
  }
}




/** ======================= **/


.activity_level {
  background: #F3F3F3;
  padding: 20px;
  height: inherit;
}

.activity_level_img img {
  width: 100%;
}


.equipment-container{
  margin-bottom: 2rem;
}
.equipment-container>p {
  padding: 1rem 0;
}


.heading-h3 {
  font-size: 2.2rem;
  padding: 2rem 0;
  position: relative;
  font-weight: 550;
}

.heading-h3::before {
  content: "";
  position: absolute;
  top: 0rem;
  width: 6rem;
  height: .4rem;
  background-color: var(--main-color);
}

.heading-h4 {
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: 600;
}

.we-box {
  text-align: left;
}





/** ======================= **/





.info-advise, .info-advise-2 {
  display: flex;
  gap: 1rem;
  padding: 2rem;
  margin: 2rem 0rem;
  align-items: center;
}

.info-advise a, .info-advise-2 a{
  font-weight: 900;
}

.info-advise a{
  color: #333;
  border-bottom: 1px solid var(--co-primary);
}
.info-advise-2 a {
  color: white;
  border-bottom: 1px solid white;
}

.info-advise i, .info-advise-2 i {
  font-size: 2.5rem;
}
                                    
.info-advise {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}
.info-advise i {
  color: var(--main-color);
}

.info-advise-2 {
  background-color: var(--main-color);
  border: 1px solid #ddd;
  color: var(--bs-body-bg);
}

.info-advise-2 i {
  color: var(--bs-body-bg);
}

.info-advise-2 .bottom-white {
  background: white;
  color: var(--second-color);
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  display: table;
  margin: 0.5rem auto 0rem auto;
  transition: 0.3s;
  font-weight: 600;
  position: relative;
}
.info-advise-2 .bottom-white::after {
  content: "🠊";
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
}
.info-advise-2 .bottom-white:hover {
  background: var(--second-color);
  color: white;
}



/* TABLE CAMPS*/

.table-x{
  overflow-x: auto;
  border-radius: 15px;
  background: white;
}

.table-x table thead tr th, .table-x table tbody tr td{
  padding: 1rem;
  border: 0.1rem solid var(--grey-35);
}

.table-x table{
  width: 100%;
  min-width: 920px;
}

.table-x table thead tr{
  background: var(--co-primary);
  color: white;
}
.table-x table thead tr th{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.table-x table tbody tr:nth-child(2n+2){
  background-color: var(--grey-50);
}

.table-x table tbody tr td:first-child{
  white-space: nowrap;
  background: var(--text-color);
  color: white;
}

.table-x table thead tr th{
  
}

.table-x table tbody tr td{
  
}





.link-image{
  display: block;
  background: var(--co-primary);
  background: #000;
  aspect-ratio: 5 / 4;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

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

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

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

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

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



.link-image .image{
  width: 100%;
  height: 100%;
}

.link-image .image img{
  width: 100%;
  height: 100%;      /* Obliga a la imagen a llenar la altura del div */
  object-fit: cover; /* Escala y recorta para rellenar, como background-size: cover */
  object-position: center; /* Centra el recorte */
  opacity: 0.8;
}

.link-image .text{
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;

  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2.5rem !important;
}
.link-image .text::before{
  content: "";
  height: 0.3rem;
  width: 30%;
  background: white;
  position: absolute;
  left: 0rem;
  bottom: -1.3rem;
}




.link-image .icon{
  position: absolute;
  bottom: 10%;
  right: 10%;
  height: 25%;
  width: 25%;
  overflow: hidden;
}

.link-image:hover .icon::after{
  right: 0rem;
  opacity: 1;
}
.link-image .icon::after{
  right: calc(100%);
  opacity: 0;
}

.link-image:hover .icon::before{
  left: calc(100%);
  opacity: 0;
}
.link-image .icon::before{
  left: 0px;
  opacity: 1;
}

.link-image .icon::after,
.link-image .icon::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(124deg) brightness(107%) contrast(101%);
  bottom: 0px;
  background-image: url("../assets/svg/next.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: 0.5s;
}






.camps_reviews{
  text-align: center;
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.camps_reviews .image_autor{
  display: flex;
  justify-content: center;  /* Centra horizontalmente (eje principal) */
  align-items: center;      /* Centra verticalmente (eje cruzado) */

}
.camps_reviews .image_autor .image img{
  width: 8rem;
  border-radius: 50%;
}
.camps_reviews .image_autor .autor{
  color: var(--co-primary);
  font-weight: 900;
  text-align: left;
  line-height: normal;
  padding-left: 1rem;
}
.camps_reviews .image_autor .autor span{
  display: block;
  font-style: italic;
  color: var(--text-color);
  font-weight: 500;
}


.camps_reviews .review {
  display: -webkit-box;       /* Necesario para que funcione line-clamp */
  -webkit-line-clamp: 3;      /* Número de filas que deseas mostrar */
  -webkit-box-orient: vertical; /* Define la orientación del contenedor */
  overflow: hidden;           /* Esconde el texto que sobra */
  text-overflow: ellipsis;    /* Agrega los tres puntos (...) */
  
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.camps_reviews .web img{
  height: 2.2rem;
}

.best-combinations-section .section-campsite-icon{
  background: white;
}




/* LINK FLOTANTE IZQUIERDO*/


.bottom-fixed{
  position: fixed;
  bottom: 5%;
  left: 2.5%;
  background: var(--co-primary);
  padding: 2rem;
  color: white;
  z-index: 5;
  border-radius: 1rem;
  max-width: 500px;
  text-align: center;
}

.bottom-fixed a{
  display: block;
  padding: 1.5rem;
  background: #333333;
  margin-top: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bottom-fixed a::before{
  background: #000000;
}




.inclusions-list .inclusions-sublist li.visible p,
.inclusions-list .inclusions-sublist li.visible ul{
  display: block;
}





.aspect_16_9, .aspect_4_5, .aspect_5_4{
  display: block;
  width: 100%;
}
.aspect_16_9{aspect-ratio: 16 / 9;}
.aspect_4_5{aspect-ratio: 4 / 5;}
.aspect_5_4{aspect-ratio: 5 / 4;}





h2.sub-title,
h3.sub-title,
h4.sub-title,
h5.sub-title,
h6.sub-title{
  color: #333333;
  font-weight: 700;
  position: relative;
}
h2.sub-title span,
h3.sub-title span,
h4.sub-title span,
h5.sub-title span,
h6.sub-title span{
  color: var(--co-primary);
}

h2.sub-title{
  font-size: 2.5rem;
}
h3.sub-title{
  font-size: 2.2rem;
}
h4.sub-title{
  font-size: 2rem;
}
h5.sub-title{
  font-size: 1.8rem;
}
h6.sub-title{
  font-size: 1.5rem;
}

.bg-main{
  background: var(--co-primary);
  color: white !important;
  padding: 1rem;
}
.bg-second{
  background: #333;
  color: white !important;
  padding: 1rem;
}
