@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    list-style: none;
    -webkit-appearance: none
}

:root {
    --cor-principal: rgb(102, 102, 102)
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #eeeeee;
}

.header {
	display: flex;
    align-items: center;
}

.content {
	max-width: 900px;
    margin: 0 auto;
}

.cabecalho {
    position: relative;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin-bottom: 35px;
}
.cabecalho svg.bi-search {
	width: 25px;
    height: 25px;
}



.cabecalho .image h2 {
    color: #00CC66;
    font-size: 3em;
    font-weight: 900;
    font-family: serif;
    text-align: center
}

.cabecalho .image {
    width: 250px
}

.cabecalho .image img {
    width: 100%
}

.conteudo {
    width: 100%;
    max-width: 900px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 40px 0;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
}

.conteudo .side-bar {
    width: 30%;
    display: none;
}

.conteudo .side-bar .image {
    margin: 100px 0 20px
}

.conteudo .side-bar .image img {
    width: 100%
}

.conteudo .side-bar h2 {
    font-size: 1.5em;
    color: #262221;
    margin-bottom: 10px
}

.conteudo .side-bar .anuidade {
    display: flex;
    flex-direction: row;
    width: 100%
}

.conteudo .side-bar .anuidade i {
    font-size: 2em;
    color: #00CC66;
    margin-right: 10px
}

.conteudo .side-bar .anuidade p {
    font-size: 1em;
    color: #262221
}

.conteudo .side-bar .anuidade p b {
    display: inline
}

.conteudo .principal {
    width: 70%
}

.principal .progresso {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px
}

.principal .progresso i {
    font-size: 2em;
    color: #00CC66
}

.principal .progresso .barra {
    width: 100%;
    height: 10px;
    margin: 0 10px;
    background: silver;
    border-radius: 25px
}

.principal .progresso .barra .barra-progresso {
    width: 0;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #00CC66
}

.form {
    width: 100%;
    padding: 50px 10px 0
}

.form h1 {
    font-size: 1.5em;
    color: #262221
}

