@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --font-poppins: 'Poppins', sans-serif;
  --color-primary: #B00043;
}

/* Estilos generales */
* {
  margin: 0;
  box-sizing: border-box;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-strangehuman.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


h2 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

a {
  text-decoration: none;
}

.section-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}

.section-email .form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0;
}

.section-email label {
  color: #fff !important;
}

.section-form img {
  padding: 0 50px;
  margin: 0 auto;
  display: block;
}

.section-ty {
  height: 100%;
  padding-top: 100px;
}

.section-ty p {
  font-family: var(--font-poppins);
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.section-ty a {
  text-decoration: none;
  color: #fff;
}

.section-ty p.ty-text-small {
  font-size: 20px;
}

.section-ty img {
  width: 610px;
  height: 107px;
  aspect-ratio: 610/107;
}

.section-ty .text-description {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.66px;
  text-transform: uppercase;
  width: 254.505px;
  height: 32.122px;
}

/* Estilos del formulario */
.email-form {
  margin: 0 auto;
}

.email-form-container {
  width: 290px;
  margin: 0 auto;
}

.ty-text-container {
  margin: 0 auto;
  text-transform: uppercase;
}

.ty-text-container p {
  font-family: "Arial", sans-serif;
  font-size: 42px;
  text-align: left;
  /* text-transform: uppercase; */
}

#registration-form .form-steps span {
  background: rgba(20, 38, 63, 0.5);
}

#registration-form .form-step-active {
  background: rgb(20, 38, 63) !important;
  width: 100% !important;
}

form {
  color: #fff;
}

form .form-text {
  color: #FFF;
  font-family: var(--font-poppins);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px;
  width: 571px;
  height: 158px;
}

form label {
  color: #fff;
  font-size: 14px;
}

.form-check-label {
  font-size: 12px;
}

.form-check-label a {
  color: #fff;
  text-decoration: underline;
}

.form-steps {
  margin-bottom: 20px;
}

.form-steps span {
  width: 60%;
  background: rgba(255, 255, 255, 0.3);
  height: 11px;
  border-radius: 10px;
  display: block;
}

.form-step-active {
  background: #fff !important;
  width: 100% !important;
}

.section-form .btn-registro {
  margin-left: 0;
}

.btn-registro {
  background: var(--color-primary);
  color: #fff;
  align-content: center;
  text-align: center;
  font-weight: 500;
  width: 122.377px;
  height: 33.573px;
  margin: 0 auto;
  display: block;
  font-family: var(--font-poppins);
  width: max-content;
  font-size: 15px;
  padding: 0px 27.7px 0px 27.7px;
  border: none;
}

.btn-registro-color {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.btn-merch {
  background: #fff;
  color: #000;
  border-radius: 22px;
  border: none;
  padding: 18px 24px;
  font-weight: normal;
  font-size: 18px;
}

.btn-presave {
  background: var(--color-primary);
  color: #fff;
  align-content: center;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  font-family: var(--font-poppins);
  font-size: 15px;
  padding: 0px 15px 0px 15px;
  border-radius: 3px;
  border: 1px solid #FFF;
  width: 98.955px;
  height: 25.265px;
}


.btn-presave:hover,
.btn-presave:focus,
.btn-presave:active {
  background-color: var(--color-primary);
  color: #fff;
}

.city-title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.pais {
  text-align: center;
}

.pais img {
  width: 90px;
}

.pais p {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
}

.pais button {
  font-size: 10px;
  border: none;
  border-radius: 16px;
  width: 111px;
  height: 27px;
  text-transform: uppercase;
}

.pais p.pais-l-title {
  font-size: 28px;
  line-height: 30px;
}

.pais a {
  color: #000;
  text-decoration: none;
}

.ty-page,
.ty-page-evento {
  color: #fff;
  text-align: center;
  height: 800px;
}

.ty-page p,
.ty-page-evento p {
  font-size: 18px;
}

.ty-page p.ty-page-title {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Kapra Neue W05 Medium Exp Rd"
}

.ty-page-evento {
  margin-top: 300px;
}

.ty-page-evento img {
  width: 360px;
}

.ty-page-evento p.ty-page-evento-title {
  font-size: 70px;
  text-transform: uppercase;
  /* font-family: "Axis"; */
}

/* Estilos de inputs y selects */
.form-control,
.form-select {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%BDE8C1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-select option {
  background-color: #fff;
  color: #fff;
}

select option:checked,
select option:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* Estilos para checkboxes */
.form-check-input {
  background-color: transparent;
  border-color: #fff;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Estilos del contenedor de teléfono */
.phone-input-container {
  border: 1px solid #fff;
  border-radius: 6px;
}

#form-field-ladaSelect {
  border-left: none !important;
  border-right: 1px solid #fff !important;
  border-top: none !important;
  border-bottom: none !important;
}

#form-field-form_field_phoneInput {
  border: none !important;
}


.btn-fondos {
  width: 350px;
}

/* Estilos para la sección de ciudades */
.city-title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.pais {
  text-align: center;
}

.pais p {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
}

.pais p.pais-l-title {
  font-size: 28px;
  line-height: 30px;
}

.pais button,
.btn-pais {
  font-size: 10px;
  border: none;
  border-radius: 16px;
  width: 111px;
  height: 27px;
  text-transform: uppercase;
  background-color: #fff;
}

.pais a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
}

