.elementor-3412 .elementor-element.elementor-element-f802e21{--display:flex;--min-height:350px;--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-3412 .elementor-element.elementor-element-f802e21:not(.elementor-motion-effects-element-type-background), .elementor-3412 .elementor-element.elementor-element-f802e21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://omcigroup.com.br/wp-content/uploads/2025/05/Banner_OMC_Carreiras_1920x350_03.jpg");background-position:center center;background-size:cover;}.elementor-3412 .elementor-element.elementor-element-9f8a11b{--display:flex;--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;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-3412 .elementor-element.elementor-element-a4535c2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-3412{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-a4535c2 */.job_filters {
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
  max-width: 1200px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.search_jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 00px;
  margin-bottom: 10px;
}

.search_keywords,
.search_location {
  flex:1;
  min-width: 200px;
}

.search_keywords input,
.search_location input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.search_keywords label,
.search_location label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}

/* remote_position agora em bloco abaixo da localização */
.search_remote_position {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 10px;
}

.search_remote_position label {
  font-size: 15px;
  color: #333;
  margin-left: 5px;
}

/* botão 100% abaixo do remote_position */
.search_submit {
  width: 100%;
}

.search_submit input[type="submit"] {
  width: 100%;
  background-color: #004785;
  color: white;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.search_submit input[type="submit"]:hover {
  background-color: #ff8b02; /* laranja OMC */
  transition: background-color 0.3s ease;
}

ul.job_types {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  border-top: 1px solid #eee;
}

ul.job_types li {
  font-size: 14px;
}

ul.job_types label {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.job_types input[type="checkbox"] {
  accent-color: #0073aa;
}

.load_more_jobs {
  display: block;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  color: #004785;
  text-decoration: none;
}/* End custom CSS */