/* ===========================
   TRABAJA CON NOSOTROS — banner (hero )
   Independiente de  contacto.html banner 
=========================== */

.page-heading-trabajo {
  background-image: url(../../Imagenes-copy/piedras.jpg);
  background-position: center top;
  padding: 100px 0px;
  min-height: 370px;
  display: flex;
  align-items: center;
  text-align: left;
}

.page-heading-trabajo .page-heading-hero-text {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .page-heading-trabajo {
    padding: 90px 0px;
    min-height: 260px;
  }

  .page-heading-trabajo .page-heading-hero-text {
    font-size: 20px !important;
    padding: 0 !important;
  }
}

/* Intro paragraphs (trabajo.p1 / trabajo.p2) — smaller than the shared
   .contact-page p default (30px), which is too large for this page */
.contact-page .col-lg-6 p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.contact-page .col-lg-6 p:first-of-type {
  font-size: 24px;
}
