main[role=home] .title-cinzel {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  font-family: Cinzel Decorative;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 992px) {
  main[role=home] .title-cinzel {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    font-family: Cinzel Decorative;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 116.667% */
  }
}
main[role=home] .welcome {
  background-image: url("../img/general/welcome.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
main[role=home] .welcome .fp-overflow {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=home] .welcome .welcome-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  main[role=home] .welcome .welcome-container .brand-hero {
    width: 218px;
  }
}
main[role=home] .welcome .welcome-container h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  font-family: Cinzel Decorative;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
@media (min-width: 992px) {
  main[role=home] .welcome .welcome-container h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    font-family: Cinzel Decorative;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px;
  }
}
@media (min-width: 1200px) {
  main[role=home] .welcome .welcome-container h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    font-family: Cinzel Decorative;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
  }
}
@media (min-width: 1400px) {
  main[role=home] .welcome .welcome-container h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    font-family: Cinzel Decorative;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px;
  }
}
main[role=home] .find-us {
  background: #102821;
}
main[role=home] .find-us p {
  color: #F2D2C9;
  text-align: right;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
}
main[role=home] .find-us a {
  text-decoration: none;
  color: #F2D2C9;
  text-align: right;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
main[role=home] .our-rooms {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main[role=home] .the-restaurant {
  background-image: url("../img/general/restaurant.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main[role=home] .wellness-area {
  background-image: url("../img/general/wellness.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main[role=home] .grachen {
  background-image: url("../img/general/grachen.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main[role=home] .footer {
  background: #111;
}
main[role=home] .footer .container {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
main[role=home] .footer .container dl dt {
  color: #F2D2C9;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main[role=home] .footer .container dl dd {
  color: #CCC;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
main[role=home] .footer .container dl dd a {
  text-decoration: none;
  color: #CCC;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
main[role=home] .footer .container .p-footer .col-desc {
  max-width: 285px;
}
@media (min-width: 768px) {
  main[role=home] .footer .container .p-footer .col-desc {
    max-width: unset;
  }
}

main[role=rooms] .carusel .img-gallery {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 360px;
}
@media (min-width: 1200px) {
  main[role=rooms] .carusel .img-gallery {
    min-height: 600px;
  }
}
main[role=rooms] .carusel .img-gallery .arrows .left, main[role=rooms] .carusel .img-gallery .arrows .right {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
main[role=rooms] .hero {
  background-image: url("../img/general/our-rooms-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=rooms] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=rooms] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px; /* 107.5% */
}
main[role=rooms] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px; /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=rooms] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px; /* 116.667% */
    width: 660px;
  }
}
main[role=rooms] .our-rooms .our-rooms-container h2 {
  color: #999;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
main[role=rooms] .rooms {
  background-color: #EFEDE9;
}
main[role=rooms] .rooms .rooms-container .card {
  border: 0px;
  border-radius: 0px;
  height: 100%;
}
main[role=rooms] .rooms .rooms-container .card .sheetSlider {
  min-height: 360px;
}
@media (min-width: 1200px) {
  main[role=rooms] .rooms .rooms-container .card .sheetSlider {
    min-height: 600px;
  }
}
main[role=rooms] .rooms .rooms-container .card .sheetSlider .sh__content .sh__item img {
  width: 100%;
  height: 100%;
}
main[role=rooms] .rooms .rooms-container .card .sheetSlider .sh__arrows label {
  background-color: rgba(0, 0, 0, 0.8);
}
main[role=rooms] .rooms .rooms-container .card .sheetSlider .sh__arrows label:hover {
  background-color: rgba(17, 17, 17, 0.7);
}
main[role=rooms] .rooms .rooms-container .card .card-body {
  padding-bottom: 6rem;
  background-color: #FFF;
}
main[role=rooms] .rooms .rooms-container .card .card-body .card-title {
  color: #111;
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  text-transform: uppercase;
}
main[role=rooms] .rooms .rooms-container .card .card-body .room-size {
  color: #666;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main[role=rooms] .rooms .rooms-container .card .card-body .card-text-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  main[role=rooms] .rooms .rooms-container .card .card-body .card-text-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
main[role=rooms] .rooms .rooms-container .card .card-body .card-text-container .card-text {
  color: #111;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
main[role=rooms] .rooms .rooms-container h2 {
  color: #111;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
main[role=rooms] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

main[role=wellness] .hero {
  background-image: url("../img/general/wellness-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=wellness] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=wellness] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 107.5% */
}
main[role=wellness] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=wellness] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px;
    /* 116.667% */
    width: 660px;
  }
}
main[role=wellness] .rooms {
  background-color: #EFEDE9;
}
main[role=wellness] .rooms .rooms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main[role=wellness] .rooms .rooms-container .paragraph-container {
  width: 546px;
}
main[role=wellness] .rooms .rooms-container .paragraph-container .paragraph {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}
main[role=wellness] .rooms .rooms-container .col-card .card {
  border: 0;
  border-radius: 0;
  height: 100%;
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body {
  padding-bottom: 6rem;
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-title-container {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-title-container {
    padding: 0 4rem;
  }
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-title-container .card-title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body .room-size {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-text-container {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-text-container {
    padding: 0 4rem;
  }
}
main[role=wellness] .rooms .rooms-container .col-card .card .card-body .card-text-container .card-text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
main[role=wellness] .rooms .rooms-container .col-card:nth-child(odd) .card {
  background-color: #1F473C;
}
main[role=wellness] .rooms .rooms-container .col-card:nth-child(odd) .card .card-body {
  color: #FFFFFF;
}
main[role=wellness] .rooms .rooms-container .col-card:nth-child(even) .card {
  background-color: #F2D2C9;
}
main[role=wellness] .rooms .rooms-container .col-card:nth-child(even) .card .card-body {
  color: #222222;
}
main[role=wellness] .rooms .rooms-container .col-card h2 {
  color: #111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
main[role=wellness] .gallery .carousel .img-gallery {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 360px;
}
@media (min-width: 1200px) {
  main[role=wellness] .gallery .carousel .img-gallery {
    min-height: 600px;
  }
}
main[role=wellness] .gallery .carousel .img-gallery .arrows .left, main[role=wellness] .gallery .carousel .img-gallery .arrows .right {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
main[role=wellness] .experience .rooms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main[role=wellness] .experience .rooms-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=wellness] .experience .rooms-container h2 {
    font-size: 40px;
  }
}
main[role=wellness] .experience .rooms-container .col-card .card {
  border: 0;
  border-radius: 0;
  height: 100%;
}
main[role=wellness] .experience .rooms-container .col-card .card .card-body {
  padding-bottom: 6rem;
  min-height: 480px;
}
@media (min-width: 1200px) {
  main[role=wellness] .experience .rooms-container .col-card .card .card-body .card-title-container {
    padding: 0 4rem;
  }
}
main[role=wellness] .experience .rooms-container .col-card .card .card-body .card-title-container .card-title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}
main[role=wellness] .experience .rooms-container .col-card .card .card-body .room-size {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1200px) {
  main[role=wellness] .experience .rooms-container .col-card .card .card-body .card-text-container {
    padding: 0 4rem;
  }
}
main[role=wellness] .experience .rooms-container .col-card .card .card-body .card-text-container .card-text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(odd) .card {
  background-color: #1F473C;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(odd) .card .card-body {
  color: #FFFFFF;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(odd) .card .card-body button {
  background-color: #F2D2C9;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(even) .card {
  background-color: #F2D2C9;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(even) .card .card-body {
  color: #222222;
}
main[role=wellness] .experience .rooms-container .col-card:nth-child(even) .card .card-body button {
  background-color: #102821;
  color: #F2D2C9;
}
main[role=wellness] .experience .rooms-container .col-card h2 {
  color: #111;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
main[role=wellness] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

/* Estilos generales */
body {
  margin: 0;
  padding: 0;
}

main[role=grachen] .hero {
  background-image: url("../img/general/grachen-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=grachen] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=grachen] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 107.5% */
}
main[role=grachen] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=grachen] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px;
    /* 116.667% */
    width: 660px;
  }
}
main[role=grachen] .top {
  height: 442px;
  background-color: #FFFFFF;
  position: relative;
}
@media (min-width: 1200px) {
  main[role=grachen] .top .container {
    max-width: 1140px;
  }
}
main[role=grachen] .top .img-container {
  position: absolute;
  bottom: -38em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  main[role=grachen] .top .img-container {
    bottom: -32em;
  }
}
@media (min-width: 768px) {
  main[role=grachen] .top .img-container {
    bottom: -42em;
  }
}
@media (min-width: 992px) {
  main[role=grachen] .top .img-container {
    bottom: -52em;
  }
}
@media (min-width: 1200px) {
  main[role=grachen] .top .img-container {
    bottom: -51em;
  }
}
main[role=grachen] .top .img-container .top-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=grachen] .top .img-container .top-gallery h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
}
main[role=grachen] .top .img-container .top-gallery p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #111111;
}
@media (min-width: 768px) {
  main[role=grachen] .top .img-container .top-gallery h2 {
    font-size: 40px;
    line-height: 50px;
  }
  main[role=grachen] .top .img-container .top-gallery p {
    font-size: 20px;
    line-height: 30px;
    max-width: 735px;
  }
}
@media (min-width: 1200px) {
  main[role=grachen] .top .img-container .top-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 576px) {
  main[role=grachen] .top .img-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  main[role=grachen] .top .img-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main[role=grachen] .top .img-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  main[role=grachen] .top .img-container {
    max-width: 1140px;
  }
}
main[role=grachen] .top .img-container .carousel .img-gallery {
  width: 100%;
  max-height: 750px;
  min-height: 310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 576px) {
  main[role=grachen] .top .img-container .carousel .img-gallery {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  main[role=grachen] .top .img-container .carousel .img-gallery {
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  main[role=grachen] .top .img-container .carousel .img-gallery {
    min-height: 675px;
  }
}
@media (min-width: 1200px) {
  main[role=grachen] .top .img-container .carousel .img-gallery {
    min-height: 750px;
  }
}
main[role=grachen] .top .img-container .carousel .img-gallery .arrows .left, main[role=grachen] .top .img-container .carousel .img-gallery .arrows .right {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
main[role=grachen] .top .img-container .bottom-gallery {
  color: #FFFFFF;
  height: 400px;
}
main[role=grachen] .top .img-container .bottom-gallery h5 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
main[role=grachen] .top .img-container .bottom-gallery p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 576px) {
  main[role=grachen] .top .img-container .bottom-gallery {
    height: 250px;
  }
}
main[role=grachen] .bottom {
  height: 650px;
  background-color: #1F473C;
}
@media (min-width: 768px) {
  main[role=grachen] .bottom {
    height: 730px;
  }
}
@media (min-width: 992px) {
  main[role=grachen] .bottom {
    height: 830px;
  }
}
main[role=grachen] .location .location-title {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
main[role=grachen] .location .location-title h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #222222;
}
main[role=grachen] .location img {
  max-height: 900px;
}
main[role=grachen] .experience .title-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main[role=grachen] .experience .title-container h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  max-width: 424px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=grachen] .experience .title-container h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
main[role=grachen] .experience .row:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  main[role=grachen] .experience .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main[role=grachen] .experience .row .bg-green {
  background-color: #1F473C;
}
main[role=grachen] .experience .row .title-activities {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
main[role=grachen] .experience .row .desc-activities {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  main[role=grachen] .experience .row .col-h {
    max-height: 540px;
  }
}
main[role=grachen] .help .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
main[role=grachen] .help .title-container h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  max-width: 424px;
}
@media (min-width: 768px) {
  main[role=grachen] .help .title-container h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
main[role=grachen] .help .col-help {
  max-height: 380px;
  min-height: 380px;
}
main[role=grachen] .help .col-help .card {
  background-color: #F2D2C9;
  border: none;
  border-radius: unset;
}
main[role=grachen] .help .col-help .card .card-body h5 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #111111;
}
main[role=grachen] .help .col-help .card .card-body p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #111111;
}
@media (min-width: 768px) {
  main[role=grachen] .help .col-help {
    max-height: 420px;
    min-height: 420px;
  }
}
main[role=grachen] .help .want-more h2 {
  font-family: Amiko;
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: center;
}
main[role=grachen] .help .want-more p {
  font-family: Amiko;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 510px;
}
main[role=grachen] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

main[role=flambe] .hero {
  background-image: url("../img/general/flambe-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=flambe] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=flambe] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 107.5% */
}
main[role=flambe] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=flambe] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px;
    /* 116.667% */
    width: 660px;
  }
}
main[role=flambe] .menu {
  background-image: url("../img/general/flambe-menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
main[role=flambe] .menu h2 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #F1D2C8;
}
main[role=flambe] .menu p {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 734px;
  color: #FFFFFF;
}
main[role=flambe] .menu button {
  background: #F2D2C9;
}
main[role=flambe] .gallery .carousel .img-gallery {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 360px;
}
@media (min-width: 1200px) {
  main[role=flambe] .gallery .carousel .img-gallery {
    min-height: 700px;
  }
}
main[role=flambe] .gallery .carousel .img-gallery .arrows .left, main[role=flambe] .gallery .carousel .img-gallery .arrows .right {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
main[role=flambe] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

main[role=about] .hero {
  background-image: url("../img/general/about-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=about] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=about] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 107.5% */
}
main[role=about] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=about] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px;
    /* 116.667% */
    width: 660px;
  }
}
main[role=about] .quality-comfort .container-story {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  main[role=about] .quality-comfort .container-story {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
main[role=about] .quality-comfort .container-story .story {
  padding-top: 4rem;
  background: #1F473C;
  max-width: 1046px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  main[role=about] .quality-comfort .container-story .story {
    max-height: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  main[role=about] .quality-comfort .container-story .story .left-side {
    min-width: 370px;
  }
}
@media (min-width: 992px) {
  main[role=about] .quality-comfort .container-story .story .left-side {
    min-width: 429px;
  }
}
@media (min-width: 1200px) {
  main[role=about] .quality-comfort .container-story .story .left-side {
    min-width: 520px;
  }
}
main[role=about] .quality-comfort .container-story .story .left-side h2 {
  font-family: Lato;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #F2D2C9;
  text-transform: uppercase;
  max-width: 345px;
}
main[role=about] .quality-comfort .container-story .story .left-side p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 340px;
  color: #FFFFFF;
}
main[role=about] .quality-comfort .container-story .story img {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  main[role=about] .quality-comfort .container-story .story img {
    position: relative;
    left: 53px;
    width: 51%;
    padding-top: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  main[role=about] .quality-comfort .container-story .story img {
    left: -3px;
  }
}
main[role=about] .gallery {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  main[role=about] .gallery {
    padding-bottom: 7rem;
  }
}
main[role=about] .located {
  height: 272px;
}
main[role=about] .located p {
  font-family: Lato;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #111111;
}
@media (min-width: 768px) {
  main[role=about] .located p {
    max-width: 594px;
  }
}
main[role=about] .stripe-section {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  main[role=about] .stripe-section {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  main[role=about] .stripe-section {
    padding-bottom: 13rem;
  }
}
@media (min-width: 768px) {
  main[role=about] .stripe-section .parent {
    position: relative;
  }
}
main[role=about] .stripe-section .parent .stripe {
  background-color: #1F473C;
}
@media (min-width: 768px) {
  main[role=about] .stripe-section .parent .stripe {
    height: 425px;
  }
}
@media (min-width: 992px) {
  main[role=about] .stripe-section .parent .stripe {
    height: 549px;
  }
}
main[role=about] .stripe-section .parent .stripe img {
  width: 100%;
}
@media (min-width: 768px) {
  main[role=about] .stripe-section .parent .stripe img {
    position: relative;
    top: -11px;
  }
}
@media (min-width: 992px) {
  main[role=about] .stripe-section .parent .stripe img {
    position: relative;
    top: -55px;
    height: 681px;
    width: unset;
  }
}
main[role=about] .stripe-section .parent .stripe .right-side {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  main[role=about] .stripe-section .parent .stripe .right-side {
    height: 425px;
  }
}
@media (min-width: 992px) {
  main[role=about] .stripe-section .parent .stripe .right-side {
    height: 549px;
  }
}
main[role=about] .stripe-section .parent .stripe .right-side p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
main[role=about] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

main[role=news] .hero {
  background-image: url("../img/general/news-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=news] .hero .container-hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main[role=news] .hero .container-hero h1 {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 107.5% */
}
main[role=news] .hero .container-hero h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 122.222% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main[role=news] .hero .container-hero h2 {
    font-size: 60px;
    line-height: 70px;
    /* 116.667% */
    width: 660px;
  }
}
main[role=news] button {
  color: #102821;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border-color: unset;
  border: 0px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #102821;
  background-color: rgba(16, 40, 33, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: Cinzel;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}

.overlay a:hover, .overlay a:focus {
  color: #F2D2C9;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.pretitle {
  color: #F2D2C9;
  text-align: center;
  font-family: Ms Madi;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title-section {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .title-section {
    color: #FFF;
    text-align: center;
    -webkit-font-feature-settings: "calt" off;
            font-feature-settings: "calt" off;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 116.667% */
    text-transform: uppercase;
  }
}

.title-desc {
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 992px) {
  .title-desc {
    line-height: 32px; /* 177.778% */
  }
}

.btn-section {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  border-radius: 30px;
  border: 1px solid #FFF;
  text-decoration: none;
}

.pill {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.pill p {
  color: #666;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar .container-fluid .navbar-nav .navbar-toggler {
  border: 0px;
}
.navbar .container-fluid .navbar-nav p {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.navbar .container-fluid .navbar-nav li button, .navbar .container-fluid .navbar-nav li a {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.navbar .btn-nav {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  border: 1px solid rgba(242, 210, 201, 0.2);
  background: #111;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-9 {
  margin-left: 8rem !important;
}

.check-availability {
  background-color: rgba(16, 40, 33, 0.7);
  position: sticky;
  bottom: 0px;
  display: none;
  color: #F2D2C9;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
}
.check-availability p {
  margin-right: 1.5rem !important;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .check-availability p {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.check-availability button {
  background: #F2D2C9;
}

.opaque {
  background-color: rgb(16, 40, 33);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0px;
  padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
  background: rgba(17, 17, 17, 0.6) !important;
}

.dropdown-menu[data-bs-popper] {
  top: 154% !important;
  left: unset;
  margin-top: var(--bs-dropdown-spacer);
  right: 7px !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .dropdown-menu[data-bs-popper] {
    top: 154% !important;
    left: unset;
    margin-top: var(--bs-dropdown-spacer);
    right: 7px !important;
  }
}
.bg-dropdown {
  --bs-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 0.6);
}
.bg-dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.bg-dropdown li a:hover {
  background-color: #111111;
}

.footer {
  background: #111;
}
.footer .container {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.footer .container dl dt {
  color: #F2D2C9;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer .container dl dd {
  color: #CCC;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footer .container dl dd a {
  text-decoration: none;
  color: #CCC;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footer .container .p-footer .col-desc {
  max-width: 285px;
}
@media (min-width: 768px) {
  .footer .container .p-footer .col-desc {
    max-width: unset;
  }
}
.footer .container .p-footer .col-desc .social a:nth-child(2) {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}