@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0 !important;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 5 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 5 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 5 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 5 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 5 Brands";
}

.icon::before {
  /* removed font- based rules */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-solid {
  font: var(--fa-font-solid);
  font-weight: 900;
}

.icon-regular {
  font: var(--fa-font-regular);
  font-weight: 400;
}

.icon-light {
  font: var(--fa-font-light);
  font-weight: 300;
}

.icon-duotone, .icon-duo {
  font: var(--fa-font-duotone);
  font-weight: 900;
}

.icon-brands {
  font: var(--fa-font-brands);
  font-weight: 400;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  background: transparent;
  overflow-x: hidden;
  padding-right: 0 !important;
  background-color: #cb1b18;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button, .phone {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
input[type=number], .phone {
  -moz-appearance: textfield;
}

footer {
  margin-top: auto;
}

#rc-imageselect, .g-recaptcha {
  display: inline;
}

#rc-imageselect {
  max-width: 100%;
}

@media only screen and (max-width: 1030px) and (min-width: 992px) {
  .g-recaptcha > div > div {
    width: 100% !important;
    height: 78px;
    -webkit-transform: scale(0.77);
        -ms-transform: scale(0.77);
            transform: scale(0.77);
    webkit-transform: scale(0.77);
    text-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .g-recaptcha > div > div {
    width: 100% !important;
    height: 78px;
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
    webkit-transform: scale(0.66);
    text-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .g-recaptcha > div > div {
    width: 100% !important;
    height: 78px;
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88);
    webkit-transform: scale(0.88);
    text-align: center;
    position: relative;
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  font-family: "Nescafe Sans";
  src: url("../fonts/NescafeSans-Light.eot");
  src: url("../fonts/NescafeSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NescafeSans-Light.woff2") format("woff2"), url("../fonts/NescafeSans-Light.woff") format("woff"), url("../fonts/NescafeSans-Light.ttf") format("truetype"), url("../fonts/NescafeSans-Light.svg#NescafeSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nescafe Sans";
  src: url("../fonts/NescafeSans-Bold.eot");
  src: url("../fonts/NescafeSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NescafeSans-Bold.woff2") format("woff2"), url("../fonts/NescafeSans-Bold.woff") format("woff"), url("../fonts/NescafeSans-Bold.ttf") format("truetype"), url("../fonts/NescafeSans-Bold.svg#NescafeSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nescafe Sans";
  src: url("../fonts/NescafeSans-Italic.eot");
  src: url("../fonts/NescafeSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NescafeSans-Italic.woff2") format("woff2"), url("../fonts/NescafeSans-Italic.woff") format("woff"), url("../fonts/NescafeSans-Italic.ttf") format("truetype"), url("../fonts/NescafeSans-Italic.svg#NescafeSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nescafe Sans";
  src: url("../fonts/NescafeSans-Regular.eot");
  src: url("../fonts/NescafeSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NescafeSans-Regular.woff2") format("woff2"), url("../fonts/NescafeSans-Regular.woff") format("woff"), url("../fonts/NescafeSans-Regular.ttf") format("truetype"), url("../fonts/NescafeSans-Regular.svg#NescafeSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Peace Sans";
  src: url("../fonts/PeaceSans.eot");
  src: url("../fonts/PeaceSans.eot?#iefix") format("embedded-opentype"), url("../fonts/PeaceSans.woff2") format("woff2"), url("../fonts/PeaceSans.woff") format("woff"), url("../fonts/PeaceSans.ttf") format("truetype"), url("../fonts/PeaceSans.svg#PeaceSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
.nescafe-sans-italic, .nescafe-italic {
  font-family: "Nescafe Sans";
  font-weight: normal;
  font-style: italic;
}

.nescafe-sans-bold, .nescafe-bold, .page-ganador h2, .secction-premios h2, .secction-como-participar h2, footer * b, footer * strong, .menu__mobile-left .nav-item .nav-link, .menu-desktop .nav-item .nav-link {
  font-family: "Nescafe Sans";
  font-weight: bold;
  font-style: normal;
}

.nescafe-sans-light, .nescafe-light {
  font-family: "Nescafe Sans";
  font-weight: 300;
  font-style: normal;
}

.nescafe-sans-regular, .nescafe-sans, footer *, body {
  font-family: "Nescafe Sans";
  font-weight: normal;
  font-style: normal;
}

.peace-sans, .heading-2 h1, .heading-2 h2, .heading-2 h3, .heading-2 h4, .heading-2 h5, .heading-2 h6 {
  font-family: "Peace Sans";
  font-weight: normal;
  font-style: normal;
}

.navbar {
  padding: 1rem 1rem;
}

@media screen and (max-width: 991px) {
  .menu-desktop {
    display: none;
  }
}
.menu-desktop {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.menu-desktop .nav-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-desktop .nav-item .nav-link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .menu-desktop .nav-item .nav-link {
    font-size: 11px;
  }
}
.menu-desktop .nav-item .nav-link:hover, .menu-desktop .nav-item .nav-link:focus {
  color: #fd9f54;
  text-decoration: none;
}
.menu-desktop .nav-item:last-child::after {
  display: none;
}
.menu-desktop .nav-item::after {
  content: "";
  display: inline-block;
  background-color: white;
  height: 50%;
  width: 2px;
}
.menu-desktop .nav-link.active {
  color: white !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1021px) and (min-width: 768px) {
  .menu-desktop .nav-link.active {
    font-size: 14px;
  }
}

.wrapper-btn {
  padding: 0rem 4rem 0rem 0rem;
}
@media screen and (max-width: 992px) {
  .wrapper-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0rem 1.5rem 0rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-btn {
    width: auto;
    padding: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper-btn .btn-whatsapp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#sticky-wrapper {
  z-index: 2 !important;
}

@media screen and (min-width: 992px) {
  .content-logo {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 15px;
    text-align: center;
  }
  .content-logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .content-logo img {
    max-width: 80px;
  }
}

.menu__mobile-left {
  position: absolute;
  top: calc(100% + 0px);
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: #9D0000;
  z-index: 2;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 30px 25px;
  list-style: none;
}
.menu__mobile-left .nav-item {
  border-bottom: 2px solid #BB4D4D;
}
.menu__mobile-left .nav-item .nav-link {
  color: white;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  padding: 20px 0px;
}
.menu__mobile-left .nav-item::after {
  content: "";
  display: block;
  background-color: #620E13;
  width: 100%;
  height: 2px;
}
.menu__mobile-left .nav-item:last-child {
  border-bottom: 0 !important;
}
.menu__mobile-left .nav-item:last-child::after {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .menu__mobile-left {
    display: none;
  }
}
.menu__mobile-left .custom-links-legals {
  position: absolute;
  left: 25px;
  bottom: 15%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: calc(100% - 3rem);
}
.menu__mobile-left .custom-links-legals div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu__mobile-left .custom-links-legals .custom-line {
  border-top: 2px solid #72060B;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 2px solid #C95053;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 0 !important;
}
.menu__mobile-left .custom-links-legals a {
  color: white;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
}
.menu__mobile-left .custom-links-legals a:hover, .menu__mobile-left .custom-links-legals a:focus {
  text-decoration: underline;
}

.menu__mobile-left.open {
  left: 0;
}

.hamburger {
  padding: 0 !important;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  background-color: white !important;
}
.hamburger:hover, .hamburger:focus {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

footer * {
  font-size: 14px;
  color: white;
}
footer .number-rt p {
  font-size: 16px;
  color: white !important;
}
footer .links-footer {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .links-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .links-footer a {
  color: white;
  text-decoration: underline;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
}
footer .links-footer a:hover, footer .links-footer a:focus {
  color: white;
  text-decoration: none;
}
footer .links-footer a::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 15px;
  background: white;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  footer .links-footer a::after {
    display: none;
  }
}
@media screen and (max-width: 433px) {
  footer .links-footer a:nth-child(2)::after {
    display: none;
  }
}
@media only screen and (max-width: 528px) and (min-width: 433px) {
  footer .links-footer a:nth-child(3)::after {
    display: none;
  }
}
footer .links-footer a:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .links-footer a {
    margin-bottom: 8px;
  }
}
footer .wrapper-text-footer p {
  font-size: 12px;
}

.customFooter {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Nescafe Sans", sans-serif;
}
.customFooter .logo-footer {
  max-height: 45px;
  width: auto;
}
.customFooter .social-networks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .customFooter .social-networks-container {
    margin-top: 15px;
  }
}
.customFooter .social-icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ec141b;
  color: white !important;
  border-radius: 50%;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 16px;
}
.customFooter .social-icon-btn:hover {
  background-color: white;
  color: #ec141b !important;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.customFooter .social-icon-btn i {
  font-size: 1rem;
}
.customFooter .social-icon-btn i:hover {
  color: #ec141b !important;
}
.customFooter .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.customFooter .footer-links .footer-link {
  color: white !important;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.customFooter .footer-links .footer-link:hover {
  color: #fd9f54 !important;
  text-decoration: none !important;
}
.customFooter .footer-links .link-separator {
  color: white;
  opacity: 0.8;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.customFooter .footer-disclaimer {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  text-align: justify;
}
.customFooter .footer-copyright {
  font-size: 13px;
  color: white;
  margin: 0;
}

.btn-whatsapp {
  background-color: #00c332;
  border-radius: 30px;
  color: white;
  padding: 5px 30px;
  border: 0;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 5px solid white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-whatsapp {
    font-size: 11px;
    padding: 5px 15px;
  }
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  text-decoration: none;
  color: white;
  background-color: #00c332;
  border: 2px solid white;
}
.btn-whatsapp .wa {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-whatsapp .wa::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f232";
  color: white;
  font-size: 20px;
}
.btn-whatsapp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  z-index: 1;
  border: 5px solid #00c332;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.btn-whatsapp-v2 {
  background-color: transparent;
  border-radius: 30px;
  color: white;
  border: 2px solid white;
  padding: 5px 25px;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .btn-whatsapp-v2 {
    font-size: 11px;
    padding: 5px 15px;
  }
}
.btn-whatsapp-v2:hover, .btn-whatsapp-v2:focus {
  text-decoration: none;
  color: white;
  background-color: #00c332;
}
.btn-whatsapp-v2 .wa {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-whatsapp-v2 .wa::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f232";
  color: white;
  font-size: 20px;
}

.btn-whatsapp-v3 {
  background-color: #00c332;
  border-radius: 30px;
  color: white;
  padding: 5px 30px 5px 50px;
  border: 0;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 5px solid white;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-whatsapp-v3 {
    font-size: 11px;
    padding: 5px 15px 5px 40px;
  }
}
.btn-whatsapp-v3:hover, .btn-whatsapp-v3:focus {
  text-decoration: none;
  color: white;
  background-color: #00c332;
}
.btn-whatsapp-v3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  z-index: 1;
  border: 5px solid #00c332;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
.btn-whatsapp-v3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/Capa_26.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.section-hero {
  position: relative;
}
.section-hero .wrapper-nescafe {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-hero .wrapper-nescafe .img-gana {
  width: 90%;
}
.section-hero .wrapper-checo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.section-hero .text-footer-hero {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .section-hero .text-footer-hero {
    position: relative;
    margin-top: 35px;
  }
}
.section-hero .text-footer-hero a {
  text-decoration: underline;
  cursor: pointer;
  color: white;
}
.section-hero .text-footer-hero a:hover {
  text-decoration: none;
}

.secction-como-participar {
  display: block;
}
@media screen and (max-width: 767px) {
  .secction-como-participar {
    border-bottom: none;
    border-top: 5px solid white;
  }
}
.secction-como-participar h2 {
  color: white;
  text-transform: uppercase;
}
.secction-como-participar .wrapper-img {
  text-align: center;
}
.secction-como-participar .wrapper-img p {
  color: white;
  margin-top: -40px;
}
.secction-como-participar .wrapper-img a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
.secction-como-participar .wrapper-img a:hover {
  text-decoration: none;
}
.secction-como-participar .wrapper-img img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.secction-como-participar .wrapper-img img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.secction-como-participar .text-footer a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
.secction-como-participar .text-footer a:hover {
  color: white;
  text-decoration: none;
}

.secction-premios {
  position: relative;
}
.secction-premios h2 {
  color: white;
  text-transform: uppercase;
}
.secction-premios p {
  color: white;
}
.secction-premios h3 {
  color: #fd9f54;
}
.secction-premios .wrapper-banner-premios .banner-premios {
  background-image: url("../img/banner_Flag1.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  .secction-premios .wrapper-banner-premios .banner-premios {
    background-image: url("../img/Flag_1_mobile.png");
    padding: 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .secction-premios .wrapper-banner-premios .banner-premios p {
    text-align: center;
    font-size: 1.3rem;
  }
}
.secction-premios .wrapper-premios p {
  color: white;
  margin-top: 8px;
  line-height: 20px;
}

.secction-productos .wrapper-text p {
  color: white;
}
.secction-productos .wrapper-text a {
  color: #fd9f54;
  text-decoration: underline;
  cursor: pointer;
}
.secction-productos .wrapper-text a:hover {
  text-decoration: none;
  color: #fd9f54;
}

.secction-estaciones .content-map {
  border-radius: 20px;
  background-color: #711018;
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
  z-index: 1;
}
.secction-estaciones .content-map .wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .secction-estaciones .content-map .wrapper-text {
    margin-bottom: 0.3rem;
  }
}
.secction-estaciones .content-map .wrapper-text .icon-red {
  width: 12%;
  margin-right: 8px;
}
.secction-estaciones .content-map .wrapper-text p {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .secction-estaciones .content-map .wrapper-text p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .secction-estaciones .content-map .wrapper-text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .secction-estaciones .content-map input {
    margin-bottom: 1rem;
  }
}
.secction-estaciones .wrapper-img-checo {
  position: relative;
}
.secction-estaciones .wrapper-img-checo img {
  position: absolute;
  min-width: 500px;
  left: -47%;
  bottom: 0%;
}
@media screen and (max-width: 992px) {
  .secction-estaciones .wrapper-img-checo img {
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .secction-estaciones .wrapper-img-checo img {
    position: relative;
    left: 40%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

/* === LOGIN PAGE STYLES === */
/* Fondo general de la página de usuario */
.gerber-login-page {
  background-color: #b31329; /* Azul claro Gerber */
  /* Si tienes un degradado, úsalo aquí */
  position: relative;
  padding: 2rem 0;
}

/* Tarjeta */
.gerber-login-page .card {
  border-radius: 2rem; /* Bordes muy redondeados estilo bebé */
  -webkit-box-shadow: 0 15px 35px rgba(0, 85, 184, 0.2) !important;
          box-shadow: 0 15px 35px rgba(0, 85, 184, 0.2) !important;
}

.text-gerber-blue {
  color: #b31329;
}

/* === FORMULARIOS DE DRUPAL === */
/* Labels */
.gerber-login-page label {
  color: #b31329;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* Inputs (Cajas de texto) */
.gerber-login-page .form-control,
.gerber-login-page input[type=text],
.gerber-login-page input[type=password],
.gerber-login-page input[type=email] {
  border-radius: 50rem !important; /* Pill shape */
  border: 1px solid #cfe2ff;
  padding: 1.2rem 1.5rem; /* Padding generoso */
  height: auto; /* Dejar que el padding defina la altura */
  background-color: #f8fbff;
  color: #033e8c;
  font-weight: 500;
  margin-bottom: 1rem;
  width: 100%;
}

.gerber-login-page input:focus {
  background-color: #fff;
  border-color: #b31329; /* Foco naranja */
  -webkit-box-shadow: 0 0 0 4px rgba(244, 124, 32, 0.1);
          box-shadow: 0 0 0 4px rgba(244, 124, 32, 0.1);
}

/* Descripción de los campos (ej: requisitos de contraseña) */
.gerber-login-page .description,
.gerber-login-page .form-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/* Botón de Submit (Iniciar Sesión) */
.gerber-login-page .form-actions {
  text-align: center;
  margin-top: 2rem;
}

.gerber-login-page button,
.gerber-login-page input[type=submit] {
  background-color: #b31329;
  border: none;
  color: white;
  padding: 0.8rem 3rem;
  border-radius: 50rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.gerber-login-page button:hover,
.gerber-login-page input[type=submit]:hover {
  background-color: #b31329;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(244, 124, 32, 0.4);
          box-shadow: 0 5px 15px rgba(244, 124, 32, 0.4);
}

/* Links (Olvidé mi contraseña) */
.gerber-login-page a {
  color: #5d9cec;
  text-decoration: none;
  font-weight: 600;
}

.gerber-login-page a:hover {
  color: #033e8c;
  text-decoration: underline;
}

/* === DRUPAL TABS (Local Tasks) === */
/* Estilizar las pestañas de "Crear nueva cuenta", "Iniciar sesión" */
.gerber-login-page .tabs {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.gerber-login-page .tabs li {
  margin: 0 5px;
}

.gerber-login-page .tabs a {
  display: block;
  padding: 0.5rem 1rem;
  color: #aaa;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gerber-login-page .tabs a.is-active {
  color: #033e8c;
  border-bottom-color: #033e8c;
  font-weight: bold;
}

/* === ESTILOS PÁGINA 404 === */
/* Contenedor que ocupa toda la altura menos el header/footer si los hubiera */
.gerber-404-container {
  padding: 3rem 1rem;
}
.gerber-404-container p {
  color: #fff;
}

/* El número gigante */
.error-code {
  font-size: 8rem; /* Grande en desktop */
  font-weight: 900;
  line-height: 1;
  text-shadow: 4px 4px 0px rgba(255, 255, 255, 0.2);
}

/* El cero naranja */
.text-orange {
  color: #f47c20;
}

.title-section-white .subtitle {
  color: #b31329 !important;
}

/* Ajustes responsivos para móviles */
@media (max-width: 768px) {
  .error-code {
    font-size: 5rem;
  }
  .subtitle {
    font-size: 1.5rem;
  }
}
/* Botón (por si no está cargando las clases globales de botones) */
.btn-gerber-orange {
  background-color: #f47c20;
  border-color: #f47c20;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.btn-gerber-orange:hover {
  background-color: #d96a17;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(244, 124, 32, 0.4);
          box-shadow: 0 10px 20px rgba(244, 124, 32, 0.4);
}

/* === DRUPAL PRIMARY TABS (Local Tasks) === */
/* Contenedor principal del bloque */
#block-gerber-primary-local-tasks {
  margin-bottom: 2rem;
  position: relative;
  z-index: 5; /* Asegura que esté por encima del contenido si hay solapamiento */
}

/* Limpiar la lista (ul) */
#block-gerber-primary-local-tasks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Permite que bajen si no caben en móviles */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centradas, se ve más elegante */
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem; /* Espacio entre botones */
}

/* Estilo base de cada Link (El botón inactivo) */
#block-gerber-primary-local-tasks ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.5rem;
  /* Tipografía */
  color: #5d9cec; /* Azul claro o grisáceo */
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* Forma y Borde */
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50rem; /* Pill shape (redondeado total) */
  /* Transiciones suaves */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

/* Estado Hover (Al pasar el mouse) */
#block-gerber-primary-local-tasks ul li a:hover {
  background-color: #f0f7ff;
  color: #0055b8; /* Azul Gerber */
  border-color: #8ec6e6;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); /* Pequeño efecto de elevación */
  -webkit-box-shadow: 0 4px 8px rgba(0, 85, 184, 0.1);
          box-shadow: 0 4px 8px rgba(0, 85, 184, 0.1);
}

/* Estado Activo (La pestaña seleccionada actualmente) */
#block-gerber-primary-local-tasks ul li a.is-active {
  background-color: #0055b8; /* Fondo Azul Gerber */
  color: #ffffff; /* Texto Blanco */
  border-color: #0055b8;
  -webkit-box-shadow: 0 4px 10px rgba(0, 85, 184, 0.3);
          box-shadow: 0 4px 10px rgba(0, 85, 184, 0.3);
  cursor: default; /* Indica que ya estás aquí */
}

/* Quitar efecto hover en el activo para que no "baile" */
#block-gerber-primary-local-tasks ul li a.is-active:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #004494; /* Un poco más oscuro */
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  #block-gerber-primary-local-tasks ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* En móvil alineado a la izq */
    overflow-x: auto; /* Scroll horizontal si son muchas tabs */
    white-space: nowrap;
    padding-bottom: 10px; /* Espacio para la barra de scroll */
  }
  #block-gerber-primary-local-tasks ul li a {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}
.btnError {
  background-color: #b31329;
  color: white;
}

.heading-1 {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heading-1 h1, .heading-1 h2, .heading-1 h3, .heading-1 h4, .heading-1 h5, .heading-1 h6 {
  color: white;
  margin-bottom: 0;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  padding: 10px 70px;
  background: url(../img/Rectángulo_7.png) no-repeat center/100% 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .heading-1 h1, .heading-1 h2, .heading-1 h3, .heading-1 h4, .heading-1 h5, .heading-1 h6 {
    font-size: 1.5rem;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 991px) {
  .heading-1 h1, .heading-1 h2, .heading-1 h3, .heading-1 h4, .heading-1 h5, .heading-1 h6 {
    line-height: 1.5;
  }
}
.heading-1 h1 sup, .heading-1 h2 sup, .heading-1 h3 sup, .heading-1 h4 sup, .heading-1 h5 sup, .heading-1 h6 sup {
  left: 8px;
}

.heading-2 {
  text-align: center;
}
.heading-2 h1, .heading-2 h2, .heading-2 h3, .heading-2 h4, .heading-2 h5, .heading-2 h6 {
  color: #FFD900;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.basic-page-faq p, .basic-page-faq span {
  color: white;
}
.basic-page-faq p strong, .basic-page-faq span strong {
  color: white;
}

.basic-page {
  background-color: white;
  border-radius: 10px;
  padding: 2.25rem;
}
@media screen and (max-width: 991px) {
  .basic-page {
    padding: 1.5rem;
  }
}
.basic-page p, .basic-page span {
  color: black;
  font-size: 14px;
}
.basic-page p strong, .basic-page span strong {
  color: black;
}

.color-white {
  color: white;
}

.color-yellow {
  color: #F1D833;
}

@media screen and (max-width: 991px) {
  .fs-12px, .fs-12 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .fs-14px, .fs-14 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .fs-16px, .fs-16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .fs-18px, .fs-18 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .fs-20px, .fs-20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .fs-22px, .fs-22 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .fs-24px, .fs-24 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-12px, .fs-lg-12 {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-14px, .fs-lg-14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-16px, .fs-lg-16 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-18px, .fs-lg-18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-20px, .fs-lg-20 {
    font-size: 20px;
  }
}

.c-hr-white {
  border-top: 1.5px solid white;
}

@media screen and (max-width: 365px) {
  .custom-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .custom-container .navbar-nav {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .custom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    max-width: 100%;
  }
  .custom-container .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.z-index-1 {
  z-index: 1 !important;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .social-media .custom-width {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
  .social-media .custom-width a .fb, .social-media .custom-width a .tw, .social-media .custom-width a .ig {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.link-legal {
  color: white;
  text-decoration: underline;
}
.link-legal:hover, .link-legal:focus {
  color: white;
  text-decoration: none;
}

.list-winners {
  border-radius: 20px;
  background-color: #9D0000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .list-winners {
    border-radius: 10px;
  }
}
.list-winners p {
  color: #FFD900;
  margin-bottom: 0;
  font-size: 14px;
}
.list-winners .item-middle {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-winners .item-middle::before {
  display: inline-block;
  content: "|";
  color: white;
}
.list-winners .item-middle::after {
  display: inline-block;
  content: "|";
  color: white;
}
.list-winners .item-middle p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}

.content-prize-winner a {
  text-decoration: none;
  color: white;
}
.content-prize-winner a:hover, .content-prize-winner a:focus {
  text-decoration: underline;
  color: white;
}

.linkLegals {
  color: #FFD900;
  text-decoration: underline;
}
.linkLegals:hover, .linkLegals:focus {
  color: #FFD900;
  text-decoration: none;
}

.itemPrizeWinner {
  background-color: #D10013;
  border-radius: 15px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.0005);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.0005);
}
.itemPrizeWinner img {
  margin-bottom: 1.25rem;
  max-width: 70%;
}
.itemPrizeWinner p {
  color: white;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.customQuestionMark {
  min-width: 250px;
  padding-bottom: 1rem;
}
.customQuestionMark a {
  color: inherit;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customQuestionMark a:hover, .customQuestionMark a:focus {
  color: inherit;
  text-decoration: none;
}
.customQuestionMark a:hover .content, .customQuestionMark a:focus .content {
  background-color: #CB2E3C;
}
.customQuestionMark a .content {
  border-radius: 5px;
  background-color: #f23647;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.customQuestionMark a .content i {
  font-size: 26px;
  color: white;
}

.page-ganador h2 {
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 1800px) {
  .custom-container {
    max-width: 1140px;
  }
}

.wrapper-social {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-social .link-tiktok {
  color: white;
  font-weight: 100;
  cursor: pointer;
}
.wrapper-social .link-tiktok .icon {
  padding: 10px 10px;
  background-color: black;
  border-radius: 5px 0px 0px 5px;
}
.wrapper-social .link-tiktok .text {
  padding: 10px 20px 10px 10px;
  background-color: black;
  border-radius: 0px 5px 5px 0px;
}
.wrapper-social .link-tiktok:hover, .wrapper-social .link-tiktok:focus {
  text-decoration: none;
}
.wrapper-social .link-facebook {
  color: white;
  font-weight: 100;
  cursor: pointer;
}
.wrapper-social .link-facebook .icon {
  padding: 10px 10px;
  background-color: #2859ce;
  border-radius: 5px 0px 0px 5px;
}
.wrapper-social .link-facebook .text {
  padding: 10px 20px 10px 10px;
  background-color: #3066d8;
  border-radius: 0px 5px 5px 0px;
}
.wrapper-social .link-facebook:hover, .wrapper-social .link-facebook:focus {
  text-decoration: none;
}
.wrapper-social .link-instagram {
  color: white;
  font-weight: 100;
  cursor: pointer;
}
.wrapper-social .link-instagram .icon {
  padding: 10px 10px;
  background: radial-gradient(circle at 0% 100%, #fdf497 0%, #fdf497 5%, #fd5949 25%, transparent 60%), linear-gradient(135deg, #4c5fd7 0%, #c13584 25%, #d62976 45%, #e1306c 70%, #e1306c 100%);
  border-radius: 5px 0px 0px 5px;
}
.wrapper-social .link-instagram .text {
  padding: 10px 20px 10px 10px;
  background-color: #db4283;
  border-radius: 0px 5px 5px 0px;
}
.wrapper-social .link-instagram:hover, .wrapper-social .link-instagram:focus {
  text-decoration: none;
}

.bg-red {
  background-color: #cd1b17;
}

.bg-red-dark {
  background-color: #64060a;
}

.bg-hero {
  background-image: url("../img/Banner_flag.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg-hero {
    background-image: url("../img/Linea.png");
  }
}

.bg-paricipar {
  background-image: url("../img/Back-ComoParticiparv2.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg-paricipar {
    background-image: url("../img/Back_mobile.png");
  }
}

.bg-premios {
  display: block;
}

.bg-productos {
  background-image: url("../img/Back-ComoParticipar.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg-productos {
    background-image: url("../img/Back_2_mobile.png");
  }
}

.bg-estaciones {
  background-image: url("../img/back_estaciones_nescafe.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg-estaciones {
    background-image: url("../img/Back.png");
  }
}

.bg-compartir {
  background-image: url("../img/back2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg-compartir {
    background-image: url("../img/back2x.png");
  }
}