.splide__track {
    border-radius: 0.45rem;
}

.splide__arrow.splide__arrow--prev, 
.splide__arrow.splide__arrow--next {
    background: none;

    svg {
        fill: #fff;
    }
}

.aviso {
    padding: 1.2rem 3.5rem;
    background-color: #01397beb;
    cursor: pointer;
}

.aviso-descricao {
    display: flex;
    align-items: center;
    
    margin: 0;
    height: 4.5rem;
    padding-bottom: 0.5rem;
    
    color: #fff;
    text-align: justify;
    font-size: 0.8em;
}

.aviso-rodape {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;

    color: #fff;
    opacity: 0.85;
}

.aviso-imagem-ja-container {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    
    height: 1.875rem;
    width: 1.875rem;
    
    border-radius: 50%;
}

.aviso-imagem-ja {
    width: 2.25rem;
    height: auto;
}

.aviso-rodape-texto {
    font-size: 0.6em;
}

.aviso-superintendencia {
    display: block;
    text-wrap: nowrap;
}