/*----------------------------------------
canal denuncias
------------------------------------------*/


.cards-wrap-custom {
    display: flex;
}

.canal-title-custom {
    color: #444444;
    text-align: center;
}
.card-footer-custom {
    display: flex;
    border-top: solid 2px #F1F1F1;
    justify-content: flex-end;
    padding-top: 1.2em;
}
.card-input-custom {
    margin-right: 10px !important;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
    .cards-wrap-custom {
        flex-direction: column;
    }
    .card-footer-custom {
        flex-direction: column;
        justify-content: center;
    }

    .card-input-custom {
        margin-right: 10px !important;
    }
}
.card-min-with{
    min-width: 500px;
}
