@media (max-width: 350px) {
  .contentFooter {
    margin-left: -39px !important;
  }
}
@media (max-width: 390px) {
  .contentFooter {
    margin-left: -39px !important;
  }
}
@media (min-width:294px) and (max-width:340px) {
	#topo{
		margin-top:-20px;
	}
}
 
#header {
	    border-bottom: 0px solid var(--blue1);
	    z-index: 9999;
}

:root {
  --white: #ffffff;
  --blue1: #001E40;
  --blue2: #0CFFFB;
  --blue3: #0053B8;
  --blue4: #011A64;
  --cinza1: #EEEEEE;
  --cinza2: #E3E6EA;
}

.dBlock {
	display: block;
}

.textWhite {
	color: var(--white);
}
.textBlue1 {
	color: var(--blue1);
}
.textBlue2 {
	color: var(--blue2);
}
.textBlue3 {
	color: #0053B8;
}
.textBlue4 {
    color: #001766;
}
.textBlue5 {
    color: #030444;
}
.textBlue6 {
    color:  #0cfffb;
}

.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textItalic {
	font-style: italic;
}
.textUnderline {
	text-decoration: underline;
}
.textUpper {
	text-transform: uppercase;
}
.btLogin a:hover {
	color: white;
	font-weight: bold;
}

h1:not(#tutorialGifs h1, #faq h1, #modelosParcerias h1, #filtros h1, #planos h1, #planosEmpresarial h1){
	font-size: 44px;
}

h2:not(#tutorialGifs h2, #faq h2, #modelosParcerias h2, #filtros h2, #planos h2, #planosEmpresarial h2){
	font-size: 36px;
}

h3:not(#tutorialGifs h3, #faq h3, #modelosParcerias h3, #filtros h3, #planos h3, #planosEmpresarial h3){
	font-size: 28px;
}

p:not(#tutorialGifs p, #faq p, #modelosParcerias p, #filtros p, #planos p, #planosEmpresarial p, #feedbacks p, .banner-aniversario p){
	font-size: 22px;
}

.comentario {
    font-size: 18px;
}

@media (max-width: 767px) {
    h1:not(#tutorialGifs h1, #faq h1, #modelosParcerias h1, #filtros h1, #planos h1, #planosEmpresarial h1) {
        font-size: 28px;
    }

    h2:not(#tutorialGifs h2, #faq h2, #modelosParcerias h2, #filtros h2, #planos h2, #planosEmpresarial h2) {
        font-size: 28px;
    }

    h3:not(#tutorialGifs h3, #faq h3, #modelosParcerias h3, #filtros h3, #planos h3, #planosEmpresarial h3) {
        font-size: 20px;
    }

    p:not(#tutorialGifs p, #faq p, #modelosParcerias p, #filtros p, #planos p, #planosEmpresarial p, #personalize .persoTexto p, #empresas p) {
        font-size: 20px !important;
    }

	#personalize .persoTexto p{
		font-size: 20px;
	}

	#empresas p{
		font-size: 20px !important;
	}

    .comentario {
        font-size: 14px;
    }
}

.lineHeightHeading {
	line-height: 1.4rem;
}

.lineHeightParagraph {
	line-height: 1.6rem;
}

.lineHeight20 {
	line-height: 20px;
}
.lineHeight35 {
	line-height: 35px;
}

.lineHeight50 {
	line-height: 50px;
}
.lineHeight55 {
	line-height: 55px;
}
.lineHeight65 {
	line-height: 65px;
}

.mTop15 {
	margin-top:15px;
}
.mTop20 {
	margin-top:20px;
}

.mTop40 {
	margin-top:40px;
}
.mTop60 {
	margin-top:60px;
}
.mTop100 {
	margin-top:100px;
}
.mTop120 {
	margin-top:120px;
}
.b800 {
	font-weight: 800;
}
.b700 {
	font-weight: 700;
}
.b200 {
	font-weight: 200;
}
.b100 {
	font-weight: 100;
}
.p14 {
	font-size: 14px;
}
.p16 {
	font-size: 16px;
}
.p20 {
	font-size: 20px;
}
.p18 {
	font-size: 18px;
}
.p22 {
	font-size: 22px;
}
.p24 {
	font-size: 24px;
}
.p25 {
	font-size: 25px;
}
.p35 {
	font-size: 35px;
}
.p50 {
	font-size: 50px;
}
.p60 {
	font-size: 45px;
}
.letterP {
	letter-spacing: 0.1px;
}
.btnVermaisPlano {
	cursor: pointer;
}
.btnVermaisPlano a {
	font-weight: 500 !important; font-size: 12px !important; color: #555 !important;
}
body, html {
	overflow-x: hidden;
}
body {
	color:var(--white);
	font-family: 'Open Sans';
	font-size:16px;
/*	letter-spacing: 1px !important;*/
}
.redesSociais{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.redesSociais i{
	width: 2rem;
	height: 2rem;
	margin-right: 2rem;
	font-size: 2rem;
}
footer #logoFooter {
	margin-bottom:80px;
	height: 90%;
}

footer ul {
	list-style: none;
}

.molduraArredondada {
    border: 1.5px solid var(--white);
    border-radius: 20px;
    padding: 15px;
	min-height: 100% !important;
}


