@charset "UTF-8";
/* =========================================
   Ganadores Widget
   ========================================= */
.ganadores {
  width: 100%;
  /* --- Imagen de título --- */
  /* --- Contenedor de columnas --- */
  /* --- Divisor vertical --- */
  /* --- Columna de semana --- */
  /* --- Título de semana --- */
  /* --- Lista de premios --- */
  /* --- Premio individual --- */
}
.ganadores__title {
  width: 50vw;
  margin-left: 10vw;
}
@media screen and (max-width: 768px) {
  .ganadores__title {
    width: 80vw;
  }
}
.ganadores__title-img {
  display: inline-block;
  max-width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ganadores__title-img {
    max-width: 90%;
  }
}
.ganadores__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-image: url(../../widgets/ganadores/assets/content-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4vw;
  padding: 5vw 3vw;
  gap: 0;
  width: 80%;
  margin: 0 auto;
  margin-top: -6vw;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  .ganadores__content {
    flex-direction: column;
    padding: 6vw 5vw;
  }
}
.ganadores__arrow-img {
  object-fit: contain;
  object-position: top;
  margin-right: 3vw;
  width: 7vw;
}
.ganadores__divider {
  width: 2px;
  background-color: #1B489A;
  margin: 0 2.5vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ganadores__divider {
    width: 100%;
    height: 2px;
    margin: 5vw 0;
  }
}
.ganadores__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .ganadores__column {
    gap: 4vw;
  }
}
.ganadores__week-title {
  display: inline-block;
  padding: 0.3vw 1vw;
  border-radius: 0.4vw;
  margin: 0 0 0.5vw 0;
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .ganadores__week-title {
    padding: 1vw 3vw;
    border-radius: 1vw;
    margin-bottom: 2vw;
    width: 40vw;
  }
}
.ganadores__prizes {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  .ganadores__prizes {
    gap: 3.5vw;
  }
}
.ganadores__prize {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 768px) {
  .ganadores__prize {
    gap: 3vw;
  }
}
.ganadores__prize-img {
  width: 5vw;
  height: 5vw;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ganadores__prize-img {
    width: 14vw;
    height: 14vw;
  }
}
.ganadores__prize-info {
  display: flex;
  flex-direction: column;
  gap: 0.1vw;
}
.ganadores__prize-name {
  font-family: "Franklin", sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  font-style: italic;
  color: #1B489A;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ganadores__prize-name {
    font-size: 3.5vw;
  }
}
.ganadores__prize-cedula {
  font-family: "Franklin", sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  font-style: italic;
  color: #1B489A;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ganadores__prize-cedula {
    font-size: 3.2vw;
  }
}

/*# sourceMappingURL=ganadores.css.map */
