.none-md {
  display: block;
}
@media (min-width: 768px) {
  .none-md {
    display: none;
  }
}

.block-md {
  display: none;
}
@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}

.dnone-md {
  display: block;
}
@media (min-width: 768px) {
  .dnone-md {
    display: none;
  }
}

@media (min-width: 768px) {
  .tarjeta-section div .stores {
    max-width: 550px;
  }
}

.column-md-50 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .column-md-50 {
    width: 49%;
  }
}

.column-sm-50 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .column-sm-50 {
    width: 49%;
  }
}

.flex-column {
  flex-direction: column;
}

.landing-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .landing-container {
    gap: 40px;
  }
}

.container {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}

.stretch {
  align-items: stretch;
}

.wi-100 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b1 {
  padding: 20px;
  background-color: red;
}

.b2 {
  padding: 20px;
  background-color: blue;
}

.linebox {
  border: 2px solid #aaa;
  padding: 20px;
  border-radius: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .linebox {
    padding: 40px;
  }
}

.bg-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px 5px 10px 5px;
  border-radius: 20px;
  max-width: 700px;
}
@media (min-width: 576px) {
  .bg-shadow {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .bg-shadow {
    padding: 40px 20px;
  }
}

.bg-shadow-extra-rounded {
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  border-radius: 80px;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

.cta-btn-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

span.bold {
  font-weight: 900;
}

body, html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.bg-corrida {
  background: linear-gradient(120deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 374px) {
  .bg-corrida {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media (min-width: 576px) {
  .bg-corrida {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .bg-corrida {
    padding-top: 140px;
    padding-bottom: 280px;
  }
}
.bg-corrida img.logo {
  width: 200px;
  margin-bottom: 20px;
  max-width: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .bg-corrida img.logo {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .bg-corrida img.logo {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .bg-corrida img.logo {
    width: 500px;
  }
}
.bg-corrida .header {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bg-corrida .header img {
  max-width: 300px;
}
@media (min-width: 576px) {
  .bg-corrida .header img {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .bg-corrida .header img {
    max-width: 400px;
  }
}
.bg-corrida .header .fecha {
  width: 120px;
  margin-top: 20px;
}
@media (min-width: 374px) {
  .bg-corrida .header .fecha {
    margin: 24px 80px;
    width: 150px;
  }
}
@media (min-width: 576px) {
  .bg-corrida .header .fecha {
    width: 200px;
    margin: 54px 80px;
  }
}
@media (min-width: 576px) {
  .bg-corrida .header .fecha {
    width: 240px;
  }
}
.bg-corrida h3.title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 576px) {
  .bg-corrida h3.title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .bg-corrida h3.title {
    font-size: 32px;
  }
}
.bg-corrida .borde-blanco-container {
  color: white;
  width: 360px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container {
    width: 500px;
  }
}
.bg-corrida .borde-blanco-container p {
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  .bg-corrida .borde-blanco-container p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container p {
    font-size: 24px;
    line-height: 28px;
  }
}
.bg-corrida .borde-blanco-container .logo-oferta-container {
  width: 30%;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container .logo-oferta-container {
    margin: 12px 0 0 0;
  }
}
.bg-corrida .borde-blanco-container .logo-oferta-container img {
  width: 100%;
}
.bg-corrida .borde-blanco-container .dcto-container {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.bg-corrida .borde-blanco-container .dcto-container .monto {
  font-weight: 900;
  font-size: 120px;
  line-height: 90px;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container .dcto-container .monto {
    font-size: 160px;
    line-height: 110px;
  }
}
.bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container {
  margin-left: -4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80px;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container {
    width: 120px;
  }
}
.bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container .porc {
  font-size: 64px;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container .porc {
    font-size: 100px;
    line-height: 60px;
  }
}
.bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container .dcto {
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 768px) {
  .bg-corrida .borde-blanco-container .dcto-container .dcto-inner-container .dcto {
    font-size: 48px;
    line-height: 40px;
  }
}
.bg-corrida .compra {
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  .bg-corrida .compra {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bg-corrida .compra {
    font-size: 24px;
    line-height: 20px;
  }
}
.bg-corrida .ademas {
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  margin: 0;
}
.bg-corrida .puntos-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bg-corrida .puntos-container img {
  width: 90%;
  max-width: 400px;
}
.bg-corrida .personas {
  width: 100%;
  max-width: 900px;
  position: absolute;
  top: 650px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 374px) {
  .bg-corrida .personas {
    top: 740px;
  }
}
@media (min-width: 576px) {
  .bg-corrida .personas {
    top: 870px;
  }
}
@media (min-width: 768px) {
  .bg-corrida .personas {
    top: 900px;
  }
}
@media (min-width: 1200px) {
  .bg-corrida .personas {
    top: 950px;
  }
}
.bg-corrida .curvas {
  width: 120%;
  position: absolute;
  top: 720px;
  left: -10%;
  right: 0;
  z-index: 10;
}
@media (min-width: 374px) {
  .bg-corrida .curvas {
    top: 840px;
  }
}
@media (min-width: 576px) {
  .bg-corrida .curvas {
    top: 1000px;
  }
}
@media (min-width: 768px) {
  .bg-corrida .curvas {
    top: 1100px;
  }
}
@media (min-width: 1200px) {
  .bg-corrida .curvas {
    top: 1080px;
  }
}

.btn-tips, .btn-cta {
  background-color: #fb7400;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 20px;
  cursor: pointer;
}
.btn-tips.btn-tips, .btn-cta.btn-tips {
  font-weight: 500;
  padding: 12px 70px;
  margin: 16px 0;
}
.btn-tips.btn-cta, .btn-cta.btn-cta {
  font-weight: 700;
  padding: 8px 40px;
  margin: 16px 0;
  border-radius: 28px;
  position: relative;
  z-index: 99;
}

.legal-container {
  font-size: 12px;
  text-align: justify;
}
.legal-container p {
  margin-top: 0;
}

.star {
  position: absolute;
  z-index: 1;
}

.star-1 {
  top: 80px;
  right: 12px;
  width: 16px;
}

.star-2 {
  top: 100px;
  left: 16px;
  width: 24px;
}

.star-3 {
  top: 320px;
  right: 12px;
  width: 16px;
}

.star-4 {
  top: 420px;
  left: -12px;
  width: 20px;
}

.star-5 {
  top: 740px;
  right: 40px;
  width: 16px;
}

.star-6 {
  top: 740px;
  left: 12px;
  width: 16px;
}

.star-7 {
  top: 940px;
  right: 140px;
  width: 16px;
}

.star-8 {
  top: 340px;
  left: 240px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-8 {
    display: block;
  }
}

.star-9 {
  top: 400px;
  right: 240px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-9 {
    display: block;
  }
}

.star-10 {
  top: 1040px;
  right: 240px;
  width: 8px;
  display: none;
}
@media (min-width: 768px) {
  .star-10 {
    display: block;
  }
}

.star-11 {
  top: 900px;
  left: 250px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-11 {
    display: block;
  }
}

.star-12 {
  top: 1080px;
  left: 140px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-12 {
    display: block;
  }
}

.star-13 {
  top: 540px;
  right: 440px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-13 {
    display: block;
  }
}

.star-14 {
  top: 440px;
  left: 400px;
  width: 16px;
  display: none;
}
@media (min-width: 768px) {
  .star-14 {
    display: block;
  }
}

.patrocina-produce-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.patrocina-produce-section .patrocinadores {
  z-index: 99;
  position: relative;
  width: 100%;
  max-width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .patrocina-produce-section .patrocinadores {
    flex-direction: row;
    align-items: flex-start;
  }
}
.patrocina-produce-section .patrocinadores .patrocina {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .patrocina-produce-section .patrocinadores .patrocina {
    max-width: 400px;
    width: 50%;
  }
}
.patrocina-produce-section .patrocinadores .patrocina img {
  width: 100%;
  max-width: 270px;
}
.patrocina-produce-section .patrocinadores .patrocina img.productores {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 374px) {
  .patrocina-produce-section .patrocinadores .patrocina img.productores {
    max-width: 300px;
  }
}
@media (min-width: 576px) {
  .patrocina-produce-section .patrocinadores .patrocina img.productores {
    min-width: 300px;
    max-width: 350px;
  }
}
.patrocina-produce-section .patrocinadores .patrocina:last-child {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .patrocina-produce-section .patrocinadores .patrocina:last-child {
    margin-top: 0;
  }
}

.tarjeta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.container .bajada {
  font-family: Nunito-Bold;
  text-align: center;
  width: 100%;
  color: #6e137e;
  background: -webkit-linear-gradient(150deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 374px) {
  .container .bajada {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .container .bajada {
    font-size: 28px;
  }
}
.container p {
  font-size: 16px;
}
@media (min-width: 374px) {
  .tarjeta-section p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .tarjeta-section p {
    font-size: 24px;
  }
}
.tarjeta-section .logo-cenco-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tarjeta-section .logo-cenco-container img {
  width: 90%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .tarjeta-section .logo-cenco-container img {
    max-width: 600px;
  }
}
.tarjeta-section .logos-espacios-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tarjeta-section .logos-espacios-container img {
  width: 30%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .tarjeta-section .logos-espacios-container img {
    max-width: 170px;
  }
}
.tarjeta-section .legal {
  font-size: 12px;
}
@media (min-width: 374px) {
  .tarjeta-section .legal {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .tarjeta-section .legal {
    font-size: 16px;
  }
}

.landing-container {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

a button {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */


footer {
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  footer {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1024px) {
  footer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;

}
footer .container h3 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-family: Nunito-Bold;
}
@media (min-width: 1024px) {
  footer .container h3 {
    font-size: 30px;
    margin-top: 24px;
  }
}
footer .container img {
  width: 95%;
  max-width: 1000px;
}
footer .container .brands-img {
  max-width: 400px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  footer .container .stores {
    max-width: 550px;
  }
}
footer .container .btn-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
footer .container .btn-cta-container a.btn-cta {
  text-decoration: none;
  background-color: #f26300;
  color: white;
  padding: 18px 42px;
  border-radius: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  footer .container .btn-cta-container a.btn-cta {
    font-size: 18px;
  }
}
footer .container .btn-cta-container a.btn-cta {
  font-size: 18px;
}