.elementor-2130 .elementor-element.elementor-element-ff03673{--display:flex;--min-height:350px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;}.elementor-2130 .elementor-element.elementor-element-ff03673:not(.elementor-motion-effects-element-type-background), .elementor-2130 .elementor-element.elementor-element-ff03673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://catalogo-clorofitum.clorofitum.com.br/wp-content/uploads/2026/03/site-1536x393.png");background-position:30px -12px;background-repeat:no-repeat;background-size:auto;}.elementor-2130 .elementor-element.elementor-element-ff03673.e-con{--align-self:center;}.elementor-2130 .elementor-element.elementor-element-dba7208{--display:flex;}.elementor-2130 .elementor-element.elementor-element-75594b6{--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;}@media(min-width:768px){.elementor-2130 .elementor-element.elementor-element-ff03673{--width:1140%;}}@media(max-width:1024px){.elementor-2130 .elementor-element.elementor-element-ff03673:not(.elementor-motion-effects-element-type-background), .elementor-2130 .elementor-element.elementor-element-ff03673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-2130 .elementor-element.elementor-element-ff03673:not(.elementor-motion-effects-element-type-background), .elementor-2130 .elementor-element.elementor-element-ff03673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-2236d97 */.formulario{
  max-width: 550px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
  text-align: left;
}

.field{
    font-size: 15px;
    color: #555;
    font-weight: normal;
}

.field input{
    padding: 8px;
}

.field textarea{
    padding: 8px;
    height: 100px
}

.formulario .field-submit input[type="submit"] {
  display: block;
  width: 160px;          /* ajuste */
  max-width: 100%;
  margin: 0 auto;        /* centraliza bloco */
}



/* Foco */
.formulario .control:focus {
  outline: none;
  border-color: #6bcf82;                       /* verde suave */
  box-shadow: 0 0 0 2px rgba(107, 207, 130,.35);
}

/* Botão submit */
.formulario .consultor-btn-submit {
  display: inline-block;
  width: auto;
  padding: 0.75rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #5cd36d;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .15s, transform .05s;
}

.formulario .consultor-btn-submit:hover {
  background: #4cc65e;
}

.formulario .consultor-btn-submit:active {
  transform: scale(0.97);
}/* End custom CSS */