body,
html {
	overflow-x:hidden;
	width: 100%;
}

/*BARRA DE NAVEGAÇÃO*/
.navbar-default {
	height: 88px;
	background-color: white;
	background-image: url("../img/LOGO_evora.jpeg");
}

#menu {
	padding-top: 5px;
	background-color: #FFF;
	margin-top: -15px;
	background-image: url("../img/LOGO_evora.jpeg");
}

#menu .telefone{
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-top: 39px;
	margin-right: 20px;
}

#fb{
	margin-left: 300px;
	margin-top: -40px;
}

#fb img {
	height: 70px;
}

.company-name{
	color: white;
	margin-left: 130px;
	margin-top: 40px;
	font-weight: bold;
}

.navbar-header img {
	height: 110px;
	padding-bottom: 30px;
}

.navbar-right img {
	margin-top: 15px;
	height: 40px;
}

/*BACKGROUND*/
.background {
	height: 600px;
	padding-top: 60px;
	background-position: center top;
	background-color: #dbc28e;
	filter: opacity(80%);
	background-image: url("../img/LOGO_evora.jpeg");
	background-repeat: inherit;
}

.capa {
	margin-top: 150px;
	text-align: center;
	color: #fff;
}

.capa h2 {
	border: solid 0.1px #fff;
	border-radius: 50px;
	padding: 20px;
	background-color: rgba(137,89,58,0.10);
	transition: background-color 0.2s;
}

.capa h2:hover {
	background-color: rgb(137,89,58);
}

.capa a {
	text-decoration: none;
	color: #fff;
}

.capa a:hover {
	text-decoration: none;
	color: #fff;
}

.conteudo {
	padding-top: 50px;
}

.panel-custom {
	padding: 25px 20px;
	transition: background-color 0.8s, transform 0.8s, margin-top 0.8s, height 0.8s;
	height: 300px;
	/*width: 20px;*/
}

.panel-custom h4{
	color: rgb(137,89,58);
}

.panel-custom:hover {
	background-color: rgba(226,206,165,1)/*#F0FFF0*/;
	margin-top: -10px;
	height: 310px;
	/*transform: rotate(1deg);*/
}

.cards {
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cards h4{
	text-align: center;
}

.brown {
	background-color: #664f41;
	background-image: url("../img/LOGO_evora.jpeg");
	filter: opacity(80%);

}

.projetos {
	color: white; 
	/*margin-top: 20px;
	margin-bottom: 40px;*/
	height: 500px;
}

.projetos img {
	/*width: 390px;
	height: 210px;*/
	border-style: solid;
	border-color: white;
}

.setas {
	text-align: right;
	padding-right: 20px;
	font-size: 20px;
}

.glyphicon-chevron-right{
	padding-left: 50px;
}

.contact {
	margin-top: 40px;
}

.contact h4 a {
	text-decoration: none;
	color: black;
}

.teste {
	text-align: right;
}

hr {
	border-style: inset;
	border-width: 1px; 
	color: black;
	margin-top: 50px;
}

.informacoes {
	font-size: 10px;
	text-align: center;
}

.creator {
	font-size: 10px;
	text-align: right;
}

@media screen and (max-width: 991px) {
	html, body {
		overflow-x: hidden;
	}

	.projetos img {
		max-width: 90%;
		padding-bottom: 10%;
		/*width: 365px;
		height: 290px;*/
	}

	.projetos {
		text-align: center;
		height: 400px;
	}
}

