@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px; }

/*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%;
}
.top {
	background-color: #011631;
	float: left;
	width: 100%;
}
body{font-size:14px;}

.contentRightTop {
	float: right;
	margin-top: 26px;
}
.content90 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.boxTel img {
	float: left;
	margin-right: 10px;
}
.boxTel {
	float: left;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 200px;
	font-size: 14px;
}
.ddd {
	font-size: 90%;
	margin-top: 22px;
	
}
.numtel {
	font-size: 160%;
	margin-top: 15px;
	
}


.boxTel p {
	font-size: 90%;
	margin-bottom: 7px;
}


.logotipo {
	float: left;
	width: 282px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.painel {
	float: left;
	width: 100%;
	height: 605px;
	position: relative;
	overflow:hidden;
}
.painelCidade {
	width: 1940px;
	height: 392px;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
	background-image: url(../imgs/cidadeprotecao.jpg);
	background-repeat: no-repeat;
	transform: scale(1.1);
	background-size: cover;
}
.asfalto {
	height: 214px;
	width: 1920px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../imgs/asfalto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.carro {
	margin-top: 225px;
	position: absolute;
	right: 20%;
	width: 525px;
}
.envolveCarro {
	float: left;
	width: 500px;
}
.envolvePreco{
	position: absolute;
	top: 528px;
	left: 15%;
	z-index: 100;
}
.idMail {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
 .preco {
	background-color: #ed9115;
	display: block;
	height: 67px;
	width: 215px;
	border-radius: 10px;
	padding-left: 35px;
	padding-top: 5px;
}
.formulario {
	margin-top: 40px;
	position: absolute;
	right: 15%;
}
.envolve {
	margin-top: 415px;
	font-size: 230%;
	color: #FFF;
	width: 450px;
	line-height: 37px;
	position: absolute;
	left: 15%;
}

.colorBG{
	/*width: 100wh;
	height: 90vh;*/
	color: #fff;
	background: linear-gradient(90deg, rgba(84,0,198,1) 19%, rgba(253,160,2,1) 49%, rgba(84,0,198,1) 86%);
	background-size: 100% 100%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	float: left;
	height: 8px;
	width: 100%;
}

@-webkit-keyframes Gradient {
 0% {
    background-position: -30vw 0
  }
  100% {
    background-position: 70vw 0
  }
}

@-moz-keyframes Gradient {
 0% {
    background-position: -30vw 0
  }
  100% {
    background-position: 70vw 0
  }
}

