.wp-block {} /*  Ensures MT files load in FSE */
/*  MICROTHEMER STYLES  */


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

/** Geral >> Text 2 paragraph **/
#text-2 p {
	display: none !important;
	overflow: hidden !important;
}

/** Geral >> FadeInUpBig image **/
.fadeInUpBig img {
	padding-top: 12em !important;
}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Geral >> FadeInUpBig image **/
	.fadeInUpBig img {
	padding-top: 0 !important;
}

}


/*( Tablet & celular )*/
@media (max-width: 767px) {
	/** Geral >> FadeInUpBig image **/
	.fadeInUpBig img {
	padding-top: 0 !important;
}

	/** Geral >> Col md 12 **/
	.copyright .col-md-12 {
	display: none !important;
	overflow: hidden !important;
	overflow-x: hidden !important;
}

}

