.sc-FEMpB {
    position: relative;
}

@media screen and (min-width: 817px) {
    .hRSDmo {
        margin: 0px auto;
        width: 1100px;
		color: black;
    }
}

@media screen and (max-width: 1362px) {
    .hRSDmo {
        width: 100%;
        padding: 0px;
		color: black;
    }
}

.cIzbwJ {
    /*padding: 0.125rem 0.75rem;*/
    margin: 0px auto;
    max-width: 1352px;
}

.dtEEwm {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 1rem 0px;
}

.dtEEwm span {
    font-size: 12px;
    font-weight: 600;
	color: white;
}

.iAntkJ {
    background: linear-gradient(87deg, #9e0808 0, #c60f0f 100%);
    color: rgb(255, 255, 255);
    font-family: "roboto-condensed",sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 100px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fyzqvA {
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
    text-decoration: none;
    animation: 0.3s linear 0s 1 normal none running emergeLeftEffect;
    background: linear-gradient(87deg, #9e0808 0, #c60f0f 100%);
}

#avisos-lista {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

@keyframes emergeCenterEffect {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: none;
    }
}

@keyframes emergeLeftEffect {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: none;
    }
}