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

/* Comeo css reset */
body,div,dl,dt.dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockete,th,td{padding:0;}
addres,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none;}
/* fim css reset */

body{
	margin:0px;
	padding:0px;
	background:#F8F8F8;
}

h2{
	font-family: 'open_sanscondensed_light';
	font-size:21px;
	margin:0px;
	padding:0px;
	line-height:21px;
	color:#00acee;
}

/* Início de font face */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

@font-face {
    font-family: 'open_sanssemibold';
    src: url(../fonts/opensans-semibold-webfont.eot);
    src: url(../fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/opensans-semibold-webfont.woff) format('woff'),
         url(../fonts/opensans-semibold-webfont.ttf) format('truetype'),
         url(../fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Fim de font face */

/*///// Início do Topo /////*/
#top{
	width:100%;
	height:120px;
	background:#FFFFFF;
}
#contTop{
	width:960px;
	height:120px;
	margin:0px auto;
}
#marca{
	height:80px;
	padding-top:40px;
	width:240px;
	float:left;
}
#telefone{
	width:115px;
	height:80px;
	padding-top:40px;
	float:right;
	text-align:right;
}
#telefone hr{
	margin:2px 0px 2px 0px;
	border:0px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	height:1px;
}
#txtTel{
	font-family: 'open_sansregular';
	font-size:12px;
	font-style:normal;
	color:#58595A;
	font-weight: bold;
}
#numTel{
	font-family: 'open_sanslight';
	font-size:16px;
	font-style:normal;
	color:#444444;
}
#menu{
	width:100%;
	height:80px;
}
.contMenu{
	width:960px;
	height:80px;
	margin:0px auto;
}
	.contMenu ul{
		margin:0px;
		padding:0px;
	}
	.contMenu ul li{
		width:192px;
		height:40px;
		float:left;
		text-align:center;
		display:block;
		border-top:1px solid #444444;
		border-bottom:1px solid #444444;
	}
	.contMenu ul li a{
		height:30px;
		padding-top:10px;
		display:block;
		font-family: 'open_sansregular';
		font-size:14px;
		text-transform:uppercase;
		color:#444444;
		text-decoration:none;
	}
	.contMenu ul li a:hover{
		border-bottom:3px solid #10AAF2;
		color:#10AAF2;
	}
/*///// Fim do Topo /////*/

/*///// Início do Banner /////*/
#banner{
	width:100%;
	height:450px;
	background:#EEEEEE;
	margin: auto;
}
.contBanner{
	width:960px;
	margin:0px auto;
}
.fadein { 
	position:relative;
	overflow:hidden;
	height:450px;
	margin: 0 auto;
}
.fadein img { 
	position:absolute; 
	top:0;
	bottom:0;
	left:0;
	right:0;

	margin: auto;

	height:500px;
}
/*///// Fim do Banner /////*/

/*///// Início de links /////*/
.links{
	width:100%;
	height:250px;
	margin:40px 0px;
}
	.links ul{
		padding:0px;
		width:960px;
		margin:0px auto;
	}
	.links ul li{
		width:290px;
		height:250px;
		float:left;
		display:block;
	}
	.links ul li a{
		width:290px;
		height:250px;
		display:block;
		text-decoration:none;
		border-bottom:0px solid #999;
	}
	.links ul li a:hover{
		background:#FFF;
		border-bottom:3px solid #00ACED;
	}
	.links ul li img{
		text-align:center;
		margin:10px 100px 30px;
	}
	.links ul li h1{
		font-family: 'open_sanssemibold';
		color:#211F1F;
		font-size:13px;
		font-style:normal;
		padding:0px;
		margin:0px;
		text-align:center;
	}
	.links ul li h1 b{
		color:#00ACED;
		font-style:normal;
	}
	.links ul li p{
		font-family: 'open_sanslight';
		color:#777777;
		font-size:13px;
		line-height:21px;
		font-style:normal;
		padding:0px 15px;
	}
/*///// Fim de links /////*/