/* Estilos página de agradecimiento */
.ty-page,
.ty-page-evento {
  color: #fff;
  text-align: center;
  height: 800px;
}

.ty-page p,
.ty-page-evento p {
  font-size: 18px;
}

.ty-page p.ty-page-title {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Kapra Neue W05 Medium Exp Rd";
}

.ty-page-evento {
  margin-top: 300px;
}

.ty-page-evento img {
  width: 360px;
}

.ty-page-evento p.ty-page-evento-title {
  font-size: 70px;
  text-transform: uppercase;
  /* font-family: "Axis"; */
  text-align: center;
  width: 500px;
  margin: 0 auto;
}

.ty-page img {
  width: 600px;
}

.ty-page .btn {
  background: #fff;
  color: #000;
  border-radius: 16px;
  border: none;
  padding: 18px 24px;
  width: 294px;
  font-weight: bold;
}

/* Estilos del contenedor de teléfono */
.phone-input-container {
  border: 1px solid #fff;
  border-radius: 0px;
}

#form-field-ladaSelect {
  border-left: none !important;
  border-right: 1px solid #fff !important;
  border-top: none !important;
  border-bottom: none !important;
  background: none;
  color: #fff;
}

#form-field-Phone {
  border: none !important;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000204' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Estilos para choices.js */
.choices__list--single .choices__item {
  font-family: Helvetica, sans-serif;
}

.choices__inner {
  background-color: transparent !important;
  border-radius: 0px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #fff !important;
  color: #000204;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-family: Helvetica, sans-serif;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #CED3D8;
}

.choices[data-type*=select-one]::after,
.choices[data-type*=select-one].is-open::after {
  border-color: #fff transparent transparent;
}

/* Visibilidad por dispositivo */
.v-desktop {
  display: block;
}

.v-mobil {
  display: none;
}

.city-container .form-steps {
  display: none !important;
}

#form-field-Birthdate[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  border-radius: 50%;
  padding: 4px;
}

@media (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: hidden;
    margin: 0;
    background-attachment: fixed !important;
  }

  body:has(#section-form:not(.d-none)) {
    display: block;
    height: auto;
    overflow-y: auto;
  }

  body:has(#section-ty:not(.d-none)) {
    display: block !important;
    height: auto !important;
    overflow-y: auto !important;
  }

  #section-ty {
    min-height: 100vh;
    height: auto !important;
    overflow-y: visible;
    padding-bottom: 40px;
  }

  .section-email {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0 !important;
    background-color: transparent;
  }

  body:has(#section-form:not(.d-none)) #section-email {
    display: none !important;
  }

  .section-form {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .section-form img {
    width: 343px;
    height: 60px;
    aspect-ratio: 343/60;
    padding: 0px;
  }

  .section-form .form-text {
    width: 337px;
    height: 93px;
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  footer {
    flex-shrink: 0;
    width: 100%;
    padding: 20px;
    display: flex !important;
    position: relative !important;
    bottom: 0;
    justify-content: flex-start;
  }

  #form-container .form-text {
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    max-width: 337px;
    height: auto;
    margin: 0 auto 30px auto;
  }

  #registration-form {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container-fluid {
    overflow: visible;
  }

  .section-ty img {
    width: 100% !important;
    max-width: 343px;
    height: auto;
    aspect-ratio: 343/60;
  }

  #section-ty .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .v-mobil {
    display: block !important;
  }

  .v-desktop {
    display: none;
  }

  .btn-fondos {
    width: 300px;
    font-size: 14px;
  }

  .city-title {
    text-align: center;
    font-size: 20px;
  }

  .pais {
    margin-bottom: 60px;
  }

  .ty-page h2 {
    font-size: 50px;
  }

  .email-form {
    width: 100%;
    max-width: 300px;
    margin-bottom: 50px;
  }
}