/*----------------------------*\
|     CSS desenvolvido por
|	     Marcelo Silva
\*----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html,body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,p { margin: 0; }


/* Menu superior
-----------------------------------------------*/
.menu {
	padding: 20px 0;
  	box-shadow: 0px 3px 4px rgba(216, 216, 216, 0.8);
  	margin-bottom: 5px;
}
.menu .mobile-button {
	display: inline-block;
	float: right;
	background-color: #eaeaea;
	padding: 15px 17px;
	border-radius: 7px;
	margin-top: -3px;
	position: relative;
}
.menu .mobile-button:hover {
	cursor: pointer;
}
.menu .mobile-button span {
	  display: block;
	  width: 24px;
	  height: 3px;
	  background-color: #0051c2;
	  margin: 6px 0;
}
.menu .menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 85px;
  position: relative;
  top: -20px;
}
.menu .menu-links li {
  display: inline-block;
}
.menu .menu-links li:not(:last-child) {
  margin-right: 85px;
}
.menu .menu-links li a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  transition: box-shadow 0.5s;
}
.menu .menu-links li a:hover {
	box-shadow: 0px 4px #0051c2;
}
.menu .menu-links li a.active {
	box-shadow: 0px 4px #0051c2;
}





/* Rodapé
-----------------------------------------------*/
.rodape {
  box-shadow: 0px -5px 5px rgb(235, 235, 235);
  padding-bottom: 20px;
}
.rodape .certificado p {
	text-align: right;
	display: block;
	font-size: 15px
	line-height:18px;
	font-weight: 400;
	margin-top: 18px;
}
.rodape .rodape-logo {
	margin-top: 22px;
}
.rodape .rodape-maislinks {
  background-color: #ebebeb;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  min-width: 190px;
  padding: 8px 0 11px;
  display: inline-block;
  text-align: center;
}
.rodape .endereco {
	font-size: 15px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.8)
	font-weight: 300;
 	margin-top: 30px;
 	text-align: center;
}
.rodape .forma-pagamento {
	font-size: 15px;
	font-weight: 300;
}
.rodape .links {
  margin-top: 20px;
  padding: 0 20px;
}
.rodape .links a {
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	transition: box-shadow 0.5s;
}
.rodape .links a:hover {
	box-shadow: 0px 4px #0051c2;
}
.rodape .links a.active {
	box-shadow: 0px 4px #0051c2;
}





