:root {
  --vino: #a23330;
  --morado: #4b2c4f;
  --morado2: #784473;
  --morado3: #54004c;
  --morado4: #541257;
  --gris: #6b625a;
  --blanco: #f8f8f8;
  --blanco2: #ffffff;
  --naranja: #ebb029;
  --negro: #333333;
  --areaSegura: 75em;
  --areaMaxima: 118rem;
  --headerHeroText: 3.125rem;
  --header-size: 2.1875rem;
  --HRegular: "HelveticaNeueRegular";
  --Hbold: "HelveticaNeueBold";
  --HLight: "HelveticaNeue-Light";
  --space-nav: 2rem;
  --fs14: 0.875rem;
  --fs15: 0.938rem;
  --fs18: 1.2rem;
  --fs20: 1.25rem;
  --fs30: 1.875rem;
  --fsFooter: 1.041875rem;
  --fsHeader: 0.96375rem;
  --fsHomeCorp: 3.125rem;
  --fsHomeCorpSub: 2.344rem;
}

@font-face {
  font-family: "HelveticaNeueRegular";
  src: url("../fonts/Raleway-Regular.ttf") format("ttf"),
    url("../fonts/raleway-regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/Raleway-Bold.ttf") format("ttf"),
    url("../fonts/raleway-bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("../fonts/Raleway-Light.ttf") format("ttf"),
    url("../fonts/raleway-light.woff") format("woff");
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--HRegular);
  background-color: var(--blanco2);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "HelveticaNeueBold";
  font-size: var(--header-size);
  color: var(--blanco);
}

p {
  font-family: var(--HRegular);
  font-size: 1rem;
  line-height: 1.5rem;
  /* height: calc(1.5rem * 5); */
  /* overflow: hidden; */
}

a {
  text-decoration: none;
  color: var(--blanco2);
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
  line-height: 1.5;
}

img {
  display: block;
}

/*Header*/

.l-nav {
  position: fixed;
  height: 120px;
  margin: 0 auto;
  width: 100%;
  z-index: 100000;
  background-color: #54004c;
  top: 0;
}

.l-nav__container {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  height: 100%;
  background-color: #54004c;
  max-width: 1920px;
  margin: 0 auto;
}

.l-nav__menu {
  margin-left: auto;
  margin: 0 auto;
  height: 100%;
  padding-left: 5rem;
}

.l-nav__phone {
  display: none;
}

.l-nav__img {
  height: 35px;
}

.l-nav__flag {
  width: 20px;
  margin-right: 0.5rem;
}

.l-nav__flag--other {
  margin-right: 0;
  margin-left: 0.5rem;
}

.l-nav__list {
  display: flex;
  align-items: center;
}

.l-nav__list-item {
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.l-nav__list-item:hover .l-nav__link {
  color: #c57dbf;
  cursor: pointer;
}

.l-nav__list-item::after {
  content: "";
  background-image: url(../img/home/border-menu.png);
  width: 2px;
  height: 69px;
}

.l-nav__list-item:last-child::after {
  display: none;
}

.l-nav__list-social {
  width: 16px;
}

.l-nav__link,
.l-nav__link--child {
  font-family: var(--Hbold);
  font-weight: 700;
  font-size: 1rem;
  color: var(--azul);
  text-transform: uppercase;
  padding-right: 1rem;
  transition: all 0.2s;
}

.l-nav__list--child {
  position: absolute;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: var(--blanco);
}

.l-nav__list-item:hover > .l-nav__list--child {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-nav__link--child {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  white-space: nowrap;
  justify-content: flex-start;
  margin-left: 0.5rem;
}

/*.l-principal__logo {margin-right: 40px;}*/

.l-nav__menu-item:last-child {
  margin-right: 0;
}

.l-nav__social--movil {
  display: none;
}

.l-nav__social-item {
  width: 50px;
  height: 33px;
  border-radius: 50%;
  margin-right: 1rem;
  border: 2px solid #9ea4b073;
}

.l-nav__social-item:last-child {
  margin-right: 0;
}

.l-nav__social-link {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
}

.l-nav__social-link:hover {
  background-color: #c57dbf;
  border-radius: 25px;
}

.l-nav__movil {
  margin-left: var(--space-nav);
}

.l-nav__idioma {
  display: flex;
  align-items: center;
  color: var(--blanco2);
  margin-right: 1rem;
}

.l-nav__link,
.l-nav__link--child {
  font-family: var(--Hbold);
  font-weight: 700;
  font-size: 1rem;
  color: var(--blanco2);
  text-transform: uppercase;
  padding-right: 1rem;
}

.l-nav__list--child {
  position: absolute;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  top: 100%;
  left: -57%;
  width: 210%;
  padding: 1rem 0;
  background-color: var(--morado3);
  z-index: 100;
}

.l-nav__list--big {
  width: 255%;
  left: -85%;
}

.l-nav__menu-item:hover > .l-nav__list--child {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-nav__link--child {
  display: block;
  text-decoration: none;
  margin: 0;
  white-space: nowrap;
  justify-content: flex-start;
  font-size: 0.85rem;
}

.l-nav__yt {
  background-image: url(../img/corporativo/home/yt-logo.png);
}

.l-nav__fb {
  background-image: url(../img/corporativo/home/facebook-logo.png);
  width: 30px;
  height: 30px;
}

.l-nav__I {
  display: block;
  background-image: url(../img/corporativo/home/instagram-logo.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.l-nav__social-nav {
  display: flex;
  width: 243px;
  margin-right: var(--space-nav);
}

.l-nav__social-nav--movil {
  display: none;
}

.l-nav__menu-link {
  color: var(--blanco2);
}

.l-nav__menu-link--widget {
  border-bottom: 0;
}

.l-nav-state {
  color: #ce81c7;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

#STATE_DOWN {
  max-height: 89vh;
  display: flex;
  flex-direction: column;
  /* height: 800px; */
  overflow-y: auto;
  width: 350px;
  padding: 1rem;
}

#STATE_DOWN .l-nav__list-item--child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  margin-bottom: 3px;
}

@media not all and (min-resolution: 0.001dpcm) {
  .supports (-webkit-appearance: none) {
    margin-bottom: 3px;
  }
}

#STATE_DOWN .l-nav__link--child {
  padding: 0;
}

select#modify {
  border: none;
  background-color: var(--morado4);
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
}

select#modify option {
  color: #fff;
}

#widget-list > li:nth-child(5) {
  display: flex;
}

