@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Raleway');



body, html {
    height: 100%;
    margin: 0px;
	color: #2D2D2D;
	font-family: 'Raleway', serif;
	font-size: 14px;
}






#titulo_pagina{
	font-size: 40px;
	color: #575757;
	font-family: 'EB Garamond', serif;
}

#titulo_pagina::after{
	content: url(/Imagens/DecTitle.png);
	display: block;
	margin-bottom: 10px;
}




#cCab{
	height: 5%;
}

#contenedorCapa { 

    height: 90% !important;
    
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 	
}

#contenedorCapa > div{
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 1%;
	top: 40%;
	position: absolute;
}


a{
	color: #2D2D2D;
}



#contenedorImagemSeparadora{
    /* Full height */
    height: 80%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}





.contenedorSecao{
	min-height: 40%;
	text-align: justify;
	

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
		
}


.inter{
	min-height: 40%;
	text-align: justify;
}



@media (min-width: 721px) {
	.contenedorSecao, #contato{
		margin: auto;
		width: 70%;
		margin-bottom: 1%;
	}
	
	#contenedorCapa > div > img{
		width: 30%;
	}
	
}

@media (max-width: 720px) {
	.contenedorSecao, #contato{
		margin: auto;
		width: 90%;
		margin-bottom: 1%;
	}

	#contenedorCapa > div > img{
		width: 80%;
	}	
	
}



.inputformfc{
	width: 100%;
	font-family: verdana;
	
}

.textformfc{
	width: 100%;
	padding-left: 7px;
	font-family: verdana;
}