#planoInd .lit1 {
	padding:0 350px 0 0px; color: var(--blue2); margin-left:-20px;
}
#planoInd .lit2 {
	padding:0 100px 0 0px; color: var(--blue2);margin-left: 20px;
}

a{
	color:var(--white);
}
a:hover {
	color: var(--white);
	text-decoration: none !important;
}
#menuTopo {
	margin-top: -28px;
}
#menuTopo ul {
	list-style: none;
}
#menuTopo ul li {
  float: left;
  margin-top: 1rem;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 300;
}
#menuTopo ul li:last-child {
margin-right:4px;
	}
#menuTopo ul li:active{
	font-weight: bold;
}
.d-flex{
	width:100%;
}
section#topo {
	background: var(--blue1);
/*	padding-top:90px;*/
	padding: 50px 0px 10px 0px;
	margin-top: -1px;
}

section#personalize {
	padding-bottom: 100px;
}


#personalize .blocoPersonalize {
    background-color: #f4fcff;
    border-radius: 20px;
	outline: 20px solid #f4fcff;
}

#personalize .centraliza{
	align-items: center;
}

#personalize .persoTexto {
	padding-left: 0px !important;
	padding-right: 100px !important;
}

#tutorialGifs .um{
	font-size: 36px;
    display: inline;
    color: #021b65;
}

#divFormTopo .btnAzCl{
	padding-top: 10px !important;
}

#tutorialGifs .dois{
	font-size: 36px;
    display: inline;
    color: #0057ff;
}

#divFormTopo .inputEmail {
	text-align: center;
}

section#faixaNumeros{
    background: var(--blue3) !important;
}

#faixaNumeros .tituloFaixa{
	display: flex;
	justify-content: center;
}

#faixaNumeros .tituloFaixa p{
	font-weight: 600;
	color: #fff;
	font-size:20px;
}

#faixaNumeros .numerosEmpresaqui{
	margin-top:1rem;
}
#faixaNumeros p{
	margin: 0 !important;
}

#faixaNumeros .numerosEmpresaqui .titulo{
	color: #fff;
	display: flex;
	justify-content: center;
}


#faixaNumeros .numerosEmpresaqui .valor{
	display: flex;
	justify-content: center;
	font-size: 3rem;
}

#empresas h2{
    color:#001766;
}

section#diferenciais {
	
	padding-top: 60px;
	background:#001E40;

}
section#diferenciais p.tituloDif {
  font-size: 18px;
  margin-left: 50px;
  font-weight: 300;
  line-height: 24px;
}
section#diferenciais .iconDif {
	width: 50px;
}
section#diferenciais .divDif {
	margin-bottom:120px;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, white, #9effd6);
  padding: 12px 16px;
  width: 100%;
  color: #003366;
  max-width: 100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

.banner-texto {
  font-size: 14px;
  max-width: 70%;
}

.banner-texto b600 {
  font-weight: 600;
}

.botao-banner {
  background-color: #0057ff;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .banner-texto {
    max-width: 100%;
  }

  .botao-banner {
    align-self: stretch;
    text-align: center;
  }
}

section#integracoes{
	background-color: var(--cinza1);
	padding: 3rem 0 3rem 0; 
}
section#integracoes h2{
	margin-bottom: 1rem;
}

.logoIntegracao{
	width: 12rem;
	margin-top: 2rem;
}

#ModalIntegracao{
	z-index: 9998;
}

#ModalIntegracao .modal-body{
	overflow-y: scroll;
}

path{
	cursor: pointer;
}


#ModalIntegracao .modal-body .exibePorDemanda{
	mask-image: linear-gradient(#000 35%, transparent 90%);
}

#ModalIntegracao .modal-body .conteudoPrincipal{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

#ModalIntegracao .modal-body .conteudoPrincipal img{
	width: 7rem;
	margin-right: 0.5rem;
}


#ModalIntegracao .modal-footer{
	display: flex;
	justify-content: center;
	align-items: center;
}


#ModalIntegracao .modal-footer img{
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

#topo{
	background-color: var(--blue1) !important;
}

section#filtros {
	background-color: #001766 !important;
	padding: 60px 0 !important;
	color: white !important;
}

#filtros h2, h3::not(#filtros h2, #filtros h3){
	font-weight: 700 !important;
}

.filtros-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
	gap: 20px !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}

.cardFiltro {
	background: linear-gradient(to bottom right, #021562, #0e3f9f, #4eb8cb) !important;
	border-radius: 20px !important;
	padding: 30px 20px !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
	transition: transform 0.2s !important;
}

.cardFiltro h3{
	font-size: 28px;
}

.cardFiltro p{
	font-size: 18px;
}

.cardFiltro:hover {
	transform: translateY(-5px) !important;
}

.cardFiltro a {
	color: white !important;
	display: block !important;
	margin-top: 10px !important;
}

.tituloFiltros {
	font-size: 36px;
	font-weight: bold !important;
	margin-bottom: 50px !important;
	color: white !important;
}

section#beneficios {
    background-color: #001766 !important;
    padding: 60px 20px !important;
    color: white !important;
}

.beneficios-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1800px !important;
    margin: 0 auto !important;
}

