@font-face {
  font-family: "Helvetica Neue W02 77 Bd Cn";
  src: url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.eot");
  src: url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/a1b0ce4855a161738dddb02fdb52994e.svg#Helvetica Neue W02 77 Bd Cn") format("svg");
}
/* @font-face {
  font-family: "Roboto";
  src: url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.eot");
  src: url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/7528dcf4977ed6a7a7e22ebf0eb2a3c0.svg#Roboto")format("svg");
} */
/* Estilos generales */
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  /* background: #A70707; */
  color: #fff;
  height: 100vh;
}

h2 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Helvetica Neue W02 77 Bd Cn";
}

a {
  text-decoration: none;
}

.section-email {
  background: #000;
  height: 100vh;
  padding-top: 100px;
}
.section-email .form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.section-email label {
  color: #fff !important;
}
.section-form{
  background: #000;
  padding: 100px 0 20px;
}
.section-form img{
  padding: 0 25px;
  margin: 0 auto;
  display: block;
}
.section-ty{
background: #000;
  height: 100vh;
}
.section-ty p{
  font-family: "Helvetica Neue W02 77 Bd Cn";
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
/* Estilos del formulario */
.email-form{
  margin: 0 auto;
  /* width: 400px; */
}
.email-form-container{
  width: 290px;
  margin: 0 auto;
}
.ty-text-container{
  margin: 0 auto;
  text-transform: uppercase;
}
.ty-text-container p{
  font-family: "Helvetica Neue W02 77 Bd Cn";
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
}
.ty-text{
  text-align: center;
  font-size: 55px;;
}
#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 {
  font-family: "Helvetica Neue W02 77 Bd Cn"; 
  font-size: 35px;
  text-transform: uppercase;
  line-height: 35px;
  color: #fff;
}

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: #fff;
  color: #000;
  border-radius: 16px;
  font-weight: 400;
  border: none;
  padding: 12px 24px;
  width: 290px;
  margin: 0 auto;
  display: block;
  font-family: "Roboto";
}
.btn-registro-color{
  background: #fff;
  color: #000204;
}

.btn-merch{
  background: #fff;
  color: #000;
  border-radius: 22px;
  border: none;
  padding: 18px 24px;
  font-weight: normal;
  font-size: 18px;
}
.btn-presave {
  background: #FFF;
  color: #000;
  border-radius: 16px;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  width: max-content;
  display: block;
  /* text-transform: uppercase; */
  font-family: "Roboto";
}
.btn-presave:hover,
.btn-presave:focus,
.btn-presave:active {
  background-color: #fff;
  color: #000;
}
.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;
}

.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;
}

/* Estilos de botones */
/* .btn-registro,
.btn-fondos {
  background: #fff;
  color: #000;
  border-radius: 16px;
  border: none;
  padding: 18px 10px;
  width: 300px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-registro:hover,
.btn-fondos:hover {
  background-color: #f8f9fa;
  color: #000;
} */

.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: 6px;
}

#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: 6px;
  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 queries para dispositivos móviles */
@media (max-width: 768px) {
  .section-email,
  .section-ty{
    background-size: cover;
    height: 100vh;
  }
  /* .section-email figure{
    margin-top: 70px;
  } */
  .section-email-form-container{
    height: 100%;
  }
    .section-email h2,
    .form-container h2{
      font-size: 50px;
      line-height: 50px;
      text-align: center;
    }
  /* .section-email-movil{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  } */
  /* .section-form figure{
    margin-top: 110px;
  } */
  /* .section-ty figure{
    margin-top: 70px;
  } */
  .section-ty .flex-movil{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .section-ty .ty-text-container{
    margin-top: 200px;
  }
  .section-form .btn-registro{
    margin: 50px 0 !important;
  }
  .v-mobil {
    display: block!important;
    /* font-size: 50px; */
    /* margin-bottom: 50px; */
  }

  .v-desktop {
    display: none;
  }

  #form-container .form-text {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .btn-registro {
    width: 100%;
  }

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

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

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

  .pais {
    margin-bottom: 60px;
  }

  .pais.pais-mobil {
    margin: 0 auto;
  }

  .row-mobil {
    margin-top: 0 !important;
  }

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

  .title-mobil {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }

  .ty-page-evento p.ty-page-evento-title {
    font-size: 50px;
    width: 300px;
  }
  .email-form{
    margin-bottom: 50px;
    width: 300px;
  }
    .email-form-container{
    width: 100%;
    }
    .section-email .form-steps{
    width: 100%!important;
    } 
    .ty-text-container p{
      font-size: 30px;
    }
    .section-ty h2.ty-text{
      font-size: 50px;
      text-align: center;
      line-height: 50px;
      /* width: 200px; */
    }
    .name-img{
      width: 300px;
      margin: 0 auto;
    }
    .btn-presave{
      width: 300px;
      text-align: center;
    }
  }