@charset "UTF-8";
/*  Layout  */
.Montserrat-Medium {
  font-family: "Montserrat-Medium";
  -webkit-font-smoothing: antialiased;
}

.Sweet-Sans-Regular {
  font-family: "Sweet-Sans-Regular";
  -webkit-font-smoothing: antialiased;
}

.Sweet-Sans-Light {
  font-family: "Sweet-Sans-Light";
  -webkit-font-smoothing: antialiased;
}

.Sweet-Sans-Medium {
  font-family: "Sweet-Sans-Medium";
  -webkit-font-smoothing: antialiased;
}

.Sweet-Sans-Bold {
  font-family: "Sweet-Sans-Bold";
  -webkit-font-smoothing: antialiased;
}

.Montserrat-Regular {
  font-family: "Montserrat-Regular";
  -webkit-font-smoothing: antialiased;
}

.bg-main {
  padding: 0;
  width: 100%;
}
.test_class {
  background-color: #2F82A5;
}

#cookieConsent {
  background-color: #242424;
  min-height: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 15px 0 12px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

#cookieConsent p {
  letter-spacing: 1.5px;
  margin: 0;
}

#closeCookieConsent:hover {
  color: rgba(255, 255, 255, 0.7725490196);
}

#cookieConsent a.cookieConsentOK {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  font-weight: bold;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #cookieConsent a.cookieConsentOK {
    margin: 0 90px 0 10px;
  }
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #403F3F;
}

