.elementor-109817 .elementor-element.elementor-element-5bf7d60f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */<style>
.bc-visual-note {
  --bc-bg: #0b0b0f;
  --bc-card: #16161d;
  --bc-soft: #222230;
  --bc-yellow: #f5c400;
  --bc-red: #d71920;
  --bc-violet: #5d3fd3;
  --bc-blue: #1473e6;
  --bc-green: #16a34a;
  --bc-text: #f5f5f5;
  --bc-muted: #b8b8c7;
  --bc-border: rgba(255,255,255,.12);
  font-family: inherit;
  color: var(--bc-text);
  background: #ffffff;
}

.bc-visual-note * {
  box-sizing: border-box;
}

.bc-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */

.bc-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 42px 30px;
  margin: 20px 0 34px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(245,196,0,.35), transparent 30%),
    radial-gradient(circle at bottom right, rgba(215,25,32,.26), transparent 32%),
    linear-gradient(135deg, #08080b 0%, #16161d 55%, #060608 100%);
}

.bc-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .6;
}

.bc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.bc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,196,0,.14);
  color: #ffe06b;
  border: 1px solid rgba(245,196,0,.45);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
}

.bc-hero h1 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: -1px;
  max-width: 850px;
}

.bc-hero p {
  color: #d7d7df;
  font-size: 17px;
  line-height: 1.55;
  max-width: 760px;
  margin: 0;
}

/* SECCIONES */

.bc-section {
  margin: 34px 0;
  color: #111;
}

.bc-section h2 {
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.14;
  margin: 0 0 14px;
  color: #111;
  letter-spacing: -.5px;
}

.bc-section h3 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #111;
}

.bc-section p {
  font-size: 18px;
  line-height: 1.72;
  color: #222;
  margin: 0 0 18px;
}

.bc-lead {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #181818 !important;
  border-left: 5px solid var(--bc-yellow);
  padding-left: 18px;
  margin: 22px 0 !important;
}

/* GRIDS */

.bc-grid {
  display: grid;
  gap: 18px;
}

.bc-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* CARDS */

.bc-card {
  background: #fff;
  border: 1px solid #e7e7ee;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 35px rgba(0,0,0,.07);
}

.bc-card h3 {
  font-size: 19px;
  line-height: 1.25;
}

