#acordeon .accordion-button {
    color: var(--primary);
    background-color: var(--white);
}

#acordeon .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0) !important;
}

#acordeon .accordion-button::before {
    margin-right: 1rem!important;
    content: "";
}

#acordeon .accordion-button::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8.5 11L12 14.5L15.5 11' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")!important;
}

#acordeon .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8.5 11L12 14.5L15.5 11' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    transform: rotate(-180deg);
}
#acordeon .accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8.5 11L12 14.5L15.5 11' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")!important;
}

#acordeon .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M8.5 11L12 14.5L15.5 11' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    transform: rotate(-180deg);
}


#acordeon .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--dark);
}

#acordeon .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

