@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

.container {
	max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
}

body,
p {
	font-family: "Roboto", sans-serif;
}

p,
ul,
li,
figure {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.title-section {
	color: #057836;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 15px;
	text-align: center;
}

.title-section-sm {
	color: #057836;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 10px;
	margin-top: 50px;
}

.subtitle-section {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
	text-align: center;
}

.subtitle-section-left {
	margin-bottom: 15px;
	text-align: left;
}

.hero {
	align-items: center;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('../imgs/landingpage/lp-transferencia/hero.jpg') center top no-repeat;
	background-size: cover, cover;
	display: flex;
	height: 810px;
	margin-top: -75px;
	text-align: center;
}

.hero-title {
	color: #FFF;
	font-size: 86px;
	font-weight: 700;
}

.hero-text {
	color: #FFF;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 50px;
}

.hero .botao {
	font-size: 19px;
	padding: 20px 17px;
}

.header-ld {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
	display: flex;
	height: 75px;
	position: relative;
	transition: all .8s;
	z-index: 100 !important;
}

.header-ld .botao-small {
	font-size: 16px;
	min-width: 200px;
}

.sticky-wrapper.is-sticky .header-ld {
	background-color: rgba(4, 139, 27, 0.6);
}

.sticky-wrapper.is-sticky .header-ld .botao-mn-verde {
	background-color: #FFF;
	color: #057836;
}

.col-logo {
	align-items: center;
	display: flex;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 170px;
}

.sticky-wrapper .header-ld .logo-white {
	display: block;
}

.col-naveg {
	display: flex;
	align-items: center;
	justify-content: end;
}

.naveg {
	float: right;
	margin-bottom: 0;
}

.naveg li {
	display: inline-block;
	list-style-type: none;
	margin-left: 75px;
}

.naveg li:first-child {
	margin-left: 0;
}

.naveg li a.scrollTo {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.naveg li a.scrollTo:hover {
	border-bottom: 2px solid #13C45A;
}

.header-col-button {
	align-items: center;
	display: flex;
	justify-content: end;
}

.mude {
	background-color: #F8F8F8;
	padding-bottom: 80px;
	padding-top: 80px;
}

.cursos {
	padding-top: 80px;
}

.cursos .card-i {
	min-height: 210px;
}

.inscricoes {
	padding-top: 80px;
}

.porque {
	padding-top: 80px;
}

.card-hgts {
	border: 2px solid #13C45A;
	border-radius: 14px;
	overflow: hidden;
}

.card-hgts-header {
	padding: 25px 30px;
}

.card-hgts-header-left {
	background: linear-gradient(to right, #154F29, #13C45A);
}

.card-hgts-header-right {
	background: linear-gradient(to right, #1A361C, #154F29);
}

.card-hgts-header-title {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
}

.card-hgts-header-options {
	color: #99FCAE;
	font-size: 16px;
	font-weight: 400;
}

.card-hgts-header-options img {
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.card-hgts-caption-out {
	background-color: #FFF;
	padding: 30px;
}

.card-hgts-caption {
	min-height: 260px;
}

.card-hgts-caption ul li {
	background: url('../imgs/landingpage/lp-transferencia/bullet.svg') left top no-repeat;
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 38px;
	padding-top: 4px;
}

.card-hgts-caption ul li:last-child {
	margin-bottom: 0;
}

.card-hgts-caption ul li span {
	color: #7A7A7A;
	display: block;
	font-size: 14px;
}

.card-hgts-botoes a {
	margin-top: 12px;
}

.card-hgts-botoes a:first-child {
	margin-top: 0;
}

.card-p {
	border: 2px solid #D1D1D1;
	border-radius: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 250px;
	padding: 34px;
}

.card-header {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}

.card-badge {
	align-items: center;
	border-radius: 10px;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.card-badge-gradient {
	background: linear-gradient(#057836, #13C45A);
}

.card-badge-solid {
	background: #c8f3d1;
}

.card-detail {
	background-color: #c8f3d1;
	border-radius: 3px;
	color: #057836;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 12px;
}

.card-title {
	color: #333;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 16px;
}

.card-title-lg {
	font-size: 20px;
	line-height: 26px;
}

.card-title-sm {
	font-size: 18px;
	line-height: 24px;
}

.card-text p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.card-obs {
	background-color: #c8f3d1;
	color: #13C45A;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 16px;
	padding: 3px 12px;
}

.card-full {
	background-image: url('../imgs/landingpage/lp-transferencia/elipse.png'), linear-gradient(to right, #154F29, #13C45A);
	background-position: right top;
	background-repeat: no-repeat;
	border: 2px solid #399155;
	color: #FFF;
	border-radius: 16px;
	padding: 50px;
}

.card-full-centered {
	margin-top: 40px;
	text-align: center;
}

.card-full-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 15px;
}

.card-full-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.card-full-subtitle-mb-sm {
	margin-bottom: 20px;
}

.card-full-subtitle-mb-lg {
	margin-bottom: 40px;
}

.card-full-stats {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
}

.card-full-stats span {
	color: #99FCAE;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.card-full-buttons-area {
	text-align: right;
}

.card-i {
	background-color: #F8F8F8;
	border: 2px solid #D1D1D1;
	color: #333;
	display: block;
	border-radius: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
	min-height: 340px;
	padding: 25px;
	position: relative;
	text-decoration: none;
}

.card-i:hover {
	border: 2px solid #13C45A;
}

.card-number {
	align-items: center;
	background-color: #057836;
	border-radius: 50%;
	display: flex;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: -21px;
	position: absolute;
	top: -22px;
	width: 40px;
}

.card-gray {
	background-color: #F8F8F8;
	border: 2px solid #99FCAE;
	border-radius: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
}

.card-gray-title {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}

.card-gray-item {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.card-gray-item img {
	margin-right: 7px;
	position: relative;
	top: -3px;
}

.card-gray .perguntas-item {
	margin-top: 20px;
	padding: 15px 30px;
}

.processo {
	background-color: #F8F8F8;
	margin-top: 50px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.perguntas {
	padding-top: 80px;
}

.perguntas-titulos {
	text-align: center;
}

.perguntas-icon {
	background-color: #c8f3d1;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 12px;
	padding: 15px;
}

.perguntas-item {
	background-color: #E2F7E6;
	border: 2px solid #99FCAE;
	border-radius: 14px;
	margin-top: 50px;
	padding: 20px 30px;
}

.perguntas-item-centered {
	text-align: center;
}

.perguntas-item p b {
	color: #057836;
}

.perguntas-item p {
	color: #555;
	font-size: 16px;
	line-height: 24px;
}

.perguntas-item p a {
	color: #057836;
	font-weight: 500;
	text-decoration: underline;
}

.formulario {
	background-color: #F8F8F8;
	margin-top: 70px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.box-tabs .sp-tab__tab-content,
.box-area {
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 10px 25px #d2d0d0;
	;
	border-radius: 18px;
	padding: 30px;
}

.box-tabs .sp-tab__tab-content strong {
	color: #057836;
}

.box-area-conteudo {
	background-color: #FFF;
	padding: 50px;
}

.box-area-conteudo h2,
.box-area-conteudo h3,
.box-area-conteudo h4,
.box-area-conteudo h5,
.box-tabs .sp-tab__tab-pane h2,
.box-tabs .sp-tab__tab-pane h3,
.box-tabs .sp-tab__tab-pane h4,
.box-tabs .sp-tab__tab-pane h5 {
	color: #057836;
	font-weight: 700;
	margin-bottom: 25px;
}

.box-area-conteudo h2,
.box-tabs .sp-tab__tab-pane h2 {
	font-size: 30px;
}

.box-area-conteudo h3,
.box-tabs .sp-tab__tab-pane h3 {
	font-size: 26px;
}

.box-area-conteudo h4,
.box-tabs .sp-tab__tab-pane h4 {
	font-size: 22px;
}

.box-area-conteudo h5,
.box-tabs .sp-tab__tab-pane h5 {
	font-size: 22px;
}

.box-area-conteudo ul {
	margin-bottom: 25px;
}

.box-area-conteudo p,
.box-area-conteudo ul li,
.accordion-content p,
.box-tabs .sp-tab-content p {
	color: #333;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 25px;
}

.box-area-conteudo ul li,
.accordion-content ul li {
	background: url('../imgs/landingpage/lp-transferencia/bullet.svg') left top no-repeat;
	padding-left: 45px;
}

.box-area-conteudo a,
.accordion-content .ea-body a,
.box-tabs .sp-tab-content a {
	color: #13c45a;
	font-weight: 700;
	text-decoration: underline;
}

.box-area-conteudo p:last-child,
.box-area-conteudo ul li:last-child {
	margin-bottom: 0;
}

.box-area-totvs {
	background-color: #FFF;
}

.box-area-totvs iframe {
	height: 600px;
	width: 100%;
}

iframe #is9tn {
	border: none !important;
}

.passo {
	background: linear-gradient(#154F29, #1A361C);
	padding-top: 80px;
	padding-bottom: 80px;
}

.passos-titulos {
	text-align: center;
}

.proc-diferenciado {
	background-color: rgb(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px 20px;
}

.passo-header {
	background-color: rgb(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border: 1px solid #FFF;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 8px 20px;
}

.proc-diferenciado img,
.passo-header img {
	margin-right: 8px;
	position: relative;
	top: -2px;
	width: 18px;
}

.card-highlights {
	background-color: rgb(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-right: 15px;
	padding: 11px 18px;
}

.passo .title-section {
	color: #FFF;
}

.passo .subtitle-section {
	color: #FFF;
}

.passo-area-botoes {
	margin-bottom: 70px;
	margin-top: 30px;
}

.passo-item-inner {
	background-color: rgb(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	align-items: center;
	border: 1px solid #399155;
	border-radius: 14px;
	color: #FFF;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 110px;
}

.passo-item-text {
	color: #99FCAE;
	font-size: 32px;
	font-weight: 700;
}

.passo-item-span {
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

/* footer */

.row-ajuda {
	border-bottom: 1px solid #333;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.ajuda-main-title {
	color: #FFF;
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}

.ajuda-item {
	background-color: #333;
	border: 2px solid #424141;
	border-radius: 14px;
	min-height: 310px;
	padding: 32px;
}

.ajuda-item-title {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 25px;
}

.ajuda-item-icon {
	align-items: center;
	background-color: #13C45A;
	border-radius: 100%;
	display: inline-grid;
	height: 54px;
	justify-content: center;
	margin-right: 15px;
	width: 54px;
}

.ajuda-item-subtitle {
	color: #7A7A7A;
	font-size: 16px;
	line-height: 24px;
}

.ajuda-item-text {
	color: #13C45A;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 4px;
	word-wrap: break-word;
}

.ajuda-item-text span {
	font-size: 12px;
	color: #7A7A7A;
}

.footer {
	background-color: #1F1F1F;
	padding-top: 60px;
}

.footer-logo {
	margin-bottom: 32px;
	max-width: 300px;
}

.footer-col-left {
	padding-right: 80px;
}

.footer-description {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 8px;
}

.footer-description-img {
	margin-right: 12px;
}

.footer-title {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 24px;
}

.footer-subtitle {
	color: #13C45A;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-list li {
	margin-bottom: 15px;
}

.footer-list li:last-child {
	margin-bottom: 0;
}

.footer-list li a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}

.footer-list li a:hover {
	text-decoration: underline;
}

.footer-sm {
	background-color: #1F1F1F;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

.politicas {
	align-items: center;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	display: flex;
	padding-bottom: 32px;
	padding-top: 32px;
	margin-top: 32px;
}

.politicas-list li {
	display: inline-block;
	margin-right: 32px;
}

.politicas-list li:last-child {
	margin-right: 0;
}

.politicas-list li a {
	color: #13C45A;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.politicas-list li a:hover {
	text-decoration: underline;
}

.networks {
	float: right;
}

.networks li {
	display: inline-block;
	margin-left: 8px;
}

.networks li:first-child {
	margin-left: 0;
}

.networks li a {
	align-items: center;
	background-color: #13c45a;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	height: 42px;
	width: 42px;
}

.networks li a img {
	height: auto;
	width: 19px;
}

.footer-sm-text {
	color: #FFF;
	font-size: 12px;
}

/* botoes */

.botao {
	text-align: center;
	text-decoration: none;
}

.botao-gd-verde {
	background: #13C45A;
	border-radius: 14px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 23px 18px;
	text-decoration: none;
	width: 100%;
}

.botao-gd-branco {
	background: #FFF;
	border-radius: 14px;
	color: #057836;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 23px 18px;
	text-decoration: none;
	width: 100%;
}

.botao-sm-verde {
	background: #13C45A;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 18px;
	text-decoration: none;
	width: 100%;
}

.botao-mn-verde {
	background: #13C45A;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 26px;
	text-decoration: none;
}

.botao-sm-branco {
	background: #FFF;
	border-radius: 12px;
	color: #057836;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 24px;
	text-decoration: none;
}

.botao-sm-outline-branco {
	background: transparent;
	border: 2px solid #FFF;
	border-radius: 12px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 26px;
	text-decoration: none;
}

.botao-sm-outline-verde {
	background: transparent;
	border: 2px solid #057836;
	border-radius: 12px;
	color: #057836;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 15px 26px;
	text-decoration: none;
	width: 100%;
}

.botao-sm-solid-verde {
	background: #057836;
	border: 2px solid #057836;
	border-radius: 12px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 15px 26px;
	text-decoration: none;
	width: 100%;
}

.botao-sm-outline {
	background: transparent;
	border: 2px solid #057836;
	border-radius: 12px;
	color: #057836;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 18px;
	text-decoration: none;
	width: 100%;
}

/* button-container */

.button-container-ld {
	cursor: pointer;
	display: none;
	margin-left: 15px;
	padding: 6px;
	right: 15px;
	position: absolute;
	top: 17px;
	width: 42px;
	z-index: 120;
}

.button-container-ld.active .top {
	transform: translateY(5px) translateX(0) rotate(45deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.button-container-ld.active .middle {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.button-container-ld.active .bottom {
	transform: translateY(-13px) translateX(0) rotate(-45deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.button-container-ld.active-2 {
	border-color: #FFF;
}

.button-container-ld span {
	background-color: #FFF;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 4px;
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.button-container-ld span.green-btn {
	background-color: #FFF;
}

/* staticbar */

#staticbar {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}

#staticbar.show {
	opacity: 1;
	visibility: visible;
}

.staticbar {
	background-color: #FFF;
	border-radius: 60px;
	box-shadow: 0 0 33px #b6b5b5;
	padding: 12px;
	position: fixed;
	right: 15px;
	top: 230px;
	z-index: 10;
}

.staticbar ul li {
	margin-bottom: 12px;
}

.staticbar ul li:last-child {
	margin-bottom: 0;
}

.staticbar ul li a {
	align-items: center;
	background-color: #13C45A;
	border-radius: 100%;
	color: #FFF;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	position: relative;
	transition: background-color all 0.3s;
	width: 38px;
}

.staticbar ul li a span {
	background-color: #13C45A;
	border-radius: 60px;
	display: none;
	padding: 10px 10px 10px 18px;
	right: 0;
	position: absolute;
	width: 170px;
}

.staticbar ul li a img {
	position: relative;
	z-index: 10;
}

.staticbar ul li a:hover span {
	display: block;
}

/* helpers */

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

/* accordion */

.accordion-content .ea-card {
	border-bottom: 1px solid #CCC !important;
}

.accordion-content .sp-easy-accordion>.sp-ea-single>.ea-header a {
	color: #057836 !important;
	font-size: 20px !important;
}

/* media queries */

@media (max-width: 1400px) {

	.naveg li {
		margin-left: 22px;
		margin-right: 22px;
	}

	.card-i {
		padding: 16px;
	}

}

@media (max-width: 1199px) {

	.button-container-ld {
		display: block;
	}

	.naveg {
		background-color: #13C45A;
		display: block;
		/* height: 100%; */
		left: -1400px;
		min-height: 100%;
		padding: 50px 20px 30px 10px;
		position: fixed;
		top: 0;
		z-index: 1;
		width: 100%;
		-webkit-transition: all 0.95s;
		-moz-transition: all 0.95s;
		-o-transition: all 0.95s;
		transition: all 0.95s;
	}

	.naveg li {
		display: block;
		margin-bottom: 28px;
	}

	.naveg li a,
	.naveg li a:hover {
		font-size: 18px !important;
		font-weight: 900 !important;
	}

	.naveg.naveg-active {
		display: block;
		left: 0;
		-webkit-transition: all 0.75s;
		-moz-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.naveg.naveg-active li,
	.naveg.naveg-active li:first-child {
		margin-left: 10px !important;
	}

	.naveg .botao-small {
		font-size: 18px;
		width: 100%;
	}

	.hero {
		height: 700px;
	}

	.hero-title {
		font-size: 70px;
	}

	.title-section {
		font-size: 42px;
	}

	.card-full-stats {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.footer-title {
		margin-top: 40px;
	}

	.footer-col-right {
		margin-top: 40px;
	}

}

@media (max-width: 991px) {

	.passo-header {
		font-size: 13px;
		margin-bottom: 10px;
		padding: 4px 15px;
	}

	.hero .botao {
		padding: 12px;
	}

	.hero-title {
		font-size: 56px;
	}

	.hero-text {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.card-hgts {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.card-hgts-caption {
		margin-bottom: 30px;
		min-height: initial;
	}

	.card-p {
		min-height: initial;
	}

	.card-i {
		min-height: initial;
	}

	.card-number {
		left: initial;
		right: 14px;
		top: 15px;
	}

	.passo .botao,
	.cursos .botao,
	.hero .botao {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.card-full {
		padding: 30px;
	}

	.ajuda-item {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.footer {
		padding-top: 50px;
	}

	.footer-title {
		margin-top: 50px;
	}

	.footer-col-links {
		margin-bottom: 50px;
	}

}

@media (max-width: 767px) {

	.staticbar {
		display: none;
	}

	.header-col-button {
		position: absolute;
		right: 0;
	}

	.header-ld .botao-mn-verde {
		display: none;
		padding: 8px 12px;
	}

	.hero {
		height: 600px;
	}

	.hero-title {
		font-size: 40px;
	}

	.hero-text {
		font-size: 19px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.card-hgts-caption-out {
		padding: 24px;
	}

	.card-hgts-caption ul li {
		font-size: 14px;
		padding-left: 32px;
	}

	.card-hgts-header-title {
		font-size: 22px;
	}

	.title-section, 
	.card-full-title {
		font-size: 32px;
		line-height: 38px;
	}

	.subtitle-section {
		margin-bottom: 30px;
	}

	.mude,
	.processo,
	.formulario {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.cursos,
	.inscricoes,
	.perguntas {
		padding-top: 50px;
	}

	.cursos .card-i {
		min-height: initial;
	}

	.card-gray .perguntas-item {
		padding: 15px;
	}

	.ajuda-item {
		min-height: initial;
		padding: 20px;
	}

	.row-ajuda {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.passo .subtitle-section {
		margin-bottom: 20px;
	}

	.porque {
		padding-top: 60px;
	}

	.card-full-buttons-area {
		margin-top: 15px;
		text-align: left;
	}

	.card-full-buttons-area .botao {
		margin-bottom: 0;
		width: 100%;
	}

	.card-highlights {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.politicas-box {
		display: flex;
		justify-content: center;
	}

	.politicas-box-bottom {
		margin-bottom: 30px;
	}

	.passo-item-inner {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.box-tabs .sp-tab__tab-content,
	.box-area {
		padding: 10px;
	}

	.footer-logo {
		max-width: 225px;
	}

	.footer-col-left {
		padding-right: 15px;
	}

}