﻿.tarjeta-noticia {
    border-bottom: solid 2px #000000;
    padding-bottom: 2.5rem;
}

    .tarjeta-noticia .tarjeta-imagen img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }

    .tarjeta-noticia .tarjeta-titulo {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.25;
        color: #000000;
    }

    .tarjeta-noticia .tarjeta-subtitulo {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .tarjeta-noticia .linea-divisora {
        background-color: black;
        width: 23%;
        height: 2px;
        margin-top: 1.5rem;
    }

    .tarjeta-noticia .tarjeta-texto {
        font-size: 1rem;
        color: #000000;
    }

        .tarjeta-noticia .tarjeta-texto p {
            margin: 0;
        }

    .tarjeta-noticia .tarjeta-fecha {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .tarjeta-noticia .btn-leer-mas {
        padding: 0.5rem 1.25rem;
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
    }


@media only screen and (min-width: 768px) {
    .tarjeta-noticia .tarjeta-imagen img {
        width: 100%;
        height: 300px;
    }

    .tarjeta-noticia:nth-child(n) {
        width: 45%;
    }

    .tarjeta-noticia .linea-divisora {
        width: 40%;
        height: 4px;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .tarjeta-noticia .linea-divisora {
        width: 27%;
    }
}

@media only screen and (min-width: 1200px) {

    .tarjeta-noticia {
        border-bottom: solid 1px #0000004a;
    }

        .tarjeta-noticia .tarjeta-subtitulo {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.2px;
        }

        .tarjeta-noticia .tarjeta-texto {
            font-weight: 300;
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.2px;
            color: black;
        }

        .tarjeta-noticia:nth-child(n) {
            width: 46.5%;
        }
}