.divisor {
	width: 92px;
	height: 6px;
	background-color: #0051c2;
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn {
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
	color: white;
	background-color: #0051c2;
	width: 175px;
	text-align: center;
	display: block;
	padding: 14px 0;
	border-radius: 10% 10% 10% 10% / 50% 50% 50% 50%;
	transition: background-color 0.5s;
}
.btn:hover {
	background-color: #196bdd;
}





/* Página de Início
/----------------------------------------------*/
.home .cabecalho {
	padding: 50px 0;
}
.home .cabecalho h1 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
	max-width: 90%;
}
.home .cabecalho p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 45px;
}
.home .cabecalho .btn.btn_verde {
	background-color: #008700;
}
.home .cabecalho .btn.btn_verde:hover { 
	background-color: #0cad0c;
}
.home .cabecalho a {
	display: inline-block;
}
.home .cabecalho a + a {
	margin-left: 7px;
}
.home .cabecalho img {
	margin-left: 40px;
}
.home .cabecalho .img-wraper {
	position: relative;
}
.home .cabecalho .img-border {
	position: absolute;
	left: 10px;
	top: -6px;
	margin-left: 40px;
	width: 308px;
	height: 430px;
	border: 6px solid #008700;
	border-radius: 0px 70px 70px 0;
	color: transparent;
}
.home .home-sobrenos {
	padding: 80px 0;
}
.home .home-sobrenos h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .home-sobrenos p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 35px;
}
.home .home-sobrenos p em {
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
	text-shadow: 0px 0px 0.5px black;
}
.home .home-sobrenos p.destaque {
	background-color: #ffffaf;
	padding: 10px 0;
}
.home .home-sobrenos img {
	margin-left: 40px;
}
.home .home-comofunciona {
	background-color: #da007f;
	color: #ffffff;
	padding: 60px 0;
}
.home .home-comofunciona .container {
	background-image: url("../img/ilustracoes/face-left.png"), url("../img/ilustracoes/face-right.png");
	background-repeat: no-repeat;
	background-position: 130px 120px, 700px 60px;
}
.home .home-comofunciona a {
	display: inline-block;
}
.home .home-comofunciona a + a {
	margin-left: 10px;
}
.home .home-comofunciona h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.home .home-comofunciona h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 7px;
}
.home .home-comofunciona p {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	color: rgba(255,255,255,0.92);
}
.home .home-comofunciona .comofundiona-wraper {
	max-width: 280px;
	display: inline-block;
}
.home .home-comofunciona .comofundiona-wraper.comofundiona-wraper_center {
	display: block;
	margin: 0 auto;
}
.home .home-comofunciona .comofundiona-wraper.comofundiona-wraper_right {
	float: right;
}
.home .home-comofunciona .btn.btn_preto {
	background-color: #313131;
}
.home .home-comofunciona .btn.btn_preto:hover {
	background-color: #4c4c4c;
}
.home .home-comofunciona .btn.btn_amarelo {
	background-color: #ffff00;
	color: #313131;
}
.home .home-comofunciona .btn.btn_amarelo:hover {
	background-color: #f5e856;
}
.home .home-permissao {
	padding: 60px 0;
}
.home .home-permissao h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.home .home-permissao p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.home .home-permissao h2 + p {
	text-align: center;
	margin-bottom: 60px;
}
.home .home-permissao .box {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 15px 10px;
	box-shadow: -2px 4px 4px rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
.home .home-permissao .box h3 {
	font-size: 15px;
	line-height: 35px;
	font-weight: 600;
}
.home .home-permissao .box p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 7px;
}
.home .home-permissao .btn {
	margin-top: 30px;
}
.home .esclarecimento {
	background-color: #eaeaea;
	padding: 32px 0 40px 0;
}
.home .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.home .esclarecimento p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.home .esclarecimento .btn {
	background-color: #da007f;
}
.home .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.home .fale-conosco {
	padding: 30px 0;
}
.home .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.home .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.home .recomendacao {
	background-color: #f9f9f9;
	padding: 40px 0 40px 0;
}
.home .recomendacao h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .recomendacao p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
}
.home .recomendacao p:not(:last-child) {
	margin-bottom: 35px;
}
.home .recomendacao img {
	float: right;
}
.home .home-tudosobrenos {
	background-color: #ebebeb;
	padding: 50px 0;
}
.home .home-tudosobrenos h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .home-tudosobrenos h2 em {
	font-style: inherit;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
}
.home .home-tudosobrenos p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 35px;
}
.home .home-tudosobrenos ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 35px;
}
.home .home-tudosobrenos a {
	display: inline-block;
}
.home .home-tudosobrenos a + a {
	margin-left: 7px;
}
.home .home-tudosobrenos a + a {
	margin-left: 7px;
}
.home .home-tudosobrenos .btn.btn_verde {
	background-color: #008700;
}
.home .home-tudosobrenos .btn.btn_verde:hover { 
	background-color: #0cad0c;
}
.home .home-tudosobrenos img {
	float: right;
	margin-right: 30px;
}
.home .home-seguranca {
	padding: 60px 0;
}
.home .home-seguranca h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .home-seguranca p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 35px;
}
.home .home-seguranca ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 35px;
}
.home .home-seguranca a {
	display: inline-block;
}
.home .home-seguranca a + a {
	margin-left: 7px;
}
.home .home-seguranca a + a {
	margin-left: 7px;
}
.home .home-seguranca .btn.btn_verde {
	background-color: #008700;
}
.home .home-seguranca .btn.btn_verde:hover { 
	background-color: #0cad0c;
}
.home .home-custos {
	padding: 70px 0;
	background-color: #da007f;
	color: #ffffff;
}
.home .home-custos h2 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.home .home-custos h2 + p {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}
.home .home-custos h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 7px;
	text-align: right;
}
.home .home-custos h3 + p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: right;
}
.home .home-custos h3 + p sup {
	position: relative;
	top: 3px;
}
.home .home-custos .btn.btn_amarelo {
	background-color: #ffff00;
	color: #313131;
	margin-top: 45px;
}
.home .home-custos .btn.btn_amarelo:hover {
	background-color: #f5e856;
}
.home .home-restricoes {
	padding: 100px 0;
}
.home .home-restricoes h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .home-restricoes p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 35px;
}
.home .home-restricoes ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 35px;
}
.home .home-restricoes a {
	display: inline-block;
}
.home .home-restricoes a + a {
	margin-left: 7px;
}
.home .home-restricoes a + a {
	margin-left: 7px;
}
.home .home-restricoes .btn.btn_verde {
	background-color: #008700;
}
.home .home-restricoes .btn.btn_verde:hover { 
	background-color: #0cad0c;
}
.home .home-forma {
	background-color: #f5ebf5;
	padding: 50px 0;
}
.home .home-forma h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}
.home .home-forma p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 35px;
}
.home .home-forma ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 35px;
}
.home .home-forma a {
	display: inline-block;
}
.home .home-forma a + a {
	margin-left: 7px;
}
.home .home-forma a + a {
	margin-left: 7px;
}
.home .home-forma .btn.btn_verde {
	background-color: #008700;
}
.home .home-forma .btn.btn_verde:hover { 
	background-color: #0cad0c;
}
.home .home-forma img {
	float: right;
}
.home .home-faq {
	padding: 80px 0 70px;
}
.home .home-faq h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}
.home .home-faq .perguntas-respostas {
	margin: 40px 60px 45px;
}
.home .home-faq .perguntas-respostas .tabs {
  border-radius: 29px 29px 29px 29px / 15px 15px 15px 15px;
  overflow: hidden;
  box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.2);
  margin-bottom: 15px;
}
.home .home-faq .perguntas-respostas .tabs.aberto {
	border-radius: 29px 29px 0px 0px / 15px 15px 0px 0px;
}
.home .home-faq .perguntas-respostas .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.home .home-faq .perguntas-respostas .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 22px 20px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.home .home-faq .perguntas-respostas .tab-content {
    max-height: 0;
    padding: 0 20px;
    color: #2c3e50;
    background: white;
    transition: all .3s;
}
.home .home-faq .perguntas-respostas .tab-content p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.home .home-faq .perguntas-respostas .tab-content p:not(:last-child) {
    margin: 0 0 15px 0;
}
.home .home-faq .perguntas-respostas .tab-content p span.destaque {
	text-decoration: underline;
	text-shadow: 0px 0px 0.5px black;
}
.home .home-faq .perguntas-respostas input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.home .home-faq .perguntas-respostas input:checked  + .tab-label {
    background: #f9f9f9;
}
.home .home-faq .perguntas-respostas input:checked  ~ .tab-content {
    max-height: 250vh;
    padding: 22px 20px;
}
.home .home-faq .btn {
	margin: 0 auto;
}