select#modify2 {
  border: none;
  background-color: var(--morado4);
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
}

select#modify2 option {
  color: #fff;
}

#widget-list > li:nth-child(5) {
  display: flex;
}

.l-principal {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  top: 120px;
  width: 100%;
}

.l-principal__container_noticias {
  position: absolute;
  top: 443px;
  left: 50%;
  z-index: 100;
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  background: #54004c8f;
  /* text-align: ce; */
  padding-left: 20%;
  padding-right: 20%;
}

.l-principal__container_bhome {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
  max-width: 880px;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}

.l-principal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  background: #54004c8f;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.l-principal__container_1 {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  background: #54004c8f;
}

.l-principal__reservacion {
  z-index: 10;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.l-principal__logo {
  padding-right: 3rem;
  width: 220px;
}

.l-principal__title {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: var(--fsHomeCorp);
  color: var(--blanco2);
  margin: 0;
}

.l-principal__sub-title {
  font-family: var(--Hbold);
  font-weight: bold;
  font-size: var(--fsHomeCorp);
  margin: 0;
}

.l-principal__legend {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: 1.875rem;
  margin: 0;
  font-style: italic;
}

.l-principal__search {
  background-color: var(--morado3);
  height: 141px;
  width: 73.125rem;
  border-radius: 5px;
  margin-top: 7rem;
}

.l-principal__form {
  background-color: var(--blanco2);
  height: 50%;
  border-radius: 5px;
}

.l-principal__desc {
  color: var(--blanco2);
  font-family: var(--HRegular);
  font-size: var(--fs15);
  margin: 0;
  border-left: 1px solid #fff;
  padding-left: 3rem;
}

.l-footer {
  background-color: #333333;
  max-width: var(--areamaxima);
  margin: 0 auto;
  max-width: 1920px;
  margin: 0 auto;
}

.l-footer__logo {
  margin: 0 auto;
}

.l-footer__item {
  margin: 0 auto;
}

.l-footer__o {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1.5rem;
}

.l-footer__info {
  max-width: 690px;
  width: 100%;
}

.l-footer__i-prefer {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

.l-footer__prefer-item,
.l-footer__social-link {
  color: white;
}

.l-footer__social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--Hbold);
  font-weight: bold;
  font-size: 1rem;
  color: #aba7a7;
  text-transform: uppercase;
}

.l-footer__prefer-list,
.l-footer__social-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer__prefer-list {
  padding-bottom: 1em;
}

.l-footer__social-list {
  justify-content: center;
  padding-top: 1em;
}

.l-footer__social {
  border-top: 1px solid #3a3a3a;
}

.l-footer__bottom {
  border-top: 1px solid #565656;
  padding-top: 20px;
}

.l-footer__nav {
  /* margin-right: 50px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer__bottom-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  flex-direction: column;
}

.l-footer__link {
  font-family: var(--Hbold);
  color: #999999;
}

.l-footer__bottom__title {
  font-family: var(--HRegular);
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--blanco2);
  align-self: center;
  margin-left: auto;
  margin: 0 auto;
}

.l-footer__logo {
  width: 220px;
}

.l-footer__prefer-link {
  text-align: center;
  font-family: var(--HRegular);
  color: #aba7a7;
  font-weight: 300;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-footer__list {
  min-width: 10rem;
  margin: 0 1rem;
}

.l-footer__link-prefer {
  /* width: 50%; */
  margin: 0 20px;
}

.l-footer__link-prefer img {
  width: 180px;
  height: 120px;
  object-fit: contain;
}

.l-footer__prefer-img {
  padding-top: 1em;
}

.l-footer__social-twitter {
  display: flex;
  background-image: url(../img/corporativo/twitter-footer.png);
}

.l-footer__social-item {
  margin: 5px 10px;
}

.l-footer__img {
  margin-right: 0.4rem;
  width: 17px;
  height: 13px;
}

.l-footer__multimedia-logo {
  padding-top: 20px;
}

.l-reservacion {
  height: 70px;
  /* background-color: #4c034a; */
  max-width: 1920px;
}

.l-reservacion__movil {
  display: none;
  border-radius: 5px;
  width: 120px;
  height: 45px;
  background-color: #a23330;
  font-size: 20px;
  font-weight: bold;
  color: var(--blanco2);
  margin-right: 2rem;
}

.l-reservacion__movil:hover {
  cursor: pointer;
}

.l-resevacion__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 11rem;
}

.l-resevacion__list-item {
  margin: 0.5rem;
  width: 186px;
}

.c-im {
  display: flex;
  align-items: center;
  position: relative;
}

.c-menu {
  display: inline-block;
  cursor: pointer;
  display: none;
}

.c-input-reserva {
  background-color: transparent;
  border: none;
  color: var(--blanco2);
  width: 100%;
  padding-left: 7px;
}

.c-reservacion__flecha {
  position: absolute;
  left: 90%;
}