.hamburger-menu {
  background-image: url("../../images/home/bg-menu-movil.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hamburger-menu .offcanvas-body {
  margin-top: 260px;
}
.hamburger-menu a {
  font-family: "Sweet-Sans-Bold";
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.hamburger-menu .button {
  background: linear-gradient(to left, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border-radius: 8px;
  height: 43px;
  width: 253px;
  color: black !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sweet-Sans-Regular" !important;
  cursor: pointer;
}
@media (min-width: 769px) and (orientation: portrait) {
  .hamburger-menu {
    display: block !important;
  }
}

.down {
  text-align: center;
  height: 80vh;
}
.down__img {
  margin-top: 5%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .down__img {
    width: 70%;
    margin-top: 20%;
  }
}
.down__title {
  font-weight: bold;
  margin-top: 3rem;
}
.down__subtitle {
  font-weight: bold;
  margin-top: 3rem;
  color: #fff;
  background: #184C7B;
  background: linear-gradient(90deg, rgb(24, 76, 123) 0%, rgb(19, 70, 115) 51%, rgb(11, 47, 79) 100%);
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .down__subtitle {
    width: 70%;
    font-size: 1rem;
  }
}

.agenda_head__subtitle {
  font-size: 1rem;
}
.agenda_head__text {
  font-size: 0.9rem;
}
.agenda_head__disclaimer {
  font-size: 0.6rem;
}

.detalle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detalle .contenedor-detalle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
  margin-left: 100px;
  margin-right: 60px;
}
@media ((max-width: 769px)) {
  .detalle .contenedor-detalle {
    margin: 20px;
    min-height: 75vh;
  }
}
@media ((max-width: 769px)) {
  .detalle .agendar-cita h1 {
    display: none;
  }
}
.detalle .agendar-cita p {
  margin: 0;
  text-align: center;
  color: #2B2B2B;
}
.detalle .agendar-cita .custom-select {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.detalle .agendar-cita .select-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid black;
  cursor: pointer;
}
.detalle .agendar-cita .select-selected p {
  pointer-events: none;
}
.detalle .agendar-cita .select-items {
  display: flex;
  position: absolute;
  background: white;
  width: 100%;
  flex-direction: column;
  display: none;
  z-index: 1;
}
.detalle .agendar-cita .item {
  display: flex;
  align-items: center;
  height: 53px;
  padding-left: 15px;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  font-size: 14px;
}
.detalle .agendar-cita .item:hover {
  cursor: pointer;
  background: #e9e5e5;
}
.detalle .agendar-cita input {
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 0 !important;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  border-top: none;
  border-left: none;
  border-right: none;
}
.detalle .agendar-cita input:focus {
  box-shadow: none;
}
.detalle .agendar-cita .form-floating {
  margin-top: 25px;
}
.detalle .agendar-cita label {
  font-size: 14px;
  top: 16px;
}
.detalle .agendar-cita .form-floating > .form-control:focus ~ label,
.detalle .agendar-cita .form-floating > .form-control:not(:placeholder-shown) ~ label,
.detalle .agendar-cita .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.1rem);
}
@media ((max-width: 769px)) {
  .detalle .col-detalle {
    min-height: 100vh;
  }
}
.detalle .col-imagen {
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
@media ((max-width: 769px)) {
  .detalle .col-imagen {
    display: none;
  }
}
.detalle .button-siguiente {
  margin-top: 35px;
  margin-bottom: 25px;
}
.detalle .button-siguiente button {
  background: linear-gradient(to left, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border: none;
  border-radius: 8px;
  height: 43px;
  width: 253px;
  color: black !important;
}
.detalle .button-siguiente svg {
  width: 13px;
  height: 13px;
}
.detalle h1 {
  font-family: "Sweet-Sans-Bold";
}
.detalle__logo {
  position: absolute;
  width: 100%;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__logo {
    left: unset;
  }
}
.detalle__imagen {
  display: none;
}
@media ((max-width: 769px)) {
  .detalle__imagen {
    display: block;
  }
}
.detalle__title {
  display: none;
}
.detalle__title h1 {
  font-size: 1.5rem;
}
@media ((max-width: 769px)) {
  .detalle__title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 10vh;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  }
}
.detalle__calendario {
  height: 100%;
}
.detalle__calendario h1 {
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__calendario h1 {
    display: none;
  }
}
.detalle__calendario__contenedor {
  width: 410px;
}
@media ((max-width: 769px)) {
  .detalle__calendario__contenedor {
    width: 360px;
  }
}
.detalle__calendario__contenedor .calendar-header {
  border-bottom: 2px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  font-size: 14px;
  font-family: "Sweet-Sans-Regular";
}
.detalle__calendario__contenedor .mes-titulo {
  font-size: 32px !important;
  margin: 15px 0;
}
.detalle__calendario__contenedor .day {
  cursor: pointer;
  position: relative;
  font-family: "Montserrat-Bold" !important;
}
.detalle__calendario__contenedor .row {
  margin-top: 20px;
}
.detalle__calendario__contenedor .col {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.detalle__calendario__contenedor .diaSelect {
  position: relative;
  z-index: 2;
  margin: 0;
}
.detalle__calendario__contenedor .circle-selected {
  display: none;
  padding: 11px;
  position: absolute;
  background-color: white;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 50%;
  top: -5px;
  left: 15px;
}
@media ((max-width: 769px)) {
  .detalle__calendario__contenedor .circle-selected {
    left: 12px;
  }
}
.detalle__calendario__contenedor .circle-selected::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background-image: linear-gradient(90deg, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border-radius: 1.75rem;
}
.detalle__horarios {
  width: 100%;
  height: 100%;
}
.detalle__horarios h1 {
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__horarios h1 {
    display: none;
  }
}
.detalle__horarios .horarios-header {
  font-size: 14px;
}
.detalle__horarios #horarios-container {
  width: 100%;
  border-top: 2px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.detalle__horarios #horarios-container .row {
  padding-top: 10px;
}
.detalle__horarios__content .col-3 {
  display: flex;
  justify-content: center;
}
.detalle__horarios__content .col-3 p {
  margin: 0;
  padding: 2px 15px;
}
.detalle__verificacion {
  width: 100%;
  height: 100%;
}
.detalle__verificacion h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__verificacion h1 {
    display: none;
  }
}
.detalle__verificacion .datos {
  margin-top: 40px;
}
.detalle__verificacion .datos .divider {
  width: 100%;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
@media ((max-width: 769px)) {
  .detalle__verificacion .datos .divider {
    width: 50%;
  }
}
.detalle__verificacion .datos p {
  margin: 0;
  color: #838383;
  font-family: "Montserrat-Regular";
}
.detalle__verificacion .datos h2 {
  padding-top: 10px;
  font-size: 22px;
  font-family: "Sweet-Sans-Regular";
}
.detalle__mensaje {
  height: 100%;
}
.detalle__mensaje h1 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__mensaje h1 {
    display: none;
  }
}
.detalle__mensaje .content {
  max-width: 415px;
  padding: 35px;
  border: 2px solid;
  text-align: center;
  border-image: linear-gradient(to bottom right, #B06D5B, #FFE4BF, #EEAD83, #EEAD83) 1;
}
.detalle__mensaje .content p {
  color: white;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Montserrat-Regular";
}
.detalle__mensaje .content a {
  color: white;
}
.detalle__pago {
  width: 100%;
}
.detalle__pago h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__pago h1 {
    display: none;
  }
}
.detalle__pago input {
  font-size: 14px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  border-top: none;
  border-left: none;
  border-right: none;
}
.detalle__pago input:focus {
  box-shadow: none;
}
.detalle__pago .form-floating {
  margin-top: 25px;
}
@media ((max-width: 769px)) {
  .detalle__pago .form-floating {
    height: 83px !important;
  }
}
.detalle__pago label {
  font-size: 14px;
}
.detalle__confirmacion {
  overflow: hidden;
}
.detalle__confirmacion h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__confirmacion h1 {
    display: none;
  }
}
.detalle__confirmacion h2 {
  text-align: center;
  font-size: 22px;
}
.detalle__confirmacion p {
  font-size: 14px;
  font-family: "Montserrat-Regular";
  color: #4D4D4D;
  margin-bottom: 9px;
}
.detalle__confirmacion__detalle {
  margin-top: 25px;
  padding: 0 20px;
}
.detalle__confirmacion .titulo-con-detalle {
  display: flex;
  justify-content: center;
}
.detalle__confirmacion .titulo-con-detalle p {
  font-size: 14px;
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.detalle__error .error-icono {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}
.detalle__error h1 {
  font-size: 28px;
}
.detalle__error h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.detalle__error h1,
.detalle__error h2 {
  color: white;
  text-align: center;
}

.sede__title {
  font-weight: normal;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
}
.sede__sub {
  font-weight: bold;
}
.radio_custom {
  border-image: unset !important;
  border: 1px black solid !important;
}

input[type=radio]:checked ~ label {
  font-weight: bold !important;
}

.form-check-input:checked {
  background-color: #EEAD83;
  border-color: #B06D5B;
}

/* =========================
   MONTSERRAT
========================= */
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
/* =========================
   SWEET SANS
========================= */
@font-face {
  font-family: "Sweet-Sans-Regular";
  src: url("/fonts/SweetSansProRegular.woff2") format("woff2"), url("/fonts/SweetSansProRegular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Sweet-Sans-Light";
  src: url("/fonts/SweetSansProLight.woff2") format("woff2"), url("/fonts/SweetSansProLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Sweet-Sans-Medium";
  src: url("/fonts/SweetSansProMedium.woff2") format("woff2"), url("/fonts/SweetSansProMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Sweet-Sans-Bold";
  src: url("/fonts/SweetSansProBold.woff2") format("woff2"), url("/fonts/SweetSansProBold.ttf") format("truetype");
  font-display: swap;
}
/*  Pages  */
.contenedor-responsive {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-header {
    display: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .home-header {
    display: none !important;
  }
}
.home-header__panel1 {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-right: 10px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.home-header__panel1__img {
  width: 100%;
  transition: all 1s ease;
  z-index: -1;
  position: relative;
}
.home-header__panel1__bandera {
  width: 20px;
}
.home-header__panel1__lugar {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.home-header__panel1__cont1 {
  position: absolute;
  transition: opacity 1s linear;
  opacity: 1;
  top: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel1__cont1__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel1__cont1__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel1__cont1__subtitle2 {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}
.home-header__panel1__cont1__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel1__cont2 {
  opacity: 0;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel1__cont2__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel1__cont2__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel1__cont2__subtitle2 {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}
.home-header__panel1__cont2__title {
  font-size: 2.1rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel1__cont2__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
}
.home-header__panel1__cont2__button:hover {
  color: #000000;
}
@media (max-width: 768px) {
  .home-header__panel1__cont2__button {
    width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.home-header__panel2 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  border-right: 10px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.home-header__panel2__img {
  width: 100%;
  transition: all 1s ease;
  z-index: -1;
  position: relative;
}
.home-header__panel2__cont1 {
  position: absolute;
  transition: opacity 1s linear;
  opacity: 1;
  top: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel2__cont1__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0px;
}
.home-header__panel2__cont1__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel2__cont2 {
  opacity: 0;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel2__cont2__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel2__cont2__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel2__cont2__subtitle2 {
  font-size: 1.3rem;
  color: #ffffff;
}
.home-header__panel2__cont2__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel2__cont2__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
}
.home-header__panel2__cont2__button:hover {
  color: #000000;
}
@media (max-width: 768px) {
  .home-header__panel2__cont2__button {
    width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.home-header__panel3 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  position: relative;
  border-right: 10px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.home-header__panel3__img {
  width: 100%;
  transition: all 1s ease;
  z-index: -1;
  position: relative;
}
.home-header__panel3__cont1 {
  position: absolute;
  top: 6%;
  left: 50%;
  transition: opacity 1s linear;
  opacity: 1;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel3__cont1__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel3__cont1__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel3__cont2 {
  opacity: 0;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
}
.home-header__panel3__cont2__subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.home-header__panel3__cont2__subtitle2 {
  font-size: 1.3rem;
  color: #ffffff;
}
.home-header__panel3__cont2__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-header__panel3__cont2__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
}
.home-header__panel3__cont2__button:hover {
  color: #000000;
}
@media (max-width: 768px) {
  .home-header__panel3__cont2__button {
    width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.head_cont {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 999;
  width: 72%;
  padding-bottom: 2rem;
  text-align: center;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) and (max-width: 1450px) {
  .head_cont {
    bottom: -7rem;
  }
}
.head_cont__img {
  width: 53%;
  margin-top: 10%;
}
.head_cont__bandera {
  width: 20px;
}
.head_cont__lugar {
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 2rem;
}
.head_cont__lugar2 {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}

.home-header__panel1:hover .home-header__panel1__cont1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.home-header__panel1:hover .home-header__panel1__cont2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.home-header__panel2:hover .home-header__panel2__cont1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.home-header__panel2:hover .home-header__panel2__cont2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.home-header__panel3:hover .home-header__panel3__cont1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.home-header__panel3:hover .home-header__panel3__cont2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.FadeEffect {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #000;
}

.overlay {
  position: absolute;
  transition: all 0.4s ease;
  opacity: 0;
}

.home-header__panel1:hover .overlay {
  opacity: 0.6 !important;
}

.home-header__panel2:hover .overlay {
  opacity: 0.6 !important;
}

.home-header__panel3:hover .overlay {
  opacity: 0.6 !important;
}

.home-header__panel1:hover .home-header__panel1__img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.home-header__panel2:hover .home-header__panel2__img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.home-header__panel3:hover .home-header__panel3__img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.home-fixed-icono {
  position: fixed;
  top: 10%;
  right: 0px;
  z-index: 3;
  cursor: pointer;
}

.home_disclaimer {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: 6rem;
}
.home_disclaimer .gradient {
  background-image: linear-gradient(to right, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 0%, rgb(176, 109, 91), rgb(238, 173, 131));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .home_disclaimer .gradient {
    padding-bottom: 0rem;
  }
}
.home_disclaimer__img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 63px;
}
@media screen and (max-width: 768px) {
  .home_disclaimer__img {
    margin-top: 1rem;
    width: 30%;
  }
}
.home_disclaimer__line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 83%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.home_disclaimer__head {
  margin-bottom: 4rem;
  width: 100%;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .home_disclaimer__head {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) and (max-width: 768px) {
  .home_disclaimer__head {
    margin-bottom: 2rem;
  }
}
.home_disclaimer__text {
  font-size: 2rem;
  font-weight: 600;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home_disclaimer__text {
    font-size: 1rem;
    width: 93%;
    padding-top: 0rem !important;
  }
}
.home_disclaimer__text span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home_disclaimer__text span {
    font-size: 0.9rem;
    width: 85%;
  }
}
.home_disclaimer__agenda {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .home_disclaimer__agenda {
    margin-bottom: 5rem;
  }
}

.agenda-home {
  background: url("/images/home/agenda_back.png") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .agenda-home {
    background: url("/images/home/back_mob.png") no-repeat center center;
    background-size: cover;
    height: 140vw;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .agenda-home {
    background: url("/images/home/back_mob.png") no-repeat center center;
    background-size: cover;
    height: 150vw;
  }
}
.agenda-home__text {
  font-size: 2rem;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .agenda-home__text {
    font-size: 1.3rem;
    width: 80%;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .agenda-home__text {
    font-size: 1.3rem;
    width: 80%;
  }
}
.agenda-home__title {
  font-size: 2.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agenda-home__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.7rem;
  text-decoration: none;
}
.agenda-home__button:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .agenda-home__button {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .agenda-home__button {
    display: none !important;
  }
}

.agenda_slider {
  height: 30vw;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .agenda_slider {
    height: 110vw;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .agenda_slider {
    height: 110vw;
  }
}

.conocenos-home {
  margin-bottom: 4rem;
  margin-top: 8rem;
}
.conocenos-home__title {
  font-weight: bold;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .conocenos-home__title {
    font-size: 2rem;
  }
}
.conocenos-home__img {
  width: 85%;
  margin-top: 10%;
  border-radius: 15px 15px 15px 15px;
}
@media screen and (min-width: 768px) {
  .conocenos-home__img {
    margin-left: 9%;
  }
}
.conocenos-home__text {
  font-size: 1.4rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .conocenos-home__text {
    font-size: 0.8rem;
  }
}
.conocenos-home__link {
  font-weight: bold;
  color: #000000;
}
.conocenos-home__vid {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}
.conocenos-home__mob__img {
  margin-bottom: 2rem;
  width: 56%;
  transform: translateX(5%);
}
.conocenos-home__mob__link {
  color: #000000;
  text-decoration: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-style: solid;
  border-width: 10px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  font-size: 1.3rem;
  margin-top: 2rem;
}
.conocenos-home__mob__link:hover {
  color: #000000;
}

.alto-home {
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.alto-home__title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.alto-home__subtitle {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0rem;
}
.alto-home__line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 50%;
  margin-bottom: 2rem;
}
.alto-home__logo {
  width: 80%;
  margin-bottom: 2rem;
}
.alto-home__cont {
  padding-right: 5%;
  padding-left: 5%;
}
.alto-home__img {
  width: 100%;
  margin-top: 2%;
  border-radius: 150px 0px 0px 0px;
}
.alto-home__text {
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .alto-home__text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.alto-home__link {
  font-weight: bold;
  color: #ffffff;
}
.alto-home__btn {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .alto-home__btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.valle-home {
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .valle-home {
    padding-bottom: 0rem;
  }
}
.valle-home__title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.valle-home__subtitle {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 3rem;
}
.valle-home__title2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #fff;
}
.valle-home__subtitle2 {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0rem;
  color: #fff;
}
.valle-home__line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 50%;
  margin-bottom: 2rem;
}
.valle-home__logo {
  width: 80%;
  margin-bottom: 2rem;
}
.valle-home__cont {
  padding-right: 5%;
  padding-left: 5%;
}
.valle-home__img {
  width: 100%;
  margin-top: 2%;
  border-radius: 0px 0px 0px 0px;
}
.valle-home__text {
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .valle-home__text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.valle-home__link {
  font-weight: bold;
  color: #ffffff;
}

.corman-home {
  background: url("/images/home/corman_back.png") no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.corman-home__title {
  font-weight: bold;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #ffffff;
}
.corman-home__line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 50%;
  margin-bottom: 2rem;
}
.corman-home__logo {
  width: 80%;
  margin-bottom: 2rem;
}
.corman-home__cont {
  padding-right: 5%;
  padding-left: 5%;
}
.corman-home__img {
  width: 85%;
  margin-top: 10%;
  border-radius: 150px 0px 150px 0px;
}
.corman-home__text {
  font-size: 1.2rem;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .corman-home__text {
    font-size: 0.8rem;
  }
}
.corman-home__link {
  font-weight: bold;
  color: #ffffff;
}

.mobs {
  position: absolute;
  top: 15%;
  left: 0;
}
.mobs__lugar {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.mobs__subtitle1 {
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 0rem;
}
.mobs__subtitle2 {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}
.mobs__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobs__text {
  margin-top: 5rem;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
}
.mobs__btn {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
}

.home-headermob {
  background-size: cover;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .home-headermob {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .home-headermob {
    display: block !important;
  }
}
.home-headermob__head {
  text-align: center;
}
.home-headermob__logo {
  width: 40%;
  margin-bottom: 8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-headermob__logo {
    width: 20%;
  }
}
.home-headermob__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
  margin-top: 0rem;
  margin-bottom: 0.4rem;
  line-height: 0.9;
}
.home-headermob__title {
  font-size: 2rem;
  font-weight: normal;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.home-headermob__text {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center !important;
}
.home-headermob__text span {
  font-weight: bold;
}
.home-headermob__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  position: fixed;
  bottom: 2%;
  z-index: 99;
  width: 80%;
  text-align: center;
  bottom: 2%;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home-headermob__button:hover {
  color: #000000 !important;
}
.home-headermob__country__back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/home/back_mob.png") no-repeat center center;
  background-size: cover;
  padding-left: 10%;
  padding-right: 10%;
  height: 135vw;
}
.home-headermob__country__img {
  width: 100%;
}
.home-headermob__country__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0px;
}
.home-headermob__country__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.home-headermob__country__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left !important;
}
.home-headermob__country__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 2rem;
}
.home-headermob__park__back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/home/back_mob.png") no-repeat center center;
  background-size: cover;
  padding-left: 10%;
  padding-right: 10%;
  height: 135vw;
}
.home-headermob__park__img {
  width: 100%;
}
.home-headermob__park__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.home-headermob__park__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.home-headermob__park__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left !important;
}
.home-headermob__park__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 2rem;
}

.home-headermob_spain {
  background: url("/images/spain/head_spain_mob.png") no-repeat center center;
  background-size: cover;
  height: 200vw;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .home-headermob_spain {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .home-headermob_spain {
    display: block !important;
  }
}
.home-headermob_spain__head {
  text-align: center;
}
.home-headermob_spain__logo {
  width: 40%;
  margin-bottom: 8rem;
}
.home-headermob_spain__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0rem;
  margin-bottom: 0.4rem;
  line-height: 0.9;
}
.home-headermob_spain__title {
  font-size: 2rem;
  font-weight: normal;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.home-headermob_spain__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: center !important;
}
.home-headermob_spain__text span {
  font-weight: bold;
}
.home-headermob_spain__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  position: fixed;
  bottom: 2%;
  z-index: 99;
  width: 80%;
  text-align: center;
  bottom: 2%;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home-headermob_spain__button:hover {
  color: #000000 !important;
}
.home-headermob_spain__country__back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/home/back_mob.png") no-repeat center center;
  background-size: cover;
  padding-left: 10%;
  padding-right: 10%;
  height: 135vw;
}
.home-headermob_spain__country__img {
  width: 100%;
}
.home-headermob_spain__country__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0px;
}
.home-headermob_spain__country__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.home-headermob_spain__country__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left !important;
}
.home-headermob_spain__country__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 2rem;
}
.home-headermob_spain__park__back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/home/back_mob.png") no-repeat center center;
  background-size: cover;
  padding-left: 10%;
  padding-right: 10%;
  height: 135vw;
}
.home-headermob_spain__park__img {
  width: 100%;
}
.home-headermob_spain__park__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.home-headermob_spain__park__title {
  font-size: 3.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.home-headermob_spain__park__text {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left !important;
}
.home-headermob_spain__park__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) and (orientation: portrait) {
  .responsive-lg-tablet {
    display: block !important;
  }
}

.cormanmob-home {
  background: url("/images/home/header_center.png") no-repeat center center;
  background-size: auto;
  background-size: cover;
  height: unset;
  padding-bottom: 4rem;
}
.cormanmob-home__logo {
  width: 70%;
  padding-top: rem;
  padding-bottom: 3rem;
}
.cormanmob-home__video {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}
.cormanmob-home__link {
  color: #ffffff;
  text-decoration: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-style: solid;
  border-width: 10px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  font-size: 1.3rem;
  margin-top: 2rem;
}
.cormanmob-home__link:hover {
  color: #ffffff;
}
.cormanmob-home__line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 80%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.papel_back {
  background: url("/images/proceso-artesanal/papel_back.png") no-repeat center center;
  background-size: cover;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#agenda_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#agenda_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#agenda_slider .slick-dots {
  bottom: -50px;
}

.accordion__begrand {
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
}
.accordion__corman {
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
}

.accordion-button.collapsed {
  background: none;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CC9933'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CC9933'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
}

#accordion1 .accordion-button {
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
}

#accordion2 .accordion-button {
  font-size: 1.1rem;
  color: #ffffff;
}

#accordion2 .accordion-item {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

#agenda_slider .slick-slide img {
  display: block;
  width: 90%;
}

.return {
  display: flex;
  height: 25px;
  text-align: left;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  top: 10%;
  left: 12%;
  text-decoration: none;
  color: #000;
}
.return:hover {
  color: #000;
}
@media screen and (max-width: 576px) {
  .return {
    display: flex;
    height: 25px;
    text-align: left;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    top: 2%;
    left: 0%;
    text-decoration: none;
    color: #000;
    width: 33%;
    padding-left: 1rem;
    background-color: white;
    opacity: 0.7;
  }
}

.return2 {
  display: flex;
  height: 25px;
  text-align: left;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  top: 10%;
  left: 12%;
  text-decoration: none;
  color: #000;
}
.return2:hover {
  color: #000;
}
@media screen and (max-width: 576px) {
  .return2 {
    display: flex;
    height: 25px;
    text-align: left;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    top: 2%;
    left: 0%;
    text-decoration: none;
    color: #000;
    background-color: white;
    width: 33%;
    padding-left: 1rem;
    opacity: 0.7;
  }
}

.home__custom {
  width: 135%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .home__custom {
    font-size: 0.8rem;
  }
}

.home__custom3 {
  width: 135%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  font-size: 1.5rem;
  font-weight: boldS;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .home__custom3 {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .home__custom2 {
    font-size: 2.1rem;
  }
}

.country-header {
  height: 49vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .country-header {
    height: 200vw;
    padding-left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-header {
    height: 200vw;
    padding-left: 10%;
  }
}
.country-header__back {
  width: 96%;
  position: absolute;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .country-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-header__back {
    width: 100%;
  }
}
.country-header__cont {
  position: absolute;
  right: 10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .country-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.country-header__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0px;
}
.country-header__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .country-header__title {
    font-size: 3rem;
  }
}
.country-header__text {
  font-size: 1.1rem;
  width: 100%;
  color: #ffffff;
}
.country-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .country-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-header__logo {
    display: block !important;
    left: 10%;
  }
}
.country-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.country-header__regresar span {
  font-size: 1.3rem;
}

.country-estilo {
  background-color: #1D1D1D;
  height: 50vw;
  padding-left: 10%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .country-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-estilo .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.country-estilo__title {
  padding-top: 20%;
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.country-estilo__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .country-estilo__text {
    width: 100%;
  }
}
.country-estilo__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.country-estilo__button:hover {
  color: #000000;
}
.country-estilo__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.country-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  background-color: #EBEBEB;
}
.country-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.country-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.country-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .country-amenidades__subtitle {
    text-align: center;
  }
}
.country-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .country-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.country-amenidades__marco {
  overflow: hidden;
}

.country-amenidades__marco:hover .country-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.country-conoce {
  background-color: #EBEBEB;
  height: 50vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .country-conoce {
    height: 70vw;
  }
}
.country-conoce__back1 {
  position: absolute;
  top: 28%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-conoce__back1 {
    display: none !important;
  }
}
.country-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-conoce__img1 {
    display: none !important;
  }
}
.country-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 37%;
}
@media screen and (max-width: 768px) {
  .country-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.country-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}
.country-conoce__subtitle__bold {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.country-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.country-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.country-conoce__link {
  background: url("/images/country/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.country-conoce__link:hover {
  color: #ffffff;
}

.country-mapa {
  background-color: #EBEBEB;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .country-mapa {
    height: 180vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-mapa {
    height: 120vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
.country-mapa__back1 {
  position: absolute;
  top: 3%;
  width: 90%;
  left: 5%;
}
.country-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .country-mapa__cont {
    top: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-mapa__cont {
    top: 0%;
  }
}
.country-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.country-mapa__title {
  font-size: 3rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .country-mapa__title {
    font-size: 3rem;
  }
}
.country-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff;
  margin-bottom: 0px;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.country_slider {
  height: 42vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .country_slider {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country_slider {
    height: 120vh;
    margin-top: unset;
  }
}
.country_slider__img {
  width: 100%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .country_slider__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .country_slider__img {
    height: 670px;
  }
}

.country-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-menu {
    display: none !important;
  }
}
.country-menu__logo {
  margin-right: 3rem;
  height: 200px;
  position: absolute;
  left: 5%;
}
.country-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.country-menu__link:hover {
  color: #000000;
}
.country-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.country-menu__button:hover {
  color: #ffffff;
}

#country_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#country_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#country_slider .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #country_slider .slick-dots {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #country_slider .slick-dots {
    width: 100%;
  }
}

.delvalle2-header {
  height: 49vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .delvalle2-header {
    height: 200vw;
    padding-left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-header {
    height: 200vw;
    padding-left: 10%;
  }
}
.delvalle2-header__back {
  width: 96%;
  position: absolute;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .delvalle2-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-header__back {
    width: 100%;
  }
}
.delvalle2-header__cont {
  position: absolute;
  right: 6%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .delvalle2-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.delvalle2-header__subtitle {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 0px;
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}
.delvalle2-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .delvalle2-header__title {
    font-size: 3rem;
  }
}
.delvalle2-header__text {
  font-size: 2rem;
  width: 100%;
  color: #ffffff;
}
.delvalle2-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .delvalle2-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-header__logo {
    display: block !important;
    left: 10%;
  }
}
.delvalle2-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.delvalle2-header__regresar span {
  font-size: 1.3rem;
}

.delvalle2 {
  background-color: #1D1D1D;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .delvalle2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2 .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.delvalle2__title {
  padding-top: 5%;
  font-size: 2.5rem;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.delvalle2__title2 {
  padding-top: 5%;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
.delvalle2__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .delvalle2__text {
    width: 100%;
  }
}
.delvalle2__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.delvalle2__button:hover {
  color: #000000;
}
.delvalle2__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.delvalle2_header_slider__img {
  width: 100%;
}

.delvalle2-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10rem;
  background-color: #EBEBEB;
}
.delvalle2-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.delvalle2-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.delvalle2-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .delvalle2-amenidades__subtitle {
    text-align: center;
  }
}
.delvalle2-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .delvalle2-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.delvalle2-amenidades__marco {
  overflow: hidden;
}

.delvalle2-amenidades__marco:hover .delvalle2-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.delvalle2-conoce {
  background-color: #fff;
  height: 50vw;
  position: relative;
  margin-top: 10% !important;
}
@media screen and (max-width: 768px) {
  .delvalle2-conoce {
    height: unset;
  }
}
.delvalle2-conoce__back1 {
  position: absolute;
  top: 28%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-conoce__back1 {
    display: none !important;
  }
}
.delvalle2-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .delvalle2-conoce__img1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-conoce__img1 {
    position: relative;
  }
}
.delvalle2-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 21%;
}
@media screen and (max-width: 768px) {
  .delvalle2-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.delvalle2-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .delvalle2-conoce__subtitle {
    text-align: center;
  }
}
.delvalle2-conoce__subtitle__bold {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .delvalle2-conoce__subtitle__bold {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.delvalle2-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.delvalle2-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.delvalle2-conoce__link {
  background: url("/images/country/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.delvalle2-conoce__link:hover {
  color: #ffffff;
}

.olavide__img {
  width: 100%;
}

.country-mapa {
  background-color: #EBEBEB;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .country-mapa {
    height: 180vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-mapa {
    height: 120vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
.country-mapa__back1 {
  position: absolute;
  top: 3%;
  width: 90%;
  left: 5%;
}
.country-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .country-mapa__cont {
    top: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-mapa__cont {
    top: 0%;
  }
}
.country-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.country-mapa__title {
  font-size: 3rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .country-mapa__title {
    font-size: 3rem;
  }
}
.country-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff;
  margin-bottom: 0px;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.delvalle2_slider {
  height: 42vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .delvalle2_slider {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2_slider {
    height: 120vh;
    margin-top: unset;
  }
}
.delvalle2_slider__img {
  width: 100%;
  transform: translatey(0%);
}
@media (min-width: 769px) and (orientation: portrait) {
  .delvalle2_slider__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .delvalle2_slider__img {
    transform: translatey(0%);
  }
}

.country-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .country-menu {
    display: none !important;
  }
}
.country-menu__logo {
  margin-right: 3rem;
  height: 200px;
  position: absolute;
  left: 5%;
}
.country-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.country-menu__link:hover {
  color: #000000;
}
.country-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.country-menu__button:hover {
  color: #ffffff;
}

#delvalle2_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#delvalle2_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#delvalle2_slider .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #delvalle2_slider .slick-dots {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #delvalle2_slider .slick-dots {
    width: 100%;
  }
}

.btn_brochure {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 1rem;
  cursor: pointer;
}

.jeronimos {
  background-color: #1D1D1D;
  padding-right: 10%;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .jeronimos {
    height: unset;
    padding-right: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .jeronimos {
    height: unset;
    padding-right: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .jeronimos .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.jeronimos__cont {
  padding-left: 5% !important;
}
.jeronimos__title {
  padding-top: 5%;
  font-size: 2.4rem;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.jeronimos__title2 {
  padding-top: 5%;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
.jeronimos__text {
  font-size: 1.1rem;
  width: 90%;
  color: #ffffff;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .jeronimos__text {
    width: 100%;
  }
}
.jeronimos__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 55%;
  text-align: center;
}
.jeronimos__button:hover {
  color: #000000;
}
.jeronimos__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.park-header {
  height: 49vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .park-header {
    height: 200vw;
    padding-left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-header {
    height: 200vw;
    padding-left: 10%;
  }
}
.park-header__back {
  width: 96%;
  position: absolute;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .park-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-header__back {
    width: 100%;
  }
}
.park-header__cont {
  position: absolute;
  right: 10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .park-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.park-header__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0px;
}
.park-header__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .park-header__title {
    font-size: 3rem;
  }
}
.park-header__text {
  font-size: 1.1rem;
  width: 100%;
  color: #ffffff;
}
.park-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .park-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-header__logo {
    display: block !important;
    left: 10%;
  }
}
.park-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.park-header__regresar span {
  font-size: 1.3rem;
}

.park-estilo {
  background-color: #1D1D1D;
  height: 50vw;
  padding-left: 10%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .park-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-estilo .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.park-estilo__title {
  padding-top: 20%;
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .park-estilo__title {
    width: 90%;
  }
}
.park-estilo__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .park-estilo__text {
    width: 100%;
  }
}
.park-estilo__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.park-estilo__button:hover {
  color: #000000;
}
.park-estilo__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.park-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  background-color: #EBEBEB;
}
.park-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.park-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.park-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .park-amenidades__subtitle {
    text-align: center;
  }
}
.park-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .park-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.park-amenidades__marco {
  overflow: hidden;
}

.park-amenidades__marco:hover .park-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.park-conoce {
  background-color: #EBEBEB;
  height: 50vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .park-conoce {
    height: 70vw;
  }
}
.park-conoce__back1 {
  position: absolute;
  top: 28%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-conoce__back1 {
    display: none !important;
  }
}
.park-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-conoce__img1 {
    display: none !important;
  }
}
.park-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 37%;
}
@media screen and (max-width: 768px) {
  .park-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.park-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}
.park-conoce__subtitle__bold {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.park-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.park-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.park-conoce__link {
  background: url("/images/park/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.park-conoce__link:hover {
  color: #ffffff;
}

.park-mapa {
  background-color: #EBEBEB;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .park-mapa {
    height: 190vw;
    background: url("/images/park/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-mapa {
    height: 120vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
.park-mapa__back1 {
  position: absolute;
  top: 3%;
  width: 90%;
  left: 5%;
}
.park-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .park-mapa__cont {
    top: 0%;
  }
}
.park-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.park-mapa__title {
  font-size: 3rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .park-mapa__title {
    font-size: 3rem;
  }
}
.park-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff;
  margin-bottom: 0px;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.park_slider {
  height: 42vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .park_slider {
    height: unset;
    margin-top: unset;
  }
}
.park_slider__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .park_slider__img {
    margin-bottom: 3rem;
  }
}

.park-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .park-menu {
    display: none !important;
  }
}
.park-menu__logo {
  margin-right: 3rem;
  height: 200px;
  position: absolute;
  left: 5%;
}
.park-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.park-menu__link:hover {
  color: #000000;
}
.park-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.park-menu__button:hover {
  color: #ffffff;
}

#park_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#park_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#park_slider .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #park_slider .slick-dots {
    width: 100%;
  }
}

.spain-header {
  height: 23vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spain-header {
    height: 24rem;
    padding-left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-header {
    padding-left: 10%;
  }
}
.spain-header__back {
  width: 100%;
  position: absolute;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .spain-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-header__back {
    width: 100%;
  }
}
.spain-header__cont {
  position: absolute;
  right: 10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .spain-header__cont {
    position: relative;
    top: 30%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-header__cont {
    position: absolute;
    top: 10%;
    width: 100%;
    padding-left: 40%;
    padding-right: 10%;
  }
}
.spain-header__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0px;
}
.spain-header__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .spain-header__title {
    font-size: 3rem;
    padding-top: 1rem;
  }
}
.spain-header__text {
  font-size: 1.1rem;
  width: 100%;
  color: #ffffff;
}
.spain-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .spain-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-header__logo {
    display: block !important;
    left: 10%;
  }
}
.spain-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.spain-header__regresar span {
  font-size: 1.3rem;
}