.bc-dark-card {
  background:
    radial-gradient(circle at top right, rgba(245,196,0,.16), transparent 32%),
    linear-gradient(135deg, #111118 0%, #1b1b24 100%);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
}

.bc-dark-card h3 {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.bc-dark-card p {
  color: #d7d7df;
}

/* STATS */

.bc-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-stat strong {
  font-size: 31px;
  line-height: 1;
  color: #111;
}

.bc-stat span {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}

.bc-stat.dark strong {
  color: var(--bc-yellow);
}

/* VERSUS */

.bc-versus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 14px;
  margin: 28px 0;
}

.bc-team {
  min-height: 160px;
  border-radius: 26px;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.bc-team:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  top: -70px;
  right: -50px;
}

.bc-team h3 {
  position: relative;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 6px;
}

.bc-team p {
  position: relative;
  color: rgba(255,255,255,.82);
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.bc-vs {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  align-self: center;
  background: #111;
  color: var(--bc-yellow);
  font-weight: 900;
  font-size: 22px;
  box-shadow: 0 15px 30px rgba(0,0,0,.24);
}

.bc-nacional {
  background: linear-gradient(135deg, #123c86, #ffffff 48%, #d71920);
  color: #111;
}

.bc-nacional h3,
.bc-nacional p {
  color: #111;
  text-shadow: 0 1px 12px rgba(255,255,255,.5);
}

.bc-aguada {
  background: linear-gradient(135deg, #d71920, #111 52%, #16a34a);
}

.bc-penarol {
  background: linear-gradient(135deg, #111, #f5c400);
}

.bc-penarol h3,
.bc-penarol p {
  color: #111;
}

.bc-defensor {
  background: linear-gradient(135deg, #3b1a78, #7c3aed);
}

/* TIMELINE */

.bc-timeline {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.bc-time-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6e6ee;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.bc-date {
  font-weight: 900;
  color: #111;
}

.bc-match {
  font-size: 17px;
  font-weight: 900;
  color: #111;
}

.bc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #111;
  color: #fff;
  white-space: nowrap;
}

.bc-pill.yellow {
  background: var(--bc-yellow);
  color: #111;
}

.bc-pill.red {
  background: var(--bc-red);
}

.bc-pill.violet {
  background: var(--bc-violet);
}

.bc-pill.blue {
  background: var(--bc-blue);
}

/* CALLOUTS */

.bc-callout {
  border-radius: 24px;
  padding: 26px;
  margin: 28px 0;
  background:
    linear-gradient(135deg, rgba(245,196,0,.18), rgba(245,196,0,.03)),
    #fff8d8;
  border: 1px solid rgba(245,196,0,.45);
}

.bc-callout strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #111;
}

.bc-callout p {
  margin: 0;
}

/* BLOQUE TÁCTICO */

.bc-tactical {
  background: #0f1117;
  color: #fff;
  border-radius: 28px;
  padding: 28px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.bc-tactical:before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  pointer-events: none;
}

.bc-tactical h2,
.bc-tactical h3,
.bc-tactical p {
  position: relative;
  color: #fff;
}

.bc-tactical h3 {
  font-size: 19px;
  line-height: 1.25;
}

.bc-tactical p {
  color: #d7d7df;
}

/* BARRAS */

.bc-bars {
  display: grid;
  gap: 15px;
  margin-top: 18px;
}

.bc-bar-item span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #111;
  margin-bottom: 7px;
  font-weight: 800;
}

.bc-bar {
  height: 12px;
  background: #e8e8ef;
  border-radius: 999px;
  overflow: hidden;
}

.bc-bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #111, var(--bc-yellow));
}

/* FRASE DESTACADA */

.bc-quote {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.6px;
  margin: 34px 0;
  padding: 28px;
  color: #fff;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(245,196,0,.28), transparent 32%),
    linear-gradient(135deg, #111 0%, #24242e 100%);
}

/* JUGADORES */

.bc-player-list {
  display: grid;
  gap: 12px;
}

.bc-player {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 16px;
  background: #f5f5f8;
  border: 1px solid #e5e5ee;
}

.bc-player strong {
  color: #111;
  font-size: 15px;
}

.bc-player span {
  color: #686876;
  font-size: 14px;
  text-align: right;
}

/* SEPARADOR */

.bc-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.18), transparent);
  margin: 38px 0;
}

/* FOOTER DE NOTA */

.bc-note-footer {
  margin: 38px 0 20px;
  padding: 24px;
  border-radius: 22px;
  background: #111;
  color: #fff;
}

.bc-note-footer p {
  margin: 0;
  color: #d7d7df;
  font-size: 17px;
  line-height: 1.6;
}

/* RESPONSIVE */

@media (max-width: 780px) {
  .bc-hero {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .bc-hero h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .bc-hero p {
    font-size: 16px;
  }

  .bc-kicker {
    font-size: 11px;
  }

  .bc-grid-2,
  .bc-grid-3,
  .bc-grid-4,
  .bc-versus {
    grid-template-columns: 1fr;
  }

  .bc-vs {
    margin: -4px auto;
  }

  .bc-team {
    min-height: 145px;
  }

  .bc-team h3 {
    font-size: 23px;
  }

  .bc-time-row {
    grid-template-columns: 1fr;
  }

  .bc-section {
    margin: 28px 0;
  }

  .bc-section h2 {
    font-size: 24px;
    line-height: 1.16;
  }

  .bc-section h3,
  .bc-tactical h3,
  .bc-dark-card h3,
  .bc-card h3 {
    font-size: 18px;
  }

  .bc-section p {
    font-size: 16px;
  }

  .bc-lead {
    font-size: 17px !important;
  }

  .bc-quote {
    font-size: 23px;
    padding: 22px;
  }

  .bc-player {
    align-items: flex-start;
    flex-direction: column;
  }

  .bc-player span {
    text-align: left;
  }

  .bc-bar-item span {
    font-size: 13px;
  }
}
</style>/* End custom CSS */