header {
  position: sticky;
  top: 0;
  width: 100%;
  color: #1D182E;
  z-index: 100;
}
header .nav-container {
  background: #ffffff;
  height: 80px;
  padding: 12px 16px;
}
header .nav-container nav {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1162px;
  position: relative;
  width: 100%;
}
header .nav-container nav .logos-header {
  align-items: center;
  display: flex;
}
header .nav-container nav .logos-header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-container nav .logos-header .svg-barra {
  margin: 0 24px;
}
header .nav-container nav .logos-header .logo-expomin {
  width: 164px !important;
  height: 48px;
}
header .nav-container nav .sections-redes-container {
  display: none;
}
header .nav-container nav .btn-menu-movil {
  background: transparent;
  border-color: transparent;
}
header .nav-container nav .btn-menu-movil:active, header .nav-container nav .btn-menu-movil:hover, header .nav-container nav .btn-menu-movil:focus {
  background: none;
  border-color: none;
}
header .nav-container nav .btn-menu-movil:focus {
  box-shadow: none;
}
header .nav-container nav .menu-movil {
  transition: all 1s ease-in-out;
  background: #ffffff !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: auto;
  line-height: 22px;
  margin: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0);
}
header .nav-container nav .menu-movil .header-menu {
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 16px;
}
header .nav-container nav .menu-movil .header-menu .logo-especial {
  margin: auto 0;
}
header .nav-container nav .menu-movil .header-menu .btn-cerrar-menu {
  background: none;
  border: none;
  font-size: 22px;
  height: 20px;
  width: 20px;
}
header .nav-container nav .menu-movil .items-menu {
  display: block;
  font-size: 16px;
  padding-top: 38px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 27px 19px 12px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item .nav-link {
  color: #1D182E;
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
header .nav-container nav .menu-movil .redes-movil {
  bottom: 70px;
  font-size: 23px;
  display: flex;
  align-items: center;
  line-height: 12px;
  position: absolute;
}
header .nav-container nav .menu-movil .redes-movil .nav-link {
  color: #1D182E;
  margin: 0 15px;
  padding: 8px 0;
}

@media (min-width: 992px) {
  header {
    color: #1D182E;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
  }
  header .nav-container nav .sections-redes-container {
    display: flex;
  }
  header .nav-container nav .sections-redes-container .especial-sections {
    align-items: center;
    display: flex;
    margin-left: 135px;
  }
  header .nav-container nav .sections-redes-container .especial-sections .links-header {
    color: #1D182E;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 20px;
    text-decoration: none;
  }
  header .nav-container nav .sections-redes-container .redes {
    align-items: center;
    display: flex;
  }
  header .nav-container nav .sections-redes-container .redes .nav-link {
    color: #1D182E;
    margin: auto 14px;
  }
  header .nav-container nav .btn-menu-movil {
    display: none;
  }
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  color: #1D182E;
  z-index: 100;
}
header .nav-container {
  background: #ffffff;
  height: 80px;
  padding: 12px 16px;
}
header .nav-container nav {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1162px;
  position: relative;
  width: 100%;
}
header .nav-container nav .logos-header {
  align-items: center;
  display: flex;
}
header .nav-container nav .logos-header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-container nav .logos-header .svg-barra {
  margin: 0 24px;
}
header .nav-container nav .logos-header .logo-expomin {
  width: 164px !important;
  height: 48px;
}
header .nav-container nav .sections-redes-container {
  display: none;
}
header .nav-container nav .btn-menu-movil {
  background: transparent;
  border-color: transparent;
}
header .nav-container nav .btn-menu-movil:active, header .nav-container nav .btn-menu-movil:hover, header .nav-container nav .btn-menu-movil:focus {
  background: none;
  border-color: none;
}
header .nav-container nav .btn-menu-movil:focus {
  box-shadow: none;
}
header .nav-container nav .menu-movil {
  transition: all 1s ease-in-out;
  background: #ffffff !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: auto;
  line-height: 22px;
  margin: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0);
}
header .nav-container nav .menu-movil .header-menu {
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 16px;
}
header .nav-container nav .menu-movil .header-menu .logo-especial {
  margin: auto 0;
}
header .nav-container nav .menu-movil .header-menu .btn-cerrar-menu {
  background: none;
  border: none;
  font-size: 22px;
  height: 20px;
  width: 20px;
}
header .nav-container nav .menu-movil .items-menu {
  display: block;
  font-size: 16px;
  padding-top: 38px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 27px 19px 12px;
}
header .nav-container nav .menu-movil .items-menu .container-items-menu .nav-item .nav-link {
  color: #1D182E;
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
header .nav-container nav .menu-movil .redes-movil {
  bottom: 70px;
  font-size: 23px;
  display: flex;
  align-items: center;
  line-height: 12px;
  position: absolute;
}
header .nav-container nav .menu-movil .redes-movil .nav-link {
  color: #1D182E;
  margin: 0 15px;
  padding: 8px 0;
}

@media (min-width: 992px) {
  header {
    color: #1D182E;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
  }
  header .nav-container nav .sections-redes-container {
    display: flex;
  }
  header .nav-container nav .sections-redes-container .especial-sections {
    align-items: center;
    display: flex;
    margin-left: 135px;
  }
  header .nav-container nav .sections-redes-container .especial-sections .links-header {
    color: #1D182E;
    font-family: "Montserrat", system-ui;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 20px;
    text-decoration: none;
  }
  header .nav-container nav .sections-redes-container .redes {
    align-items: center;
    display: flex;
  }
  header .nav-container nav .sections-redes-container .redes .nav-link {
    color: #1D182E;
    margin: auto 14px;
  }
  header .nav-container nav .btn-menu-movil {
    display: none;
  }
}
footer {
  border-top: 1px solid rgba(136, 153, 166, 0.3019607843);
  margin: 0;
  padding-bottom: 26px;
  padding-top: 35px;
  text-align: center;
}
footer .logo-bbcl {
  margin-bottom: 48px;
}
footer .texto {
  color: #8899a6;
  display: block;
  font-family: "Montserrat", system-ui;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: auto;
  text-align: center;
}

@media (min-width: 992px) {
  footer {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  footer .logo-bbcl {
    display: flex;
    margin: auto auto 46px;
  }
  footer .texto {
    display: inline-block;
    font-family: "Lato", system-ui;
    font-size: 13px;
    line-height: 12px;
  }
}
#espacio-banner-superior {
  display: none;
  z-index: 99999999;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}

#boton-banner-superior,
#mensaje-scroll {
  border-radius: 8px;
  background-color: #d8d8d8;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-family: "Lato", system-ui;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

#boton-banner-superior {
  height: 38px;
  width: 120px;
}

#mensaje-scroll {
  height: 38px;
  width: 320px;
}
#mensaje-scroll svg {
  width: 18px;
}
#mensaje-scroll span {
  margin-right: 5px;
}

