.container_modais_avisos{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-image: url('../../../Assets/Utils/Aviso/Pergaminho_Aviso.webp');
    width: 65%;
    height: 80%;
    gap: 1%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.topo_container_modais_avisos{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    position: relative;
}

.bandeira_divisao{
    position: absolute;
    right: 0;
    background-image: url('../../../Assets/Utils/bandeira-topo-direita.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 40%;
    height: 100%;
}

.corpo_aviso{
    height: 50%;
    width: 65%;
    overflow-y: auto;
}
.footer_avisos{
    display: flex;
    flex-direction: column;
    height: 10%;
    width: 100%;
    gap: 1rem;
}

.espaco_botoes_confirma{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    gap: 1rem;
}





#botao_fechar_aviso_modal_fechar{
    padding: .1rem;
    background-color: #e01b24;
    border-radius: 5px;
}

#botao_fechar_aviso_modal_fechar:hover{
    cursor: pointer;
}
#botao_fechar_aviso_modal_fechar_interno{
    border: 2px solid #FFD700;
    border-radius: 5px;
}

#botao_fechar_aviso_modal_fechar_interno > *{
    margin: 1rem;
    color: white;
}