@font-face {
  font-family: "proximanova-thin";
  src: url("/global/fonts/proximanova/proximanova-thin-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-thin-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-thin-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-thin-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-thin-webfont.svg#proximanova-thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-light";
  src: url("/global/fonts/proximanova/proximanova-light-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-light-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-light-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-light-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-light-webfont.svg#proximanova-light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximanova-medium";
  src: url("/global/fonts/proximanova/proximanova-medium-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-medium-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-medium-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-medium-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-medium-webfont.svg#proximanova-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-semibold";
  src: url("/global/fonts/proximanova/proximanova-semibold-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-semibold-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-semibold-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-semibold-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-semibold-webfont.svg#proximanova-semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-bold";
  src: url("/global/fonts/proximanova/proximanova-bold-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-bold-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-bold-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-bold-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-bold-webfont.svg#proximanova-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-extrabold";
  src: url("/global/fonts/proximanova/proximanova-extrabold-webfont.eot");
  src: url("/global/fonts/proximanova/proximanova-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/global/fonts/proximanova/proximanova-extrabold-webfont.woff2") format("woff2"), url("/global/fonts/proximanova/proximanova-extrabold-webfont.woff") format("woff"), url("/global/fonts/proximanova/proximanova-extrabold-webfont.ttf") format("truetype"), url("/global/fonts/proximanova/proximanova-extrabold-webfont.svg#proximanova-extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.red-txt {
  color: var(--blaze);
}

.white-txt {
  color: var(--marshmallow);
}

.blue-txt {
  color: var(--water-day);
}

a.red-txt {
  color: var(-blaze);
  background-image: linear-gradient(var(-blaze), var(-blaze));
  text-decoration: none !important;
  cursor: pointer;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  text-decoration: none;
  background-image: linear-gradient(var(-blaze), var(-blaze));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 1s cubic-bezier(0, 0.48, 0.19, 1.01);
}
a.red-txt:hover, a.red-txt:focus {
  background-size: 100% 2px;
  background-image: linear-gradient(var(--ember), var(--ember));
  color: var(--ember);
}
a.red-txt:active {
  color: var(--stoke);
}
a.white-txt {
  color: var(-marshmallow);
  background-image: linear-gradient(var(-marshmallow), var(-marshmallow));
  text-decoration: none !important;
  cursor: pointer;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  text-decoration: none;
  background-image: linear-gradient(var(-marshmallow), var(-marshmallow));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 1s cubic-bezier(0, 0.48, 0.19, 1.01);
}
a.white-txt:hover, a.white-txt:focus {
  background-size: 100% 2px;
  background-image: linear-gradient(var(--steam), var(--steam));
  color: var(--steam);
}
a.white-txt:active {
  color: var(--vapor);
}
a.blue-txt {
  color: var(-water-day);
  background-image: linear-gradient(var(-water-day), var(-water-day));
  text-decoration: none !important;
  cursor: pointer;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  text-decoration: none;
  background-image: linear-gradient(var(-water-day), var(-water-day));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 1s cubic-bezier(0, 0.48, 0.19, 1.01);
}
a.blue-txt:hover, a.blue-txt:focus {
  background-size: 100% 2px;
  background-image: linear-gradient(var(--water), var(--water));
  color: var(--water);
}
a.blue-txt:active {
  color: var(--water);
}

.chevron {
  display: inline-block;
  vertical-align: text-bottom;
  height: 0.75rem;
  margin: 0 0 3px 8px;
}
.chevron.blaze {
  content: url("/global/images/chevron-blaze.svg");
}

.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}

.font-medium {
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.font-semibold {
  font-family: "proximanova-semibold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.font-extrabold {
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  margin: 0;
}

.p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}
@media all and (min-width: 1025px) {
  .p {
    line-height: 1.5rem;
  }
}

sup {
  top: -0.9em;
  font-size: 44%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.legal {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.text-12 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
.text-14 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
.text-16 {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "proximanova-medium", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
.text-20 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "proximanova-semibold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-20 {
    font-size: 1.25rem;
  }
}
.text-24 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-24 {
    font-size: 1.5rem;
    line-height: 1.5625rem;
  }
}
.text-28 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-28 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.text-32 {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-32 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.text-36 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-36 {
    font-size: 2.25rem;
    line-height: 2.1875rem;
  }
}
.text-44 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-44 {
    font-size: 2.75rem;
    line-height: 2.625rem;
  }
}
.text-52 {
  font-size: 2.75rem;
  line-height: 2.6875rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-52 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}
.text-62 {
  font-size: 2.75rem;
  line-height: 2.6875rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media all and (min-width: 1025px) {
  .text-62 {
    font-size: 3.875rem;
    line-height: 3.625rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .col-md-4 {
    width: 33.3333333333%;
    margin: 8px 0;
    padding: 0 8px;
    flex-basis: 33.3333333333%;
  }
  .col-md-6 {
    width: 50%;
    margin: 8px 0;
    padding: 0 8px;
    flex-basis: 50%;
  }
}
@media all and (max-width: 767px) {
  hero-banner::part(section) {
    background-size: contain;
    background-position: center 30px;
    background-color: #000 !important;
    height: 660px !important;
  }
  #RAFsub {
    position: relative;
    top: 220px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #RAFsub {
    max-width: 450px;
  }
}
#RAFsub h1 {
  font-size: 2.75rem;
  line-height: 2.6875rem;
  font-family: "proximanova-extrabold", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  padding-bottom: 24px !important;
}

.nowrap {
  white-space: nowrap;
}

.premios_box hr {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
@media all and (min-width: 1025px) {
  .premios_box hr {
    top: 38px;
  }
}
.premios_box img {
  display: flex;
  align-self: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: auto !important;
  padding: 30px 0 30px 0;
}
@media all and (min-width: 1025px) {
  .premios_box img {
    width: auto;
  }
}

.premios_box hr {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
@media all and (min-width: 1025px) {
  .premios_box hr {
    top: 38px;
  }
}
.premios_box img {
  display: flex;
  align-self: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: auto !important;
  padding: 30px 0 30px 0;
}
@media all and (min-width: 1025px) {
  .premios_box img {
    width: auto;
  }
}
.premios_box .dot {
  height: 100px;
  width: 100px;
  background-color: var(--blaze);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--marshmallow);
  position: relative;
  text-align: center;
}

.puntos {
  font-size: 18px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .puntos {
    font-size: 20px;
    line-height: 18px;
  }
}
@media all and (min-width: 1025px) {
  .puntos {
    font-size: 24px;
    line-height: 18px;
  }
}

.apurate_box {
  justify-content: space-around;
  border: none;
  margin: 10px auto;
  background-color: #ffffff;
  padding: 40px 20px 40px 20px;
}
.apurate_box h1 {
  font-size: 30px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .apurate_box.card-bg {
    min-height: 160px;
  }
}
.apurate_box p {
  line-height: 1.1rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .apurate_box p {
    line-height: normal;
  }
}
@media all and (min-width: 1025px) {
  .apurate_box p {
    line-height: normal;
  }
}
.apurate_box .dot {
  height: 50px;
  width: 50px;
  background-color: var(--blaze);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--marshmallow);
  margin-top: -50px;
}

.obten_box .card-bg {
  min-height: 300px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .obten_box .card-bg {
    min-height: 200px;
    width: 60%;
    margin: 0 auto;
  }
}
.obten_box img {
  display: flex;
  margin: 0 auto;
  max-width: 112px;
  height: auto !important;
  align-self: center;
}
.obten_box .logos {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
  max-width: 230px;
  padding: 20px 0 !important;
}
.obten_box .logos img {
  max-width: 130px;
  padding: 0 2px;
}
@media all and (min-width: 1025px) {
  .obten_box .col_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

iframe {
  width: 100%;
  height: 315px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  iframe {
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  iframe {
    width: 70%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  iframe {
    width: 70%;
  }
}
/*# sourceMappingURL=recomienda.css.map */