.elementor-3650 .elementor-element.elementor-element-5c81350{--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;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3650 .elementor-element.elementor-element-232622b img{width:19%;}.elementor-3650 .elementor-element.elementor-element-5960bf69{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-7038c854 *//* Container geral do formulário */
.um-3500.um {
  max-width: 100%;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

/* Campos de entrada */
.um-form-field {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 16px;
  background-color: #fafafa;
}

.um-form-field:focus {
  border-color: #0066ff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
  background-color: #fff;
  outline: none;
}

/* Rótulos */
.um-field-label label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Checkbox estilizado */
.um-field-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.um-field-checkbox input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #0066ff;
}

/* Botão de login */
#um-submit-btn.um-button {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #0066ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#um-submit-btn.um-button:hover {
  background-color: #004cc4;
}

/* Centralização do botão */
.um-center {
  margin-top: 24px;
}

/* Esconde campos antispam */
.um_request_name {
  display: none !important;
}/* End custom CSS */