.catalogo-main .no-gutters {
margin: 0.5mm;
}
.catalogo-main .no-gutters > .col,
.catalogo-main .no-gutters > [class*=col-] {
padding: 0.5mm;
}
.catalogo-main .catalogo-wrapper {
position: relative;
}
.catalogo-main .catalogo-wrapper a {
overflow: hidden;
display: block;
}
.catalogo-main .catalogo-wrapper a img {
transition: 0.3s ease-in-out;
width: 100%;
}
.catalogo-main .catalogo-wrapper a div {
transition: 0.3s ease-in-out;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 0;
background: rgba(66, 38, 39, 0);
color: white !important;
text-transform: uppercase;
font-family: "Raleway", sans-serif !important;
letter-spacing: 5px;
line-height: 26.4px;
font-size: 0.65em;
display: flex;
align-items: center;
justify-content: center;
}
.catalogo-main .catalogo-wrapper a div p {
background: #ED1E79;
padding: 1em;
border-radius: 50px;
}
.catalogo-main .catalogo-wrapper a:hover img {
transform: scale(1.25);
}
.catalogo-main .catalogo-wrapper a:hover div {
background: rgba(66, 38, 39, 0.85);
}