@charset "utf-8";
/* CSS Document */

.detailCores {
	float: left;
	width: 25%;
	height: 8px;
}
.detailCores:nth-child(1) {background-color:#6de2ff; }
.detailCores:nth-child(2) {background-color:#6cb5ff; }
.detailCores:nth-child(3) {background-color:#2e95ff; }
.detailCores:nth-child(4) {background-color:#007eff; }
.content90 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.content100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.back-to-top{
	width:50px;
	height:50px;
	position:fixed;
	right:20px;
	bottom:20px;
}
.back-to-top a{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	background-image: url(../imgs/arrowUp.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.logotipo {
	float: left;
	margin-top: 25px;
	margin-left: 5%;
	width: 210px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.contentRightTop {
	float: right;
	margin-top: 25px;
	margin-right: 5%;
}
.fone {
	float: right;
	width: 200px;
	margin-bottom: 4px;
}
.foneMob {
	display:none;
}
.fone img, .foneMob img {
	float: left;
	margin-right: 4%;
}

.faixaAzlDestaques {
	width: 100%;
	background-color: #548aad;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 30px;
}
.destaques {
	width: 230px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 25px;
}
.boxTxtDestaque {
	float: left;
	width: 80%;
	margin-left: 10%;
}
.boxTxtDestaque h3 {
	font-size: 150%;
	color: #FFF;
}
.boxTxtDestaque p {
	font-size: 110%;
	color: #FFF;
}



.faixaAzlDestaques h2 {
	color: #FFF;
	font-size: 180%;
}
h1 , h2, h3{
	font-size: 100%;
	font-weight: normal;
}
#particles , #particles1{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: -10;
	height: 500px;
	background-color: #f9f9f9;
}
.bgParticles {
	float: left;
	width: 100%;
	position: relative;
}
.parallax-background {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 1920px auto;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.a1  {
	width: 50%;
	float: left;
	height: 500px;
	position: relative;
	background-position: center top;
}
.b2 {
	width: 50%;
	float: right;
	height: 500px;
	position: relative;
	background-position: center top;
	background-image: url(../imgs/seguroResidencial.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.a1:nth-child(1) {
	background-image: url(../imgs/seguroVeiculos.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.b2:nth-child(2) {
 background-image:none;
}
.boxTxtParticles {
	width: 85%;
	margin-left: 5%;
	margin-top: 95px;
	float: left;
	line-height: 24px;
}
.boxTxtParticles1 {
	width: 85%;
	margin-top: 95px;
	float: right;
	margin-right: 5%;
	line-height: 24px;
}
.boxTxtParticles a {
	font-size: 170%;
	color: #ff7e00;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-top: 20px;
	border: 2px solid #ff7e00;
}
.boxTxtParticles1 a {
	font-size: 170%;
	color: #ff7e00;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-top: 20px;
	border: 2px solid #ff7e00;
}


.boxTxtParticles h3 , .boxTxtParticles1 h3, .sobre h3{
	color: #386295;
	font-size: 220%;
	margin-bottom: 20px;
}
.boxTxtParticles p , .boxTxtParticles1 p {
	font-size: 120%;
	color: #9d9d9d;
}
.sobre {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 90px;
	line-height:28px;
}
.sobre p {
	font-size: 130%;
	color: #b4c9d8;
}
.sobre a {
	width: 180px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #548aad;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #386295;
	margin-top: 40px;
}
.logoSeguradoras {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding-top: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
}

.bgAzlEsc {
	background-color: #012d52;
}
footer {
	float: left;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 50px;
}
.footerLeft {
	float: left;
	width: 30%;
	line-height: 23px;
	margin-top: 50px;
}
.footerMiddle {
	text-align: center;
	float: left;
	width: 40%;
	margin-top: 50px;
}

.footerRight {
	float: left;
	width: 30%;
	text-align: right;
	line-height: 25px;
	margin-top: 50px;
}
.wd {
	float: right;
	margin-top: 5px;
}
.btCotacao {
	background-color: #ff6600;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	border: 1px solid #f78102;
	-webkit-box-shadow: 0px 0px 53px -10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 53px -10px rgba(0,0,0,1);
	box-shadow: 0px 0px 53px -10px rgba(0,0,0,1);
	transition: transform .2s;
	width: 270px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.btCotacao:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
	background-color: #ff7a22;
}
.centerTop {
	margin-top: 500px;
	width: 100%;
	text-align: center;
}
.envolveBtCotacao {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.centerTop h2 p{
	line-height: 40px;
}
.centerTop p {
	line-height: 30px;
}
.topGeral .logotipo {
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.imgCarro {
	float: left;
	width: 100%;
	height: 428px;
	background-image: url(../imgs/topCarro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.imgResidencia {
	float: left;
	width: 100%;
	height: 428px;
	background-image: url(../imgs/topResidencia.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.imgContato {
	float: left;
	width: 100%;
	height: 428px;
	background-image: url(../imgs/topContato.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.boxLra {
	background-color: rgba(255, 78, 0, 0.8);
	background: rgba(255, 78, 0, 0.8);
	color: rgba(255, 255, 255, 1);
	width: 345px;
	float: left;
	margin-top: 130px;
	padding: 35px;
}
.boxLra p {
	font-size: 320%;
	color: #FFF;
}
.contentLeftGeral {
	float: left;
	width: 50%;
	margin-top: 44px;
	line-height: 25px;
}
.detailPlus {
	border: 1px solid #FFF;
	float: left;
	color: #FFF;
	font-size: 200%;
	height: 20px;
	width: 20px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 10px;
	padding-top: 2px;
	margin-left: 15px;
	line-height: 28px;
	
}
.tabFlip h3 {
	margin-top: 10px;
}


.contentRightGeral {
	float: right;
	width: 40%;
}
.contentLeftGeral h2 {
	line-height: 39px;
	margin-bottom: 25px;
}
.contentLeftGeral h3 {
	margin-top: 20px;
}
.tabFlip {
	background-color: #5e8faf;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	float: left;
	font-size: 100%;
	width: 96.2%;
	padding-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 2%;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.tabFlip:hover{
	background-color: #012D52;
}
.acordeon {
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #EFEFEF;
	font-size: 90%;
	line-height: 25px;
}
.faixaLogos {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E8FAF;
	text-align: center;
	margin-top: 60px;
}
.faixaLogos img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 20px;
}

.logoSeguradoras img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 20px;
}
.sobreLeft {
	float: left;
	width: 46%;
	background-color: #066fa6;
	padding-right: 4%;
	height: 295px;
}
.sobreRight {
	float: left;
	width: 50%;
	height: 295px;
	background-image: url(../imgs/bgSobre.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.sobreLeft h2 {
	color: #FFF;
	width: 200px;
	float: right;
	font-size: 220%;
	padding-top: 95px;
	display: block;
}
.envolveSobre {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	margin-top: 38px;
	float: left;
	line-height: 25px;
	margin-bottom: 40px;
}
.envolveSobre img {
	margin-bottom: 38px;

}
.formGeral {
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-top: 60px;
}
.imgRightCarro {
	width: 100%;
	position: relative;
	background-image: url(../imgs/seguroparaseucarro.jpg);
	background-repeat: no-repeat;
	height: 348px;
	background-size: cover;
	background-position: center;
}
.imgRightResidencia {
	width: 100%;
	position: relative;
	background-image: url(../imgs/seguropararesidencia.jpg);
	background-repeat: no-repeat;
	height: 348px;
	background-size: cover;
	background-position: center;
}

.linkCotacaoAbsolute {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background-color: #ff5e0f;
	font-size: 180%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.linkCotacaoMobile {
	display: none;
	right: 0px;
	text-align: center;
	background-color: #ff5e0f;
	font-size: 180%;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.contentLeftGeral ul {
	margin-left: 30px;
}
.inputGeral {
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 2%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btGeral {
	float: right;
	margin-top: 25px;
	color: #FFF;
	background-color: #012D52;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 180%;
}

.textareaGeral {
	float: left;
	height: 200px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 2%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ajustaInput {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.ajustaInput:nth-child(2n) {
	
	margin-right: 0px;
}.formGeral p {
	margin-bottom: 40px;
	margin-top: 3px;
}
.menu-close {
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
.holder{
	float:left;
	width:100%;
	height:0px;
}.centerTop h1 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
