* {
  font-family: "Roboto Condensed", sans-serif;
}

.container {
  max-width: 90% !important;
}
p {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  margin-bottom: 20px;
}
h2 {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
nav {
  padding: 0 6% !important;
}
.clr-white {
  color: #fff;
}
.clr-blue {
  color: #002230;
}
.pd16 {
  padding: 16px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt50 {
  padding-top: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb-48 {
  margin-bottom: 48px;
}
.pt-120 {
  padding-top: 120px;
}
.d-flex-center {
  display: flex;
  align-items: center;
}
.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt-48 {
  margin-top: 48px;
}
.pt16 {
  padding-top: 16px;
}
.pb16 {
  padding-bottom: 16px;
}
.mb16 {
  margin-bottom: 16px;
}
.bg-blue {
  background: #276695;
}
.bg-skr {
  background: #d0e8fb;
}
.mr20 {
  margin-right: 20px;
}
.btn-blue {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 53px;
  border-radius: 20px;
  border: 2px solid #002230;
  display: inline-block;
}
.btn-light-orange {
  padding: 12px 32px;
  border-radius: 20px;
  background: #fd9;
  color: #9e6900;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}

.box-quick-tips {
  padding: 20px;
  margin-top: 30px;
}
.box-quick-tips p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;

  color: #002230;
}
.box-quick-tips ul {
  padding-inline-start: 15px;
}
.box-quick-tips ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #002230;
  margin-bottom: 15px;
}
#header {
  height: 8vh;
  border-bottom: 1px solid #fff;
}
a.button-menu {
  background: #f7a400;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 24px;
}
h2.subtitle-home {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
h2.small-subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #002230;
}
.exp-box {
  margin-bottom: 20px;
  height: 212px;
  border-radius: 20px;
  background-size: cover !important;
  position: relative;
}
p.exp-box-title {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 31.9px */
  margin: 0;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.adventure-box {
  background: #f5f5f5;
  border-radius: 30px;
}
p.adventure-box-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  color: #002230;
}
.white-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-flex;
}
.intro-hero {
  /* position: absolute;
	top: 0;
    bottom: 0;
    margin: auto 0;
    height: 320px;
    left: 100px; */
  background-size: cover !important;
}
.hero-image-home {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}
.intro-hero h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 117px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
}
.intro-hero p {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.white-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #006a94;
  margin-bottom: 0;
}
.buttons {
  display: flex;
}
a.pry-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 12px 32px;
  background: #f7a400;
  border-radius: 20px;
}
a.sec-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 12px 66.5px;
}
.tours-container {
  margin-top: -60px;
}
p.tours-agent {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #002230;
  margin-bottom: 0;
}
a.tours-more-info-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-decoration-line: underline;
  color: #002230;
}
.hidden-md,
.hidden-lg {
  display: none;
}

.bg_shadow .logo {
  display: none;
}

.bg_shadow .img-shadow {
  display: block !important;
  height: 32px;
}
.discover {
  padding: 80px 0 120px;
}
.discover h2 {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.quicktip {
  padding: 80px 0;
  background: #d0e8fb;
  border-radius: 20px;
  margin-top: 120px;
}
.quicktip .title {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.list-qt ul {
  padding-inline-start: 20px;
}
.list-qt ul li {
  margin-bottom: 8px;
  color: #002230;
}
.start-adventure {
  padding: 50px 0 100px;
}
.start-adventure h2 {
  margin-bottom: 16px;
}
/* .desktop-tours .col-md-4:nth-last-child(-n + 2) {
  display: none;
} */
.you-need h5 {
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  margin-bottom: 48px;
}
.you-need:last-child p {
  margin-bottom: 24px;
}
.faqs-home .card {
  border: none;
}
.faqs-home .card-header {
  background: none;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0;
}
.faqs-home img {
  border-radius: 8px;
}
.faqs-home .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  color: #002230;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 29px */
  border: none;
  background: none;
  cursor: pointer;
}
.faqs-home .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(https://www.salardeuyuni.com/wp-content/uploads/2024/12/chevron-down-salar.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 15px;
  top: 30px;
}
.faqs-home .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  top: 22px;
}
.faqs-home .accordion-button.btn.focus,
.faqs-home .accordion-button.btn:focus,
.faqs-home .accordion-button.btn-link:hover,
.faqs-home .accordion-button.btn-link.focus,
.faqs-home .accordion-button.btn-link:focus {
  outline: none;
  text-decoration: none;
  color: #002230;
}
button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .faqs-home .accordion-button {
    display: grid;
    grid-auto-columns: 85% 10%;
    text-align: left;
  }
  .faqs-home .accordion-button::after {
    top: 50%;
  }
  .faqs-home .accordion-button:not(.collapsed)::after {
    top: 40%;
  }
  .tours-home .btn-blue {
    margin: 24px 0;
  }
}
/* CELULAR */
@media screen and (max-width: 767px) {
  #header {
    height: inherit;
    padding: 0 !important;
  }
  .navbar-collapse,
  .slider-menu nav {
    padding: 0 0 10px !important;
  }
  .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    text-transform: uppercase;
    color: #252525 !important;
    display: block;
    padding-left: 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 13px;
  }
  .bg_shadow .img-shadow {
    margin-left: 1rem;
  }
  .intro-hero {
    left: 18px;
  }
  .hero-image-home {
    background-image: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
      ),
      url(https://www.salardeuyuni.com/wp-content/uploads/2023/07/salar-de-uyuni-home-mobile.jpg) !important;
  }
  .intro-hero h1 {
    font-size: 3.2em !important;
    line-height: 63px;
    margin-bottom: 20px;
  }
  .white-box p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  a.sec-button {
    padding: 12px 58.5px;
  }
  h2.subtitle-home {
    font-size: 32px;
    line-height: 38px;
  }
  .contain-exp-box .col-md-6 {
    padding: 0;
  }
  .exp-box {
    background-position: center !important;
  }
  .hidden-xs,
  .hidden-sm {
    display: none;
  }
  .hidden-md,
  .hidden-lg {
    display: block;
  }
  .slick-list {
    position: absolute;
    top: -67px;
  }
  .adventure-box {
    z-index: 1000;
    position: absolute;
    top: -60px;
    width: 92%;
  }
  a.button-menu {
    display: none;
  }
  .box-quick-tips {
    margin-top: 20px;
  }
  .quicktip {
    padding: 40px 20px;
  }
  .quicktip .title p.p-title {
    font-size: 25px !important;
    text-align: center;
  }
  p.p-subtitle {
    font-size: 30px !important;
    text-align: center;
  }
  .buttons {
    display: inherit !important;
  }
  .buttons a.pry-button,
  .buttons a.sec-button,
  .buttons .btn-light-orange {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
