.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt-80 {
  margin-top:80px!important;
}
.bg-gray {
  background: #f6f6f6;
}
.pt100 {
  padding-top:100px;
}
.pb100 {
  padding-bottom:100px;
}
.w-60 {
  width:60%;
}
.w-83{
  width:83%!important;
}
.hero-image {
  background: linear-gradient(180deg, #F6F9EB 0%, rgba(246, 249, 235, 0.00) 100%);
  padding:70px 0 40px;
}
.hero-image h1 {
  color: #17191C;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin:0 0 40px;
}
.hero-image .list-content{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.hero-image hr {
  margin:40px 0;
}
.hero-image p {
  color: #17191C;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 25.5px */
}
.hero-image .box-blue {
  border-radius: 10px;
  background: #ECF4FF;
  padding:16px;
}
.hero-image .text-final {
  margin:30px 0;
}
.box-blue h6 {
  color: #003D90;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
}

.box-blue p {
    color: #003D90;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 6px;
    display: flex;
    gap: 6px;
} 

p.archive-content {
  color: #17191C;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 28.5px */
  margin-bottom: 30px;
}
.note-blue{
  border-radius: 8px;
  background: #ECF4FF;
  padding:21px 16px;
}
.note-blue p{
  color: #003D90;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.mapi-groups h2 {
  text-transform: none;
  color: #17191C;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.mapi-groups p.subtitle {
  color: #0052bd;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 14px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
p.content-mapi-groups {
  color: #17191c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 150%;
}
.adventure_box_home {
  display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      border-radius: 30px;
      background: #FFFFF9;
      box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.10);
}
.info-box-tour {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding: 24px 16px;
}
.day-tour h2 {
  margin-bottom:40px;
}
.day-tour h2 span{
  color: #17191C;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.info-daytour .d-tour{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.info-daytour .d-tour p{
  margin: 0;
  color: #393D43;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.info-daytour .d-tour span {
  color: #029C2D;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19.5px */
}
.info-daytour .d-tour.pickup span {
    color: #17191C;
}
.info-daytour p {
  color: #17191C;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.day-tour .tour-button{
  padding:10px 40px;
}
.adventure_box_home .best_seller {
  position: absolute;
  color: #100032;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  background: #00BFFF;
  top: 28px;
}
.adventure_box_home .award_winner {
  position: absolute;
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  background: #00DC6D;
  top: 28px;
}
a.info-box-tour-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.info-box-tour p.description {
  color: #17191c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 150%; /* 21px */
  margin-bottom: 25px;
}
.yellow-banner {
  border-radius: 30px;
  background: #fffbc2;
  padding:40px;
  width:75%;
  margin: 30px auto;
}
.yellow-banner h3 {
  color: #17191C;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom:8px;
}
.yellow-banner p {
  margin-bottom: 16px;
  color: #17191C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.yellow-banner a {
  border-radius: 16px;
  background: #007902;
  padding: 12px 14px;
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  width: 65%;
}
.yellow-banner .btn-green-line {
    background: transparent;
    color: #007902;
    border: 1px solid #007902;
}
.first-box-yellow p{
  width: 85%;
  margin: auto;
  margin-bottom:20px;
}
.banner-black{
  background: #1E2C11;
  padding: 40px 0;
}
.banner-black h4{
  color: white;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.banner-black span{
  color: #FFE200;
}
.banner-black h6 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  margin-bottom:8px;
}
.banner-black p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
.box-black {
  border-radius: 30px;
  border: 2px solid #DBDBDB;
  padding:40px;
  margin-top:40px;
}
.box-black p {
  color: #17191C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom:0;
}
.box-black a {
  color: #1C1F25;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 16px;
    border: 1px solid #000;
}
.info-banner h3 {
  color: #17191c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.info-banner p {
  color: #17191c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.info-banner p a {
  color: #0052bd;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.why-options {
  display: flex;
}
.adventure_box_home img.img-card {
  height: 197px;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}
.data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 20px;
  width: 100%;
  padding: 10px 0;
  /* margin-top: auto; */
}

.tour-button {
  border-radius: 16px;
  background: #0052bd;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  transition:.5s;
}
.tour-button:hover{
  background:#1D68CB;
  color:white;
}
p.price-title {
  color: #17191C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.price {
  color: #116B3E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
span.discount-groups-4{
  color: #17191C;
  text-align: right;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%; /* 15px */
}
span.diez-off {
  font-size:11px;
}
.line-height-1 {
  line-height: 1;
}
h2.why-title {
  margin-bottom: 42px;
}
.why-options .box-options {
  border-radius: 16px;
  border: 1px solid #002060;
  padding: 40px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  height:100%;
}
.why-options p {
  color: #17191c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.adventure_box_home .top_experience {
  position: absolute;
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  background: #FF0000;
  top: 28px;
}
hr.divided-tours {
  margin-top: 80px;
  margin-bottom: 20px;
}
.tips h2{
  margin-bottom:40px;
}
.tips .accordion-button{
  color: #1C1F25;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  background: #f6f6f6;
  padding: 24px 15px 8px;
  border-bottom: 1px solid #DBDBD8;
}
.tips .accordion h2 {
  margin-bottom:0;
}
.accordion-body {
  background: #f6f6f6;
}
.reviews {
  background: #EBF5E3;
  padding:60px 0;
}
.reviews h2 {
  margin-bottom:40px;
}
h2 {
  color: #17191C;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: inherit;
  letter-spacing: normal;
}

.box-review {
  border-radius: 16px;
  background: #F7F7F7;
  padding:24px 40px;
  display: flex !important;
  flex-direction: column;
  height: inherit;
  margin: 0 10px;
}
.box-review .box-autor {
  border-bottom:1px solid #C7C7C7;
  padding-bottom:16px;
  margin-bottom: 16px;
}
.box-review h6 {
  color: #17191C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin:4px 0 2px;
}
.box-review img.img-autor{
  border-radius: 8px;
  width:104px;
}
.box-autor span {
  color: #4F5255;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
}
.box-review p {
  color: #17191C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  
}
.box-review .traveled{
  color: #4F5255;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  margin-bottom: 0;
  margin-top: auto;
}
.box-review .traveled a {
  color: #0052BD;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.box-black{
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0, 6, 24, 0.60) 0%, rgba(0, 6, 24, 0.60) 100%), url(https://www.yapaexplorers.com/wp-content/uploads/2025/04/653c13e8536d31e5bdcc76ae477406cdbcd1c6c6.png) lightgray 0px -324.032px / 100% 190.131% no-repeat;
  height: 435px;
}
.box-black .contain-content-banner{
  margin: 0 auto;
  text-align: center;
}
.box-black .contain-content-banner h2{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%; /* 45px */
  margin-bottom: 8px;
}
.box-black .contain-content-banner p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 24px !important;
}
.box-black .contain-content-banner a{
  border-radius: 16px;
  background: #0052BD;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  display: inline-flex;
  border: none;

}

.reviews .slick-prev img{
  width: 23px;
}
.reviews .slick-next img{

  transform: rotate(180deg);
  width: 23px;
}
.reviews .slick-prev:before, .slick-next:before{
  display:none;
}
.reviews .slick-track{
  display:flex!important;
}
@media (min-width:1100px) and (max-width:1240px){
  .tour-button{
    padding:10px 20px!important;
  }
  #desktop_menu {
    gap: 20px!important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      width: 86%;
      padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-image h1 {
    font-size: 38px;
  }
  .first-box-yellow .yellow-banner {
    padding:40px 20px;
    width: 100%;
  }

  .day-tour .tour-button{
    padding:10px 20px;
  }
  .hero-image .list-content{
    align-items: start;
  }
  .hero-image .list-content img {
    margin-top: 7px;
  }
  .box-blue p{
    align-items: start;
  }
  .w-60 {
    width:100%;
  }
  .yellow-banner a{
    font-size:12px;
    width:100%;
  }
}