.l-reservacion__cta {
  border-radius: 5px;
  background-color: #a23330;
  font-weight: bold;
  color: var(--blanco2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  font-size: 13px;
}

.c-reserva-input__txt {
  color: #54004c;
}

.menuNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 50px;
  width: 100%;
  border-bottom: 2px solid var(--vino);
}

.c-btn-stick {
  right: 9px;
  z-index: 2;
  position: fixed;
  bottom: 65px;
}

.c-stick-text {
  border-radius: 5px;
  padding: 12px 40px;
  color: #fff !important;
  border: 0.5px solid #fff;
  min-height: 48px;
  background-color: var(--morado4);
}

.c-stick-text a {
  color: #fff !important;
}

.c-stick-movil-container {
  position: fixed;
  bottom: 155px;
  right: 10px;
}

.c-stick-movil {
  position: relative;
}

.c-stick-movil img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.c-stick-movil-text {
  background-color: var(--morado4);
  position: fixed;
  right: 80px;
  bottom: 203px;
  border-radius: 5px;
  border: 1px solid #fff;
  opacity: 1;
  z-index: 5;
}

.c-stick-movil-text p {
  color: #fff;
  padding: 0px 10px;
}

@media (min-width: 1024px) {
  .cares {
    display: none;
  }
}

@media (max-width: 640px) {
  .c-stick-text {
    display: none;
  }
  .c-stick-movil-container {
    display: block;
    bottom: 100px;
  }
  .c-stick-movil-text {
    display: none;
  }
  .display-none {
    display: none;
  }
}

@media (min-width: 641px) {
  .c-stick-movil-container {
    display: none;
  }
}

.c-menu__bar1,
.c-menu__bar2,
.c-menu__bar3 {
  width: 35px;
  height: 3px;
  background-color: var(--blanco2);
  margin: 6px 0;
  transition: 0.4s;
}

.c-menu__bar2 {
  width: 27px;
}

.c-cta-btn {
  font-family: var(--hregular);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--blanco2);
  color: var(--vino);
  font-size: var(--fs14);
  padding: 1em;
  width: 200px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  background-position: center;
  transition: all 0.8s;
}

.c-cta-btn:hover {
  color: #ffffff;
  background: var(--vino)
    radial-gradient(circle, transparent 1%, var(--vino) 1%) center/15000%;
}

.c-cta-btn:active {
  background-color: var(--vino);
  color: #ffffff;
  background-size: 100%;
}

.c-caracteristica {
  max-width: 338px;
  width: 100%;
  margin: 1.5rem;
}

.c-caracteristica__img {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 7px solid #fff;
}

.c-caracteristica__desc {
  text-align: center;
}

.c-caracteristica__desc--bold {
}

.c-hotel-tarjeta {
  max-width: 360px;
  width: 100%;
  height: 100%;
  margin: 0.5rem;
}

.c-hotel-tarjeta__img {
  width: 100%;
}

.c-hotel-tarjeta__img-container {
  position: relative;
}

.c-hotel-tarjeta__ciudad {
  position: absolute;
  top: 52%;
  left: 10%;
  margin: 0;
  font-size: 20px;
  font-family: var(--HRegular);
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1.4rem;
  width: 90%;
  height: 95px;
  display: flex;
  align-items: center;
}

.c-hotel-tarjeta__info {
  background-color: var(--morado3);
  display: flex;
  height: 100%;
  padding: 1em;
  align-items: center;
  justify-content: center;
}

.c-hotel-tarjeta__title {
  margin-top: 0;
  color: var(--blanco2);
  font-family: var(--Hbold);
  font-weight: bold;
  font-size: 0.781rem;
}

.c-hotel-tarjeta__desc {
  margin: 0;
  color: var(--blanco2);
  font-size: var(--fs14);
}

.c-vineta {
  background-color: var(--blanco2);
  width: 60px;
  height: 2px;
}

.c-vineta--morada {
  background-color: var(--morado3);
}

.c-vineta--3 {
  width: calc(60px * 3);
  background-repeat: repeat-x;
}

.c-icon__direccion {
  width: 100%;
}

.c-hotel-item {
  background-image: url(../img/corporativo/Hoteles/bg-1.jpg);
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  padding: 40px 0;
}

.c-hotel-item--matrix {
  background-image: url(../img/corporativo/Hoteles/bg-2.png);
}

.c-hotel-item__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c-hotel-item__container--inverse {
  flex-direction: row-reverse;
}

.c-hotel-item__img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 576px;
  max-width: 600px;
  min-width: 300px;
  margin: auto 0;
}

.c-hotel-item__img--inverse {
  margin-right: 0%;
  margin-left: 3%;
}

.c-hotel-item__content {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin: 0 30px;
  max-width: calc(600px - 60px);
  min-width: 300px;
}

.c-hotel-item__content--inv {
  margin-left: 0;
  margin-right: 1rem;
}

/*.c-hotel-item__logo {margin-top: 5em;}*/

.c-hotel-item__txt {
  font-family: var(--HRegular);
  font-size: var(--fs14);
  color: var(--blanco2);
  text-align: center;
}

.c-hotel-item__bold {
  font-family: var(--HRegular);
  font-size: 1rem;
  font-weight: bold;
}

.c-hotel-item__it {
  font-family: var(--HRegular);
  font-style: italic;
}

.c-hotel-item__cta {
  background-color: var(--blanco2);
  padding: 1rem;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: var(--hregular);
  font-weight: bold;
  color: vaR(--vino);
  transition: all 0.8s;
}

.c-hotel-item__cta:hover {
  color: #ffffff;
  background: var(--vino)
    radial-gradient(circle, transparent 1%, var(--vino) 1%) center/15000%;
}

.c-cta-btn:active {
  background-color: var(--vino);
  color: #ffffff;
  background-size: 100%;
}

