/* =====================
   HERO ELECTRICIDAD
===================== */

.hero-electricidad {
  background: url("img/cabElec.png") center / cover no-repeat;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-electricidad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-electricidad .hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.hero-electricidad h1 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}

.hero-electricidad p {
  font-size: 1.1rem;
}


.opciones-forfait {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    border-left: 3px solid #ffcc00; /* Un color que resalte */
}
.opciones-forfait label {
    font-size: 0.9em;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
.total-tarjeta {
    font-size: 1.2em;
    color: #333;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.card-wide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center; /* 👈 clave */
  gap: 1.5rem;
}

.card-wide img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

.card-wide .card-body {
  padding: 1.5rem;
}

.card-wide .card-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.card-wide p {
  font-size: 0.95rem;
}

.card-wide ul {
  margin-top: 0.8rem;
}

.card-wide {
  background: #fff;
  border-radius: 8px;
}

.card-wide {
  grid-template-columns: 1.2fr 2fr;
}

.card-wide .wa-icon img {
  width: 20px;
  height: 20px;
}

.card-wide .wa-icon img {
  width: 20px;
  height: 20px;
}

.wa-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}