* {
    font-family: 'IBM Plex Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather' !important;
}
.cuerpo a{
    text-decoration: none !important;
    font-weight: normal;
}
.noticia-destacada .bajada {
    place-self: flex-end;
}
.news-content-news .ubm_banner{
	justify-self: center;
    width: 75%;
}
.noticia-destacada .texto-superpuesto:after {
    height: 5px;
    background-color: #009b63;
    position: relative;
    bottom: 0;
    content: " ";
    width: 100%;
    display: block;
}

.noticia-destacada {
    border: 1px solid #aaa;
    overflow: hidden;
    padding: 10px;
    height: 100%;
}

.noticia-destacada .imagen {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    max-height: 490px;
}

@media (max-width: 768px) {
    .noticia-destacada .imagen {
        height: 290px;
    }
}

.noticia-destacada .imagen img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.noticia-destacada .texto-superpuesto {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 50, 100, 0.8);
    color: #fff;
    font-style: italic;
    font-size: 0.8rem;
}

.noticia-destacada .texto-superpuesto p {
    padding: 10px;
    margin: 0;
}

.noticia-destacada .contenido {
    padding: 20px 0 0 0;
}

.noticia-destacada .titulo a {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    text-decoration: none;
    font-family: 'Merriweather';
}

.noticia-destacada .subtitulo {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}

.noticia-destacada .icono img {
    bottom: 0;
    width: 60px;
    position: absolute;
    height: auto;
}

.noticia-simple {
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* padding: 10px; */
}

.noticia-simple img {
    width: 100%;
    height: auto;
}

.noticia-simple .contenido {
    padding-top: 10px;
}

.noticia-simple .titulo {
    font-size: 1.1rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    font-family: 'Merriweather';

}

.noticia-simple a,
.noticia-contenido a {
    text-decoration: none !important;
}

.noticia-simple .subtitulo {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
    line-height: 1.2;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

hr {
    margin: 0 !important;
    opacity: 1 !important;
    border-top: 1px solid #aaa !important;
}

.noticia-contenido .titulo {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    font-family: 'Merriweather';
    line-height: 1.1;
    margin: 0;
}

.noticia-contenido .subtitulo {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.2;
    font-style: italic;
    margin: 0;
    margin-bottom: 0;
}

.noticia-contenido .contenido {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #EDF1F5;
    padding: 10px;
}

.ubm_banner img {
    width: 100%;
}

.noticia-grande {
    border: 1px solid #aaa;
    overflow: hidden;
    padding: 10px;
    height: 100%;
}

.noticia-grande .imagen {
    position: relative;
    overflow: hidden;
    /* border-radius: 15px 15px 0 0; */
    max-height: 330px;
}

.noticia-grande .contenido {
    padding: 20px 0 10px 0;
}

.noticia-grande .contenido a {
    padding: 20px 0 10px 0;
    text-decoration: none;
}

.noticia-grande .titulo {
    font-size: 1.2rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    font-family: 'Merriweather';
}

.noticia-grande .subtitulo {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}

.noticia-categoria .icono img {
    margin-top: 10px;
    width: 50px;
}

.noticia-categoria .bajada {
    place-self: flex-end;
}

.noticia-categoria {
    border-top: 2px solid #005699;
    background: #ededed;
    overflow: hidden;
    padding: 10px;
    height: 100%;
}

.noticia-categoria .imagen {
    position: relative;
    overflow: hidden;
    /* border-radius: 15px 15px 0 0; */
    height: 350px;
}

.noticia-categoria .imagen img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.noticia-categoria .contenido {
    padding: 15px 0;
}

.noticia-categoria .titulo {
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    font-family: 'Merriweather';
}

.noticia-categoria .subtitulo {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}

.noticia-categoria .encabezado {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}

.noticia-categoria .encabezado span {
    position: relative;
    top: -10px;
    padding: 15px;
    background: #005699;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.noticia-ancho {
    border: 1px solid #aaa;
    overflow: hidden;
    padding: 10px;
    /* height: 100%; */
}

.noticia-ancho a {
    text-decoration: none;
}

.noticia-ancho .titulo {
    font-size: 1.2rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    font-family: 'Merriweather';

}

.noticia-ancho .subtitulo {
    font-size: 0.8rem;
    color: #666;
    margin-top: 10px;
}

.noticia-ancho .bajada {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #005699;
    font-style: italic;
}

.noticia-ancho .imagen {
    overflow: hidden;
    max-height: 325px;
}

.same-heigth .noticia-simple,
.same-heigth .noticia-ancho {
    height: 100%;
}

.grafico-precios {
    border-top: 2px solid #005699;
    background: #ededed;
    overflow: hidden;
    padding: 10px;
    height: 100%;
}

.grafico-precios .encabezado span {
    position: relative;
    top: -10px;
    padding: 15px;
    background: #005699;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.grafico-precios .encabezado {
    margin-left: 20px;
}


.grafico-precios .grafico {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 1px;
    margin-top: 20px;
}
.header-title p {
    color: #fff;
    font-family: 'Merriweather';
    font-size: 30px;
    padding: 5px;
    font-weight: 800;
}

.header-title {
    background: #00569f;
    padding: 0 80px 0 10px;
}

.flex-header {
    background: #d5d5d5;
    padding: 40px 0;
}

/* Lector de pantalla */

#divFlotanteMovil {
    align-items: center;
    font-size: 0.5rem;
    left: 10px;
    padding-left: 5px;
    color: #000000;
    border: none;
}

#btnpronunciarMovil {
    background-color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.textoActivarVozMovil {
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.imgLeerPagMovil {
    width: 60%;
}

@media screen and (max-width:539px) {

    #divFlotanteMovil {
        display: flex;
        justify-content: start;
    }

}

@media screen and (min-width:992px) {

    #divFlotanteMovil {
        display: none;
        bottom: 10px;
        left: 100px
    }

}

@media screen and (min-width:540px) {

    #divFlotanteMovil {
        display: flex;
        justify-content: start;
    }

}

#divFlotanteTablet {

    font-size: 0.5rem;

}

#btnpronunciarTablet {
    background-color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.textoActivarVozTablet {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.imgLeerPagTablet {
    width: 60%;
}

.lector-pantalla{
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

#divFlotanteTablet {

    display: flex;
    align-items: center;
    bottom: 10px;
    left: 100px
}



@media (max-width: 768px) {
    .lector-pantalla {
        justify-content: center;
        margin-bottom: 20px;
    }
}