/*  MICROTHEMER STYLES  */


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

/** Geral >> Form field NOME **/
#form-field-name {
	text-shadow: 0 0 rgb(192, 192, 192) !important;
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}

/** Geral >> Form field EMAIL **/
#form-field-email {
	text-shadow: 0 0 rgb(79, 78, 78) !important;
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}

/** Geral >> Form field MENSAGEM **/
#form-field-message {
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}

/** Geral >> botão ENVIAR **/
.elementor-field-type-submit > .elementor-size-sm {
	max-width: 250px !important;
	margin-top: 20px !important;
	margin-left: 130px !important;
}

/** Geral >> Form field TELEFONE **/
#form-field-field_1903fe9 {
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}

/** Geral >> Form field Dia **/
#form-field-field_0582d7d {
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}

/** Geral >> Form field HORARIO **/
#form-field-field_4befec3 {
	box-shadow: 0 8px 10px -6px rgb(145, 145, 145) !important;
}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** Geral >> botão ENVIAR **/
	.elementor-field-type-submit > .elementor-size-sm {
	margin-left: 90px !important;
}


}


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

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

	/** Geral >> botão ENVIAR **/
	.elementor-field-type-submit > .elementor-size-sm {
	margin-left: 210px !important;
}


}


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

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

	/** Geral >> botão ENVIAR **/
	.elementor-field-type-submit > .elementor-size-sm {
	margin-left: 70px !important;
}


}

