/* Generated split from dual.css + convenios.css
   File: que-es.css
*/

/* Features */
.feature {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 160px;
  background: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 14px;
  padding: 1rem;
}


.feature i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(127, 45, 60, 0.08);
  color: var(--cecns-burgundy);
}


.feature h3 {
  color: var(--cecns-navy);
  margin: 0.35rem 0 0.15rem;
  font-size: 1.1rem;
}


.feature p {
  color: #374151;
}



/* ---------- 4) COMPONENTES ---------- */
/* Features */
.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 160px;
}


.feature i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(127, 45, 60, 0.08);
  color: var(--cecns-burgundy);
  font-size: 1.25rem;
}


.feature h3 {
  margin: 0.35rem 0;
  color: var(--cecns-navy);
  font-size: 1.1rem;
}


.feature p {
  color: #374151;
}
