.elementor-798 .elementor-element.elementor-element-7daf85f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-798 .elementor-element.elementor-element-4a5012a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-798 .elementor-element.elementor-element-ecab1ec{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-5bd824d */.jobs-section{
  font-family:'Poppins',sans-serif;
  padding:80px 20px;
}

/* HEADER */
.jobs-header{
  max-width:800px;
  margin:auto;
  text-align:center;
  margin-bottom:80px;
}

.jobs-badge{
  background:rgba(36,81,131,0.08);
  color:#245183;
  padding:6px 16px;
  border-radius:20px;
}

.jobs-main-title{
  font-size:34px;
  color:#245183;
  margin-top:15px;
}

.jobs-line{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px auto;
}

.jobs-section{
  font-family:'Poppins',sans-serif;
  padding:80px 20px;
}

/* HEADER */
.jobs-header{
  max-width:1000px;
  margin:auto;
  text-align:center;
  margin-bottom:80px;
}

.jobs-description{
  color:#666;
  line-height:1.9;
  text-align:justify; /* 🔥 AHORA JUSTIFICADO */
}

/* CONTENIDO */
.jobs-container{
  max-width:1100px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:90px;
}

.jobs-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.jobs-row.reverse{
  direction:rtl;
}

.jobs-row.reverse .jobs-text{
  direction:ltr;
}

.jobs-img img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:20px;
}

.jobs-text h3{
  font-size:26px;
  color:#245183;
  margin-bottom:15px;
}

.jobs-text p{
  color:#666;
  line-height:1.8;
  text-align:justify;
}

/* CTA NUEVO */
.jobs-cta{
  max-width:900px;
  margin:120px auto 0;
  text-align:center;
}

.jobs-cta-text h2{
  color:#245183;
  font-size:28px;
}

.jobs-cta-text h3{
  color:#1FC8BE;
  margin-bottom:20px;
}

.jobs-cta-text p{
  text-align:justify;
  margin-bottom:10px;
}

.jobs-alert{
  background:rgba(31,200,190,0.1);
  padding:12px;
  border-radius:10px;
  margin-top:20px;
}

/* FORM */
.jobs-form{
  margin-top:40px;
  background:#fff;
  padding:40px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  text-align:left;
}

.cf7-form input,
.cf7-form textarea{
  width:100%;
  padding:12px;
  border-radius:10px;
  border:1px solid #ddd;
  margin-bottom:10px;
}

.cf7-form input[type="submit"]{
  background:#1FC8BE;
  color:#fff;
  border:none;
  cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:768px){
  .jobs-row{
    grid-template-columns:1fr;
  }

  .jobs-img img{
    height:260px;
  }
}/* End custom CSS */