/*  MICROTHEMER STYLES  */


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

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

/** Geral >> Primary menu menu link **/
#primary-menu .menu-link {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Conteudo rodape image **/
.conteudo-rodape img {
	display: none !important;
}

/** Geral >> Body footer **/
body > footer {
	background-color: rgb(37, 17, 140) !important;
}

/** Geral >> Conteudo rodape paragraph **/
.conteudo-rodape > p {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Footer **/
body footer {
	color: rgb(255, 255, 255) !important;
	background-image: linear-gradient(rgb(211, 211, 211), rgb(113, 113, 113)) !important;
}

/** Geral >> Link (#1) **/
.conteudo-rodape > p:nth-of-type(2) > a:nth-of-type(1) {
	color: rgb(65, 65, 65) !important;
}

/** Geral >> Link (#2) **/
.conteudo-rodape > p:nth-of-type(2) > a:nth-of-type(2) {
	color: rgb(65, 65, 65) !important;
}

/** Geral >> Link (#3) **/
p a:nth-of-type(3) {
	color: rgb(65, 65, 65) !important;
}


/*( Tablet & celular )*/
@media (max-width: 767px) {
	/** Geral >> Primary menu menu link _3 **/
	#primary-menu .menu-link {
	color: rgb(0, 0, 0) !important;
}

}


/*( Celular )*/
@media (max-width: 480px) {
	/** Geral >> Primary menu menu link _2 **/
	#primary-menu .menu-link {
	color: rgb(0, 0, 0) !important;
}

}

