#espacio-banner-superior {
    display: none;
    z-index: 999999;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: space-around;
    background-color: #F5F5F5;
}
.dark-mode #espacio-banner-superior {
    background-color: #14202a;
}
#boton-banner-superior,
#mensaje-scroll {
    border-radius: 8px;
    background-color: #D8D8D8;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: Lato;
    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;
}
#mensaje-scroll {
    display: flex;
}
#home .section-bbtv .section-title .bbtv-logo {
    width: auto;
    height: 30px;
}
.header .sidebar .site-nav .site-nav-list-item-title {
    padding: 13px 40px;
}

.section-realtime .section-title {
    font-size: 20px!important;
    font-weight: 600!important;
}
.realtime .realtime-article-visits {
    background-color: rgba(3, 12, 38, 0.8)!important;
}

@media (min-width: 992px) {
    .section-realtime .section-title {
        padding: 0 15px!important;
    }
    .realtime .realtime-article-visits {
        padding: 7px!important;
        background-color: rgba(3, 12, 38, 0.8)!important;
    }
}

.play {
    align-items: center;
    color: #fafafa;
    display: flex;
    background-color: rgba(0,0,0,.45);
    border: 1px solid #fafafa;
    border-radius: 50%;
    flex: 0 0 45px;
    font-size: 14px;
    height: 46px;
    justify-content: center;
    width: 46px;
}
.play-rudo {
    height: 45px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
}
.contenedor-imagen-titulo {
    margin: 0 auto;
}
.contenedor-imagen-titulo .contenedor-autor {
    border-bottom: 1px solid rgba(91, 104, 128, 0.2);
    padding-bottom: 20px;
}
.contenedor-imagen-titulo .imagen .categoria {
    z-index: 1;
}
.post-image-credits {
    margin: -24px auto -19px;
    max-width: 630px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
    justify-content: flex-end;

}
.post-image-credits .fas.fa-camera {
    margin-right: 5px;
}

.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;
    width: 100%;
}
.botones-google-news-wsp p {
    color: #444;
    font-family: "Open Sans", sans-serif;
    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: 48.5%;
}
.botones-google-news-wsp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    transition: .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;
}

.nota .contenido-nota .imagen-medio .caption {
    height: auto;
}
@media (min-width: 992px) {
    .nota .contenido-nota .imagen-medio {
        width: 100%;
        margin-left: 0px;
    }
}

#contenido-nota-embargo .mensaje-embargo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px auto;
    border: 3px solid rgba(0,0,0,0.5);
    padding: 15px;
}

.container-resumen-ia {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      padding: 0px 16px; 
  }

  .container-resumen-ia .resumen-ia {
      border: none;
      width: 100%;
  }

  .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: 9px 20px;
  }

  .container-resumen-ia .mostrar-parrafo-resumen .resumen-ia  .imagen-icon {
      width: 23px !important;
      margin: 0px !important;
      margin-bottom: -3px;
  }

  .container-resumen-ia .resumen-ia .titulo-resumen {
      font-family: "Open Sans", sans-serif;
      font-size: 11px;
      font-weight: 700;
      line-height: 11px;
      letter-spacing: 2px;
      color: #FFFFFF;
      margin-bottom: 0px;

  }

  .resumen-generado {
      background-color: #EAECF0;
      color: #000000;
      border-radius: 8px;
      border: 1px solid #E8EAED;
      padding: 16px;
  }

  .resumen-generado span {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      color: #8C98A4;

  }

  .resumen-generado p {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      padding: 0px;
      margin-top: 16px;
      margin-bottom: 16px;

  }

  .resumen-generado .desarrollado-por {
      text-align: center;
  }

  .resumen-generado .desarrollado-por span {
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      color: #8C98A4;
  }

  @media (min-width: 992px) {


          .container-resumen-ia {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;  
            padding: 0px;
          }
          .container-resumen-ia .resumen-ia.btn {
              cursor: pointer;
              margin-top: 20px;
          }

          .container-resumen-ia .resumen-ia {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              align-items: center;
              border: none;
          }

          .container-resumen-ia .mostrar-parrafo-resumen {
            width: 100%;
          }

          .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 !important;
              margin-bottom: -4px;
          }

          .container-resumen-ia .resumen-ia .titulo-resumen {
              font-family: "Open Sans", sans-serif;
              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;
              border-radius: 8px;
              border: 1px solid #E8EAED;
              padding: 16px 80px 24px 80px;
          }

          .resumen-generado span {
              font-family: "Open Sans", sans-serif;
              font-size: 13px;
              font-weight: 400;
              line-height: 13px;
              color: #8C98A4;

          }

          .resumen-generado p {
              font-family: "Open Sans", sans-serif;
              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: "Open Sans", sans-serif;
              font-size: 12px;
              line-height: 12px;
              font-weight: 400;
              color: #8C98A4;
          }
      }

