﻿/*** Inicio: Detalle Noticias ***/

.noticias-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (min-width: 1200px) {
    .noticias-container {
        max-width: 1000px;
    }
}


.detalle-noticia {
    row-gap: 2.5rem;
}

    .detalle-noticia .iconos {
        font-size: 1.4rem;
    }

.cuerpo-noticia {
    border-bottom: solid 1px #000000;
    padding-bottom: 2.5rem;
}

    .cuerpo-noticia .tarjeta-imagen img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }

    .cuerpo-noticia .tarjeta-titulo {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.25;
        color: #000000;
    }

    .cuerpo-noticia .tarjeta-subtitulo {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .cuerpo-noticia .linea-divisora {
        background-color: black;
        width: 23%;
        height: 2px;
        margin-top: 1.5rem;
    }

    .cuerpo-noticia .tarjeta-texto {
        /*font-family: "Noto Sans", system-ui, sans-serif;*/
        font-size: 1rem;
        color: #000000;
    }

        .cuerpo-noticia .tarjeta-texto p {
            margin: 0;
        }

    .cuerpo-noticia .tarjeta-fecha {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .cuerpo-noticia .btn-leer-mas {
        padding: 0.5rem 1.25rem;
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
    }

.texto-alternativo-noticia img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .cuerpo-noticia .tarjeta-imagen {
        margin-bottom: 1.5rem;
    }

        .cuerpo-noticia .tarjeta-imagen img {
            width: 100%;
            height: auto;
        }

    .cuerpo-noticia .tarjeta-titulo {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .cuerpo-noticia .subtitulo {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .cuerpo-noticia .linea-divisora {
        width: 16%;
        height: 4px;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }

    /*.cuerpo-noticia .tarjeta-texto {
        margin-bottom: 7rem;
    }*/

    .cuerpo-noticia .footer-noticia {
        margin-top: 6rem !important;
    }

    .detalle-noticia .iconos {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 992px) {

    .espaciado-superior-detalle-noticia {
        margin-top: 3rem;
    }

    .cuerpo-noticia .linea-divisora {
        width: 13%;
    }
}

@media only screen and (min-width: 1200px) {
    .espaciado-superior-detalle-noticia {
        margin-top: 1.5rem;
    }

    .cuerpo-noticia .tarjeta-imagen {
        margin-bottom: 4rem;
    }

    .cuerpo-noticia .subtitulo {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .cuerpo-noticia .tarjeta-texto p {
        font-size: 17px;
        /*font-weight: 300;*/
        /*font-family: "Noto Sans", system-ui, sans-serif;*/
    }

    .cuerpo-noticia .linea-divisora {
        width: 17%;
        height: 3px;
        margin-top: 2.5rem;
        margin-bottom: 0;
    }
}

/*** Fin: Detalle Noticias ***/
