/* =========================================================
   EQUIPOS PAGE
   ========================================================= */

.page-content--teams {
  width: min(1220px, calc(100% - 120px));
  margin: 102px auto 126px;
}

.teams-hero {
  text-align: center;
}

.teams-page-title {
  margin: 0 0 58px !important;
  color: #0b84b7;
  line-height: 0.98;
  letter-spacing: -0.022em;
}

.teams-lead {
  width: min(var(--content-w), 100%);
  margin: 0 auto 42px;
  color: #0b84b7;
  font-style: italic;
  font-weight: 300;
  line-height: 1.24;
  text-align: center;
}

.teams-copy {
  width: min(var(--content-w), 100%);
  margin: 0 auto;
  color: #6f6f6f;
  font-size: 1.44rem;
  font-weight: 300;
  line-height: 1.52;
  text-align: left;
}

.teams-copy p {
  margin: 0;
}

.teams-copy p + p {
  margin-top: 28px;
}

.teams-directory {
  margin-top: 110px;
}

.teams-directory__grid {
  width: min(1020px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.teams-board__label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.teams-section-title {
  margin: 0;
  color: #666;
  font-size: 2.62rem;
  font-weight: 300;
  line-height: 0.96;
  text-align: center;
}

.teams-section-title--management {
  text-align: left;
}

.teams-profile-card {
  display: flex;
  flex-direction: column;
}

.teams-profile-card__photo {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #d9e4ec;
}

.teams-profile-card__caption {
  padding: 13px 12px 12px;
  background: #0b84b7;
  color: #fff;
  text-align: center;
}

.teams-profile-card__name {
  margin: 0;
  font-size: 1.14rem;
  font-weight: 300;
  line-height: 1.08;
}

.teams-profile-card__role {
  margin: 6px 0 0;
  font-size: 0.98rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.teams-divider {
  border: 0;
  border-top: 1px solid #d4dce6;
  width: 100%;
  margin: 106px 0 60px;
}

.teams-management {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.58fr);
  gap: 62px;
  align-items: start;
  padding-bottom: 28px;
}

.teams-management__media {
  position: relative;
  margin: 0;
}

.teams-management__media img {
  width: 100%;
  aspect-ratio: 1.54 / 1;
  display: block;
  object-fit: cover;
  background: #d9e4ec;
}

.teams-management__caption {
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: min(86%, 960px);
  margin: 0;
  padding: 16px 24px 14px;
  transform: translateX(-50%);
  background: #0b84b7;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.24;
  text-align: center;
}

.teams-management__aside {
  padding-top: 10px;
}