.bev-nosotros {
  background-image: var(--bg-patron-volcan);
  min-height: 100vh;
  color: var(--text-primary);
}

/* === Tarjeta de misión === */
.bev-info-card {
  background-color: var(--bg-body);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bev-social-section {
  background-color: transparent;
  border-left: 2px solid var(--pr-gray-1200);
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  border-radius: 2px;
}

.bev-social-section p {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--pr-gray-1200);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.bev-instagram-link {
  display: inline-flex;
  align-items: center;
  color: var(--pr-gray-1200);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, opacity 0.25s ease;
  letter-spacing: 0.02em;
}

.bev-instagram-link:hover {
  border-bottom-color: var(--pr-gray-1200);
  opacity: 0.85;
}

.bev-info-sello {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.bev-info-sello img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bev-info-icon {
  font-size: 2.5rem;
  color: var(--pr-gray-1500);
  position: relative;
  z-index: 1;
}

.bev-info-card h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
    position: relative;
    z-index: 1;
    text-align: center;
}

.bev-info-card p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}

/* === Tarjeta de miembro del equipo === */
.bev-team-card {
  background-color: var(--bg-body);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  border-left: 5px solid var(--pr-gray-1500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bev-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px var(--pr-glass-dark-12);
  border-left-color: var(--pr-gray-400);
}

.bev-team-sello {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.bev-team-sello img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bev-team-cargo {
    color: var(--text-primary);
    background-color: var(--bg-body);
    font-size: larger;
}

.bev-team-avatar {
  width: clamp(90px, 12vw, 160px);
  height: clamp(90px, 12vw, 160px);
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--pr-gray-1500);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 20px var(--pr-glass-dark-15);
}

.bev-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bev-team-card h4 {
  font-size: 1.1rem;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}


.bev-team-divider {
  height: 2px;
  width: 40px;
  background-color: var(--pr-gray-1500);
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.bev-team-bio {
    font-size: larger;
    color: var(--text-body);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* === Responsive === */
@media (max-width: 575px) {
  .bev-info-card,
  .bev-team-card {
    padding: 1.25rem !important;
  }

  .bev-info-card h4 {
    font-size: 1.4rem;
  }

  .bev-info-card p {
    font-size: 1rem;
  }

  .bev-info-sello {
    width: 150px;
    height: 150px;
  }

  .bev-team-sello {
    width: 120px;
    height: 120px;
  }

  .bev-team-avatar {
    width: 120px;
    height: 120px;
  }

  .bev-team-card h4 {
    font-size: 1rem;
  }
}
.bev-display-4{
  background-color: var(--pr-gray-1500)
}
.fw-bold {
    background-color: var(--bg-body);
    color: var(--text-primary);
    font-family: var(--font-heading);
}
.bev-quienes-text {
    font-size: larger;
    font-weight: 200;
    color: var(--text-primary);
}
