@charset "utf-8";

@media (min-width : 320px ) and (max-width : 767px ){
.header-titulo {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #eee;
	background-color: #FAF2DB;
	color: #E4A321;
	font-weight: bold;
	margin-top: 90px;
	font-size: 2em;
}
.container {
}


}

@media (min-width: 0px) and (max-width: 319px){
.header-titulo {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #eee;
	background-color: #FAF2DB;
	color: #E4A321;
	font-weight: bold;
	margin-top: 190px;
	font-size: 2em;
}

}

@media (min-width: 480px) and (max-width: 767px){
.header-titulo {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid #eee;
	background-color: #FAF2DB;
	color: #E4A321;
	font-weight: bold;
	margin-top: 70px;
	font-size: 2em;
}

}
