@media (min-width: 992px) {
    .post .post-content .wp-caption-text {
        margin-top: 0;
    }
    .post .post-content figure{
        width: -webkit-fit-content!important;
        width: -moz-fit-content!important;
        width: fit-content!important;
    }
}
.lee-tambien-bbcl::before {
    clear: both;
    content: '';
    display: block;
}
.post-excerpt {
    display: flex;
    flex-wrap: wrap;
}

.autores {
    color: #444;
    font-family: Martel,serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
    line-height: 20px;
}
.autor-link {
    color: #2667ab;
}
.pac-nh {
    display: none;
}
.dark-mode.dark-mode#post .post .post-content blockquote h2, .dark-mode.dark-mode#post .post .post-content blockquote h3{
    color: #fff;
}

.contenedor-noticia-patrocinada {
    background-color: white;
    margin: 0 auto;
    height: 55px;
    border: 1px solid #34508D;
    border-bottom: 3px solid #34508D;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 102px;
    margin-bottom: 10px;
}
.contenedor-noticia-patrocinada .frase {
    color: #34508D;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    margin-left: 20px;
}
.contenedor-noticia-patrocinada .patrocinado-por {
    font-weight: normal;
    margin-left: auto;
}
.post .post-content .bbcl-alert{
    width: 100%;
}
#post .post .post-main-aside-container .post-aside{
    max-width: 250px;
}
.post .post-content p iframe.vrudopodcast{
    height: 315px;
}
.post .post-content h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 900;
}
.post .post-content h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 32px;
}
.post-image .link-imagen{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
}
.cabecera-opinion{
    display: flex;
    background-color: #ffe6a4;
    color: #444444;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}
.cabecera-opinion .opinion{
    background-color: #FFCE4B;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 15px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    min-width: 348px;
    align-items: center;
    justify-content: center;
}
.cabecera-opinion .opinion::after{
    content:  '';
    width: 0; 
    height: 0; 
    border-left: 8px solid #FFCE4B;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cabecera-opinion .opinion i{
    font-size: 20px;
}
.cabecera-opinion .texto{
    padding: 8px 45px 8px 37px;
}

.post .post-content .destacador{
    line-height: 31px;
    padding: 0 4px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #A7DAFF 0);
    background-size: 200%;
    background-position: 0;
    transition: background-position var(--marker-transition-duration, 1s) linear;
}

.dark-mode.dark-mode#post .post .post-content .destacador {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #007AFF 0);
}

.dark-mode.dark-mode#post .post .post-content .destacador a {
    color: #fafafa;
    text-decoration: underline;
}

.post .post-content .destacador.destacado {
    background-position: -100%;
}

.cabecera-editorial{
    display: flex;
    background-color: #7dd3fc;
    color: #444444;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}
.cabecera-editorial .editorial{
    background-color: #2475af;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 15px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    min-width: 348px;
    align-items: center;
    justify-content: center;
}
.cabecera-editorial .editorial i{
    font-size: 20px;
}
.cabecera-editorial .texto{
    padding: 15px 45px 15px 37px;
    font-size: 16px;
    background-color: #7dd3fc;
    color: #243266;
}

/* Comunidad: botón leer más tarde (cbb-leer-mas-tarde)*/
.autores {
    margin-bottom: 0px;
}

.post-date {
    margin-bottom: 0px;
    padding-top: 20px;
}

#cbb-aux-container {
    display: flex;
    justify-content: space-between;
    max-width: 730px;
}
body.dark-mode [id*="cbbLeerMasTarde"] > button {
    color: #CBD5E1;
}
.franja-nota-feliz {
    width: 100%;
    margin-bottom: -12px;
}
.post.nota-feliz {
    padding: 15px 18px 0px;
    border: 2px solid #F8A003;
    border-radius: 12px;
}
.contenedor-noticia-patrocinada {
    margin: 0 auto;
    height: 55px;
    border: 1px solid #34508d;
    border-bottom: 3px solid #34508d;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 102px;
    margin-bottom: 10px;
}
.contenedor-noticia-patrocinada .frase {
    color: #34508d;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    margin-left: 20px;
}
.contenedor-noticia-patrocinada .patrocinado-por {
    font-weight: normal;
}
.contenedor-noticia-patrocinada .img-logo {
    margin-left: 15px;
    max-width: 135px;
    max-height: 50px;
}
#post .post .post-image:before {
    display: none;
}
#post .post .post-image {
    height: 385px;
}

#post .post .post-image .post-image-principal {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nota .contenido-nota blockquote,
.post .post-content blockquote,
.nota-content blockquote {
    display: inline-block;
}

