@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; }
h1 , h2, h3{
	font-weight: normal;
}

body {font-size:15px; }
.content1300 {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.envolveTelTop {
	float: right;
}


a {
	text-decoration: none;
	font-weight: normal;
}
img{ border:none; }
.content90, .content100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.envolveRelBox {
	width: 100%;
	text-align: center;
	float: left;
}

.chat {
	float: right;
}

.holder{float:left; width:100%; height:0px;}
.topHead {
	-moz-box-shadow: 0px -2px 15px 0px #000000;
	-webkit-box-shadow: 0px -2px 15px 0px #000000;
	box-shadow: 0px -2px 15px 0px #000000;
	position: relative;
	float: left;
	width: 100%;
	z-index: 1000;
	padding-bottom: 7px;
	background-color: #001c34;

}
.envolveMenu {
	float: left;
	width: 100%;
	background-color: #575757;
}
.logotipo {
	float: left;
	margin-top: 15px;
	width: 218px;
	margin-bottom: 10px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}
.img100 {
	width: 100%;
	float: left;
}
.contentRight {
	float: right;
	margin-top: 15px;
	width: 550px;
}
.floatEsquerda {
	float: left;
}
.floatDireita {
	float: right;
}

.telefoneTop {
	float: left;
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 20px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}
.telefoneTop a {
	font-size: 159%;
	color: #FFFFFF;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}

.iconTel {
	float: left;
	width: 55px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
}
.painel {
	float: left;
	width: 100%;
	position: relative;
}


.contentIcone {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.iconeCenter  {
	width: 100%;
	position: absolute;
	top: -37px;
	text-align: center;
}
.iconeTecnologia {
	width: 100%;
	position: absolute;
	top: -50px;
	text-align: center;
}

.txtCenter {
	float: left;
	width: 90%;
	margin-top: 70px;
	line-height: 23px;
	padding-left: 5%;
	margin-bottom: 23px;
}
.detalhe {
	height: 7px;
	width: 73px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1cc7ff;
	clear: both;
}
.centralizar {
	width: 100%;
	text-align: center;
	float: left;
}
.faixaCza {
	width: 100%;
	float: left;
	background-color: #f1f1f1;
}
.comoFunciona {
	float: left;
	width: 61%;
	margin-top: 30px;
	line-height: 25px;
}
.boxTxtFunciona {
	float: left;
	width: 85%;
	margin-top: 20px;
}
.boxDiferenciais {
	width: 37%;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.diferenciais {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	float: left;
}
.relBox {
	position: relative;
	width: 25%;
	z-index: 9999;
	display: inline-block;
	min-height: 140px;
}
.relativeTecnologia {
	position: relative;
	width: 100%;
	float: left;
}

.moveVeiculos {
	float: left;
	width: 100%;
	text-align: center;
}
.btveiculos {
	float: left;
	width: 50%; /*33%; se desejar 3 veiculos em linha*/
	text-align: center;
	position: relative;
}
.btveiculos:hover .boxLinkVeiculos {
	color: #FFF;
	background-color: #09B7FF;
	border: 1px solid #0A5AFF;
}
.mkAutobens {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200px;
}
.btveiculos:hover .mkAutobens{
	background-image: url(../imgs/autobensmarker.png);
	animation: animationFrames linear 1.4s;
	animation-iteration-count: 2;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 1.4s;
	-webkit-animation-iteration-count: 2;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 1.4s;
	-moz-animation-iteration-count: 2;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 1.4s;
	-o-animation-iteration-count: 2;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 1.4s;
	-ms-animation-iteration-count: 2;
	-ms-transform-origin: 50% 50%;
	background-repeat: no-repeat;
	background-position: center top;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  15% {
    -moz-transform:  translate(0px,-25px)  ;
  }
  30% {
    -moz-transform:  translate(0px,0px)  ;
  }
  45% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  15% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
  30% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  45% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  15% {
    -o-transform:  translate(0px,-25px)  ;
  }
  30% {
    -o-transform:  translate(0px,0px)  ;
  }
  45% {
    -o-transform:  translate(0px,-15px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  15% {
    -ms-transform:  translate(0px,-25px)  ;
  }
  30% {
    -ms-transform:  translate(0px,0px)  ;
  }
  45% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.btveiculos:hover + .boxLinkVeiculos {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}

.mk {
	width: 100%;
	position: absolute;
	top: -20px;
}
.fileiraVeiculos {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 5px;
}
.mTop {
	margin-top: 10px;
}
.iconeDiferenciais {
	margin-right: 10px;
	float: left;
}
.imgFaq {
	background-image: url(../imgs/imgFaq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 398px;
}

.boxTecnologia {
	float: left;
	width: 32%;
	margin-right: 1%;
	background-color: #09b7ff;
	padding-bottom: 30px;
	min-height: 590px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.boxTecnologia figure {
	float: left;
	height: 320px;
	width: 100%;
}
.mEsquerda15 {
	margin-left: 15px;
}
.contentRightRodape {
	float: right;
	width: 400px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.assinatura {
	float: left;
	width: 100%;
	padding-top: 10px;
	background-color: #e6edef;
	padding-bottom: 10px;
}

.boxTxtTecnologia {
	width: 85%;
	float: left;
	margin-top: 40px;
	margin-left: 7.5%;
	line-height: 25px;
}
.boxTxtTecnologia p {
	font-size: 100%;
}

.faixaAzl {
	float: left;
	width: 100%;
	background-color: #001c34;
}

.faixaCzaCla {
	float: left;
	width: 100%;
	background-color: #f2f6f7;
	padding-bottom: 20px;
}

.telefoneRodape {
	width: 640px;
	float: left;
	margin-top: 25px;
	margin-bottom: 90px;
}

.redesSociais {
	float: right;
	margin-top: 15px;
	font-family: social-icons;
	width: 200px;
}
.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: #00396b;
}
.mTop10 {
	margin-top: 10px;
}
.logotipoRodape {
	text-align: justify;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.menuRodape {
	float: right;
	width: auto;
	margin-top: 25px;
}
.menuRodape a {
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
.menuRodape a:last-child {border-right:none;}
.mTop60 {
	margin-top: 60px;
}
.chamadaFaq {
	float: left;
	width: 100%;
	height: 398px;
	background-color: #e6eef1;
}
.ajustaTxtFaq {
	float: left;
	margin-top: 40px;
}
.ajustaTxtFaq p {
	line-height: 35px;
}

.boxLink {
	border: 1px solid #7999AA;
	display: block;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 30px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}
.btGeral {
	border: 1px solid #4EA1C5;
	display: block;
	text-align: center;
	float: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 30px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	background-color: #09B7FF;
	color: #FFF;
	font-size: 140%;
}
.btGeral:hover {
	color: #FFF;
	background-color: #027BFF;
	border: 1px solid #09B7FF;
}

.boxLink100 {
	border: 1px solid #7999AA;
	display: block;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 100%;
}
.boxLinkVeiculos {
	border: 1px solid #7999AA;
	display: block;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 100%;
	margin-top: 10px;
}
.mTop30 {
	margin-top: 30px;
}


.boxLink:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}


.boxLink100:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.linkVeiculos {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	text-align: center;
}
.cxLink a {
	padding: 7px;
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	display: block;
	border: 1px solid #ffffff;
	text-align: center;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}
.cxLink a:hover {
	background-color: #FF8000;
	border: 1px solid #FEBC41;

}
.mTop20 {
	margin-top: 20px;
}
.bgTopCarro {
	float: left;
	width: 100%;
	background-image: url(../imgs/topCarro.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
}
.bgTopMoto {
	float: left;
	width: 100%;
	background-image: url(../imgs/topMoto.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
}
.mTop40 {
	margin-top: 40px;
}

.txtShadow{text-shadow:0px 0px 10px #000000;}
.lHeight30 {
	line-height: 30px;
}
.boxTxtInterna {
	float: left;
	width: 50%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.lHeight25 {
	line-height: 25px;
}
.boxImgInternaCar {
	float: right;
	width: 41%;
	background-image: url(../imgs/bgLaranjaCarro.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 50px;
}

.boxImgInternaCar h3 {
	float: left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}

.boxImgInternaCar a {
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 40%;
	margin-top: 120px;
	font-size: 160%;
	color: #FFF;
	margin-right: 25px;
}
.boxImgInternaCar a:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.boxImgInternaMoto {
	float: right;
	width: 41%;
	background-image: url(../imgs/bgLaranjaMoto.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 50px;
}

.boxImgInternaMoto h3 {
	float: left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}

.boxImgInternaMoto a {
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 40%;
	margin-top: 120px;
	font-size: 160%;
	color: #FFF;
	margin-right: 25px;
}
.boxImgInternaMoto a:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.boxImgInternaCaminhao {
	float: right;
	width: 41%;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 50px;
	background-image: url(../imgs/bgLaranjaCaminhao.jpg);
}
.boxImgInternaCaminhao h3 {
	float: left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}

.boxImgInternaCaminhao a {
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 40%;
	margin-top: 120px;
	font-size: 160%;
	color: #FFF;
	margin-right: 25px;
}
.boxImgInternaCaminhao a:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.bgTopCaminhao {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
	background-image: url(../imgs/topCaminhao.jpg);
}

.boxImgInternaCaminhonete {
	float: right;
	width: 41%;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 50px;
	background-image: url(../imgs/bgLaranjaCaminhonete.jpg);
}
.boxImgInternaCaminhonete h3 {
	float: left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}

.boxImgInternaCaminhonete a {
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 40%;
	margin-top: 120px;
	font-size: 160%;
	color: #FFF;
	margin-right: 25px;
}
.boxImgInternaCaminhonete a:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.bgTopCaminhonete {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
	background-image: url(../imgs/topCaminhonete.jpg);
}
.boxImgInternaVan {
	float: right;
	width: 41%;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 50px;
	background-image: url(../imgs/bgLaranjaVan.jpg);
}
.boxImgInternaVan h3 {
	float: left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}

.boxImgInternaVan a {
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	width: 40%;
	margin-top: 120px;
	font-size: 160%;
	color: #FFF;
	margin-right: 25px;
}
.boxImgInternaVan a:hover {
	color: #FFF;
	background-color: #FB4400;
	border: 1px solid #F90;
}
.bgTopVan {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
	background-image: url(../imgs/topVan.jpg);
}
.faixaIconesVeiculo {
	background-color: #e7e8e9;
	float: left;
	width: 100%;
	position: relative;
}
.iconeInternaVeiculo {
	float: left;
	margin-right: 10px;
}
.formGeral {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 60px;
}
.inputGeral {
	width: 100%;
	height: 32px;
}
.input_geral {
	width: 98%;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 9px;
	background-color: #FDFDFD;
	border: 1px solid #D8D8D8;
}
.textarea_geral {
	width: 98%;
	height: 200px;
	margin-top: 3px;
	margin-bottom: 9px;
	background-color: #FDFDFD;
	border: 1px solid #D8D8D8;
}
.input_20 {
	width: 20%;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 9px;
	background-color: #FDFDFD;
	border: 1px solid #D8D8D8;
}
.ajusta {
	float: left;
	width: 100%;
}
.m_esquerda5per {
	margin-left: 5%;
}


.input_75 {
	width: 75.8%;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 9px;
	background-color: #FDFDFD;
	border: 1px solid #D8D8D8;
}
.ajusta_input45 {
	width: 47%;
	float: left;
}
.formGeral input, .formGeral textarea {
	border-radius: 3px;
	box-shadow: 0px 3px 5px 0px #E1E1E1;
	
}
.idMail {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}.parceiros {
	float: left;
	width: 18%;
	margin-top: 40px;
	margin-right: 1%;
	margin-left: 1%;
}
.imgcomoFunciona {
	float: left;
	width: 80%;
}
.moveCarro {
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.moveCaminhonete {
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.moveVan {
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.moveCaminhao {
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.posrel {
	position: relative;
	padding-top: 18px;
	height: 80px;
	padding-bottom: 18px;
}
.fixnav  {
	z-index: 514748999993647;
	position: fixed;
	top: 0px;
	width: 100%;
	margin-top: 0px;
}
.cotacaoForm {
	position: absolute;
	top: 70px;
	right: 10%;
	width: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 5px / 5px;
	-webkit-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
	z-index: 7777777;
}
.formCotacao {
	float: left;
	width: 100%;
	text-align: center;
}
.input_cotacao {
	box-sizing: border-box;
	float: left;
	width: 100%;
	border: 1px solid #F3F3F3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 90%;
	color: #030303;
}
.inputcotacao100 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.inputcotacao50 {
	float: left;
	width: 47.5%;
	margin-bottom: 10px;
}
.margDireita{ margin-right:5%;}
.tituloCotacao{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.btCotacao {
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	color: #FFF;
	background-color: #0a5aff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	margin-top: 20px;
}
.menuPoliticas {
	float: left;
	width: 100%;
}
.menuPoliticas a {
	margin-right: 2%;
	text-decoration: none;
	font-size: 80%;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
}

.bgTopCliente {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
	background-image: url(../imgs/topCliente.jpg);
}
.linkCentral {
	width: 30%;
	float: left;
	background-color: #09B7FF;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	margin-bottom: 50px;
}

.linkCentral:hover {
	background-color: #027BFF;
	
}
.linkRastrear {
	background-color: #0a5aff;
	color: #FFF;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	width: 167px;
	display: block;
	float: right;
	margin-right: 35px;
}

.linkRastrearMobile {
	display: none;
}
.linkRastrearMoto {
	background-color: #FFCC00;
	color: #000000;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	width: 151px;
	display: block;
	float: right;
	margin-right: 35px;
}

.linkRastrearMotoMobile {
	display: none;

}

.width100 {
	width: 100%;
}
.linkBoleto {
	background-color: #67da00;
	color: #FFF;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	width: 151px;
	float: right;
	margin-bottom: 25px;
}
.linkBoletoMobile {
	display: none;

}

/*Grafico Pizza*/
.ajustaGrafico{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	display: block;
}
.faixaUm, .faixaDois, .faixaTres, .faixaQuatro, .faixaCinco, { display:none; }

.graficoCompleto {
	height: 550px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	float: left;
}
.grafitem1 {
	position: absolute;
	left: -26px;
	top: -44px;
}
.grafitem2 {
	position: absolute;
	left: 438px;
	top: -50px;
}
.grafitem3 {
	position: absolute;
	left: 446px;
	top: 252px;
}
.grafitem4 {
	position: absolute;
	left: 54px;
	top: 310px;
}
.grafitem5 {
	position: absolute;
	left: -35px;
	top: 252px;
}
.susep {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.susepImg {
	float: left;
}
.susepTxt {
	float: right;
	width: 90%;
}
.telsrodape {
	float: right;
	margin-left: 10px;
	width: 580px;
}
.boxTelRodape {width:100%; float:left; margin-top:15px;}
.politica {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align:justify;
}
.politica h1 {
	color: #0C4938;
	font-size: 160%;
	margin-bottom: 20px;
}
.politica h2 {
	color: #0C4938;
	font-size: 130%;
	margin-bottom: 7px;
	margin-top: 7px;
}
.politica p {
	font-size: 110%;
	color: #999;
	margin-bottom: 15px;
}

.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;
   margin-right:5%;
}
.txtCookie {
	float: left;
	width: 70%;
	text-align: justify;
	margin-left:5%;
}.formCotacao a {
	color: #FFF;
	float: left;
	font-size: 90%;
}
.formGeral div a {
	color: #000;
	text-decoration: underline;
}
.btAsaas {
	font-size: 120%;
	color: #FFF;
	background-color: #00A82B;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:70px;
	display:inline-block;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.formPainel {
	width: 380px;
	position: absolute;
	right: 3%;
	top: 59px;
	background-color: #FFF;
	padding-top: 30px;
	height: 440px;
	z-index: 70;
	padding-bottom: 30px;
	-moz-box-shadow: 0px 0px 25px -5px #000000;
	-webkit-box-shadow: 0px 0px 25px -5px #000000;
	box-shadow: 0px 0px 25px -5px #000000;
	padding-right: 14px;
	padding-left: 14px;
}
.formPainel .tituloAzl {
	text-align:center;
}
.ajustaInput {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.ajustaInput:nth-child(2n) 
{ margin-right:0px;}

.txtPainel {
	position: absolute;
	left: 192px;
	top: 154px;
	right: auto;
	bottom: auto;
	z-index: 60;
	width: 626px;
	color: #FFF;
	font-size: 180%;
	text-shadow: 0px 0px 10px #000;
	line-height: 26px;
}
.formPainel .inputPainel {
	width: 100%;
	height: 31px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #f3f4f5;
	padding-left: 3%;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	font-size: 120%;
	border-radius:0px!important;
	box-shadow:none;
}
.formPainel .formGeral {margin-top:20px;}
.screen100 {
	float: left;
	width: 100%;
}

.formPainel .btGeral {
	width: 240px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 200%;
	color: #FFF;
	background-color: #94c000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	border-radius:0px!important;
	box-shadow:none;
}
.formPainel .btGeral:hover{
	background-color: #b0e402;
	
}
