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

body{
	padding: 0;
	margin:0;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-width: 1200px;
}

.secao{
	position: relative;
}

/*1 - Home*/

/*cabeçalho*/


#menu{
	
	float: right;
	margin-right: 60px;
	margin-top: 20px;
}

.opcoes_menu{
	align-content: center;
	padding: 10px;
	padding-right: 30px;
	font: 30px "Open Sans SemiBold","sans-serif";
	color:#FFFFFF;
	filter: opacity(0.8);
}

.opcoes_menu:hover{
	color:#080552;
	cursor: pointer;
}

hr {
	border: 0;
	border-top: 1px solid white;
}

#logotipo{
	padding: 20px;
}

#logotipo img{
	width:25%;
	height:25%;
}

/*fim do cabeçalho*/


#titulo_central{
	position: absolute;
	bottom: 1em;
	width: 100%;	
	font: 40px "Open Sans SemiBold","sans-serif";
	color:#FFFFFF;
	text-align: center;
}
#titulo_central:hover{
	cursor: pointer;
}

.seta {
	position: absolute;	
	bottom: 1.5em;
	width: 50px;
	height: 50px;
	left: 50%;
	background-color: #080552;
	border-radius:50%;
	margin-left: -25px;
	cursor: pointer;
}
.seta-pra-baixo{
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	position: relative;
	transform: rotate(45deg);
	margin: 14px 0 0 16.5px;
}

.seta-pra-baixo + .seta-pra-baixo{
	top: -27px;
	margin-top: 0;

}

/*2 - Quem Somos*/

#quem_somos{
	background-image: url(../images/background_quem_somos.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}


#historia{
	padding-top: 5%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 5%;
	background-color: black;
	text-align: center;
	font: 20px "Open Sans Light","sans-serif";
	color: white;
}

/*3 - Obras */

#obras{
	background-image: url(../images/background_obras.jpg);
	padding-top: 5px;
}

.temas_obras{
	font: 25px "Open Sans SemiBold","sans-serif";
	color:#CCC6C6;
	padding:20px 0px 0px 100px;
	width: 200px;
	height: 250px;
	float: left;
	text-align: center;
}

.imagens_obras{
	margin-top: 20px;
	width: 100%;
	height: 150px;
	border: 4px solid white;
}

.imagens_obras:hover{
	border: 4px solid #FF4902;
}

/*4 - Contactos */


#contactos{
	background-image: url(../images/background_contactos.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	font: 16px "Open Sans", "sans-serif";
}

#textos{
	padding-top: 40px;
	padding-left: 40px;
	
	font-style:italic;
	color: whitesmoke;
	width: 50%;
	float: left;
}

#textos span{
	font: 32px "Open Sans SemiBold", "sans-serif";
	font-style:italic;
}

#textos p{
	font: 16px "Open Sans", "sans-serif";
	font-style:italic;
}

#formulario td{
	text-align: right;
}

.campos_texto{
	float: left;
	padding-left: 8px;
	font: 14px "Open Sans", "sans-serif";
	padding-top: 10px;
	opacity: 95%;
}

.campos_texto input{
	font: 14px "Open Sans", "sans-serif";
}

.campos_texto textarea{
	font: 14px "Open Sans", "sans-serif";
}

#opcoes{
	font: 14px "Open Sans", "sans-serif";
}

.botoes_form{	
	background: #080552;
	color: white;
	border-style:inherit;
	height: 30px;
	width: 70px;
	text-shadow:none;
	cursor: pointer;
	font: bold 15px sans-serif;
	border-radius: 5px 5px;
	margin-right: 10px;
	padding-bottom: 3px;
}

.botoes_form:hover{
	border: 1px solid #FF4902;
}

#mensagempessoa{
	resize: none;
}

#box{
	width: 26%;
	color: white;
	float: right;
	background-color:#000000;
	margin-top: 15%;
	margin-right: 10%;
	padding: 20px;
	opacity: 0.8;
	border-radius: 2px 30px;
}


.seta-pra-cima{
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	position: relative;
	transform: rotate(225deg);
	margin: 14px 0 0 17px;
}

.seta-pra-cima + .seta-pra-cima{
	top: -15px;
	margin-top: 0;

}