.spain_head_cont {
  align-content: center;
}
.spain_head_cont__img {
  width: 75%;
  transform: translateX(24%);
  padding-top: 11%;
}

.logo_menumob {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

.spain-estilo {
  background-color: #1D1D1D;
  padding-left: 10%;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .spain-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-estilo .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.spain-estilo__subtitle {
  font-size: 2.1rem;
  width: 80%;
  color: #ffffff;
  padding-top: 19%;
}
@media screen and (max-width: 768px) {
  .spain-estilo__subtitle {
    width: 100%;
    padding-top: 3%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .spain-estilo__subtitle {
    padding-top: 3%;
  }
}
.spain-estilo__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spain-estilo__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .spain-estilo__text {
    width: 100%;
  }
}
.spain-estilo__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.spain-estilo__button:hover {
  color: #000000;
}
.spain-estilo__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.spain-estilo2 {
  background-color: #fff;
  padding-left: 10%;
  overflow-x: hidden;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .spain-estilo2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-estilo2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-estilo2 .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.spain-estilo2__subtitle {
  font-size: 2.1rem;
  width: 80%;
  color: #000000;
  padding-top: 20%;
}
@media screen and (max-width: 768px) {
  .spain-estilo2__subtitle {
    width: 100%;
  }
}
.spain-estilo2__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spain-estilo2__text {
  font-size: 1.1rem;
  width: 80%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .spain-estilo2__text {
    width: 100%;
  }
}
.spain-estilo2__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.spain-estilo2__button:hover {
  color: #000000;
}
.spain-estilo2__disclaimer {
  color: #ffffff;
  font-size: 1.5rem;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}
.spain-estilo2__disclaimer__cont {
  background-color: #000;
  height: 6rem;
  align-items: center;
  display: flex;
  align-content: center;
}

.spain-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  background-color: #EBEBEB;
}
.spain-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.spain-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.spain-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .spain-amenidades__subtitle {
    text-align: center;
  }
}
.spain-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .spain-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.spain-amenidades__marco {
  overflow: hidden;
}

.spain-amenidades__marco:hover .spain-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.spain-conoce {
  background-color: #EBEBEB;
  height: 50vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spain-conoce {
    height: 70vw;
  }
}
.spain-conoce__back1 {
  position: absolute;
  top: 28%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-conoce__back1 {
    display: none !important;
  }
}
.spain-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-conoce__img1 {
    display: none !important;
  }
}
.spain-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 37%;
}
@media screen and (max-width: 768px) {
  .spain-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.spain-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}
