.novedades-interna #tabs-2,
.novedades-interna #tabs-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
    margin-top: 16px;
}
.novedades-interna #tabs-2 img,
.novedades-interna #tabs-3 img  {
    width: 100%;
    border-radius: 15px;
}
.novedades-interna #tabs-2 .card-noticia,
.novedades-interna #tabs-3 .card-noticia {
    position: relative;
}
.novedades-interna #tabs-2   .card-noticia .card-link,
.novedades-interna #tabs-3   .card-noticia .card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.novedades-interna #tabs-2   .card-noticia .boton-vermas2
.novedades-interna #tabs-3   .card-noticia .boton-vermas2 {
    position: relative;
    z-index: 2;
}
.novedades-interna #tabs-2   .card-noticia .boton-vermas2 a,
.novedades-interna #tabs-3   .card-noticia .boton-vermas2 a 
{
    color: #1d2955;
    font-size: 15px;
    font-weight: 600;
}
.novedades-interna #tabs-2   .card-noticia .boton-vermas2 a:hover,
.novedades-interna #tabs-3   .card-noticia .boton-vermas2 a:hover {
    text-decoration: underline;
}
.novedades-interna #tabs-2   div,
.novedades-interna #tabs-3   div {
    margin-top: 16px;
}
.novedades-interna #tabs-2   div h2,
.novedades-interna #tabs-3   div h2 {
    color: #1d2955;
    font-size: 22px;
    font-family: "Verdana";
    font-weight: normal;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 2.6em;
    margin-bottom: 10px;
}
.novedades-interna #tabs-2   div p,
.novedades-interna #tabs-3   div p  {
    margin: 0;
    font-size: 14px;
    color: #1d2955;
    font-family: "Verdana";
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    min-height: 3.6em;
    margin-bottom: 10px;
}