/*  MICROTHEMER STYLES  */


/*= Body ====================== */

/** Body >> Quform form title **/
.quform-form-title {
	/* MT [ google_font: 1 ] */
	font-family: 'Lato' !important;
	color: rgb(44, 62, 80) !important;
	font-size: 36px !important;
	text-align: center !important;
}

/** Body >> Label **/
form label {
	/* MT [ google_font: 1 ] */
	font-family: 'Open Sans' !important;
}

/** Body >> Text input **/
input[type="text"] {
	/* MT [ google_font: 1 ] */
	font-family: 'Open Sans' !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Body >> X text content text primary **/
	.x-text-content-text-primary {
	font-size: 35px !important;
}

	/** Body >> X sm x text **/
	.x-sm .x-text {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Body >> X text content text primary **/
	.x-text-content-text-primary {
	font-size: 28px !important;
}

	/** Body >> E64 1 div **/
	.e64-1 div {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** Body >> Produtos x sm **/
	#produtos .x-sm {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

	/** Body >> Max x 1 1 **/
	.max .x-1-1 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** Body >> E145 5 **/
	.e145-5 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** Body >> Quform form title **/
	.quform-form-title {
	text-align: center !important;
}

}