.spain-conoce__subtitle__bold {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.spain-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spain-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.spain-conoce__link {
  background: url("/images/spain/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.spain-conoce__link:hover {
  color: #ffffff;
}

.spain-mapa {
  background-color: #1D1D1D;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spain-mapa {
    height: 30rem;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-mapa {
    height: 120vw;
    background: url("/images/spain/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .spain-mapa {
    height: 35vw;
  }
}
.spain-mapa__back1 {
  position: absolute;
  top: 3%;
  width: 90%;
  left: 5%;
}
.spain-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .spain-mapa__cont {
    top: 4%;
    position: relative;
    left: unset;
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-mapa__cont {
    top: 2%;
  }
}
.spain-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.spain-mapa__title {
  font-size: 3rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .spain-mapa__title {
    font-size: 3rem;
  }
}
.spain-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .spain-mapa__text {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.spain-mapa__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 60%;
  text-align: center;
}

.spain-mapa2 {
  background-color: #ffffff;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .spain-mapa2 {
    height: 30rem;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-mapa2 {
    height: 120vw;
    background: url("/images/spain/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .spain-mapa2 {
    height: 35vw;
  }
}
.spain-mapa2__back1 {
  position: absolute;
  top: 3%;
  width: 90%;
  left: 5%;
}
.spain-mapa2__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .spain-mapa2__cont {
    top: 4%;
    position: relative;
    left: unset;
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-mapa2__cont {
    top: 2%;
  }
}
.spain-mapa2__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.spain-mapa2__title {
  font-size: 3rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .spain-mapa2__title {
    font-size: 3rem;
  }
}
.spain-mapa2__text {
  font-size: 1.1rem;
  width: 70%;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .spain-mapa2__text {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.spain-mapa2__button {
  margin-top: 2rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 60%;
  text-align: center;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
    width: 100% !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.spain_slider {
  height: 33vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .spain_slider {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_slider {
    height: 120vh;
    margin-top: unset;
  }
}
.spain_slider__img {
  width: 100%;
  border-radius: 150px 0px 0px 0px;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_slider__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .spain_slider__img {
    height: 289px;
    border-radius: 0px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .spain_slider__img {
    height: unset;
  }
}
.spain_slider__img2 {
  width: 100%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_slider__img2 {
    width: 90%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .spain_slider__img2 {
    height: 289px;
  }
}

.spain_sliderletras {
  height: 33vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .spain_sliderletras {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_sliderletras {
    height: 120vh;
    margin-top: unset;
  }
}
.spain_sliderletras__img {
  width: 100%;
  border-radius: 150px 0px 0px 0px;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_sliderletras__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .spain_sliderletras__img {
    height: 289px;
    border-radius: 0px 0px 0px 0px;
  }
}
.spain_sliderletras__img2 {
  width: 100%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain_sliderletras__img2 {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .spain_sliderletras__img2 {
    height: 289px;
  }
}

.spain-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .spain-menu {
    display: none !important;
  }
}
.spain-menu__logo {
  margin-right: 3rem;
  height: 200px;
  position: absolute;
  left: 5%;
}
.spain-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.spain-menu__link:hover {
  color: #000000;
}
.spain-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.spain-menu__button:hover {
  color: #ffffff;
}

#spain_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#spain_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#spain_slider .slick-dots {
  position: absolute;
  bottom: 22%;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #spain_slider .slick-dots {
    width: 100%;
    bottom: 3px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #spain_slider .slick-dots {
    width: 100%;
  }
}

#spain_sliderletras .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #spain_sliderletras .slick-dots button {
    border: 3px solid #000000;
  }
}

#spain_sliderletras .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #spain_sliderletras .slick-dots li.slick-active button {
    background-color: #000000;
  }
}

#spain_sliderletras .slick-dots {
  position: absolute;
  bottom: 22%;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #spain_sliderletras .slick-dots {
    width: 100%;
    bottom: 3px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #spain_sliderletras .slick-dots {
    width: 100%;
  }
}

.ame_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

.ame_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.ame_slider .slick-dots {
  position: absolute;
  bottom: 90px;
  display: block;
  width: 30%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ame_slider .slick-dots {
    width: 100%;
    bottom: 3px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .ame_slider .slick-dots {
    width: 100%;
  }
}

.ame_slider .slick-slide {
  height: unset !important;
}

.spain_line {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 50%;
  margin-bottom: 2rem;
  width: 17%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.spain_line__full {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  height: 2px;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.areas_comunes {
  background-color: #1D1D1D;
  padding-left: 6%;
  padding-right: 6%;
}
.areas_comunes__title {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .areas_comunes__title {
    padding-top: 0rem;
  }
}
.areas_comunes__text {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.areas_comunes__text span {
  font-weight: bold;
}
.areas_comunes__brochure {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  background: #FDFAFA 0% 0% no-repeat padding-box;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .areas_comunes__brochure {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    width: 75%;
  }
}

.areas_comunes2 {
  background-color: #fff;
  padding-left: 6%;
  padding-right: 6%;
}
.areas_comunes2__title {
  color: #000;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .areas_comunes2__title {
    margin-top: 0rem;
  }
}
.areas_comunes2__text {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.areas_comunes2__text span {
  font-weight: bold;
}
.areas_comunes2__brochure {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  background: #000 0% 0% no-repeat padding-box;
  width: 60%;
}

.acmob_slide__img {
  width: 100%;
}

.menu_spain_cont {
  text-align: right;
  height: 3.5rem;
  align-content: center;
}

.aviso_citas {
  transform: translateX(-30%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .aviso_citas {
    transform: unset;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.aviso_citas__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.aviso_citas__text {
  color: white;
  z-index: 999;
  position: relative;
  padding-left: 9%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .aviso_citas__text {
    text-align: center;
  }
}
.aviso_citas__text span {
  font-weight: bold;
  font-size: 1.1rem;
}

.reforma-header {
  position: relative;
  aspect-ratio: 1920/975;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reforma-header {
    height: 200vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-header {
    height: 200vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.reforma-header__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reforma-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-header__back {
    width: 100%;
  }
}
.reforma-header__btn {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0%, 50%);
}
.reforma-header__cont {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 70%;
  text-align: center;
  bottom: -6rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .reforma-header__cont {
    position: relative;
    top: 43%;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.reforma-header__cont__back1 {
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  padding: 0.8rem;
}
.reforma-header__cont__back2 {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-left: 5%;
  padding-right: 5%;
}
.reforma-header__subtitle {
  font-size: 1.3rem;
  margin-bottom: 0px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .reforma-header__subtitle {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.reforma-header__text {
  font-size: 1.1rem;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: -13px;
}
.reforma-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .reforma-header__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.reforma-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .reforma-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-header__logo {
    display: block !important;
    left: 10%;
  }
}
.reforma-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.reforma-header__regresar span {
  font-size: 1.3rem;
}

.reforma-estilo {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .reforma-estilo {
    height: unset;
    padding-left: 0%;
    padding-top: 1rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-estilo .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.reforma-estilo__cont {
  background-color: #171717;
  height: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.reforma-estilo__cont1 {
  border-style: solid;
  border-width: 5px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  border-right: none;
  border-left: none;
}
.reforma-estilo__title {
  padding-top: 20%;
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reforma-estilo__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reforma-estilo__text {
    width: 100%;
    margin-top: 0rem;
  }
}
.reforma-estilo__button {
  margin-top: 1rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reforma-estilo__button:hover {
  color: #000000;
}
.reforma-estilo__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 5%;
  margin-right: 5%;
}

.reforma-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  background-color: #EBEBEB;
}
.reforma-amenidades__header {
  background-color: #171717;
  text-align: center;
}
.reforma-amenidades__header__title {
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.reforma-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.reforma-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.reforma-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reforma-amenidades__subtitle {
    text-align: center;
  }
}
.reforma-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .reforma-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.reforma-amenidades__marco {
  overflow: hidden;
}

.reforma-amenidades__marco:hover .reforma-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.reforma-conoce {
  background-color: #EBEBEB;
  height: 42vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reforma-conoce {
    height: 70vw;
  }
}
.reforma-conoce__back1 {
  position: absolute;
  top: 33%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-conoce__back1 {
    display: none !important;
  }
}
.reforma-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-conoce__img1 {
    display: none !important;
  }
}
.reforma-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 43%;
}
@media screen and (max-width: 768px) {
  .reforma-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.reforma-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}
.reforma-conoce__subtitle__bold {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.reforma-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reforma-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.reforma-conoce__link {
  background: url("/images/country/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.reforma-conoce__link:hover {
  color: #ffffff;
}

.reforma-mapa {
  background-color: #EBEBEB;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reforma-mapa {
    height: 180vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-mapa {
    height: 120vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
.reforma-mapa__back1 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
}
.reforma-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .reforma-mapa__cont {
    top: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-mapa__cont {
    top: 0%;
  }
}
.reforma-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.reforma-mapa__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9;
  margin-bottom: 2rem;
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .reforma-mapa__title {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.reforma-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff !important;
  margin-bottom: 0px;
}

.reforma-mapa__text a {
  color: #ffffff !important;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.reforma_slider {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .reforma_slider {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma_slider {
    height: 120vh;
    margin-top: unset;
  }
}
.reforma_slider__img {
  width: 100%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma_slider__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
#reforma_slider .slick-slide {
  height: unset;
}

.reforma-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma-menu {
    display: none !important;
  }
}
.reforma-menu__logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 25%;
}
@media screen and (max-width: 768px) {
  .reforma-menu__logo {
    width: 50%;
  }
}
.reforma-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.reforma-menu__link:hover {
  color: #000000;
}
.reforma-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.reforma-menu__button:hover {
  color: #ffffff;
}

#reforma_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#reforma_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#reforma_slider .slick-dots {
  position: absolute;
  bottom: 4rem;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reforma_slider .slick-dots {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #reforma_slider .slick-dots {
    width: 100%;
  }
}

.reforma_logo {
  width: 25%;
}

.videoplace {
  width: 100%;
  padding: 10%;
}

.newvalle-header {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newvalle-header {
    height: 200vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-header {
    height: 200vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.newvalle-header__back {
  width: 100%;
  position: absolute;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .newvalle-header__back {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-header__back {
    width: 100%;
  }
}
.newvalle-header__btn {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.3rem;
  text-decoration: none;
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0%, 50%);
}
.newvalle-header__cont {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 70%;
  text-align: center;
  bottom: -6rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .newvalle-header__cont {
    position: relative;
    top: 38%;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-header__cont {
    position: relative;
    top: 66%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.newvalle-header__cont__back1 {
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  .newvalle-header__cont__back1 {
    padding: 0px;
    border: none;
  }
}
.newvalle-header__cont__back2 {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .newvalle-header__cont__back2 {
    background-color: unset !important;
    color: #ffffff;
  }
}
.newvalle-header__subtitle {
  font-size: 1.3rem;
  margin-bottom: 0px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .newvalle-header__subtitle {
    display: none;
  }
}
.newvalle-header__text {
  font-size: 1.1rem;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: -13px;
}
.newvalle-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .newvalle-header__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.newvalle-header__logo {
  position: absolute;
  right: 10%;
  height: 18%;
}
@media (max-width: 768px) {
  .newvalle-header__logo {
    left: 10%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-header__logo {
    display: block !important;
    left: 10%;
  }
}
.newvalle-header__regresar {
  position: absolute;
  left: 13%;
  color: #000000;
  top: 2%;
  text-decoration: none;
}
.newvalle-header__regresar span {
  font-size: 1.3rem;
}

.hero-valle {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  text-align: center;
  /* Línea 1: Be Grand® */
  /* Línea 2: DEL VALLE con degradado */
  /* Línea 3: NUEVA TORRE */
}
.hero-valle__content {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.hero-valle__brand {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.4vw, 44px);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  text-align: left;
}
@media (max-width: 768px) {
  .hero-valle__brand {
    font-size: clamp(18px, 2.4vw, 44px);
  }
}
.hero-valle__reg {
  font-size: 0.55em;
  vertical-align: super;
  margin-left: 2px;
}
.hero-valle__title {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.05;
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* fallback si no soporta clip */
  color: #eead83;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .hero-valle__title {
    font-size: clamp(2.7rem, 6vw, 5.5rem);
  }
}
.hero-valle__titleDel {
  font-weight: 500;
  margin-right: 0.15em;
}
.hero-valle__subtitle {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.8vw, 34px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  text-align: right;
}
@media (max-width: 768px) {
  .hero-valle__title {
    letter-spacing: 0.04em;
  }
  .hero-valle__subtitle {
    letter-spacing: 0.16em;
  }
}

.newvalle-estilo {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .newvalle-estilo {
    height: unset;
    padding-left: 0%;
    padding-top: 1rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-estilo {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-estilo .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.newvalle-estilo__cont {
  background-color: #171717;
  height: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.newvalle-estilo__cont1 {
  border-style: solid;
  border-width: 5px;
  border-image: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%) 1;
  border-right: none;
  border-left: none;
}
.newvalle-estilo__title {
  padding-top: 20%;
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newvalle-estilo__text {
  font-size: 1.1rem;
  width: 80%;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newvalle-estilo__text {
    width: 100%;
    margin-top: 0rem;
  }
}
.newvalle-estilo__button {
  margin-top: 1rem;
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.newvalle-estilo__button:hover {
  color: #000000;
}
.newvalle-estilo__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 5%;
  margin-right: 5%;
}

.newvalle-amenidades {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
  background-color: #EBEBEB;
}
.newvalle-amenidades__header {
  background-color: #171717;
  text-align: center;
}
.newvalle-amenidades__header__title {
  font-size: 2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background-clip: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.newvalle-amenidades__img1 {
  transition: all 1s ease;
  height: 100%;
}
.newvalle-amenidades__img2 {
  transition: all 1s ease;
  height: unset;
}
.newvalle-amenidades__subtitle {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newvalle-amenidades__subtitle {
    text-align: center;
  }
}
.newvalle-amenidades__text {
  color: #000000;
  font-size: 1.2rem;
  color: #000000;
  font-size: 1.2rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
@media screen and (max-width: 768px) {
  .newvalle-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-amenidades__text {
    position: relative;
    transform: none;
    width: 100%;
    top: unset !important;
  }
}
.newvalle-amenidades__marco {
  overflow: hidden;
}

.newvalle-amenidades__marco:hover .newvalle-amenidades__img1 {
  transform: scale(1.3);
  transition: all 1s ease;
}

.newvalle-conoce {
  background-color: #EBEBEB;
  height: 42vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newvalle-conoce {
    height: 70vw;
  }
}
.newvalle-conoce__back1 {
  position: absolute;
  top: 33%;
  width: 50%;
  left: 37%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-conoce__back1 {
    display: none !important;
  }
}
.newvalle-conoce__img1 {
  position: absolute;
  top: 0%;
  width: 32%;
  left: 14%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-conoce__img1 {
    display: none !important;
  }
}
.newvalle-conoce__cont {
  position: absolute;
  width: 35%;
  left: 48%;
  top: 43%;
}
@media screen and (max-width: 768px) {
  .newvalle-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-conoce__cont {
    width: unset;
    position: relative;
    left: unset;
    top: 10%;
    margin-bottom: 4rem;
  }
}
.newvalle-conoce__subtitle {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0px;
}
.newvalle-conoce__subtitle__bold {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.newvalle-conoce__title {
  font-size: 5rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newvalle-conoce__text {
  font-size: 1.1rem;
  width: 100%;
  color: #000000;
}
.newvalle-conoce__link {
  background: url("/images/country/brochure.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.newvalle-conoce__link:hover {
  color: #ffffff;
}

.newvalle-mapa {
  background-color: #EBEBEB;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newvalle-mapa {
    height: 180vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-mapa {
    height: 120vw;
    background: url("/images/country/back_mapa_mob.png") no-repeat center center;
    background-size: cover;
  }
}
.newvalle-mapa__back1 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
}
.newvalle-mapa__cont {
  position: absolute;
  top: 11%;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .newvalle-mapa__cont {
    top: 0%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-mapa__cont {
    top: 0%;
  }
}
.newvalle-mapa__subtitle {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 15%;
}
.newvalle-mapa__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9;
  margin-bottom: 2rem;
  margin-top: 20%;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .newvalle-mapa__title {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.newvalle-mapa__text {
  font-size: 1.1rem;
  width: 70%;
  color: #ffffff !important;
  margin-bottom: 0px;
}

.newvalle-mapa__text a {
  color: #ffffff !important;
}

.mapa {
  width: 85%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .mapa {
    height: 330px;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .mapa {
    height: 330px;
  }
}

.reforma_slider {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .reforma_slider {
    height: unset;
    margin-top: unset;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma_slider {
    height: 120vh;
    margin-top: unset;
  }
}
.reforma_slider__img {
  width: 100%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .reforma_slider__img {
    width: 10%;
    height: 100%;
    object-fit: contain;
  }
}
#reforma_slider .slick-slide {
  height: unset;
}

.custom-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: 40px;
}

.slick-next {
  right: 40px;
}

.custom-arrow img {
  width: 40px; /* ajusta */
  height: auto;
}

.slick-prev::before {
  color: transparent;
}

.slick-next::before {
  color: transparent;
}

.newvalle-menu {
  position: relative;
  padding-right: 5%;
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-menu {
    display: none !important;
  }
}
.newvalle-menu__logo {
  position: absolute;
  left: 20%;
  transform: translate(-50%, 0%);
  width: 8%;
}
@media screen and (max-width: 768px) {
  .newvalle-menu__logo {
    width: 25%;
  }
}
.newvalle-menu__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.newvalle-menu__link:hover {
  color: #000000;
}
.newvalle-menu__button {
  background-color: #242424;
  color: #ffffff;
  height: fit-content;
  text-decoration: none;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transform: translateX(20%);
}
.newvalle-menu__button:hover {
  color: #ffffff;
}

#reforma_slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

#reforma_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#reforma_slider .slick-dots {
  position: absolute;
  bottom: 4rem;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reforma_slider .slick-dots {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  #reforma_slider .slick-dots {
    width: 100%;
  }
}

.reforma_logo {
  width: 25%;
}

.logobe_mob {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 10%;
  width: 19%;
}

.videoplace {
  width: 100%;
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-top: 0% !important;
}
@media screen and (max-width: 768px) {
  .videoplace {
    padding: 0% !important;
  }
}

.newvalle-estilo2 {
  background-color: #1D1D1D;
  padding-left: 10%;
  overflow-x: hidden;
  padding-top: 8%;
}
@media screen and (max-width: 768px) {
  .newvalle-estilo2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-estilo2 {
    height: unset;
    padding-left: 0%;
    overflow-y: hidden;
  }
}
@media (min-width: 769px) and (orientation: portrait) {
  .newvalle-estilo2 .tablet-lg-resposive {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
  }
}
.newvalle-estilo2__title {
  padding-top: 20%;
  font-size: 2.2rem;
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .newvalle-estilo2__title {
    width: 100%;
    text-align: center;
  }
}
.newvalle-estilo2__text {
  font-size: 1.4rem;
  width: 75%;
  color: #ffffff;
  margin-bottom: 3rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .newvalle-estilo2__text {
    width: 100%;
    text-align: left;
  }
}
.newvalle-estilo2__button {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf",endColorstr="#eead83",GradientType=1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: #000000 !important;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 2rem;
  width: 45%;
  text-align: center;
}
.newvalle-estilo2__button:hover {
  color: #000000;
}
.newvalle-estilo2__disclaimer {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.newvalle_slider {
  height: 32vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .newvalle_slider {
    height: unset;
    margin-top: unset;
  }
}
.newvalle_slider__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newvalle_slider__img {
    height: 670px;
  }
}

.vitant2-page {
  --blue:#123b61;
  --pink:#eb1e49;
  color: #fff;
  font-family: "Geologica", sans-serif;
  overflow: hidden;
}

.vitant2-page * {
  box-sizing: border-box;
}

.vitant2-container {
  width: min(80%, 1080px);
  margin: auto;
}

.vitant2-button {
  display: inline-block;
  padding: 0.75em 1.35em;
  background: var(--pink);
  color: #fff;
  font-size: clamp(0.62rem, 0.85vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.vitant2-button:hover {
  color: #fff;
  background: #c9163d;
}

.vitant2-hero {
  position: relative;
  aspect-ratio: 1928/1376;
  background: url("/images/vitant2/1_HOME/1_header/vitant_PreventaMTY_Header_FULL.jpg") center/100% 100% no-repeat;
}

.vitant2-hero::before, .vitant2-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.vitant2-hero::before {
  top: 0;
  right: 6.5%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.vitant2-hero::after {
  top: clamp(98px, 11.6vw, 166px);
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.vitant2-nav {
  position: absolute;
  z-index: 3;
  top: 2.5%;
  left: 4%;
  display: flex;
  gap: 2.2rem;
}

.vitant2-nav a {
  color: #fff;
  font-size: clamp(0.45rem, 0.6vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.vitant2-hero__logo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: clamp(110px, 13vw, 185px);
  transform: translateX(-50%);
}

.vitant2-hero__headline {
  position: absolute;
  z-index: 3;
  top: 18%;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  text-align: center;
}

.vitant2-hero__headline::after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  margin: 1.5rem auto;
  background: rgba(255, 255, 255, 0.35);
}

.vitant2-hero__headline > span {
  display: block;
  font-size: clamp(1rem, 2vw, 2rem);
  letter-spacing: 0.16em;
}

.vitant2-hero__headline small {
  display: block;
  font-size: clamp(0.55rem, 0.8vw, 0.85rem);
  letter-spacing: 0.16em;
}

.vitant2-hero__headline p {
  margin: 2.5rem 0 0;
  font-size: clamp(1.25rem, 2.3vw, 2.4rem);
  line-height: 1.15;
}

.vitant2-hero__tower {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 38%;
  color: #fff;
  text-decoration: none;
}

.vitant2-hero__tower--pedro {
  left: 3%;
}

.vitant2-hero__tower--lucia {
  left: 54%;
}

.vitant2-hero__tower b, .vitant2-hero__tower span {
  display: block;
  letter-spacing: 0.12em;
}

.vitant2-hero__tower b {
  font-size: clamp(0.9rem, 1.5vw, 1.7rem);
}

.vitant2-hero__tower span {
  font-size: clamp(1.5rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
}

.vitant2-hero__tower em {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.65rem 1.2rem;
  background: var(--pink);
  font-size: clamp(0.55rem, 0.7vw, 0.75rem);
  font-style: normal;
}

.vitant2-presale {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  max-width: none;
  min-height: 500px;
  margin: 0;
  padding: 5% 0 5% 7%;
  color: #9291a5;
}

.vitant2-presale__copy {
  max-width: 430px;
  text-align: center;
}

.vitant2-presale h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.1vw, 4.7rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 0.98;
}

.vitant2-presale h2 {
  margin: 0.35rem 0 1.8rem;
  font-size: clamp(0.7rem, 1.1vw, 1.2rem);
  letter-spacing: 0.14em;
}

.vitant2-presale p {
  margin: 0 auto 1.6rem;
  max-width: 340px;
  font-size: clamp(0.78rem, 1.1vw, 1.15rem);
  line-height: 1.35;
}

.vitant2-presale img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.vitant2-galleries {
  background: var(--blue);
}

.vitant2-gallery {
  display: grid;
  min-height: clamp(360px, 34vw, 520px);
}

.vitant2-gallery--pedro {
  grid-template-columns: 40% 60%;
}

.vitant2-gallery--lucia {
  grid-template-columns: 60% 40%;
}

.vitant2-gallery__slider {
  position: relative;
  min-width: 0;
}

.vitant2-gallery__slider, .vitant2-gallery__slider .slick-list, .vitant2-gallery__slider .slick-track, .vitant2-gallery__slider .slick-slide, .vitant2-gallery__slider .slick-slide > div, .vitant2-gallery__slider picture {
  height: 100%;
}

.vitant2-gallery__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vitant2-gallery__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8% 13%;
  color: #dce2e7;
}

.vitant2-gallery__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 2.25vw, 2.5rem);
  line-height: 0.95;
}

.vitant2-gallery__copy h2 span {
  font-weight: 400;
}

.vitant2-gallery__copy p {
  max-width: 470px;
  margin: 0 0 1.4rem;
  font-size: clamp(0.85rem, 1.4vw, 1.4rem);
  line-height: 1.25;
}

.vitant2-gallery__meters {
  display: flex;
  gap: 4rem;
  margin-bottom: 1.8rem;
}

.vitant2-gallery__meters span {
  font-size: clamp(0.75rem, 1vw, 1.1rem);
}

.vitant2-gallery__meters strong {
  display: block;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1.05;
  white-space: nowrap;
}

.vitant2-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 2.5rem;
  line-height: 0.65;
  transform: translateY(-50%);
}

.vitant2-arrow--prev {
  left: 1rem;
}

.vitant2-arrow--next {
  right: 1rem;
}

.vitant2-about {
  position: relative;
  min-height: 580px;
  background: #fff url("/images/vitant/conocenos_left.png") left center/54% auto no-repeat;
  color: #707078;
}

.vitant2-about__copy {
  width: min(45%, 650px);
  margin-left: 50%;
  padding: 6rem 5% 5rem;
  text-align: center;
}

.vitant2-about__copy img {
  width: 105px;
}

.vitant2-about h2 {
  margin: 2rem 0;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
}

.vitant2-about p {
  font-size: clamp(0.9rem, 1.25vw, 1.35rem);
  line-height: 1.25;
}

.vitant2-locations {
  padding: 5rem 0;
  background: #174e8b url("/images/vitant/background_mapas.jpg") center/cover no-repeat;
}

.vitant2-location {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 8%;
  margin-bottom: 3rem;
}

.vitant2-location:last-child {
  margin-bottom: 0;
}

.vitant2-location h2 {
  font-size: clamp(1.05rem, 1.5vw, 1.6rem);
}

.vitant2-location p {
  font-size: clamp(0.85rem, 1.2vw, 1.2rem);
  line-height: 1.5;
}

.vitant2-location iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.vitant2-footer {
  padding: 2rem 0 5rem;
  background: var(--blue);
}

.vitant2-footer > .vitant2-container > img {
  width: 100px;
  margin-bottom: 1.5rem;
}

.vitant2-footer__grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr 0.9fr 1.25fr;
  gap: 4rem;
}

.vitant2-footer h3 {
  margin: 0 0 1.4rem;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.vitant2-footer a, .vitant2-footer p {
  display: block;
  margin-bottom: 0.35rem;
  color: #dbe1e8;
  font-size: clamp(0.8rem, 1.1vw, 1.15rem);
  line-height: 1.3;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .vitant2-container {
    width: 86%;
  }
  .vitant2-hero {
    height: 145vw;
    min-height: 0;
    background-position: center;
  }
  .vitant2-hero::after {
    top: 94px;
  }
  .vitant2-nav {
    display: none;
  }
  .vitant2-hero__logo {
    width: 105px;
  }
  .vitant2-hero__headline {
    top: 17%;
    width: 90%;
  }
  .vitant2-hero__headline p {
    margin-top: 1.4rem;
  }
  .vitant2-hero__tower {
    top: 49%;
    width: 43%;
  }
  .vitant2-hero__tower--pedro {
    left: 5%;
  }
  .vitant2-hero__tower--lucia {
    left: 53%;
  }
  .vitant2-hero__tower em {
    margin-top: 0.6rem;
    padding: 0.5rem;
    font-size: 0.45rem;
  }
  .vitant2-presale {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 14% 8%;
  }
  .vitant2-presale__copy {
    margin: auto;
  }
  .vitant2-gallery {
    display: flex;
    flex-direction: column;
  }
  .vitant2-gallery__slider {
    height: 64vw;
  }
  .vitant2-gallery__copy {
    min-height: 360px;
    padding: 12%;
  }
  .vitant2-gallery--pedro .vitant2-gallery__slider {
    order: 1;
  }
  .vitant2-gallery--pedro .vitant2-gallery__copy {
    order: 2;
  }
  .vitant2-gallery--lucia .vitant2-gallery__copy {
    order: 3;
  }
  .vitant2-gallery--lucia .vitant2-gallery__slider {
    order: 4;
  }
  .vitant2-gallery__meters {
    gap: 2rem;
  }
  .vitant2-about {
    min-height: 720px;
    background: #fff url("/images/vitant/conocenos_left.png") top center/100% auto no-repeat;
  }
  .vitant2-about__copy {
    width: 100%;
    margin: 0;
    padding: 21rem 10% 3rem;
  }
  .vitant2-location {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .vitant2-location iframe {
    height: 55vw;
  }
  .vitant2-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }
}
/*  Partials  */
.footer {
  background-color: #242424;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2rem;
  z-index: 100;
  position: relative;
}
.footer__title {
  color: #ffffff;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.footer__link {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.footer__link:hover {
  color: #ffffff;
}
.footer__link2 {
  color: #ffffff;
  cursor: pointer;
}
.footer__link2:hover {
  color: #ffffff;
}
.footer__text {
  color: #ffffff;
}
.footer__img1 {
  margin-right: 3rem;
  height: 75%;
}
@media screen and (max-width: 768px) {
  .footer__img1 {
    margin-right: 3rem;
    height: 24vw;
  }
}
.footer__img2 {
  height: 50%;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__img2 {
    margin-right: 3rem;
    height: 13vw;
  }
}

.rowe1 {
  height: 6rem;
}

/*  Componentes  */

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