.elementor-10156 .elementor-element.elementor-element-2bb7030{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:30px 30px 30px 30px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-10156 .elementor-element.elementor-element-548fc22 > .elementor-widget-container{margin:015px 0px 015px 0px;}.elementor-10156 .elementor-element.elementor-element-548fc22{text-align:center;}.elementor-10156 .elementor-element.elementor-element-548fc22 .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:28px;font-weight:700;text-transform:capitalize;line-height:1.2em;}#elementor-popup-modal-10156{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10156 .dialog-message{width:728px;height:auto;}#elementor-popup-modal-10156 .dialog-close-button{display:flex;}#elementor-popup-modal-10156 .dialog-widget-content{border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-10156 .elementor-element.elementor-element-548fc22 .elementor-heading-title{font-size:62px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-10156 .elementor-element.elementor-element-548fc22 .elementor-heading-title{font-size:38px;}}/* Start custom CSS for shortcode, class: .elementor-element-26f31b1 *//* Aplica grid em 2 colunas */

	.form-fornecedor-wrapper {
			max-width: 800px;
			margin: 0 auto;
			padding: 30px;
			display: flex;
			flex-wrap: wrap;
			gap: 20px;
			font-family: Arial, sans-serif;
		}
		.form-fornecedor-wrapper .form-group {
			flex: 1 1 48%;
			display: flex;
			flex-direction: column;
		}
		.form-fornecedor-wrapper label {
			font-weight: bold;
			margin-bottom: 6px;
			font-size: 14px;
		}
		.form-fornecedor-wrapper input,
		.form-fornecedor-wrapper select {
			padding: 10px;
			font-size: 14px;
			border: 1px solid #ccc;
			border-radius: 6px;
		}
		.form-fornecedor-wrapper button {
			padding: 12px 20px;
			font-size: 16px;
			border: none;
			border-radius: 6px;
			background-color: #0073aa;
			color: white;
			cursor: pointer;
			transition: background-color 0.3s;
			margin-top: 20px;
		}
		.form-fornecedor-wrapper button:hover {
			background-color: #005a87;
		}
		@media (max-width: 768px) {
			.form-fornecedor-wrapper .form-group {
				flex: 1 1 100%;
			}
		}/* End custom CSS */