﻿.FondoColorVerdeClaro {
    background-color: rgba(102, 181, 10, 1) !important;
    color: white;
}
    .FondoColorVerdeClaro img {
        max-height: 25px;
        max-width: 25px;
        margin: 10px
    }

.FondoColorNaranjaClaro {
    background-color: rgb(181 157 10) !important;
    color: white;
}
    .FondoColorNaranjaClaro img {
        max-height: 25px;
        max-width: 25px;
        margin: 10px;
        filter: brightness(21.5);
    }

.TextoColorRojo {
    color: red !important;
}
    .TextoColorRojo img {
        max-height: 25px;
        max-width: 25px;
        margin: 10px
    }
