header {
  width: 100%;
  background-image: url(/especial/especial-test/assets/img/bg_movil.jpg);
  background-color: #000;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16px;
}
header .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: transparent;
  margin: 32px auto 0;
}
header .logos .logo-bbcl {
  width: 71px;
  height: 23px;
  margin-bottom: 20px;
}
header .logos .logo-especial {
  width: 224px;
  height: 73px;
}
header .navbar {
  padding: 0;
}
header .btn-menu-movil {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: 0 !important;
  position: absolute;
  font-size: 20px;
  padding: 5px 6px;
  right: 10px;
  top: 10px;
}
header .btn-menu-movil .fal.fa-bars {
  transform: translate(50%, 50%);
}
header .btn-menu-movil:active, header .btn-menu-movil:hover, header .btn-menu-movil:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
header .btn-menu-movil:focus {
  box-shadow: none;
  color: #ffffff;
}
header .menu-movil {
  background-color: #051c43;
  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- {
  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: 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%;
  background: #72dbf7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
header .cr-container .cr-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #030c26;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 5px;
}
header .cr-container .cd {
  display: flex;
  margin-bottom: 12px;
}
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: #ffffff;
  margin-right: 12px;
}
header .cr-container .cd .cr-items .num {
  width: 60px;
  height: 48px;
  background: #030c26;
  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: #030c26;
}

@media (min-width: 992px) {
  header {
    background-image: url(/especial/especial-test/assets/img/bg_escritorio.jpg);
    background-position: top;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
  }
  header .navbar {
    width: 1060px;
  }
  header .navbar-brand {
    margin-right: 24px;
  }
  header .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: transparent;
    width: 651px;
    margin: 10px 0;
  }
  header .logos .logo-bbcl {
    width: 74px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  header .logos .logo-especial {
    width: 241px;
    height: 75px;
  }
  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 .cr-title {
    text-transform: none;
  }
  header .cr-container .cd {
    margin-left: 24px;
    margin-bottom: 5px;
    margin-top: 8px;
  }
  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;
  }
  header .cr-container .cd .cr-items .unit {
    text-transform: none;
  }
}
footer {
  background: #1f2531;
  margin: 0;
  padding-bottom: 26px;
  padding-top: 35px;
  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) {
  footer {
    padding-top: 47px;
    padding-bottom: 30px;
  }
  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;
  }
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

header .logos {
  margin: 32px auto 10px;
}