/* Página Sobre Nós
/----------------------------------------------*/
.sobre-nos .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(140deg, rgba(42,82,190,1) 0%, rgba(42,82,190,1) 50%, rgba(249,249,249,1) 50%);
}
.sobre-nos .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.sobre-nos .cabecalho img {
	float: right;
	margin: 10px 0px 0 0;
}
.sobre-nos .introducao {
	padding: 60px 0 20px;
}
.sobre-nos .introducao h2 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.sobre-nos .introducao .divisor {
	background-color: #2a52be;
}
.sobre-nos .primeira-parte p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 30px;
}
.sobre-nos .primeira-parte img {
	margin-top: 70px;
	margin-left: 40px;
}
.sobre-nos .segunda-parte {
	margin-top: 50px;
	padding-bottom: 50px;
}
.sobre-nos .segunda-parte p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 30px;
}
.sobre-nos .segunda-parte img {
	margin-top: 30px;
	float: right;
	margin-right: 40px;
}
.sobre-nos .esclarecimento {
	background-color: #eaeaea;
	padding: 32px 0 40px 0;
}
.sobre-nos .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.sobre-nos .esclarecimento .btn {
	background-color: #da007f;
}
.sobre-nos .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.sobre-nos .fale-conosco {
	padding: 40px 0 70px;
}
.sobre-nos .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.sobre-nos .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}






