header {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
header .navbar-container {
  background-color: #0074ff;
  height: 60px;
}
header .logo-bbcl {
  height: 24px;
  width: 75px;
}
header .logo-especial {
  height: 26px;
  width: 96px;
}
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: #0074ff;
  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: #e21e65;
  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: #e21e65;
  }
  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: #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-image: url(/especial/panamericanos-santiago-2023/assets/img/bg_movil_panamericanos.jpg);
  background-size: 100% 1000px;
  background-repeat: no-repeat;
  background-position: top;
}
body .parallax {
  background-image: url(/especial/panamericanos-santiago-2023/assets/img/bg_movil_panamericanos_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.main .section-destacadas {
  margin: auto 0 32px;
}
.main .section-destacadas .destacada-principal {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.main .section-destacadas .destacada-principal .imagen {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 0;
}
.main .section-destacadas .destacada-principal .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%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .section-destacadas .destacada-principal .imagen .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::before {
  content: "";
  display: block;
  padding-top: 53.612%;
}
.main .section-destacadas .destacada-principal .contenedor-titulo .contenedor-titulo {
  background: rgba(0, 115, 255, 0.9);
  border-radius: 8px;
}
.main .section-destacadas .destacada-principal .contenedor-titulo .titulo {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 16px;
  margin: 0;
}
.main .section-destacadas .destacada-principal .contenedor-titulo .extracto {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 0 16px 32px;
  margin: 0;
}
.main .section-destacadas .destacada-principal .contenedor-titulo .autor {
  display: none;
}
.main .section-destacadas .notas-destacadas {
  width: 100%;
}
.main .section-destacadas .notas-destacadas .titulo-destacadas {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: auto auto 20px;
  text-align: center;
  text-transform: uppercase;
}
.main .section-destacadas .notas-destacadas .destacada {
  display: flex;
  margin: 0 15px 20px;
}
.main .section-destacadas .notas-destacadas .destacada .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 105px;
  border-radius: 8px 0px 0px 8px;
}
.main .section-destacadas .notas-destacadas .destacada .imagen .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 .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::before {
  content: "";
  display: block;
  padding-top: 45.455%;
}
.main .section-destacadas .notas-destacadas .destacada .imagen .sombra {
  display: none;
}
.main .section-destacadas .notas-destacadas .destacada .imagen .autor {
  display: none;
}
.main .section-destacadas .notas-destacadas .destacada .contenedor-titulo {
  background: #f0f2f5;
  border-radius: 0px 8px 8px 0px;
  max-width: 223px;
  padding: 8px 12px;
}
.main .section-destacadas .notas-destacadas .destacada .contenedor-titulo .titulo {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.main .section-lado-b-movil {
  width: 100%;
  margin: 0 auto 48px;
}
.main .section-lado-b-movil .titulo-lado-b {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.main .section-lado-b-movil #lado-b-container-movil {
  padding-left: 16px;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel {
  height: 100%;
  padding-bottom: 30px;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel .noticias {
  margin-right: 20px;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel .noticias .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 281px;
  position: relative;
  border-radius: 8px 8px 0px 0px;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel .noticias .imagen::before {
  content: "";
  display: block;
  padding-top: 57.6%;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel .noticias .contenedor-titulo {
  border-radius: 0px 0px 8px 8px;
  background: #0074ff;
  padding: 12px 15px 32px;
  width: 281px;
}
.main .section-lado-b-movil #lado-b-container-movil .lado-b-carousel .noticias .contenedor-titulo h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
}
.main .section-lado-b-movil #lado-b-container-movil .hooper.hooper .hooper-indicator {
  border: 1px solid rgba(0, 115, 255, 0.3);
  background-color: rgba(0, 115, 255, 0.3);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin: 0 8px;
}
.main .section-lado-b-movil #lado-b-container-movil .hooper.hooper .hooper-indicator.is-active {
  background-color: #0074ff;
}
.main .section-lado-b-escritorio {
  display: none;
}
.main .container-bottom {
  width: 100%;
  margin: auto;
}
.main .container-bottom .top-medallero {
  display: none !important;
  margin-bottom: 48px;
}
.main .container-bottom .top-medallero .medallero-title {
  color: #0A1D34;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
.main .container-bottom #section-most-readed {
  counter-reset: mostReadedCounter;
  margin-bottom: 48px;
}
.main .container-bottom #section-most-readed .section-most-readed-title {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.main .container-bottom #section-most-readed .section-most-readed-body {
  padding: 0 9px;
}
.main .container-bottom #section-most-readed .section-most-readed-body article {
  margin-bottom: 24px;
  position: relative;
}
.main .container-bottom #section-most-readed .section-most-readed-body article .counter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background: #0074ff;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .container-bottom #section-most-readed .section-most-readed-body article .counter::before {
  counter-increment: mostReadedCounter;
  content: counter(mostReadedCounter) "";
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.main .container-bottom #section-most-readed .section-most-readed-body article a {
  display: flex;
  flex-direction: row;
}
.main .container-bottom #section-most-readed .section-most-readed-body article a .article-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 110px;
  height: auto;
  margin: auto 0;
  width: 110px;
  position: relative;
  border-radius: 8px;
  margin-top: 0;
}
.main .container-bottom #section-most-readed .section-most-readed-body article a .article-image:before {
  content: "";
  display: block;
  padding-top: 81.82%;
}
.main .container-bottom #section-most-readed .section-most-readed-body article a .article-image .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 .container-bottom #section-most-readed .section-most-readed-body article a .article-image .play-icon .fas.fa-play {
  position: absolute;
  font-size: 21px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.main .container-bottom #section-most-readed .section-most-readed-body article a .article-title {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  max-width: 206px;
  padding: 0 0 0 12px;
}
.main .container-bottom .section-mas-noticias {
  margin: 0px auto 64px;
}
.main .container-bottom .section-mas-noticias .section-mas-noticias-titulo {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch {
  margin: 0;
  width: 100%;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias {
  margin-bottom: 24px;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0px 0px;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .play-icon,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .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%;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .play-icon .fas.fa-play,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen .play-icon .fas.fa-play {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen::before {
  content: "";
  display: block;
  padding-top: 45.455%;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen .sombra,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen .sombra {
  width: 100%;
  height: 108px;
  background: linear-gradient(180deg, rgba(31, 37, 49, 0) 0%, #1f2531 100%);
  position: absolute;
  bottom: 0;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen p,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-bottom: 12px;
  position: relative;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .contenedor-titulo {
  background: #e6e9ee;
  padding: 12px;
  border-radius: 0px 0px 8px 8px;
}
.main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .contenedor-titulo h3,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .contenedor-titulo h3 {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .boton-mas-noticias {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  background: #0074ff;
  border-radius: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 15px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #0074ff;
  margin: 0 auto;
}

@media (min-width: 992px) {
  body {
    background-image: url(/especial/panamericanos-santiago-2023/assets/img/bg_escritorio_panamericanos.jpg);
    background-size: 100% 850px;
    background-repeat: no-repeat;
    background-position: top;
  }
  body .parallax {
    background-image: url(/especial/panamericanos-santiago-2023/assets/img/bg_escritorio_panamericanos_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .main {
    margin: auto;
    max-width: 1060px;
  }
  .main .section-destacadas {
    margin: auto 0 24px;
  }
  .main .section-destacadas .destacada-principal {
    display: flex;
    margin-bottom: 24px;
  }
  .main .section-destacadas .destacada-principal .imagen {
    border-radius: 8px;
    width: 648px;
  }
  .main .section-destacadas .destacada-principal .contenedor-titulo {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    margin-left: 30px;
    width: 100%;
  }
  .main .section-destacadas .destacada-principal .extracto {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
  .main .section-destacadas .notas-destacadas .notas {
    display: flex;
    justify-content: space-between;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada {
    flex-direction: column;
    margin: 0;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .contenedor-titulo {
    background: #e6e9ee;
    border-radius: 0px 0px 8px 8px;
    max-height: 89px;
    max-width: 340px;
    padding: 12px 16px;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .contenedor-titulo .titulo {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .imagen {
    border-radius: 8px 8px 0px 0px;
    position: relative;
    width: 340px;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .imagen::before {
    padding-top: 53.825%;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .imagen .sombra {
    background: linear-gradient(180deg, rgba(10, 29, 52, 0) 0%, #0a1d34 100%);
    bottom: 0;
    display: block;
    height: 109px;
    position: absolute;
    width: 100%;
  }
  .main .section-destacadas .notas-destacadas .notas a .destacada .imagen .autor {
    bottom: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 0;
    padding: 12px 16px;
    position: absolute;
  }
  .main .section-lado-b-movil {
    display: none;
  }
  .main .section-lado-b-escritorio {
    display: block;
    margin: 0 auto 48px;
    max-width: 730px;
  }
  .main .section-lado-b-escritorio .titulo-lado-b {
    color: #0a1d34;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio {
    display: flex;
    justify-content: space-between;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio .noticias {
    width: 234px;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio .noticias .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio .noticias .imagen::before {
    content: "";
    display: block;
    padding-top: 57.7%;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio .noticias .contenedor-titulo {
    border-radius: 0px 0px 8px 8px;
    background: #0074ff;
    padding: 12px 12px 38px;
  }
  .main .section-lado-b-escritorio .lado-b-container-escritorio .noticias .contenedor-titulo h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }
  .main .container-bottom {
    justify-content: space-between;
  }
  .main .container-bottom .top-medallero {
    margin-bottom: 32px;
  }
  .main .container-bottom #section-most-readed {
    max-width: 300px;
    padding: 0;
  }
  .main .container-bottom #section-most-readed .section-most-readed-body {
    padding: 0;
  }
  .main .container-bottom #section-most-readed .section-most-readed-body article {
    margin-bottom: 0;
  }
  .main .container-bottom #section-most-readed .section-most-readed-body article .counter {
    top: 35%;
  }
  .main .container-bottom #section-most-readed .section-most-readed-body article a .article-image {
    margin: 0 0 24px;
    height: 90px;
  }
  .main .container-bottom #section-most-readed .section-most-readed-body article a .article-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 0 0 0 16px;
  }
  .main .container-bottom .section-mas-noticias {
    max-width: 730px;
  }
  .main .container-bottom .section-mas-noticias .contenedor-noticias-inferior,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch {
    justify-content: space-between;
  }
  .main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias {
    max-width: 350px;
    padding: 0;
  }
  .main .container-bottom .section-mas-noticias .contenedor-noticias-inferior .noticias .imagen::before,
.main .container-bottom .section-mas-noticias #contenedor-notas-fetch .noticias .imagen::before {
    padding-top: 46%;
  }
}
[v-cloak] {
  display: none !important;
}

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