/*///// Início de Título seções /////*/
.titulo{
	width:960px;
	height:30px;
	margin:0px auto;
	border-bottom:1px solid #444444;
}
.titulo span a{
	font-family: 'open_sanssemibold';
	color:#00ACED;
	font-size:12px;
	text-transform:none;
	float:right;
	text-decoration:none;
	margin-top:10px;
}
.txtTitulo{
	width:290px;
	height:29px;
	font-family: 'open_sanscondensed_light';
	font-size:22px;
	text-transform:uppercase;
	font-style:normal;
	border-bottom:3px solid #00ACED;
	float:left;
}
.txtTitulo span{
	font-family: 'open_sanslight';
	color:#777777;
	font-size:12px;
	text-transform:none;
}
/*///// Fim de Título seções /////*/

/*///// Início de Conteúdo das Seções /////*/
.contSecao{
	width: 760px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 70px 100px; 
}
.quote{
	width: 500px;
	background: url(../img/aspas.png) no-repeat center;
	padding: 0px 130px;
	font-family: 'open_sansregular';
	font-size: 23px;
	color: #000000;
}
.quote b{
	font-family: 'open_sanssemibold';
	font-size: 23px;
	color: #00ACEC;
	font-weight: normal;
}
.colunaSecao{
	width: 340px;
	float: left;
	margin: 10px 20px 0px 20px;
	font-family: 'open_sansregular';
	font-size: 13px;
	line-height: 23px;
	color: #000000;
}
    .inputContatoSelect{
		width:320px;
		height:25px;
		background:#eeeeee;
	}
	.inputContato{
		width:320px;
		height:25px;
		background:#eeeeee;
		color:#999;
	}
	.colunaSecao textarea{
		width:320px;
		min-height:200px;
		background:#eeeeee;
		color:#999;
	}
	.btEnviar{
		width:120px;
		height:30px;
		background:#00acee;
		border:0px;
		color:#FFF;
		font-weight:bold;
		text-transform:uppercase;
	}
	.btEnviar:hover{
		background:#999;
		cursor:pointer;
	}
#iconContato{
	float:left;
	width:35px;
	height:30px;
	text-align:center;
	padding-top:5px;
}
#txtContato{
	float:left;
	line-height:18px;
}

.logoseg {
	
	padding-top:80px;
	text-align:center;
	 
}


.telseg {
	margin-top: 15px;
	margin-left:110px;
	text-align:center;
	background-color: #999;
	width: 120px;
	padding:2px;
}

#parceiras li {
		color: #FFFFFF;
	    font-family: 'open_sansregular';
		font-size:11pt;
}


#topicos {
	padding-top:60px;
}

#caixazul {
	width:120px; 
	height: 70px; 
	background-color:#00ACED; 
	position:absolute; 
	left: 900px; 
	margin-top:80px;
}

#caixazul p {
	font-family: 'open_sansregular';
	font-size: 12px;
	color:#FFFFFF;
	padding: 10px;
	text-align:left;
    margin: 0px auto;
}
	

.conteudoSecao #topicos li {
	font-family: 'open_sanscondensed_light';
	font-size: 22px;
	padding-left:100px;
	line-height:35px;
	
}

#topicos a {
	text-decoration:none;
	color:#000000;
}

#topicos a:hover {
	color:#00ACED;
}

.txtSubtitulo {
	width:180px;
	height:29px;
	font-family: 'open_sanscondensed_light';
	font-size:22px;
	font-style:normal;
	border-bottom:3px solid #00ACED;
	float:left;
	
}

.subTitulo {
	width:760px;
	height:30px;
	margin: 0px auto;
	border-bottom:1px solid #444444;
	padding-top: 30px;
}



.conteudoSecao ul li  {
	color: #00ACED;
	font-family: 'open_sanssemibold';
	font-size:15px;
	
}

.coluna1 {
	width:350px;
	position:relative;
	float:right;
    margin-left:60px;
	margin-right:100px;

}

.coluna2 {
    float: left;
	width:350px;
	position:relative;
	margin-left:100px;

}

#highlight{
	height:400px;
}

#seguros {
	padding-top:25px;
}
	
#consorcios {
	padding-top:25px;
}

#consorcios a {
	color: #00ACED;
	font-family: 'open_sansregular';
	text-decoration:none;
	
}

