body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

header {
  height: 250px;
  width: 100%;
  background-image: url(https://www.biobiochile.cl/especial/qatar-2022/assets/img/bg_parallax_movil.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .parallax {
  background-image: url(https://www.biobiochile.cl/especial/qatar-2022/assets/img/parallax_movil.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
header .logo-bbcl {
  width: 71px;
  height: 23px;
}
header .triple-dot {
  width: 7px;
  height: 24px;
  margin-right: 16px;
}
header .logo-qatar-2022 {
  width: 118px;
  height: 35px;
}
header .btn-menu-movil {
  background: transparent;
  border-color: transparent;
}
header .btn-menu-movil:active, header .btn-menu-movil:hover, header .btn-menu-movil:focus {
  background: none;
  border-color: none;
}
header .btn-menu-movil:focus {
  box-shadow: none;
}
header .menu-movil {
  background-color: #481329;
  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 .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 #ca033d;
  padding: 27px 19px 12px;
}
header .menu-movil .items-menu .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  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;
}
header .cr-container {
  width: 100%;
  height: 120px;
  background: rgba(248, 28, 92, 0.7019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
header .cr-container .cr-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
header .cr-container .cd {
  display: flex;
}
header .cr-container .cd .cr-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-right: 12px;
}
header .cr-container .cd .cr-items .num {
  width: 60px;
  height: 48px;
  background: #481329;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
header .cr-container .cd .cr-items .unit {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
}

.banner-cont {
  margin-top: -190px;
  position: relative;
}

main {
  position: relative;
  background: #fff;
  margin-top: 0;
  margin-bottom: 64px;
  padding-top: 20px;
}
main .tab-content {
  margin-top: 20px;
}
main .nav-tabs .nav-link.active {
  border-top-color: #860a2e;
  background-color: transparent;
}
main .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top: 5px solid transparent;
  border-radius: 0px;
  padding: 20px;
}
main .nav-tabs .nav-item:first-child .nav-link.active {
  border-right-color: #860a2e;
  border-left-color: transparent;
}
main .nav-tabs .nav-item:last-child .nav-link.active {
  border-left-color: #860a2e;
  border-right-color: transparent;
}
main .nav.nav-tabs.nav-justified {
  margin: auto -15px;
}
main .nav.nav-tabs.nav-justified .calendar-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #1f2531;
}
main .titulo-calendario {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1f2531;
  margin-bottom: 32px;
  text-align: center;
}
main .titulo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1f2531;
  margin-bottom: 32px;
}
main .titulo::before {
  content: "";
  display: block;
  height: 1px;
  width: 49px;
  background: #860a2e;
  margin-bottom: 10px;
}
main .partidos {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e9ee;
}
main .partidos:first-child {
  margin-top: 0;
}
main .partidos .fecha {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #1f2531;
  margin-bottom: 16px;
  text-transform: capitalize;
}
main .partidos .equipos {
  background: #e6e9ee;
  border-radius: 8px;
  margin: 8px 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
main .partidos .equipos:last-child {
  margin-bottom: 32px;
}
main .partidos .equipos .team-1 .bandera-t1,
main .partidos .equipos .team-1 .bandera-t2,
main .partidos .equipos .team-2 .bandera-t1,
main .partidos .equipos .team-2 .bandera-t2 {
  width: 32px;
  height: 32px;
  margin: 9px 10px;
}
main .partidos .equipos .team-1 .nombre-t1,
main .partidos .equipos .team-1 .nombre-t2,
main .partidos .equipos .team-2 .nombre-t1,
main .partidos .equipos .team-2 .nombre-t2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1f2531;
}
main .partidos .equipos .resultados-horario {
  display: flex;
  align-items: center;
}
main .partidos .equipos .resultados-horario .horario {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #5c6981;
  margin: auto 20px;
}
main .partidos .equipos .resultados-horario .resultado-t1,
main .partidos .equipos .resultados-horario .resultado-t2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1f2531;
  margin: 0 5px;
}
main .partidos .equipos .resultados-horario .penales-t1,
main .partidos .equipos .resultados-horario .penales-t2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1f2531;
}
main .octavos,
main .cuartos,
main .semifinales,
main .tercer {
  margin-bottom: 25px;
}

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

@media (min-width: 992px) {
  header {
    background-image: url(https://www.biobiochile.cl/especial/qatar-2022/assets/img/bg_pallarax_escritorio.png);
    background-position: top;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 402px;
    line-height: 12px;
    text-transform: uppercase;
  }
  header .parallax {
    background-image: url(https://www.biobiochile.cl/especial/qatar-2022/assets/img/pallarax_escritorio.png);
  }
  header .navbar-brand {
    margin-right: 24px;
  }
  header .logo-bbcl {
    width: 74px;
  }
  header .triple-dot {
    margin-right: 24px;
  }
  header .logo-qatar-2022 {
    width: 133px;
    height: 38px;
  }
  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 .cr-container {
    height: 70px;
    flex-direction: row;
    justify-content: center;
  }
  header .cr-container .cd {
    margin-left: 24px;
  }
  header .cr-container .cd .cr-items {
    font-size: 24px;
    line-height: 24px;
    margin-right: 16px;
  }
  header .cr-container .cd .cr-items .num {
    width: 50px;
    height: 40px;
    border-radius: 7.00346px;
  }
  .banner-cont {
    margin-top: -310px;
  }
  main {
    max-width: 1090px !important;
  }
  main .partidos .fecha {
    margin: auto auto 16px;
    width: 100%;
  }
  main .partidos .equipos {
    max-height: 50px;
    max-width: 515px;
  }
  main .partidos .equipos:nth-child(even) {
    margin-right: 30px;
  }
  main .partidos .equipos .team-1 .bandera-t1,
main .partidos .equipos .team-1 .bandera-t2,
main .partidos .equipos .team-2 .bandera-t1,
main .partidos .equipos .team-2 .bandera-t2 {
    margin: 9px 10px;
  }
  main .partidos .equipos .team-1 .nombre-t1,
main .partidos .equipos .team-1 .nombre-t2,
main .partidos .equipos .team-2 .nombre-t1,
main .partidos .equipos .team-2 .nombre-t2 {
    width: auto;
  }
  main .partidos .equipos .team-1 .nombre-t1,
main .partidos .equipos .team-2 .nombre-t1 {
    text-align: left;
  }
  main .partidos .equipos .team-1 .nombre-t2,
main .partidos .equipos .team-2 .nombre-t2 {
    text-align: right;
  }
  main .partidos .equipos .resultados-horario .horario {
    margin: auto 15px;
  }
  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=calendario.css.map */
