/* MIXINS */
/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/** ---------------------------------------- */
/** 0. Fonts */
@font-face {
  font-family: "Branding";
  src: url(/assets/Branding-Bold-eac771a0259f86e2f2e15f3d098f5051ff05713227a50eccb1c2f45cb40821ac.eot);
  src: url(/assets/Branding-Bold-eac771a0259f86e2f2e15f3d098f5051ff05713227a50eccb1c2f45cb40821ac.eot?#iefix) format("embedded-opentype"), url(/assets/Branding-Bold-38e724d0021484a2effdac847395418eabf496e387380c4d77182766f3aab4d8.woff2) format("woff2"), url(/assets/Branding-Bold-1126973f281fc6ef6df3396075b761969a204002bff75e321b6ab0a32d025524.woff) format("woff"), url(/assets/Branding-Bold-5d136f414aafdbf683117450ee700b4c89c6454ecc6041176cea6b3f8804bc62.ttf) format("truetype"), url(/assets/Branding-Bold-eae6003082e3484a27aa6e4f9140e7696ba83b9db27d120e14e3ef54311a0c02.svg#Branding-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url(/assets/Branding-SemiLight-48381af26e2e8f5494440b159418ce6e193bd1420455cb9c8772e4902e9051b5.eot);
  src: url(/assets/Branding-SemiLight-48381af26e2e8f5494440b159418ce6e193bd1420455cb9c8772e4902e9051b5.eot?#iefix) format("embedded-opentype"), url(/assets/Branding-SemiLight-00570ac8719811a2ac5175c984152cf47d34f3cf95d0ca5d67a428e63b4eced3.woff2) format("woff2"), url(/assets/Branding-SemiLight-1bddfc54cadf32bd61402f7105311da6035bc4baccf747d1e37ec42c51625ae1.woff) format("woff"), url(/assets/Branding-SemiLight-e9322401af31a1d78f741d7edb4958a2c48988bf86d9e3ef39e757be2589ec48.ttf) format("truetype"), url(/assets/Branding-SemiLight-14a8ee162d65d2b8fd74aa524bb51190111331d33f4618a300d0687c0c34ddeb.svg#Branding-SemiLight) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url(/assets/Branding-SemiBold-b2cc54eee26f4dbb641d1c1447f2618c3dfee42e89208b244db9e9981493be55.eot);
  src: url(/assets/Branding-SemiBold-b2cc54eee26f4dbb641d1c1447f2618c3dfee42e89208b244db9e9981493be55.eot?#iefix) format("embedded-opentype"), url(/assets/Branding-SemiBold-6e7b8ee059e012b43240c3ba33c072ee9f47c68aac6af5440d2e5a94fa08e4bb.woff2) format("woff2"), url(/assets/Branding-SemiBold-9cce017afdbf010e17f3d6d270a9b46702ff6114b4653d6cec2ff3c6ec75012a.woff) format("woff"), url(/assets/Branding-SemiBold-38eb268ecdef28b047dd12059c10273b37aeecbd955f60c6f64512ad9107d3aa.ttf) format("truetype"), url(/assets/Branding-SemiBold-45a86c7226349c0de719ebc5b87fac66d590850c4fbcbe434fa1806053d59068.svg#Branding-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Branding";
  src: url(/assets/Branding-Medium-4e7416f0749d3ee5a84a13bd9163ff78697d30da1b17455c18b2ba2dade12f8d.eot);
  src: url(/assets/Branding-Medium-4e7416f0749d3ee5a84a13bd9163ff78697d30da1b17455c18b2ba2dade12f8d.eot?#iefix) format("embedded-opentype"), url(/assets/Branding-Medium-7aa185d7221a70b484372a3babda2b9ea59d44c57c0589196b9cfe79c9577aa9.woff2) format("woff2"), url(/assets/Branding-Medium-d87d8bc2ff02cb73e403919c983a92ff93447c3e64d5b230d5c988dfac324d3d.woff) format("woff"), url(/assets/Branding-Medium-f5bf9b47f0d90207e6ba01efacd5a0fd000dc018daa035c9b3ca860f446186b2.ttf) format("truetype"), url(/assets/Branding-Medium-4978a0e739ae8b3aeedc6137813401939724b8d8af504f90f091c91a1abd77ea.svg#Branding-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/** ---------------------------------------- */
/** 1. General */
:root {
  --Brand-color: #64C7F3FF;
  --Brand-color-2: #E30513FF;
  --Brand-color-3: #0072ABFF;
  --input-bg: #DFF5FF;
  --Escala-de-grises-Greyscale-100: #212121FF;
  --Escala-de-grises-Greyscale-200: #3D3D38FF;
  --Escala-de-grises-Greyscale-300: #787875FF;
  --Escala-de-grises-Greyscale-400: #C7C7C3FF;
  --Escala-de-grises-Greyscale-500: #E5E5E1FF;
  --Escala-de-grises-Greyscale-600: #F7F7F2FF;
  --Escala-de-grises-Greyscale-700: #FAFAFAFF;
  --font-family: 'Branding', arial, sans-serif;
  --border-radius-xxs: 0.5rem;
  --border-radius-xs: 1rem;
  --border-radius-s: 1.5rem;
  --border-radius-m: 2rem;
  --border-radius-l: 2.5rem;
  --border-radius-xl: 3rem;
  --border-radius-xxl: 3.5rem;
  --border-radius-circle: 50%;
  --max-width: 90rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: transparent url(/assets/background-df8e413940e81ca60755a1304d243b4148afb4d7f2b55b908406cee1e04c7848.png) no-repeat fixed 0 0;
  background-size: cover;
  color: var(--Escala-de-grises-Greyscale-100);
  font-family: var(--font-family), system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: 3px solid var(--Brand-color-2);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/** 2. Layouts */
body {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
  min-height: 100vh;
}

.page {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.page__container {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  flex: 1;
  gap: 0.625rem;
  margin: 0 auto;
  max-width: var(--max-width);
  width: 93%;
}
@media screen and (min-width: 991px) {
  .page__container {
    flex-flow: row wrap;
    gap: 1.25rem;
    justify-content: space-between;
  }
}
.page__content {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .page__content {
    flex: 0 0 33.625rem;
    width: 33.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .page__content {
    flex: 0 0 45.5rem;
    width: 45.5rem;
  }
}
.page__image {
  width: 48%;
}
@media screen and (min-width: 991px) {
  .page__image {
    /*background: transparent url(/assets/bodegon-bc620d0b0ef90b6416d66f639be9ca71c18462436995538345577254bdbc9d11.png) no-repeat scroll center center;
    background-size: contain;*/
    flex: 1;
    min-width: 0;
    width: auto;
  }
}
.page__image img {
  display: none;
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

.header {
  padding: 0.625rem 0 0.625rem 0.625rem;
}
@media screen and (min-width: 991px) {
  .header {
    padding: 1.5625rem 0 1.5625rem 0.9375rem;
  }
}
.header__container {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.header__logo {
  max-width: 4.625rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .header__logo {
    max-width: 9.1875rem;
  }
}
.header .button--contact {
  margin-left: auto;
}

.footer {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0.9375rem 0;
}
.footer__container {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer__nav {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    flex-flow: row;
    gap: 1.5625rem;
  }
}
.footer__link {
  color: var(--Brand-color-3);
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.625rem;
  text-align: center;
}

.home {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 0.9375rem;
}
.home h1 {
  margin: 0;
}
.home h1 img {
  display: block;
  margin: 0 auto;
  max-width: 33.625rem;
  width: 93%;
}
.home h2 {
  color: var(--Brand-color-3);
  font-size: clamp(1.625rem, 4vw, 2.5rem);
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.home p {
  color: var(--Brand-color-3);
  font-size: clamp(1rem, 3vw, 1.125rem);
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.home__button {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 1.5625rem;
  justify-content: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 991px) {
  .home__button {
    margin-top: 0;
  }
}
.home .instructions {
  display: none;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 991px) {
  .home .instructions {
    display: flex;
    margin: 1.5625rem 0;
  }
}
.home__image {
  max-width: 26.625rem;
  width: 80%;
}
@media screen and (min-width: 991px) {
  .home__image {
    display: none;
  }
}

/** 3. Components */
/* Button */
.button {
  background-color: var(--Brand-color-2);
  border-radius: var(--border-radius-xxl);
  border: 2px solid var(--Brand-color-2);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  text-align: center;
  transition: all 0.35s ease-out;
}
.button:hover {
  background-color: var(--Brand-color-3);
  border-color: var(--Brand-color-3);
  color: #fff;
}
.button--border {
  background-color: transparent;
  border-color: var(--Brand-color-2);
  color: var(--Brand-color-2);
}
.button--border:hover {
  background-color: transparent;
  border-color: var(--Brand-color-3);
  color: var(--Brand-color-3);
}
.button--contact {
  border-radius: var(--border-radius-xxl) 0 0 var(--border-radius-xxl);
  padding-right: 0.625rem;
}

/** Intructions */
.instructions {
  display: flex;
  flex-flow: column;
  gap: 0.9375rem;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 991px) {
  .instructions {
    flex-flow: row wrap;
    gap: 0;
  }
}
.instructions__item {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .instructions__item {
    width: 32%;
  }
}
.instructions__item.is-open .instructions__description--content {
  max-height: 12.5rem;
  opacity: 1;
  padding-top: 0.625rem;
}
.instructions__item.is-open .instructions__toggle {
  transform: rotate(45deg);
}
.instructions__content {
  align-items: center;
  background-color: #fff;
  border-radius: var(--border-radius-xs);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row;
  gap: 0.3125rem;
  justify-content: space-between;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
}
.instructions__content--trigger {
  cursor: pointer;
}
.instructions__description {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex: 1;
  gap: 0.625rem;
  justify-content: space-between;
}
.instructions__description--content {
  margin-top: 0.625rem;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.instructions__description--content p {
  color: var(--Escala-de-grises-Greyscale-100);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.instructions__description h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 991px) {
  .instructions__description h3 {
    font-size: 1rem;
  }
}
.instructions__toggle {
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--Brand-color);
  border-radius: var(--border-radius-circle);
  color: var(--Brand-color);
  cursor: pointer;
  display: flex;
  flex-flow: column;
  font-size: 1.25rem;
  font-weight: 600;
  height: 1.75rem;
  justify-content: flex-start;
  line-height: 1;
  transition: transform 0.2s ease;
  width: 1.75rem;
}
.instructions--modal {
  margin: auto;
  max-width: 50rem;
  width: 100%;
}
.instructions--modal li {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .instructions--modal li {
    text-align: left;
    width: 30%;
  }
}
.instructions--modal li:last-child .instructions__image {
  position: relative;
}
.instructions--modal li:last-child .instructions__image::before {
  display: none;
}
.instructions--modal .instructions__image {
  position: relative;
}
@media screen and (min-width: 991px) {
  .instructions--modal .instructions__image::before {
    background-color: var(--Escala-de-grises-Greyscale-100);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .instructions--modal .instructions__image::after {
    background-color: var(--Escala-de-grises-Greyscale-700);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
.instructions--modal .instructions__image svg {
  height: 5rem;
  position: relative;
  width: 5rem;
  z-index: 2;
}

/* Modal */
.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.625rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.35s ease-out, visibility 0s linear 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
  visibility: visible;
}
.modal.show .modal__content {
  transform: translateY(0);
}
.modal__content {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-radius: var(--border-radius-xl);
  margin: 0 auto;
  max-width: 37.5rem;
  overflow-y: auto;
  padding: 1.875rem;
  transform: translateY(-100%);
  transition: transform 0.35s ease-out;
  width: 92%;
}
.modal__close {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 0 0 0.9375rem;
  width: 100%;
}
.modal__close span {
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--Brand-color);
  border-radius: var(--border-radius-circle);
  color: var(--Brand-color);
  cursor: pointer;
  display: flex;
  flex-flow: column;
  font-size: 0.875rem;
  font-weight: 600;
  height: 1.875rem;
  justify-content: center;
  line-height: 1.875rem;
  width: 1.875rem;
}
.modal__close span:hover {
  border-color: var(--Brand-color-3);
  color: var(--Brand-color-3);
}
.modal__body {
  overflow: hidden;
  padding: 0.9375rem 0 1.5625rem;
  width: 100%;
}
.modal__body h2, .modal__body h3 {
  margin: 0 0 0.9375rem;
  text-align: center;
}
.modal__body h2 {
  color: var(--Brand-color);
  font-size: clamp(1.625rem, 4vw, 2.5rem);
  font-weight: 500;
}
.modal__body h3 {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .modal__body h3 {
    text-align: left;
  }
}
.modal--big .modal__content {
  max-width: 58.75rem;
}

/* Legal content */
.box {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-radius: var(--border-radius-m);
  padding: 1.25rem;
}
@media screen and (min-width: 991px) {
  .box {
    padding: 1.875rem;
  }
}
.box__title {
  color: var(--Brand-color);
  font-size: clamp(1.625rem, 4vw, 2.5rem);
  font-weight: 500;
  margin: 0 0 1.25rem;
}
.box__body {
  margin: 0 0 1.25rem;
  max-height: 40vh;
  overflow-y: auto;
}
.box__body p {
  margin: 0 0 0.625rem;
}
.box__body p:last-child {
  margin: 0;
}
.box__button {
  display: flex;
  flex-flow: row;
  gap: 0.9375rem;
  justify-content: space-between;
  width: 100%;
}
.box__button--left {
  justify-content: flex-start;
}
.box__button--center {
  justify-content: center;
}
.box--form {
  margin: 0 auto;
  max-width: 37.5rem;
}
.box--form .box__title {
  color: var(--Escala-de-grises-Greyscale-100);
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
  text-align: center;
}
.box__step {
  margin: 0 0 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.box__description {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto 0.625rem;
  max-width: 25rem;
  text-align: center;
  width: 100%;
}
.box__fields {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0.625rem;
  margin: 1.25rem 0 1.25rem;
}
.box__fields .form__field {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .box__fields .form__field {
    width: calc(50% - 0.625rem);
  }
}
.box__fields .form__field--check {
  margin: 0 0 0.625rem;
  width: 100%;
}
.box__fields .form__field--reason, .box__fields .form__field--textarea {
  width: 100%;
}
.box__info {
  display: flex;
  flex-flow: column;
  gap: 0.1875rem;
  list-style: none;
  margin: 0.125rem 0 0.625rem;
  padding: 0;
}
.box__info li {
  font-size: 0.8125rem;
  font-weight: 600;
}
.box--contact h1 {
  text-align: center;
}
.box--success {
  background-color: var(--Brand-color);
  color: #fff;
}
.box--success .box__title, .box--success .box p {
  color: #fff;
  text-align: center;
}
.box--success .button--border {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 1.25rem;
}
.box--success .button--border:hover {
  border-color: var(--Brand-color-3);
  color: var(--Brand-color-3);
}

/* Form */
input, select, textarea {
  background-color: var(--input-bg);
  border: 1px solid var(--input-bg);
  color: var(--Escala-de-grises-Greyscale-100);
  font-family: var(--font-family);
  font-size: 1rem;
  padding: 0.625rem;
}
input[type=date], select[type=date], textarea[type=date] {
  font-family: var(--font-family);
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: var(--Escala-de-grises-Greyscale-300);
}
input:focus, select:focus, textarea:focus {
  border-color: var(--Brand-color-3);
}

.form__field {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.form__label {
  color: var(--Escala-de-grises-Greyscale-300);
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}
.form__control {
  width: 100%;
}
.form__upload-zone {
  align-items: center;
  background-color: var(--input-bg);
  background-image: repeating-linear-gradient(90deg, var(--Escala-de-grises-Greyscale-300) 0, var(--Escala-de-grises-Greyscale-300) 1.75rem, transparent 1.75rem, transparent 2.75rem), repeating-linear-gradient(90deg, var(--Escala-de-grises-Greyscale-300) 0, var(--Escala-de-grises-Greyscale-300) 1.75rem, transparent 1.75rem, transparent 2.75rem), repeating-linear-gradient(0deg, var(--Escala-de-grises-Greyscale-300) 0, var(--Escala-de-grises-Greyscale-300) 1.75rem, transparent 1.75rem, transparent 2.75rem), repeating-linear-gradient(0deg, var(--Escala-de-grises-Greyscale-300) 0, var(--Escala-de-grises-Greyscale-300) 1.75rem, transparent 1.75rem, transparent 2.75rem);
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
  color: var(--Escala-de-grises-Greyscale-300);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 5.625rem;
  position: relative;
  width: 100%;
}
.form__upload-input {
  background-color: var(--input-bg);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form__upload-label {
  pointer-events: none;
  position: relative;
}
.form__upload-filename {
  color: var(--Brand-color-3);
  display: block;
  font-size: 0.875rem;
  margin-top: 0;
  min-height: 0.625rem;
}
.form__error {
  color: var(--Brand-color-2, #c00);
  display: block;
  font-size: 0.875rem;
}
.form__check {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 0.625rem;
  position: relative;
  user-select: none;
}
.form__check a {
  color: var(--Brand-color-3);
  font-weight: 600;
  text-decoration: underline;
}
.form__check a:hover {
  text-decoration: none;
}
.form__check em {
  font-style: normal;
}
.form__check input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.form__check:hover input ~ .form__checkmark {
  background-color: #ddd;
}
.form__check input:checked ~ .form__checkmark {
  background-color: var(--Brand-color, #2196f3);
  border-color: var(--Brand-color, #2196f3);
}
.form__check input:checked ~ .form__checkmark::after {
  display: block;
}
.form__checkmark {
  background-color: #ffffff;
  border: 1px solid var(--Brand-color);
  border-radius: 0.25rem;
  display: inline-block;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  position: relative;
  transition: all 0.2s ease;
  width: 1.25rem;
}
.form__checkmark::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  left: 0.375rem;
  position: absolute;
  top: 0.125rem;
  transform: rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
}

.alert {
  border: 1px solid var(--Brand-color-2);
  border-radius: var(--border-radius-xxs);
  padding: 0.625rem;
  margin: 0 0 0.625rem;
}
.alert-danger {
  background-color: var(--Brand-color-2);
  color: #ffffff;
}

.field_with_errors select {
  width: 100%;
}