main {
  margin: 0 15px;
}
main .section-destacadas {
  margin: auto -15px 24px;
}
main .section-destacadas .destacada-principal {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
main .section-destacadas .destacada-principal .imagen-container {
  position: relative;
  height: 210px;
  width: 100%;
  padding: 0;
}
main .section-destacadas .destacada-principal .imagen-container .imagen {
  height: 100%;
  width: 100%;
}
main .section-destacadas .destacada-principal .imagen-container .play-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .section-destacadas .destacada-principal .imagen-container .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
main .section-destacadas .destacada-principal .imagen-container .sombra {
  position: absolute;
  bottom: 0;
  height: 125px;
  width: 100%;
  background: linear-gradient(180deg, #030c26 7.2%, rgba(3, 12, 38, 0.0001) 100%);
  mix-blend-mode: normal;
  transform: rotate(-180deg);
}
main .section-destacadas .destacada-principal .contenedor-titulo {
  background: #030c26;
  margin-top: -23px;
}
main .section-destacadas .destacada-principal .contenedor-titulo .titulo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  padding: 0 12px 16px;
  margin: 0;
  z-index: 10;
  position: relative;
}
main .section-destacadas .destacada-principal .contenedor-titulo .extracto {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #d4d6db;
  padding: 0 12px 16px;
  margin: 0;
}
main .section-destacadas .destacada-principal .contenedor-titulo .autor {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #d4d6db;
  padding: 0 12px 20px;
  margin: 0;
}
main .section-destacadas .destacada-principal .contenedor-titulo .autor .autor-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #d4d6db;
}
main .section-destacadas .notas-destacadas {
  width: 100%;
}
main .section-destacadas .notas-destacadas .titulo-destacadas {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  margin: auto 15px 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(3, 12, 38, 0.2);
  text-align: left;
  color: #1f2531;
}
main .section-destacadas .notas-destacadas .destacada {
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
}
main .section-destacadas .notas-destacadas .destacada .imagen-container {
  height: 174px;
  width: 100%;
  position: relative;
}
main .section-destacadas .notas-destacadas .destacada .imagen-container .play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .section-destacadas .notas-destacadas .destacada .imagen-container .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
main .section-destacadas .notas-destacadas .destacada .imagen-container .imagen {
  height: 100%;
  width: 100%;
}
main .section-destacadas .notas-destacadas .destacada .imagen-container .sombra {
  position: absolute;
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(3, 12, 38, 0) 0%, #030c26 100%);
  bottom: 0;
}
main .section-destacadas .notas-destacadas .destacada .imagen-container .autor {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  padding: 12px;
  position: absolute;
  margin: 0;
  bottom: 0;
}
main .section-destacadas .notas-destacadas .destacada .contenedor-titulo {
  padding: 0 12px 12px;
  background: #030c26;
}
main .section-destacadas .notas-destacadas .destacada .contenedor-titulo .titulo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
main .section-calendario {
  margin: 0 -15px 32px;
}
main .section-calendario .section-calendario-titulo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #030c26;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(3, 12, 38, 0.2);
  text-align: left;
  text-transform: capitalize;
  margin: 0 15px 32px;
}
main .section-calendario .fechas {
  margin: 0 15px;
}
main .section-calendario .fechas .fecha-container {
  display: flex;
  margin: 0 auto 12px;
}
main .section-calendario .fechas .fecha-container .dia {
  flex: 0 0 80px;
  height: 72px;
  background: #030c26;
  border-radius: 12px 0px 0px 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .section-calendario .fechas .fecha-container .dia .num {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 4px;
}
main .section-calendario .fechas .fecha-container .evento {
  height: 72px;
  background: #e6e9ee;
  border-radius: 0px 12px 12px 0px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #030c26;
  padding: 16px;
}
main #section-most-readed {
  counter-reset: destacadoCounter;
  margin-bottom: 64px;
}
main #section-most-readed .section-most-readed-title {
  color: #1f2531;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(3, 12, 38, 0.2);
  text-align: left;
}
main #section-most-readed .section-most-readed-body {
  margin-left: 9px;
}
main #section-most-readed .section-most-readed-body article {
  margin-bottom: 24px;
  position: relative;
}
main #section-most-readed .section-most-readed-body article .counter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background: #72dbf7;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
main #section-most-readed .section-most-readed-body article .counter::before {
  counter-increment: destacadoCounter;
  content: counter(destacadoCounter) "";
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  color: #030c26;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
main #section-most-readed .section-most-readed-body article a {
  display: flex;
  flex-direction: row;
}
main #section-most-readed .section-most-readed-body article a .article-image {
  flex: 0 0 110px;
  height: 90px;
  width: 110px;
  position: relative;
  object-fit: cover;
  margin: auto 0;
}
main #section-most-readed .section-most-readed-body article a .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%;
}
main #section-most-readed .section-most-readed-body article a .play-icon .fas.fa-play {
  position: absolute;
  font-size: 21px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
main #section-most-readed .section-most-readed-body article a h3 {
  color: #030c26;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  height: 90px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 0 12px;
}
main .section-mas-noticias {
  margin-bottom: 64px;
  margin-right: 12px;
  margin-left: 12px;
}
main .section-mas-noticias .section-mas-noticias-titulo {
  color: #1f2531;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(3, 12, 38, 0.2);
  text-align: left;
}
main .section-mas-noticias .contenedor-noticias-inferior,
main .section-mas-noticias #contenedor-notas-fetch {
  margin-right: -12px;
  margin-left: -12px;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias,
