/** Custom SVG Rollover Icon **/
.fusion-rollover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2025/09/more.svg) no-repeat center center;
    background-size: 40px 40px;
    opacity: 1;
    transition: opacity 0.3s
    ease;
}
/** Custom previous and next arrows for portfolio header **/
.paginacioCustom a {
    text-transform: uppercase;
}
.paginacioCustom .fusion-tb-home img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 1em;
}
.paginacioCustom a[rel=prev]:before,
.paginacioCustom a[rel=next]:after {
    font-size: 25px;
}