/*<css-9447>*/.botonPregradoderecha{
	color: #fff;
    background-color: #00b16b;
    border-color: #00b16b;
	transition: all 0.3s ease;
}

.botonPregradoderecha:hover span,.botonPregradoderecha:hover img {
    filter: brightness(0) saturate(100%);
    color: #000 !important;
}

.botonPregradoderecha:hover {
    border: 1px solid #000 !important;
}/*</css-9447>*/