svg .maria {
  fill: #ffffff;
  opacity: 0.0;
}

svg .maria:hover {
  opacity: 0.2;
}
