@charset "UTF-8";

body{
    background: #e9e5da;
}
.header{
	background-image: url(imagens/bg_topo2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height:100vh;
}
.header_internas{
	background-image: url(imagens/bg_topo2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.bg-black{
	background: #000;
}
.menu-fixo{
	position: fixed;
    z-index: 9999999999;
}
#section-sobre{
	background-image: url(imagens/bg_sobre.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.img-round{
	border-radius:50%;
}
.servicos{
	background:#eae5da;
}

.footer{
	background:#eae5da;
	border-top:#000 3px solid;
}
a.a1:link{
color:#333;
}
a.a1:visited{
color:#333;
}
a.a1:hover{
color:red;
}

a.a2:visited{
text-decoration:none;
color:#FFF;
}

a.a2:hover{
text-decoration:none;
color:#FF0;
}

a.a2:link{
text-decoration:none;
color:#FFF;
}

@media (min-width: 900px){ 
	.menu-centralizado{ 
		position: absolute; 
		width:840px;
		margin-left: -420px;
		left:50%;
	}
}