.cardBeneficio {
    background: linear-gradient(to bottom right, #021562, #0e3f9f,#4eb8cb) !important;
    border-radius: 20px !important;
    padding: 30px 25px !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: transform 0.2s ease-in-out !important;
}

.cardBeneficio:hover {
    transform: translateY(-5px) !important;
}

.cardBeneficio img {
    width: 150px;
    height: 150px;
    margin-left: 40px;
	margin-right: 20px;
}

@media (max-width: 480px) {
	.cardBeneficio {
		padding: 15px 12px !important;
		max-width: 19rem;
	}

	.cardBeneficio img {
		width: 90px;
    	height: 90px;
		margin-left: 10px;
		margin-right: 5px;
		object-fit: contain;
    }
}

section#planos {
	background:var(--cinza1);
}

#planos h2{
	font-size: 36px !important
}

section#planosEmpresarial {
	background:var(--cinza2);
}

#planosEmpresarial h2{
	font-size: 36px !important
}
		
.nDivPlano h3 {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	color: var(--blue3);
	margin-bottom: 1.5rem;
}

.atrNome {
	float:left;
	font-size:14px;
	font-weight:400;
}
.atrAtr {
	float:right;
	font-size:14px;
	font-weight:800;

}
.atrTodo {
	clear:both;
	min-height:30px;
	
}
.valorDireita {
	width:178px;
	float: right;
	margin-top: -102px;
	position:relative;

}
.valorDe {
	font-weight:bold;
	position:relative;
}
.valores {
	margin-top:70px;
}
.valores .antigo{
	display:flex;
	position:relative;
}
.valores .valoresDe{
	display: flex;
	align-items: center;
}
.valores .antigo .valoresDe p{
	margin:0 2.5rem 0 0;
	font-weight:bold;
	white-space: nowrap;
}
.valores .antigo .valorReal{
	font-weight:bold; 
	font-size:42px;
	width: 96px;
}
.valores .antigo .valorCentavo{
	font-weight:bold;
}
.valores .novo{
	display:flex;
	position:relative; 
	justify-content:center; 
	margin-bottom:2rem;
	margin-top:1rem;
}

.valores .novo .valoresDe p{
	margin:0 2rem 0 0;
	font-weight:bold;
}
.valores .novo .valorReal{
	text-decoration:none; 
	font-weight:bold; 
	font-size:80px;
}
.valores .novo .valorCentavo{
	text-decoration:none; 
	font-weight:bold; 
	font-size:20px;
}
.valores .mensal{
	right: -2px;
}
.mensal {
	position: absolute;
	right: 0;
	bottom: 28px;
}
.botao {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	opacity: 1;
	background: #4db5fd;
	color:#31465D;
	font-weight:bold;
		padding: 10px 20px 10px 20px;
}
.botao:hover{
	background:#c1fffc;
	color:black;
}
.nDivPlano {
	margin-right:20px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	text-align: center;
	min-width:300px;
	padding: 21px;
	padding-bottom:40px;
	position: relative;
	background-color: var(--white);
	color: var(--blue1);
}
.destaque h3 {
	color: var(--white);
}
.vl1 {
	font-size: 32px;
	float: left;
	text-decoration: line-through;
}
.vl2 {
	font-size: 15px;
		margin-left: -10px;
		float: left;
		margin-left: 1px;
		text-decoration: line-through;
}
.btnVermaisPlano {
	clear:both; text-align:left; font-size:11px; margin-top:15px;
}

.destaque .iconCheck {
	color: var(--white);
}
.destaque .btnVermaisPlano a {
	color: #FFF !important;
}
.iconCheck {
	color: #4DB5FE;
}

@media (max-width: 768px) {

	section#beneficios {
		padding: 0 !important;
	}
	#beneficios .slick-slide div{
		margin-left: 1rem;
	}

	section#personalize .container h2 b{
		font-size: 28px;
	}
	.divera div.container {
		text-align: center;
	}
	.nDivPlano {
		margin-bottom:50px;
	}
	.valorDireita {
		
		margin-top: -28px;
	}

}

			
			.container-no-padding {
				padding: 0 !important;
			}
			.btnAzCl:not(.btnAzCl.borda) {
				font-family: "Open Sans", Sans-serif;
				font-size: 14px;
				font-weight: 700;
				fill: var(--blue1);
				color: var(--blue1);
				background-color: #0CFFFB !important;
				border-radius: 21px 21px 21px 21px;
				padding: 3px 20px 3px 20px;
				vertical-align: middle;
				transition: 1s;
				cursor: pointer;
			}
			ul .btnAzCl {
				margin-top: 0 !important;
				align-items: center;
				display: flex;
				justify-content: center;
				padding: 8px 20px 8px 20px;
			}
			ul .btnAzCl a{
				font-family: "Open Sans", Sans-serif;
				font-size: 14px;
				font-weight: 700;
				visibility: visible !important;
				color: var(--blue1);
			}
			.carMais {
				position:absolute;  top: 41px;font-size: 50px;left: -35px;
			}
			.carValor {
				font-size:100px; letter-spacing: -1.5px; font-weight: bold;
			}
			.carSufix {
				 font-weight:200;font-size:60px;
			}
			.carOf {
				text-transform: uppercase;
				letter-spacing: 15px;
				font-size: 18px;
				text-align: center;
				width: 100%;
				margin-top:-22px;

			}
			.carFundo {
				background-color: #112268;
				width: 74%;
				height: 70px;
				position: absolute;
				bottom: -8px;
				z-index: 0;
			}
			.posRelative {
				position: relative;
			}
			.carOf, .carValor, .carMais, .carSufix, #carConteudo {
				z-index: 2;
			}
			#divFormTopo {
				margin-top:15px;
				position: relative;
				text-align: center;
			}
			#divFormTopo form {
				width: 100%;
			}
			#divFormTopo form input[type=text] {
			width: 400px;
			  border: 0;
			  border-radius: 50px;
			  height: 45px;
			  padding:0px 20px 0px 20px;
			}

			.btnEnviarFormTopo {
				position: absolute;
				box-shadow: 0px 3px 6px #00000029;

				  right: 75px;
				  height: 45px;
				  padding-top: 10px;
			}
			.divPesquise {
				width: 71%; margin-top: 25px;
			}
			.smallLetter {
				letter-spacing: 0.1px;
			}

			.btnVermaisPlat {
				padding: 10px 15px 10px 15px;
				border-radius: 10px;
				border:1px solid var(--blue3);
				margin-top:30px;
				text-align: center;
				color: var(--blue1);
				font-weight: bold;
				font-size: 20px;
			}

			.persoTexto {
              padding-left: 0px !important;
              padding-right: 250px !important;
            }

			.persoTexto p {
				margin-bottom:50px;
			}

			.destaque .iconPlus {
				color: var(--white);
			}
			.iconPlus {
				color: var(--blue3);
			}

