/*----- Rodapé -----*/

.footer-menu li a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/02/arrow-footer-icon.png);
    opacity: 1 !important;
    background-position: center;
    background-size: contain;
    position: relative;
    transition: .3s ease-in-out;
    background-repeat: no-repeat;
    background-color: transparent !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


/*----- Fim Rodapé -----*/

