.TipoCliente__card__a{
    text-decoration: none;
    position: relative;
}
.TipoCliente__card__name{
    position: absolute;
    z-index: 1000;
    text-align: left;
    bottom: -150px;
    color: white;
    font-family: 'Roboto-Medium';
    /* padding-left: 15px; */
    text-transform: uppercase;
    width: 100%;
    z-index: 1000;
}
.TipoCliente__name{
    font-family: 'Roboto-Regular';
    font-size: 32px;
    color: #B22B3E;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #B22B3E;
}
.TipoCliente__description{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #383838;
    margin-top: 15px;
}
.TipoCliente__card__ProdRel{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: black;
    text-decoration: none;
}
.zoom-img {
    width: 300px;
    height: initial;
    overflow: hidden;
  }
  
  .zoom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
  }
  
  .zoom-img img:hover {
    transform: scale(1.2);
  }