/* Página Legislação
/----------------------------------------------*/
.respaldo-legal .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(140deg, rgba(42,82,190,1) 0%, rgba(42,82,190,1) 50%, rgba(249,249,249,1) 50%);
}
.respaldo-legal .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.respaldo-legal .cabecalho img {
	float: right;
	margin: 10px 30px 0 0;
}
.respaldo-legal .esclarecimento {
	background-color: #eaeaea;
	padding: 32px 0 40px 0;
}
.respaldo-legal .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.respaldo-legal .esclarecimento .btn {
	background-color: #da007f;
}
.respaldo-legal .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.respaldo-legal .fale-conosco {
	padding: 40px 0 70px;
}
.respaldo-legal .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.respaldo-legal .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.respaldo-legal .primeiro-respaldo {
	padding: 70px 0 20px;
}
.respaldo-legal .primeiro-respaldo h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
.respaldo-legal .primeiro-respaldo p {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.respaldo-legal .primeiro-respaldo p:last-child) {
	margin-bottom: 0;
}
.respaldo-legal .primeiro-respaldo p em {
	font-size: inherit;
	font-style: inherit;
	border-bottom: 2px solid rgba(0,0,0,0.3);
}
.respaldo-legal .segundo-respaldo {
	background-color: #ebebeb;
	padding: 50px 0 20px;
}
.respaldo-legal .segundo-respaldo h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
.respaldo-legal .segundo-respaldo p {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.respaldo-legal .segundo-respaldo p:last-child) {
	margin-bottom: 0;
}
.respaldo-legal .segundo-respaldo p em {
	font-size: inherit;
	font-style: inherit;
	border-bottom: 2px solid rgba(0,0,0,0.3);
}
.respaldo-legal .segundo-respaldo img {
	float: right;
}
.respaldo-legal .terceiro-respaldo {
	padding: 50px 0 20px;
}
.respaldo-legal .terceiro-respaldo h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
.respaldo-legal .terceiro-respaldo p {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.respaldo-legal .terceiro-respaldo p:last-child) {
	margin-bottom: 0;
}
.respaldo-legal .terceiro-respaldo p em {
	font-size: inherit;
	font-style: inherit;
	border-bottom: 2px solid rgba(0,0,0,0.3);
}
.respaldo-legal .quarto-respaldo {
	background-color: #0051c2;
	color: #ffffff;
	padding: 70px 0 40px;
}
.respaldo-legal .quarto-respaldo h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
.respaldo-legal .quarto-respaldo p {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.respaldo-legal .quarto-respaldo p:last-child) {
	margin-bottom: 0;
}
.respaldo-legal .quarto-respaldo p em {
	font-size: inherit;
	font-style: inherit;
	border-bottom: 1.5px solid rgba(255,255,255,0.7);
}
.respaldo-legal .quarto-respaldo img {
	float: right;
	margin-right: 40px;
}
.respaldo-legal .quinto-respaldo {
	padding: 70px 0 60px;
}
.respaldo-legal .quinto-respaldo h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 40px;
}
.respaldo-legal .quinto-respaldo p {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.respaldo-legal .quinto-respaldo p:last-child) {
	margin-bottom: 0;
}
.respaldo-legal .quinto-respaldo p em {
	font-size: inherit;
	font-style: inherit;
	border-bottom: 2px solid rgba(0,0,0,0.3);
}
.respaldo-legal .quinto-respaldo img {
	margin-left: 40px;
}






/* Página Como Funciona
/----------------------------------------------*/
.como-funciona .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(148deg, rgba(42,82,190,1) 0%, rgba(42,82,190,1) calc(50% - 40px), rgba(249,249,249,1) calc(50% - 40px));
}
.como-funciona .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.como-funciona .cabecalho img {
	float: right;
	margin: 10px 60px 0 0;
}
.como-funciona .introducao {
	padding: 60px 0;
}
.como-funciona .introducao h2 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.como-funciona .introducao p {
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	margin: 0 10px;
}
.como-funciona .introducao .divisor {
	background-color: #2a52be;
}
.como-funciona .introducao .btn {
	margin: 40px auto 0 auto;
}
.como-funciona .primeira-etapa {
	background-color: #eaeaea;
	padding: 80px 0 65px 0;
}
.como-funciona .primeira-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
}
.como-funciona .primeira-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.como-funciona .primeira-etapa img {
	float: right;
}
.como-funciona .segunda-etapa {
	background-color: #ffffff;
	padding: 60px 0;
}
.como-funciona .segunda-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
}
.como-funciona .segunda-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.como-funciona .segunda-etapa img {
	margin-left: 80px;
}
.como-funciona .terceira-etapa {
	background-color: #2a52be;
	padding: 60px 0;
}
.como-funciona .terceira-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	color: #ffffff;
}
.como-funciona .terceira-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
	color: #ffffff;
}
.como-funciona .terceira-etapa img {
	float: right;
}
.como-funciona .quarta-etapa {
	background-color: #ffffff;
	padding: 60px 0;
}
.como-funciona .quarta-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
}
.como-funciona .quarta-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.como-funciona .quinta-etapa {
	background-color: #eaeaea;
	padding: 50px 0 40px 0;
}
.como-funciona .quinta-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
}
.como-funciona .quinta-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.como-funciona .quinta-etapa img {
	margin-left: 50px;
}
.como-funciona .sexta-etapa {
	background-color: #ffffff;
	padding: 70px 0 60px 0;
}
.como-funciona .sexta-etapa h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	margin-top: -40px;
}
.como-funciona .sexta-etapa p {
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: justify;
}
.como-funciona .esclarecimento {
	background-color: #eaeaea;
	padding: 32px 0 40px 0;
}
.como-funciona .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.como-funciona .esclarecimento .btn {
	background-color: #da007f;
}
.como-funciona .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.como-funciona .rodape {
	margin-top: 9px;
}





