main .extracto-nota {
  background-color: #202A44;
  padding: 16px;
  border-radius: 4px;
  margin: 0 0 35px;
  position: relative;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  color: #fafafa;
}
main .extracto-nota ::after {
  content: "";
  position: absolute;
  bottom: -24px;
  border: 13px solid #202A44;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 12px;
}
main .wp-caption.aligncenter {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 12px 0;
  max-width: 360px;
}
main .wp-caption.aligncenter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .container-resumen-ia {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px auto 20px;
  padding: 0px;
}
main .container-resumen-ia #resumen-ia {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen {
  width: 100%;
}
main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn {
  align-items: center;
  background: linear-gradient(to right, #36a8ee, #4c67f6);
  border: none;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 9px 20px;
  position: relative;
  z-index: 1;
}
main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn .imagen-icon {
  margin: 0;
  width: 23px;
}
main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn .titulo-resumen {
  color: #ffffff;
  font-family: "Lato", system-ui;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 11px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .show-resumen {
  border-radius: 8px 8px 0 0;
}
main .container-resumen-ia .resumen-generado {
  background-color: #eaecf0;
  border: 1px solid #e8eaed;
  border-radius: 0 0 8px 8px;
  color: #000000;
  padding: 16px;
  position: relative;
  z-index: 0;
}
main .container-resumen-ia .resumen-generado span {
  color: #8c98a4;
  font-family: "Lato", system-ui;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
main .container-resumen-ia .resumen-generado p {
  font-family: "Montserrat", system-ui;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 0px;
}
main .container-resumen-ia .resumen-generado .desarrollado-por {
  text-align: center;
}
main .container-resumen-ia .resumen-generado .desarrollado-por span {
  color: #8c98a4;
  font-family: "Lato", system-ui;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
main .content-container .section-container .noticia-principal {
  margin-bottom: 32px;
  background-color: #202A44;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 3px;
}
main .content-container .section-container .noticia-principal .nota-top-content .img-container {
  position: relative;
}
main .content-container .section-container .noticia-principal .nota-top-content .img-container .img-destacada {
  width: 100%;
}
main .content-container .section-container .noticia-principal .nota-top-content .img-container::after {
  background: linear-gradient(360deg, #202a44 0%, rgba(32, 42, 68, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text {
  background: linear-gradient(360deg, #202A44 85%, rgba(21, 12, 93, 0) 100%);
  margin-top: -27px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .fecha {
  color: #ffffff;
  font-family: "Montserrat", system-ui;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 0;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .titular {
  color: #ffffff;
  font-family: "Montserrat", system-ui;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
main .content-container .section-container .noticia-principal .container-nota-body {
  padding-left: 12px;
  padding-right: 12px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde {
  align-items: center;
  border-bottom: 1px solid rgba(136, 153, 166, 0.3019607843);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde .autor {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde .autor b {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde #cbbLeerMasTarde button {
  color: #ffffff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas {
  align-items: center;
  border-bottom: 1px solid rgba(136, 153, 166, 0.3019607843);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .image-caption {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .image-caption svg {
  margin-right: 8px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .visitas {
  align-items: center;
  display: flex;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .visitas .visitas-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-right: 16px;
  order: 0;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .visitas .visitas-count {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  order: 1;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content {
  display: flex;
  flex-wrap: wrap;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .container-resumen-ia {
  order: 1;
  width: 100%;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  order: 0;
  position: relative;
  top: 0;
  width: 216px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .fb {
  background-color: #3a5998;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .tw {
  background-color: #171819;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .wsp {
  background-color: #12c853;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .link {
  background-color: #8899a6;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes a {
  display: flex;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .fb,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .tw,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .wsp,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .link {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 21px;
  height: 45px;
  justify-content: center;
  margin: 0;
  width: 45px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .fb a,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .tw a,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .wsp a,
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .link a {
  color: #ffffff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  order: 2;
  width: 100%;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido p {
  margin-top: 0;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido p a {
  color: #4c67f6;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido .titulo-galeria {
  color: #ffffff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido .texto-galeria {
  color: #ffffff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido .figcaption {
  position: relative !important;
  bottom: 250px !important;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad .my-4 div:first-child {
  margin: 0;
  background-color: #ffffff !important;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad .my-4 img {
  width: 26px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad .my-4 p {
  color: #000000;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad .header-comments {
  border: none;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad #menu-usuario div:first-child {
  background-color: #ffffff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body #appComponentComunidad .dark-bg-white {
  background-color: #ffffff;
  border-radius: 16px;
}
main .content-container .section-container .noticia-principal .container-nota-body aside {
  display: none;
}
main .content-container .section-container .section-ultimas-noticias .section-title {
  color: #ffffff;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
main .content-container .section-container .section-ultimas-noticias .noticias-container .noticias {
  margin-bottom: 32px;
}
main .content-container .section-container .section-ultimas-noticias .noticias-container .noticias img {
  border-radius: 8px;
  margin-bottom: 12px;
}
main .content-container .section-container .section-ultimas-noticias .noticias-container .noticias .fecha {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 12px;
  display: block;
}
main .content-container .lee-tambien-bbcl {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #087AAB;
  border-radius: 10px;
}
main .content-container .lee-tambien-bbcl .lee-tambien-titulo {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 10px;
}
main .content-container .lee-tambien-bbcl .lee-tambien-caja {
  display: flex;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
main .content-container .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;
}
main .content-container .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-titular {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 20px;
}
main .content-container section.hooper {
  outline: none;
}
main .content-container .bbcl-alert {
  margin-bottom: 28px;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
}
main .content-container .bbcl-alert span {
  font-size: 16px;
  margin-right: 10px;
}
main .content-container .bbcl-alert .alert-title {
  background-color: #3a4cb4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 16px;
}
main .content-container .bbcl-alert .alert-content {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
}
main .content-container .alert-spoiler {
  border: 1px solid #3a4cb4;
}
main .content-container .alert-spoiler .alert-title {
  background-color: #3a4cb4;
}
main .content-container .alert-en-desarrollo {
  border: 1px solid #f9a825;
}
main .content-container .alert-en-desarrollo .alert-title {
  background-color: #f9a825;
}
main .content-container .alert-explicitas {
  border: 1px solid #de283b;
}
main .content-container .alert-explicitas .alert-title {
  background-color: #de283b;
}
main .content-container .alert-violencia-mujer {
  border: 1px solid #ad1457;
}
main .content-container .alert-violencia-mujer .alert-title {
  background-color: #ad1457;
}
main .content-container .alert-presunta-inocencia {
  border: 1px solid #00897b;
}
main .content-container .alert-presunta-inocencia .alert-title {
  background-color: #00897b;
}
main .content-container .alert-transporte {
  border: 1px solid #eb7104;
}
main .content-container .alert-transporte .alert-title {
  background-color: #eb7104;
}
main .content-container .alert-suicidio {
  border: 1px solid #f9a825;
}
main .content-container .alert-suicidio .alert-title {
  background-color: #f9a825;
}
main .content-container .alert-estudio {
  border: 1px solid #45adba;
}
main .content-container .alert-estudio .alert-title {
  background-color: #45adba;
}
main .content-container .vrudo {
  width: 100% !important;
}
main .content-container 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;
}
main .content-container blockquote a {
  color: #ffee58;
}
main .content-container blockquote a:hover {
  color: #ffee58;
}
main .content-container #section-most-readed {
  counter-reset: mostReadedCounter;
  margin-bottom: 48px;
}
main .content-container #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 .content-container #section-most-readed .section-most-readed-body {
  padding: 0 9px;
}
main .content-container #section-most-readed .section-most-readed-body article {
  margin-bottom: 24px;
  position: relative;
}
main .content-container #section-most-readed .section-most-readed-body article .counter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background: #533096;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .content-container #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 .content-container #section-most-readed .section-most-readed-body article a {
  display: flex;
  flex-direction: row;
}
main .content-container #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 .content-container #section-most-readed .section-most-readed-body article a .article-image:before {
  content: "";
  display: block;
  padding-top: 81.82%;
}
main .content-container #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 .content-container #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 .content-container #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;
}

@media (min-width: 993px) {
  main .wp-caption.aligncenter {
    -o-object-fit: contain;
       object-fit: contain;
    margin: 12px 0;
    max-width: 574px;
  }
  main .wp-caption.aligncenter img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    height: 100%;
  }
  main .container-resumen-ia #resumen-ia {
    flex-direction: row;
  }
  main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn {
    cursor: pointer;
    padding: 8px 32px;
  }
  main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn .imagen-icon {
    width: 25px;
  }
  main .container-resumen-ia #resumen-ia .mostrar-parrafo-resumen .toggle-btn .titulo-resumen {
    font-size: 12px;
    line-height: 12px;
  }
  main .container-resumen-ia #resumen-ia .resumen-generado {
    padding: 16px 80px 24px;
  }
  main .container-resumen-ia #resumen-ia .resumen-generado span {
    font-size: 13px;
    line-height: 13px;
  }
  main .container-resumen-ia #resumen-ia .resumen-generado p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  main .content-container {
    justify-content: space-between;
  }
  main .content-container .section-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  main .content-container .section-container .noticia-principal {
    border-radius: 8px;
    padding-bottom: 1px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content {
    background-color: #202A44;
    padding: 0 0 1px 0;
    border-radius: 8px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .img-container .img-destacada {
    border-radius: 8px 8px 0 0;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .img-container::after {
    background: linear-gradient(360deg, #202A44 0%, rgba(32, 42, 68, 0) 100%);
    height: 183px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text {
    background: transparent;
    margin-top: -96px;
    padding-left: 32px;
    padding-right: 32px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .fecha {
    font-size: 14px;
    line-height: 22px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .titular {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 12px 32px 32px;
    background-color: #202A44;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body {
    max-width: 574px;
    width: 100%;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde .autor {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde .autor b {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas {
    align-items: center;
    border-bottom: 1px solid rgba(136, 153, 166, 0.3019607843);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .image-caption {
    font-size: 13px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .visitas .visitas-txt {
    font-size: 10px;
    line-height: 13px;
    margin-right: 0;
    order: 1;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .caption-visitas .visitas .visitas-count {
    font-size: 16px;
    line-height: 16px;
    margin-right: 11px;
    order: 0;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .container-resumen-ia {
    order: 0;
    width: 100%;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes {
    display: block;
    margin-left: 0;
    margin-right: 30px;
    max-width: 45px;
    order: 1;
    position: sticky;
    top: 60px;
    width: 100%;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .fb,
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .tw,
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .wsp,
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .redes .link {
    margin: 0 0 10px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido {
    max-width: 499px;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido .figcaption {
    position: relative !important;
    bottom: 190px !important;
  }
  main .content-container .section-container .noticia-principal .container-nota-body aside {
    display: block;
    margin-left: 32px;
  }
  main .content-container .section-container .section-ultimas-noticias .noticias-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}/*# sourceMappingURL=nota.css.map */