a { color:#000; }

.espacoForm {
	margin-top:30px;
}

.submenu {
	position:relative;
}

.item-submenu {
	display:none;
}

.item-submenu {
	background:white;
	width:280px;
	z-index:1000;
	position:absolute;
	text-align: left;

}

.item-submenu-mobile {


}



.caixaSlider {
	/*background:rgba(243,243,243, 0.8); */
	border-radius:4px; 
	padding:10px; 
	width:450px; 
	margin-top:-60px;
}

.caixaSlider h2 {
	color:#fff; 
	margin-left:30px; 
	margin-bottom: -10px; 
	margin-top:-20px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 500;
	text-shadow: 2px 2px 6px #000;

}

.btnSlider {
	margin-left:30px
}

.logoTopo {
	width:240px;
}

.subTituloSlider {
	font-size:14px; 
	color:white;
}



.btnOrcamentoHome {
	font-size:14px;
	color:#ff6600;
}

.botaoOrcamento1 {
	background:#ff6600;
	color:white;
	text-align: center;
	height:50px;
	padding-top:10px;
}

.botaoOrcamento1 a{
	color:white;
}

#menuLateral  {
	margin-top:30px;
}

#menuLateral li {
	padding:10px;
	border:1px solid #e2e2e2;
	border-left:3px solid #F98137;
}

#menuLateral li:hover {
	background:#F98137;
	color:white;
}

#menuLateral ul li {
	list-style: circle;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.caixaSlider {
		width:90%;
		margin:0 auto; 
		text-align: center;
	}

	.caixaSlider h2 {
		margin-left:0px;
		margin-top:-5px;
	}

	.logoTopo {
		width:140px;
	}

	.main_slider {
		height: 300px;
	}

	.btnSlider {
		margin-left:0px
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}