/*  MICROTHEMER STYLES  */


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Vc align right wpb wrapper **/
	.vc_align_right .wpb_wrapper {
	text-align: left !important;
}

	/** General >> Vc col sm 10 strong **/
	.vc_col-sm-10 {
	margin-top: -21px !important;
	margin-left: 30px !important;
}

	/** General >> Div:(1) wpb wrapper **/
	.vc_custom_1571234916746 > div:nth-of-type(1) > div:nth-of-type(1) > .wpb_wrapper {
	margin-left: -40px !important;
}

	/** General >> Produtos column **/
	.produtos-column p {
	margin-top: -21px !important;
	margin-left: 50px !important;
}

	/** General >> Sistemas column **/
	.sistemas-column strong {
	margin-left: 50px !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Produtos column **/
	.produtos-column p {
	margin-top: -21px !important;
	margin-left: 50px !important;
}

	/** General >> Sistemas column **/
	.sistemas-column strong {
	margin-left: 50px !important;
}


}


/*( iPhone )*/
@media (max-width: 320px) {

	/*= General =================== */

	/** General >> Produtos column **/
	.produtos-column p {
	margin-top: -21px !important;
	margin-left: 50px !important;
}

	/** General >> Sistemas column **/
	.sistemas-column strong {
	margin-left: 50px !important;
}


}

