
/* Denuncias */

.img-denuncias {
    width: 3rem;
    height: 3rem;
}

.row-Acercade {
    display: flex;
    flex-direction: row;
    margin-bottom: 4rem
}

.column-denuncias, .column-denuncias2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-denuncias{    
    flex-direction: column;
}

.column-denuncias2 {
    flex-direction: row;
}

.titulo-denuncias {
    margin: unset;
    color: var(--clr-blue-secondary);
    font-size: 25px;
}

.subtitulo-denuncias {
    margin: unset;
    font-style: italic;
    font-size: 16px;
}

.container-texto-Denuncia {
    padding-left: 4rem;
    margin-top: 2rem;
}

.texto-denuncia {
    color: var(--text-gray);
    text-align: justify;
}

.h4-denuncias {
    color: var(--clr-blue-secondary);
}

.card-Denuncias {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);

}

.titulo-card {
    height: 4rem;
    background-color: var(--clr-blue-secondary);
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    margin-top: -3rem;
}

.h4-titulo-card {
    color: white;

}

.margin-inside-card-Denuncias {
    width: fit-content;
    
}

.texto-QR {
    text-align: center;
    margin-top: 1rem;
}

.img-QR {
    width: 12rem;
}


@media (min-width: 992px) {
    .card-Denuncias{
        margin-left: 3rem;
    }
}