section#cadastro {
	padding-bottom: 100px;
	padding-top: 60px;
	background:var(--white);
	color: var(--blue1);
}		
section#cadastro > div > div > div > h2 {	
	width: 72%;
}
section#cadastro > div > div > div > p {	
	width: 59%;
}	
section#planoInd {
	padding-bottom: 100px;
	padding-top: 60px;
	background:var(--blue3);
	color: var(--white);
}	
section#planoInd > div > div > div > h2 {	
	width: 105%;
}
section#planoInd > div > div > div > p {	
	width: 50%;
}

#formHome input[type=text], #formHome input[type=password], #formHome input[type=email]{
    border: 1px solid var(--blue2);
	border-radius: 28px;
	width: 100%;
	height: 40px;
	padding:0px 20px 0px 20px;
	background: var(--blue3);

}
#formHome select {
	border: 1px solid var(--blue3);
	border-radius: 28px;
	width: 100%;
	height: 40px;
	padding:0px 20px 0px 20px;
	background-color: white;
}
.formHome2 input[type=text], .formHome2 input[type=password], .formHome2 input[type=email] {
    border: 1px solid var(--blue3) !important;

	background: var(--white) !important;

}
#formHome .p2 {
	text-align: center;
	/* margin-top: 20px; */
	margin-top: 10px;
}




#formHome .botao {
	font-size:22px;
	padding: 10px 40px 10px 40px;
	border-radius: 150px;
}

section#feedbacks {
	padding-bottom: 100px;
	padding-top: 15px;
	background: linear-gradient(to bottom right, #021562, #0e3f9f,#4eb8cb) !important;
}
section#feedbacks > div > h2 {
	width:60%;
}

section#feedbacks .feedbackTopo{
	display:flex;
}

section#feedbacks .feedbackTopoImg img{
	width: 11rem;
	height: 11rem;
	margin-right: 3rem;
}
@media(max-width: 400px){
	#beneficios .slick-slide div{
		margin-left: 0px;
	}
}

section#feedbacks .feedbackTopoTexto{
	width: 100%;
}

section#feedbacks .feedTCooment p{
	font-size: 18px;
}

section#feedbacks .feedTNome {
	font-size: 22px;
}

.feedT {
	height: 100% !important;
	min-height: 500px !important;
	justify-content: space-evenly !important;
	margin-top:50px;
	padding-right: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.feedTDesde  {
	margin-top:10px;
}
#divFormFeed {
	margin-top:80px;
	position: relative;
	width: 40%;
}
#divFormFeed form {
	width: 100%;
}
#divFormFeed form input[type=text] {
width: 100%;
  border: 0;
  border-radius: 50px;
  height: 45px;
  padding:0px 30px 0px 30px;
  font-style: italic;
}

.btnEnviarFormFeed {
				position: absolute;
				box-shadow: 0px 3px 6px #00000029;

				  right: 0px;
				  height: 45px;
				  padding-top: 10px;
			}

#feedB {
	margin-top:80px;

}
#feedB > div {
	gap:30px;
	margin-bottom:40px;
}
#marcasParceiras {
	margin-top:20px;
}
#marcasParceiras h2 {
	align-self: start;
}

.window {
  overflow: hidden;
  position: relative;
  background: #222;
}
.carouselMarcas {
	width: 90%;
	text-align: center;
	margin-top:70px;
}
section#mapa {
	background: var(--white);
	padding-bottom: 100px;
	padding-top: 60px;

}
section#mapa h2 {
	letter-spacing: -2.9px;
	width: 80%;
}
section#mapa > div > div > div > p {
	margin-top:60px;
	width: 90%;

}
section#mapa > div > div > div > p:not(:last-child) {
	margin-top:30px;
	width: 70%;
}

