.div-noticias-row-1{
    display: flex;
}

.div-noticias-row-1 .div-noticia{
    width: 50%;
    height: 400px;
    border: 10px solid var(--blanco);
    position: relative;
}

.div-noticia-int{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.noticia-h2{
    font-size: 28px;
    font-weight: 500;
    width: 100%;
}

.div-noticias-categorias {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 columnas iguales */
    gap: 10px; /* espacio entre columnas y filas */
}

.div-noticia-item {
    padding: 10px;
}

.div-noticia-item img{
    width: 100%;
    height: auto;
    border: 1px solid var(--plata);
    border-radius: 10px;
}

.div-noticia-item h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.row-noticias a{
    color: var(--cafe);
}

.row-noticia{
    display: flex;
}

.noticia-content{
    width: 65%;
    padding-right: 75px;
}

.noticias-relacionadas{
    width: 35%;

}

.noticias-relacionadas h3 {
    font-size: 26px;
    padding-bottom: 10px;
}

.noticias-relacionadas .titulo-mas {
    margin-top: 30px;
}

.noticias-relacionadas .titulo-mas:first-of-type{
    margin-top: 0px;
}

.ul-noticia-relacion{
    list-style: none;
}

.li-noticia-relacion{
    border-top: 1px dotted var(--silver);
}

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

.li-noticia-relacion h3{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.noticia-titulo{
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
}

.noticia-descripcion h2{
    font-size: 26px;
}

.noticia-descripcion h3{
    font-size: 22px;
}

.noticia-descripcion p{
    font-size: 19px;
    font-weight: 400;
}

.noticia-imagen{
    width: 100%;
    height: auto;
    margin: 10px 0px 20px 0px;
}

.noticia-descripcion a{
    color: var(--verde);
    text-decoration: underline !important;
    font-weight: 500;
}

.ul-noticias-relacion{
    padding-left: 0px;
    list-style: none;
}

.ul-noticia-relacion-int{
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.ul-noticia-relacion-int li:first-of-type{
    width: 35%;
}

.ul-noticia-relacion-int li:last-of-type{
    width: 65%;
}


.ul-noticia-relacion-int h3{
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: left;
    font-size: 18px;
    height: 44px;
    overflow: hidden;
}

.img-relacion{
    padding-right: 20px;
}

.p-data-popular i {
    margin-top: 10px;
    font-size: 14px;
    color: var(--gray);
    margin-right: 5px;
}

.p-data-popular span {
    margin-top: 10px;
    font-size: 14px;
    color: var(--gray);
}

.p-data-popular .date-category{
    margin-right: 20px;
}

.p-data-popular .date-intro{
    margin-right: 20px;
}

.span-new {
    margin-left: 20px;
}

.noticia-content .p-data-popular{
    text-align: right;
    border-top: 1px dotted var(--silver);
    margin-top: 10px;
}

.tabla-estudio{
    width: 100%;
    margin-bottom: 0px;
}

.articulo-info{
    border: 1px solid var(--cafe);
}

.ver-galeria{
    margin-left: 5px;
}

.tabla-btn{
    border-radius: 3px;
}
