.content-all-noticias-home .noticias-home-title{position: relative;}
.content-all-noticias-home .noticias-home-title h2{
    color: #232323;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.content-all-noticias-home .noticias-home-title h2:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: #232323;
    top: -3px;
}


.content-all-noticias-home .lista-de-tipos .btn-group-toggle label.btn-secondary {
     color: #232323;
    background: #ffffff !important;
    border-color: #E9E9E9 !important;
}
.content-all-noticias-home .lista-de-tipos .btn-group-toggle label.btn-secondary.active {
    color: #232323;
    font-weight: 450;
    background: #93C847 !important;
    border-color: #93C847 !important;
}
.content-all-noticias-home .lista-de-tipos .btn-group-toggle label.btn-secondary.active.focus {
    box-shadow: none !important;
}

.content-all-noticias-home .lista-de-card-noticas-home .card{
    border-radius: 0px !important;
    border: none !important;
}
.content-all-noticias-home .lista-de-card-noticas-home .card a{
    color: #232323 !important;
    text-decoration: none;
}
.content-all-noticias-home .lista-de-card-noticas-home .card a:hover{
    text-decoration: underline;
}
.content-all-noticias-home .lista-de-card-noticas-home .card h5{
    color: #232323 !important;
    font-weight: 400;
    margin-left:5px ;
    margin-right: 5px;
}
.content-all-noticias-home .lista-de-card-noticas-home .card img{
    border-radius: 0px !important;
    object-fit: cover;
    aspect-ratio: 9 / 7.2;
}

.content-all-noticias-home .content-enlace-all-noticias a{
    color: #232323 !important;
    text-decoration: none !important;
    font-weight: 600;
}


@media (max-width: 576px) {
    
    .content-all-noticias-home .lista-de-tipos .btn-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

}