.c-hotel-item__calle {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  max-width: 439px;
  width: 100%;
}

.c-hotel-item__direccion {
  font-family: var(--hregular);
  font-size: 0.75rem;
  color: var(--blanco2);
  margin: 0 0 0 1rem;
}

.c-hotel__tel {
  color: var(--blanco2);
  display: block;
}

.c-hotel-item__tel {
}

.c-hotel-tarjeta__desc {
  border-right: 4px solid var(--blanco2);
  padding-right: 1em;
}

.c-icon-point {
  width: 31px;
  height: 32px;
  display: block;
  background-image: url(../img/corporativo/home/punto.png);
  margin-right: 1em;
}

.c-line {
  width: 70%;
  height: 1px;
  background-color: var(--morado3);
}

.c-line--20 {
  width: 20%;
}

.c-fb-compartir {
  display: block;
  width: 93px;
  height: 16px;
  background-image: url(../img/corporativo/detalle-noticia/compartir.png);
}

.c-tw-compartir {
  display: block;
  width: 73px;
  height: 15px;
  background-image: url(../img/corporativo/detalle-noticia/twitear.png);
}

.c-noticias {
  width: 407px;
  min-width: 280px;
  height: 471px;
  margin: 0 20px 40px;
  cursor: pointer;
}

.c-noticias--home {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
  width: 100%;
}

.c-noticias--boletin {
  width: 350px;
}

.c-noticias--m {
  margin: 0;
}

.c-noticias__img-container {
  position: relative;
}

.c-noticias__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.c-noticias__fecha {
  padding-left: 1rem;
  /*color:var(--naranja)*/
  position: absolute;
  top: 75%;
  left: 0%;
  margin: 0;
  font-size: 41.67px;
  font-family: var(--Hbold);
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 1.4rem;
  width: 100%;
}

.c-noticias__mes {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: var(--fs14);
}

.c-noticias__desc {
}

.c-noticias__title {
  color: #000000;
  font-family: var(--Hbold);
  font-weight: bold;
  font-size: 20px;
}

.c-noticias__text,
.c-noticias__text p {
  font-family: var(--HRegular);
  font-size: var(--fs14);
  line-height: 22px;
}

.c-noticias__text {
  height: calc(1.4rem * 4);
  margin-bottom: 1rem;
  font-size: 0.9rem;
  overflow: hidden;
  line-height: 1.4rem;
}

.c-noticias__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs14);
  font-family: var(--Hbold);
  font-weight: bold;
  width: 141px;
  height: 46px;
  background-color: var(--morado3);
  color: var(--blanco2);
  transition: 1s all;
}

.c-noticias__cta:hover {
  color: #ffffff;
  background: var(--vino)
    radial-gradient(circle, transparent 1%, var(--vino) 1%) center/15000%;
}

.c-noticias__cta:active {
  background-color: var(--vino);
  color: #ffffff;
  background-size: 100%;
}