/* Página Perguntas Frequêntes
/----------------------------------------------*/
.faq .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(142deg, rgba(0,81,194,1) 0%, rgba(0,81,194,1) 50%, rgba(249,249,249,1) 50%);
}
.faq .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.faq .cabecalho img {
	float: right;
	margin: 0px 25px 0 0;
}
.faq .esclarecimento {
	background-color: #ebebeb;
	padding: 32px 0 40px 0;
}
.faq .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.faq .esclarecimento .btn {
	background-color: #da007f;
}
.faq .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.faq .fale-conosco {
	padding: 40px 0 70px;
}
.faq .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.faq .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.faq .perguntas-respostas {
	margin: 80px 60px;
}
.faq .perguntas-respostas .tabs {
  border-radius: 29px 29px 29px 29px / 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.2);
  margin-bottom: 15px;
  transition: border-radius 0.5s;
}
.faq .perguntas-respostas .tabs.aberto {
  border-radius: 29px 29px 0px 0px / 10px 10px 0px 0px;
}
.faq .perguntas-respostas .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.faq .perguntas-respostas .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 22px 20px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.faq .perguntas-respostas .tab-content {
    max-height: 0;
    padding: 0 20px;
    color: #2c3e50;
    background: white;
    transition: all .3s;
}
.faq .perguntas-respostas .tab-content p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.faq .perguntas-respostas .tab-content p:not(:last-child) {
    margin: 0 0 15px 0;
}
.faq .perguntas-respostas .tab-content p span.destaque {
	text-decoration: underline;
	text-shadow: 0px 0px 0.5px black;
}
.faq .perguntas-respostas input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq .perguntas-respostas input:checked  + .tab-label {
    background: #f9f9f9;
}
.faq .perguntas-respostas input:checked  ~ .tab-content {
    max-height: 250vh;
    padding: 22px 20px;
}



/* Página Dados legais
/----------------------------------------------*/
.informacoes-legais .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(140deg, rgba(0,81,194,1) 0%, rgba(0,81,194,1) calc(50% - 40px), rgba(249,249,249,1) calc(50% - 40px));
}
.informacoes-legais .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.informacoes-legais .cabecalho img {
	float: right;
	margin: 10px 45px 0 0;
}
.informacoes-legais .introducao {
	padding: 60px 0;
}
.informacoes-legais .introducao h2 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.informacoes-legais .introducao p {
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	margin: 0 65px;
	text-align: justify;
}
.informacoes-legais .introducao .divisor {
	background-color: #2a52be;
}
.informacoes-legais .esclarecimento {
	background-color: #ebebeb;
	padding: 32px 0 40px 0;
}
.informacoes-legais .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.informacoes-legais .esclarecimento .btn {
	background-color: #da007f;
}
.informacoes-legais .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.informacoes-legais .fale-conosco {
	padding: 40px 0 60px;
}
.informacoes-legais .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.informacoes-legais .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.informacoes-legais .dados-legais {
	margin: 70px 60px 0 60px;
}
.informacoes-legais .dados-legais .accordion .accordion-title {
	background-color: #f9f9f9;
	padding: 15px 20px;
	border-radius: 5px;
}
.informacoes-legais .dados-legais .accordion .accordion-title h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}
.informacoes-legais .dados-legais .accordion .accordion-content {
	padding: 15px 20px;
	background-color: #ffffff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

}
.informacoes-legais .dados-legais .accordion .accordion-content p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}
.informacoes-legais .dados-legais .tabs {
  border-radius: 29px 29px 29px 29px / 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.2);
  margin-bottom: 20px;
  transition: border-radius 0.2s;
}
.informacoes-legais .dados-legais .tabs.aberto {
	border-radius: 29px 29px 0px 0px / 10px 10px 0px 0px;
	overflow: hidden;
}
.informacoes-legais .dados-legais .tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.informacoes-legais .dados-legais .tab p span.destaque {
	text-decoration: underline;
	text-shadow: 0px 0px 0.5px black;
}
.informacoes-legais .dados-legais .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 22px 20px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.informacoes-legais .dados-legais .tab-content {
    max-height: 0;
    padding: 0 20px;
    color: #2c3e50;
    background: white;
    transition: all .3s;
}
.informacoes-legais .dados-legais .tab-content p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 25px;
}
.informacoes-legais .dados-legais .tab-content p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.informacoes-legais .dados-legais input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.informacoes-legais .dados-legais input:checked  + .tab-label {
    background: #f9f9f9;
}
.informacoes-legais .dados-legais input:checked  ~ .tab-content {
    max-height: 250vh;
    padding: 22px 20px;
}