#seguros a {
	color: #00ACED;
	font-family: 'open_sansregular';
	text-decoration:none;
}

#beneficios a {
	color: #00ACED;
	font-family: 'open_sansregular';
	text-decoration:none;
}
	

#financiamentos a {
	color: #00ACED;
	font-family: 'open_sansregular';
	text-decoration:none;
	
}

#consorcios li {
	padding-bottom: 10px;
}

#financiamentos li {
	padding-bottom: 10px;
}

#consultoria {
	padding-top:25px;
}
	
#consultoria p {
	width:760px;
	margin-left:100px;
}

#seguros p {
	margin-top:-2px;
}

.conteudoSecao {
	
	
	width:960px;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding-bottom: 70px;
	font-family: 'open_sansregular';
	font-size:13px;
	
	
}
/*///// Fim de Conteúdo das Seções /////*/

/*///// Início de seguradoras /////*/
#seguradoras{
	width:100%;
	margin-top:40px;
}
.contSeguradoras{
	width:960px;
	height:90px;
	margin:30px auto;
}
.setas{
	width:20px;
	height:65px;
	padding:25px 5px 0px 5px;
	text-align:center;
	float:left;
}
.marcas{
	width:900px; /* TROCAR PARA 900PX */
	height:90px;
	background:#FFF;
	float:left;
}
.contSeguradoras img{
	max-width:120px;
	max-height:80px;
}
/*///// Fim de seguradoras /////*/

/*///// Início de Rodapé /////*/
#rodape{
	width:100%;
	height:250px;
	background:#DDDDDD;
	}
#contRodape{
	width:960px;
	height:250px;
	margin: 0px auto;
}
h1.rodape{
	width:291px;
	font-family: 'open_sanscondensed_light';
	color:#101010;
	text-transform:uppercase;
	font-size:21px;
	padding-bottom:5px;
	border-bottom: solid 1px #BBBBBB;
	}	
#rodape ul li{
	 font-family: 'open_sansregular';
	 font-size:12px;
	 color:#444444;
	 padding-left:25px;
}
#rodape ul li a{
     text-decoration:none;
	 color:#444444;
}
#rodape ul li a:hover{
	color:#10AAF2;
}
#col1{
	width:292px;
	height: 250px;
	list-style-type:none;
	float:left;
	margin-right:42px;
}
#col2{
	width:292px;
	height: 250px;
	list-style-type:none;
	float:left;
	margin-right:42px;
}
#rodape ul li spam{
	font-family: 'open_sansregular';
	font-weight: bold;
	font-size:12px;
	color:#444444;
}
#floatright{
	float:right;
	width:146px;
	margin-top:-112px;
}
#floatleft{
	width:146px;
}
#col3{
	width:292px;
	height: 250px;
	list-style-type:none;
	float:left;
}
#img{	
	float:left;
	line-height:35px;
	margin-top:5px;
	text-align:right;
	
}
#text{
	
     line-height:35px;
	 margin-left:30px;
	 font-weight: bold;
	 
}

/* Início do Copyright */
#copyright{
	width:100%;
	height:40px;
	background:#CCCCCC;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#211F1F;
	
	
}
#copyright spam{
	font-family: 'open_sansbold';
}
#copyright img{
	float:right;
	padding-right:234px;
	margin-top:-22px;
}
#copyright p{
	padding-left:234px;
	padding-top:11px;
	margin:auto;
}
/* Fim do Copyright */
/*///// Fim de Rodapé /////*/


/* Início de Carousel */
/* Tiny Carousel */
#slider1 { height: 100px; overflow:hidden; padding: 0 0 10px;   }
#slider1 .viewport { float: left; width: 850px; height: 125px; overflow: hidden; position: relative; }
#slider1 .buttons { background: url(../img/buttons.png) no-repeat scroll 0 0 transparent; display: block; margin: 30px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
#slider1 .next { background-position: 0 0; margin: 30px 0 0 10px;  }
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 800px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 79px; border: 1px solid #dcdcdc; width: 120px; background-color:#FFF; text-align:center; position:relative;}


/* Fim */



/* ************************
	JSSOR 
************************ */
 .jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }


.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }


/*************************
	FIM 
 ************************ */