:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-34b128c *//* ==================================================
   PÁGINA JUEVES ECONÓMICOS
================================================== */

.jueves-economicos-page {
  --je-red: #b00000;
  --je-red-dark: #790000;
  --je-black: #111111;
  --je-text: #444444;
  --je-muted: #707070;
  --je-border: #e8e8e8;
  --je-soft: #f5f5f5;

  position: relative;
  width: 100%;
  padding: 76px 38px 90px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(176, 0, 0, 0.07),
      transparent 22%
    ),
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
}

/* FIGURAS DECORATIVAS */

.jueves-economicos-page::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(176, 0, 0, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(176, 0, 0, 0.025),
    0 0 0 45px rgba(176, 0, 0, 0.018);
}

.jueves-economicos-page::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 240px;
  width: 95px;
  height: 95px;
  opacity: 0.16;
  background-image:
    radial-gradient(var(--je-red) 2px, transparent 2.5px);
  background-size: 16px 16px;
}

/* ==================================================
   ENCABEZADO
================================================== */

.jueves-header {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

.jueves-header-text {
  max-width: 820px;
}

.jueves-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--je-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.jueves-header h1 {
  margin: 0;
  color: var(--je-black);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: -1.5px;
}

.jueves-header h1::after {
  content: "";
  display: block;
  width: 82px;
  height: 4px;
  margin-top: 20px;
  background: var(--je-red);
  border-radius: 20px;
}

.jueves-header p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--je-text);
  font-size: 17px;
  line-height: 1.8;
}

.jueves-header-mark {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(176, 0, 0, 0.12);
  border: 1px solid rgba(176, 0, 0, 0.12);
  border-radius: 30px 30px 30px 8px;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: -2px;
}

/* ==================================================
   ÁREA PRINCIPAL
================================================== */

.jueves-workspace {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 440px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

/* ==================================================
   LISTADO IZQUIERDO
================================================== */

.jueves-sidebar {
  padding: 25px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--je-border);
  border-radius: 27px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(10px);
}

.jueves-sidebar-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  padding: 3px 3px 22px;
  border-bottom: 1px solid var(--je-border);
}

.jueves-sidebar-heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--je-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.jueves-sidebar-heading h2 {
  margin: 0;
  color: var(--je-black);
  font-size: 24px;
  line-height: 1.2;
}

.jueves-sidebar-heading .jueves-count {
  margin: 0;
  padding: 7px 11px;
  color: #5d5d5d;
  background: #f2f2f2;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.jueves-news-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

/* TARJETA DE NOTICIA */

.jueves-news-card {
  width: 100%;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  padding: 18px;
  color: inherit;
  text-align: left;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  font-family: inherit;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.jueves-news-card:hover {
  transform: translateX(4px);
  border-color: rgba(176, 0, 0, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.065);
}

.jueves-news-card.active {
  background:
    linear-gradient(
      135deg,
      rgba(176, 0, 0, 0.07),
      rgba(255, 255, 255, 1) 60%
    );
  border-color: rgba(176, 0, 0, 0.25);
  box-shadow: 0 13px 30px rgba(176, 0, 0, 0.075);
}

/* FECHA */

.jueves-news-date {
  width: 58px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background:
    linear-gradient(145deg, #d00000, var(--je-red-dark));
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 9px 20px rgba(176, 0, 0, 0.18);
}

.jueves-news-date strong {
  font-size: 22px;
  line-height: 1;
}

.jueves-news-date span {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

/* CONTENIDO DE NOTICIA */

.jueves-news-content {
  min-width: 0;
}

.jueves-news-tag {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--je-red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.jueves-news-content h3 {
  margin: 0 0 8px;
  color: var(--je-black);
  font-size: 16px;
  line-height: 1.38;
  font-weight: 800;
}

.jueves-news-content p {
  margin: 0 0 11px;
  color: #676767;
  font-size: 12.5px;
  line-height: 1.58;
}

.jueves-news-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--je-red);
  font-size: 12px;
  font-weight: 800;
}

.jueves-news-action i {
  font-style: normal;
  font-size: 16px;
  transition: transform 0.25s ease;
}

.jueves-news-card:hover .jueves-news-action i {
  transform: translateX(4px);
}

/* ==================================================
   VISOR DEL PDF
================================================== */

.jueves-viewer {
  position: sticky;
  top: 90px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--je-border);
  border-radius: 27px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.075);
}

.jueves-viewer-toolbar {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--je-border);
}

.jueves-viewer-title {
  min-width: 0;
}

.jueves-viewer-title span {
  display: block;
  margin-bottom: 7px;
  color: var(--je-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.jueves-viewer-title h2 {
  margin: 0;
  color: var(--je-black);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 800;
}

.jueves-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 13px 19px;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, #c50000, var(--je-red-dark));
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: 0.28s ease;
}

.jueves-open-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(176, 0, 0, 0.2);
}

.jueves-open-btn span {
  font-size: 17px;
}

/* IFRAME */

.jueves-pdf-frame {
  position: relative;
  height: 690px;
  background: #e9e9e9;
}

.jueves-pdf-frame iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #ffffff;
}

.jueves-pdf-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 14px;
}

/* PIE DEL VISOR */

.jueves-viewer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 28px;
  color: #6b6b6b;
  background: #fafafa;
  border-top: 1px solid var(--je-border);
  font-size: 12px;
}

.jueves-viewer-footer a {
  flex-shrink: 0;
  color: var(--je-red);
  text-decoration: none;
  font-weight: 800;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1050px) {

  .jueves-workspace {
    grid-template-columns: 1fr;
  }

  .jueves-sidebar {
    max-width: none;
  }

  .jueves-news-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .jueves-viewer {
    position: relative;
    top: auto;
  }

}

@media (max-width: 700px) {

  .jueves-economicos-page {
    padding: 55px 18px 70px;
  }

  .jueves-header {
    align-items: flex-start;
  }

  .jueves-header-mark {
    display: none;
  }

  .jueves-header p {
    font-size: 15px;
  }

  .jueves-news-list {
    grid-template-columns: 1fr;
  }

  .jueves-sidebar {
    padding: 17px;
    border-radius: 22px;
  }

  .jueves-news-card {
    padding: 15px;
  }

  .jueves-viewer-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 21px;
  }

  .jueves-open-btn {
    width: 100%;
    justify-content: center;
  }

  .jueves-pdf-frame {
    height: 560px;
  }

  .jueves-viewer-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 21px;
  }

}/* End custom CSS */