/* MAPA */
.box-mapa{
	position: relative;
  	z-index: 1;
  
	
}
#map {
	transform: scale(1.1);
	
}
#map .state {
    cursor: pointer;
}
#map .state .shape {
    cursor: pointer;
    -width: 0;
}
#map .state .label_icon_state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}
#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
#map .model-davi .state:hover .label_state {
    display: block;
		fill: #FFF !important;
}
#map .model-davi .state .shape {
    fill: #007BFF;
}
#map .model-davi .state:hover .shape{
	fill: #039be5 !important;
}
#map .model-davi .state .icon_state{
    fill: #284779;
}
#map .model-davi .state:hover .icon_state{
	fill: #039be5;
}
#map .model-davi .state .icon_state + .label_icon_state{
	fill: #FFF;
}
#map .model-davi .state:hover .icon_state + .label_icon_state{
		fill: #FFF;
}
#map .model-davi .state .label_icon_state {
    fill: #FFF;
}
#map .model-davi .state:hover .label_icon_state{
	fill: #FFF;
}
#map .model-davi .state .label_state {
    fill: #666;
    display: none;
}
#map .model-davi .state .shape{	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#map .model-davi .state:hover .shape {
    fill: #000;
}

.img-fluid {
	max-width: 100% !important;
}


@media(max-width: 991px){
	.box-mapa{
	    position: relative;
	    top: 0;
	    left: initial;
	    
	    margin: 0 auto;
	}
	
	.btnEnviarFormTopo {
		margin-right: 0 !important;
	}
}

.author{
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30px 15px 15px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,0.54)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	a{
		font-size: 16px;
		display: table;
		margin: 0 auto;
		text-decoration: none;
		color: white;
		font-weight: 700;
		span{
			color: red;
		}
	}	
}
.formUf, .formSegmento {
	margin-top:30px;
}
#formCidade select, #formSegmento input {
	background-color: #ffffff;
	border-color: var( --blue3 );
	border-radius: 10px 10px 10px 10px;
	border: 1px solid var(--blue3);
	padding: 10px 80px 10px 20px;
  	font-size: 18px;
}
#formSegmento input {
	padding: 10px 70px 10px 20px;
	}
#formCidade .botao, #formSegmento .botao {
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
}
#faqAcc {
	margin-top:40px;
	font-size: 1.5rem;
}
#faqAcc .tab input, .tab .content { display: none; }
#faqAcc .tab input:checked ~ .content { display: block; }
#faqAcc .tab {
   transition: all .5s ease-in-out;
  margin-bottom: 10px;
}
 
/* (B2) LABEL */
#faqAcc .tab label {
  display: block; padding: 10px;
  font-weight: 100;
  color: var(--blue1);
  background: var(--white);
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  transition: all .5s ease-in-out;
}
 
/* (B3) CONTENT */
#faqAcc .tab .content {
  padding: 20px;
  color: var(--blue1);
  transition: all .5s ease-in-out;
}
 
/* (B4) DIRECTION ARROW */
#faqAcc .tab label { position: relative; }
#faqAcc .tab label::after {
  display: block; content: "\25b6";
  position: absolute; right: 10px; top: 10px;
  transition: all 0.4s;
}
#faqAcc .tab input:checked ~ label::after { transform: rotate(90deg); }
.divera {
  position: relative;
  padding: 10px 0;
  text-align: center;
  color: white;
  background: rgb(140,206,212);
  background: -moz-linear-gradient(90deg,rgba(140,206,212,1) 0%,rgba(174,202,35,1) 100%);
  background: -webkit-linear-gradient(90deg,rgba(140,206,212,1) 0%,rgba(174,202,35,1) 100%);
  background: linear-gradient(90deg,rgba(140,206,212,1) 0%,rgba(174,202,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cced4",endColorstr="#aeca23",GradientType=1);
  font-size: 70%;
  height: 40px;
}
  .divera div.container {
  	padding: 0 !important;
  	text-align: right;
  }
  .divera div.container img {
  	margin-top:-5px;
  }



#personalize h1 {
	font-size: 45px;

}

#cadastro h2 {
	line-height: 55px;
}