.form form {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.form form .inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.form form .inputs label {
    font-size: .8em;
    font-weight: bolder;
    color: #333;
    margin-top: 40px
}

.form form .inputs input {
    padding: 15px 5px 10px;
    border-bottom: 2px solid silver;
    font-size: 1em;
    color: #000;
    transition: border-bottom .3s;
    z-index: 1
}

.form form .inputs input::placeholder {
    color: #807e7e
}

.form form .inputs input:focus {
    outline: none;
    border-bottom: 2px solid #00CC66
}

.form form .inputs .requerido {
    height: 30px;
    padding: 0 10px;
    font-size: .8em;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    color: #fff;
    background: red;
    border-radius: 0 0 5px 5px
}

.form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.form form input[type=submit] {
    cursor: pointer;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    background: #00CC66;
    width: 130px;
    border-radius: 3px;
    transition: background .3s;
    z-index: 0
}

.form form input[type=submit]:hover {
    background: #807e7e
}

.form form .carregar-form {
    position: relative;
    width: 130px;
    border-radius: 3px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00CC66
}

.form form .carregar-form .carregar {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 7px solid silver;
    border-top: 7px solid transparent;
    border-radius: 100%
}

.conteudo .principal .form h2 {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.2em;
    color: #262221;
    margin-top: 40px
}

.conteudo .principal .form h2 p {
    min-width: 32px;
    min-height: 32px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bolder;
    margin-right: 5px;
    background: #00CC66
}
.conteudo .principal .form ul {
    margin-top: 20px;
}
.conteudo .principal .form .questoes {
    width: 100%;
    margin: 15px 0
}

.conteudo .principal .form .questoes button {
    cursor: pointer;
    background-color: silver;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    transition: background .5s
}
.form {
    text-align: left;
}

.conteudo .principal .form .questoes a {
    background-color: #fff;
    text-align: left;
    padding: 20px 35px;
    margin: 0px 0;
    border-radius: 300px;
    font-size: 1.5em;
    font-weight: 600;
    color: #262626;
    display: block;
    transition: background .5s;
    border: 1px solid #00CC66
}

.conteudo .principal .form .questoes a:hover {
    background: #00CC66;
    color: #ffffff;
}

.load {
    animation: carregar 1s linear infinite
}

.rodape {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding:25px 10px;
    font-size: 13px;
    z-index: 100;
    color: #ffffff;
	
    background: #0f77be;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.rodape-relative {
    position: relative
}

.rodape .disclaimer {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 20px 10px;
    border-radius: 5px;
    font-size: .9em
}

.rodape p {
    font-size: 1em;
    color: #ffffff;
    text-align: center;
}

.rodape nav ul {
    display: flex;
    flex-direction: row
}
.rodape nav {
    margin-top: 10px;
}
.rodape nav ul li a {
    font-size: 1em;
    color: #fff;
    border-bottom: 1px solid;
}

.rodape nav ul li {
    margin: 0 5px
}

.message {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 5px
}

.danger {
    border: 1px solid red;
    background: rgba(255, 0, 0, .5)
}

.success {
    border: 1px solid #0b0;
    background: rgba(0, 187, 0, .5)
}

@media only screen and (max-width:767px) {
    .rodape {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    .rodape .copyright h3 {
        text-align: center
    }
    .rodape .copyright ul {
        justify-content: center
    }
    .rodape .cnpj ul li {
        text-align: center
    }
}

@media only screen and (max-height:731px) {
    .conteudo {
        padding: 5px 0
    }
    .conteudo .principal .form form .inputs label {
        margin-top: 30px
    }
}

@media only screen and (max-width:650px) {
    .cabecalho {
        display: flex;
        justify-content: center
    }
    .conteudo {
        flex-direction: column
    }
    .conteudo .side-bar {
        width: 100%;
        padding: 0 20px;
    }
    .conteudo .side-bar .image {
        margin: 20px
    }
    .conteudo .principal {
        width: 100%
    }
    .conteudo .principal .form {
        width: 100%;
        padding: 0 20px
    }
    .conteudo .principal .form .carregar-form {
        width: 100%
    }
    .conteudo .principal .form form input[type=submit] {
        width: 100%
    }
    .principal .progresso {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:410px) {
    .rodape nav ul {
        flex-direction: column;
        align-items: center
    }
    .rodape nav ul li span {
        display: none
    }
}

.beneficios {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    text-align: center;
    margin-top: 30px;
	margin-bottom: 20px;
}
.beneficios__item {
    display: flex;
    flex: 1;
    grid-gap: 10px;
    text-align: center;
}
.beneficios__info {
    text-align: left;
    flex: 1;
}
.beneficios__icon i {
    font-size: 30px;
    line-height: 10px;
    color: #00CC66;
}
.beneficios__info b {
    display: block;
    margin-bottom: 4px;
}

.conteudo_fix {
	padding: 20px 15px 20px 15px;
	margin: 30px auto 30px auto;
}
@media (max-width: 639px) {
    .cabecalho .image img {
        width: 170px;
    }
    .cabecalho {
        text-align: center;
        margin-bottom: 0;
    }
    .conteudo {
        padding: 20px 0;
    }
	.conteudo_fix {
		padding: 20px 10px 0 10px;
	}
    .principal .progresso {
        padding: 0px 10px;
        margin-bottom: 15px;
    }
    .form h1 {
        font-size: 20px;
    }
    .conteudo .principal .form h2 {
        margin-top: 25px;
        font-size: 17px;
    }
    .conteudo .principal .form h2 p {
        min-width: 28px;
        min-height: 28px;
        font-size: 13px;
    }
    .conteudo .principal .form .questoes a {
        font-size: 18px;
    }
    .conteudo .principal .form .questoes a {
        padding: 15px 26px;
    }
    .rodape {
        font-size: 11px;
    }
    .beneficios {
        padding: 0 20px;
        grid-gap: 15px;
    }
    .beneficios__item {
        display: block;
    }
    .beneficios__info {
        text-align: center;
        font-size: 14px;
    }
    .beneficios__info b {
        margin-top: 17px;
    }
}

.indez {
    z-index: 1 !important
}

.progresso-1 {
    animation: progresso-1 .5s linear forwards
}

.progresso-2 {
    animation: progresso-2 .5s linear forwards
}

.progresso-3 {
    animation: progresso-3 .5s linear forwards
}

.progresso-4 {
    animation: progresso-4 .5s linear forwards
}

.progresso-5 {
    animation: progresso-5 .5s linear forwards
}

.progresso-6 {
    animation: progresso-6 .5s linear forwards
}

.progresso-7 {
    animation: progresso-7 .5s linear forwards
}

.progresso-8 {
    animation: progresso-8 .5s linear forwards
}

@keyframes carregar {
    to {
        transform: rotate(360deg)
    }
}

@keyframes progresso-1 {
    from {
        width: 0
    }
    to {
        width: 20%
    }
}

@keyframes progresso-2 {
    from {
        width: 20%
    }
    to {
        width: 40%
    }
}

@keyframes progresso-3 {
    from {
        width: 40%
    }
    to {
        width: 60%
    }
}

@keyframes progresso-4 {
    from {
        width: 60%
    }
    to {
        width: 80%
    }
}

@keyframes progresso-5 {
    from {
        width: 80%
    }
    to {
        width: 100%;
        border-radius: 5px
    }
}

@keyframes progresso-6 {
    0% {
        width: 0
    }
    100% {
        width: 33%
    }
}

@keyframes progresso-7 {
    0% {
        width: 33%
    }
    100% {
        width: 66%
    }
}

@keyframes progresso-8 {
    0% {
        width: 66%
    }
    100% {
        width: 100%;
        border-radius: 5px
    }
}

@keyframes down {
    0% {
        bottom: 0
    }
    100% {
        bottom: -30px
    }
}

@keyframes load {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes push {
    from {
        transform: translatex(-705px)
    }
    to {
        transform: translatex(0px)
    }
}

@keyframes abrirPopup {
    0% {
        transform: translateY(-470px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes feacharPopup {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(-470px);
        opacity: 0
    }
}

@keyframes valida {
    0% {
        transform: rotate(0);
        transform: translateX(0)
    }
    20% {
        transform: rotate(2deg);
        transform: translateX(-15px)
    }
    40% {
        transform: rotate(-2deg);
        transform: translateX(15px)
    }
    60% {
        transform: rotate(1deg);
        transform: translateX(-7px)
    }
    80% {
        transform: rotate(-1deg);
        transform: translateX(7px)
    }
    100% {
        transform: rotate(0);
        transform: translateX(0)
    }
}

@keyframes backgroudndLinear {
    0% {
        background-position: 22px 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes animarCookies {
    0% {
        transform: translateY(180px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes animarCookiesReverse {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(180px)
    }
}

@keyframes fecharMenu {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -200px
    }
}

@keyframes btnMenu {
    0% {
        transform: translateX(0) rotate(0)
    }
    100% {
        transform: translateX(40px) rotate(-180deg)
    }
}

@keyframes abrirMenu {
    0% {
        margin-left: -200px
    }
    100% {
        margin-left: 0
    }
}

@keyframes btnMenuReverse {
    0% {
        transform: translateX(40px) rotate(-180deg)
    }
    100% {
        transform: translateX(0) rotate(0)
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        transform: translateX(-5px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes loading-progess {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

@keyframes opacity-progress {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media only screen and (max-width:500px) {
	.ul__check {
		text-align: left;
	}
}

.entry__title {
	font-size: 32px;
	margin-bottom: 25px;
	color: #262626;
	font-weight: 700;
	line-height: 1.3;
}
.button.large {
	background-color: #00CC66;
	color: #ffffff;
	padding: 20px 30px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 200px;
	margin: 15px 0;
	text-decoration: none;
}
.button.large:hover {
	background-color: #00CC66;
	color: #ffffff;
	text-decoration: underline;
}
.button.tiny {
	background-color: #00CC66;
	color: #ffffff;
    padding: 8px 16px;
    font-size: 15px;
	font-weight: bold;
    border: none;
	text-decoration: none;
	text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.button.tiny:hover {
	background-color: #00CC66;
	color: #ffffff;
	text-decoration: underline;
}

.button.tiny:active {
    transform: scale(0.98);
}
.wrap__card img {
	margin-bottom: 20px;
	max-width: 90%;
    border-radius: 10px;
    border: 1px solid #dddddd;
}
.wrap__card small {
	font-size: 12px;
	color: #aaaaaa;
}
.wrap__card {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 10px;
	border:1px solid #dddddd;
	margin: 30px 0;
}
.bar__fixed {
	position: fixed;
	bottom: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	border-top: 1px solid #eee;
    box-shadow: 0 10px 40px rgb(169 177 200 / 20%);
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bar__fixed .button {
	background-color: #FF1A2C;
	color: #ffffff;
	display: inline-block;
	padding: 17px 40px;
	border-radius: 200px;
	text-transform: uppercase;
	font-weight: bold;
}

.bar__center {
	flex:1;
}
.wrap__content {
	text-align: left;
	line-height: 1.8;
	color: #333;
}
.wrap__content p {
	margin: 10px auto 10px auto;
	font-size: 17px;
	line-height: 1.8;
	color: #444;
}
	
.ul__list {
	list-style-type: circle;
	margin-bottom: 20px;
}
.ul__list li {
	line-height: 20px;
	margin-bottom: 10px;
	font-style: italic;
}
.text-center {
	text-align: center;
}

.code-block {
	margin: 30px auto;
    text-align: center;
    display: block;
    clear: both;
    height: auto !important;
    min-height: 250px;
    background: 0 0;
    border: none;
    font-family: inherit;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.code-block-label {
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 50%;
    background: #ffffff;
    padding: 0 10px;
    font-size: 12px !important;
    margin-left: -50px;
    width: 100px;
}

.code-block-label::before,
.code-block-label::after{
    background-color: gray;
    content: "";
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 49%;
}

.list-desc ul {
    list-style: none;
    margin: 0;
    grid-gap: 15px;
    display: grid;
}
.list-desc ul li {
    display: flex;
    grid-gap: 6px;
}
.list-desc ul li i {
   font-size: 22px;
   color:#0c6;
}
.list-desc ul li i span {
    display:none;
}

.title-section,
.title-section a {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #00CC66;
    display: block;
}
.wrap-content p,
.wrap-content ul,
.wrap-content ol {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}
.wrap-content h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #000;
}

.wrap-content p.text-center img {
    margin: 25px 0;
}

.related ul {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
	margin-bottom:55px;
}
.related ul li a {
	display:block;
	font-size:20px;
	line-height:25px;
	color:#00CC66;
	font-weight:bold;
}
.related ul li a img {
	width:100%;
	margin-bottom:10px;
	border-radius: 8px
}

.related ul li a:hover {
	text-decoration:underline;
}

#bottom-bar {
	display: none;
}

/* ===================================
   MELHORIAS APLICADAS - WRAP__CONTENT
   =================================== */

/* Títulos H2 */
.wrap__content h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 40px;
    color: #0f77be;
    font-weight: 700;
    border-left: 4px solid #00CC66;
    padding-left: 15px;
}

/* Primeiro H2 não precisa de margem superior */
.wrap__content h2:first-of-type {
    margin-top: 0;
}

/* Títulos H3 */
.wrap__content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-top: 30px;
    color: #262626;
    font-weight: 600;
}

/* Listas ordenadas (ol) */
.wrap__content ol {
    margin-bottom: 25px;
    padding-left: 25px;
    counter-reset: item;
    list-style: none;
}

.wrap__content ol li {
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    color: #444;
}

.wrap__content ol li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    background: #00CC66;
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Listas não ordenadas (ul) */
.wrap__content ul {
    margin-bottom: 25px;
    padding-left: 10px;
    list-style: none;
}

.wrap__content ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    color: #444;
}

.wrap__content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00CC66;
    font-weight: bold;
    font-size: 18px;
}

/* Links dentro do conteúdo */
.wrap__content a {
    color: #0f77be;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.wrap__content a:hover {
    color: #00CC66;
}

/* Texto em negrito */
.wrap__content p strong,
.wrap__content p b {
    color: #0f77be;
    font-weight: 600;
}

/* Melhorias na seção de blocos com links (block-list) */
.block-list {
    margin: 0;
    padding: 0;
}

.block-list h2 {
    font-size: 22px;
    color: #262626;
    margin-bottom: 20px;
    border-left: none;
    padding-left: 0;
}

.block-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00a602;
    color: white;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 166, 2, 0.2);
}

.block-list a:last-child {
  margin-bottom: 15px;
}

.block-list a:hover {
    color: white;
    transform: translateY(-2px);
}

.block-list a span {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.block-list a svg {
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.block-list a:hover svg {
    transform: translateX(5px);
}

@media (max-width:639px) {
	
	.button.tiny {
		font-size: 13px;
	}
    .title-section, .title-section a {
        font-size: 28px;
        line-height: 27px;
        margin-bottom: 25px;
        color: #00CC66;
        display: block;
    }
	
    .wrap-content p, .wrap-content ul, .wrap-content ol {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .wrap-content h2 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 15px;
		margin-top: 30px;
		color: #000;
	}
    .wrap-content h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
	
	.content .wrap-content h1 {
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.content .wrap-content h2 {
		font-size: 20px;
		text-transform: uppercase;
		margin-top: 0;
	}
	
	.code-block {
		margin: 5px -10px 15px -10px;
	}
	.bar__fixed_rodape {
		margin-bottom: 50px;
	}
	.lobibox_bottom {
		margin-bottom: 70px !important;
	}
	.faux-height {
		height: 450px !important;
	}
	.faux { position: sticky; top: 10px; }
	.related ul {
		grid-template-columns:1fr;
		grid-gap:30px;
		margin-bottom:35px;
	}
	#bottom-bar {
		display: block;
	}
	.entry__title {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.bar__fixed {
		position: fixed;
		bottom: 0;
		z-index: 999;
		left: 0;
		width: 100%;
		border-top: 1px solid #eee;
		box-shadow: 0 10px 40px rgb(169 177 200 / 20%);
		background-color: #fff;
		padding: 10px 10px 5px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bar__fixed .button {
		background-color: #FF1A2C;
		color: #ffffff;
		display: inline-block;
		padding: 17px 40px;
		border-radius: 200px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.bar__center {
		flex:1;
	}
	
	/* Melhorias mobile - wrap__content */
	.wrap__content h2 {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 14px;
		padding-left: 12px;
		border-left-width: 3px;
	}

	.wrap__content h3 {
		font-size: 18px;
		margin-top: 25px;
	}

	.wrap__content p,
	.wrap__content ol li,
	.wrap__content ul li {
		font-size: 15px;
		line-height: 1.7;
	}

	.wrap__content ol li {
		padding-left: 30px;
	}

	.wrap__content ol li:before {
		width: 24px;
		height: 24px;
		font-size: 13px;
	}

	.wrap__content ul li {
		padding-left: 25px;
	}

	.block-list a {
		padding: 10px 18px;
		border-radius: 10px;
	}

	.block-list a span {
		font-size: 14px;
	}

	.block-list a svg {
		width: 22px;
		height: 22px;
		margin-left: 10px;
	}

	.block-list h2 {
        font-size: 15px;
        margin-bottom: 5px;
        text-align: center;
	}
	
	.conteudo_fix {
		padding: 20px 12px;
		margin: 20px auto;
	}
}

@media (min-width:320px) { 
	#bottom-bar {
		display: flex;
	}
}

@media (min-width:801px) { 
	#bottom-bar {
		display: none;
	}
}

.loadingoverlay {
    justify-content: center !important;
}
.loadingoverlay_element {
	margin-bottom:20px !important;
}
.pulse {
  position: relative;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 204, 102, 0.7);
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.p3 {
	margin-top: 15px;
    text-align: center;
    font-size: 18px;
}
.aprovacoes {
	color: #3cc80d;
}
.red {
	color: #dc3545!important;
	font-weight: bold;
}

#iconMenu, #iconSearch {
	cursor: pointer;
	fill: #0f77be;
}

ul.menu {
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color: rgba(10, 10, 10, 0.45);
	z-index: 1005;
	overflow-y: auto;
}

ul.menu .off-canvas {
	background-color:#0f77be;
	width:250px;
	position: absolute;
	left: 0;
	top: 0;
}

ul.menu .off-canvas ul li a {
	padding:15px 25px;
	color:#ffffff;
	display:block;
	font-size:14px;
	border-bottom:1px solid #0d67a4;
}
ul.menu .off-canvas ul li.canvas-entrar {
	background-color:#7cbc1b;
	color:#ffffff;
		font-weight:bold;
}
ul.menu .off-canvas ul li.canvas-entrar a {
	font-size:18px;
}
ul.menu .off-canvas ul li label {
	color:#fff;
	padding:18px 15px;
	display:block;
	background-color:#0d67a4;
	font-weight:bold;
	font-size:18px;
}
body.canvas-active, body.canvas-active-search {
	overflow:hidden;
}

.title-bar {
    position: relative;
    background: #0f77be;
    padding: 10px;
	margin-top: -35px;
}
.title-bar form {
	max-width: 900px;
    margin: 0 auto;
}
.off-search {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.45);
    z-index: 1005;
    overflow-x: auto;
}
.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group>:first-child {
    border-radius: 3px 0 0 3px;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
}
.title-bar input[type=text] {
    margin: 0;
    border-radius: 0;
    border: none;
    height: 40px;
    padding: 9px 13px;
	width: 100%;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    background-color: #7cbc1b;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    transition: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0.67em 1em;
    -webkit-appearance: none;
}

.highlight{
  background:#fff7cc;
  padding:0 4px;
  font-weight:700;
}
.highlight-box {
	background:#fff7cc;
	border:1px solid #fed7aa;
	border-radius:12px;
	padding:14px;
	margin-top:12px;
	font-weight: normal;
}
.grid h3 {
	margin: 0;
}
.cta-group{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.cta-group .btn{
  display:block;
  width:100%;
  text-align:center;
  padding:15px 18px;
  border-radius:12px;
  font-weight:700;
  font-size:17px;
  transition:.2s ease;
  text-decoration: none;
}
.cta-group .btn-primary{
  background:#16a34a;
  color:#fff;
}
.cta-group .btn-primary:hover{
  background:#12803a;
  color: #fff;
}
.cta-group .btn-secondary{
  background:#0d6efd;
  color:#fff;
}
.cta-group .btn-secondary:hover{
  background:#0a58ca;
  color: #fff;
}
.microcopy{
  font-size:14px !important;
  color:#6b7280 !important;
  text-align:center !important;
  line-height: normal !important;
  margin: -5px auto 0 auto !important;
}
.conteudo section{
  /*padding:20px 18px;*/
  margin-bottom:16px;
}
.conteudo table{width:100%;border-collapse:collapse;font-size:14px}
.conteudo th,td{padding:10px;border:1px solid #e5e7eb;text-align:left}
.conteudo th{background:#f8fafc}
.checklist{
  margin:0;
  padding-left:18px;
}
.checklist li{
  margin-bottom:10px;
}
.notice-card{
  padding:16px;
  margin:18px 0;
  font-size:14px;
  color:#4b5563;
}
.lead{
  font-size:17px;
  color:#374151;
}
.conteudo .step{
  padding:12px 0;
  border-bottom:1px solid #e5e7eb;
}
.conteudo .step:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.conteudo .step-number{
  display:inline-block;
  min-width:28px;
  height:28px;
  line-height:28px;
  text-align:center;
  border-radius:999px;
  background:#eaf2ff;
  color:#0b5ed7;
  font-weight:700;
  margin-right:8px;
  font-size:14px;
}
.conteudo .grid{
  display:grid;
  gap:12px;
}
.conteudo .option{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:14px;
}
.conteudo .small{
  font-size:13px;
  color:#6b7280;
}
@media (min-width:768px){
  .conteudo section, .notice-card{
	border-radius:18px;
  }
  .content-card{padding:26px}
  .conteudo .grid{grid-template-columns:1fr 1fr}
}