.tudo{
  display: inline-block;
}

.tudo:hover{
  background-color: rgba(0, 0, 0, 0.2);
}


.only{
  display: inline-block;  
  width: 195px;
}

.only:hover{
  background-color: rgba(0, 0, 0, 0.2);
}


.left{
  width: 320px;
  display: inline-block;
}

.left_two{
  width: 260px;
  display: inline-block;
}

.la {
  width: 90px;
  text-align: right;
  display: inline-block;
  position: relative;
}

.lado {
  width: 150px;
  text-align: right;
  display: inline-block;
  position: relative;
}

.right{
  width: 25px;
  text-align: right;
  display: inline-block;
}

.right:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

.right_two{
  width: 65px;
  text-align: right;
  display: inline-block;
}

.right_two:hover{
  background-color: rgba(0, 0, 0, 0.3);
}