/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Masthead main header bar **/
#masthead .main-header-bar {
	background-color: rgb(0, 0, 0) !important;
}

/** Geral >> Masthead ast button _2 **/
#masthead .ast-button {
	background-color: rgb(28, 2, 2) !important;
	padding-bottom: 10px !important;
	margin-bottom: 8px !important;
	bottom: auto !important;
}


/*( Celular )*/
@media (max-width: 480px) {
	/** Geral >> Masthead ast button **/
	#masthead .ast-button {
	width: 45% !important;
	padding-left: 20px !important;
	margin-bottom: 8px !important;
	margin-left: 76px !important;
}

}

