.elementor-443 .elementor-element.elementor-element-fbe84c4{--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-443 .elementor-element.elementor-element-adb6137{margin:32px 10px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;}#elementor-popup-modal-443{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-443 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-443 .dialog-close-button{display:flex;}#elementor-popup-modal-443 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-adb6137 *//* Alineación en filas y columnas */
.row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.column {
  flex: 1 1 50%;
  min-width: 200px;
}

.checkbox-inline {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.row.submit-row {
  justify-content: flex-end;
}

.wpcf7-submit {
  background-color: #F95027;
  color: #fff;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 4px;
}

.wpcf7-submit:hover {
  background-color: #e03e15;
}/* End custom CSS */