/* sabias — generado por refactor modular (verbatim de styles.css) */

.sabias { background: var(--bg); }
.sabias__inner {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 30px 0;
  min-height: 240px;
}
.sabias__circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1.5px solid rgba(199, 154, 58, 0.5);
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
}
.sabias__circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.sabias__divider { width: 1.5px; align-self: stretch; margin: 24px 0; background: rgba(199, 154, 58, 0.45); flex-shrink: 0; }
.sabias__content { flex: 1; }
.sabias__copy { min-width: 0; }
.sabias__label { font-weight: 700; font-size: 18px; margin-bottom: 14px; color: var(--white); }
.sabias__quote { font-size: 18px; line-height: 1.5; color: var(--white); }
.sabias__explore {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--accent);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.sabias__arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.sabias__explore:hover .sabias__arrow { background: var(--accent); color: var(--dark-text); }
.sabias__explore-label { font-weight: 600; font-size: 15px; }
.sabias__more { font-size: 13px; color: var(--white-75); text-decoration: underline; }
@media (max-width: 900px) {
  .sabias__inner { flex-direction: column; text-align: center; gap: 24px; padding: 40px 0; }
  .sabias__divider { display: none; }
  .sabias__explore { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 16px; }
}
@media (max-width: 600px) {
  .sabias { margin-top: 0; }
  .sabias__inner {
    display: grid;
    grid-template-columns: clamp(82px, 26vw, 100px) minmax(0, 1fr);
    grid-template-areas:
      "image copy"
      "action action";
    align-items: center;
    column-gap: 16px;
    row-gap: 18px;
    padding: 18px 28px 22px 18px;
    min-height: 0;
    text-align: left;
  }
  .sabias__circle {
    grid-area: image;
    justify-self: center;
    width: 76px;
    height: 76px;
    margin-bottom: 0;
    border-width: 1.5px;
  }
  .sabias__divider { display: none; }
  .sabias__content { display: contents; }
  .sabias__copy {
    grid-area: copy;
  }
  .sabias__label {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .sabias__quote {
    max-width: none;
    margin: 0;
    font-size: 12.8px;
    line-height: 1.24;
  }
  .sabias__explore {
    grid-area: action;
    width: auto;
    max-width: none;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .sabias__arrow {
    width: 46px;
    height: 46px;
  }
  .sabias__explore-label {
    font-size: 11px;
    white-space: nowrap;
  }
  .sabias__more {
    display: none;
    font-size: 12px;
    color: var(--white);
    white-space: nowrap;
  }
}