/* MOBILE */
@media (max-width: 767px) {
	.nDivPlano {
		margin-right:0px;
	}
	section#integracoes h2{
		font-size: 28px;
	}

	#tutorialGifs .um{
		font-size: 28px;
	}
	
	#tutorialGifs .dois{
		font-size: 28px;
	}

	section#topo h1 {
		font-size: 34px !important;
	}

	section#topo p {
		font-size: 20px !important;
	}

	section#beneficios .beneficios-grid{
		align-items: center !important;
	}

	section#feedbacks .feedbackTopo{
		margin-top:5rem;
		margin-bottom:2rem;
	}
	
	section#feedbacks .feedbackTopoImg img{
		width: 6rem;
		height: 6rem;
		margin-right: 0.5rem;
	}

	section#feedbacks .feedTCooment {
		font-size: 16px !important;
	}

	section#feedbacks .feedTNome {
		font-size: 18px !important;
	}

	section#personalize .persoTexto {
		padding: 0px !important;
		margin-top:30px;
	}

	section#filtros h2 {
		font-size: 28px !important;
	}


	section#personalize .blocoPersonalize{
		outline: 8px solid #f4fcff;
	}

	#faixaNumeros .tituloFaixa p{
		line-height: 30px;
	}
	#faixaNumeros .numerosEmpresaqui .valor{
		font-size: 2rem;
		display: flex;
		justify-content: flex-start;
	}
	#faixaNumeros .numerosEmpresaqui div{
		display: flex;
		justify-content: space-between;
	}
	#faixaNumeros .numerosEmpresaqui .titulo{
		align-items: center;
		font-weight: normal;
	}
	.valores .novo{
		margin-top:2rem;
	}.fa-bars:before

	#filtros h2{
		font-size: 24px !important;
	}

	#filtros h3{
		font-size: 24px;
	}

	#filtros p{
		font-size: 16px;
	
	}

	#planos h2{
		font-size: 28px !important;
	}

	#planosEmpresarial h2{
		font-size: 24px !important;
	}

	#feedbacks p{
		font-size: 16px;
	}

	section#feedbacks h2.smallLetter.textBlue6 {
		padding-left: 20px;
	}


	
	#header .btnAzCl {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		margin-right: 0px !important;
	}
	.fa-bars:before{
		font-size: 30px;
	}
	.img-fluid {
		width: 50px;
		height: 50px;
	}
	.contentFooter {
		margin-left:0px !important;
	}
	#formHome .botao {
	    font-size: 20px;
	    padding: 10px 40px 10px 40px;
	    border-radius: 150px;
	}
	.divera {
		padding-right:10px;

	}
	#faqAcc {
		
		font-size: 1rem;
	}
	#cadastro h2 {
		line-height: 40px;
	}
	.ellipse {
		width: 85px;	
	} 
	.filtroTitulo {
	    
	    font-size: 1.5rem;
	}
	#planoInd .lit1 {
		margin-top:30px;
	}
	#planoInd .lit2 {
		margin-top:30px;
		margin-bottom:20px;
	}
	#feedB > div {
	    margin-bottom: 0px;
	}
	.carouselMarcas {
	    margin-top: 0;
	}

	#filtros h2 {
		line-height: 38px;
	}
	section#personalize {
	    padding-bottom: 30px;
	}
	section#diferenciais {
	    padding-top: 30px;
	}
	
	.logoIntegracao{
		width: 8rem;
		margin-top: 1rem;
	}
	
	#personalize h1 {
		font-size: 36px;
		line-height: 42px ;

	}
	.divPesquise p {
		 font-weight: 300;
		 font-size: 15px; 
	}

	
	section#topo {
    	padding-bottom: 50px !important;
		padding-top: 1rem !important;
    }
    section#personalize > div {
    	margin:0px !important;
    }

	#topo {
		padding-top:1rem !important;
	}
	.cd30 {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	#videoYoutube {
		height: 190px !important;
	}
	
	.p20 {
		font-size: 16px;
	}
	.p35 {
		font-size: 25px;
	}
	.p60 {
		font-size: 30px;
	}
	.p50 {
		font-size: 25px;
	}
	.lineHeight55 {
/*		line-height: 40px;*/
		line-height: 35px;
	}
	.lineHeight555 {
/*		line-height: 40px;*/
		line-height: 35px;
	}
	.lineHeight65 {
		line-height: 35px;
	}
	.mTop120 {
		margin-top:80px;
	}

	section#diferenciais .divDif {
	    margin-bottom: 60px;
	}

	section#diferenciais .divDif:last-child {
	    margin-bottom: 30px;
	}
	section#filtros {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	section#cadastro {
    	padding-bottom: 50px;
 	   padding-top: 30px;
}
	section#feedbacks {
    	padding-bottom: 50px;
    	padding-top: 30px;
    }
    section#mapa {
	    padding-bottom: 50px;
	    padding-top: 30px;
	}

	.iconsD {
		width: 50px;
	}
	section#diferenciais p.tituloDif {
	    margin-left: 25px;
	}


	.carouselFiltros {
		margin-top:50px;
	}

	.persoVideo iframe {
		width: 100%;
		border-radius: 10px;

	}

	.persoVideo2 iframe {
		width: 100%;
	}

	.hideMobile {
		display: none !important;
	}
	
	.menu-sanduiche{
		width:48px;
		height:48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section#cadastro > div > div > div {
		gap: 30px !important;
	}
	#map {
		margin: 0;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%) scale(0.6);
	}
	.box-mapa {
	  height: 400px;
	  padding-top: 50px;
	}

	#formCidade select, #formSegmento input {
    	padding: 10px 10px 10px 10px;
	    margin-right: 5px;

	}
	#formSegmento input {
		width:100%;
	}
	#formSegmento .botao {
    
    	margin-top: 20px;
	}
	.divFiltro {
	    max-height: 208px;
	    display: table ;
	}
	
	#divFormTopo form input[type=text] {
    	width: 100%;
	}

	#divFormTopo .inputEmail {
		text-align: start;
	}

	.carValor {
    	font-size: 50px;
	}

	.carOf {
    	letter-spacing: 11px;
	}
	.carSufix {
	    font-size: 40px;
	    letter-spacing: 0px;
	}
	.itemCar {
	    margin-left: 13px;
	}
	.carMais {
		top: 14px;
	    font-size: 36px;
	    left: -20px;
	}
	.carFundo{
		width: 100%;
	}
	
	
}

