Hello, Diego!
Here are the right codes for you:
/*Hide filtering*/
.woocommerce .product_filtering{
display:none!important;
}
/*Tab titles color*/
.woocommerce-tabs .tabs li a{
color:white!important;
}
/*Related Products title color*/
.single-product .related.products h2{
color:white!important;
}
Regards