.hero_mapa_asociaciones {
  width: 100%;
  height: 100vh;
  border-radius: 12px;
  object-fit: contain;
  display: flex;
  align-items: flex-end;
  color: white;
}

.hero-premios-content-wrapper {
  display: flex;
  width: 100%;
  padding: 24px 32px;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-premios-content-wrapper .hero-premios-content {
  width: 50%;
}
.hero-premios-content-wrapper .hero-premios-contadores {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.hero-premios-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-premios-title {
  font-family: "Barlow", sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 82.8px;
  letter-spacing: -0.07em;
  text-align: left;
  color: #FFF;
  margin-bottom: 20px;
}

.hero-premios-subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #FFF;
  margin: 0;
}

.hero-premios-contador {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  border: 0.5px solid #FFF;
  padding: 12px;
  border-radius: 3.35px;
  width: 291px;
  height: 168px;
  margin-bottom: 20px;
}

.hero-contador {
  font-family: "Barlow", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #FFF;
  margin: 0;
}

.hero-texto-contador {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.03em;
  text-align: right;
  color: #FFF;
  align-self: flex-end;
  margin: 0;
}

.content_hero {
  width: 100%;
}

.swiper-hero-premios {
  width: 100%;
  display: grid;
  position: relative;
}
.swiper-hero-premios .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-hero-premios .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20%;
  border-radius: 0;
  height: 4px;
  transition: all 0.35s ease-in;
  background-color: #FFFFFF;
}
.swiper-hero-premios .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-hero-premios .swiper-pagination-horizontal.swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 70%;
  background-color: #FFFFFF;
}
.swiper-hero-premios .swiper-button-prev {
  top: -11%;
  left: 70%;
  background-image: url("../../../../../images/left-arrow-swiper-white.svg");
  background-size: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.swiper-hero-premios .swiper-button-next {
  top: -11%;
  left: 86%;
  background-image: url("../../../../../images/right-arrow-swiper-white.svg");
  background-size: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.swiper-hero-premios .swiper-button-prev::after {
  content: "";
}
.swiper-hero-premios .swiper-button-next::after {
  content: "";
}
.swiper-hero-premios .swiper-hero {
  padding-bottom: 10px;
}
.swiper-hero-premios .swiper-horizontal > .swiper-pagination-bullets,
.swiper-hero-premios .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-hero-premios .swiper-pagination-custom,
.swiper-hero-premios .swiper-pagination-fraction {
  padding: 15px;
  top: 85%;
}

@media only screen and (max-width: 769px) {
  .swiper-hero-premios-mobile {
    width: 100%;
    height: 300px;
  }
  .hero_mapa_asociaciones {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
  }
  .hero-premios-content-wrapper {
    display: flex;
    width: 100%;
    padding: 18px 16px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-premios-content {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
  }
  .hero-premios-title {
    font-family: "Barlow", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.07em;
    text-align: left;
    color: #FFF;
    margin: 0;
  }
  .hero-premios-subtitle {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #FFF;
    margin: 0;
  }
  .hero-premios-contador {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(0);
    border: 0.5px solid #FFF;
    padding: 12px;
    border-radius: 3.35px;
    width: 100%;
    height: 80%;
  }
  .hero-contador {
    font-family: "Barlow", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #FFF;
    margin: 0;
  }
  .hero-texto-contador {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #FFF;
    align-self: flex-end;
    margin: 0;
  }
}

/*# sourceMappingURL=hero-premios.css.map */
