@import 'sidebarjs/lib/sidebarjs.css';
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Beautiful Comethrue", sans-serif;
  font-weight: 700;
}

.max-width {
  box-sizing: border-box;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 2300px) {
  .max-width {
    max-width: 1500px;
  }
}
@media (max-width: 1800px) {
  .max-width {
    max-width: calc(100vw - 240px);
  }
}
@media (max-width: 1440px) {
  .max-width {
    max-width: calc(100vw - 190px);
  }
}
@media (max-width: 992px) {
  .max-width {
    max-width: calc(100vw - 80px);
  }
}
@media (max-width: 480px) {
  .max-width {
    max-width: 100vw;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .max-width {
    max-width: 100vw;
    padding: 0 20px;
  }
}

.p {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.p b {
  font-weight: 700;
}

@font-face {
  font-family: "Beautiful Comethrue";
  src: url("../fonts/BeautifulComethrueRegularCondensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beautiful Comethrue";
  src: url("../fonts/BeautifulComethrueBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.button {
  width: max-content;
  display: flex;
  padding: 15px 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px;
}
.button__white {
  width: 100%;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  height: 40px;
}
.button__blue {
  background-color: #0C2849;
  border: 1px solid #2A3E59;
}
.button__blue:hover {
  background-color: #E2DBD1;
  color: #2A3E59;
  border: 1px solid #2A3E59;
}

.h2 {
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  color: white;
  letter-spacing: 7.6px;
}
.h2__line {
  position: relative;
}
.h2__line::after {
  content: "";
  position: absolute;
  bottom: -12px;
  background-color: #A3B4BF;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .h2 {
    font-size: 38px;
  }
}

.content p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 18px;
}
.content h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 2.13rem;
}
.content h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.content h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.content h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.content h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.content h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.content li {
  list-style: initial;
}
.content b,
.content strong {
  font-weight: bold;
}

.footer {
  padding: 50px 0;
  background-color: #0C2849;
}
.footer__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__figure {
  position: relative;
  width: 213px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.footer__figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.footer .hero-front__ul {
  width: 270px;
  justify-content: space-around;
}
.footer__direccion {
  color: white;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 100%;
}
.footer__end-footer {
  margin-top: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
.footer__end-footer b {
  font-weight: 600;
}
.footer__nav {
  margin-bottom: 50px;
  text-align: center;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.footer__menu-item::after {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  background-color: #E2DBD1;
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
  }
  .footer__menu-item::after {
    content: "|";
    display: inline;
    background: none;
    width: auto;
    height: auto;
    color: white;
    margin: 0 0 0 40px;
  }
  .footer__menu-item:last-child::after {
    content: "";
    margin: 0;
  }
}
.footer__menu-link {
  color: white !important;
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.footer__menu-link:hover {
  text-decoration: underline;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.header__bg {
  background-color: rgba(0, 0, 0, 0.499);
}
.header__wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 0;
  justify-content: space-between;
}
@media screen and (min-width: 440px) {
  .header__wrapper {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper {
    gap: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    gap: 200px;
  }
}
@media screen and (min-width: 1800px) {
  .header__wrapper {
    gap: 250px;
  }
}
.header__branding img {
  width: 47.304px;
  height: 40px;
}
@media screen and (min-width: 940px) {
  .header__branding img {
    width: 200px;
    max-height: 80px;
    height: 70px;
    object-fit: contain;
  }
}
.header__rigth {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 540px) {
  .header__rigth {
    gap: 50px;
    flex-direction: row;
  }
}
.header__translate .gtranslate_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #D8EBF2;
}
.header__translate .gtranslate_wrapper::after {
  content: "/";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  font-weight: 700;
  color: #D8EBF2;
}
@media screen and (max-width: 540px) {
  .header__button {
    padding: 10px 16px;
    font-size: 14px;
  }
}

.experiences {
  padding-top: 40px;
  background-color: #0C2849;
}
@media screen and (min-width: 768px) {
  .experiences {
    padding-top: 80px;
  }
}
.experiences__h2 {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-weight: 400;
}
.experiences__h2::after {
  width: 120px;
  height: 5px;
  background-color: #A3B4BF;
}
@media screen and (min-width: 768px) {
  .experiences__h2::after {
    right: 30%;
    top: calc(50% - 2.5px);
  }
}
@media screen and (min-width: 1240px) {
  .experiences__h2::after {
    right: 50%;
  }
}
.experiences__icono {
  display: block;
  margin-bottom: 24px;
  width: 34px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .experiences__icono {
    width: 64px;
  }
}
.experiences__ul {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.experiences__ul.open {
  display: flex;
  flex-direction: column;
}
.experiences__ul.open .experiences__li {
  width: 100%;
}
.experiences__ul.open .experiences__li.open {
  width: auto;
}
.experiences__ul.open .experiences__li.open svg {
  rotate: 270deg;
}
.experiences__ul.open .experiences__figure {
  display: none;
}
.experiences__ul.open .experiences__tittle {
  position: initial;
}
.experiences__ul.open .experiences__h3 {
  padding: 20px 40px;
}
@media screen and (min-width: 1024px) {
  .experiences__ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .experiences__ul.open {
    display: flex;
    flex-direction: row;
  }
  .experiences__ul.open .experiences__li {
    width: 220px;
  }
  .experiences__ul.open .experiences__li.open {
    width: auto;
  }
  .experiences__ul.open .experiences__li.open svg {
    rotate: 360deg;
  }
  .experiences__ul.open .experiences__figure {
    display: none;
  }
  .experiences__ul.open .experiences__tittle {
    position: initial;
    display: flex;
    align-items: center;
  }
  .experiences__ul.open .experiences__h3 {
    padding: 20px 5px;
  }
}
.experiences__li {
  position: relative;
  height: 94px;
  width: auto;
  overflow: hidden;
  background-color: #E2DBD1;
  transition: all 0.3s ease;
}
.experiences__li.open {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  transition: all 0.3s ease;
}
.experiences__li.open .experiences__figure {
  display: flex;
}
.experiences__li.open .experiences__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .experiences__li {
    height: auto;
    display: flex;
    align-items: center;
  }
  .experiences__li.open {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 40% 60px;
    gap: 30px;
    transition: all 0.3s ease;
  }
  .experiences__li.open .experiences__figure {
    display: flex;
  }
  .experiences__li.open .experiences__content {
    display: flex;
    flex-direction: column;
  }
}
.experiences__li:nth-child(odd) {
  background-color: #0C2849;
}
.experiences__li:nth-child(odd) .experiences__button {
  background-color: #181E26;
}
.experiences__figure {
  position: relative;
  transition: all 0.3s ease;
  height: 200px;
}
.experiences__figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.525);
}
@media screen and (min-width: 440px) {
  .experiences__figure {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .experiences__figure {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .experiences__figure {
    height: 580px;
    background-position: center center;
  }
}
.experiences__content {
  display: none;
}
.experiences__p {
  font-size: 16px;
  color: #ffffff;
}
.experiences__data {
  margin-top: 30px;
}
.experiences__span {
  font-size: 32px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #D8EBF2;
}
.experiences__button {
  width: 100%;
  margin-top: 20px;
  padding: 17px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #2A3E59;
  cursor: pointer;
  display: none;
}
.experiences__tittle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .experiences__tittle {
    flex-direction: column;
    justify-content: end;
    align-items: end;
  }
}
.experiences__h3 {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: white;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1024px) {
  .experiences__h3 {
    width: max-content;
    gap: 10px;
    writing-mode: vertical-lr;
    rotate: 180deg;
  }
}
.experiences__h3 svg {
  width: 25px;
  height: 25px;
  rotate: 90deg;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .experiences__h3 svg {
    width: 30px;
    height: 30px;
    rotate: 180deg;
  }
}

.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 {
  color: #0C2849;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 svg {
  color: inherit;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 svg path {
  fill: currentColor;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__p {
  color: #0C2849;
}

.main-single-chalet .experiences {
  background-color: white;
}
.main-single-chalet .experiences__h2 {
  color: #2F2F2F;
}
.main-single-chalet .experiences__h2::after {
  bottom: 0;
  left: 0;
  top: auto;
}

.location {
  padding: 30px 0 0;
  background-color: #E2DBD1;
  padding-top: 50px;
}
.location__h2 {
  text-align: center;
  color: #0C2849;
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.location__icons {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.location__icons::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 50px;
  background-color: #E2DBD1;
  rotate: -45deg;
}
.location__icon {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.location__icon svg {
  width: 40px;
  height: 40px;
}
.location__icon--open.disable {
  display: none;
}
.location__icon--close {
  display: none;
}
.location__icon--close path {
  stroke: #0C2849;
}
.location__icon--close.active {
  display: block;
}
.location__map {
  opacity: 0;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s ease;
}
.location__map.open {
  opacity: 1;
  height: 100%;
  transition: all 0.3s ease;
}

.nav-responsive {
  display: none;
}
.nav-responsive__branding {
  margin: 0 auto 2.5rem;
}
.nav-responsive__branding img {
  max-width: 13.75rem;
  height: auto;
  object-fit: none;
}
.nav-responsive [sidebarjs-container] {
  background-color: #ffffff;
  padding-top: 2.5rem;
}
.nav-responsive__button {
  display: none;
  background-color: transparent;
  border: none;
  color: #000000;
}
.nav-responsive__button svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .nav-responsive__button {
    display: block;
  }
}
.nav-responsive .menu {
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
  list-style: none;
}
.nav-responsive .menu li {
  position: relative;
}
.nav-responsive .menu li a {
  text-decoration: none;
  font-size: 1.13rem;
  color: #000000;
}
.nav-responsive .sub-menu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.63rem;
  max-height: 0;
  transition: max-height 0.3s;
}
.nav-responsive .sub-menu.opened {
  max-height: 31.25rem;
}
.nav-responsive .sub-menu__button {
  position: absolute;
  background-color: transparent;
  color: #000000;
  border: none;
  right: 1.25rem;
  top: 0;
}
.nav-responsive .sub-menu__button svg {
  transition: all 0.3s;
}
.nav-responsive .sub-menu__button.close svg {
  transform: rotate(180deg);
}
.nav-responsive .sub-menu > li:first-child {
  margin-top: 10px;
}

.footer {
  padding: 50px 0;
  background-color: #0C2849;
}
.footer__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__figure {
  position: relative;
  width: 213px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.footer__figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.footer .hero-front__ul {
  width: 270px;
  justify-content: space-around;
}
.footer__direccion {
  color: white;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
  max-width: 100%;
}
.footer__end-footer {
  margin-top: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
.footer__end-footer b {
  font-weight: 600;
}
.footer__nav {
  margin-bottom: 50px;
  text-align: center;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.footer__menu-item::after {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  background-color: #E2DBD1;
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
  }
  .footer__menu-item::after {
    content: "|";
    display: inline;
    background: none;
    width: auto;
    height: auto;
    color: white;
    margin: 0 0 0 40px;
  }
  .footer__menu-item:last-child::after {
    content: "";
    margin: 0;
  }
}
.footer__menu-link {
  color: white !important;
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.footer__menu-link:hover {
  text-decoration: underline;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.header__bg {
  background-color: rgba(0, 0, 0, 0.499);
}
.header__wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 0;
  justify-content: space-between;
}
@media screen and (min-width: 440px) {
  .header__wrapper {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper {
    gap: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    gap: 200px;
  }
}
@media screen and (min-width: 1800px) {
  .header__wrapper {
    gap: 250px;
  }
}
.header__branding img {
  width: 47.304px;
  height: 40px;
}
@media screen and (min-width: 940px) {
  .header__branding img {
    width: 200px;
    max-height: 80px;
    height: 70px;
    object-fit: contain;
  }
}
.header__rigth {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 540px) {
  .header__rigth {
    gap: 50px;
    flex-direction: row;
  }
}
.header__translate .gtranslate_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #D8EBF2;
}
.header__translate .gtranslate_wrapper::after {
  content: "/";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  font-weight: 700;
  color: #D8EBF2;
}
@media screen and (max-width: 540px) {
  .header__button {
    padding: 10px 16px;
    font-size: 14px;
  }
}

.experiences {
  padding-top: 40px;
  background-color: #0C2849;
}
@media screen and (min-width: 768px) {
  .experiences {
    padding-top: 80px;
  }
}
.experiences__h2 {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-weight: 400;
}
.experiences__h2::after {
  width: 120px;
  height: 5px;
  background-color: #A3B4BF;
}
@media screen and (min-width: 768px) {
  .experiences__h2::after {
    right: 30%;
    top: calc(50% - 2.5px);
  }
}
@media screen and (min-width: 1240px) {
  .experiences__h2::after {
    right: 50%;
  }
}
.experiences__icono {
  display: block;
  margin-bottom: 24px;
  width: 34px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .experiences__icono {
    width: 64px;
  }
}
.experiences__ul {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.experiences__ul.open {
  display: flex;
  flex-direction: column;
}
.experiences__ul.open .experiences__li {
  width: 100%;
}
.experiences__ul.open .experiences__li.open {
  width: auto;
}
.experiences__ul.open .experiences__li.open svg {
  rotate: 270deg;
}
.experiences__ul.open .experiences__figure {
  display: none;
}
.experiences__ul.open .experiences__tittle {
  position: initial;
}
.experiences__ul.open .experiences__h3 {
  padding: 20px 40px;
}
@media screen and (min-width: 1024px) {
  .experiences__ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .experiences__ul.open {
    display: flex;
    flex-direction: row;
  }
  .experiences__ul.open .experiences__li {
    width: 220px;
  }
  .experiences__ul.open .experiences__li.open {
    width: auto;
  }
  .experiences__ul.open .experiences__li.open svg {
    rotate: 360deg;
  }
  .experiences__ul.open .experiences__figure {
    display: none;
  }
  .experiences__ul.open .experiences__tittle {
    position: initial;
    display: flex;
    align-items: center;
  }
  .experiences__ul.open .experiences__h3 {
    padding: 20px 5px;
  }
}
.experiences__li {
  position: relative;
  height: 94px;
  width: auto;
  overflow: hidden;
  background-color: #E2DBD1;
  transition: all 0.3s ease;
}
.experiences__li.open {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  transition: all 0.3s ease;
}
.experiences__li.open .experiences__figure {
  display: flex;
}
.experiences__li.open .experiences__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .experiences__li {
    height: auto;
    display: flex;
    align-items: center;
  }
  .experiences__li.open {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 40% 60px;
    gap: 30px;
    transition: all 0.3s ease;
  }
  .experiences__li.open .experiences__figure {
    display: flex;
  }
  .experiences__li.open .experiences__content {
    display: flex;
    flex-direction: column;
  }
}
.experiences__li:nth-child(odd) {
  background-color: #0C2849;
}
.experiences__li:nth-child(odd) .experiences__button {
  background-color: #181E26;
}
.experiences__figure {
  position: relative;
  transition: all 0.3s ease;
  height: 200px;
}
.experiences__figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.525);
}
@media screen and (min-width: 440px) {
  .experiences__figure {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .experiences__figure {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .experiences__figure {
    height: 580px;
    background-position: center center;
  }
}
.experiences__content {
  display: none;
}
.experiences__p {
  font-size: 16px;
  color: #ffffff;
}
.experiences__data {
  margin-top: 30px;
}
.experiences__span {
  font-size: 32px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #D8EBF2;
}
.experiences__button {
  width: 100%;
  margin-top: 20px;
  padding: 17px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #2A3E59;
  cursor: pointer;
  display: none;
}
.experiences__tittle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .experiences__tittle {
    flex-direction: column;
    justify-content: end;
    align-items: end;
  }
}
.experiences__h3 {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: white;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1024px) {
  .experiences__h3 {
    width: max-content;
    gap: 10px;
    writing-mode: vertical-lr;
    rotate: 180deg;
  }
}
.experiences__h3 svg {
  width: 25px;
  height: 25px;
  rotate: 90deg;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .experiences__h3 svg {
    width: 30px;
    height: 30px;
    rotate: 180deg;
  }
}

.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 {
  color: #0C2849;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 svg {
  color: inherit;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__h3 svg path {
  fill: currentColor;
}
.experiences__ul.open .experiences__li:nth-child(even) .experiences__p {
  color: #0C2849;
}

.main-single-chalet .experiences {
  background-color: white;
}
.main-single-chalet .experiences__h2 {
  color: #2F2F2F;
}
.main-single-chalet .experiences__h2::after {
  bottom: 0;
  left: 0;
  top: auto;
}

.location {
  padding: 30px 0 0;
  background-color: #E2DBD1;
  padding-top: 50px;
}
.location__h2 {
  text-align: center;
  color: #0C2849;
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.location__icons {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.location__icons::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 50px;
  background-color: #E2DBD1;
  rotate: -45deg;
}
.location__icon {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.location__icon svg {
  width: 40px;
  height: 40px;
}
.location__icon--open.disable {
  display: none;
}
.location__icon--close {
  display: none;
}
.location__icon--close path {
  stroke: #0C2849;
}
.location__icon--close.active {
  display: block;
}
.location__map {
  opacity: 0;
  overflow: hidden;
  height: 0px;
  transition: all 0.3s ease;
}
.location__map.open {
  opacity: 1;
  height: 100%;
  transition: all 0.3s ease;
}

.hero-front {
  position: relative;
  height: 600px;
}
.hero-front__wrapper {
  height: 100%;
  display: grid;
  align-items: center;
}
.hero-front__follow {
  display: none;
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  gap: 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  .hero-front__follow {
    display: flex;
    left: -50px;
    rotate: -90deg;
    bottom: auto;
  }
}
.hero-front__p {
  margin-top: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  max-width: 300px;
}
.hero-front__p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-front__p {
    font-size: 22px;
    line-height: 25.6px;
    max-width: none;
  }
  .hero-front__p br {
    display: inline;
  }
}
.hero-front__ul {
  display: flex;
  gap: 5px;
}
.hero-front__a svg {
  width: 24px;
  height: 24px;
  fill: transparent;
}
.hero-front__texts {
  display: flex;
  flex-direction: column;
  height: 100%; /* O usa height: 100vh; si el contenedor padre no define altura */
  position: relative;
}
.hero-front__texts-chalets {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-front__texts-chalets {
    margin-left: 50px;
  }
}
.hero-front__h2 {
  color: #E2DBD1;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
  margin-block: auto;
  margin-left: auto;
  margin-right: auto;
}
.hero-front__h2 br {
  display: none;
}
.hero-front__h2 b {
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .hero-front__h2 {
    font-size: 42px;
    max-width: none;
  }
  .hero-front__h2 br {
    display: inline;
  }
}
.hero-front__buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hero-front__buttons {
    align-items: initial;
    flex-direction: row;
  }
}
.hero-front__play {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 8px;
  color: white;
  width: max-content;
  cursor: pointer;
}
.hero-front__play svg {
  width: 40px;
  height: 40px;
}
.hero-front__play-chalets {
  display: flex;
  font-family: "Inter", sans-serif;
  align-items: center;
  font-size: 24px;
  gap: 8px;
  font-weight: 200;
  color: white;
  flex-direction: column;
  width: max-content;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hero-front__play-chalets {
    font-size: 42px;
  }
}
.hero-front__play-chalets svg {
  width: 40px;
  height: 40px;
}

.modal {
  position: fixed;
  top: -1000%;
  left: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.333);
  backdrop-filter: blur(4px);
  transition: all 0.5s ease;
}
.modal.active {
  top: 0;
}
.modal__close {
  width: 30px;
  height: 30px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal__video {
    max-width: 80%;
    margin: 0 auto;
  }
}

.chalets {
  padding: 30px 0 80px;
  background-color: #E2DBD1;
}
.chalets__h2 {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 400;
  color: #0C2849;
  letter-spacing: 0;
}
.chalets__h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .chalets__h2 br {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .chalets__h2 {
    text-align: center;
  }
}
.chalets__h2::after {
  width: 128px;
  height: 5px;
  background-color: #A3B4BF;
  bottom: -12px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .chalets__h2::after {
    left: auto;
  }
}
.chalets__paragraph {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #0C2849;
  font-family: "Inter", sans-serif;
}
.chalets__icono {
  display: block;
  margin: 0 auto 24px;
  width: 34px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .chalets__icono {
    width: 64px;
  }
}
.chalets__content .swiper-chalets {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
.chalets__content .swiper-chalets .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.chalets__content .swiper-chalets .swiper-slide {
  width: 100% !important;
}
.chalets__content .swiper-chalets .swiper-button-next,
.chalets__content .swiper-chalets .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 940px) {
  .chalets__content .swiper-chalets .swiper-wrapper {
    flex-direction: row;
  }
  .chalets__content .swiper-chalets .swiper-button-next,
  .chalets__content .swiper-chalets .swiper-button-prev {
    display: block;
  }
  .chalets__content .swiper-chalets .swiper-button-next::after,
  .chalets__content .swiper-chalets .swiper-button-prev::after {
    color: white;
    font-size: 24px;
  }
  .chalets__content .swiper-chalets .swiper-button-prev {
    left: -10px;
    display: none;
  }
  .chalets__content .swiper-chalets .swiper-button-next {
    right: -10px;
    display: none;
  }
}
.chalets__chalet {
  max-width: 380px;
  background-color: #0C2849;
  border-radius: 24px 24px 10px 10px;
}
.chalets__top {
  position: relative;
}
.chalets__figure {
  height: 300px;
}
.chalets__figure img {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chalets__data {
  position: absolute;
  bottom: 0;
  padding: 10px 30px;
  width: 100%;
  display: flex;
  gap: 30px;
  background: rgba(12, 40, 73, 0.9);
  font-family: "Inter", sans-serif;
}
.chalets__span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  gap: 10px;
  color: white;
}
.chalets__span svg {
  width: 30px;
  height: 30px;
}
.chalets__end {
  padding: 20px 24px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chalets__h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: whitesmoke;
  font-family: "Beautiful Comethrue", sans-serif;
}
.chalets__excerpt {
  max-height: 120px;
  overflow: scroll;
  font-size: 18px;
  font-family: "Beautiful Comethrue", sans-serif;
}
@media screen and (min-width: 768px) {
  .chalets__excerpt {
    overflow: hidden;
  }
}
.chalets__excerpt::-webkit-scrollbar {
  width: 5px;
}
.chalets__excerpt::-webkit-scrollbar-track {
  background-color: transparent;
}
.chalets__excerpt::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.chalets__excerpt::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.chalets__a {
  width: 100%;
}
.chalets__button {
  width: 100%;
}

.origins {
  padding: 40px 0;
  background-color: #454E59;
}
@media screen and (min-width: 940px) {
  .origins {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1240px) {
  .origins {
    padding: 90px 0;
  }
}
@media screen and (min-width: 940px) {
  .origins__wrapper {
    height: 415px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
  }
}
.origins__gallery {
  margin-bottom: 40px;
  display: grid;
  height: 200px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 940px) {
  .origins__gallery {
    margin-bottom: 0;
    height: 100%;
  }
}
.origins__gallery--two {
  display: grid;
  gap: 20px;
}
.origins__figure--2 {
  max-height: 125px;
}
.origins__h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .origins__h2 {
    text-align: start;
  }
}
.origins__h2::after {
  left: auto;
  width: 68px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .origins__h2::after {
    left: 0;
  }
}
.origins__p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .origins__p {
    text-align: start;
  }
}

.testimonials {
  padding: 200px 0 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (min-width: 1024px) {
  .testimonials {
    padding: 80px 0;
  }
}
.testimonials__h2 {
  margin-bottom: 50px;
}
.testimonials__h2::after {
  left: 0;
  width: 68px;
  height: 5px;
}
.testimonials__mark {
  color: #A3B4BF;
  font-size: 58px;
  font-weight: 900;
  line-height: normal;
}
.testimonials .swiper-testimony {
  position: relative;
  overflow: hidden;
}
.testimonials__card {
  max-width: 530px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials__p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  overflow-y: scroll;
}
.testimonials__p::-webkit-scrollbar {
  width: 5px;
}
.testimonials__p::-webkit-scrollbar-track {
  background-color: transparent;
}
.testimonials__p::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.testimonials__p::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.testimonials__date {
  margin-top: 50px;
}
.testimonials__span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-style: italic;
}
.testimonials__span--name img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.testimonials__controls {
  max-width: 520px;
  position: relative;
  height: 25px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  position: initial;
  color: white;
}
.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
  font-size: 20px;
}
.slide-front {
  padding: 50px 0 40px;
  background-color: #181E26;
}
@media screen and (min-width: 940px) {
  .slide-front {
    padding: 70px 0 60px;
  }
}
.slide-front__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 940px) {
  .slide-front__wrapper {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 30px;
  }
}
.slide-front__response {
  position: relative;
  height: 100%;
}
.slide-front__figure {
  height: 100%;
  transition: all 0.3s ease;
}
.slide-front__controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.slide-front__controls--next, .slide-front__controls--prev {
  width: auto;
  height: 80px;
  padding: 10px;
  background-color: white;
  cursor: pointer;
}
@media screen and (min-width: 940px) {
  .slide-front__controls--next, .slide-front__controls--prev {
    height: 120px;
  }
}
.slide-front__controls--next:hover, .slide-front__controls--prev:hover {
  background-color: rgba(255, 255, 255, 0.878);
}
.slide-front__controls--next svg, .slide-front__controls--prev svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 940px) {
  .slide-front__controls--next svg, .slide-front__controls--prev svg {
    width: 50px;
  }
}
.slide-front__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slide-front__texts-wrapper {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 940px) {
  .slide-front__texts-wrapper {
    justify-content: center;
  }
}
.slide-front__texts {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.slide-front__h2 {
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.slide-front__h2::after {
  bottom: 0;
  width: 60%;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .slide-front__h2 {
    margin: 0;
  }
}
.slide-front__p {
  padding-top: 30px;
  color: white;
}
.slide-front__images {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  gap: 5px;
  grid-auto-rows: 40px;
  overflow: hidden;
}
@media screen and (min-width: 940px) {
  .slide-front__images {
    margin-bottom: 0;
    grid-auto-rows: 120px;
  }
}
.slide-front__img {
  height: 100%;
  width: 90px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slide-front__img.active {
  filter: brightness(0.5);
}

.location-attractions {
  padding: 60px 0;
}
.location-attractions__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .location-attractions__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.location-attractions__col {
  flex: 0 0 auto;
}
.location-attractions__image {
  order: -1;
  width: 100%;
  height: 163px;
}
.location-attractions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .location-attractions__image {
    order: 0;
    flex-basis: 60%;
    height: auto;
  }
  .location-attractions__image img {
    height: auto;
  }
}
.location-attractions__text {
  order: 0;
  width: 100%;
  text-align: center;
}
.location-attractions__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0C2849;
  line-height: 1;
  font-weight: 400;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .location-attractions__text h2 {
    text-align: left;
    margin-top: 0;
  }
}
.location-attractions__text ul {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .location-attractions__text ul {
    margin-left: 30px;
  }
}
.location-attractions__text p,
.location-attractions__text li {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #0C2849;
  font-weight: 400;
  list-style: disc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .location-attractions__text p,
  .location-attractions__text li {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .location-attractions__text {
    flex-basis: 40%;
  }
}

.follow-front {
  padding: 50px 0;
  background-color: #181E26;
}
.follow-front__h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.follow-front__h2::after {
  bottom: 0;
  left: 0;
  width: 128px;
  height: 5px;
}
.follow-front__a {
  width: max-content;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 50px;
  gap: 8px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.6px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .follow-front__a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1240px) {
  .follow-front__a {
    font-size: 36px;
  }
}
.follow-front__a:visited {
  color: white;
}
.follow-front__a svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 940px) {
  .follow-front__a svg {
    width: 50px;
    height: 50px;
  }
}
.questions {
  padding: 50px 0;
  background: #454E59;
}
.questions__h2 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .questions__h2 {
    width: max-content;
  }
}
.questions__h2::after {
  width: 150px;
  bottom: -10px;
  height: 5px;
  background: #A3A69C;
}
@media screen and (min-width: 768px) {
  .questions__h2::after {
    left: 0;
  }
}
.questions__ul {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}
.questions__li {
  background: #454E59;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.questions__li svg {
  transition: all 0.5s ease;
}
.questions__li.open svg {
  rotate: 45deg;
}
.questions__h3 {
  width: 100%;
  padding: 10px 20px;
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 50px 1fr;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .questions__h3 {
    padding: 20px 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1240px) {
  .questions__h3 {
    font-size: 28px;
  }
}
.questions__response {
  position: relative;
  z-index: -1;
  height: 0;
  opacity: 0;
  padding: 0px 20px;
  color: white;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .questions__response {
    padding: 0 30px;
  }
}
.questions__response.open {
  z-index: 1;
  height: max-content;
  opacity: 1;
  padding-bottom: 20px;
}

.main-404 {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .main-404 {
    padding: 50px 0;
  }
}
.main-404__span {
  text-align: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}
.main-404__span--end {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  color: lightblue;
}
.main-404__h2 {
  margin-top: 30px;
}
.main-404__p {
  margin: 30px auto;
  max-width: 900px;
  text-align: center;
}
.main-404__a {
  width: max-content;
  padding: 10px 15px;
  border-radius: 60px;
  background-color: lightblue;
  color: #ffffff;
  border: 1px solid lightblue;
  font-weight: 700;
  transition: 0.4s ease;
}
.main-404__a:hover {
  background-color: transparent;
  color: lightblue;
}
.main-404__a:hover:visited {
  color: lightblue;
}
.main-404__a:visited {
  color: #ffffff;
}

.main-chalets {
  padding-top: 180px;
}

.rooms__room {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .rooms__room {
    height: 423px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b";
    align-items: center;
    gap: 40px;
  }
  .rooms__room:nth-child(even) .rooms__background {
    grid-area: b;
  }
  .rooms__room:nth-child(even) .rooms__texts {
    align-items: start;
  }
  .rooms__room:nth-child(even) .rooms__li {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .rooms__room:nth-child(even) .rooms__h2 {
    text-align: start;
  }
  .rooms__room:nth-child(even) .rooms__p {
    justify-content: start;
    text-align: right;
  }
}
@media screen and (min-width: 1240px) {
  .rooms__room {
    grid-template-columns: 1fr 440px;
  }
  .rooms__room:nth-child(even) {
    grid-template-columns: 440px 1fr;
  }
}
.rooms__background {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rooms__background:hover .rooms__figure {
  border: 3px solid #E1E531;
}
.rooms__background:hover .rooms__img {
  right: 100px;
  opacity: 1;
}
.rooms__figure {
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #E3E3E3;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .rooms__figure {
    padding: 20px;
    height: 423px;
    border: 1px solid #BFBFB8;
  }
}
.rooms__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms__img {
  position: absolute;
  right: 40px;
  width: 50%;
  max-width: 360.16px;
  max-height: 252.71px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.rooms__texts {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .rooms__texts {
    align-items: end;
  }
}
.rooms__h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .rooms__h2 {
    font-size: 28px;
    text-align: end;
  }
}
@media screen and (min-width: 1024px) {
  .rooms__h2 {
    font-size: 32px;
  }
}
.rooms__ul {
  display: grid;
  gap: 17px;
}
.rooms__li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .rooms__li {
    flex-direction: row-reverse;
    justify-content: initial;
  }
}
.rooms__p {
  position: relative;
  width: max-content;
  padding-bottom: 10px;
  margin-top: 45px;
  display: flex;
  color: #000;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .rooms__p {
    font-size: 28px;
    text-align: right;
    justify-content: end;
  }
}
@media screen and (min-width: 1024px) {
  .rooms__p {
    font-size: 32px;
  }
}
.rooms__p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85.88px;
  height: 5px;
  background: #A3B4BF;
}
.rooms__p span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .rooms__p span {
    font-size: 18px;
  }
}

.main-single-chalet {
  overflow: hidden;
}

@media (max-width: 940px) {
  .media.open .media__response {
    height: 900px;
  }
  .media.open .media__figure {
    height: 100%;
  }
  .media.open .media__images {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .media {
    display: flex;
    transition: all 0.3s ease;
    margin-bottom: 20px;
  }
  .media.open {
    max-height: 850px;
    height: 100%;
  }
  .media.open .media__response {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .media.open .media__response figure,
  .media.open .media__response img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    height: 650px;
    transition: width 1s ease 0s;
  }
  .media.open .media__response--button .close {
    display: initial;
  }
  .media.open .media__response--button .open {
    display: none;
  }
  .media.open .media__texts {
    width: 0%;
    padding: 0;
  }
  .media.open .media__texts--right, .media.open .media__texts--left {
    animation: fadeRight 0.5s ease 0s 1 normal forwards;
  }
  .media.open .media__images {
    animation: fadeCenter 0.5s ease 0s 1 normal forwards;
  }
}
.media__response {
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (min-width: 940px) {
  .media__response {
    width: 40%;
    height: auto;
  }
}
.media__figure {
  height: 350px;
  background-color: pink;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .media__figure {
    height: 100%;
  }
}
.media__response--buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .media__response--buttons {
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120px;
    display: grid;
    grid-template-columns: 90px 180px;
    align-items: center;
  }
}
.media__response--button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.media__response--button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #D8EBF2;
}
.media__response--button .close {
  display: none;
}
.media__response--controls {
  display: flex;
  justify-content: space-evenly;
}
.media__response--controls--next, .media__response--controls--prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.media__texts {
  display: flex;
  flex-direction: column-reverse;
}
.media__texts--share-wrapper {
  position: relative;
}
.media__texts--dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 0;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.media__texts--dropdown a,
.media__texts--dropdown button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #2A3E59;
  cursor: pointer;
}
.media__texts--dropdown a:hover,
.media__texts--dropdown button:hover {
  background-color: #f5f5f5;
}
@media screen and (min-width: 940px) {
  .media__texts {
    width: 60%;
    height: 100%;
    padding: 220px 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
}
.media__texts--left {
  max-width: 80%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 940px) {
  .media__texts--left {
    max-width: 100%;
    align-items: self-start;
  }
}
.media__texts--h1 {
  color: #0C2849;
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
.media__texts--ul {
  margin: 20px auto 0;
}
@media screen and (min-width: 940px) {
  .media__texts--ul {
    margin: 20px 0 0;
  }
}
.media__texts--li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.media__texts--li path:first-child {
  fill: white;
}
.media__texts--price {
  font-size: 26px;
  font-weight: 600;
  color: black;
}
@media screen and (min-width: 940px) {
  .media__texts--price {
    font-size: 32px;
  }
}
.media__texts--price span {
  font-size: 18px;
}
.media__texts--p {
  color: black;
  font-family: "Inter", sans-serif;
}
.media__texts--p--desktop {
  display: none;
}
@media screen and (min-width: 940px) {
  .media__texts--p--desktop {
    display: initial;
    font-weight: 400;
  }
}
.media__texts--p--movil {
  margin: 40px auto 0;
  text-align: center;
  font-weight: 400;
  display: initial;
}
@media screen and (min-width: 940px) {
  .media__texts--p--movil {
    display: none;
  }
}
.media__texts--buttons {
  width: 100%;
  height: 50px;
  margin-top: 35px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.media__texts--reservation {
  padding: 0 20px;
  height: 100%;
  display: grid;
  place-items: center;
}
.media__texts--share {
  display: inline-flex;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #2A3E59;
  background-color: transparent;
  color: #2A3E59;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  place-items: center;
  cursor: pointer;
}
.media__texts--share svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.media__images {
  margin: 30px 0;
  grid-column-start: 1;
  grid-column-end: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 940px) {
  .media__images {
    margin: 0;
    height: auto;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(130px, 170px));
  }
}
@media screen and (min-width: 940px) {
  .media__images--li {
    height: 170px;
  }
}
.media__images--li img {
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.media__images--li img:hover {
  filter: brightness(0.5);
}
.media__images--li img.active {
  filter: brightness(0.5);
}

.info-extra {
  margin: 30px auto;
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-extra::before, .info-extra::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #D8EBF2;
}
.info-extra::before {
  top: 0;
}
@media screen and (min-width: 940px) {
  .info-extra::before {
    top: auto;
    left: calc(50% - 1.5px);
    height: 80%;
    width: 3px;
  }
}
.info-extra::after {
  bottom: 0;
}
@media screen and (min-width: 940px) {
  .info-extra::after {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .info-extra__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.info-extra__content p {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 940px) {
  .info-extra__content p {
    text-align: start;
    font-size: 18px;
  }
}
@media screen and (min-width: 940px) {
  .info-extra__content--1 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 940px) {
  .info-extra__content--2 {
    padding-left: 50px;
  }
}

.items-info__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 10px;
  grid-auto-flow: dense;
}
@media screen and (min-width: 768px) {
  .items-info__wrapper {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .items-info__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.items-info__h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .items-info__h4 {
    gap: 25px;
  }
}
.items-info__h4 svg {
  width: 25px;
  height: 25px;
}
.items-info__content ul {
  padding-left: 25px;
}

@keyframes centerLeft {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}
@keyframes fadeCenter {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
