/* ===== .texto-seo-farmaocho — tarjeta contenedora verde ===== */
.texto-seo-farmaocho{
  background: #ffffff;         /* franja exterior sigue el blanco de la página */
  padding: 24px 20px;
}
.texto-seo-farmaocho .elementor-widget-container{
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 40px 44px;
  font-family: "Lato", sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  background: #f2faf7;          /* fondo verde suave */
  border: 1px solid #e0efe9;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(31,45,41,.06);
}
.texto-seo-farmaocho h2{
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.25;
  color: #1f2d29;
  font-weight: 800;
  text-align: center;
  margin: 0 0 .35em;
}
.texto-seo-farmaocho h2 + p{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.6em;
  color: #6a6a6a;
}
.texto-seo-farmaocho .seo-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em 40px;
  margin-bottom: 1.4em;
}
.texto-seo-farmaocho .seo-cell h3{ margin-top: 0; }
.texto-seo-farmaocho .seo-cell p{ margin-bottom: 0; }
.texto-seo-farmaocho h3{
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: #1f2d29;
  font-weight: 700;
  margin: 0 0 .4em;
}
.texto-seo-farmaocho h4{
  font-size: 1.05rem;
  color: #1f2d29;
  font-weight: 700;
  margin: .4em 0 .8em;
  text-align: center;
}
.texto-seo-farmaocho p{
  font-size: .97rem;
  margin: 0 0 .9em;
  color: #555;
}
/* ===== Beneficios en tarjetas blancas (contraste sobre verde) ===== */
.texto-seo-farmaocho ul{
  list-style: none;
  margin: .2em 0 .4em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.texto-seo-farmaocho ul li{
  flex: 0 1 calc(33.333% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e6efec;
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  font-size: .9rem;
  line-height: 1.4;
  color: #555;
  box-shadow: 0 2px 6px rgba(31,45,41,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.texto-seo-farmaocho ul li:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(31,45,41,.10);
}
.texto-seo-farmaocho ul li strong{
  display: block;
  color: #1f2d29;
  font-weight: 700;
  font-size: .98rem;
  margin-bottom: .1em;
}
.texto-seo-farmaocho a{
  color: #1f8f6c;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(31,143,108,.35);
  transition: border-color .2s ease;
}
.texto-seo-farmaocho a:hover{ border-color: #1f8f6c; }
@media (max-width: 768px){
  .texto-seo-farmaocho{ padding: 16px 12px; }
  .texto-seo-farmaocho .elementor-widget-container{ padding: 28px 20px 32px; border-radius: 12px; }
  .texto-seo-farmaocho .seo-grid{ grid-template-columns: 1fr; }
  .texto-seo-farmaocho ul li{ flex: 0 1 100%; }
}