#newsletter-investiga-escritorio {
    display: none;
    border-radius: 8px;
}
#newsletter-investiga-movil{
    border-radius: 8px;
}
@media (min-width: 992px) {
#newsletter-investiga-movil {
    display: none;
}
#newsletter-investiga-escritorio{
    display: block;
}
}

/* [CSS CORRECCIONES] */
#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;
}
@media (min-width: 993px) {
    .formCorreccion-modal {
        padding-top: 100px;
    }
    .formCorreccion-modal-content {
        width: 500px;
        max-width: 500px;
    }
}
/* [/CSS CORRECCIONES] */

.autor-opinion{
    display: flex;
    margin: 0 16px 17px;
}
.autor-opinion .imagen{
    margin-right: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
}
.autor-opinion .imagen img{
    width: 100%;
    filter: grayscale(100%);
}
.autor-opinion .informacion{
    font-family: "Open Sans", sans-serif;
    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;
}

.autor-opinion{
    display: flex;
    margin-bottom: 17px;
}
.autor-opinion .new-imagen-author {
    margin-right: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    min-width: 60px;
    min-height: 60px;
}
.autor-opinion .new-imagen-author  img{
    width: 100%;
    filter: grayscale(100%);
}
.autor-opinion .informacion{
    font-family: "Open Sans", sans-serif;
    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;
}

.trust-project-tooltip:hover::after {
    left: 0px;
}
.trust-project-tooltip::before {
    left: 50%;
}
#cbbLeerMasTarde {
    display: none;
}
@media (min-width: 993px) {
    .trust-project-tooltip:hover::after {
        left: calc(100% + 8px);
    }
    .trust-project-tooltip::before {
        left: calc(100% + 5px);
    }

}

/* CSS Boton-correciones */
.boton-correcciones {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 15px 10px;
    border: 1px solid #D3D8E1;
    border-radius: 4px;
    margin-left: -20px;
}

.boton-correcciones span {
    text-decoration: underline;
    font-size: 14px;
}
.openFormCorreccion{
    margin-left: 0;
}
.contenedor-correcciones { 
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    .contenedor-correcciones {
        display: flex;
        padding-left: 0;
    }
    .openFormCorreccion {
        margin: 0px;
    }
    .boton-correcciones {
        width: 380px;
        margin-left: 0px;
        margin-top: 1px;
        padding: 15px 24px;
    }
    .boton-correcciones span {
        font-size: 16px;
    }
}

/* CSS politica-etica */
.politica-etica {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    color: #444;
    margin: 15px 10px;
}
.dark-mode.dark-mode .politica-etica {
    color: #8C98A4;
}
#cbb-aux-container {
    align-items: center;
    margin-bottom: 12px;
}
.post-categoria {
    position: relative;
    background: linear-gradient(270deg, #0e0e0e 0%, rgb(255 255 255 / 0%) 100%);
}
@media (min-width: 992px) {
    .post-logo-etica {
        max-width: 630px;
        margin: 0;
        display: flex; 
        justify-content: space-between;
    }
} 

.contenido-nota img {
    height: auto !important;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1300px) {
    .nota .contenido-nota .imagen-grande {
        width: 100% !important;
        margin: 0 auto !important;
        transform: none !important;
    }
}

.contenedor-imagen-titulo .imagen:before {
    display: none;
}
.imagen {
    margin-bottom: 53px !important;

}
.imagen .post-image-principal {
    height: calc(63.3240vw);
    width: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .contenedor-imagen-titulo .imagen:before {
        display: none;
    }
    .imagen {
    margin-bottom: 58px !important;

    }
    .imagen .post-image-principal {
        height: 448px;
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .autor-cbbleermastarde {
        margin: 20px 0px 20px 75px;
        max-width: 630px;
    }
    .autor-cbbleermastarde .post-image-credits {
        margin: 0px !important;
    }
}

.trust-project-logo {
    display: flex;
    align-items: center;
}
.trust-project-logo span {
    font-size: 14px;
    color: #5c6981;
    font-family: "Lato";
}
.trust-project-logo img {
    height: 43px;
}
.autor-cbbleermastarde {
    margin-top: 0px;
}