.botones-google-news-wsp {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dee1e5;
    border-bottom: 1px solid #dee1e5;
    padding: 16px 0px;
    margin-bottom: 16px;
}
.botones-google-news-wsp p {
    color: #444;
    font-family: "Lato";
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 16px;
}
.dark-mode .botones-google-news-wsp p {
    color: white;
}
.botones-google-news-wsp .google-news,
.botones-google-news-wsp .canal-wsp,
.botones-google-news-wsp .canal-youtube {
    width: 32.5%;
}
.botones-google-news-wsp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    transition: 0.2s;
}
.botones-google-news-wsp .google-news a {
    background-color: #4e8df5;
}
.botones-google-news-wsp .google-news a:hover {
    background-color: #2f72e0;
}
.botones-google-news-wsp .google-news img {
    width: 110px;
}
.botones-google-news-wsp .google-news .google-text {
    margin-bottom: 31px;
}
.botones-google-news-wsp .canal-wsp a {
    background-color: #4ebc71;
}
.botones-google-news-wsp .canal-wsp a:hover {
    background-color: #2eab55;
}
.botones-google-news-wsp .canal-wsp img {
    width: 103px;
}
.botones-google-news-wsp .canal-youtube a {
    background-color: #d22e2e;
}
.botones-google-news-wsp .canal-youtube a:hover {
    background-color: #b81414;
}
.botones-google-news-wsp .canal-youtube img {
    width: 40px;
}

.bbcl-details {
    border: 1px solid #cdd6df;
    border-radius: 4px;
    padding: 1rem 1rem 0;
    background-color: #eaecf0;
    margin-bottom: 1rem;
}

.bbcl-details .bbcl-summary {
    font-weight: bold;
    margin: -1em -1em 0;
    padding: 0.5em;
}

.bbcl-details .bbcl-summary h1,
.bbcl-details .bbcl-summary h2,
.bbcl-details .bbcl-summary h3,
.bbcl-details .bbcl-summary h4,
.bbcl-details .bbcl-summary h5,
.bbcl-details .bbcl-summary h6 {
    display: inline;
}

.bbcl-details[open] .bbcl-summary {
    border-bottom: 1px solid #cdd6df;
    margin-bottom: 0.5em;
}

.dark-mode.dark-mode .bbcl-details {
    color: white;
    background-color: #253747;
    border-color: #45515c;
}
.dark-mode.dark-mode .bbcl-details[open] .bbcl-summary {
    border-color: #45515c;
}

#correcciones-form {
    z-index: 10;
    position: relative;
}
.openFormCorreccion {
    align-items: center;
    background-color: #0faadb;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin: 24px auto;
    max-width: 262px;
    position: relative;
    border: 0;
    justify-content: space-between;
    font-family: "Lato", sans-serif;
}
.openFormCorreccion .correccionPen {
    background-color: #2bb643;
    margin-right: 5px;
    padding: 5px;
    position: relative;
}
.openFormCorreccion::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0faadb;
    top: -7px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 10px;
}
.openFormCorreccion span {
    align-items: center;
    background-color: #001d38;
    display: flex;
    height: 23px;
    justify-content: center;
    margin-left: 5px;
    padding: 0 5px;
}
.formCorreccion-modal {
    z-index: 3;
    padding: 100px 16px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.formCorreccion-container {
    padding: 16px;
}
.formCorreccion-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
}
.formCorreccion-panel {
    padding: 0.01em 16px;
}
.formCorreccion-btn {
    border: none;
    display: inline-block;
    padding: 5px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #8899a6;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 26px;
    line-height: 20px;
}
.formCorreccion-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formCorreccion-header h3 {
    border-bottom: 1px solid #8899a6;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 10px;
}
.formCorreccion-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
.formCorreccion-large {
    font-size: 18px !important;
}
.form-enviar {
    margin-bottom: 10px;
}
.dark-mode.dark-mode .formCorreccion-container {
    color: #222;
}
.dark-mode.dark-mode .openFormCorreccion span {
    background-color: #ffffff;
    color: #001d38;
}

.post .post-content .destacador.destacado + *:not(span) {
    padding-top: 20px;
}

@media (min-width: 993px) {
    .formCorreccion-modal {
        padding-top: 100px;
    }
    .formCorreccion-modal-content {
        width: 500px;
        max-width: 500px;
    }
}

.autor-opinion {
    display: flex;
    margin-bottom: 17px;
}
.autor-opinion .imagen {
    margin-right: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.autor-opinion .imagen img {
    width: 100%;
    filter: grayscale(100%);
}
.autor-opinion .informacion {
    font-family: Lato;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.autor-opinion .informacion .nombre {
    color: #007aff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
}
.autor-opinion .informacion .cargo {
    color: #646464;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
}

.modo-accesible .audio-accesible {
    display: block;
}

.audio-dark-mode {
    display: none;
}
.audio-hc {
    display: none;
}
.modo-accesible .audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.modo-accesible .boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #edf0f3;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.modo-accesible .boton-escuchar .texto {
    color: #154f91;
    font-weight: 600;
    font-size: 13px;
}

.modo-accesible .mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .modo-accesible .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .modo-accesible .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .modo-accesible .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}

/* MODO ACCESIBLE DARK */
.modo-accesible-dark .audio-accesible {
    display: none;
}
.modo-accesible-dark .audio-dark-mode {
    display: block;
}
.modo-accesible-dark .audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.modo-accesible-dark .boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #14202a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.modo-accesible-dark .boton-escuchar .texto {
    color: #38bdf8;
    font-weight: 600;
    font-size: 13px;
}

