:root {
  --gap: 18px;
  --wrapper: 1200px;
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.keyboard-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 10px;
}

.keyboard-row {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.keyboard-row button {
  padding: 15px 20px;
  background: #555;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
  max-width: 50px;
}

.keyboard-row button:hover {
  background: #777;
}

.space-key {
  flex: 5;
}

.backspace-key {
  flex: 3;
}

.special-key {
  min-width: 75px;
}

.special-key2 {
  min-width: 150px;
}

:root {
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-size: 12px;
}

body, html {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  font-family: "aktiv-grotesk-condensed", serif;
  font-size: 14px;
  color: white;
  background: black;
  scroll-behavior: smooth;
  overflow: hidden;
  scrollbar-width: thin;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 3.8571428571rem;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0px solid transparent;
  color: white;
  text-transform: lowercase;
}
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.2em;
  height: 1.2em;
  background: transparent;
  transform: translateY(-0.075em);
  margin-top: 2px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 100%;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
  border-radius: 0.33em;
  box-shadow: inset 1em 1em white;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

.d-none {
  display: none !important;
}
.d-block {
  display: block;
}
@media (max-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}
.f-between {
  justify-content: space-between;
}
.f-center {
  align-items: center;
}

.t-tit {
  font-family: "moret", sans-serif;
}
.t-f70 {
  font-size: 5rem;
}
.t-f58 {
  font-size: 4.1428571429rem;
}
.t-f50 {
  font-size: 3.5714285714rem;
}
.t-f45 {
  font-size: 3.2142857143rem;
}
.t-f40 {
  font-size: 2.8571428571rem;
}
.t-f36 {
  font-size: 2.5714285714rem;
}
.t-f33 {
  font-size: 2.3571428571rem;
}
.t-f30 {
  font-size: 2.1428571429rem;
}
.t-f26 {
  font-size: 1.8571428571rem;
}
.t-f24 {
  font-size: 1.7142857143rem;
}
.t-f22 {
  font-size: 1.5714285714rem;
}
.t-bold {
  font-weight: 700;
}
.t-center {
  text-align: center;
}
.t-upper {
  text-transform: uppercase;
}

.lh-0 {
  line-height: 0;
}
.lh-1 {
  line-height: 1em;
}
.lh-6 {
  line-height: calc(1em + 6px);
}
.lh-7 {
  line-height: calc(1em + 7px);
}
.lh-8 {
  line-height: calc(1em + 8px);
}

.m-b0 {
  margin-bottom: 0;
}
.m-b05 {
  margin-bottom: 0.5rem;
}
.m-b075 {
  margin-bottom: 0.75rem;
}
.m-b1 {
  margin-bottom: 1rem;
}
.m-b15 {
  margin-bottom: 1.5rem;
}
.m-b2 {
  margin-bottom: 2rem;
}
.m-b25 {
  margin-bottom: 2.5rem;
}
.m-b3 {
  margin-bottom: 3rem;
}
.m-b35 {
  margin-bottom: 3.5rem;
}
.m-b4 {
  margin-bottom: 4rem;
}
.m-b5 {
  margin-bottom: 5rem;
}
.m-b6 {
  margin-bottom: 6rem;
}
.m-b65 {
  margin-bottom: 6.5rem;
}
.m-b7 {
  margin-bottom: 7rem;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-t05 {
  margin-top: 0.5rem;
}
.m-t1 {
  margin-top: 1rem;
}
.m-t15 {
  margin-top: 1.5rem;
}
.m-t2 {
  margin-top: 2rem;
}
.m-t3 {
  margin-top: 3rem;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.img__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.with-img-bg > *:not(.img__bg) {
  position: relative;
  z-index: 5;
}

.size-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 32.5rem;
}

.btn {
  background: #DE0029;
  padding: 0.8571428571rem 1.4285714286rem;
  cursor: pointer;
  border: 2px solid #DE0029;
  transition: background 0.2s ease;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
}

.arrow {
  display: flex;
  align-items: center;
  gap: 0.33em;
  transition: gap 0.2s ease;
}
.arrow span {
  transition: color 0.2s ease;
}
.arrow svg path {
  transition: fill 0.2s ease;
}
.arrow:hover {
  gap: 0.66em;
}
.arrow:hover span {
  color: #DE0029;
}
.arrow:hover svg path {
  fill: #DE0029;
}
.arrow--invt svg {
  transform: rotate(180deg);
}

.wrap-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2857142857rem 0;
}

.card_villa {
  position: relative;
  width: 32%;
  height: 15.7142857143rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.1428571429rem;
  overflow: hidden;
  transition: background 0.1s ease;
}
.card_villa.norollover {
  overflow: unset !important;
}
.card_villa:not(.norollover):hover {
  background: #DE0029;
}
.card_villa:not(.norollover):hover .card_villa__bg {
  opacity: 0;
}
.card_villa__bg {
  transition: transform 0.15s ease, opacity 0.4s ease;
}
.card_villa__arrow {
  margin-bottom: 0.5714285714rem;
}
.card_villa__num {
  position: absolute !important;
  top: 0;
  left: 1.1428571429rem;
  transform: translateY(-50%);
}
.card_villa--link {
  background: #DE0029;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.card_villa--link:hover {
  background: black;
}
.card_villa--link:hover .card_villa__arrow {
  margin-left: 1.4285714286rem;
}
.card_villa--link .card_villa__arrow {
  margin-bottom: 0.8571428571rem;
  width: 3rem;
  transition: margin 0.25s ease;
}

.fix-volver {
  position: absolute;
  top: 87.1428571429rem;
  left: 50%;
  transform: translateX(-50%);
}

.msg_error {
  display: none;
  font-size: 2.1428571429rem;
  color: red;
}
.msg_error--question {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px black;
}
.transition__imago {
  width: 8.9285714286rem;
}

.header {
  position: relative;
  flex: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1428571429rem 0;
  border-bottom: 1px solid white;
}
.header__logo {
  width: 10.4285714286rem;
}
.header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.header__imago {
  width: 2.3571428571rem;
}

.footer {
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.1428571429rem 0;
  border-top: 1px solid white;
}

.main {
  flex: 1;
  padding: 2.5rem 0;
}
.main section {
  position: relative;
  height: 100%;
}
.main .home__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8571428571rem;
}
.main .home__header__imago {
  width: 5rem;
}
.main .home__header__text:last-of-type {
  margin-bottom: 1.4285714286rem;
  max-width: 45rem;
}
.main .home__text__p {
  padding-right: 9.2857142857rem;
}
.main .int__header__wrap-subtitle {
  display: flex;
  justify-content: space-between;
}
.main .int__slider__pag {
  position: absolute;
  bottom: 1rem !important;
  left: 2rem !important;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  transform: scale(1.5);
}
.main .int__slider__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main .int__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main .int__content__text {
  width: 52.8571428571rem;
}
.main .int__content__text__wrap-text {
  height: 41rem;
  padding-right: 2.1428571429rem;
  overflow: auto;
}
.main .int__content__text__wrap-text::-webkit-scrollbar {
  width: 0.5714285714rem;
}
.main .int__content__text__wrap-text::-webkit-scrollbar-track {
  background: black;
}
.main .int__content__text__wrap-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5714285714rem;
}
.main .int__content__qr {
  width: 12rem;
}
.main .int__content__qr__img {
  position: relative;
  display: block;
  width: 100%;
}
.main .int__linkQuiz {
  position: relative;
  width: 100%;
  background: #DE0029;
  padding: 2rem;
  border: 2px solid #DE0029;
  transition: background 0.2s ease;
}
.main .int__linkQuiz:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
}
.main .int__linkQuiz:hover .int__linkQuiz__btn {
  gap: 0.66em;
}
.main .int__linkQuiz:hover .int__linkQuiz__btn span {
  color: #DE0029;
}
.main .int__linkQuiz:hover .int__linkQuiz__btn svg path {
  fill: #DE0029;
}
.main .quiz__step {
  height: 100%;
  padding-top: 3.2857142857rem;
}
.main .quiz__text.fix-width {
  max-width: 47.8571428571rem;
}
.main .quiz__text.fix-width2 {
  max-width: 57.1428571429rem;
}
.main .quiz__wrap-resp {
  gap: 2.3571428571rem;
}
.main .quiz__resp {
  position: relative;
  width: 33.4285714286rem;
  display: flex;
  align-items: center;
  gap: 1.2857142857rem;
  border: 2px solid white;
  border-radius: 6.8571428571rem;
  overflow: hidden;
  cursor: pointer;
  padding-right: 2rem;
  transition: background 0.33s ease, color 0.33s ease;
}
.main .quiz__resp.on {
  background: white;
  color: black;
}
.main .quiz__resp__img {
  position: relative;
  display: block;
  width: 7.8571428571rem;
  height: 7.8571428571rem;
  border-right: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main .quiz__resp__text {
  margin-bottom: 0.1em;
}
.main .quiz__nav {
  position: relative;
  width: 100%;
}
.main .quiz__img-rounded {
  position: relative;
  display: block;
  left: 1.0714285714rem;
  margin-left: -2.1428571429rem;
  width: 9.1428571429rem;
}
.main .quiz__input {
  padding: 0.25em 0 0.5em;
  border-bottom: 2px solid white;
  width: 50rem;
  text-align: center;
}
.main .quiz__wrap-check {
  gap: 0.5em;
}
.main .quiz__wrap-check span img {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 1em;
  margin-left: 0.33em;
}
.main .quiz__wrap-check a {
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.2 ease;
}
.main .quiz__wrap-check a:hover {
  opacity: 0.65;
}
.main .quiz__progress {
  width: 60.7142857143rem;
  background: white;
  border-radius: 5.5714285714rem;
  border: 0.5714285714rem solid white;
}
.main .quiz__progress span {
  position: relative;
  display: block;
  background: #DE0029;
  width: 33%;
  height: 5rem;
  border-radius: 5rem;
}
.main .quiz__img-win {
  position: relative;
  display: block;
  width: 14.2857142857rem;
  margin: 0 auto;
}
.main .quiz__legal {
  position: relative;
}
.main .quiz__legal__close {
  position: absolute;
  top: 0.5rem;
  right: 0;
  cursor: pointer;
}
.main .quiz__legal__content {
  height: 112.9285714286rem;
  overflow-y: auto;
  padding-right: 2rem;
}
.main .quiz__legal__content::-webkit-scrollbar {
  width: 0.5714285714rem;
}
.main .quiz__legal__content::-webkit-scrollbar-track {
  background: black;
}
.main .quiz__legal__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5714285714rem;
}
.main .quiz__legal__content p, .main .quiz__legal__content h2, .main .quiz__legal__content h3, .main .quiz__legal__content h4 {
  font-size: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
.main .quiz__legal__content h2, .main .quiz__legal__content h3, .main .quiz__legal__content h4 {
  font-size: 1.8571428571rem;
}
.main .quiz__volver {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */