.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  height: 100%;
  color: #979797;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 99999999;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, .72);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  padding-left: 140px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.nav-link {
  color: #e6e6e6;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #e6e6e6;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #e6e6e6;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #e6e6e6;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  background-color: #f5f5f5;
}

.section.section-comienza {
  margin-bottom: auto;
  padding-bottom: 140px;
  display: block;
}

.section.section-proximo {
  /* padding-top: 100px; */
  padding-bottom: 0;
  position: relative;
  /* height: 100vh; */
}

.section-mensaje {
  z-index: 9999;
  height: 400px;
  background-color: #e10019;
  padding-top: 60px;
  position: relative;
  top: -159px;
  box-shadow: 6px 12px 12px 20px rgba(0, 0, 0, .2);
}

.section-mensaje.section {
  z-index: 999;
  height: 100%;
  top: auto;
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, .2);
}

.div-block {
  width: 100%;
  height: 100px;
  background-color: #b80014;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 40px;
  /* bottom: 0%; */
  /* left: 0%; */
  /* right: 0%; */
}

.div-block-2 {
  height: auto;
}

.heading {
  color: #e6e6e6;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 50px;
}

.heading.black {
  color: #b80014;
  text-transform: uppercase;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph.blanco {
  color: #e6e6e6;
  text-align: center;
  /* margin-bottom: 100px; */
  /* padding-top: 20px; */
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-circulo {
  width: 150px;
  height: 150px;
  border: 3px solid #e6e6e6;
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.slider {
  height: 100vh;
}

.slide-nav {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow, .left-arrow {
  display: none;
}

.heading--pasos {
  color: #e6e6e6;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.card-opciones {
  height: 350px;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.image {
  text-align: center;
}

.image.image-pasos {
  width: 150px;
}

.p-text-pasps {
  text-align: center;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  margin-top: 0;
}

.columns {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.footer-light {
  color: #e6e6e6;
  background-color: #242424;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #e6e6e6;
  margin-top: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.86, 0, .07, 1);
}

.footer-link-two:hover {
  color: #b80014;
  font-size: 22px;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #e6e6e6;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.card-container {
  width: 260px;
  height: 352px;
  max-height: none;
  max-width: 260px;
  min-height: 311px;
  min-width: 230px;
  text-align: center;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  left: auto;
}

.card-container.naranja {
  background-image: url('../images/card-nar.png');
}

.card-container.rojo {
  background-image: url('../images/card-rojo.png');
}

.card-container.morado {
  background-image: url('../images/card-morado.png');
}

.card-container.amarillo {
  background-image: url('../images/card-amarillo.png');
}

.card-container.mas-vendido {
  height: 350px;
  max-height: 350px;
  max-width: none;
}

.card-header {
  background-color: rgba(0, 0, 0, 0);
}

.card-header.blue {
  background-color: #00abe1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.div-block-3 {
  transform: translate(0);
}

.container-boletos {
  height: 100%;
  max-width: 1420px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headling-numeros {
  color: #e6e6e6;
  margin-top: 0;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-participa {
  z-index: 99999;
  width: auto;
  color: #e6e6e6;
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.text-block {
  margin: 10px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-2 {
  color: #e6e6e6;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 23px;
}

.boletos {
  color: #e6e6e6;
  text-shadow: 1px 2px 6px #979797;
  padding-top: 20px;
  padding-left: 19px;
  padding-right: 5px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.boletos.rojo {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 48px;
  line-height: 48px;
}

.column-cards-number {
  min-height: 250px;
}

.card-conainer {
  position: relative;
}

.no-boletos {
  color: #e6e6e6;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.imagen-boletos {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.precio {
  color: #e6e6e6;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  top: -37%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.section-prob {
  background-color: #e10019;
  padding-top: 100px;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
}

.text-block-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-linea {
  width: 50px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 4px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px #e6e6e6;
  margin-left: auto;
  margin-right: auto;
}

.text-ganar {
  color: #e6e6e6;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.btn-comprar {
  width: 300px;
  height: 40px;
  color: #e10019;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-btn {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  box-shadow: 1px 6px 20px -8px #201f1f;
}

.text-btn:hover {
  color: #e6e6e6;
  background-color: #242424;
  box-shadow: 8px 16px 20px -6px #242424;
}

.container-4 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.slide-3 {
  z-index: auto;
  width: 33.33%;
}

.headlling-proximo {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.div-proximo {
  z-index: 9999;
  background-color: rgba(151, 151, 151, .53);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 23px;
  position: relative;
  top: -128px;
}

.section-dudas {
  /* padding-top: 140px; */
  padding-bottom: 140px;
}

.list-item, .list {
  list-style: none;
}

.column {
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 60px;
}

.faq-list-item {
  background-color: #e6e6e6;
  justify-content: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.link-faq {
  width: 80px;
  height: 80px;
  background-color: #979797;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-verificador {
  border: 1px solid #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.div-head-verificador {
  background-color: #242424;
}

.heading-verificador {
  color: #e6e6e6;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-block {
  margin-top: 100px;
  margin-left: 220px;
  margin-right: 220px;
  display: block;
}

.field {
  color: #242424;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.field:focus {
  border: 1px solid #b80014;
  font-family: Montserrat, sans-serif;
}

.form {
  display: flex;
}

.submit-button {
  color: #f5f5f5;
  text-transform: uppercase;
  background-color: #b80014;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 0 auto;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.container-quienes-somos {
  background-color: #e6e6e6;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.container-quienes {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-quienes {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
}

.section-sorteo {
  background-color: #e10019;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.body-2 {
  font-family: Merriweather, serif;
}

.paragraph-2 {
  color: #f5f5f5;
  margin-bottom: 0;
  font-weight: 600;
}

.apartar-boletos {
  background-color: #242424;
  padding-bottom: 100px;
}

.paragraph-celebracion {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.heading-6 {
  color: #f5f5f5;
  font-size: 40px;
}

.field-boleto {
  width: 280px;
  height: 120px;
  background-color: #f5f5f5;
  border-left: 16px solid #736dd8;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  padding-right: 10px;
  display: flex;
}

.radio-button {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  border-color: #242424;
  order: 1;
}

.radio-button.w--redirected-checked {
  background-image: url('../images/chekbox-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px;
  border-color: #979797;
}

.radio-button-label {
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.text-span {
  text-transform: uppercase;
  font-weight: 300;
}

.text-span-2, .text-span-3 {
  font-size: 25px;
}

.div-boletos-options {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.div-boletos {
  background-color: #f5f5f5;
  margin-left: 0;
  padding: 40px 20px 60px;
}

.grid {
  border: 1px #000;
  grid-template-rows: minmax(66px, 1fr) minmax(66px, 1fr) minmax(66px, 1fr) minmax(66px, 1fr) minmax(66px, 1fr) minmax(66px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.grid:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-boleto {
  height: 60px;
}

.link {
  width: 100%;
  height: 100%;
  color: #242424;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #242424;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.link:hover {
  color: #f5f5f5;
  background-color: #b80014;
}

.link:active {
  border-color: #f5f5f5;
  font-weight: 700;
}

.link.selected {
  width: 100%;
  color: #f5f5f5;
  background-color: #b80014;
}

.image-slider {
  width: 100%;
  height: auto;
}

.column-2 {
  align-self: auto;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  font-family: "Fa 400", sans-serif;
  font-size: 30px;
}

.image-icon {
  width: 30px;
}

.item-dudas {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.column-dudas {
  margin-bottom: 60px;
  display: flex;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.accordion-top-icon-wrap {
  width: 17px;
  height: 17px;
  color: #242424;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-top {
  width: 100%;
  opacity: 1;
  outline-offset: 0px;
  background-color: #c3c3c3;
  border: 1px #000;
  outline: 3px #333;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  height: 0;
  border-top: 1px solid #202020;
}

.accordion-bottom-text {
  width: 100%;
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.accordion {
  width: 100%;
  cursor: pointer;
  border: 1px #000;
}

.accordion-top-icon {
  background-color: #c3c3c3;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 16px;
  position: relative;
  right: auto;
}

.accordion-top-text {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column-3 {
  padding-right: 60px;
  display: block;
}

.boletos-container {
  width: 1254px;
  justify-content: space-between;
  display: flex;
}

.image-logo {
  width: 80px;
}

.image-logo-footer {
  height: 120px;
}

.div-verficar {
  height: 500px;
  justify-content: center;
  align-items: center;
  display: none;
}

.datos {
  background-color: #f5f5f5;
  padding: 40px;
}

.list-datos {
  flex-direction: column;
  align-items: center;
  list-style: none;
  display: flex;
}

.paragraph-datos {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-datos.blanco {
  color: #e6e6e6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.image-4 {
  margin-left: 20px;
}

.slideer-proximo {
  height: 100vh;
}

.link-participa-boleto {
  width: 150px;
  height: 40px;
  color: #e6e6e6;
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 18px;
  left: 0%;
  right: 0%;
}

.slide-nav-2 {
  top: 639px;
}

.fecha-sorteo {
  color: #f5f5f5;
  font-size: 40px;
}

.div-buscar {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
  padding-left: 30px;
  display: flex;
}

.send {
  width: 180px;
  height: 40px;
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  background-color: #b80014;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, .2);
}

.send:hover {
  background-color: #242424;
}

.ticket {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  order: -1;
  font-size: 16px;
}

.ticket:focus {
  border: 1px solid #b80014;
}

.div-busca {
  order: -1;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.div-block-6 {
  order: -1;
}

.boletos-seleccionados {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.link-buscar {
  width: 90px;
  height: 38px;
  color: #f5f5f5;
  text-align: center;
  background-color: #b80014;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-suerte {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.ver-mas {
  width: 200px;
  height: 33px;
  color: #b80014;
  text-align: center;
  border: 3px solid #b80014;
  border-radius: 40px;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.ver-mas-span {
  order: -1;
  padding-left: 15px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

.rotate-image {
  width: 20px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.boleto-regalados {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.link-suerte {
  width: 230px;
  height: 38px;
  color: #f5f5f5;
  text-align: center;
  background-color: #b80014;
  border-radius: 5px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.span-boletos {
  color: #b80014;
  font-size: 16px;
}

.emision-boletos {
  color: #FFF;
  text-align: right;
}

.wrapper-p {
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(36, 36, 36, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.modal-comfirm {
  opacity: 1;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 0;
  padding: 35px;
  max-width: 400px;
  position: relative;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, .2);
  height: 620px;
}

.boleto-seleccionado {
  font-weight: 800;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 20px;
}

.heading-8 {
  margin-top: 40px;
}

.submit-button-2 {
  margin-top: 40px;
}

.select-field {
  margin-bottom: 60px;
}

.link-close {
  color: #b80014;
  font-family: "Fa 400", sans-serif;
  font-size: 33px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.link-close:hover {
  color: #242424;
}

.form-apartar {
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #b80014;
  }

  .section.section-comienza {
    flex-direction: column;
    align-items: center;
  }

  .div-circulo {
    margin-top: -541px;
    margin-left: 306px;
    top: auto;
    bottom: 85%;
    left: 0%;
    right: 0%;
  }

  .card-opciones {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .columns {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .card-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-boletos {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .column-cards-number {
    flex: 1;
    display: block;
  }

  .card-conainer, .imagen-boletos {
    max-height: 350px;
  }

  .precio {
    position: relative;
  }

  .slide-3 {
    width: 100%;
  }

  .column {
    padding-left: 0;
  }

  .div-verificador {
    height: 100%;
  }

  .form-block {
    margin-left: 100px;
    margin-right: 100px;
  }

  .container-quienes {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-sorteo {
    padding-left: 60px;
  }

  .link {
    border-radius: 5px;
  }

  .link.selected {
    border-color: #f5f5f5;
  }

  .image-slider {
    height: 100%;
  }

  .column-dudas {
    flex-direction: column;
    align-items: center;
  }

  .column-3 {
    padding-right: 0;
  }

  .boletos-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-logo {
    width: 60px;
  }

  .image-logo-footer {

  }

  }

  .div-verficar {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .datos {
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .slide-nav-2 {
    top: 670px;
  }

  .div-suerte {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .ver-mas {
    transition: all .65s cubic-bezier(.77, 0, .175, 1);
  }

  .ver-mas:hover {
    color: #b80014;
    background-color: #f5f5f5;
  }

  .rotate-image {
    color: #b80014;
    background-color: rgba(0, 0, 0, 0);
    transition: all .65s;
  }

  .link-suerte {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-circulo {
    margin-top: 0;
    margin-left: 0;
    top: auto;
    bottom: 86%;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .container-boletos {
    width: auto;
  }

  .form-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-quienes-somos {
    /* padding: 60px 15px; */
  }

  .div-boletos-options {
    justify-content: center;
  }

  .div-boletos {
    height: 100%;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .link {
    width: 74px;
    height: 60px;
  }

  .column-dudas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-buscar {
    flex-direction: column;
    align-items: flex-start;
  }

  .send {
    order: 1;
  }

  .div-suerte {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
  }

  .container-selecciona-boletos {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .text-ganar {
    padding-left: 10px;
    padding-right: 10px;
    color: #e6e6e6;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 40px;
}

  .paragraph.blanco {
    margin-bottom: 60px;
  }

  .div-circulo {
    bottom: 90%;
    display: none;
  }

  .heading--pasos {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-link-two {
    font-size: 16px;
  }

  .footer-link-two:hover {
    font-size: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-quienes {
    max-width: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .icon {
    color: #f5f5f5;
    font-size: 44px;
    line-height: 22px;
  }

  .div-suerte {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 20px;
  }
}

#w-node-_7e6912d7-a778-3b9d-cfb6-387b411e2140-59f2466e, #w-node-_26eeb45b-7647-203a-fabb-3c24f0bc2c9e-59f2466e, #w-node-_1b3cde80-5b5c-631f-921a-4c2f867f6fe1-59f2466e, #w-node-_046b1239-e8a5-2d23-04c5-335dddb01efa-59f2466e, #w-node-f6507502-a1fd-ad43-a86e-33abbe625af3-59f2466e, #w-node-_1ca161af-4828-ac26-3b04-d96671afa4d1-59f2466e, #w-node-f8c92eb1-b7ca-bc78-a4f1-4ea9a2b12a61-59f2466e, #w-node-_242c06af-db3b-476e-9f06-a1b215532f75-59f2466e, #w-node-b8d03aac-caa0-c56c-1cee-6d4e678ff74a-59f2466e, #w-node-d90321e6-8ba2-0384-e3b0-475c584933ae-59f2466e, #w-node-d6139166-fa11-d372-bf83-48e0d92ca08a-59f2466e, #w-node-_503fdaa6-d52f-078c-f877-f49cfaa78b07-59f2466e, #w-node-_0d1eb707-3767-c5cd-898f-d055bae4398f-59f2466e, #w-node-e47ad7bd-9f05-c4da-0eb2-08f883dc5e0a-59f2466e, #w-node-_77dada0e-28ca-3ef9-39bf-8d519a34194a-59f2466e, #w-node-_3bb754aa-126e-f1ec-1a31-891c74f3fb10-59f2466e, #w-node-_4b3fae3a-787a-9152-0c8d-c8e5d8a6813a-59f2466e, #w-node-_4c91fda0-6c45-f463-783e-0475b121be40-59f2466e, #w-node-_2268033b-3da9-134d-b4c8-8ed545130686-59f2466e, #w-node-_907d8f21-93ad-0c85-cf92-c232ea4d6d91-59f2466e, #w-node-f874f185-80fa-abb1-41cd-a57b8ed430dd-59f2466e, #w-node-f2417570-0b9c-53fa-3a4c-b78b78962312-59f2466e, #w-node-_17393ef5-83d4-7428-3d3a-d783adff89d8-59f2466e, #w-node-_5cfff227-bec2-a516-95ec-3124224eb0a0-59f2466e, #w-node-_78486443-3d06-0c92-0b44-42ae1d67e873-59f2466e, #w-node-_0b7e074d-c0a4-e750-f8bc-ce40868805af-59f2466e, #w-node-_2ede83db-a048-5c17-15a5-5b55766c63b2-59f2466e, #w-node-_0289fe31-1443-3732-67f3-4e0c216c65ff-59f2466e, #w-node-c5a9e837-97f5-2a5b-04a5-1373eee835e0-59f2466e, #w-node-_03c05f81-a6cd-2650-2e2d-e4a23f58522c-59f2466e, #w-node-e2e3f022-213f-2db9-c6ba-f7c5d15c9911-59f2466e, #w-node-_33c4104b-f990-e047-b56b-921a3edc290d-59f2466e, #w-node-_049b2ae1-b146-6574-1e45-5190a7b5ce07-59f2466e, #w-node-_4eb4066e-97fc-8eb0-de63-fcec5eb114cf-59f2466e, #w-node-_882b2c7f-4e33-ca3e-5c0a-c2a01243ae67-59f2466e, #w-node-d9c8f51f-eed6-b334-6299-7ab54cfe2c43-59f2466e, #w-node-e1bd2783-01f6-f264-add2-6f7e39a5e5d8-59f2466e, #w-node-bb1ea96f-000b-dfa5-06e7-878b9ac5d01a-59f2466e, #w-node-b5cf4b84-e4ba-d841-9be0-f19383428101-59f2466e, #w-node-_985d1fb4-0e37-4d8e-0f87-2cf368a88438-59f2466e, #w-node-_17300d7c-71c6-5e17-2deb-7ffd5567ed56-59f2466e, #w-node-_262cbaf9-e543-2ac9-192e-67fa4684ab89-59f2466e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.comprar {
    width: auto;
    padding: 10px;
}