/* Página Política de privacidade
/----------------------------------------------*/
.politica-privacidade .cabecalho {
	background: rgb(42,82,190);
	background: linear-gradient(140deg, rgba(0,81,194,1) 0%, rgba(0,81,194,1) calc(50% - 40px), rgba(249,249,249,1) calc(50% - 40px));
}
.politica-privacidade .cabecalho h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}
.politica-privacidade .cabecalho img {
	float: right;
	margin: 10px 45px 0 0;
}
.politica-privacidade .introducao {
	padding: 60px 0;
}
.politica-privacidade .introducao h2 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.politica-privacidade .introducao p {
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	margin: 0 65px;
	text-align: justify;
}
.politica-privacidade .introducao .divisor {
	background-color: #2a52be;
}
.politica-privacidade .esclarecimento {
	background-color: #ebebeb;
	padding: 32px 0 40px 0;
}
.politica-privacidade .esclarecimento h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
}
.politica-privacidade .esclarecimento .btn {
	background-color: #da007f;
}
.politica-privacidade .esclarecimento .btn:hover { 
	background-color: #e34588;
}
.politica-privacidade .fale-conosco {
	padding: 40px 0 70px;
}
.politica-privacidade .fale-conosco h2 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.politica-privacidade .fale-conosco p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.politica-privacidade .indice {
	padding: 0 60px;
}
.politica-privacidade .indice h3 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	margin: 30px 0;
}
.politica-privacidade .indice h4 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	margin: 30px 0;
	color: #4a4a48;
}
.politica-privacidade .indice p {
	font-size: 16px;
	line-height: 35px;
	font-weight: 400;
	color: #4a4a48;
	margin: 0 0 30px 0;
}
.politica-privacidade .indice p.nomargin {
	margin: 0;
}
.politica-privacidade .indice p strong {
	color: #4a4a48;
}
.politica-privacidade .indice .indice-titulo {
	margin-top: 40px;
	font-size: 15px;
}
.politica-privacidade .indice ul {
	margin: 30px 0 60px;
	padding: 0;
	list-style: none;
}
.politica-privacidade .indice ul li {
	font-size: 15px;
	line-height: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0;
}
.politica-privacidade .indice ul li a {
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	color: #000000;
	transition: color 0.3s, text-shadow 0.3s;
}
.politica-privacidade .indice ul li a:hover {
	color: #0051c2;
	text-shadow: 0px 0px 0.6px #0051c2;
}
.politica-privacidade .indice p span.mark {
	background-color: rgb(255,255,0);
}
.politica-privacidade .tabela {
	margin: 30px 0px;
	color: #4a4a48;
	text-align: justify;
}
.politica-privacidade .tabela .row {
	padding: 25px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.politica-privacidade .tabela .tabela-cabecalho {
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	color: #000000;
}
.politica-privacidade .tabela .direito {
	font-size: 16px;
	line-height: 35px;
	color: #4a4a48;
	font-weight: 600;
	text-align: left;
}





/* Página Certificado
-----------------------------------------------*/
.pagina-certificado img {
	width: 100%;
}