:root {
  --segundos: 0.5s;
}
body,
.path-user .perfil-header,
.region_tabs,
.content-type-estilo article .main-layout::before,
.term-name,
.views-exposed-form.bef-exposed-form,
.pager .pager__items,
.catalogo .polaroid-view a,
.catalogo .polaroid-view span,
.catalogo .polaroid-footer .flag-bookmark a:after,
.catalogo .polaroid-footer .comment-icon:after
{
  transition: background-color var(--segundos), color var(--segundos), border-color var(--segundos), box-shadow var(--transicion-hover) !important;
}