@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --rojo-oscuro: #9b110e;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  color: #fff;
  letter-spacing: 0;
  background-color: #e31f1a;
  background-image: linear-gradient(#e31f1a, #e31f1a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.navbar {
  background-color: #e31f1a;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: auto;
  padding-top: 13px;
  font-size: 16px;
}

.nav-link {
  color: #fff;
  padding: 7px 12px 20px;
  font-size: 15px;
  font-weight: 300;
}

.nav-link:hover {
  color: #630b09;
}

.nav-link.w--current {
  color: #e3221d;
}

.keyvisualpc {
  border-bottom: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 100%;
}

.divlogo {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.containerlogo {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.como-participar {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1914, #e31f1a);
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding: 60px 10%;
  display: flex;
}

.premios {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1a17, #e31f1a);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.ganadores {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1914, #e31f1a 25%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1914, #e31f1a);
  flex-flow: column;
  align-items: center;
  padding: 40px 10%;
  display: flex;
}

.heading {
  z-index: 99;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  display: flex;
}

.heading.hpremios {
  margin-bottom: 0;
}

.column-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-left: 10px;
  display: flex;
}

.cheks {
  width: 100%;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
}

.text-block {
  color: #f9e803;
  font-size: 16px;
  font-weight: 400;
}

.text-block.white {
  color: #fff;
}

.form-block {
  max-width: 640px;
  margin-bottom: 0;
}

.submit-button-2 {
  float: left;
  clear: left;
  color: #f40500;
  text-align: center;
  text-transform: capitalize;
  background-color: #f9e803;
  border: 1px #5c5c5c;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
  text-decoration: none;
  box-shadow: 2px 3px #0000001c;
}

.submit-button-2:hover {
  color: #f40500;
  background-color: #fff;
}

.submit-button-2:active, .submit-button-2:focus {
  box-shadow: none;
  background-color: #f9e803;
}

.img-lightbox-form {
  opacity: 1;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  margin-right: 0;
}

.column-39 {
  padding-right: 10px;
}

.checkbox-label {
  width: 100%;
}

.txt-engresa-cod {
  color: #f7ec4d;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 9px;
  display: flex;
}

.columns-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.campo {
  color: #2c2c2c;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 20px;
}

.section {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1914, #e31f1a);
  width: 100%;
  padding: 60px 20px;
  font-weight: 700;
}

.div-block-2 {
  width: 300px;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-tyc {
  color: #fff;
  margin-top: 0;
  font-size: 12px;
}

.campo-codigo {
  color: #2c2c2c;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.txt-elije-tu-viaje {
  color: #f7ec4d;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.cheks-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-11 {
  width: 1000px;
}

.numeros {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.text-block-5 {
  text-align: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-6 {
  text-align: center;
  width: 300px;
  margin-bottom: 10px;
  margin-left: -2px;
}

.text-block-7 {
  text-align: center;
  width: 300px;
  margin-bottom: 0;
}

.div-rojo {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 250px;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px 15px;
  line-height: 26px;
  display: flex;
}

.text-block-8 {
  color: #e2221d;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.col-pucon {
  background-image: url('../images/pucon.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.col-sanpedro {
  background-image: url('../images/san-pedro.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.fotos-premio {
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
}

.image-5 {
  width: 270px;
  max-width: none;
}

.image-5.centre {
  width: 200px;
  margin-left: 25px;
}

.column-44, .column-45, .column-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  text-align: center;
  font-size: 12px;
}

.listado-ganadores {
  width: 95%;
}

.ganadores-plata {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-12 {
  text-align: center;
  width: auto;
  max-width: 900px;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.text-block-13 {
  margin-bottom: 20px;
  font-size: 14px;
}

.text-span {
  color: #fffb00;
}

.ganador1 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-7 {
  max-width: 200px;
  margin-bottom: 5px;
}

.image-ganador-plata {
  max-width: 100px;
  margin-bottom: 10px;
  margin-right: 0;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}

.container-3 {
  color: #000;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 40px;
  margin-top: -10px;
  margin-right: 40px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.keyvisual-cel {
  border-bottom: 1px solid #fff;
  display: none;
}

.image-8 {
  max-width: 80%;
}

.div-block-4 {
  width: 450px;
  padding-left: 74px;
}

.div-block-5 {
  background-color: #feed00;
  width: 1200px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
}

.column-48, .column-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-14 {
  padding-right: 0;
}

.text-block-15 {
  padding-right: 3px;
}

.nombre-ganador {
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.fila-ganador {
  margin-bottom: 20px;
}

.columns-15 {
  margin-top: 20px;
}

.recuadro1 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 290px;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.image6 {
  width: 80%;
  max-width: none;
  margin-left: 28px;
}

.text-block-16 {
  margin-bottom: 40px;
}

.heading-3 {
  text-align: center;
  text-shadow: 1px 3px 1px #0003;
  z-index: 98;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 32px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.premios2 {
  background-color: #ff1913;
  background-image: linear-gradient(180deg, var(--rojo-oscuro), #dcacab 65%, white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.columns-17 {
  flex-flow: row;
  align-items: baseline;
  width: 700px;
  margin-bottom: 60px;
  display: flex;
}

.iconos {
  width: 50px;
  max-width: none;
  height: 50px;
}

.image-10, .image-11 {
  width: 45px;
  height: 45px;
}

.column-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-17 {
  text-shadow: 1px 2px 1px #0000003b;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.column-51, .column-52 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.handle_inner_line {
  background-color: #fff;
  width: 100%;
  height: 46%;
}

.after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.handle {
  z-index: 2;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.after_image {
  pointer-events: none;
  width: 160rem;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.after_image.no-select {
  width: 100rem;
  overflow: clip;
}

.before {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.before_image {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-4.has_example {
  background-color: #ff1913;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 8rem;
}

.wrapper {
  cursor: pointer;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.handle_inner_circle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.handle_icon {
  width: 4rem;
  height: 2rem;
}

.section-5 {
  background-image: url('../images/pucon.jpg');
  background-position: 50% 0;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-top: 0;
  display: flex;
}

.section-6 {
  background-image: url('../images/san-pedro.jpg');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  padding-top: 42px;
  display: flex;
}

.btn-volver-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  width: 99%;
  height: 35px;
  max-height: 35px;
  position: fixed;
  inset: auto 0% 25px;
}

.link-block {
  float: right;
}

.btn-top {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
}

.section-7 {
  background-image: linear-gradient(#cc1914, #e31f1a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-53, .column-54 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 40px;
}

.columns-18 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  margin-bottom: 0;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-12 {
  max-width: 80px;
  margin-bottom: 10px;
}

.image-13 {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.image-14 {
  width: 52px;
  height: 52px;
}

.column-55, .column-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-18 {
  text-align: center;
}

.bold-text, .bold-text-2 {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
}

.column-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-19 {
  text-align: center;
}

.image-15 {
  margin-bottom: 10px;
}

.image-16, .image-17 {
  max-width: 80px;
  margin-bottom: 10px;
}

.bold-text-3 {
  font-size: 22px;
  font-weight: 500;
}

.columns-19 {
  max-width: 1350px;
  margin-bottom: 40px;
}

.numeros123 {
  background-color: #c5070e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

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

.text-block-21 {
  margin-left: 2px;
}

.text-block-22 {
  margin-right: 1px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 40px;
}

.bold-text-4 {
  letter-spacing: 1px;
  font-weight: 500;
}

.text-block-23 {
  text-align: center;
}

.columns-20 {
  width: 900px;
  margin-bottom: 40px;
}

.columns-21 {
  width: 900px;
}

.ganador-chico {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.avatar-chico {
  max-width: 130px;
  margin-bottom: 10px;
}

.columns-22 {
  width: 720px;
}

.ganadores-cel {
  background-color: #e31f1a;
  background-image: linear-gradient(#cc1914, #e31f1a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.lightboxtext {
  color: #fff;
  text-decoration: underline;
}

.txt-tyc-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.txt-tyc-2.tyc3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.checkbox-2 {
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label-2 {
  margin-top: -3px;
  margin-right: 0;
  font-size: 12px;
}

.btn-quitar-codigo {
  background-color: #ce1a15;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -16px;
  margin-left: -30px;
  display: flex;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-9 {
  max-width: 900px;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: start center;
  width: 900px;
  margin-bottom: 0;
  display: grid;
}

.div-block-10-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start stretch;
  width: 720px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .body, .navbar {
    background-color: #e31f1a;
  }

  .keyvisualpc {
    background-image: linear-gradient(#cc1914, #e31f1a);
  }

  .image {
    background-image: linear-gradient(#cc1914, #e31f1a);
    max-width: 100%;
  }

  .text-block-7 {
    margin-bottom: 20px;
  }

  .div-rojo {
    margin-top: 60px;
  }

  .container-3 {
    margin-left: 420px;
  }

  .paragraph {
    text-shadow: 0 2px 1px #0003;
  }

  .premios2 {
    background-image: linear-gradient(#a01c1699, #9b110e00 14%);
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .columns-17 {
    width: 600px;
    margin-bottom: 40px;
  }

  .iconos, .image-10 {
    max-width: 60px;
  }

  .after_image.no-select {
    width: 100rem;
    margin-right: 0;
  }

  .wrapper {
    height: 70svh;
  }

  .section-5 {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 60px;
  }

  .section-6 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 0;
  }

  .columns-19 {
    max-width: 1350px;
  }

  .ganadores-cel {
    margin-top: 60px;
  }

  .txt-tyc-2.tyc3 {
    margin-top: 10px;
  }

  .checkbox-label-2 {
    margin-right: 0;
  }

  .link-block-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    color: #fff;
    background-color: #bc1e19;
    background-image: linear-gradient(#cc1914, #e31f1a);
    align-items: center;
  }

  .navbar {
    background-color: #e31f1a;
    justify-content: flex-end;
    align-items: center;
    width: 1600px;
    display: flex;
  }

  .keyvisualpc {
    background-image: linear-gradient(#cc1914, #df281c);
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .image {
    max-width: 1600px;
  }

  .como-participar {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .ganadores {
    width: 100%;
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer {
    width: 100%;
  }

  .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-11 {
    width: 1000px;
  }

  .text-block-5 {
    margin-bottom: 46px;
  }

  .div-rojo {
    margin-top: 60px;
  }

  .column-44, .column-45, .column-46 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    margin-left: 822px;
  }

  .section-3 {
    width: 100%;
  }

  .recuadro1 {
    width: 250px;
  }

  .heading-3 {
    margin-top: 100px;
    margin-bottom: 75px;
  }

  .paragraph {
    margin-top: 20px;
  }

  .premios2 {
    background-color: #e31f1a;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .columns-17 {
    width: 900px;
  }

  .after_image.no-select, .before_image.no-select {
    width: 200rem;
  }

  .wrapper {
    height: 70svh;
  }

  .section-5 {
    background-repeat: no-repeat;
  }

  .section-6 {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .btn-volver-top {
    z-index: 101;
  }

  .section-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    display: flex;
  }

  .columns-19 {
    max-width: 1600px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .ganadores-cel {
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #dd271b00;
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
  }

  .nav-link.w--current {
    color: #fff;
    padding-top: 7px;
  }

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

  .image {
    width: 100%;
    max-width: none;
  }

  .como-participar {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .premios {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .ganadores {
    width: 100%;
    padding-bottom: 60px;
  }

  .column-38 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

  .cheks {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -5px;
    display: flex;
  }

  .container-2 {
    max-width: 100%;
  }

  .submit-button-2 {
    letter-spacing: 0;
  }

  .submit-button-2:active {
    background-color: #fff;
  }

  .img-lightbox-form {
    margin-left: 10px;
  }

  .checkbox-label {
    margin-top: 4px;
    margin-left: 5px;
  }

  .columns-10 {
    width: 630px;
  }

  .campo {
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .section {
    width: 100vw;
  }

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

  .txt-tyc {
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .campo-codigo {
    border-width: 1px;
    border-color: #d6d6d6;
    width: 300px;
  }

  .cheks-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns-11 {
    width: auto;
  }

  .numeros {
    height: 40px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    width: 250px;
    font-size: 14px;
  }

  .div-rojo {
    width: 230px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }

  .image-5 {
    width: 190px;
    margin-top: 0;
  }

  .image-5.centre {
    width: 180px;
  }

  .column-44 {
    height: auto;
  }

  .listado-ganadores {
    width: 90%;
  }

  .ganadores-plata {
    justify-content: center;
    align-items: stretch;
  }

  .text-block-12 {
    padding-bottom: 0;
  }

  .text-block-13 {
    text-align: center;
    width: 90vw;
  }

  .image-7 {
    max-width: 170px;
    margin-right: 0;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .container-3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: -11px;
    display: flex;
  }

  .menu-button {
    color: #df271b;
    background-color: #fff;
    margin-top: -4px;
    padding: 10px;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #e0261a;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nombre-ganador {
    width: 100%;
    font-size: 14px;
  }

  .recuadro1 {
    width: 230px;
    height: 260px;
  }

  .image6 {
    margin-top: 37px;
  }

  .text-block-16 {
    margin-bottom: 39px;
    font-size: 14px;
  }

  .paragraph {
    text-shadow: 1px 2px 1px #0003;
  }

  .premios2 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-17 {
    width: 600px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .container {
    width: 100svw;
  }

  .after_image.no-select {
    width: 100svw;
    padding-left: 70px;
  }

  .section-4.has_example {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper {
    width: 100%;
    height: 40vh;
    margin-top: 0;
  }

  .section-5 {
    margin-top: 0;
    display: block;
  }

  .section-7 {
    padding-bottom: 60px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .columns-18 {
    margin-bottom: 0;
  }

  .div-block-6 {
    margin-bottom: 40px;
  }

  .bold-text, .bold-text-2 {
    font-size: 14px;
  }

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

  .bold-text-4 {
    font-size: 14px;
  }

  .columns-20 {
    width: 100%;
  }

  .columns-21 {
    width: 95%;
  }

  .ganador-chico {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .avatar-chico {
    max-width: 110px;
    margin-right: 0;
  }

  .columns-22 {
    width: 95%;
    margin-top: 20px;
  }

  .ganadores-cel {
    width: 100vw;
  }

  .nav-menu {
    background-color: #e31f1a;
    width: 120px;
    height: 250px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    inset: 0% 0% 0% auto;
  }

  .txt-tyc-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .checkbox-label-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-quitar-codigo {
    background-color: #e31f1a;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-top: -15px;
    margin-left: -30px;
    display: flex;
  }

  .btn-quitar-codigo:hover {
    background-color: #f12822;
  }

  .div-block-8 {
    width: 100%;
    display: flex;
  }

  .text-block-24 {
    margin-top: -2px;
    margin-left: 0;
  }

  .div-block-10 {
    place-items: start center;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-10-copy {
    justify-items: center;
    width: 77%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-top: 0;
  }

  .como-participar {
    width: 100%;
    padding-top: 60px;
  }

  .premios {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ganadores {
    width: 100%;
    padding-top: 60px;
  }

  .footer {
    width: 100%;
  }

  .column-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .cheks {
    width: 320px;
    padding-left: 10px;
  }

  .form-block {
    max-width: 320px;
  }

  .submit-button-2 {
    width: 300px;
    margin-left: 0;
  }

  .img-lightbox-form {
    margin-left: auto;
  }

  .column-39 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .section {
    padding-left: 20px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-right: 0;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .cheks-2 {
    padding-left: 0;
  }

  .text-block-5 {
    width: 320px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-block-6 {
    width: 310px;
    font-size: 16px;
  }

  .text-block-7 {
    width: 310px;
    font-size: 15px;
  }

  .div-rojo {
    width: 250px;
    margin-top: 20px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-5 {
    max-width: 250px;
  }

  .image-5.centre {
    width: 200px;
  }

  .column-44, .column-45 {
    margin-bottom: 40px;
  }

  .column-46 {
    height: auto;
  }

  .listado-ganadores, .text-block-12 {
    width: 500px;
  }

  .text-block-13 {
    text-align: center;
    width: 450px;
  }

  .ganador1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    max-width: 220px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-ganador-plata {
    width: 110px;
    max-width: none;
  }

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

  .div-block-4 {
    width: 330px;
    padding-left: 15px;
    display: flex;
  }

  .text-block-14, .text-block-15, .nombre-ganador {
    font-size: 14px;
  }

  .fila-ganador {
    margin-bottom: 10px;
    display: flex;
  }

  .columns-14, .columns-15 {
    display: flex;
  }

  .recuadro1 {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 290px;
    margin-top: 20px;
    display: flex;
  }

  .image6 {
    max-width: 250px;
  }

  .text-block-16 {
    margin-bottom: 0;
  }

  .heading-3 {
    font-size: 27px;
    line-height: 40px;
  }

  .premios2 {
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-17 {
    width: 240px;
  }

  .image-10, .image-11 {
    margin-bottom: 5px;
  }

  .column-50 {
    margin-bottom: 20px;
  }

  .text-block-17 {
    margin-top: 10px;
    margin-left: 0;
  }

  .column-51 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-52 {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    width: 100%;
    overflow: visible;
  }

  .after_image {
    width: 66rem;
  }

  .after_image.no-select {
    padding-left: 0;
  }

  .section-4.has_example {
    margin-top: 0;
  }

  .wrapper {
    height: 30vh;
    margin-top: 0;
  }

  .columns-18 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 95%;
  }

  .div-block-6 {
    width: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-18, .image-19 {
    width: 100%;
  }

  .text-block-23 {
    text-align: center;
  }

  .columns-20 {
    width: 100%;
  }

  .avatar-chico {
    max-width: 160px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .ganadores-cel {
    width: 100%;
    padding-top: 60px;
  }

  .nav-menu {
    height: 250px;
  }

  .column-58, .column-59 {
    height: 0;
  }

  .txt-tyc-2 {
    margin-bottom: 0;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-10 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-10-copy {
    width: 77%;
  }

  .column-60, .column-61, .column-62, .column-63 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #dd271b00;
  }

  .nav-link {
    margin-top: 0;
  }

  .keyvisualpc {
    display: none;
  }

  .image {
    width: 100%;
    max-width: none;
  }

  .divlogo {
    width: 200px;
  }

  .ganadores {
    padding-top: 60px;
    display: flex;
  }

  .heading {
    margin-bottom: 40px;
  }

  .column-38 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cheks {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    letter-spacing: 0;
    margin-top: 0;
  }

  .img-lightbox-form {
    margin-left: 0;
  }

  .column-39 {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .checkbox-label {
    margin-left: 5px;
  }

  .txt-engresa-cod {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .campo {
    border-color: #e6e6e6;
    width: 300px;
  }

  .section {
    padding: 60px 10px;
  }

  .checkbox {
    margin-top: 0;
    margin-right: 5px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .txt-tyc {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .campo-codigo {
    border-color: #e6e6e6;
    width: 300px;
  }

  .txt-elije-tu-viaje {
    margin-bottom: 30px;
  }

  .cheks-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .columns-11 {
    width: auto;
  }

  .text-block-5 {
    width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-6, .text-block-7 {
    width: 320px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-rojo {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    margin-left: 0;
  }

  .column-44 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-45 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .column-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .listado-ganadores {
    width: 100%;
  }

  .ganadores-viaje {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .ganadores-plata {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .text-block-12 {
    width: 95svw;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .text-block-13 {
    width: 95svw;
  }

  .ganador1 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    max-width: 150px;
    margin-right: 0;
  }

  .image-ganador-plata {
    width: 100px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    line-height: 30px;
    display: flex;
  }

  .keyvisual-cel {
    z-index: 99;
    border-bottom-style: none;
    margin-top: -41px;
    display: block;
  }

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

  .div-block-4 {
    padding-left: 0;
  }

  .column-48 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .column-49 {
    flex-flow: column;
  }

  .text-block-14 {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-15 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .nombre-ganador {
    font-size: 14px;
  }

  .fila-ganador {
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 0;
  }

  .columns-14, .columns-15 {
    width: 100%;
  }

  .recuadro1 {
    justify-content: center;
    align-items: center;
    height: 290px;
  }

  .image6 {
    margin-top: auto;
    margin-left: 26px;
  }

  .text-block-16 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph {
    margin-bottom: 0;
    line-height: 28px;
  }

  .premios2 {
    padding-bottom: 60px;
  }

  .columns-17 {
    width: 90%;
  }

  .column-50, .column-51 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-52 {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    width: 100%;
    overflow: hidden;
  }

  .after_image.no-select {
    padding-left: 0;
  }

  .section-4.has_example {
    padding-top: 8rem;
  }

  .wrapper {
    width: 100svw;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .handle_icon {
    margin-top: -13px;
    padding-bottom: 0;
  }

  .section-5, .section-6 {
    height: 150px;
  }

  .btn-volver-top {
    width: 95%;
    display: block;
    position: fixed;
    inset: auto 10px 10px 0%;
  }

  .link-block {
    float: right;
  }

  .btn-top {
    width: 35px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .columns-18 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 120px;
  }

  .div-block-6 {
    width: auto;
  }

  .bold-text {
    font-size: 14px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .image-18 {
    width: 100%;
    max-width: none;
  }

  .image-19 {
    width: 100%;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .text-block-23 {
    text-align: center;
  }

  .ganador-chico {
    justify-content: flex-start;
    align-items: center;
    width: 160px;
  }

  .avatar-chico {
    max-width: 100px;
    margin-right: 0;
  }

  .ganadores-cel {
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .nav-menu {
    height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .txt-tyc-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .txt-tyc-2.tyc3 {
    width: 300px;
    margin-top: 3px;
    margin-left: 0;
  }

  .checkbox-2 {
    margin-top: 3px;
    margin-right: 5px;
  }

  .checkbox-label-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
  }

  .div-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "."
                   "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-10-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  #w-node-_2746eb87-4db4-e2da-9b4c-75a704dc284a-ca61e96e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}