body{
	background-color:#e3e3e3;
	background-image: url(../images/bg.jpg) repeat-x top;
}
*{
	font-family: 'Lato', sans-serif;
}

a{
	color:#57181c;
}
a:hover{
	color:black;
}

#header{
	height: 200px;
	background: url(../images/bg.jpg) center top  #e7e3c7;
}
.header-bg{
	height:150px;
	position:relative;
	margin:0 auto;
	width: 940px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#header h1{
	font-family: 'Lato', sans-serif;
	margin: 35px 0 0 35px ;

}

#logo{
	width: 234px;
	height:85px;
	background: url(../images/logo-meyer-seguros.png) no-repeat;
	position:absolute;
	top:29px;
	left:18px;
	z-index: 2;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.container{
	max-width: 951px;
}
.content{
	padding:0 35px 35px 15px;
	font-size: 13px;
}

.content h2{
	font-size:20px;
	font-family: 'Lato', sans-serif;
}

.btn-default{
	color:#ffffff;
	background: #182c59;
	text-shadow:none;
	border:0;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
}
.btn-default:hover{
	background: #384a74;
	color:white;
}
.divisao{
	width: 6px;
	height:146px;
	margin-top:-25px;
	background: url(../images/divisao.jpg) no-repeat;
	float:left;
	padding:0 8px 0 8px;
}

.icon-facebook{
	width: 33px;
	height:35px;
	display:block;
	background: url(../images/icon-facebook.gif);
	float:left;
	margin:25px 0 0 21px;
}
.icon-skype{
	width: 34px;
	height:36px;
	display:block;
	background: url(../images/icon-skype.gif);
	float:left;
	margin:25px 0 0 19px;

}
.icons{
	padding:0;
}

#banner{
	background: url(../images/bg-banner.jpg) no-repeat top center;
	padding:10px 15px 18px 15px;
	margin:15px 0 0 0;
}
.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	background: #ffffff
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #aec006;
	border: 1px solid #aec006;
}


/* MENU */

.nav{
	margin:148px 0 0 0;
	float:right;
}
.nav > li{
	float:left;
}
.nav > li > a {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight: normal;
	padding: 17px 10px 17px 10px;
	color:grey;
	text-transform: uppercase;
	background: url(../images/menu-separa.gif) no-repeat right;
}
.nav > li > a:hover{
	font-size:13px;
	color:#182c59!important;
	border:none;
	background: url(../images/menu-separa.gif) no-repeat right!important;
}
.nav > li:last-child > a{
	background: none;
}

.texto-esquerda{
	float:left;
}
.active{
	font-weight: bold!important;
	color:#182c59!important;
}


@media (max-width: 991px) {
	.nav{
		margin-top:180px;
	}
	.espaco-menu{width: 0;}

	.box-home h2{
		background: none!important;
		font-size:18px;
		padding:0;

	}
	.espaco{display:hidden;}
}

.espaco{
	height:50px;
}

/* FIM MENU */

.bg-white{
	width: 180px;
	min-height: 208px;
	background: white;
	border:1px solid #57181c;
	padding:3px;
	margin:10px;
}
.bg-white > a > img{
	margin-bottom:8px;
}


.img-home{
	margin:0 0 5px 0;
}
.home-titulo{
	padding-left:12px;
}
.box-home h2{
	font-family: 'Lato', sans-serif;
	font-size:30px;
	text-align:left;
	font-weight: bold;
}
.box-home p{
	font-size:12px;
}

.home-infos{
	font-size:12px;
}

.home-infos > h4{
	color:#182c59;
	font-size:20px;
}
.home-infos > h4 > span{
	font-size:16px;
}
.home-infos .divisao{
	margin-right:25px;
}
/* SESSAO */

.menu-sessao{

}
.menu-sessao > ul{
	padding-left:15px;
	list-style:none;
}
.menu-sessao > ul > li{
	border-bottom:1px solid #dbd6a9;
	padding-bottom:3px;
	margin-bottom:5px;
}
.menu-sessao > ul > li > a{
	width:100%;
	background:url(../images/bullet-fechado.jpg) no-repeat right;
	display:block;
	padding:0 12px 0 0;
}
.menu-sessao > ul > li > ul {
	padding-left:25px;
	margin-top:4px;
	margin-bottom:8px;
}
.menu-sessao > ul > li > ul > li{
	list-style: disc;
}


/*	 internas */

.internas > div  h1{
	color:#182c59;
	font-size:35px;
	font-style: italic;
	font-weight: bold;
	padding:0 0 0 42px;
	font-family: 'Lato', sans-serif;
	background: url(../images/icon-h1.gif) no-repeat
}
.internas > div > div > div > div > h2{
	color:#182c59;
	font-size:20px;
	font-weight: bold;
	padding:0 0 0 42px;
	font-family: 'Lato', sans-serif;
}
.empresa-imagem{
	float:left;
	margin-left:15px;
	margin-bottom:45px;
	border:1px solid #b1b0b0;
}

.panel-title > a{
	color:#182c59;
	font-size:25px;
	font-style: italic;
	font-weight: bold;
	padding:0 0 0 42px;
	font-family: 'Lato', sans-serif;
	background: url(../images/icon-h4.gif) no-repeat
}

.lista-thumb > div{
	margin-bottom:15px;
}

/* MODAL */
.modal-content{
	background:white;
	font-weight:bold;
}
.modal-dialog {
	width: 700px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* FORM */

.form-group label,
.form-group p{
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color:#182c59;

}
.bg-busca{
	background: url(../images/bg-busca.gif) no-repeat right #f4f3e5;

}
.form-horizontal{
	padding:20px;
}
.form-control {
	display: block;
	width: 100%;
	height: 26px;
	padding: 4px 4px;
	font-size: 12px;
	line-height: 1.0;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* FIM FORM */


/* FOOTER */

#footer{
	padding:25px 0 20px 0;
	background: url(../images/icon-footer.gif) repeat-x;
	margin-top:45px;
	width: 100%;

}
#footer a{
	width: 32px;
	height:10px;
	display:block;
	float:right;
	background: url(../images/allx.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right:20px;
}
#footer	address{
		float:left;
		font-size:14px;
		font-family: 'Lato', sans-serif;
	}

#footer small{
	font-family: 'Lato', sans-serif;
	padding-top:25px;
}