.imgs-solucoes .img-solucoes:not(.ativo) {
    display: none;
}

.imgs-solucoes .img-solucoes.ativo {
    animation: showSide .2s forwards;
}

.accordion-button .ico {
    border-radius: 8px;
    background: rgba(255, 96, 31, 0.20);
    margin-right: .5rem;
    padding: 2px;
}

.accordion-button:not(.collapsed) .ico {
    background: rgba(255, 96, 31, 1);
}

.sec-faq-timer .accordion-body {
    padding-left: 3.5rem;
}

.progrees-timer {
    width: 100%;
    height: 4px;
    background-color: #eee;
    appearance: none;
    border-radius: 1rem;
    /* Remove default browser styling */
}

.progrees-timer::-webkit-progress-bar {
    background-color: #eee;
}

.progrees-timer::-webkit-progress-value {
    background: rgba(255, 96, 31, 1);
}

