/*  MICROTHEMER STYLES  */


/*= Cabeçalho ================ */

/** Cabeçalho >> #masthead .handheld-stick-this **/
#masthead .handheld-stick-this {
	background-color: rgb(169, 128, 31) !important;
}


/*= Menu principal ============ */

/** Menu principal >> #masthead .secondary-nav-menu **/
#masthead .secondary-nav-menu {
	background-color: rgb(122, 122, 8) !important;
}


/*= Rodapé =================== */

/** Rodapé >> Footer address unordered list **/
.footer-address ul {
	height: 80px !important;
}

/** Rodapé >> Div:(1) div:(1) **/
.footer-address > address > div:nth-of-type(1) > div:nth-of-type(1) {
	height: 120px !important;
}


/*( Desktop grande )*/
@media (min-width: 1200px) {
	/** Menu principal >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	background-color: rgb(67, 68, 69) !important;
	width: 75% !important;
}

	/** Menu principal >> #masthead .departments-menu-v2-title **/
	#masthead .departments-menu-v2-title {
	background-color: rgb(214, 214, 63) !important;
}

	/** Menu principal >> #masthead .secondary-nav-menu **/
	#masthead .secondary-nav-menu {
	border-radius: 10px 10px 0 0 !important;
}

}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Cabeçalho >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	background-color: rgb(49, 50, 53) !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

	/** Menu principal >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	background-color: rgb(34, 36, 38) !important;
}

}


/*( Tablet & celular )*/
@media (max-width: 767px) {
	/** Cabeçalho >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

	/** Menu principal >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	background-color: rgb(34, 36, 38) !important;
}

}


/*( Celular )*/
@media (max-width: 480px) {
	/** Cabeçalho >> #masthead .handheld-stick-this **/
	#masthead .handheld-stick-this {
	width: 100% !important;
	max-width: 300% !important;
	box-sizing: border-box !important;
}

}

