/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/[locale]/page.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.inicio p {
    font-size: 32px;
    font-weight: 500;
    color: #343a40;
}

.notificacao-rascunho {
    width: 706px;
}

.notificacao-rascunho a {
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}

.start-btn {
    width: fit-content;
    height: 40px;
    border-radius: 4px;
    border-color: #0d6efd;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.btn-search {
    border: 1px solid #007bff;
}

.search {
    padding-top: 20px;
    width: 700px;
    margin-bottom: 20px;
}

