.elementor-24219 .elementor-element.elementor-element-3d77cd6{--display:flex;--min-height:372px;--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-24219 .elementor-element.elementor-element-3d77cd6:not(.elementor-motion-effects-element-type-background), .elementor-24219 .elementor-element.elementor-element-3d77cd6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.acimechinc.com/wp-content/uploads/2025/10/BANNER-BUILDING-SERVICES-MANAGER-MANAGER-HR-v3-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-24219 .elementor-element.elementor-element-c77775a{--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:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-24219 .elementor-element.elementor-element-370307c{--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-24219 .elementor-element.elementor-element-93931a3{--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-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-7d5da31 */.job-description {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #000000;
  line-height: 1.5;
  font-size: 16px;
  max-width: 900px;
  text-align: justify;
  text-transform: none !important;
  letter-spacing: normal !important;    /* ✅ Espaciado normal entre letras */
}

.job-description * {
  text-transform: none !important;
  letter-spacing: normal !important;    /* ✅ Corrige posibles letras muy separadas */
}

.job-description h3 {
  display: block !important;
  color: #c1262b !important;            /* rojo ACI */
  font-weight: 700 !important;          /* negrilla */
  font-size: 22px !important;           /* tamaño de título */
  margin-top: 18px;
  margin-bottom: 6px;
  text-align: left;
  letter-spacing: normal !important;    /* ✅ Evita espaciado anormal */
}

.job-description ul {
  margin: 0 0 10px 24px;
  padding: 0;
  list-style-type: disc;
}

.job-description li {
  margin-bottom: 3px;
}

.job-description p {
  margin-bottom: 8px;
}/* End custom CSS */
/* Start custom CSS for metform, class: .elementor-element-0814a19 *//* === ACI Mechanical Form Style === */
/* Brand color: ACI Red #c1262b */

/* === General font, colors, and spacing === */
.metform-form-content input,
.metform-form-content textarea,
.metform-form-content select {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #222;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa;
}

/* Focus effect in ACI red */
.metform-form-content input:focus,
.metform-form-content textarea:focus,
.metform-form-content select:focus {
  border-color: #c1262b;
  box-shadow: 0 0 0 1px #c1262b;
  outline: none;
  background-color: #fff;
}

/* Labels */
.metform-form-content label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

/* Placeholder text */
.metform-form-content ::placeholder {
  color: #999;
  font-weight: 400;
}

/* Spacing between fields */
.metform-form-content .mf-field-wrapper {
  margin-bottom: 20px;
}

/* === FILE UPLOAD BUTTON (ACI Red) === */
.metform-form-content input[type="file"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #222;
  background-color: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
}

/* Override the native "Choose File" button */
.metform-form-content input[type="file"]::-webkit-file-upload-button {
  background-color: #c1262b !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.metform-form-content input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #9e1e23 !important;
  transform: scale(1.03);
}

/* For Firefox */
.metform-form-content input[type="file"]::file-.elementor-24219 .elementor-element.elementor-element-0814a19-button {
  background-color: #c1262b !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.metform-form-content input[type="file"]::file-.elementor-24219 .elementor-element.elementor-element-0814a19-button:hover {
  background-color: #9e1e23 !important;
  transform: scale(1.03);
}

/* === ACI Mechanical Red Submit Button === */
.metform-form-content .mf-btn,
.metform-form-content button[type="submit"],
.metform-form-content input[type="submit"] {
  background-color: #c1262b !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none !important;
  border-radius: 6px;
  padding: 14px 40px !important;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

/* Hover effect */
.metform-form-content .mf-btn:hover,
.metform-form-content button[type="submit"]:hover,
.metform-form-content input[type="submit"]:hover {
  background-color: #9e1e23 !important;
  transform: scale(1.03);
}

/* Hidden fields */
.metform-form-content input[type="hidden"] {
  display: none !important;
}

/* Success message styling */
.metform-message.success {
  background-color: #e8f5e9;
  border-left: 4px solid #4caf50;
  color: #2e7d32;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 16px;
  border-radius: 4px;
}

/* Error message styling */
.metform-message.error {
  background-color: #fdecea;
  border-left: 4px solid #c1262b;
  color: #a22626;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 16px;
  border-radius: 4px;
}

/* Remove blue outline on click */
.metform-form-content *:focus {
  outline: none !important;
  box-shadow: none !important;
}/* End custom CSS */