/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 03:18:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#main_conteudo {
	
}
#cover_feat_img {
	position: sticky;
 	top: 0;
	padding: 0;
	margin:0;
	width:100%;
	height: 100vh;
	background-size: auto;
	background-image: url(https://paneleirasdegoiabeiras.org.br/wp-content/uploads/fet_flor.jpg);
}





@media only screen and (max-width: 600px) {
	#main_conteudo { margin-right: 30px; border: 1px solid #FF0; }

}