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

body{
	padding: 0;
	margin:0;
	width: 100%;
	min-width:600px;
	max-width:1199px;
}

.secao{
	position: relative;
}

/*1 - Home*/

/*cabeçalho*/

#home {
	background-image: url(../images/background.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

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

.opcoes_menu{
	align-content: center;
	padding: 10px;
	padding-right: 10px;
	font: 20px "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: 30px "Open Sans SemiBold","sans-serif";
	color:#FFFFFF;
	text-align: center;
}
#titulo_central:hover{
	cursor: pointer;
}

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

.seta-pra-baixo + .seta-pra-baixo{
	top: -24px;
	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: 15px "Open Sans Light","sans-serif";
	color: white;
}

/*3 - Obras */

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

.temas_obras{
	font: 18px "Open Sans SemiBold","sans-serif";
	color:#CCC6C6;
	padding:5px 0px 0px 40px;
	width: 140px;
	float: left;
	text-align: center;
}

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

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

/*4 - Contactos */

#contactos{
	background-image: url(../images/background_contactos.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left top;
	font: 12px "Open Sans", "sans-serif";
}

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

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

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

#formulario td{
	text-align: right;
}

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

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

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

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

.botoes_form{	
	background: #080552;
	color: white;
	border-style:inherit;
	height: 30px;
	width: 60px;
	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;
	width: 100%;
}

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


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

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

}