#boton-banner-superior,
#mensaje-scroll,
#ITT_Mobile_BBCL {
  display: none;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

*,
:after,
:before {
  box-sizing: border-box;
  color: #1D182E;
}

body {
  background-color: #1D182E;
  color: #ffffff;
  font-family: "Montserrat", system-ui;
  margin: 0;
}
body a {
  color: #ffffff;
  text-decoration: none;
}
body .contenedor-ad-header {
  background-color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFFFFF;
}

h2 {
  margin-top: 16px;
  color: #38FF26;
  margin-left: 12px;
}
h2::after {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 1px;
  margin-top: 12px;
  opacity: 30%;
  width: 100%;
}

h3 {
  font-size: 22px;
}

img {
  width: 100%;
}

[v-cloak] {
  display: none !important;
}

#cuenta-regresiva {
  width: 100%;
  height: 120px;
  background: #bb1ee2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin: 16px 0 0;
}
#cuenta-regresiva .cr-title {
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-transform: none;
}
#cuenta-regresiva .cd {
  display: flex;
}
#cuenta-regresiva .cd .cr-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #2c2e34;
  margin-right: 12px;
}
#cuenta-regresiva .cd .cr-items .num {
  width: 60px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#cuenta-regresiva .cd .cr-items .unit {
  font-family: "Montserrat", system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
}

