@font-face {
  font-family: "Axis";
  src: url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.eot");
  src: url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f9e3f78cb6c6b737eda3859758ba1c8b.svg#Axis")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;
}

a {
  text-decoration: none;
}

.section-email {
  background: url("../img/bg-desk.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.section-form{
  background: #000;
  padding: 50px 0;
}
.section-form img{
  padding: 0 50px;
}
.section-ty{
  background: url("../img/bg-desk.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
/* 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: "Axis";
  font-size: 25px;
  letter-spacing: 8px;
  text-align: center;
}
form {
  color: #fff;
}

form .form-text {
  font-family: "Axis";
  font-size: 23px;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 8px;
  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;
}

.btn-registro {
  background: #fff;
  color: #000;
  border-radius: 25px;
  font-weight: 400;
  border: none;
  padding: 18px 24px;
  width: 290px;
  margin: 0 auto;
  display: block;
}

.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: 22px;
  border: none;
  padding: 18px 24px;
  font-weight: normal;
  font-size: 18px;
  margin: 0 auto;
  width: max-content;
  display: block;
}
.btn-presave:hover,
.btn-presave:focus,
.btn-presave:active {
  background-color: #f8f9fa;
  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: #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-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;
}
/* 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;
}

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

/* Media queries para dispositivos móviles */
@media (max-width: 768px) {
  .section-email,
  .section-ty{
    background: url("../img/bg-phone.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
  }
  .v-mobil {
    display: block;
    font-size: 50px;
  }

  .v-desktop {
    display: none;
  }

  #form-container .form-text {
    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;
  }
    .email-form-container{
    width: 100%;
    }
  }