@media (max-width: 290px){
	.empresarial .botao{
		padding: 5px 15px 5px 15px;
	}
	#planos .botao{
		padding: 5px 15px 5px 15px;
	}
	.fa-bars:before{
		font-size: 30px;
	}
	.valores .antigo{
		margin-bottom: 1rem;
	}
	.valores .antigo .valorReal{
		font-size: 20px;
		width: 50px;
	}
	.valores .novo .valorReal{
		font-size: 40px;
	}
	.logoIntegracao{
		width: 7rem;
	}
}
@media(max-width:321px){
	#faixaNumeros .numerosEmpresaqui .valor{
		font-size: 1.3rem;
	}
	#faixaNumeros .numerosEmpresaqui .titulo{
		font-size: 0.9rem;
	}

	.empresarial{
		padding:20px 20px 20px 10px;
	}

}

@media (max-width: 390px) {
	.fixSticky {
		height:80px;
	}
	.divera div.container {
		text-align: center;
	}
	.btLogin {
		margin-top: 20px;
		margin-right: 29px;
	}

	section#topo{
		padding-top: 1rem !important;
	}
}



/* TABLET */
@media (min-width: 767px) and (max-width: 1199px) {
	#faixaNumeros .numerosEmpresaqui .valor{
		font-size: 2rem;
	}
	#menuTopo li a{
		font-size: 11px;
	}
		
	.fixSticky {
		height:110px;
	}
	#planoInd .lit2 { 
		margin-top:10px;
	}
	#planoInd h2 {
		font-size: 45px;
		    line-height: 50px;
	}
	#planoInd {
		padding-top:60px !important;
	}
	.lineHeight355 {
		line-height: 40px !important;	
	}
	.btnEnviarFormTopo {
	  right: 20px !important;
	}
	#header .btnAzCl {
		font-size: 13px;
	}
	#menuTopo ul li {
	  
	  margin-right: 15px;
	}
	#menuTopo ul li:last-child {
		margin-right:15px;
	}
}

#faq .p60 b{
	font-size: 36px;
}

#faqAcc label h3{
	font-size: 28px;
}

@media (max-width: 768px) {
	#faq .p60 b{
		font-size: 24px;
	}
	#faq h3.p60 b{
		font-size: 28px;
	}
	#faqAcc label h3{
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.btnEnviarFormTopo {
	  right: 115px !important;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	.hideTablet {
		display: none !important;
	}
	#map {
	  transform: scale(1.4);

	  position: absolute;
	  right: 0;
	  left: 0;
	  margin: 0 auto;
	}
	.box-mapa {
	  height: 715px;
	  padding-top: 100px;
	}
	#formCidade select, #formSegmento input {
    	padding: 10px 155px 10px 20px;
	    margin-right: 10px;

	}
	section#filtros > div > div {
	    gap: 9px;
	}

	#divFormTopo form input[type=text] {
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 390px;
	}
	section#planoInd > div > div {
		gap: 110px !important;
	}
	#formHome .botao {
    	font-size: 16px;
	}


}
/* TABLET AND MOBILE */
@media (max-width: 1024px) {
	#header {
	    position: fixed;
	    width: 100%;
	    z-index: 9998;
	}

	.btLogin {
		margin-top: 1rem;
	}
	#planoInd .lit1, #planoInd .lit2 {
		padding: 0px !important;

	}
	.persoTexto {
		padding: 0px !important;
		margin-top:30px;
	}
	.persoVideo iframe {
		width: 100%;
		border-radius: 10px;
	}
	.persoVideo2 iframe {
		width: 100%;
	}
	.mTop60 {
		margin-top:30px;
	}

	section#feedbacks > div > h2 {
		width:100%;
	}
	.feedT {
		width: 100%;
	}
	#divFormFeed {
		width: 100%;
	}
	section#diferenciais {
		padding-bottom: 0px;
	}
	section#cadastro > div > div > div > h2 {	
	width: 100%;
	}
	section#cadastro > div > div > div > p {	
		width: 100%;
	}	
	section#mapa h2 {
		width: 100%;
	}
	section#mapa > div > div > div > p:not(:last-child) {
		width: 100%;
	}

	.divFiltro {
		margin-bottom: 39px;
	}
	section#topo {
	    padding-bottom: 100px;
		padding-top:1px;
	}
	
	.btnEnviarFormTopo {
	    position: absolute;
	    box-shadow: 0px 3px 6px #00000029;
	    right: 0;
	    height: 45px;
	    padding-top: 10px;
	}
	.divPesquise {
    	width: 100%;
	}
	section#planoInd {
	    padding-bottom: 80px;
	    padding-top: 0px;
	}
	section#planoInd > div > div > div > p {
	    width: 100% !important;
	}
	.contentFooter > div {
		gap: 30px !important;
	}
	#header .btnAzCl {
/*		margin:5px !important;*/
		padding: 7px 5px 7px 5px;
	}
} 



/* DESKTOP */
@media (min-width: 1025px) {
	#header .btnAzCl {
		margin-top: 3px !important;
	}
	#header .btnLogin{
		margin-top: 3px !important;
	}
	.hideDesktop {
		display: none !important;
	}
	#map {
		margin-left: -180px !important;
		margin-top:180px;
		
	}
	#menuTexto {
		margin-right: 50px;
	}
	#formHome {
		padding: 0px 100px;
	}

}

/*#medio */

@media (max-width: 340px) {
	
	#menuFooter1 ul, #menuFooter2 ul{
		padding-left:1.2rem;
	}
	.btLogin {
		margin-left: 5px;
	}
	.imgMarca {
	    display: table;
	    margin: 0 auto;
	}
	section#filtros .filtroDesc {
		width: 275px;
	}
	#filtros h2 {
		font-size: 28px;
	}
	#divFormTopo p {
		font-size: 14px;
	}
	#personalize h1 {
		line-height: 30px;
	}
	#formHome .botao {
    	font-size: 14px;
	}
	.logoMobile {
		width: 30px;
		margin-right: 6px;
	}
	#header .btnAzCl {
		font-size: 14px;
	}
	#personalize h1 {
		font-size: 24px !important;
	}
	#videoYoutube {
		height: 150px !important;
	}
	.itemCar{
		margin-left: 41px;
	}

	.btLogin {
		margin-left: -15px;
		margin-top:25px;
	}
	#logoFooter {
		width: 210px;
	}
}
.menuBt {
		gap:80px;
	}
@media (max-width: 293px) {
	#menuFooter1 ul, #menuFooter2 ul{
		padding-left:3rem;
	}
	.fixSticky {
		height:80px;
	}
	#formHome .botao {
    	font-size: 15px;
    	padding: 10px 10px;
	}
	.contentFooter {
		margin-left:-36px !important;
	}
	.divera div.container {
		text-align: center;
	}
	section#filtros .filtroDesc {
		width: 240px;
	}
	.menuBt {
		gap:30px;
	}
	.hideMini {
		display: none;
	}
	.btnLogin {
		font-size: 11px;
		margin-top:7px !important;
	}
	.itemCar {
	    margin-left: 80px !important;
	}
	  .btnEnviarFormTopo {
	    position: absolute;
	    box-shadow: 0px 3px 6px #00000029;
	    right: 0;
	    height: 45px;
	    padding-top: 13px;
	    width: 81px;
	    font-size: 10px;
	  }
  #divFormTopo form input[type="text"] {

  padding: 0px 15px 0px 10px;
  font-size: 13px;

  }
  .btnVermaisPlat{
  	font-size: 14px;
  }
  .nDivPlano {
  	min-width: 231px;
  }
  .atrNome {
  	font-size: 11px;
  }
  #planos > div > div {
  	margin-top:30px;
  }
  .dvMaisvendido {
  	right:9px;
  	top:0;
  }
}


#menuMobile {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: var(--blue1);
	z-index: 9999;
	text-align: center;
	display: none;
}
#menuTopoMobile a:hover {
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
}
#menuTopoMobile ul {
	list-style: none;
	padding: 0;
}
#menuTopoMobile ul li {
	padding: 0;
	font-size: 21px;
	margin-bottom:20px;
}
#menuMobile .divComece {
	margin-top:30px !important;
}
#menuMobile .divLogin {
	margin-top:40px !important;	
}

a.btnAzCl:hover, li.btnAzCl:hover{
	color: var(--white);
	background: #2A93DB;
	text-decoration: none;
	cursor: pointer;
}
a.btnLogin {
	color: white;
}
.totalCar {
	width: 355px;
	
}

.dvMaisvendido {
	display: none;
}
.maisvendido .dvMaisvendido {
	display: block;
}
.dvMaisvendido {
	position: absolute;
	background: var(--blue3);
	color: var(--white);
	right: 0px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
}
.maisvendido.destaque .dvMaisvendido {
	background: #4db5fd;
	color: #000;
}
#feedbacks > div > div {
	gap:50px;
}
.carouselTopo  {
	position: relative;
  width: 457px;	
}
.aHover {
z-index: 9999;
position: absolute;
left: 0;
top: 0;
}
.aHover:hover {
	font-weight: bold;
}
#menuTopo ul li {
 position: relative;
}
#menuTopo ul li a:not(.aHover) {
visibility: hidden;
}
/*.btnLogin {
	position: relative;
}
.btnLogin a:hover {
	font-weight: 500;
}
.btnLogin a:not(.aaHover) {
	visibility: hidden;
}
.btnLogin a.aaHover {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
}*/
.atrTodoMais {
	display: none;
}

#mapa a {
	text-decoration: underline;
	color: var(--blue3);
}
.contentFooter {
	margin-left: -36px;

}
.contentFooter a {
	font-weight: 300;
}
#menuFooter1 ul li, #menuFooter2 ul li {
	margin-bottom:15px;
}
.valorDireita .valorDe > div:first-child {
font-size: 66px;
  margin-left: 0px;
  margin-right: 60px;
  text-align: right;
  margin-bottom: 13px;
    letter-spacing: -1px !important;
}
.valorDireita .valorDe > div:last-child {
	font-size: 40px;
	position: absolute;
	top: 0px;
	right: 2px;
}
.valorDireita .valorDe {
	margin-top:10px;
}

