/* ESTILOS HOVER */
.hover-effect:hover {
    transform: translateY(-0.2rem) scale(1.0125);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.5);
}
