.elementor-19544 .elementor-element.elementor-element-a9893f9{--display:flex;--min-height:379px;--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:flex-start;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-19544 .elementor-element.elementor-element-a9893f9:not(.elementor-motion-effects-element-type-background), .elementor-19544 .elementor-element.elementor-element-a9893f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sochog.cl/wp-content/uploads/2023/09/banner-trabajo.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-19544 .elementor-element.elementor-element-aa8d8a3{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-19544 .elementor-element.elementor-element-b2284d7{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(min-width:768px){.elementor-19544 .elementor-element.elementor-element-aa8d8a3{--width:93%;}.elementor-19544 .elementor-element.elementor-element-b2284d7{--width:93%;}}@media(max-width:1024px){.elementor-19544 .elementor-element.elementor-element-a9893f9{--min-height:188px;}.elementor-19544 .elementor-element.elementor-element-aa8d8a3{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-19544 .elementor-element.elementor-element-b2284d7{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}@media(max-width:767px){.elementor-19544 .elementor-element.elementor-element-a9893f9{--min-height:77px;}.elementor-19544 .elementor-element.elementor-element-aa8d8a3{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-19544 .elementor-element.elementor-element-b2284d7{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-07819e5 *//* contenedor de botones */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* botón base */
.nc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
}

/* botón principal */
.nc-btn--primary{
  background:linear-gradient(135deg,#1677b7,#27ae60);
  color:#fff;
  box-shadow:0 8px 16px rgba(22,119,183,.18);
}

/* botón contactar */
.nc-btn--ghost{
  background:rgba(14,42,58,.06);
  color:#0e2a3a;
  border:1px solid rgba(14,42,58,.12);
}

/* NUEVO botón detalles (pequeño y alineado) */
.nc-btn--download{
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  background:rgba(39,174,96,.12);
  color:#1f7f46;
  border:1px solid rgba(39,174,96,.25);
  border-radius:10px;
}

.nc-btn--download:hover{
  background:rgba(39,174,96,.18);
}

/* footer del modal alineado */
.nc-modal-footer{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}
/* Desktop/tablet: 3 botones en una línea */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* Móvil: permitir que bajen y que se vean completos */
@media (max-width:720px){
  .nc-actions{
    flex-wrap:wrap;
    gap:10px;
  }

  /* cada botón ocupa el ancho y no se corta */
  .nc-actions .nc-btn{
    flex:1 1 100%;
    width:100%;
  }

  /* si quieres que "Más detalles" y "Contactar" queden en 2 columnas (opcional) */
  .nc-actions .nc-btn--download,
  .nc-actions .nc-btn--ghost{
    flex:1 1 calc(50% - 5px);
    width:auto;
  }

  /* el principal arriba completo */
  .nc-actions .nc-btn--primary{
    flex:1 1 100%;
    width:100%;
  }
}

/* Modal: mismo criterio en móvil */
@media (max-width:720px){
  .nc-modal-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .nc-modal-footer .nc-btn{
    width:100%;
  }
}
/* Tablet */
@media (min-width:721px) and (max-width:1024px){

  .nc-actions{
    flex-wrap:nowrap;
    gap:8px;
  }

  .nc-actions .nc-btn{
    font-size:13px;
    padding:8px 10px;
    flex:1 1 auto;
  }

  /* botón principal un poco más dominante */
  .nc-actions .nc-btn--primary{
    flex:1.2 1 auto;
  }

  /* botón pequeño */
  .nc-actions .nc-btn--download{
    font-size:12.5px;
    padding:7px 9px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6022b74 *//* contenedor de botones */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* botón base */
.nc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
}

/* botón principal */
.nc-btn--primary{
  background:linear-gradient(135deg,#1677b7,#27ae60);
  color:#fff;
  box-shadow:0 8px 16px rgba(22,119,183,.18);
}

/* botón contactar */
.nc-btn--ghost{
  background:rgba(14,42,58,.06);
  color:#0e2a3a;
  border:1px solid rgba(14,42,58,.12);
}

/* NUEVO botón detalles (pequeño y alineado) */
.nc-btn--download{
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  background:rgba(39,174,96,.12);
  color:#1f7f46;
  border:1px solid rgba(39,174,96,.25);
  border-radius:10px;
}

.nc-btn--download:hover{
  background:rgba(39,174,96,.18);
}

/* footer del modal alineado */
.nc-modal-footer{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}
/* Desktop/tablet: 3 botones en una línea */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* Móvil: permitir que bajen y que se vean completos */
@media (max-width:720px){
  .nc-actions{
    flex-wrap:wrap;
    gap:10px;
  }

  /* cada botón ocupa el ancho y no se corta */
  .nc-actions .nc-btn{
    flex:1 1 100%;
    width:100%;
  }

  /* si quieres que "Más detalles" y "Contactar" queden en 2 columnas (opcional) */
  .nc-actions .nc-btn--download,
  .nc-actions .nc-btn--ghost{
    flex:1 1 calc(50% - 5px);
    width:auto;
  }

  /* el principal arriba completo */
  .nc-actions .nc-btn--primary{
    flex:1 1 100%;
    width:100%;
  }
}

/* Modal: mismo criterio en móvil */
@media (max-width:720px){
  .nc-modal-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .nc-modal-footer .nc-btn{
    width:100%;
  }
}
/* Tablet */
@media (min-width:721px) and (max-width:1024px){

  .nc-actions{
    flex-wrap:nowrap;
    gap:8px;
  }

  .nc-actions .nc-btn{
    font-size:13px;
    padding:8px 10px;
    flex:1 1 auto;
  }

  /* botón principal un poco más dominante */
  .nc-actions .nc-btn--primary{
    flex:1.2 1 auto;
  }

  /* botón pequeño */
  .nc-actions .nc-btn--download{
    font-size:12.5px;
    padding:7px 9px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a70c936 *//* contenedor de botones */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* botón base */
.nc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
}

/* botón principal */
.nc-btn--primary{
  background:linear-gradient(135deg,#1677b7,#27ae60);
  color:#fff;
  box-shadow:0 8px 16px rgba(22,119,183,.18);
}

/* botón contactar */
.nc-btn--ghost{
  background:rgba(14,42,58,.06);
  color:#0e2a3a;
  border:1px solid rgba(14,42,58,.12);
}

/* NUEVO botón detalles (pequeño y alineado) */
.nc-btn--download{
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  background:rgba(39,174,96,.12);
  color:#1f7f46;
  border:1px solid rgba(39,174,96,.25);
  border-radius:10px;
}

.nc-btn--download:hover{
  background:rgba(39,174,96,.18);
}

/* footer del modal alineado */
.nc-modal-footer{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}
/* Desktop/tablet: 3 botones en una línea */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* Móvil: permitir que bajen y que se vean completos */
@media (max-width:720px){
  .nc-actions{
    flex-wrap:wrap;
    gap:10px;
  }

  /* cada botón ocupa el ancho y no se corta */
  .nc-actions .nc-btn{
    flex:1 1 100%;
    width:100%;
  }

  /* si quieres que "Más detalles" y "Contactar" queden en 2 columnas (opcional) */
  .nc-actions .nc-btn--download,
  .nc-actions .nc-btn--ghost{
    flex:1 1 calc(50% - 5px);
    width:auto;
  }

  /* el principal arriba completo */
  .nc-actions .nc-btn--primary{
    flex:1 1 100%;
    width:100%;
  }
}

/* Modal: mismo criterio en móvil */
@media (max-width:720px){
  .nc-modal-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .nc-modal-footer .nc-btn{
    width:100%;
  }
}
/* Tablet */
@media (min-width:721px) and (max-width:1024px){

  .nc-actions{
    flex-wrap:nowrap;
    gap:8px;
  }

  .nc-actions .nc-btn{
    font-size:13px;
    padding:8px 10px;
    flex:1 1 auto;
  }

  /* botón principal un poco más dominante */
  .nc-actions .nc-btn--primary{
    flex:1.2 1 auto;
  }

  /* botón pequeño */
  .nc-actions .nc-btn--download{
    font-size:12.5px;
    padding:7px 9px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-31b9a4c *//* contenedor de botones */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* botón base */
.nc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
}

/* botón principal */
.nc-btn--primary{
  background:linear-gradient(135deg,#1677b7,#27ae60);
  color:#fff;
  box-shadow:0 8px 16px rgba(22,119,183,.18);
}

/* botón contactar */
.nc-btn--ghost{
  background:rgba(14,42,58,.06);
  color:#0e2a3a;
  border:1px solid rgba(14,42,58,.12);
}

/* NUEVO botón detalles (pequeño y alineado) */
.nc-btn--download{
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  background:rgba(39,174,96,.12);
  color:#1f7f46;
  border:1px solid rgba(39,174,96,.25);
  border-radius:10px;
}

.nc-btn--download:hover{
  background:rgba(39,174,96,.18);
}

/* footer del modal alineado */
.nc-modal-footer{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}
/* Desktop/tablet: 3 botones en una línea */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* Móvil: permitir que bajen y que se vean completos */
@media (max-width:720px){
  .nc-actions{
    flex-wrap:wrap;
    gap:10px;
  }

  /* cada botón ocupa el ancho y no se corta */
  .nc-actions .nc-btn{
    flex:1 1 100%;
    width:100%;
  }

  /* si quieres que "Más detalles" y "Contactar" queden en 2 columnas (opcional) */
  .nc-actions .nc-btn--download,
  .nc-actions .nc-btn--ghost{
    flex:1 1 calc(50% - 5px);
    width:auto;
  }

  /* el principal arriba completo */
  .nc-actions .nc-btn--primary{
    flex:1 1 100%;
    width:100%;
  }
}

/* Modal: mismo criterio en móvil */
@media (max-width:720px){
  .nc-modal-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .nc-modal-footer .nc-btn{
    width:100%;
  }
}
/* Tablet */
@media (min-width:721px) and (max-width:1024px){

  .nc-actions{
    flex-wrap:nowrap;
    gap:8px;
  }

  .nc-actions .nc-btn{
    font-size:13px;
    padding:8px 10px;
    flex:1 1 auto;
  }

  /* botón principal un poco más dominante */
  .nc-actions .nc-btn--primary{
    flex:1.2 1 auto;
  }

  /* botón pequeño */
  .nc-actions .nc-btn--download{
    font-size:12.5px;
    padding:7px 9px;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e0424e0 *//* contenedor de botones */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* botón base */
.nc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
}

/* botón principal */
.nc-btn--primary{
  background:linear-gradient(135deg,#1677b7,#27ae60);
  color:#fff;
  box-shadow:0 8px 16px rgba(22,119,183,.18);
}

/* botón contactar */
.nc-btn--ghost{
  background:rgba(14,42,58,.06);
  color:#0e2a3a;
  border:1px solid rgba(14,42,58,.12);
}

/* NUEVO botón detalles (pequeño y alineado) */
.nc-btn--download{
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  background:rgba(39,174,96,.12);
  color:#1f7f46;
  border:1px solid rgba(39,174,96,.25);
  border-radius:10px;
}

.nc-btn--download:hover{
  background:rgba(39,174,96,.18);
}

/* footer del modal alineado */
.nc-modal-footer{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}
/* Desktop/tablet: 3 botones en una línea */
.nc-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  align-items:center;
}

/* Móvil: permitir que bajen y que se vean completos */
@media (max-width:720px){
  .nc-actions{
    flex-wrap:wrap;
    gap:10px;
  }

  /* cada botón ocupa el ancho y no se corta */
  .nc-actions .nc-btn{
    flex:1 1 100%;
    width:100%;
  }

  /* si quieres que "Más detalles" y "Contactar" queden en 2 columnas (opcional) */
  .nc-actions .nc-btn--download,
  .nc-actions .nc-btn--ghost{
    flex:1 1 calc(50% - 5px);
    width:auto;
  }

  /* el principal arriba completo */
  .nc-actions .nc-btn--primary{
    flex:1 1 100%;
    width:100%;
  }
}

/* Modal: mismo criterio en móvil */
@media (max-width:720px){
  .nc-modal-footer{
    flex-direction:column;
    align-items:stretch;
  }
  .nc-modal-footer .nc-btn{
    width:100%;
  }
}
/* Tablet */
@media (min-width:721px) and (max-width:1024px){

  .nc-actions{
    flex-wrap:nowrap;
    gap:8px;
  }

  .nc-actions .nc-btn{
    font-size:13px;
    padding:8px 10px;
    flex:1 1 auto;
  }

  /* botón principal un poco más dominante */
  .nc-actions .nc-btn--primary{
    flex:1.2 1 auto;
  }

  /* botón pequeño */
  .nc-actions .nc-btn--download{
    font-size:12.5px;
    padding:7px 9px;
  }

}/* End custom CSS */