/*
 Theme Name: Astra Child
 Template: astra
*/

@import url("../astra/style.css");


/* ==== HERO “Convenios con Comercios” full-width ==== */
.hero-comercios {
  position: relative;
  width: 100vw;
  margin-left:  calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;

  background: linear-gradient(135deg, #15803D 0%, #1FA24D 100%);
  padding: 96px 0 140px;
  text-align: center;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-comercios h1 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 4vw, 56px);
  color: #fff;
}
