/* HERO CONTACTO */

.hero-contacto{
  padding-top:40px;   /* sistema hero */
  padding-bottom:50px;/* sistema hero */
}

.hero-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;      /* sistema hero */
  display:flex;
  justify-content:center;
  text-align:center;   /* desktop centre → regla especial */
}

.hero-text{
  max-width:700px;
}

.hero-text h1,

.hero-text h2 {
  font-size:28px;
  font-weight:700;
  margin-bottom:18px;
}

.hero-text p{
  font-size:16px;
  line-height:1.45;
  margin-bottom:14px;
  color: var(--body-text);
}

/* === MOBILE === */
@media(max-width:860px){
  .hero-contacto{
    padding-top:60px;   /* sistema hero */
    padding-bottom:32px;/* sistema hero */
  }

  .hero-inner{
    padding:0 16px;     /* sistema hero */
    text-align:left;    /* mobile left */
  }

  .hero-text h1,

  .hero-text h2 {
    font-size:28px;
  }

  .hero-text p{
    font-size:16px;
    color: var(--body-text);
  }
}
