body {
  margin: 0;
  font-family: "EloquiaText", sans-serif;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header__nav {
  width: 100%;
  padding: 1rem 0;
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header__nav .logotipo-picture {
  display: flex;
  max-width: 6rem;
}

.header .header__nav .header__nav__langs {
  display: flex;
  gap: 1rem;
}

.header .header__nav .header__nav__langs a {
  color: #607f72;
  font-family: "EloquiaDisplay", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.header .header__nav .header__nav__langs a.header__nav__link--active {
  font-weight: 600;
}

.hero__container {
  display: flex;
  margin: 0;
  width: 100%;
}

.hero__container .hero__main {
  background-color: #a6d9c4;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  padding: 5rem 2.5rem 2.5rem;
  width: 64%;
}

.hero__container .hero__main .hero__list__item .list__item--subtext {
  font-weight: 100;
  font-size: 1rem;
}

.hero__container .hero__slider {
  aspect-ratio: 15/9;
  width: 63%;
}

.hero__container .hero__img {
  width: 100%;
  height: inherit;
}

.hero__container .hero__img .hero__picture {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__container .hero__img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.izq-title {
  font-family: "EloquiaDisplay", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 22.58px;
}

.izq-title,
.izq-txt {
  text-transform: uppercase;
}

.izq-txt {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-family: "Syne";
  font-weight: 700;
}

.izq-txt .title--subtext {
  font-size: 21px;
  font-weight: 500;
  line-height: 27.5px;
  font-family: "Syne";
  text-transform: lowercase;
}

.hero__list {
  list-style-type: disc;
  padding-left: 1rem;
}

.hero__list__item {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 25.2px;
  text-transform: uppercase;
}

.maq-img-cuarenta img {
  filter: invert(1);
  width: 75%;
}

.slider-container {
  height: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}

.slide .img {
  height: 100%;
  object-fit: cover;
}

.controls {
  bottom: 10px;
  left: 10px;
  position: absolute;
}

.control-dot {
  background-color: #ffe69f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}

.control-dot.active {
  background-color: #000;
}

.btn__wrp {
  background: #000;
  border-radius: 5rem;
  text-align: center;
  width: fit-content;
}

.solicita-dossier .btn__wrp {
  margin-top: 5%;
}

.img-kora > img {
  margin-top: -40px;
}

.btn__wrp:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.btn__wrp > a {
  color: #fff;
  display: inline-block;
  font-family: "EloquiaDisplay", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.section__form {
  margin-bottom: 55px;
}

.section__form,
.section__info {
  padding-top: 5rem;
}

.section__form__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

/* .section__form__info,
.section__form__form {
  width: 50%;
} */

.section__form__title {
  font-size: 40px;
  font-weight: 500;
  font-family: "Syne";
  line-height: 41.61px;
}

.section__form__contenido,
.section__form__subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 27.5px;
}

.img-izq {
  width: 290px;
  display: block;
  margin: 65px auto;
}

.strong {
  font-size: 21px;
  font-weight: 700;
  line-height: 27.5px;
}

.section__form__form {
  padding: 0 2.5rem 0 5rem;
}

#formulario .form__intro {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

#formulario li {
  list-style-type: none;
}

#formulario .legal-consent-container {
  padding-top: 2.5rem;
}

#formulario .legal-comunications-container {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

#formulario .legal_text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 0.4rem;
}

#formulario input,
#formulario select {
  background: #fff !important;
  border: 1px solid black !important;
  border-radius: 3rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem 0;
  padding: 1rem;
  width: 100%;
}

#formulario {
  border-radius: 0.7rem;
  color: #000;
  padding: 0;
  width: 100%;
}

.hs-form-required {
  color: #000 !important;
  margin-left: 5px;
}

.formulario-title {
  margin-bottom: 2.5rem;
}

#formulario input:focus,
#formulario select:focus {
  background-color: #fff !important;
  border-style: none !important;
}

#formulario input[type="submit"] {
  background: #000 !important;
  border-radius: 5rem;
  color: #7eff83;
  font-family: "EloquiaDisplay", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

#formulario select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3dzPC90aXRsZT48cGF0aCBkPSJNMCAwaDQuOTV2MTBIMHoiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJtMS40MSA0LjY3IDEuMDctMS40OSAxLjA2IDEuNDl6TTMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzeiIgY2xhc3M9ImNscy0yIi8+PC9zdmc+)
    no-repeat 100% 50%;
  background-position: 100%;
  color: #888;
}

.hs-form-booleancheckbox-display {
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-start;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

input[type="checkbox"] {
  margin: 2.5px 0 0 !important;
  width: auto !important;
}

#formulario select {
  width: 100%;
}

.hs-error-msgs,
.hs-form-required {
  color: red;
}

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

.inputs-list {
  list-style-type: none;
}

input[type="submit"] {
  border: none;
  width: fit-content !important;
}

input[type="submit"]:hover {
  cursor: pointer;
}

#formulario .btn--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.section__info {
  position: relative;
  background: url(assets/Frame\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  min-height: 90vh;
  padding-bottom: 25rem;
}

.section__info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.section__info > * {
  position: relative;
  z-index: 2;
}

.container-section-dos-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* .section__info__container {
  width: max-content;
} */

.section__info__title {
  color: #a6d9c4;
  font-family: "EloquiaDisplay", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 22.58px;
  width: fit-content;
}

