@font-face {
  font-family: "Spac3 halftone";
  src: url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.eot");
  src: url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/7a3413b0017ee6465220e7e5b6f112a2.svg#Spac3 halftone")format("svg");
}
@font-face {
  font-family: "Nugros Med";
  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#Nugros Med")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-email-big.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.section-email .form-control {
  background-color: transparent !important;
  /* color: #fff !important;
  border: 1px solid #fff !important; */
}
.section-form{
  background: url("../img/bg-registro.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.section-ty{
  background: url("../img/bg-ty.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.section-ty .form-steps{
  margin-bottom: 160px!important;
}

.section-form .btn-registro{
  margin: 0;
}
.section-email label{
  color: #FF5899;
}
.section-email .form-control{
  border: 1px solid #FF5891!important;
}

.section-email .btn-registro{
  background: #FF5899;
  background: linear-gradient(90deg, rgba(255, 88, 153, 1) 0%, rgba(255, 88, 153, .25) 100%);
  border: 1px solid #FF5899;
  color: #fff;
}
.section-email .form-steps {
  margin-bottom: 70px;
}
/* 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: "Spac3 halftone";
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
#registration-form .v-mobil{
  margin-top: 80px;
}
#registration-form .form-steps span{
  background: rgba(255, 255, 255, 0.5);
}
#registration-form .form-step-active {
  background: #fff !important;
  width: 100% !important;
}
form {
  color: #fff;
}

form .form-text {
  font-family: "Arial", sans-serif; 
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  color: #FFF;
  margin: 60px 0;
  font-weight: bold;
}

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: rgb(255, 88, 153, .3);
  height: 11px;
  border-radius: 10px;
  display: block;
}

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

.btn-registro {
  background: #FFF;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 18px;
  padding: 12px 24px;
  width: 290px;
  margin: 0 auto;
  display: block;
  font-family: "Nugros Med";
  font-weight: bold;
}
/* .btn-registro-color{
  background: #000;
  color: #fff;
} */

.btn-merch{
  background: #fff;
  color: #000;
  border-radius: 22px;
  border: none;
  padding: 18px 24px;
  font-weight: normal;
  font-size: 18px;
}
.btn-presave {
  background: #FF5899;
  background: linear-gradient(90deg, rgba(255, 88, 153, 1) 0%, rgba(255, 88, 153, .25) 100%);
  border: 1px solid #FF5899;
  color: #fff;
  border-radius: 18px;
  padding: 12px 24px;
  font-size: 14px;
  margin: 0 auto;
  width: max-content;
  display: block;
  text-transform: uppercase;
  font-family: "Nugros Med";
  font-weight: bold;
}
.btn-presave:hover,
.btn-presave:focus,
.btn-presave:active {
  background: #FF5899;
  background: linear-gradient(90deg, rgba(255, 88, 153, 1) 0%, rgba(255, 88, 153, .25) 100%);
  border: 1px solid #FF5899;
  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;
}

.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: 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-field-Birthdate[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  border-radius: 50%;
  padding: 4px;
}
/* .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: #EBEDEF !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;
  margin: 0 auto;
}

.v-mobil {
  display: none;
}

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

.redes-container {
  bottom: 15px;
}


/* Media queries para dispositivos móviles */
@media (max-width: 768px) {
  .section-email,
  .section-ty{
    background-size: cover;
    height: 100vh;
  }
  .section-email{
    background: url("../img/bg-email-movil.png") no-repeat center center;
    background-size: cover;
  }
  .section-form {
    background: url("../img/bg-registro-movil.png") no-repeat top center;
    background-size: cover;
  }
  .section-ty {
    background: url("../img/bg-ty-movil.png") no-repeat center center;
    background-size: cover;
  }
  .section-ty .form-steps{
    margin-bottom: 0!important;
  }
  .v-mobil {
    display: block;
    margin: 0 auto;
  }

  .v-desktop {
    display: none;
  }

  #form-container .form-text {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 100px;
  }

  .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%;
    }
    .section-email .form-steps{
    width: 100%!important;
    margin-bottom: 15px!important;
    } 
    .ty-text-div{
      justify-content: space-between;
      height: 430px;
    }
    .ty-text-container p{
      font-size: 28px;
      line-height: 32px;
      margin-top: 300px!important;
    }
    #registration-form .v-mobil {
      margin-top: 300px;
    }
    #registration-form .form-step-active{
      background: #FF5899 !important;
        width: 100% !important;
    }
    #registration-form .form-steps span{
      background: rgb(255, 88, 153, .3);
    }
  }