.verde-whatsapp {
    background-color: #25d366;
}

.verde-whatsapp:hover {
    background-color: #39e778;
}

.rojo-marca {
    color: #D10138!important;
}

.fondo-gris {
    background-color: #f7f7f7;
}

.fondo-celeste {
    background-color: #2A96CD;
}

.required-error {border: 1px solid #ee2323 !important}
.alert-msg-success {color:#BAA480;}

.p-0 {
    padding: 0px !important;
}

.mobile-show {
    display: block;
}

@media (min-width: 768px) {
    .mobile-show {
        display: none;
    }
}