main {
  background-image: url(https://www.biobiochile.cl/especial/wrc2025/assets/img/background-mov.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
main .content-container {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  position: relative;
}
main .content-container .banner-aside-container {
  display: none;
}
main .content-container .section-container {
  padding-left: 12px;
  padding-right: 12px;
}
main .noticias span,
main .noticias h3,
main .noticias p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0;
  color: white;
}
main .cargar-mas-noticias {
  align-items: center;
  background-color: #38FF26;
  border-radius: 64px;
  color: #151E35;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 14px;
  margin: 0 auto;
  width: 205px;
  cursor: pointer;
  margin-bottom: 80px;
}
main .cargar-mas-noticias p {
  color: #151E35;
}

@media (min-width: 993px) {
  body {
    background-color: #1D182E;
  }
  a {
    color: #ffffff;
    text-decoration: none;
  }
  h2 {
    color: #38FF26;
    margin-left: 0;
  }
  h2::after {
    width: 635px;
  }
  #cuenta-regresiva {
    height: 70px;
    flex-direction: row;
    justify-content: center;
    background: #4c67f6;
  }
  #cuenta-regresiva .cd {
    margin-left: 24px;
  }
  #cuenta-regresiva .cd .cr-items {
    font-size: 24px;
    line-height: 24px;
    margin-right: 16px;
  }
  #cuenta-regresiva .cd .cr-items .num {
    width: 50px;
    height: 40px;
    border-radius: 7.00346px;
  }
  main {
    background-image: url(https://www.biobiochile.cl/especial/wrc2025/assets/img/background-desk.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  main .content-container {
    margin: auto auto auto;
    max-width: 1152px;
    padding-top: 60px !important;
  }
  main .content-container .banner-aside-container {
    display: block;
    margin-right: 32px;
    max-width: 160px;
    width: 100%;
  }
  main .content-container .section-container {
    max-width: 970px;
    width: 100%;
  }
  main .noticias {
    max-width: 302px;
  }
  main .noticias span,
  main .noticias h3,
  main .noticias p {
    font-size: 15px;
    line-height: 21px;
  }
}
main .section-ultimas-noticias .realtime-article-title {
  font-size: 15px !important;
  line-height: 21px !important;
  color: #ffffff;
}
main h2 {
  color: #ffffff;
}
main strong {
  color: #ffffff;
}
main .extracto-nota {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 4px;
  margin: 0 0 35px;
  position: relative;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
main .extracto-nota ::after {
  content: "";
  position: absolute;
  bottom: -24px;
  border: 13px solid #F6AA00;
  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;
  color: #202A44;
}
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 {
  background-color: #202A44;
  margin-top: 80px;
}
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%;
  border-radius: 0;
}
main .content-container .section-container .noticia-principal .nota-top-content .img-container::after {
  background: linear-gradient(360deg, #202A44 0%, rgba(231, 238, 253, 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 0%, rgba(231, 238, 253, 0) 100%);
  margin-top: -50px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
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-bottom: 10px;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .fecha.escritorio {
  display: none;
}
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 .nota-top-content .top-content-text .autor-mas-tarde.movil {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  color: #233139;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .autor-mas-tarde.movil a {
  color: #233139;
}
main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .autor-mas-tarde.movil #cbbLeerMasTarde button {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
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;
  padding-top: 10px;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde .autores {
  color: #ffffff;
}
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;
  color: #ffffff;
}
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.escritorio {
  display: none;
}
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;
  color: #ffffff;
}
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;
  color: #ffffff;
}
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;
  color: #ffffff;
}
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: #12121E;
  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;
  color: #fff;
}
main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .nota-content .contenido p a {
  color: #0b41fb;
}
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: #38FF26;
  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 {
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #222222;
  padding-right: 15px;
  padding-left: 15px;
}
main .content-container .lee-tambien-bbcl .lee-tambien-titulo {
  color: #222222;
  padding: 12px 0px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
}
main .content-container .lee-tambien-bbcl .lee-tambien-caja {
  display: flex;
  padding: 0;
  width: 100%;
  margin: -8px 0 30px 0;
}
main .content-container .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-img {
  border-radius: 8px;
  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 {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 20px;
  padding-bottom: 10px;
}
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 p {
  color: #ffffff !important;
}
main .content-container blockquote {
  display: inline-block;
  background-color: #1D182E;
  border: 1px solid #1D182E;
  font-weight: 400;
  width: 100%;
  margin: 15px 0 10px;
  padding-inline: 15px;
  padding-top: 10px;
  border-radius: 4px;
  text-align: left;
}
main .content-container blockquote a {
  color: #ffffff;
}
main .content-container blockquote a:hover {
  color: #ffffff;
}
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 .section-ultimas-noticias .realtime-article-title {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  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;
    color: #202A44;
  }
  main .content-container {
    justify-content: space-between;
    padding-top: 142px;
  }
  main .content-container .section-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 0;
  }
  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 !important;
    padding: 0 0 1px 0;
    border-radius: 8px;
    margin-top: 0px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .img-container .img-destacada {
    border-radius: 8px 8px 0 0;
    max-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-height: 420px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .img-container::after {
    background: linear-gradient(360deg, #202A44 0%, rgba(231, 238, 253, 0) 100%);
    height: 183px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text {
    background: linear-gradient(360deg, #202A44 0%, rgba(231, 238, 253, 0) 100%);
    margin-top: -96px;
    padding: 0px 32px 15px 32px;
    flex-direction: column;
    border-radius: 8px;
  }
  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 .fecha.escritorio {
    display: block;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .fecha.movil {
    display: none;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .titular {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  main .content-container .section-container .noticia-principal .nota-top-content .top-content-text .autor-mas-tarde.movil {
    display: none;
  }
  main .content-container .section-container .noticia-principal .container-nota-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 12px 32px 32px;
  }
  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 .autor-mas-tarde.escritorio {
    display: flex;
  }
  main .content-container .section-container .noticia-principal .container-nota-body .section-nota-body .autor-mas-tarde.escritorio #cbbLeerMasTarde button {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
  }
  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;
  }
  main .content-container .section-container .section-ultimas-noticias .noticias-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}/*# sourceMappingURL=nota.css.map */