.catalogos:hover{
    transform: scale(1.03);   
    opacity: 0.95;
    text-decoration: none;
}

.catalogos{  
    transition: all 0.3s ease, opacity 0.3s;    
    opacity: 1;
}

.catalogos button{
    margin-top: 265px;
    width: 100%; 
    opacity:1 !important;
    background: var(--rojo-feram);
    color: #FFF;
    font-family: Gotham, sans-serif;
}
.catalogos button:hover{    
    color: #FFF;    
}