.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


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

/** Geral >> Panel 92 0 0 0 widget title **/
#panel-92-0-0-0 .widget-title {
	color: rgb(255, 255, 255) !important;
	font-size: 30px !important;
	text-align: center !important;
}

/** Geral >> Panel 92 0 0 0 paragraph **/
#panel-92-0-0-0 p {
	color: rgb(255, 255, 255) !important;
	font-size: 18px !important;
	text-align: center !important;
}

/** Geral >> Pgc 92 0 0 **/
#pgc-92-0-0 {
	background-image: url("/wp-content/uploads/2020/07/Quem-Somos_Mundo_da_Mente-1024x632.png") !important;
	background-size: cover !important;
	background-origin: border-box !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	padding-bottom: 80px !important;
	border-top-style: groove !important;
	border-radius: 15px !important;
}

/** Geral >> Wpforms 161 field 0 container wpforms field label **/
#wpforms-161-field_0-container > .wpforms-field-label {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Wpforms first wpforms field sublabel **/
.wpforms-first > .wpforms-field-sublabel {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Div:(2) wpforms field sublabel:(1) **/
#wpforms-161-field_0-container > div > div:nth-of-type(2) > .wpforms-field-sublabel:nth-of-type(1) {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Wpforms 161 field 1 container wpforms field label **/
#wpforms-161-field_1-container > .wpforms-field-label {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Wpforms field hp wpforms field label **/
.wpforms-field-hp > .wpforms-field-label {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Wpforms submit 161 **/
#wpforms-submit-161 {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Wpforms 161 field 4 container wpforms field label **/
#wpforms-161-field_4-container > .wpforms-field-label {
	color: rgb(0, 0, 0) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Geral >> Pgc 92 0 0 **/
	#pgc-92-0-0 {
	padding-bottom: 400px !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Geral >> Pgc 92 0 0 **/
	#pgc-92-0-0 {
	padding-bottom: 400px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Geral >> Pgc 92 0 0 **/
	#pgc-92-0-0 {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}

	/** Geral >> Menu wrapper image **/
	#menu_wrapper img {
	width: 245px !important;
}

}

