.elementor-3649 .elementor-element.elementor-element-5861be3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3649 .elementor-element.elementor-element-f712a2c{--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;}.elementor-3649 .elementor-element.elementor-element-f8984c3 .porto-u-main-heading > *{font-family:"Montserrat", Montserrat;}.elementor-3649 .elementor-element.elementor-element-739759b{--display:flex;}.elementor-3649 .elementor-element.elementor-element-198c177{--display:flex;}.elementor-3649 .elementor-element.elementor-element-bfcc69a{--display:flex;}.elementor-3649 .elementor-element.elementor-element-d19e96f{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}.elementor-3649 .elementor-element.elementor-element-5882fa4{--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;}.elementor-3649 .elementor-element.elementor-element-9182566{--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;--justify-content:center;}@media(min-width:768px){.elementor-3649 .elementor-element.elementor-element-f712a2c{--width:50%;}.elementor-3649 .elementor-element.elementor-element-5882fa4{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-0826b59 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

.fomr-box {
  font-family: 'Montserrat', sans-serif;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.fomr-box h2 {
  color: #007550; /* Verde */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.fomr-custom label {
  display: block;
  color: #007550; /* Verde */
  font-weight: 600;
  margin-bottom: 5px;
}

.fomr-custom select,
.fomr-custom input,
.fomr-custom textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.fomr-custom input[type="file"] {
  padding: 5px;
  color: #999;
}

.fomr-optional {
  color: #999;
  font-size: 12px;
}

.fomr-custom textarea {
  resize: none;
  height: 100px;
}

.fomr-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fomr-column {
  flex: 1;
}

.fomr-checkbox-container {
  margin-bottom: 15px;
  font-size: 14px;
}

.fomr-checkbox-container input {
  margin-right: 10px;
}

.fomr-checkbox-container a {
  color: #007550;
  text-decoration: none;
}

.fomr-checkbox-container a:hover {
  text-decoration: underline;
}

.fomr-button {
  width: 100%;
  background-color: #007550; /* Verde */
  color: #ffffff;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.fomr-button:hover {
  background-color: #005d40; /* Verde scuro */
}/* End custom CSS */