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/assets/img/bg_movil_nota.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body .main {
  position: relative;
}
body .main .nota-y-mas-leidos {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 15px;
}
body .main .nota {
  margin: 0 0 48px;
}
body .main .nota .fecha {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #5c6981;
  margin: 0 12px 16px;
}
body .main .nota .titulo {
  font-family: "Montserrat", sans-serif;
  color: #0a1d34;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0 12px 16px;
}
body .main .nota .autor {
  font-family: "Montserrat", sans-serif;
  color: #5c6981;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin: 0 12px 16px;
}
body .main .nota .autor a {
  font-weight: 500;
  color: #5c6981;
}
body .main .nota .imagen {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
body .main .nota .imagen .creditos {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #8899a6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 27px;
  max-width: 88%;
  background: linear-gradient(90deg, rgba(20, 27, 51, 0.0001) 0%, #141b33 100%);
  opacity: 0.8;
  margin-right: 0;
  margin-left: auto;
  padding-right: 12px;
}
body .main .nota .imagen .creditos .fas.fa-camera {
  font-size: 11px;
}
body .main .nota .imagen::before {
  content: "";
  display: block;
  padding-top: 47.78%;
}
body .main .nota .redes-container {
  margin-bottom: 31px;
}
body .main .nota .redes-container .redes {
  display: flex;
  justify-content: space-between;
}
body .main .nota .redes-container .redes .visitas {
  font-family: "Montserrat", sans-serif;
  border-left: 1px solid rgba(136, 153, 166, 0.3);
  border-right: 1px solid rgba(136, 153, 166, 0.3);
  color: rgba(92, 105, 129, 0.6);
  font-weight: 400;
  padding: 5px 16px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
body .main .nota .redes-container .redes .visitas .numero-visitas-mob {
  color: #5c6981;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
}
body .main .nota .redes-container .redes .icons {
  display: flex;
}
body .main .nota .redes-container .redes .icons .fb {
  background-color: #3a5998;
}
body .main .nota .redes-container .redes .icons .tw {
  background-color: #26aced;
}
body .main .nota .redes-container .redes .icons .wsp {
  background-color: #12c853;
}
body .main .nota .redes-container .redes .icons .link {
  background-color: #8899a6;
}
body .main .nota .redes-container .redes .icons a {
  display: flex;
}
body .main .nota .redes-container .redes .icons .fb,
body .main .nota .redes-container .redes .icons .tw,
body .main .nota .redes-container .redes .icons .wsp,
body .main .nota .redes-container .redes .icons .link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  font-size: 21px;
}
body .main .nota .redes-container .redes .icons .fb a,
body .main .nota .redes-container .redes .icons .tw a,
body .main .nota .redes-container .redes .icons .wsp a,
body .main .nota .redes-container .redes .icons .link a {
  color: #ffffff;
}
body .main .nota #appComponentComunidad .relative.font-inter.mb-20px {
  text-align: center;
}
body .main .nota #appComponentComunidad .relative.font-inter.mb-20px button {
  width: 300px;
}
body .main .nota .cita-bbcl {
  border: 3px solid #dae4eb;
  width: 100%;
  color: #1c2e4f;
  background-color: #fff;
  margin: 40px 0;
}
body .main .nota .cita-bbcl .cita-icon {
  float: left;
  background: white;
  color: white;
  margin-top: -3px;
  margin-left: -3px;
  padding-right: 13px;
  padding-bottom: 11px;
}
body .main .nota .cita-bbcl .cita-bbcl-texto {
  padding: 13px 40px 0;
  font-style: italic;
  font-weight: bold;
}
body .main .nota .cita-bbcl .cita-bbcl-autor {
  font-style: italic;
}
body .main .nota .cita-bbcl .cita-bbcl-compartir {
  padding: 10px;
}
body .main .nota .cita-bbcl .cita-bbcl-compartir a {
  color: #dae4eb;
  padding: 0 10px;
  font-size: 1.42rem;
}
body .main .nota .instagram-media,
body .main .nota .twitter-tweet {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
body .main .nota section.hooper {
  outline: none;
}
body .main .nota .bbcl-alert {
  margin-bottom: 28px;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
}
body .main .nota .bbcl-alert span {
  font-size: 16px;
  margin-right: 10px;
}
body .main .nota .bbcl-alert .alert-title {
  background-color: #3a4cb4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 16px;
}
body .main .nota .bbcl-alert .alert-content {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
}
body .main .nota .alert-spoiler {
  border: 1px solid #3a4cb4;
}
body .main .nota .alert-spoiler .alert-title {
  background-color: #3a4cb4;
}
body .main .nota .alert-en-desarrollo {
  border: 1px solid #f9a825;
}
body .main .nota .alert-en-desarrollo .alert-title {
  background-color: #f9a825;
}
body .main .nota .alert-explicitas {
  border: 1px solid #de283b;
}
body .main .nota .alert-explicitas .alert-title {
  background-color: #de283b;
}
body .main .nota .alert-violencia-mujer {
  border: 1px solid #ad1457;
}
body .main .nota .alert-violencia-mujer .alert-title {
  background-color: #ad1457;
}
body .main .nota .alert-presunta-inocencia {
  border: 1px solid #00897b;
}
body .main .nota .alert-presunta-inocencia .alert-title {
  background-color: #00897b;
}
body .main .nota .alert-transporte {
  border: 1px solid #eb7104;
}
body .main .nota .alert-transporte .alert-title {
  background-color: #eb7104;
}
body .main .nota .alert-suicidio {
  border: 1px solid #f9a825;
}
body .main .nota .alert-suicidio .alert-title {
  background-color: #f9a825;
}
body .main .nota .alert-estudio {
  border: 1px solid #45adba;
}
body .main .nota .alert-estudio .alert-title {
  background-color: #45adba;
}
body .main .nota .vrudo {
  width: 100% !important;
}
body .main .nota .container-redes-contenido {
  display: block;
}
body .main .nota .container-redes-contenido .contenido-nota {
  font-family: "Montserrat", sans-serif;
  color: #1f2531;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  word-break: break-word;
  padding: 0;
}
body .main .nota .container-redes-contenido .contenido-nota .lee-tambien-bbcl {
  padding-right: 15px;
  padding-left: 15px;
}
body .main .nota .container-redes-contenido .contenido-nota .lee-tambien-bbcl .lee-tambien-titulo {
  color: #2b73b3;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
body .main .nota .container-redes-contenido .contenido-nota .lee-tambien-bbcl .lee-tambien-caja {
  border-bottom: 1px solid rgba(92, 105, 129, 0.2);
  border-top: 1px solid rgba(92, 105, 129, 0.2);
  display: flex;
  padding: 0;
  width: 100%;
  margin: 10px 0 30px 0;
}
body .main .nota .container-redes-contenido .contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-img {
  width: 128px;
  height: 80px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center center;
  margin-right: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .main .nota .container-redes-contenido .contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-titular {
  color: #051c43;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 20px;
}
body .main .nota .container-redes-contenido .contenido-nota blockquote {
  display: inline-block;
  background-color: #316596;
  border: 1px solid #2c467c;
  font-weight: 400;
  width: 100%;
  margin: 15px 0 10px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
}
body .main .nota .container-redes-contenido .contenido-nota blockquote a {
  color: #ffee58;
}
body .main .nota .container-redes-contenido .contenido-nota blockquote a:hover {
  color: #ffee58;
}
body .main .nota .container-redes-contenido .contenido-nota iframe {
  width: 100%;
}
body .main .nota .container-redes-contenido .contenido-nota figure {
  position: relative;
  width: 100% !important;
}
body .main .nota .container-redes-contenido .contenido-nota figure figcaption {
  border-left: 2px solid #2b73b3;
  bottom: 15px;
  color: #f0f2f5;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  left: 33px;
  letter-spacing: 0;
  line-height: 21px;
  max-width: 95px;
  padding: 0;
  padding-left: 16px;
  position: absolute;
  background: linear-gradient(90deg, #030c26 0%, rgba(3, 12, 38, 0) 100%);
}
body .main .nota .container-redes-contenido .contenido-nota img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
}
body .main .nota .container-redes-contenido .contenido-nota audio {
  margin-bottom: 30px;
}
body .main .nota .container-redes-contenido .contenido-nota .banner-content {
  display: none !important;
}
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .fecha-publicacion-desktop,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .fecha-publicacion-mobile,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .titulo-wp-nota-desktop,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .titulo-wp-nota-mobile,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .rrss-mobile,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .nota-visitas-mobile,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .caja-publicado-por-desktop,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .nota-img,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .rrss-desktop-top,
body .main .nota .container-redes-contenido .contenido-nota .content-p7 .rrss-desktop-bot {
  display: none;
}
body .main .nota .container-redes-contenido .contenido-nota h2 {
  color: #1f2531;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin: 30px 0;
}
body .main .nota .container-redes-contenido .contenido-nota .extracto-nota {
  background-color: #e9ecf0;
  padding: 16px 0;
  border-radius: 4px;
  margin: 0 16px 35px;
  position: relative;
  line-height: 28px;
}
body .main .nota .container-redes-contenido .contenido-nota .extracto-nota p:first-child::first-letter {
  font-size: 34px;
  line-height: 28px;
  color: #e9ecf0;
  background-color: #475765;
  padding: 13px 7px 6px;
  float: left;
  margin-right: 5px;
}
body .main .nota .container-redes-contenido .contenido-nota .extracto-nota::after {
  content: "";
  position: absolute;
  bottom: -24px;
  border: 13px solid #e9ecf0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
body .main .nota .container-redes-contenido .contenido-nota .contenido-nota .destacador {
  background-color: #007aff;
  color: #fff;
  padding: 0 4px;
}
body .main .nota .container-redes-contenido .contenido-nota p,
body .main .nota .container-redes-contenido .contenido-nota h2 {
  margin-left: 15px;
  margin-right: 15px;
}
body .main #section-most-readed {
  counter-reset: mostReadedCounter;
  margin-bottom: 48px;
}
body .main #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;
}
body .main #section-most-readed .section-most-readed-body {
  padding: 0 9px;
}
body .main #section-most-readed .section-most-readed-body article {
  margin-bottom: 24px;
  position: relative;
}
body .main #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%);
}
body .main #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;
}
body .main #section-most-readed .section-most-readed-body article a {
  display: flex;
  flex-direction: row;
}
body .main #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;
}
body .main #section-most-readed .section-most-readed-body article a .article-image:before {
  content: "";
  display: block;
  padding-top: 81.82%;
}
body .main #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%;
}
body .main #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%);
}
body .main #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;
}
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 {
    background-image: url(/especial/panamericanos/assets/img/bg_escritorio_nota.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  body .main {
    max-width: 1060px;
    margin: 0 auto;
  }
  body .main .nota-y-mas-leidos {
    flex-direction: row;
    justify-content: space-between;
  }
  body .main .nota {
    max-width: 730px;
    margin: 0 0 63px;
  }
  body .main .nota .fecha {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
  }
  body .main .nota .titulo {
    font-size: 32px;
    line-height: 41px;
    margin: 0 0 12px;
  }
  body .main .nota .autor {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  body .main .nota .imagen {
    border-radius: 8px;
  }
  body .main .nota .creditos-visitas {
    border-bottom: 1px solid rgba(136, 152, 165, 0.3);
    display: flex;
    justify-content: space-between;
  }
  body .main .nota .creditos-visitas .creditos {
    color: #5c6981;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
  }
  body .main .nota .creditos-visitas .creditos .fas.fa-camera {
    font-size: 14px;
    line-height: 14px;
    margin-right: 11px;
  }
  body .main .nota .creditos-visitas .visitas {
    color: #5c6981;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  body .main .nota .container-redes-contenido {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  body .main .nota .container-redes-contenido .contenido-nota {
    margin: 0 -15px;
    padding-right: 15px;
  }
  body .main .nota .container-redes-contenido .contenido-nota .extracto-nota {
    margin: 0 0 35px;
  }
  body .main .nota .container-redes-contenido .contenido-nota p {
    margin-left: 0;
    margin-right: 0;
  }
  body .main .nota .redes-container {
    padding: 0;
    margin-right: 30px;
  }
  body .main .nota .redes-container .redes {
    padding: 0;
  }
  body .main .nota .redes-container .redes .icons {
    flex-direction: column;
  }
  body .main .nota .redes-container .redes .icons .fb,
body .main .nota .redes-container .redes .icons .tw,
body .main .nota .redes-container .redes .icons .wsp,
body .main .nota .redes-container .redes .icons .link {
    margin: 5px 0;
  }
  body .main .nota .redes-container .redes .icons .fb {
    margin-top: 20px;
  }
  body .main #section-most-readed {
    max-width: 300px;
    padding: 0;
  }
  body .main #section-most-readed .section-most-readed-body {
    padding: 0;
  }
  body .main #section-most-readed .section-most-readed-body article {
    margin-bottom: 0;
  }
  body .main #section-most-readed .section-most-readed-body article .counter {
    top: 35%;
  }
  body .main #section-most-readed .section-most-readed-body article a .article-image {
    margin: 0 0 24px;
    height: 90px;
  }
  body .main #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;
  }
  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;
  }
  body .main #appComponentComunidad {
    width: 100%;
  }
}
[v-cloak] {
  display: none !important;
}

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