.elementor-21 .elementor-element.elementor-element-232382c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-93c13fb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-35f2b14 *//* ===== BLOQUE: Stats section ===== */
.stats-section {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.stat-item {
  padding: 20px;
}
.stat-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #00b8d4;
  margin: 0;
  line-height: 1.1;
}
.stat-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a2e;
  margin: 8px 0 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93c13fb *//* ===== BLOQUE: Ventajas de recuperar datos ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

.ventajas-section {
  font-family: 'Poppins', sans-serif;
  background: #f8fbff;
  padding: 60px 20px;
  text-align: center;
}
.ventajas-section .titulo {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 50px;
  line-height: 1.3;
}
.ventajas-section .titulo span {
  color: #00b8d4;
}
.ventajas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.ventaja-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 24px 30px;
  box-shadow: 0 4px 24px rgba(0,184,212,0.10);
  border-top: 4px solid #00b8d4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ventaja-card::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0,184,212,0.07);
  pointer-events: none;
}
.ventaja-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,184,212,0.22);
}
.ventaja-icon-wrap {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #00b8d4 0%, #0090a8 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 16px rgba(0,184,212,0.30);
}
.ventaja-icon-wrap svg {
  width: 34px;
  height: 34px;
  fill: white;
}
.ventaja-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.4;
}
.ventaja-card p {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 8px 0 0;
  font-weight: 400;
}
.badge {
  display: inline-block;
  background: linear-gradient(90deg, #00b8d4, #9c27b0);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
}/* End custom CSS */