main .section-mas-noticias #contenedor-notas-fetch .noticias {
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container {
  position: relative;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container .imagen,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container .imagen {
  height: 174px;
  width: 100%;
  position: relative;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container .play-icon,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container .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%;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container .play-icon .fas.fa-play,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container .sombra,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container .sombra {
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(3, 12, 38, 0) 0%, #030c26 100%);
  position: absolute;
  bottom: 0;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container p,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  margin: 0;
  position: absolute;
  margin-left: 12px;
  padding-bottom: 12px;
  bottom: 0;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo,
main .section-mas-noticias #contenedor-notas-fetch .noticias .contenedor-titulo {
  background: #e6e9ee;
  padding: 12px;
}
main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo h3,
main .section-mas-noticias #contenedor-notas-fetch .noticias .contenedor-titulo h3 {
  color: #030c26;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
main .section-mas-noticias #contenedor-notas-fetch .boton-mas-noticias {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #1f2531;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 15px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #1f2531;
  margin: 0 auto;
}

@media (min-width: 992px) {
  header {
    min-height: 319px;
  }
  header .navbar {
    width: 1060px;
    min-height: 95px;
  }
  header .logos {
    margin-top: 10px;
    margin-left: 0;
  }
  header .bbcl-app.ad {
    margin-bottom: 116px !important;
  }
  main {
    max-width: 1060px;
    margin: 0 auto auto;
    background-color: transparent;
  }
  main .section-destacadas {
    margin: auto 0 48px;
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: -116px;
  }
  main .section-destacadas .destacada-principal {
    display: flex;
  }
  main .section-destacadas .destacada-principal .imagen-container {
    border-radius: 12px;
    height: 350px;
  }
  main .section-destacadas .destacada-principal .imagen-container .imagen {
    height: 100%;
    width: 648px;
  }
  main .section-destacadas .destacada-principal .imagen-container .sombra {
    margin-left: auto;
    margin-right: 0;
    width: 420px;
    height: 350px;
    background: linear-gradient(90deg, #030c26 0%, rgba(3, 12, 38, 0.0001) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
    right: 0;
  }
  main .section-destacadas .destacada-principal .contenedor-titulo {
    width: 100%;
    height: 350px;
    padding: 14px 24px 24px;
    margin-top: 0;
  }
  main .section-destacadas .destacada-principal .contenedor-titulo .titulo {
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
  main .section-destacadas .destacada-principal .contenedor-titulo .extracto {
    color: #d4d6db;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 24px;
  }
  main .section-destacadas .destacada-principal .contenedor-titulo .autor {
    font-size: 12px;
    line-height: 12px;
    color: #d4d6db;
    padding: 0;
  }
  main .section-destacadas .destacada-principal .contenedor-titulo .autor .autor-link {
    font-size: 12px;
    line-height: 12px;
    color: #d4d6db;
  }
  main .section-destacadas .notas-destacadas {
    margin-left: 0;
    margin-right: 0;
  }
  main .section-destacadas .notas-destacadas .titulo-destacadas {
    margin-left: 0;
  }
  main .section-destacadas .notas-destacadas .notas {
    display: flex;
  }
  main .section-destacadas .notas-destacadas .notas a {
    margin-right: 20px;
  }
  main .section-destacadas .notas-destacadas .notas a:last-child {
    margin-right: 0;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada {
    margin: 0;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .contenedor-titulo {
    max-height: 120px;
    padding: 12px 16px;
    margin-left: 0;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .contenedor-titulo .titulo {
    margin-bottom: 16px;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .imagen-container {
    margin-right: 0;
    width: 340px;
    flex: 0 0 340px;
    height: 183px;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .imagen-container .imagen {
    height: 100%;
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .imagen-container .sombra {
    height: 109px;
    background: linear-gradient(180deg, rgba(3, 12, 38, 0) 0%, #030c26 100%);
  }
  main .section-destacadas .notas-destacadas .notas a .destacada .imagen-container .autor {
    padding: 12px 16px 0;
  }
  main .section-calendario {
    margin-left: 0;
    margin-right: 0;
  }
  main .section-calendario .section-calendario-titulo {
    margin-left: 0;
    margin-right: 0;
  }
  main .section-calendario .fechas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  main .section-calendario .fechas .fecha-container {
    margin: 0 0 32px;
    flex: 0 0 340px;
  }
  main .section-calendario .fechas .fecha-container .evento {
    flex: 0 0 260px;
  }
  main .section-mas-noticias {
    max-width: 730px;
    margin-left: 0;
    margin-right: 0;
  }
  main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container .sombra,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container .sombra {
    height: 108px;
    background: linear-gradient(180deg, rgba(3, 12, 38, 0) 0%, #030c26 100%);
  }
  main .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen-container p,
main .section-mas-noticias #contenedor-notas-fetch .noticias .imagen-container p {
    margin-left: 15px;
  }
  main .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo,
main .section-mas-noticias #contenedor-notas-fetch .noticias .contenedor-titulo {
    padding: 12px 15px;
  }
  main aside {
    max-width: 300px;
    margin-left: 30px;
    margin-top: 69px;
  }
  main aside #section-most-readed {
    padding: 15px 0 0;
    background: rgba(255, 255, 255, 0.8);
  }
  main aside #section-most-readed .section-most-readed-title {
    margin-bottom: 24px;
    text-align: left;
  }
  main aside #section-most-readed .section-most-readed-body article {
    margin-bottom: 24px;
  }
  main aside #section-most-readed .section-most-readed-body article a h3 {
    padding-left: 16px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }
  main .section-bottom {
    margin-left: 0;
    margin-right: 0;
  }
}
[v-cloak] {
  display: none !important;
}

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