:root {
  --white: white;
  --black: black;
}

.ruleta_content {
  color: #5d5d5d;
  background-image: url('../images/bg_ruleta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.container {
  text-align: center;
  width: 750px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.c-ruleta {
  width: 860px;
}

.container.c-mail {
  width: 480px;
  max-width: 100%;
}

.two_logos {
  margin-bottom: 20px;
}

.logo_grande {
  margin-top: -115px;
  margin-left: -220px;
}

.logos_top {
  margin-left: 20px;
  margin-right: 20px;
}

.logo_lasv {
  position: relative;
}

.txt_intro {
  color: #fff;
  width: 500px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.content_intro {
  margin-top: -70px;
  margin-bottom: 15px;
  position: relative;
}

.content_cta {
  margin-bottom: 100px;
}

.cta_ver_form {
  color: #fff;
  background-color: #cd1114;
  border-radius: 40px;
  padding: 15px 140px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.content_formulario {
  margin-top: -100px;
  margin-bottom: 75px;
  position: relative;
}

.cuadro_form {
  background-color: #faf5e6;
  border-radius: 40px;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.formulario {
  margin-bottom: 0;
}

.input_form {
  color: #000;
  background-color: #efe8d2;
  border: 0 solid #000;
  border-radius: 20px;
  height: 55px;
  margin-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
}

.input_form::placeholder {
  color: #5d5d5d;
  font-size: 18px;
}

.input_form.fecha {
  /*background-image: url('../images/icon_fecha.png');*/
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.input_form.exp {
  margin-bottom: 30px;
}

.submit_form {
  color: #fff;
  background-color: #d21114;
  border-radius: 30px;
  margin-top: 35px;
  margin-bottom: 40px;
  padding: 18px 140px;
  font-size: 20px;
  font-weight: 700;
}

.txt_obligatorio {
  color: #5c5c5c;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.txt_formulario {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 25px;
}

.cuadro_requisitos {
  background-color: #faf5e6;
  border-radius: 0 0 40px 40px;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px 60px;
}

.top_requisitos {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px;
}

.txt_bien {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.txt_requisitos {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 25px;
}

.requisito_link {
  color: #000;
  text-align: left;
  background-image: url('../images/circle.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.requisito_link.active {
  color: #fff;
  background-color: #000;
  background-image: url('../images/circle_act.png'), url('../images/circle.png');
  background-position: 99%, 99%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.content_requisitos {
  margin-bottom: 25px;
}

.content_cta_req {
  text-align: left;
  margin-bottom: 30px;
}

.line {
  background-color: #dad2bb;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.cta_ver_terminos {
  color: #000;
  background-image: url('../images/arrow_ter.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #d5d0c4;
  border-radius: 40px;
  padding: 13px 80px 13px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.cta_ver_siguiente {
  color: #fff;
  background-color: #cd1114;
  border-radius: 40px;
  padding: 15px 120px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.txt_asegurate {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.label_exp {
  color: #383838;
  text-align: left;
  margin-bottom: 8px;
  font-size: 18px;
}

.submit_exp {
  color: #fff;
  background-color: #d21114;
  border-radius: 30px;
  padding: 18px 140px;
  font-size: 20px;
  font-weight: 700;
}

.content_cta_exp {
  text-align: left;
}

.txt_participando {
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
}

.txt_presenta {
  color: #000;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.txt_horario {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.form_codigo_generado {
  margin-bottom: 30px;
}

.input_codigo {
  color: #000;
  text-align: center;
  border: 1px solid #bdb18b;
  border-radius: 14px;
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 28px;
}

.form_escribir_codigo {
  margin-bottom: 0;
}

.input_escribir {
  color: #000;
  text-align: center;
  border: 1px solid #bdb18b;
  border-radius: 14px;
  width: 400px;
  max-width: 100%;
  height: 60px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.input_escribir::placeholder {
  color: #000;
}

.submit_participar {
  color: #fff;
  background-color: #d21114;
  border-radius: 14px;
  width: 400px;
  max-width: 100%;
  padding: 18px 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
}

.txt_ingresa {
  color: #000;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.ruleta {
  display: none;
  position: relative;
}

.base_ruleta {
  position: relative;
}

.puntero {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}

.centro_ruleta {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.premios_ruleta {
  position: absolute;
  inset: 50% auto auto 20%;
  transform: translate(-10%, -50%);
}

.ruleta_partes {
  margin-top: -130px;
  margin-bottom: 80px;
}

.ruleta_2 {
  padding-top: 90px;
  position: relative;
}

.base_2 {
  position: absolute;
  inset: 56% auto auto 50%;
  transform: translate(-50%, -50%);
}

.premio_2 {
  z-index: 1;
  position: relative;
}

.centro_2 {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
}

.puntero_2 {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, 10%);
}

.ruleta_ganador {
  color: #5d5d5d;
  background-image: url('../images/bg_ganador.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.vale_ganador {
  margin-top: 50px;
  margin-bottom: 80px;
}

.vale {
  background-color: #fff;
  border-radius: 10px;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 20px;
}

.txt_vale {
  color: #000;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.overlay_terminos {
  z-index: 100;
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.centro_terminos {
  width: 100%;
  max-width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_terminos {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 40px 30px;
  position: relative;
}

.titulo_terminos {
  color: #000;
  text-align: center;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.contenido_terminos {
  height: 400px;
  margin-bottom: 45px;
  overflow: auto;
}

.txt_terminos {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.content_cta_terminos {
  text-align: center;
}

.cta_lightbox {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  padding: 15px 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.mail {
  background-image: url('../images/bg_ruleta.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo_mail {
  padding-top: 50px;
}

.contenido_mail {
  background-color: #000;
  padding: 70px;
}
.swal-modal{
  background-color: #1b222c;  
  border-radius: 20px;
}
.swal-icon.swal-icon--custom img{
  max-width: 60%;
}
.swal-title{
  color: white;
  font-family: Lato, sans-serif;
}
.swal-text{
  color: white;
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 991px) {
  .content_formulario {
    margin-top: -90px;
  }

  .cuadro_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .requisito_link {
    padding-right: 50px;
  }

  .puntero_2 {
    right: 0%;
  }

  .centro_terminos {
    max-width: 750px;
  }

  .content_terminos {
    border-radius: 30px;
    padding-top: 30px;
  }

  .contenido_terminos {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .logo_grande {
    margin-top: -90px;
    margin-left: -90px;
  }

  .logo_lasv {
    width: 500px;
  }

  .txt_intro {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .content_intro {
    margin-top: -40px;
  }

  .content_cta {
    margin-bottom: 35px;
  }

  .content_formulario {
    margin-top: -35px;
  }

  .cuadro_form {
    border-radius: 20px;
    padding: 30px;
  }

  .input_form {
    border-radius: 10px;
    height: 45px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .input_form::placeholder {
    font-size: 16px;
  }

  .submit_form {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 100px;
    font-size: 18px;
    line-height: 18px;
  }

  .txt_formulario {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cuadro_requisitos {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 40px 40px;
  }

  .top_requisitos {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .txt_bien {
    font-size: 30px;
    line-height: 30px;
  }

  .txt_requisitos {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .requisito_link {
    font-size: 16px;
  }

  .submit_exp {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .txt_participando {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .txt_presenta {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .txt_horario {
    font-size: 18px;
    line-height: 22px;
  }

  .form_codigo_generado {
    margin-bottom: 20px;
  }

  .input_codigo {
    height: 50px;
    font-size: 26px;
    line-height: 26px;
  }

  .input_escribir {
    height: 50px;
  }

  .txt_ingresa {
    margin-bottom: 30px;
  }

  .ruleta_2 {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .base_2 {
    width: 350px;
    top: 62%;
  }

  .premio_2 {
    width: 295px;
  }

  .centro_2 {
    width: 40px;
    top: 56%;
  }

  .puntero_2 {
    width: 80px;
    top: 55%;
    right: 8%;
  }

  .vale {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .txt_vale {
    font-size: 22px;
    line-height: 25px;
  }

  .centro_terminos {
    max-width: 90%;
  }

  .content_terminos {
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .titulo_terminos {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 25px;
  }

  .contenido_terminos {
    margin-bottom: 30px;
  }

  .txt_terminos {
    font-size: 18px;
    line-height: 22px;
  }

  .cta_lightbox {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .logos_top {
    margin-bottom: 10px;
  }

  .txt_intro {
    font-size: 16px;
    line-height: 22px;
  }

  .content_intro {
    margin-top: -15px;
  }

  .cta_ver_form {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 18px;
  }

  .content_formulario {
    margin-top: -20px;
  }

  .cuadro_form {
    border-radius: 10px;
    padding: 20px 15px;
  }

  .input_form.exp {
    margin-bottom: 20px;
  }

  .submit_form {
    width: 100%;
    margin-top: 15px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .txt_formulario {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .cuadro_requisitos {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 15px 30px;
  }

  .top_requisitos {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
  }

  .txt_bien {
    font-size: 20px;
    line-height: 22px;
  }

  .txt_requisitos {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .requisito_link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .content_requisitos, .content_cta_req, .line {
    margin-bottom: 20px;
  }

  .cta_ver_terminos {
    padding-left: 30px;
    padding-right: 70px;
    font-size: 15px;
    line-height: 18px;
  }

  .cta_ver_siguiente {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .txt_asegurate {
    font-size: 15px;
  }

  .label_exp {
    font-size: 15px;
    line-height: 18px;
  }

  .submit_exp {
    text-align: center;
    width: 100%;
    padding: 13px 40px;
    font-size: 16px;
    line-height: 16px;
  }

  .txt_participando, .txt_presenta, .txt_horario {
    font-size: 16px;
  }

  .input_codigo {
    border-radius: 10px;
  }

  .input_escribir {
    border-radius: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .submit_participar {
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .txt_ingresa {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .ruleta_partes {
    margin-top: -100px;
    margin-bottom: 60px;
  }

  .ruleta_2 {
    width: 300px;
  }

  .base_2 {
    width: 320px;
    top: 63%;
  }

  .premio_2 {
    width: 250px;
  }

  .centro_2 {
    width: 30px;
    top: 58%;
  }

  .puntero_2 {
    width: 50px;
    top: 58.5%;
    right: 1%;
  }

  .vale_ganador {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .vale {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .txt_vale {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .content_terminos {
    border-radius: 10px;
    padding: 30px 15px 20px;
  }

  .titulo_terminos {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .contenido_terminos {
    margin-bottom: 20px;
  }

  .txt_terminos {
    font-size: 16px;
    line-height: 20px;
  }

  .cta_lightbox {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
