@media screen and (max-width: 648px) {
    .botones-credito {
        width: 80% !important;
        margin-bottom: 10px;
        text-align: center;
    }

    .content-table {
        overflow: scroll;
    }
}

.color-verde {
    color: #006341;
}

.text-justify {
    text-align: justify !important;
}

.font-bold{
    font-weight: bold;
}

.text-center {
    text-align: center;
}