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

:root {
  --fsize: 9px;
  --swiper-pagination-bullet-size: 1rem;
}
@media (max-width: 768px) {
  :root {
    --fsize: 8px;
  }
}
@media (max-width: 576px) {
  :root {
    --fsize: 7.35px;
  }
}
@media (max-width: 468px) {
  :root {
    --fsize: 6.1px;
  }
}

body, html {
  min-height: 100vh;
  font-size: var(--fsize);
  overflow: unset;
  overflow-x: clip;
}

header, footer, main {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

section.home, section.int {
  gap: 2.5rem 0;
}

.arrow svg {
  width: 2rem;
}

.card_villa__arrow {
  width: 2.5rem;
}

.transition__imago {
  width: 5.3571428571rem;
}

.header {
  padding: 2.8571428571rem 0;
}
.header__logo {
  width: 15.7142857143rem;
}
.header__title {
  font-size: 3.4285714286rem;
  transform: translate(-40%, -50%);
}
.header__imago {
  width: 3.2142857143rem;
}

.fix-volver {
  top: auto;
  bottom: 3rem;
}

#virtual-keyboard {
  display: none;
}

.main .home__header {
  padding: 3.5714285714rem 0;
}
.main .quiz__step {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5714285714rem;
}
.main .quiz__res.wrap-cards {
  max-width: 992px;
}
.main .quiz__legal {
  padding: 1.7857142857rem;
  max-height: 80vh;
  overflow: hidden;
}
.main .quiz__legal__content {
  padding-bottom: 3rem;
}
.main .quiz__legal__close {
  width: 2.1428571429rem;
}

.footer {
  display: flex;
  justify-content: flex-end;
  gap: 3.5714285714rem;
}
.footer a {
  cursor: pointer;
}
.footer a:hover {
  color: #DE0029;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .main .home {
    max-height: calc(100vh - 170px);
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main .home__header {
    width: calc(50% - 4rem);
    min-height: calc(50vh - 100px);
    margin-right: 4rem;
  }
  .main .home__text {
    width: calc(50% - 4rem);
    margin-right: 4rem;
  }
  .main .home__wrap-cards {
    height: 100%;
    width: calc(50% - 0rem);
  }
  .main .home__wrap-cards .card_villa {
    height: calc(25% - 12.5px);
  }
  .main .int {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .main .int__header {
    width: 100%;
  }
  .main .int__slider {
    width: calc(50% - 2rem);
    margin: 0;
  }
  .main .int__content {
    width: calc(50% - 2rem);
  }
  .main .int__content__text {
    width: calc(95% - 12rem);
  }
  .main .int__content__text__wrap-text {
    height: calc(100vh - 66rem);
  }
  .main .int__linkQuiz {
    margin-left: calc(50% + 2rem);
    width: calc(50% - 2rem);
  }
  .main .quiz__legal__content {
    height: calc(100vh - 220px);
  }
}
@media (max-width: 992px) {
  .main .int__content__text {
    width: auto;
  }
  .main .int__content__text__wrap-text {
    height: auto;
  }
  .main .int__content__qr a {
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .arrow svg {
    width: 1.0714285714rem;
  }
  .header__imago {
    display: none;
  }
  .header__title {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    font-size: 3.2142857143rem;
  }
  .msg_error.msg_error--question {
    top: -50%;
    white-space: nowrap;
  }
  .quiz__res.wrap-cards {
    flex-direction: column;
  }
  .quiz__res.wrap-cards .card_villa {
    width: 100%;
  }
  .quiz__input {
    max-width: 90%;
  }
  .quiz__progress {
    max-width: 90%;
  }
  .fix-volver {
    position: relative;
    top: unset;
    transform: translate(-50%, -2rem);
  }
  .int__content {
    flex-direction: column;
  }
  .int__content__qr {
    margin-top: 3rem;
    width: 100% !important;
    max-width: 21.4285714286rem;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=web.css.map */