@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");
}

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

body {
  background: #000;
  font-family: "Helvetica Neue W02 77 Bd Cn";
  padding: 50px 0;
  color: #fff;
}

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

a {
  text-decoration: none;
}

/* Estilos del formulario */
form {
  color: #fff;
}

form p {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}

form label {
  color: #fff;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
}

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

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

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

.form-steps span {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 11px;
  border-radius: 10px;
  display: block;
}
.form-step-active{
  background: #fff!important;
  width: 80%!important;
}
.btn-registro{
  background: #fff;
  color: #000;
  border-radius: 16px;
  /* font-weight: 500; */
  border: none;
  padding: 18px 24px;
  width: 294px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
.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;
  font-family: Helvetica, sans-serif;
}
.ty-page p.ty-page-title{
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Helvetica Neue W02 77 Bd Cn";
}
.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: "Helvetica Neue W02 77 Bd Cn";
}

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

.form-control:focus,
.form-select:focus {
  background-color: #000;
  color: #fff;
  border-color: #495057;
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

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

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

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

.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-family: Helvetica, sans-serif;
  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;
  font-family: Helvetica, sans-serif;
}

.ty-page p.ty-page-title {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Helvetica Neue W02 77 Bd Cn";
}

.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: "Helvetica Neue W02 77 Bd Cn";
  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-family: Helvetica, sans-serif;
  font-weight: bold;
}

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

.choices__inner {
  background-color: #000 !important;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
}

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

.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: #495057;
}

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

.v-mobil {
  display: none;
}

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

/* Media queries para dispositivos móviles */
@media (max-width: 768px) {
  .v-mobil {
    display: block;
    font-size: 50px;
  }

  .v-desktop {
    display: none;
  }

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

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