#niveis-cadastro #intro .content p {
    margin: auto;
}
#niveis-cadastro #intro .content .title {
    color: #003273;
    font-weight: 800;
    margin-bottom: 26px;
    display: block;
    font-size: 20px;
    line-height: 24px;
}
#breadcrumb {
    background: rgba(200, 200, 200, 0.15);
    display: flex;
    align-items: center;
}
#breadcrumb {
    margin-bottom: 44px;
    height: 35px;
}
#breadcrumb {
    margin-bottom: 67px;
}
#niveis-cadastro {
    margin-top: 90px;
    margin-bottom: 160px;
}
#niveis-cadastro .header-empreendedor {
    background: url(/themes/simpacto/assets/img/banner-empreendedor.jpg)
}
#niveis-cadastro #header-cadastros {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 505px;
    margin-top: -140px;
    padding-top: 166px;
    margin-bottom: 49px;
    position: relative;
}
#niveis-cadastro .title {
    font-size: 20px;
    line-height: 1.25;
    color: #003273;
    font-weight: 800;
}

#niveis-cadastro .text {
    font-size: 20px;
    line-height: 1.5;
    color: #323232;
    font-weight: 400;
}
.tag {
    padding: 10px;
    background-color: #62b0ef;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.title {
    font-size: 49px;
    line-height: 59px;
    color: #fabd10;
    font-weight: 800;
}
.text-center {
    text-align: center!important;
}
#niveis-cadastro #intro .button {
    height: 69px;
    width: 324px;
    font-weight: 500;
}
#niveis-cadastro #intro .button:hover {
    color: #fff;
}
#niveis-cadastro #intro .content {
    margin-top: 48px;
    margin-bottom: 50px;
}
a {
    text-decoration: none !important;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 16px;
    width: fit-content;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 16px;
}
.button-pink i {
    font-size: 18px;
}
.button i {
    margin-right: 0;
    margin-left: 21px;
}
.button-border {
    border: 1px solid #960a3d;
    color: #960a3d;
    background-color: transparent;
}
.button-border:hover{
    color: #960a3d;
    background-color: #fbe0ea;
    transition: all ease-out 300ms;
}
.btn-logout {
    padding: 12px 24px;
    font-size: 14px;
    color: #960a3d;
    border-radius: 8px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
    content: "\f054";
}
.margin-0-auto {
    margin: 0 auto;
}