.caixa {
    background-color: rgb(251, 251, 251);
    padding: 30px;
    border-radius: 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
}

.container-filho {
    width: 100%;
    padding-top: 10%;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-item {
    background-color: rgb(0, 0, 0) !important;
    height: 25px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 7px;
    color: white;
    font-weight: 800;
}

.title-item-ad {
    background-color: #f7f7f7 !important;
    height: 20px !important;
    width: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 0px;
}

.title-item-ad > span {
    font-weight: 600;
}

.conteudo-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px !important;
}

body {
    background-color: #e3e5eb;
}