.section__info__text {
  color: #a6d9c4;
  display: block;
  font-size: 40px;
  font-family: "Syne";
  font-weight: 500;
  line-height: 40px;
  padding-top: 2.5rem;
}

.section__info__card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.section__info__card__title {
  font-size: 1.5rem;
  font-family: "EloquiaDisplay", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.section__info__card__content {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
  width: 327px;
  ol {
    padding-left: 20px;
  }
}

.section__gallery {
  padding: 5rem 0;
  text-align: center;
}

.section__gallery .section__gallery__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.section__gallery .section__gallery__title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.section__gallery .section__gallery__text {
  font-size: 40px;
  font-family: "Syne";
  font-weight: 600;
  line-height: 40px;
}

.section__gallery .section__gallery__container .section__gallery__slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: initial;
  background: #cceddf;
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid black;
  border-width: 0 0 3px 3px;
  transform: rotate(45deg) translate(3px, -3px);
}

/* Rotar la flecha para que apunte a la derecha */
.swiper-button-next::before {
  transform: rotate(-135deg) translate(3px, -3px);
}

.section__gallery .section__gallery__container .swiper {
  width: 70vw;
  height: 62vh;
  margin: 0 2.5rem;
}

.swiper-slide {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.swiper .swiper-slide .section__gallery__img {
  height: 100%;
  width: 100%;
}

.swiper .swiper-slide .section__gallery__img .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section__gallery .section__gallery__container .btn__wrp {
  margin-top: 2.5rem;
}

.section__gallery .section__gallery__container .btn__wrp a {
  color: #7eff83;
}

.section__location {
  display: flex;
}

.section__location .location__img {
  width: 45%;
  height: inherit;
  padding: 2.5rem;
  background: #041f1e;
}

.section__location .location__img .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section__location .location__info {
  width: 55%;
  padding: 2.5rem;
  background: #cceddf;
}

.section__location .location__info .location__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  padding: 5rem 0;
}

.section__location .location__info .location__text {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.section__location .location__info ol {
  padding-left: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5rem;
}

.section__location .location__info .btn__wrp a {
  color: #7eff83;
}

.footer {
  background: #607f72;
  color: #fff;
  padding: 2rem 0;
  width: 100%;
}

.footer .footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer__container .footer__logo .img {
  width: 6rem;
  height: auto;
}

.footer .footer__container .footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.footer .footer__container .footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.875rem;
}

.footer .footer__container .footer__contact a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer .footer__container .footer__contact a:hover {
  text-decoration: underline;
}

footer .footer__container .footer__contact .img {
  width: 2rem;
  height: 2rem;
}

.footer .footer__legal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  gap: 2.5rem;
}

.footer .footer__legal .footer__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.7;
}

.footer .footer__legal .footer__text:hover {
  opacity: 1;
}

.footer-nav {
  background: #607f72;
  color: #fff;
  padding: 4rem 0;
  width: 100%;
}

.footer-container-custom {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto;
  width: 90%;
}

.footer-logotipo-picture {
  max-width: 100px;
}

.contact-color {
  font-size: 18px;
}

.a-size,
.contact-color {
  color: #fff;
  font-weight: 400;
  line-height: 4.5px;
}

.a-size {
  font-size: 14px;
  text-decoration: none;
}

.container-politicas-contacto {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-left: 3%;
  padding: 17px;
}

.thankyou__hero {
  position: relative;
  width: 100%;
  height: calc(100dvh - 5rem);
  background: url(assets/thankyou_img.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.thankyou__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.thankyou__hero > * {
  position: relative;
  z-index: 2;
}

.thankyou__hero .thankyou__hero__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.thankyou__hero .thankyou__hero__container .thankyou__title {
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.thankyou__hero .thankyou__hero__container .thankyou__text {
  padding-top: 2.5rem;
  font-family: "EloquiaText", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media (max-width: 679px) {
  .hero__container {
    flex-direction: column-reverse;
  }

  .hero__container .hero__main {
    width: 100%;
    padding: 2.5rem 1rem;
    gap: 1rem;
  }

  .hero__container .izq-title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .hero__container .izq-txt {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .section__form__container {
    flex-direction: column;
    gap: 2rem;
  }

  .section__form__info,
  .section__form__form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section__info {
    padding-bottom: 42rem;
  }

  .section__info .section__info__container {
    padding-bottom: 2rem;
  }

  .section__gallery .section__gallery__container {
    gap: 1rem;
  }

  .section__gallery .section__gallery__container .section__gallery__slider {
    position: relative;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    height: 2rem;
    width: 2rem;
    top: auto;
    bottom: 0.5rem;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    height: 1rem;
    width: 1rem;
    border-width: 0 0 2px 2px;
  }

  .section__gallery .section__gallery__container .swiper {
    width: 100vw;
    margin: 0;
  }

  .section__location {
    flex-direction: column;
  }

  .section__location .location__img,
  .section__location .location__info {
    width: 100%;
    padding: 2.5rem 1rem;
  }

  .section__location .location__info .location__title {
    padding: 0;
    padding-bottom: 1rem;
  }

  .section__location .location__info ol {
    margin-bottom: 2.5rem;
  }

  .footer .footer__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }

  .footer .footer__container .footer__info,
  .footer .footer__container .footer__contact {
    align-items: flex-start;
  }

  .thankyou__hero .thankyou__hero__container .thankyou__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .thankyou__hero .thankyou__hero__container .thankyou__text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