@keyframes Gradient {
 0% {
    background-position: -30vw 0
  }
  100% {
    background-position: 70vw 0
  }
}
.faixaRoxa {
	background-color: #2D0067;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 122px;
	position: relative;
}
.faixaIturanSeguro {
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../imgs/bgFixed.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 508px;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
.aceitacaoAbs {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	z-index: 2000;
	bottom: -40px;
}
.boxAceitacao {
	width: 240px;
	display: inline-block;
	height: 69px;
	background-color: #FFF;
	border-radius: 3px;
	text-align: left;
	padding-left: 30px;
	padding-top: 6px;
}
.boxAceitacao p {
	float: left;
	/* [disabled]width: 30%; */
	margin-left: 10px;
	margin-top: 15px;
	font-size: 120%;
	line-height:17px;
}
.maos {
	position: absolute;
	bottom: -5px;
	right: 20%;
	width: 378px;
}
.diferenciais {
	float: left;
	width: 80%;
	margin-left: 10%;
}

.boxTxtIturan {
	float: left;
	width: 440px;
	margin-top: 130px;
	color: #FFF;
}
.boxTxtIturan h2 {
	font-size: 200%;
	margin-bottom: 5px;
}
.boxTxtIturan a {
	color: #5400c6;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 30px;
	width: 200px;
	padding-top: 13px;
	font-size: 140%;
	border-radius: 10px;
	margin-top: 40px;
}
.boxTxtIturan a:hover{
	color: #FFF;
	background-color: #5400c6;
}
.boxTxtIturan p {
	font-size: 120%;
	color: #FFF;
	line-height: 25px;
}



.boxAceitacao img {
	float: left;
}
.boxAceitacao:nth-child(1n)
{color:#48cc00;}
.boxAceitacao:nth-child(2n)
{color:#000;}
.boxAceitacao:nth-child(3n)
{color:#ff7200;}
.boxAceitacao:nth-child(4n)
{color:#007eff;}





.boxRoxo {
	margin-top: 42px;
	text-align: center;
	display: inline-block;
	width: 205px;
}
.boxRoxo p {
	color: #fc9f04;
	font-size: 120%;
	margin-top: 12px;
	float: left;
	width: 80%;
	margin-left: 10%;
}
.sobreIturan {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.sobreIturan h2 {
	color: #fc9f04;
	font-size: 200%;
	margin-top: 55px;
	float: left;
	width: 100%;
}
.sobreIturan p {
	color: #8a8c8e;
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	float: left;
	font-size: 120%;
	line-height: 23px;
	text-align: center;
	display: block;
}
.centralizar {
	text-align: center;
	float: left;
	width: 100%;
}
.img100 {
	width: 100%;
}

.icones {
	width: 130px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.maisDiferenciais .icones {
	width: 160px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.icones figure {
	width: 75px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}

.icones p {
	text-align: center;
	float: left;
	width: 80%;
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: 10%;
}
.maisDiferenciais .icones p {
	text-align: center;
	float: left;
	width: 80%;
	color: #525252;
	margin-top: 7px;
	margin-left: 10%;
}.maisDiferenciais {
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-top: 45px;
	text-align: center;
}
.maisDiferenciais h2 {
	font-size: 200%;
	color: #5400c6;
	margin-bottom: 40px;
}
.ituran {
	float: left;
	width: 100%;
	background-color: #f3f3f3;
	margin-top: 80px;
	padding-bottom: 60px;
}
.textoLegal {
	float: left;
	width: 100%;
	background-color: #f3f3f3;
	padding-bottom: 60px;
	color: #848484;
	font-size: 100%;
	line-height: 23px;
	padding-top: 20px;
}
.rodape {
	float: left;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ff5e0f;
	background-color: #011631;
}
.telsRodape {
	float: left;
	margin-top: 57px;
	margin-left: 50px;
}

.logoRodape {
	float: left;
	margin-top: 50px;
	width: 282px;
}
.redesSociais {
	float: right;
	margin-top: 30px;
	color: #FFF;
	width: 150px;
	text-align: right;
}




.ituran p {
	font-size: 115%;
	color: #848484;
	line-height: 23px;
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.faixaIturan {
	background-color: #5400c6;
	width: 100%;
	float: left;
	font-size: 120%;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


.ituran h2 {
	font-size: 200%;
	color: #5400c6;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 44px;
	float: left;
}
.assinatura {
	float: left;
	color: #FFF;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
.wd {
	float: right;
	margin-top: 30px;
}
.screen100 {
	float: left;
	width: 100%;
}
.txt1 {
	color: #FFF;
	font-size: 100%;
}
.txt2 {
	color: #FFF;
	font-size: 140%;
}
.txt3 {
	color: #FFF;
	font-size: 300%;
}
.envolvePreco h2 {
	width: 100%;
	color: #ED9115;
	margin-top: 5px;
	text-align: center;
	font-size: 130%;
}
.formGeral {
	float: right;
	width: 350px;
	background-color: #FFF;
	margin-top: 40px;
	border-radius: 5px;
	margin-right: 10%;
	z-index: 20000;
	position: relative;
}
.formGeral h2 {
	font-size: 150%;
	color: #004275;
	margin-left: 5%;
	margin-top: 35px;
}
.formGeral p {
	color: #9a999e;
	margin-left: 5%;
	font-size: 90%;
	width: 90%;
	float: left;
}
.inputGeral {
	width: 100%;
	float: left;
	margin-right: 1%;
	height: 39px;
	font-size: 120%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	margin-bottom: 17px;
	background-color: #edeef0;
	border: 1px solid #c2c3c9;
	color: #000D00;
	border-radius: 5px;
}
.submitGeral {
	width: 162px;
	float: right;
	height: 39px;
	color: #FFF;
	background-color: #01ad13;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 150%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	margin-right: 5%;
	margin-bottom: 20px;
	border-radius: 5px;
}
.submitGeral:hover{
	background-color: #FF8000;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#9b9c9b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#9b9c9b;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#9b9c9b;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#9b9c9b;
}
.faixaVasc1 {
	background-color: #e0e0e0;
	float: left;
	width: 95%;
	padding-left: 5%;
	padding-top: 25px;
	margin-top: 60px;
	padding-bottom: 25px;
}
.faixaVasc2 {
	background-color: #004D9F;
	float: left;
	height: 70px;
	width: 95%;
	padding-left: 5%;
	padding-top: 15px;
	position: relative;
}

.faixaVasc1 p {
	font-size: 140%;
	color: #3664a9;
	line-height: 24px;
	width: 80%;
}
.logoVasconcelos {
	width: 242px;
}
.mulher {
	width: 205px;
	
}
.envolveMulher {width: 205px;
	position: absolute;
	right: 0px;
	bottom: -7px;}
.callAction {
	float: right;
	width: 350px;
	background-color: #FF6D18;
	margin-top: 455px;
	border-radius: 5px;
	margin-right: 10%;
	z-index: 20000;
	position: relative;
	color: #FFFFFF;
	font-size: 200%;
	padding: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
}.input50 {
	float: left;
	width: 48.75%;
	margin-right:2.5%;
}
.opcao {
	margin-top: 15px;
	min-height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	padding-bottom: 15px;
}
.opcao p{
	color: #5E5E5E;
	font-size: 120%;
}
.opcao span{
	color: #5E5E5E;
	font-size: 120%;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}


.input50:nth-child(2n) {margin-right:0px;}

/* CUSTOM RADIO & CHECKBOXES */
.rad,
.ckb{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  float:left;
  margin-top:4px;
  margin-bottom:4px;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width:  24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 15px #fff;
  border: 1px solid gray;
  background: gray;
  margin-right:5px;
  margin-left:5px;
float: left;
}
/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 50px;
  border-radius: 3px;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: orange;
}
/* CHECKBOX */
.ckb > input + i:after{
  content: "";
  display: block;
  height: 20px;
  width:  20px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}
.ckb > input:checked + i:after{ /* (RADIO CHECKED) <i> STYLE */
  margin-left: 28px;
  background:  orange;
}.formCote {
	float: left;
	margin-top: 40px;
	width: 100%;
}
.formCote h1 {
	font-size: 150%;
	color: #011631;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.legenda  {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 110%;
	color: #737373;
	margin-bottom: 20px;
}
.naoCondutorPrincipal{
	float:left;
	width:100%;
	margin-bottom:30px;
	display:none;
}
.grupoSegurador {
	text-align: center;
	float: left;
	width: 100%;
}
.grupoSegurador figure {
	display: inline-block;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 25px;
	margin-bottom: 40px;
	
}
