@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: #000;
  color: #fff;
  height: 100vh;
}

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

a {
  text-decoration: none;
}
/* .header{
  background: #414141;
  padding: 10px 20px;
} */
.header img{
  width: 120px;
  margin-left: 15px !important;
}
.section-email {
  background: url("../img/bg-foto.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.section-email .form-control {
  background-color: #fff!important;
  color: #000!important;
  border: 1px solid #000!important;
}
.section-email label {
  color: #fff !important;
}
.section-email button {
  margin-left: -12px;
}
/* .section-email-bg-img{
  background: url('../img/marcaMP-foto.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
} */
.section-form{
  background: url('../img/bg.png') no-repeat center center;
  padding-bottom: 50px;
  background-size: cover;
}
.section-form img{
  padding: 0 50px;
}
.section-ty{
  background: url("../img/bg.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.section-questions {
  background: url("../img/bg.png") no-repeat center center;
  background-size: cover;
}
/* 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: "";
  font-size: 45px;
  text-align: center;
  text-transform: lowercase;
}

#registration-form .form-steps span{
  background: rgba(255, 255, 255, 0.3);
}
#registration-form .form-step-active {
  background: #C90306 !important;
  width: 100% !important;
}
form {
  color: #fff;
}

form .form-text {
  font-family: "Fustat", sans-serif;
  font-size: 37px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
  /* font-weight: 900; */
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

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: #C90306 !important;
  width: 100% !important;
}

.btn-registro {
  background: none;
  width: auto;
  height: 56px;
  border: none;
}
.btn-registro span{
  color: #C5B34B;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: impact;
  font-style: italic;
  margin-left: -12px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  transition: transform .3s ease-out, color .3s ease-out;
  display: inline-block;
}
.btn-registro:hover span {
  color: #d6ba08;
  transform: translate(10px, 0);
}
.btn-registro-color{
  background: #C90306;
  color: #fff;
  margin: 0;
}

.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;
  text-transform: lowercase;
  font-family: "Nugros Med";
}
.btn-presave:hover,
.btn-presave:focus,
.btn-presave:active {
  background-color: #f8f9fa;
  color: #000;
}
.quiz-validate-btn {
  margin-bottom: 50px;
}
.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;
}
.section-questions figure{
  margin-bottom: 0px;
}

.section-questions figure img{
  margin: 0 auto;
  display: block;
}
.questions-paragraph{
  font-size: 35px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  text-align: center;
  text-transform: uppercase;
  /* font-weight: 900; */
}
/* .question-box{
  border: 1px solid #000;
  background: #FAFBF0;
  background: linear-gradient(90deg, rgba(250, 251, 240, 1) 0%, rgba(213, 214, 208, 1) 100%);
  border-radius: 6px;
  padding: 5px;
} */
.question-box .question-box-title{
  background: #ffffff30;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}

.question-box .question-box-paragraph{
  font-size: 16px;
  text-align: center;
}
.question-box ul{
  padding: 10px 15px;
  list-style-type: none;
  margin-bottom: 0;
}
.question-box li {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #e9c629;
  padding: 10px;
  text-align: center;
}

.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"; */
}
.ty-paragraph{
  font-size: 14px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

/* Estilos de inputs y selects */
.form-control,
.form-select {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !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-text {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "Fustat", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  font-style: italic;
}

.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;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}

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

.section-ty .btn {
  border: 1px solid #fff;
  background: #E9C629;
  background: linear-gradient(90deg, rgba(185,
    155, 108, 1) 0%, rgba(185, 155, 108, .25) 100%);
  border-radius: 6px;
  padding: 12px 50px;
  display: block;
  margin: 0 auto;
}

.section-ty .btn a{
  color: #fff;
}

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

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

#form-field-Phone {
  border: none !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
}
.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: #fff !important;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #000 !important;
  color: #000 !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: #000 transparent transparent;
}
/* Visibilidad por dispositivo */
.v-desktop {
  display: block;
}

.v-mobile {
  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{
    background: url("../img/bg-movil.png") no-repeat center center;
  }
  .section-questions,
  .section-ty {
    background: url("../img/bg.png") no-repeat center center;
    background-size: cover;
  }
  .section-email{
    background-size: cover;
    height: 100vh;
  }
  .section-ty{
    height: auto;
    padding: 50px 0;
  }
  .section-email-bg-img{
    display: none;
  }
  .section-form img{
    padding: 0;
  }
  .v-mobile {
    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: auto;
    margin: 0 auto!important;
    display: block;
  }

  .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%;
    margin-left: 0!important;
    }
    .section-email .form-steps,
    .section-ty .form-steps{
    width: 100%!important;
    } 
    .section-email figure{
      margin-left: 0!important;
    }
    .ty-text-container p{
      font-size: 30px;
    }
    .header img{
      width: auto;
      padding: 0 15px;
      margin-left: 0;
    }
    .ty-paragraph {
      font-size: 15px;
    }

    /* .name-img{
      display: none;
    } */
  }