header {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
header .navbar-container {
  background-color: #230C4F;
  height: 60px;
}
header .logo-bbcl {
  height: 24px;
  width: 75px;
}
header .logo-especial {
  height: 24px;
}
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: #230C4F;
  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-especial {
  width: 96px;
  height: 26px;
  margin: auto 0;
}
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 rgba(255, 255, 255, 0.5);
  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 .navbar-expand {
  justify-content: space-between;
}
header .cr-container {
  width: 100%;
  height: 120px;
  background: #BB1EE2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 16px 0;
}
header .cr-container .cr-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-transform: none;
}
header .cr-container .cd {
  display: flex;
}
header .cr-container .cd .cr-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #2c2e34;
  margin-right: 12px;
}
header .cr-container .cd .cr-items .num {
  width: 60px;
  height: 48px;
  background: #ffffff;
  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: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 992px) {
  header {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
  }
  header .navbar.container.navbar-dark.navbar-expand {
    padding-top: 12px;
  }
  header .navbar-brand {
    margin-right: 24px;
  }
  header .logo-bbcl {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    padding-right: 24px;
    width: 100%;
  }
  header .navbar-logo-especial {
    margin-right: auto;
  }
  header .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid transparent;
    color: #ffffff;
    margin: auto 16px;
    text-transform: uppercase;
  }
  header .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  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;
    background: #BB1EE2;
  }
  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;
  }
}
footer {
  background: #0A072E;
  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 a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body .contenedor-ad-header {
  background-color: #0A072E;
}
body .main {
  position: relative;
  margin: auto 16px;
}
body .main .ultra-title {
  color: #222;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 93px;
  text-align: center;
}
body .main .section-mas-noticias {
  margin-bottom: 56px;
  margin-right: 15px;
  margin-left: 15px;
}
body .main .section-mas-noticias .section-mas-noticias-titulo {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias {
  margin-bottom: 24px;
}
body .main .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;
}
body .main .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%;
}
body .main .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%);
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before {
  content: "";
  display: block;
  padding-top: 45.455%;
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .sombra {
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(10, 29, 52, 0) 0%, #0a1d34 100%);
  position: absolute;
  bottom: 0;
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  margin: 0;
  position: relative;
  margin-left: 12px;
  padding-bottom: 12px;
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo {
  background: #e6e9ee;
  padding: 12px;
  border-radius: 0px 0px 8px 8px;
}
body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo h3 {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

@media (min-width: 992px) {
  body .main {
    max-width: 1060px;
    margin: 0 auto;
  }
  body .main .ultra-title {
    font-size: 32px;
    line-height: 32px;
  }
  body .main .section-mas-noticias {
    margin: 0 auto 56px;
  }
  body .main .section-mas-noticias .contenedor-noticias-inferior {
    display: flex;
    justify-content: space-between;
  }
  body .main .section-mas-noticias .contenedor-noticias-inferior .noticias {
    width: 340px;
  }
  body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen {
    width: 340px;
  }
  body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before {
    padding-top: 46.286%;
  }
  body .main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo {
    width: 340px;
  }
}
[v-cloak] {
  display: none !important;
}/*# sourceMappingURL=sedes.css.map */