footer {
  background: #0a1d34;
  margin: 0;
  padding-bottom: 26px;
  padding-top: 35px;
  text-align: center;
}
footer .logo-bbcl {
  height: 24px;
  margin-bottom: 48px;
  width: 100%;
}
footer .texto {
  color: #8899a6;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: auto;
  display: block;
}

@media (min-width: 992px) {
  footer {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  footer .logo-bbcl {
    height: 29px;
    margin: auto auto 46px;
    width: 85px;
    display: flex;
  }
  footer .texto {
    font-size: 13px;
    line-height: 12px;
    display: initial;
  }
}
body {
  background-color: #1f2531;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.bg-especial {
  background-color: #ffffff;
  background-image: url(/especial/vina/vina-2024/assets/bg_mov.jpg);
  background-repeat: no-repeat;
  background-size: 100% 331px;
  position: relative;
  overflow: hidden;
}
.bg-especial main {
  margin-top: 16px;
  padding: 0 16px 48px;
  position: relative;
}
.bg-especial main .section-artistas h1 {
  color: #0f0641;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 30px;
  margin-bottom: 60px;
  padding-top: 32px;
  text-align: center;
  text-transform: uppercase;
}
.bg-especial main .section-artistas .hooper-list {
  overflow: visible;
}
.bg-especial main .section-artistas .artistas {
  height: auto;
  margin-bottom: 44px;
}
.bg-especial main .section-artistas .artistas .artistas-dia {
  margin-right: 16px;
}
.bg-especial main .section-artistas .artistas .artistas-dia .dia-evento {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bg-especial main .section-artistas .artistas .artistas-dia .dia-evento .dayn {
  color: #0f0641;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 6px;
  text-align: center;
}
.bg-especial main .section-artistas .artistas .artistas-dia .dia-evento .dayow {
  color: #0f0641;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista {
  margin-bottom: 8px;
  position: relative;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista .color-over {
  background-color: rgba(241, 65, 235, 0.6);
  display: none;
  height: 145px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista .color-over:active, .bg-especial main .section-artistas .artistas .artistas-dia .artista .color-over:focus, .bg-especial main .section-artistas .artistas .artistas-dia .artista .color-over:visited, .bg-especial main .section-artistas .artistas .artistas-dia .artista .color-over:target {
  display: block;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista .artista-img {
  width: 135px;
  height: 145px;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista .on-hover {
  display: none;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista.not-active {
  background-color: #fff;
}
.bg-especial main .section-artistas .artistas .artistas-dia .artista.not-active .artista-img {
  opacity: 0.6;
  filter: grayscale(100%);
}
.bg-especial main .section-mejor-peor {
  display: flex;
  flex-direction: column;
}
.bg-especial main .section-mejor-peor .movil-container {
  flex-direction: column;
  margin-bottom: 36px;
}
.bg-especial main .section-mejor-peor .tab-btn-container {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  margin-bottom: 20px;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-mejor-btn,
.bg-especial main .section-mejor-peor .tab-btn-container .lo-peor-btn {
  width: 150px;
  height: 40px;
  background: #d3d5e7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #0f0641;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-mejor-btn {
  margin-left: auto;
  margin-right: 5px;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-mejor-btn.active {
  background: #f142ea;
  color: #fff;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-mejor-btn.active::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f142ea;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-peor-btn {
  margin-left: 5px;
  margin-right: auto;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-peor-btn.active {
  background: #ed3939;
  color: #fff;
}
.bg-especial main .section-mejor-peor .tab-btn-container .lo-peor-btn.active::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ed3939;
}
.bg-especial main .section-mejor-peor .artistas-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 330px;
  max-width: 395px;
  justify-content: center;
  margin: 20px auto 28px;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .num {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
  color: #0f0641;
  margin-right: 16px;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .img-container {
  position: relative;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .img-container .artista-img {
  width: 112px;
  height: 120px;
  mix-blend-mode: normal;
  position: relative;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .img-container .artista-rating {
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fafafa;
  top: -25px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .votos-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 16px;
  width: 100%;
  margin-top: auto;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .votos-container .artista-nombre {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0f0641;
  margin-bottom: 13px;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .votos-container .artista-votos {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0f0641;
  margin-bottom: 15px;
}
.bg-especial main .section-mejor-peor .artistas-tab .artista .votos-container .estrellas {
  line-height: 16px;
}
.bg-especial main .section-mejor-peor .lo-mejor .artista .img-container .artista-rating {
  background: #f142ea;
}
.bg-especial main .section-mejor-peor .lo-mejor .estrellas .fas.fa-star {
  font-size: 15px;
  color: #f142ea;
}
.bg-especial main .section-mejor-peor .lo-peor .artista .img-container .artista-rating {
  background: #ed3939;
}
.bg-especial main .section-mejor-peor .lo-peor .estrellas .fas.fa-star {
  font-size: 15px;
  color: #ed3939;
}
.bg-especial main .section-artistas-gaviota {
  background: linear-gradient(180deg, #e6e9ee 7.55%, rgba(230, 233, 238, 0) 100%);
  margin: auto -16px;
}
.bg-especial main .section-artistas-gaviota .section-container-color {
  border-bottom: 1px solid rgba(15, 6, 65, 0.2);
  margin: auto;
  max-width: 1060px;
  padding: 48px 0 105px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota-titulo {
  color: #0f0641;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper {
  height: auto;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-track {
  margin-left: 24px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 182px;
  position: relative;
  margin: auto;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .artista-img {
  width: 170px;
  height: 170px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .line {
  background: linear-gradient(90deg, rgba(15, 6, 65, 0) 0%, #0f0641 50.76%, rgba(15, 6, 65, 0) 100%);
  height: 1px;
  margin-bottom: 16px;
  margin-top: 13px;
  opacity: 0.2;
  width: 185px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .nombre-artista {
  color: #0f0641;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes {
  display: flex;
  width: 180px;
  justify-content: space-between;
  margin-bottom: 13px;
  margin-top: -28px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes svg {
  overflow: visible;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container .nPercent {
  color: #f142ea;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container .gaVoto {
  color: #0f0641;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-pagination {
  bottom: -74px;
  overflow: hidden;
  max-width: 100%;
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid rgba(15, 6, 65, 0.5);
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator.is-active,
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator:hover {
  background: #f142ea;
  border: 1px solid rgba(15, 6, 65, 0.5);
}
.bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper.solo-artist .hooper-track {
  justify-content: center;
  margin-left: 0;
}
.bg-especial .section-mas-noticias {
  margin: 0px 12px 40px;
}
.bg-especial .section-mas-noticias .section-mas-noticias-titulo {
  color: #05071a;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 58px;
  text-align: center;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 414px;
  width: 100%;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias {
  margin-bottom: 24px;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen {
  position: relative;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .imagen {
  max-width: 414px;
  width: 100%;
  height: 174px;
  position: relative;
  object-fit: cover;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .play-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .sombra {
  max-width: 414px;
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(15, 6, 65, 0) 0%, #0f0641 100%);
  position: absolute;
  bottom: 0;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen p {
  bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-bottom: 12px;
  position: absolute;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo {
  background: #e6e9ee;
  padding: 12px;
  max-width: 414px;
  width: 100%;
}
.bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo h3 {
  color: #2c2e34;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

@media (min-width: 992px) {
  .header-ad-container {
    margin: 15px auto;
  }
  .bg-especial {
    background-image: url(/especial/vina/vina-2024/assets/bg-desk.jpg);
    background-size: contain;
  }
  .bg-especial main {
    margin: auto;
    padding: 24px 32px 64px;
    width: 1124px;
    background-color: transparent;
    border-radius: 16px 16px 0 0;
  }
  .bg-especial main .section-artistas {
    margin: auto;
    max-width: 970px;
  }
  .bg-especial main .section-artistas h1 {
    font-size: 24px;
  }
  .bg-especial main .section-artistas .artistas {
    justify-content: space-between;
  }
  .bg-especial main .section-artistas .artistas .artistas-dia {
    margin-right: 0;
  }
  .bg-especial main .section-artistas .artistas .artistas-dia .artista:hover .color-over {
    background-color: rgba(241, 65, 235, 0.6);
    display: block;
    height: 145px;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .bg-especial main .section-artistas .artistas .artistas-dia .artista:hover .on-hover {
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    left: 50%;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%);
  }
  .bg-especial main .section-mejor-peor {
    display: flex;
    flex-direction: column;
    max-width: 1060px;
    margin: 64px auto 0;
    padding-bottom: 36px;
  }
  .bg-especial main .section-mejor-peor .artistas-tab .artista {
    width: 370px;
  }
  .bg-especial main .section-mejor-peor .artistas-tab .artista .num {
    margin-right: 20px;
  }
  .bg-especial main .section-mejor-peor .escritorio-container {
    justify-content: space-evenly;
  }
  .bg-especial main .section-mejor-peor .escritorio-container .titulo-lo-mejor,
.bg-especial main .section-mejor-peor .escritorio-container .titulo-lo-peor {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #0f0641;
    padding-bottom: 24px;
    width: 515px;
    margin: 0 15px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .bg-especial main .section-mejor-peor .escritorio-container .linea-mejor {
    background-image: url(https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/linea_mejor.png);
  }
  .bg-especial main .section-mejor-peor .escritorio-container .linea-peor {
    background-image: url(https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/linea_peor.png);
  }
  .bg-especial main .section-mejor-peor .escritorio-container .linea-mejor,
.bg-especial main .section-mejor-peor .escritorio-container .linea-peor {
    background-size: 515px 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    margin-bottom: 12px;
  }
  .bg-especial main .section-artistas-gaviota {
    margin: auto -100%;
  }
  .bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota {
    margin: auto;
    max-width: 1060px;
  }
  .bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-track {
    margin-left: 0;
    justify-content: center;
  }
  .bg-especial main .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista {
    width: 332px;
  }
  .bg-especial .section-mas-noticias {
    margin: 0 auto 64px;
    max-width: 1060px;
  }
  .bg-especial .section-mas-noticias .section-mas-noticias-titulo {
    color: #0f0641;
    margin-bottom: 32px;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    max-width: 1060px;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias {
    padding: 0;
    max-width: 340px;
    margin-bottom: 0;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen {
    width: 340px;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .imagen {
    width: 100%;
    object-fit: cover;
    height: 186px;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .sombra {
    width: 100%;
  }
  .bg-especial .section-mas-noticias .contenedor-noticias-inferior .noticias .container-imagen .contenedor-titulo {
    max-width: 340px;
  }
}
[v-cloak] {
  display: none !important;
}

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