.elementor-3124 .elementor-element.elementor-element-ba670da{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3124 .elementor-element.elementor-element-85d1c44{width:var( --container-widget-width, 101.986% );max-width:101.986%;--container-widget-width:101.986%;--container-widget-flex-grow:0;}.elementor-3124 .elementor-element.elementor-element-85d1c44.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85d1c44 *//* ===============================
   SECCIÓN EQUIPO ZIPAQUÍ
================================ */
.equipo-zipaqui {
  position: relative;
  padding: 8rem 0;
  background: #f9fbf8;
  overflow: hidden;
}

/* BLOBS DECORATIVOS */
.equipo-zipaqui::before,
.equipo-zipaqui::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.22;
  z-index: 0;
}

.equipo-zipaqui::before {
  width: 340px;
  height: 340px;
  background: var(--amarillo);
  top: -120px;
  left: -120px;
}

.equipo-zipaqui::after {
  width: 300px;
  height: 300px;
  background: var(--verde);
  bottom: -120px;
  right: -120px;
}

/* ===============================
   HEADER
================================ */
.equipo-header {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 4.8rem;
  text-align: center;
}

.equipo-header h2 {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--negro);
  margin-bottom: 1.2rem;
}

.equipo-header h2 span {
  color: var(--verde);
}

.equipo-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
}

/* ===============================
   GRID
================================ */
.equipo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.4rem;
}

/* ===============================
   CARD EQUIPO (VIDRIO CLARO)
================================ */
.equipo-card {
  padding: 2.8rem 2.2rem;
  border-radius: 32px;
  text-align: center;

  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(255, 255, 255, 0.7);

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.equipo-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ===============================
   AVATAR
================================ */
.equipo-avatar {
  width: 130px;
  height: 130px;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.equipo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   TEXTO
================================ */
.equipo-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--negro);
  margin-bottom: 0.4rem;
}

.equipo-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--verde);
  margin-bottom: 0.9rem;
}

.equipo-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 600px) {
  .equipo-zipaqui {
    padding: 6.5rem 0;
  }

  .equipo-header h2 {
    font-size: 2.1rem;
  }
}/* End custom CSS */