@font-face {
  font-family: "Kia";
  src: url("./fonts/KIAOTFL00.woff2") format("woff2");
  src: url("./fonts/KIAOTFL00.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kia";
  src: url("./fonts/KIAOTFM00.woff2") format("woff2");
  src: url("./fonts/KIAOTFM00.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kia";
  src: url("./fonts/KIAOTFB00.woff2") format("woff2");
  src: url("./fonts/KIAOTFB00.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

p,
a,
span,
button,
label {
  color: #fff;
}

/* COLORES */
/* ELEMENTOS */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-family: Kia, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
}

section {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.top {
  width: 100vw;
  height: calc(8px*30);
  background-size: 150%;
}
section.claim p {
  text-align: center;
  margin: 0;
}
section.pasos {
  position: relative;
}
section.pasos .listado {
  list-style: none;
  padding: 0;
}
section.pasos .listado li {
  min-height: calc(8px*50);
  width: calc(8px*40);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
section.pasos .listado__content {
  text-align: center;
  padding: calc(8px*4) calc(8px*3);
}
section.pasos .listado__content h3 {
  color: white;
  text-transform: uppercase;
  width: 70%;
  margin: calc(8px*3) auto calc(8px*4);
}
section.pasos .listado__content p {
  line-height: 120%;
}
section.trivia {
  position: relative;
}
section.trivia::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: 0;
}
section.trivia .autoelegido {
  margin-top: 50px;
  height: 270px;
  width: 100%;
  background-color: #000;
  background-position: center 86%;
  background-size: 105%;
  background-repeat: no-repeat;
  margin-bottom: calc(8px*3);
  border-radius: 10px;
}
section.trivia #autoElegido {
  font-weight: 700;
  text-transform: uppercase;
}
section.trivia .oracion {
display: none;
}
section.typ {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90vh;
}
section.typ::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: 0;
}
section.typ .message {
  margin: calc(8px*7) auto;
  text-transform: uppercase;
  text-align: center;
}
section.typ .message h2 {
  margin-bottom: calc(8px*2);
}

.container {
  padding: calc(8px*4) calc(8px*2);
  z-index: 10;
  position: relative;
  max-width: calc(8px*130);
  margin-right: auto;
  margin-left: auto;
}

.overlay {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(9, 9, 121, 0) 52%, black 100%);
  z-index: 5;
}

.title {
  background-position: 150% center;
  background-repeat: no-repeat;
  background-size: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: calc(8px*5);
}
.title.red {
  background-image: url("../images/misc_title.svg");
}
.title.black {
  background-image: url("../images/misc_title_black.svg");
}
.title h3 {
  color: white;
  margin: 0;
  font-size: 19px;
}

form .grid {
  height: 80vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.479);
}
form .grid::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
form .grid::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.8);
  /* color of the tracking area */
}
form .grid::-webkit-scrollbar-thumb {
  background-color: #A0172C;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}
form .form-group {
  margin: calc(8px*5) 0;
}
form .form-group h4 {
  text-align: left;
  max-width: calc(8px*18);
  color: #A0172C;
  margin-top: 0;
}
form .form-group .opciones {
  padding-left: calc(8px*3);
}
form .form-group label {
  color: white;
  display: block;
  margin-bottom: calc(8px*2);
  font-weight: 700;
  letter-spacing: 1px;
}
form .form-group input:not([type=radio]), form .form-group select {
  font-weight: 300;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 0 8px calc(16px) 8px;
  width: 100%;
  color: #fff;
  font-weight: 500;
}
form .form-group input:not([type=radio])::placeholder, form .form-group select::placeholder {
  color: #fff;
  font-weight: 300;
}
form .form-group input:not([type=radio]) input[type=date]:invalid::-webkit-datetime-edit, form .form-group select input[type=date]:invalid::-webkit-datetime-edit {
  color: #999;
}
form .form-group option {
  color: #000;
}
form .form-group option:hover {
  background-color: #A0172C;
  color: #fff;
}
form .form-group small {
  color: #F77085;
}
form .form-group.ad span {
  display: block;
  margin-bottom: calc(8px*2);
  display: flex;
  align-items: flex-start;
}
form .form-group.ad span p {
  margin: 0;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  form .form-group input[type=checkbox],
form .form-group input[type=radio] {
    --active:#B9132C;
    --active-inner: #fff;
    --focus: 2px #860b1e;
    --border: #8C8C8C;
    --border-hover:#B9132C;
    --background:transparent;
    --disabled: #3d3d3d;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 8px 8px 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  form .form-group input[type=checkbox]:after,
form .form-group input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  form .form-group input[type=checkbox]:checked,
form .form-group input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  form .form-group input[type=checkbox]:disabled,
form .form-group input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.8;
  }
  form .form-group input[type=checkbox]:disabled:checked,
form .form-group input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  form .form-group input[type=checkbox]:disabled + label,
form .form-group input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  form .form-group input[type=checkbox]:hover:not(:checked):not(:disabled),
form .form-group input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  form .form-group input[type=checkbox]:focus,
form .form-group input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  form .form-group input[type=checkbox]:not(.switch),
form .form-group input[type=radio]:not(.switch) {
    width: 21px;
  }
  form .form-group input[type=checkbox]:not(.switch):after,
form .form-group input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  form .form-group input[type=checkbox]:not(.switch):checked,
form .form-group input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  form .form-group input[type=checkbox]:not(.switch),
form .form-group input[type=radio]:not(.switch) {
    border-radius: 7px;
  }
  form .form-group input[type=checkbox]:not(.switch):after,
form .form-group input[type=radio]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }
  form .form-group input[type=checkbox]:not(.switch):checked,
form .form-group input[type=radio]:not(.switch):checked {
    --r: 43deg;
  }
}
form button, .boton-volver {
  display: block;
  margin: calc(8px*10) auto calc(8px*5);
  padding: calc(8px*3) calc(8px*6);
  width: 100%;
  border: none;
  background-color: #A0172C;
  color: white;
  transition: 0.3s ease-in-out;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
form button:hover, .boton-volver:hover {
  background-color: #c5253d;
}
form.form-contact .grid {
  padding: 8px calc(8px*2);
  height: 100%;
  overflow: visible;
}

footer {
  background-color: #fff;
}
footer .container {
  padding: calc(8px*2);
  display: grid;
  grid-template-columns: 200px repeat(3, 1fr);
}
footer .container a {
  text-align: center;
  display: flex;
  align-items: center;
}
footer .container a img {
  width: calc(8px*4);
}
footer .container a:first-of-type img {
  width: calc(8px*7);
}

.bases small {
  font-weight: 300;
  line-height: 8px;
}

.webp section.top {
  background-image: url("../images/background-top.webp");
}
.webp section.pasos {
  background-image: url("../images/background-pasos.webp");
}
.webp section.trivia::after {
  background-image: url("../images/background-trivia.webp");
}
.webp section.typ::after {
  background-image: url("../images/background-typ.webp");
}
.webp .listado li {
  background-image: url("../images/background-step.webp");
}

.no-webp section.top {
  background-image: url("../images/background-top.jpg");
}
.no-webp section.top {
  background-image: url("../images/background-pasos.jpg");
}
.no-webp section.trivia::after {
  background-image: url("../images/background-trivia.jpg");
}
.no-webp section.typ::after {
  background-image: url("../images/background-typ.jpg");
}
.no-webp .listado li {
  background-image: url("../images/background-step.png");
}

@media screen and (min-width: 768px) {
  section.top {
    height: calc(100vw / 2.15);
    background-size: cover;
  }
  section.trivia .autoelegido {
    height: calc(600px);
    background-position: center 68%;
    background-size: cover;
  }
  section.typ {
    min-height: 95vh;
  }

  .title h3 {
    font-size: 2em;
  }

  p.oracion {
    font-size: 1.5em;
  }

  .grid {
    display: grid;
    height: 100%;
  }

  form .grid {
    column-gap: calc(8px*2);
    grid-template-columns: repeat(2, 1fr);
  }
  form.form-contact .form-group {
    margin: calc(8px*3) 0;
  }
  form.form-contact .form-group input {
    font-size: 1em;
  }

  footer .container {
    grid-template-columns: 70% repeat(3, 1fr);
  }
  footer .container a {
    justify-content: center;
  }
  footer .container a img {
    width: calc(8px*5);
  }
  footer .container a:first-of-type {
    justify-content: flex-start;
  }
  footer .container a:first-of-type img {
    width: calc(8px*13);
  }
}
@media screen and (min-width: 1024px) {
  section.pasos .listado {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: calc(8px*2);
  }
  section.trivia .grid {
    column-gap: calc(8px*3);
    grid-template-columns: calc(8px*75) 1fr;
  }
  section.trivia .autoelegido {
    height: calc(680px);
    background-position: center;
  }
  section.trivia .form .title {
    margin-bottom: calc(8px*2);
  }
  section.trivia .form .title h3 {
    font-size: 1.3em;
  }
  section.trivia .form .form-group label {
    margin-bottom: 8px;
  }
  section.trivia .form .form-group input, section.trivia .form .form-group select {
    padding: 8px;
  }
  section.trivia .form button {
    margin: calc(8px*5) 0 calc(8px*2) auto;
  }

  p.oracion {
    font-size: 1.7em;
  }

  .listado__content h4 {
    font-size: 1.2em;
  }

  form .grid {
    padding: 0 16px;
    overflow-y: visible;
  }
  form .form-group {
    margin: calc(8px*3) 0;
  }
  form .form-group h4 {
    margin-bottom: calc(8px*2);
  }
  form.form-trivia .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  form.form-trivia .form-group .opciones {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */
