@charset "utf-8";
/* CSS Document */
:focus {outline: 0;}
/*FONTES*/
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/lato-regular-webfont.woff2') format('woff2'),
url('fonts/lato-regular-webfont.woff') format('woff'),
url('fonts/lato-regular-webfont.ttf') format('truetype'),
url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/lato-light-webfont.woff2') format('woff2'),
url('fonts/lato-light-webfont.woff') format('woff'),
url('fonts/lato-light-webfont.ttf') format('truetype'),
url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/lato-bold-webfont.woff2') format('woff2'),
url('fonts/lato-bold-webfont.woff') format('woff'),
url('fonts/lato-bold-webfont.ttf') format('truetype'),
url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "latoregular";
src: url("fonts/lato-regular-webfont.svg") format('svg');
}
@font-face {
font-family: "latolight";
src: url("fonts/lato-light-webfont.svg") format('svg');
}
@font-face {
font-family: "latobold";
src: url("fonts/lato-bold-webfont.svg") format('svg');
}
}

.fonteFina {
	font-family: latolight, Arial, Helvetica, sans-serif;
}
.fonteNormal {
	font-family: latoregular, Arial, Helvetica, sans-serif;
}

.fonteBold {
	font-family: latobold, Arial, Helvetica, sans-serif;
}
h1 , h2, h3{
	font-weight: normal;
	font-size: 100%;
}
/*FECHA FONTES*/
*{margin:0px; padding:0px;}
a {
	text-decoration: none;
}
body {
	font-size: 14px;


}

.idMail {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
.content90 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.content100 {
	width:1100px;
	margin-left:auto;
	margin-right:auto; 
	position: relative;
}

.centralizar {
	text-align: center;
	float: left;
	width: 100%;
}

.img100 {
	float:left;
	width: 100%;
}
.screen100 
{
width:100%;
float:left;
}
.formGeral input, .formGeral textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#183a8c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#183a8c;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#183a8c;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#183a8c;
}
.logotipo {
	float: left;
	width: 210px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.telefones {
	float: left;
	margin-top: 35px;
	width: auto;
	margin-left: 30px;
}
.telefones a {
	float: left;
	color: #FFF;
	font-size: 150%;
	display: block;
	width: auto;
	margin-right: 30px;
	line-height: 20px;
}
.boxTelefone figure {
	float: left;
	width: 47px;
}
.boxTelefone div {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
.top {
	width: 100%;
	float: left;
	background-image: url(../imgs/imgTop.jpg);
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.telefones span {
	font-size: 60%;
}
.logoIturan {
	float: right;
	margin-top: 25px;
	width: 139px;
}
.telefones a:last-child {margin-right:0px;}.txtPainel {
	float: left;
	color: #FFF;
	margin-top: 100px;
	font-size: 220%;
	width: 375px;
	line-height: 40px;
}
.txtPainel h1 {
	color: #FFF;
	text-shadow: 5px 5px 10px #000;
}
.boxForm {
	float: right;
	width: 493px;
	height: 400px;
	background-color: rgba(38, 71, 117, 0.5);
	background: rgba(38, 71, 117, 0.5);
	border-radius: 15px;	/*color: rgba(0, 31, 122, 0.5);*/
}
.boxForm h2 {
	color: #FFF;
	font-size: 210%;
	width: 90%;
	margin-left: 5%;
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
}
.formGeral {
	float: left;
	width: 90%;
	margin-left: 5%;
}
.ajusta50 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.ajusta50:nth-child(2n) {margin-right:0px;}
.inputGeral {
	width: 100%;
	height: 37px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 3%;
	border: none;
}
.btGeral {
	float: right;
	width: 47.5%;
	background-color: #ff7200;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.boxDestaque {
	width: 243px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	display: inline-block;
	min-height: 165px;
	padding-top: 20px;
	margin-top: 20px;
	vertical-align: top;
}
.boxDestaque p {
	width: 80%;
	margin-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #8a8c8e;
}

.boxDestaque:last-child
{border-right:none;}

.faixaCza {
	background-color: #e6e6e6;
	background-image: url(../imgs/bgCidade.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	text-align: justify;
	padding-bottom: 150px;
	float: left;
	-webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
	position: relative;
	z-index: 1000;
}.faixaCza figure {
	margin-top: 100px;
	display: block;
	margin-bottom: 49px;
}
.faixaCza h2 {
	font-size: 200%;
	color: #0868a6;
	margin-bottom: 5px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 30px;
}
.faixaCza h3 {
	font-size: 120%;
	color: #0868a6;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
}

.faixaCza p {
	font-size: 110%;
	color: #727176;
	line-height: 23px;
}
.marginTop60  {margin-top:60px;}

.passo {
	width: 150px;
	min-height: 180px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 60px;
	vertical-align: top;
	text-align: center;
}
.passo h4 {
	font-size: 130%;
	color: #727176;
}

.numero {
	height: 40px;
	width: 57px;
	border: 2px solid #0868a6;
	font-size: 200%;
	color: #0868a6;
	padding-top: 17px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.diferenciais {
	float: left;
	width: 100%;
	height: 645px;
	background-attachment: fixed;
	background-image: url(../imgs/bgCarro.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.diferenciais h2 {
	font-size: 200%;
	color: #FFF;
	margin-top: 130px;
	width: 90%;
	margin-left: 5%;
}

.envolveIcones {
	float: left;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	margin-top: 25px;
}

.icones {
	width: 100px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	vertical-align: top;
	margin-right: 40px;
	margin-left: 40px;
}
.outrosDiferenciais .icones {
	width: 180px;
	margin-bottom: 40px;
}

.icones figure {
	width: 75px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}


.icones p {
	text-align: center;
	float: left;
	width: 100%;
	color: #FFFFFF;
	margin-top: 7px;
}

.faixaIturan {
	width: 100%;
	float: left;
	color: #FFF;
	background-color: #177dba;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	margin-top: 90px;
	}
.textoLegal {
	color: #616161;
	font-size: 90%;
	line-height: 21px;
	text-align: justify;
	float: left;
	width: 100%;
	margin-top: 31px;
	margin-bottom: 40px;
}
.sobre h2 {
	font-size: 200%;
	color: #177dba;
	margin-top: 74px;
	width: 90%;
	margin-left: 5%;
	float: left;
}
.sobre p {
	color: #727176;
	line-height: 23px;
	font-size: 110%;
	float: left;
	width: 90%;
	margin-left: 5%;
}
.faixaRL {
	text-align: center;
	float: left;
	width: 100%;
	background-color: #177dba;
	padding-bottom: 5px;
}
.telefonesRodape {
	float: left;
	margin-top: 40px;
}
.telefonesRodape h3 {
	color: #FFF;
}

.rodape {
	background-color: #143361;
	float: left;
	width: 100%;
}
.telefonesRodape a {
	float: left;
	color: #FFF;
	font-size: 150%;
	display: block;
	width: auto;
	margin-right: 30px;
	line-height: 20px;
}
.telefonesRodape span {
	font-size: 60%;
}.telefonesRodape .boxTelefone {
	clear: left;
	margin-bottom: 20px;
}
.contentRightRodape {
	float: right;
}
.redesSociais {
	float: right;
	margin-top: 48px;
	font-family: social-icons;
	width: 140px;
	margin-bottom: 10px;
	color: #FFF;
	text-align: right;
}
.redesSociais li{
	font-size: 200%;
	margin-right: 4px;
	list-style-type: none;
	color: #FFFFFF;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	margin-top: 3px;
	float: left;
}
.redesSociais li:hover{
	color: #790000;
}
.dados {
	float: right;
	clear: right;
	margin-top: 15px;
	color: #FFF;
	line-height: 25px;
}
.assinatura {
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.boxForm p {
	color: #FFF;
	margin-bottom: 7px;
}
.boxForm p a {
	color: #FFF;
	text-decoration: underline;
}



/*bt Pulsar */
.linkWhats {
	position: fixed;
	top: auto;
	bottom: 15px;
	right: 10px;
	width: 45px;
	height: 45px;
	z-index: 1000000;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.btPulsar {
	position: relative;
	top: 45%;
	left: 45%;
	margin-left: -50px;
	margin-top: -50px;
	display: block;
	width: 65px;
	height: 65px;
	text-align: center;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(0, 200, 75, 0.5);
	-webkit-animation: Pulsar 1.5s infinite;
	background-color: #00c84b;
	background-image: url(../imgs/logoWhats.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99000000;
}

.btPulsar:hover {
  -webkit-animation: none;
}

@-webkit-keyframes Pulsar {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(0, 200, 75, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 200, 75, 0);
  }
}
/*bt Pulsar */


.politica {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align:justify;
}
.politica h1 {
	color: #2A4976;
	font-size: 160%;
	margin-bottom: 20px;
}
.politica h2 {
	color: #2A4976;
	font-size: 130%;
	margin-bottom: 7px;
	margin-top: 10px;
	line-height: 25px;
}
.politica p {
	font-size: 110%;
	color: #999;
	margin-bottom: 15px;
	line-height:20px;
}

.boxCookie {
	background-color: #333;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 5000000;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 19px;
}
.boxCookie p a {
	color: #FFF;
	text-decoration: underline;
	background: none;
}
.botaoCookie {
	color: #000;
	background-color: #FC0;
	font-size: 100%;
	float: right;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	line-height: normal;
	border:none;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor:pointer;
}
.txtCookie {
	float: left;
	width: 85%;
	text-align: justify;
}
.topoGeral {
	float: left;
	width: 100%;
	background-color: #2a4976;
}
.politica a {
	color: #2A4976;
	font-size: 120%;
	margin-bottom: 20px;
	display: block;
}
.preco {
	float: left;
	height: 75px;
	width: 245px;
	background-color: #FFF;
	margin-top: 16px;
	border-radius: 5px;
	padding-left: 35px;
	padding-top: 18px;
	margin-bottom: 15px;
}
.preco p {
	color: #ff5e0f;
	font-size: 90%;
}
.preco h2 span {
	font-size: 70%;
}

.preco h2 {
	font-size: 300%;
	color: #ff5e0f;
	margin-top: 5px;
}
.contentLeftPainel {
	float: left;
	width:40%;
}
.legendaPainel p {
	color: #FFF;
	font-size: 90%;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