.modo-accesible-dark .mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .modo-accesible-dark .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .modo-accesible-dark .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .modo-accesible-dark .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}

/* MODO ALTO CONTRASTE */
.modo-accesible-hc .audio-hc {
    display: block;
}
.modo-accesible-hc .audio-accesible {
    display: none;
}
.modo-accesible-hc .boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #1b1c1e;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.modo-accesible-hc .audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.modo-accesible-hc .boton-escuchar .texto {
    color: #e8ae04;
    font-weight: 600;
    font-size: 13px;
}

.modo-accesible-hc .mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .modo-accesible-hc .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .modo-accesible-hc .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .modo-accesible-hc .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}

/* HIGH-CONTRAST */

/* MODO ALTO CONTRASTE */
.high-contrast .audio-hc {
    display: block;
}
.high-contrast .audio-accesible {
    display: none;
}
.high-contrast .boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #1b1c1e;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.high-contrast .audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.high-contrast .boton-escuchar .texto {
    color: #e8ae04;
    font-weight: 600;
    font-size: 13px;
}

.high-contrast .mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .high-contrast .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .high-contrast .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .high-contrast .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}

/* DARK-MODE */
.dark-mode .audio-accesible {
    display: none;
}
.dark-mode .audio-dark-mode {
    display: block;
}
.dark-mode .audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.dark-mode .boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #14202a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.dark-mode .boton-escuchar .texto {
    color: #38bdf8;
    font-weight: 600;
    font-size: 13px;
}

.dark-mode .mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .dark-mode .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .dark-mode .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .dark-mode .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}

/* MODO NORMAL  */

.audio-accesible {
    display: block;
}

.audio-dark-mode {
    display: none;
}
.audio-hc {
    display: none;
}
.audio-noticia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.boton-escuchar {
    width: 211px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 8px;
    background-color: #edf0f3;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.boton-escuchar .texto {
    color: #154f91;
    font-weight: 600;
    font-size: 13px;
}

.mini-audio {
    height: 28px;
    width: 360px;
}

@media (max-width: 480px) {
    .audio-noticia {
        flex-direction: column;
        align-items: flex-start;
    }

    .boton-escuchar {
        width: 100%;
        max-width: 50%;
        position: relative;
        left: 20px;
    }

    .mini-audio {
        width: 80%;
        max-width: 100%;
        position: relative;
        left: 20px;
    }
}
.politica-etica {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    color: #444;
    margin-bottom: 0;
}
.dark-mode.dark-mode .politica-etica {
    color: #8C98A4;
}
#cbb-aux-container {
    align-items: center;
    margin-bottom: 12px;
}
.banners-contenido-nota-5165129 h2{
    color: #cb3234!important;
}
.autores {
    margin-bottom: 0px;
}

.post-date {
    margin-bottom: 0px;
    padding-top: 20px;
}

#cbb-aux-container {
    display: flex;
    justify-content: space-between;
    max-width: 730px;
}
.trust-project-logo {
    display: flex;
    align-items: center;
}
.trust-project-logo img {
    height: 43px;
    display: none;
}
body:not(.dark-mode) .trust-project-logo .img-nm {
    display: block;
}
body.dark-mode .trust-project-logo .img-dm {
    display: block;
}
.politica-etica {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    color: #444;
    margin-bottom: 0;
}
.dark-mode.dark-mode .politica-etica {
    color: #8C98A4;
}
#cbb-aux-container {
    align-items: center;
    margin-bottom: 12px;
}
#post .post .post-image:before {
    display: none;
}
#post .post .post-image {
    height: 385px;
}

#post .post .post-image .post-image-principal {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-resumen-ia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; 
}
.container-resumen-ia .resumen-ia.btn {
    cursor: pointer;
}
.container-resumen-ia .resumen-ia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 730px;
    border: none;
}
.container-resumen-ia .mostrar-parrafo-resumen .resumen-ia  {
    display: flex;
    background: linear-gradient( to right, #36A8EE, #4C67F6);
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 32px;
}
.container-resumen-ia .mostrar-parrafo-resumen .resumen-ia  .imagen-icon {
    width: 25px !important;
    margin: 0px;
    margin-bottom: -4px;
}
.container-resumen-ia .resumen-ia .titulo-resumen {
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
    color: #FFFFFF !important;
    margin-bottom: 0px;

}
.resumen-generado {
    background-color: #EAECF0;
    color: #000000;
    width: 730px;
    border-radius: 8px;
    border: 1px solid #E8EAED;
    padding: 16px 80px 24px 80px;
}
.resumen-generado span {
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #8C98A4;
}
.resumen-generado p {
    font-family: Martel;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    padding: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.resumen-generado .desarrollado-por {
    text-align: center;
}
.resumen-generado .desarrollado-por span {
    font-weight: 700;
    font-family: Lato;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #8C98A4;
}
.boton-correcciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 403px;
    padding: 15px 24px;
    border: 1px solid #D3D8E1;
    border-radius: 4px;
}
.boton-correcciones span {
    text-decoration: underline;
}
.openFormCorreccion {
    margin: 0px;
}
.contenedor-correcciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 25px;
}