.c-pagination {
  max-width: var(--areaSegura);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.c-pagination__item {
  color: var(--morado3);
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.c-pagination__item--active,
.c-pagination__item:hover {
  background-color: var(--morado3);
  color: var(--blanco2);
  text-decoration: none;
}

.c-pagination__txt--disable {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.c-beneficio {
  border-bottom: 1px solid #6d3370;
  max-width: 624px;
  display: flex;
  align-items: center;
}

.c-beneficio:last-child {
  border-bottom: none;
}

.c-beneficio__num {
  margin: 0 0.2rem 0 5.75rem;
  font-size: 3em;
}

.c-beneficio__num--s {
  margin-left: 10.563rem;
}

.c-beneficio__num--p {
  margin-left: 7.413rem;
}

.c-beneficio__p {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
}

.c-beneficio__p--upper {
  font-size: 0.8rem;
}

.c-hotel-corp {
  display: flex;
  justify-content: center;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.c-hotel-corp__info {
  width: 50%;
}

.c-hotel-corp__img {
  margin-right: 2%;
}

.c-hotel-corp__title {
  color: #4a034c;
  font-size: 1.5rem;
  margin: 14px 0 23px;
}

.c-hotel-corp__p {
  color: #555555;
  font-size: var(--fs14);
  line-height: var(--fs18);
  max-width: 450px;
  width: 100%;
}

.c-input {
  margin: 1rem auto;
}

.c-input__field {
  border: 1px solid #ebebeb;
  padding: 1rem;
  border-radius: 3px;
  height: 45px;
  display: block;
  width: 100%;
  outline: none;
}

.c-input__field--area {
  height: 300px;
  resize: none;
}

.c-input__name {
  margin: 0;
  font-family: var(--HLight);
  font-weight: 300;
  color: var(--blanco2);
  font-size: 1rem;
  margin-bottom: 9px;
  text-align: left;
}

.c-btn-ghost {
  width: 200px;
  padding: 1rem;
  background-color: var(--morado3);
  border: 1px solid var(--morado3);
  color: var(--blanco2);
  transition: 0.1s all ease-in-out;
  text-align: center;
  font-weight: bold;
}

.c-btn-ghost:hover {
  background-color: var(--blanco2);
  color: var(--morado3);
  cursor: pointer;
}

.ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â© {
  color: var(--morado3);
}

.c-direccion {
  width: 401px;
  text-align: center;
  margin: 1rem 0;
}

.c-direccion__titulo {
  color: var(--morado3);
}

.c-direccion__p {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: 1rem;
  color: var(--negro);
  margin: 0.1rem;
}

.c-sistema {
  width: calc(100% / 3);
  background-color: #4d1446;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid var(--blanco2);
  z-index: 100;
}

.c-sistema:nth-child(even) {
  background-color: #825a7d;
}

.c-sistema__img {
  margin: 65px 0 74px;
  height: 101px;
}

.c-sistema__title {
  color: var(--blanco2);
  font-size: 1.5rem;
  margin-top: 0;
  text-align: center;
}

.c-sistema__desc {
  padding: 0 45px 10px 35px;
  text-align: center;
  color: var(--blanco2);
  margin: 0;
}

.c-sistema__list {
  text-align: center;
  color: var(--blanco2);
  font-size: 12px;
  padding: 0 45px 10px 35px;
}

.c-tab-iversion {
  margin: 2.5rem auto;
}

.c-tab-inversion__list {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}

.c-tab-inversion__img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.c-tab-inversion__movile {
  display: none;
}

.c-tab-inversion__t {
  margin: 2rem 0;
}

.c-tab-inversion__list-item {
  display: flex;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  user-select: none;
  margin: 0 20px;
}

.c-tab-inversion__list-item:hover {
  cursor: pointer;
  border-bottom: 3px solid var(--blanco2);
}

.c-tab-inversion__list-item--active {
  border-bottom: 3px solid var(--blanco2);
}

.c-razones__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 0.6rem;
  flex-wrap: wrap;
}

.c-razones__adicional {
  border-radius: 10px;
  background-color: var(--blanco);
  bottom: 10px;
  right: 10px;
  width: 93px;
  height: 22px;
  color: var(--morado);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
}

.c-razones__list-item {
  position: relative;
  margin: 1rem;
  padding: 1rem;
}

.c-razones__foto {
  width: 51px;
}

.c-razones__list-item::after {
  visibility: hidden;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--blanco2);
  top: 118%;
  left: 9%;
  z-index: 100;
  position: absolute;
}

.c-razones__list-item--active {
  border: 5px solid #54004c;
}

.c-razones__list-item--active::after {
}

.c-razones__list-item:last-child {
  margin-right: 0;
}

.c-razones__list-item:hover {
  cursor: pointer;
}

.c-razones__list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.c-razones__list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.c-razones__list::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.c-razones__list::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.c-evento {
  text-align: center;
  color: #54004c;
  max-width: 350px;
  width: 100%;
  margin-bottom: 3em;
  margin-left: 10px;
  margin-right: 10px;
}

.c-evento__img {
  width: 100%;
}

.c-evento__title {
}

.c-evento__desc {
  padding: 0 2.3rem;
}

.c-cta-descargar {
  border: none;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--morado3);
  font-family: var(--HRegular);
  font-weight: bold;
  color: var(--blanco2);
  text-align: center;
  padding: 35px;
  transition: all 0.8s;
}

.c-cta-descargar--lg {
  width: 280px;
  padding: 1rem;
}

.c-cta-descargar--hoteles {
  width: 400px;
  margin-top: 40px;
}

.c-cta-descargar:hover {
  cursor: pointer;
}

.c-cta-descargar--noticias {
  margin-top: 40px;
}

.c-cta-descargar:hover {
  color: #ffffff;
  background: var(--vino)
    radial-gradient(circle, transparent 1%, var(--vino) 1%) center/15000%;
}

.c-cta-descargar:active {
  background-color: var(--vino);
  color: #ffffff;
  background-size: 100%;
}

.c-razones__img {
  width: 100%;
}

.c-razones__image-container {
  position: relative;
  display: none;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.c-razones__image-container--active {
  display: block;
  opacity: 1;
}

.c-razones__title {
  position: absolute;
  bottom: 2%;
  height: 30%;
  font-weight: normal;
  font-family: var(--hregular);
  background-color: #49004caa;
  width: 100%;
  padding-left: 132px;
  padding-top: 35px;
  padding-right: 3rem;
  display: block;
}

.c-floating-nav {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.c-nav-reserva {
  max-width: 1200px;
  width: 100%;
}

.c-nav-reserva > ul {
  /* padding: 0 7vw 0 7vw; */
  box-shadow: 5px 15px 80px grey;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.c-nav-reserva > ul > li > a {
  font-size: 0.8em;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  color: var(--vino);
}

.l-widget {
  --ancho: 250px;
  --alto: 63px;
  --distancia: 20px;
  transform: translateY(95px);
  transition: transform 0.3s ease-in-out;
  z-index: 100000;
  border: 2px solid var(--blanco2);
  position: fixed;
  top: calc(100% - calc(var(--alto) + var(--distancia)));
  left: calc(100% - calc(var(--ancho) + var(--distancia)));
  width: var(--ancho);
  height: var(--alto);
  background-color: #54004c;
  color: var(--blanco2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-widget--active {
  transform: translateY(0);
}

.l-widget:hover {
  cursor: pointer;
}

.l-widget {
}

.l-widget__titulo {
  font-size: 1.7rem;
}

.l-widget__titulo--naranja {
  color: var(--naranja);
}

.footer_Transparencia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.transparenciaUl li a {
  color: #fff;
}

.transparenciaUl li a:hover {
  text-decoration: underline;
}

/* Transparencia, sostenibilidad y proveedores */

.parrafoT {
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
  font-size: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: space-evenly;
}

.grid-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.grid-item h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.grid-item p {
  font-size: 14px;
}

.grid-item a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: var(--morado3);
  color: var(--blanco);
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.grid-item a:hover {
  background-color: var(--morado2);
  color: var(--blanco);
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .footer_Transparencia {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .parrafoT {
    padding: 0 15px;
  }
}

/* Fin  Transparencia, sostenibilidad y proveedores  */

@media (min-width: 87rem) {
  #mobbe-change {
    display: none;
  }
}

@media (max-width: 86rem) {
  .l-reservacion {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .l-resevacion__list {
    position: relative;
    max-width: 45em;
    padding: 0rem 2rem;
    width: 100%;
    z-index: 2;
    margin-left: 0;
    display: flex;
    height: 100%;
    transition: 0.2s all ease-out;
  }
  .l-resevacion__list--active {
    display: flex;
    right: 30px;
    transform: translateX(0);
  }
  .l-resevacion__list-item {
    width: 100%;
  }
  .l-reservacion__movil {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mobbe-change {
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  .l-nav_reserva_item {
    width: 201px;
    height: 8vh;
  }
}

.l-nav__img--active {
  display: none;
}

.l-reserva_icon {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 0.3em;
}

.l-ico_calendar {
  background: url(../img/servicios/035-calendar.png);
  background-repeat: no-repeat;
}

.l-ico_adults {
  background: url(../img/servicios/014-bellboy.png);
  background-repeat: no-repeat;
}

.l-ico_kids {
  background: url(../img/servicios/018-hotel.png);
  background-repeat: no-repeat;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal__img {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}

.modal--active {
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: animatetop;
  animation-duration: 1s;
}

.modal--closed {
  animation-name: animatebottom;
  animation-duration: 1s;
}

.modal__close {
  position: absolute;
  font-size: 40px;
  color: var(--vino);
  top: 10px;
  right: 35px;
}

.modal__close:hover {
  cursor: pointer;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.slide__img {
  min-height: 600px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/*.slide__img::before {content: ""; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); width: 100%; height: 100%;}*/

.slider-escritorio {
  display: block;
}

.slider-movil {
  display: none !important;
}

/* Add Animation */

@keyframes animatetop {
  0% {
    top: -600px;
    opacity: 0;
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    top: 0;
    opacity: 1;
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animatebottom {
  0% {
    top: -600px;
    opacity: 0;
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    top: 0;
    opacity: 1;
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    top: -600px;
    opacity: 0;
    transform: scaleY(0.005) scaleX(0);
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--vino);
}

/*nav*/

/*Footer*/

@media (max-width: 80em) {
  .c-tab-inversion__img {
    padding: 0 5rem;
  }
}

@media (max-width: 68.75rem) {
}

/*Ipad-Pro*/

@media (max-width: 64em) {
  .c-hotel-corp__title {
    text-align: center;
  }
  .c-hotel-corp,
  .l-hoteles__top {
    flex-wrap: wrap;
    padding: 1rem 3rem;
  }
  .l-hoteles-lista__container {
    text-align: center;
  }
  .l-footer__o {
    padding: 1rem;
    justify-content: center;
  }
  .l-footer__bottom__title {
  }
  .c-hotel-item__img {
    margin-right: 0;
  }
  .c-sistema {
    width: calc(100% / 2);
  }
  .c-tab-inversion__list-item {
    font-size: 1rem;
  }
  .c-evento {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .c-evento__img {
    margin: 0 auto;
  }
  .c-evento__desc {
    max-width: 400px;
    margin: 0 auto;
  }
  .l-footer__info {
    /* max-width: 400px; */
    /* width: 100%; */
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .l-nav__menu-item,
  .l-nav__menu-item:last-child {
    margin-right: 1rem;
  }
  .l-nav__menu {
    padding-left: 40px;
  }
  .l-footer__item {
    text-align: left;
  }
}

/*960px large devices*/

@media (max-width: 60em) {
}

/*Tablets*/

@media (max-width: 48em) {
  .c-cta-btn {
    margin: 0;
  }
  .c-tab-inversion__img {
    padding: 0 3rem;
  }
}

@media (max-width: 68.75rem) {
  .menuNav {
    background-color: var(--morado3);
    justify-content: space-between;
    border-bottom: 2px solid var(--vino);
  }
  .l-nav__movil {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 100%;
  }
  .l-nav__img {
    width: 55px;
    display: block;
    margin-right: var(--space-nav);
  }
  .l-nav__img--disable {
    display: none;
  }
  .l-nav__phone {
    background-color: var(--morado3);
    padding-bottom: 1rem;
  }
  .l-nav__navigation {
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 95%;
    position: fixed;
    background-color: var(--morado4);
    top: 54px;
    left: -100%;
    transition: 0.4s transform ease-in-out;
    z-index: 1000000000;
  }
  .l-nav__navigation--active {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .l-nav__menu-item,
  .l-nav__menu-link {
    height: 50px;
  }
  .l-nav__link {
    text-align: center;
    width: 100%;
    padding-right: 0;
    align-content: center;
    align-items: center;
    overflow: hidden;
  }
  .l-nav__list-item {
    height: initial;
    margin-right: 0;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .l-nav__list-item::after {
    display: none;
  }
  .l-nav__list--child {
    width: 100%;
    left: 0;
    top: 0;
  }
  .l-nav__list-item:hover > .l-nav__list--child {
    position: relative;
  }
  .l-nav__link--child {
    padding: 0;
  }
  .l-nav__list-item--child {
    margin-bottom: 1rem;
    height: 55px;
  }
  /*.l-principal__desc {padding-left:0; border-left: 0;  }*/
  .l-nav__menu-link:hover {
    border-bottom: 0;
    background-color: var(--vino);
  }
  .l-nav__menu-link {
    justify-content: center;
    height: auto;
  }
  .l-nav__menu-container {
    flex-direction: column;
    margin-left: 0;
  }
  .l-nav__menu-item {
    margin-right: 0;
    position: relative;
    flex-direction: column;
    height: initial;
    transition: all 0.4s;
  }
  .l-nav__list {
    flex-direction: column;
    background-color: var(--morado4);
    height: 100%;
  }
  .l-nav__list--child {
    width: 100%;
  }
  .l-nav__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }
  .l-nav__dropdown:hover .l-nav__dropdown-container {
    position: initial;
  }
  .c-menu {
    display: block;
    margin-right: 2rem;
  }
  .c-menu--active .c-menu__bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .c-menu--active .c-menu__bar2 {
    opacity: 0;
  }
  .c-menu--active .c-menu__bar3 {
    transform: rotate(46deg) translate(-6px, -5px);
  }
  .l-nav__social-nav {
    display: none;
  }
  .l-nav__social-nav--movil {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .l-nav__social--hide {
  }
}

/*Tablets y celular*/

@media (max-width: 64rem) {
  .c-vineta {
    margin: 0 auto;
  }
  .l-principal__container {
    flex-direction: column;
    width: 100%;
  }
  .l-principal__logo {
    margin-right: 0;
  }
  .c-hotel-corp__info {
    width: 82%;
  }
  .l-principal__desc {
    padding-left: 0;
    border-left: 0;
  }
  #STATE_DOWN {
    height: initial;
    overflow-y: initial;
    width: auto;
  }
  .l-principal__sub-title {
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-principal__legend {
    font-size: 1.3rem;
    text-align: center;
  }
  .c-hotel-item {
    background-repeat: repeat;
  }
  .l-principal__container_noticias {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer__bottom__title {
    font-size: 1rem;
  }
  .l-footer__nav {
    margin: 1rem 0;
  }
  .l-footer__social-list {
  }
  .l-principal__logo {
    width: 280px;
    padding-right: 0;
    margin-right: 0;
  }
  .c-hotel-item__txt {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
  }
  .c-tab-inversion__img {
    margin: 4rem auto;
  }
  .c-tab-inversion__list {
  }
  .c-tab-inversion__list-item {
    margin: 1rem auto;
    text-align: center;
  }
  .c-caracteristica {
  }
  .c-razones__list {
    justify-content: flex-start;
  }
  .c-razones__list-item--active::after {
    display: none;
  }
  .l-razones__desc {
    margin: 0 auto 73px;
  }
  .c-razones__title {
    padding-left: 75px;
    padding-top: 20px;
    font-size: 1.5rem;
  }
  .c-razones__title--little {
    max-width: 200px;
  }
  .c-razones__list {
    /* overflow: scroll hidden; */
    /* height: 110px; */
    justify-content: center;
    padding: 10px;
  }
  .c-razones__list-item--active {
    border: 5px solid #54004c;
    padding: 10px;
  }
  .c-hotel-corp__p {
    margin: 0 auto;
    max-width: 543px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
  }
  .c-hotel-item__logo {
    margin-top: 0;
    width: 250px;
  }
  .c-hotel-item__img {
    margin-right: 0;
  }
}

/*Celulares*/

@media (max-width: 40rem) {
  .l-footer__o {
    justify-content: center;
    margin-bottom: 0;
  }
  .l-footer__social-item {
    margin-bottom: 1em;
    margin-right: 0;
    padding: 0 15px;
  }
  .l-footer__prefer-list,
  .l-footer__social {
    justify-content: center;
  }
  .l-main__txt--left,
  .l-footer__nav {
    /* text-align: center; */
  }
  .l-footer__bottom__title {
    font-size: 0.6rem;
    text-align: center;
    padding-left: 0;
    margin: 0;
  }
  .l-footer__prefer-item {
    margin-bottom: 1rem;
  }
  .l-footer__logo {
    width: 35%;
  }
  .l-footer__bottom-container {
    justify-content: space-around;
    align-items: center;
  }
  .l-footer__link-prefer {
    width: 100%;
  }
  .l-footer__prefer {
    width: 260px;
    margin: 0 auto;
  }
  .l-footer__i-prefer {
    margin-top: 7px;
  }
  .l-beneficios__container {
    flex-wrap: wrap;
  }
  .c-beneficio {
    justify-content: flex-start;
  }
  .c-beneficio__num--p,
  .c-beneficio__num {
    margin-left: 0;
  }
  .c-hotel-item {
    background-repeat: repeat;
  }
  /*.c-hotel-item ,.c-hotel-item__img {padding: 1rem;}*/
  .c-hotel-item__img {
    height: 400px;
  }
  .c-hotel-corp__img,
  .c-hotel-item__img {
    width: 100%;
  }
  .c-hotel-corp__info {
    width: 100%;
  }
  .c-hotel-corp__stars {
    margin: 1rem auto 0;
  }
  .c-hotel-item__txt,
  .c-hotel-item__bold,
  .c-hotel-item__bold {
    font-size: 0.8rem;
  }
  .c-hotel-item__direccion {
    text-align: center;
  }
  .c-hotel-item__txt {
    width: 90%;
  }
  .c-hotel-item__content {
    width: 100%;
  }
  .c-direccion {
    padding: 0 1rem;
  }
  .c-sistema {
    width: 100%;
  }
  .c-razones__list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-razones__list-item {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 4px;
  }
  .c-hotel-corp__info {
  }
  .c-tab-inversion__list,
  .c-tab-inversion__img,
  .c-tab-iversion {
    display: none;
  }
  .c-tab-inversion__movile {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  .c-tab-inversion__img {
    display: block;
    padding: 0 1rem;
  }
  .c-evento {
    padding: 1rem;
  }
  .c-evento__img {
    width: 100%;
  }
  .slide__img {
    min-height: calc(60vh - 4.5rem);
    background-size: cover;
  }
  .c-hotel-corp__img {
  }
  .l-principal__logo {
    width: 200px;
  }
  .c-razones__title {
    position: static;
    background-color: #49004c;
    margin: 0;
    padding: 1.5rem;
  }
  .c-razones__adicional {
    top: 18px;
    left: 18px;
  }
  .c-cta-descargar--hoteles {
    width: 100%;
    padding: 35px;
  }
  .l-widget {
    --ancho: 96%;
    left: 14px;
  }
  .u-terms {
    text-align: center;
  }
}

.u-container {
  max-width: var(--areaSegura);
  margin: 0 auto;
  width: 100%;
}

.u-center {
  justify-content: center;
  align-items: center;
}

.u-fs14 {
  font-size: var(--fs14);
  line-height: calc(var(--fs14) + 2px);
}

.u-fs18 {
  font-size: var(--fs18);
  line-height: calc(var(--fs18) + 2px);
}

.u-fs20 {
  font-size: var(--fs20);
  line-height: calc(var(--fs20) + 2px);
}

.u-fs30 {
  font-size: var(--fs30);
  line-height: calc(var(--fs30) + 2px);
}

.u-footer-txt {
  font-size: var(--fsFooter);
  line-height: calc(var(--fs20) + 2px);
}

.u-fs-header {
  font-family: var(--fsHeader);
  line-height: calc(var(--fsHeader) + 2px);
}

.u-fs-footer {
  font-family: var(--fsFooter);
  line-height: calc(var(--fsFooter) + 2px);
}

.u-jcc {
  justify-content: center;
}

.u-jcs {
  justify-content: flex-start;
}

.u-jce {
  justify-content: flex-end;
}

.u-jca {
  justify-content: space-around;
}

.u-jcb {
  justify-content: space-between;
}

.u-ais {
  align-items: flex-start;
}

.u-aie {
  align-items: flex-end;
}

.u-aic {
  align-items: center;
}

.u-fww {
  flex-wrap: wrap;
}

.u-b-vino {
  border: 1px solid var(--vino);
}

.u-b-morado {
  border: 1px solid var(--morado);
}

.u-b-morado {
  border: 1px solid var(--gris);
}

.u-vino-txt {
  color: var(--vino);
}

.u-morado-txt {
  color: var(--morado);
}

.u-gris-txt {
  color: var(--gris);
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-margin-0 {
  margin: 0px;
}

.u-pd0 {
  padding: 0;
}

.u-pd1 {
  padding: 1rem;
}

.u-pdb0 {
  padding-bottom: 0;
}

.u-pdl2 {
  padding-left: 2rem;
}

.u-b0 {
  border: none;
}

.u-morado-3 {
  color: var(--morado3);
}

.u-textos {
  color: #333333;
}

.u-separate2 {
  margin: 2rem 0px;
}

.u-separate4 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.u-toRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.u-toCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.u-regular {
  font-family: var(--HRegular);
  font-weight: 400;
}

.u-bold {
  font-family: var(--Hbold);
  font-weight: bold;
}

.u-light {
  font-family: var(--HLight);
  font-weight: 300;
}

.u-it {
  font-style: italic;
}

.u-cMorado-3 {
  color: var(--morado3);
}

.u-50d {
  width: 50%;
}

.u-cholo {
  font-family: var(--HLight);
  font-weight: 300;
  font-size: 1.875rem;
  display: block;
  margin: 0;
  color: #ffffff;
}

.u-cholo--little {
  font-size: var(--fs18);
  text-transform: uppercase;
}

.u-img {
  width: 100%;
}

.u-terms {
  font-style: italic;
  font-size: var(--fs14);
  padding: 0 50px;
  display: block;
}

.u-terms_boletin {
  font-style: italic;
  font-size: var(--fs14);
  display: block;
  color: var(--blanco2);
}

.u-if {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}

.u-terms {
  font-style: italic;
  font-size: var(--fs14);
  padding: 0 50px;
  display: block;
}

/*COOKIES*/

.verPolitCooki {
  display: inline-block;
  position: relative;
  color: var(--vino);
}

.verPolitCooki2 {
  display: inline-block;
  position: relative;
  color: var(--blanco) !important;
}

.fancybox-lock .fancybox-overlay {
  z-index: 100000 !important;
}

#barraaceptacion {
  display: none;
  position: fixed;
  color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-family: "Arial";
  background: linear-gradient(
    141deg,
    #3a3a3a 0%,
    rgba(0, 0, 0, 0.85) 51%,
    rgba(0, 0, 0, 0.92) 75%
  );
  z-index: 9999999999999999999;
  padding: 15px 0;
  font-size: 14px;
  line-height: 26px;
  border-radius: 0 8px 0 0;
}

.contCookiesInt {
  display: inline-block;
  max-width: 1200px;
  width: 90%;
  vertical-align: text-top;
  position: relative;
}

.cerrCokkies {
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  position: absolute;
  top: -2px;
  border-radius: 50%;
  right: -7px;
  cursor: pointer;
  padding: 3px 5px;
}

.cerrCokkies:hover {
  background: rgba(76, 75, 75, 0.81);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}

@media only screen and (max-width: 1200px) {
  .slide__img {
    min-height: 50vh;
  }
}

@media only screen and (max-width: 662px) {
  .cerrCokkies {
    top: 5px;
    right: -6%;
  }
  .contCookiesInt {
    width: 87%;
    float: left;
    margin: 0 0 0 3%;
  }
  .l-footer__bottom__title {
    padding-left: 0;
  }
  .l-footer__multimedia-logo {
    padding-right: 20px;
  }
  .l-footer__nav {
    padding: 0px;
    margin-right: 0;
  }
  .l-footer__list {
    /* text-align: center; */
  }
  .l-footer__info {
    max-width: 100%;
  }
  .l-footer__social {
    border-top: 1px solid #3a3a3a;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 592px) {
  .cerrCokkies {
    top: 10px;
    right: -8%;
  }
}

@media only screen and (max-width: 540px) {
  .slider-escritorio {
    display: none !important;
  }
  .slider-movil {
    display: block !important;
  }
}

/*Ana*/

.u-terms_boletin--txt {
  color: #fff;
}

.italic {
  font-style: italic;
}
