header {
  width: 100%;
  background-image: url(https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/bg_movil_vina.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 70px;
  justify-content: center;
  position: relative;
  top: initial;
  left: initial;
  transform: none;
  background: transparent;
  mix-blend-mode: normal;
  width: 100%;
}
header .logos .logo-bbcl {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 71px;
  height: 23px;
}
header .logos .logo-soapbox-race {
  width: 75px;
  height: auto;
}
header .navbar {
  height: 70px;
  background-color: #322559;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .btn-menu-movil {
  background: transparent;
  border-color: transparent;
  color: white;
  margin-top: 0px;
  position: absolute;
  right: 0;
}
header .btn-menu-movil:active, header .btn-menu-movil:hover, header .btn-menu-movil:focus {
  background: none;
  border: none;
}
header .btn-menu-movil:focus {
  box-shadow: none;
  color: white;
}
header .menu-movil {
  background-color: #322559;
  height: 100%;
  line-height: 22px;
  position: relative;
}
header .menu-movil .header-menu {
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 11px 17px;
}
header .menu-movil .header-menu .logo-soapbox-race {
  height: 45px;
  max-width: 212px;
}
header .menu-movil .header-menu .btn-cerrar-menu {
  background: none;
  border: none;
  font-size: 22px;
  width: 22px;
}
header .menu-movil .items-menu {
  font-size: 16px;
  padding-top: 77px;
}
header .menu-movil .items-menu .nav-item {
  border-bottom: 1px solid #ffffff;
  padding: 27px 19px 12px;
}
header .menu-movil .items-menu .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
header .menu-movil .redes-movil {
  bottom: 70px;
  font-size: 23px;
  left: 0;
  line-height: 12px;
  position: absolute;
  right: 0;
}
header .menu-movil .redes-movil .nav-item {
  margin: 0 auto;
}
header .menu-movil .redes-movil .nav-item .nav-link {
  color: #ffffff;
  margin: 0 15px;
  padding: 8px 0;
}

main {
  position: relative;
  background-color: #271a50;
}
main .section-artistas {
  background-image: url("https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/bg_parrilla_movil.png");
  background-repeat: no-repeat;
  background-size: 100% 500px;
  background-position: top;
}
main .section-artistas h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 32px;
  margin-bottom: 64px;
}
main .section-artistas .hooper {
  height: auto;
}
main .section-artistas .artistas-movil {
  padding-left: 36px;
  margin-bottom: 44px;
}
main .section-artistas .artista .artista-img {
  width: 115px;
  height: 115px;
  mix-blend-mode: normal;
  border-radius: 100px;
  margin-bottom: 20px;
}
main .section-mejor-peor {
  display: flex;
  flex-direction: column;
}
main .section-mejor-peor .movil-container {
  flex-direction: column;
  margin-bottom: 36px;
}
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;
}
main .section-mejor-peor .tab-btn-container .lo-mejor-btn,
main .section-mejor-peor .tab-btn-container .lo-peor-btn {
  width: 150px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .section-mejor-peor .tab-btn-container .lo-mejor-btn {
  margin-left: auto;
  margin-right: 5px;
}
main .section-mejor-peor .tab-btn-container .lo-mejor-btn.active {
  background: #f142ea;
}
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;
}
main .section-mejor-peor .tab-btn-container .lo-peor-btn {
  margin-left: 5px;
  margin-right: auto;
}
main .section-mejor-peor .tab-btn-container .lo-peor-btn.active {
  background: #ed3939;
}
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;
}
main .section-mejor-peor .artistas-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
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;
}
main .section-mejor-peor .artistas-tab .artista .num {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  color: #fafafa;
  margin-right: 20px;
}
main .section-mejor-peor .artistas-tab .artista .img-container {
  position: relative;
}
main .section-mejor-peor .artistas-tab .artista .img-container .artista-img {
  width: 100px;
  height: 100px;
  mix-blend-mode: normal;
  border-radius: 84.0849px;
  position: relative;
}
main .section-mejor-peor .artistas-tab .artista .img-container .artista-rating {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 1.6817px solid #271a50;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #fafafa;
  border-radius: 50%;
  top: 0;
  right: -20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .section-mejor-peor .artistas-tab .artista .votos-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 37px;
  width: 100%;
}
main .section-mejor-peor .artistas-tab .artista .votos-container .artista-nombre {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
main .section-mejor-peor .artistas-tab .artista .votos-container .artista-votos {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
main .section-mejor-peor .lo-mejor .artista .img-container .artista-rating {
  background: #f142ea;
}
main .section-mejor-peor .lo-mejor .estrellas .fas.fa-star {
  font-size: 15px;
  color: #f142ea;
}
main .section-mejor-peor .lo-peor .artista .img-container .artista-rating {
  background: #ed3939;
}
main .section-mejor-peor .lo-peor .estrellas .fas.fa-star {
  font-size: 15px;
  color: #ed3939;
}

.section-artistas-gaviota {
  background-color: #271a50;
}
.section-artistas-gaviota .section-container-color {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota {
  height: 535px;
  max-width: 360px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota-titulo {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 0;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .porcentaje-votos {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #fafafa;
  margin-bottom: 26px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .foto-artista {
  width: 109px;
  height: 109px;
  mix-blend-mode: normal;
  border-radius: 100px;
  margin-bottom: 25px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .nombre-artista {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fafafa;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .percentage-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .percentage-circle::before {
  content: "";
  padding: 50% 0;
  display: inline-block;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .svg {
  width: 100%;
  overflow: initial;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .object-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .percentage {
  color: #fafafa;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper-pagination {
  bottom: -74px;
  overflow: hidden;
  max-width: 100%;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper-indicator {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper-indicator.is-active,
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper-indicator:hover {
  background: #fafafa;
  border: 1px solid #ffffff;
}

.section-mas-noticias {
  margin-bottom: 64px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #ffffff;
}
.section-mas-noticias .section-mas-noticias-titulo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  color: #271a50;
  margin-top: 64px;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias {
  margin-bottom: 24px;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0px 0px;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .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%;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before {
  content: "";
  display: block;
  padding-top: 45.455%;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .sombra {
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(27, 15, 62, 0) 0%, #1b0f3e 100%);
  position: absolute;
  bottom: 0;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .imagen p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  position: relative;
  margin-left: 12px;
  padding-bottom: 12px;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo {
  background: #e6e9ee;
  padding: 12px;
  border-radius: 0px 0px 8px 8px;
}
.section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo h3 {
  color: #1f2531;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

footer {
  background: #271a50;
  margin: 0;
  padding-bottom: 26px;
  padding-top: 64px;
  text-align: center;
}
footer img {
  height: 24px;
  margin: 0 auto 48px;
  width: 70px;
}
footer p {
  color: #8899a6;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: auto;
}

@media (min-width: 992px) {
  header {
    background-image: none;
    background-position: top;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    height: 333px;
    line-height: 12px;
    text-transform: uppercase;
    height: 60px;
    background-color: #322559;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .navbar {
    height: 60px;
    max-width: 1060px;
    padding: 0px;
  }
  header .navbar-brand {
    margin-right: 24px;
  }
  header .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    background: transparent;
    width: 100%;
  }
  header .logos > a,
header .logos .nav {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  header .logos .logo-bbcl {
    width: 74px;
    margin-left: 0;
    top: 0px;
    position: relative;
    margin-top: 0px;
    transform: initial;
  }
  header .logos .logo-soapbox-race {
    width: 100px;
    height: auto;
  }
  header .logos a:first-child {
    justify-content: flex-start;
  }
  header .logos .nav:last-child {
    justify-content: flex-end;
  }
  header .logos .nav div {
    width: 190px;
    display: flex;
    justify-content: space-between;
  }
  header .logos .nav a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ffffff;
  }
  header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid transparent;
    color: #ffffff;
    margin: 0 20px;
    padding: 8px 0;
    text-transform: uppercase;
  }
  header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid #ca033d;
  }
  header .navbar-nav .redes {
    align-items: center;
    font-size: 16px;
    display: flex;
  }
  header .navbar-nav .redes a {
    color: #ffffff;
    margin: 0 14px;
  }
  header .nav {
    width: 262px;
    display: flex;
    justify-content: space-between;
  }
  header .nav a {
    color: white;
  }

  main {
    position: relative;
    margin: auto;
    border-bottom: 0;
    padding: 0 20px;
  }
  main .section-artistas {
    background-image: url("https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/bg_parrilla_escritorio.png");
    background-repeat: no-repeat;
    background-size: 100% 515px;
    background-position: top;
    margin-left: -15px;
    margin-right: -15px;
  }
  main .section-artistas .artistas-escritorio {
    flex-direction: row;
    justify-content: center;
    max-width: 1280px;
    margin: auto;
  }
  main .section-artistas .artistas-escritorio .artistas-dia {
    margin: 0 10px;
  }
  main .section-artistas .artistas-escritorio .artistas-dia a {
    display: block;
    margin-bottom: 20px;
  }
  main .section-artistas .artistas-escritorio .artistas-dia a:nth-child(3) {
    margin-bottom: 0px;
  }
  main .section-artistas .artistas-escritorio .artistas-dia .artista {
    position: relative;
  }
  main .section-artistas .artistas-escritorio .artistas-dia .artista .artista-img {
    margin-bottom: 0;
    position: relative;
  }
  main .section-artistas .artistas-escritorio .artistas-dia .artista .on-hover {
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  main .section-artistas .artistas-escritorio .artistas-dia .artista .on-hover:hover {
    background: #f142ea;
    opacity: 0.7;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
  }
  main .section-mejor-peor {
    display: flex;
    flex-direction: column;
    max-width: 1060px;
    margin: 64px auto 0;
    padding-bottom: 36px;
  }
  main .section-mejor-peor .escritorio-container {
    justify-content: space-evenly;
  }
  main .section-mejor-peor .escritorio-container .titulo-lo-mejor,
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: #ffffff;
    padding-bottom: 24px;
    width: 515px;
    margin: 0 15px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  main .section-mejor-peor .escritorio-container .linea-mejor {
    background-image: url(https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/linea_mejor.png);
  }
  main .section-mejor-peor .escritorio-container .linea-peor {
    background-image: url(https://www.biobiochile.cl/especial/vina/vina-2023/assets/img/linea_peor.png);
  }
  main .section-mejor-peor .escritorio-container .linea-mejor,
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;
  }

  .section-artistas-gaviota .section-container-color .container-artistas-gaviota {
    height: 472px;
    max-width: 1060px;
    margin: auto;
    line-height: 24px;
  }
  .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota-titulo {
    font-weight: 500;
  }
  .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .artista .nombre-artista {
    font-size: 18px;
    line-height: 24px;
  }
  .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper-pagination {
    bottom: -49px;
  }

  .section-mas-noticias {
    max-width: 1060px;
    margin: 0 auto 64px;
  }
  .section-mas-noticias .section-mas-noticias-titulo {
    text-align: center;
  }
  .section-mas-noticias .contenedor-noticias-inferior {
    flex-wrap: nowrap;
  }
  .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before {
    padding-top: 46.286%;
  }
  .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .sombra {
    background: linear-gradient(180deg, rgba(27, 15, 62, 0) 0%, #1b0f3e 100%);
  }
  .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen p {
    margin-left: 15px;
  }
  .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo {
    padding: 12px 15px;
    height: 100%;
    max-height: 110px;
  }

  footer img {
    height: 28.94px;
    margin: auto auto 46.6px;
    width: 84.85px;
    display: flex;
  }
  footer p {
    font-size: 13px;
    line-height: 12px;
    display: inline-flex;
  }
}
[v-cloak] {
  display: none !important;
}

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