.list-categories {
  font-size: 20px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 24px;
}

.products ul li a {
  color: #3c3838;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.products ul li a:hover, .products ul li a.active{
  color: #ED3237;
  font-weight: 700;
}

.card-catalogo{
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-catalogo .hover{
    width: 90%;
    height: 90%;
    position: absolute;
    transition: 0.5s;
    transform: scale(1);
    cursor: pointer;
    background: #0000002B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
}

.card-catalogo:hover .hover{
 opacity: 1;
}

.card-catalogo-title{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
