html.template-miamiherald {
  --mh-bg: #eef3f8;
  --mh-paper: #ffffff;
  --mh-paper-soft: #f8fbff;
  --mh-ink: #0f1722;
  --mh-muted: #5f6e81;
  --mh-line: #d2deea;
  --mh-line-strong: #a7bbcf;
  --mh-blue: #0057b8;
  --mh-blue-soft: #0f7ee0;
  --mh-coral: #ff7043;
  --mh-gutter: clamp(12px, 2vw, 26px);
}

html.template-miamiherald body {
  background: radial-gradient(circle at 0% 0%, #f7fbff 0%, #eef3f8 44%, #e9f0f7 100%);
  color: var(--mh-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.template-miamiherald a {
  color: #163f73;
  text-decoration: none;
}

html.template-miamiherald a:hover,
html.template-miamiherald a:focus {
  color: var(--mh-blue);
}

html.template-miamiherald h1,
html.template-miamiherald h2,
html.template-miamiherald h3,
html.template-miamiherald h4,
html.template-miamiherald h5,
html.template-miamiherald .h1,
html.template-miamiherald .h2,
html.template-miamiherald .h3,
html.template-miamiherald .h4,
html.template-miamiherald .h5 {
  font-family: "Roboto Slab", "Times New Roman", Georgia, serif;
  letter-spacing: -0.02em;
  color: #0c223d;
}

html.template-miamiherald p,
html.template-miamiherald li,
html.template-miamiherald .nav-link,
html.template-miamiherald input,
html.template-miamiherald textarea,
html.template-miamiherald select,
html.template-miamiherald button,
html.template-miamiherald .text-xs,
html.template-miamiherald .text-sm,
html.template-miamiherald .text-xxs {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

html.template-miamiherald #loading {
  background: rgba(0, 35, 82, 0.45);
}

html.template-miamiherald .container,
html.template-miamiherald .container-lg {
  max-width: 1380px;
}

html.template-miamiherald header.container-lg {
  margin: 0 0 20px;
  max-width: 100%;
  padding: 0;
}

html.template-miamiherald header.container-lg > .py-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px var(--mh-gutter) !important;
  background: linear-gradient(90deg, #033f86 0%, #0458b1 52%, #033f86 100%);
  color: #f4f8ff !important;
  border-bottom: 1px solid #033265;
}

html.template-miamiherald header.container-lg > .py-2 a,
html.template-miamiherald header.container-lg > .py-2 span,
html.template-miamiherald header.container-lg > .py-2 i {
  color: #f4f8ff !important;
}

html.template-miamiherald header.container-lg > .py-2 .bg-danger {
  background: var(--mh-coral) !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 700;
}

html.template-miamiherald .bgcolor,
html.template-miamiherald .bgsecundario {
  background: linear-gradient(90deg, var(--mh-blue) 0%, var(--mh-blue-soft) 50%, var(--mh-blue) 100%) !important;
}

html.template-miamiherald .bgcolor.mb-3 {
  margin-bottom: 0 !important;
  height: 3px !important;
}

html.template-miamiherald .navbar.container-lg {
  max-width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #b7c9dc;
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding: 12px var(--mh-gutter);
}

html.template-miamiherald .navbar.container-lg > .container-fluid {
  padding: 0;
}

html.template-miamiherald .navbar-brand {
  margin-right: 22px;
}

html.template-miamiherald .navbar-brand img {
  max-height: 56px;
  max-width: 280px;
}

html.template-miamiherald .navbar .nav-link {
  margin: 0 3px;
  padding: 10px 8px !important;
  color: #1d426f !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 700 !important;
  border-bottom: 2px solid transparent;
}

html.template-miamiherald .navbar .nav-link:hover,
html.template-miamiherald .navbar .nav-link:focus,
html.template-miamiherald .navbar .nav-link.is-current {
  color: var(--mh-blue) !important;
  border-bottom-color: var(--mh-blue);
}

html.template-miamiherald form[role="search"] .form-control,
html.template-miamiherald form[role="search"] .btn-outline-secondary {
  border-radius: 10px !important;
}

html.template-miamiherald form[role="search"] .form-control {
  border: 1px solid var(--mh-line-strong);
  background: #fff;
  min-width: 220px;
}

html.template-miamiherald form[role="search"] .btn-outline-secondary {
  border: 1px solid #2d5a89;
  color: #2d5a89;
  background: #fff;
}

html.template-miamiherald form[role="search"] .btn-outline-secondary:hover {
  background: #2d5a89;
  color: #fff;
}

html.template-miamiherald #news_content {
  border: 1px solid var(--mh-line);
  background: var(--mh-paper);
  padding: var(--mh-gutter);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(9, 42, 79, 0.09);
}

html.template-miamiherald #news_content > .row {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.95fr) minmax(460px, 1.9fr) minmax(250px, 0.95fr);
  gap: clamp(14px, 2vw, 26px);
  margin: 0;
}

html.template-miamiherald #news_content > .row > section,
html.template-miamiherald #news_content > .row > div {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.template-miamiherald #noticias_izquierda,
html.template-miamiherald #global_content {
  border: 1px solid #dce8f3;
  border-radius: 12px;
  background: #f8fcff;
  padding: 12px !important;
}

html.template-miamiherald #noticias_panoramicas,
html.template-miamiherald #principales,
html.template-miamiherald #columnas,
html.template-miamiherald #alminuto,
html.template-miamiherald #central,
html.template-miamiherald #regiones,
html.template-miamiherald #coberturas,
html.template-miamiherald #categorias,
html.template-miamiherald #tipos {
  border: 1px solid #dce8f3;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px !important;
}

html.template-miamiherald #noticias_panoramicas,
html.template-miamiherald #principales,
html.template-miamiherald #central,
html.template-miamiherald #regiones,
html.template-miamiherald #coberturas,
html.template-miamiherald #categorias,
html.template-miamiherald #tipos {
  margin-bottom: 12px;
}

html.template-miamiherald #news_content .border-bottom,
html.template-miamiherald #content .border-bottom,
html.template-miamiherald .border-bottom {
  border-bottom: 1px solid #d8e5f1 !important;
}

html.template-miamiherald #noticias_panoramicas .rounded-2 {
  border-radius: 12px !important;
  overflow: hidden;
  min-height: 60vh;
  border: 1px solid #8cb2d9;
}

html.template-miamiherald #noticias_panoramicas .text-shadow-1 {
  background: linear-gradient(180deg, rgba(9, 28, 50, 0.12) 14%, rgba(8, 28, 56, 0.86) 100%);
}

html.template-miamiherald #noticias_panoramicas h3.h1 {
  font-size: clamp(2.15rem, 3.2vw, 3.7rem) !important;
  line-height: 1.02;
}

html.template-miamiherald #noticias_panoramicas h3.h1 a,
html.template-miamiherald #noticias_panoramicas h5,
html.template-miamiherald #noticias_panoramicas small,
html.template-miamiherald #noticias_panoramicas i {
  color: #fff !important;
}

html.template-miamiherald .my-3.bolder.text-xs,
html.template-miamiherald .my-3.bolder.text-md,
html.template-miamiherald .my-3.bolder.text-xl {
  margin-top: 0.25rem !important;
  margin-bottom: 0.65rem !important;
  padding: 0.4rem 0;
  font-size: 0.74rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #27517d;
}

html.template-miamiherald .card,
html.template-miamiherald .btn,
html.template-miamiherald input,
html.template-miamiherald select,
html.template-miamiherald textarea {
  border-radius: 10px !important;
}

html.template-miamiherald .card {
  border: 1px solid #d6e4f1;
  box-shadow: none;
  background: #fff;
}

html.template-miamiherald .btn-primary,
html.template-miamiherald .btn-danger,
html.template-miamiherald .btn-success,
html.template-miamiherald .btn-secondary {
  border: 1px solid #0459b1;
  background: #0459b1;
  color: #fff !important;
}

html.template-miamiherald .btn-primary:hover,
html.template-miamiherald .btn-danger:hover,
html.template-miamiherald .btn-success:hover,
html.template-miamiherald .btn-secondary:hover {
  border-color: #03458a;
  background: #03458a;
}

html.template-miamiherald #content {
  background: transparent;
}

html.template-miamiherald #content > .row {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: clamp(16px, 2vw, 28px);
}

html.template-miamiherald #content > .row > .col-md-9,
html.template-miamiherald #content > .row > .col-md-3 {
  width: 100%;
  max-width: none;
  padding: 0;
}

html.template-miamiherald #content article {
  border: 1px solid #d5e3f1;
  border-radius: 14px;
  background: #fff;
  padding: clamp(16px, 1.8vw, 28px);
  box-shadow: 0 16px 34px rgba(11, 41, 74, 0.08);
}

html.template-miamiherald #content #title {
  margin: 0 0 12px !important;
}

html.template-miamiherald #content #title h4[itemprop="headline"] {
  font-size: clamp(2rem, 3vw, 3.25rem) !important;
  line-height: 1.04;
}

html.template-miamiherald #content #title h5.fw-light {
  color: #3d5776;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  line-height: 1.54;
}

html.template-miamiherald #content #title [itemprop="datePublished"] {
  border-top: 1px solid #d6e3f0;
  border-bottom: 1px solid #d6e3f0;
  padding: 10px 0;
  letter-spacing: 0.12em;
  font-size: 0.72rem !important;
  color: #60748d !important;
}

html.template-miamiherald #content img#noticias_imagen {
  border-radius: 10px !important;
  border: 1px solid #7ea7d0;
  max-height: 66vh;
  object-fit: cover;
}

html.template-miamiherald #content .fs-5.fw-normal.lh-based {
  font-family: "Roboto Slab", "Times New Roman", Georgia, serif;
  font-size: clamp(1.14rem, 1.42vw, 1.38rem) !important;
  line-height: 1.82;
  color: #193451;
  column-count: 2;
  column-gap: 28px;
}

html.template-miamiherald #content .fs-5.fw-normal.lh-based::first-letter {
  float: left;
  font-size: 3em;
  line-height: 0.84;
  margin: 0.08em 0.08em 0 0;
  color: #0459b1;
  font-weight: 700;
}

html.template-miamiherald #content #ads {
  border: 1px solid #d6e3f0;
  border-radius: 12px;
  background: var(--mh-paper-soft);
  padding: 12px;
}

html.template-miamiherald #content .sharethis-inline-share-buttons,
html.template-miamiherald #content .sharethis-inline-reaction-buttons {
  border-top: 1px solid #d9e6f2;
  border-bottom: 1px solid #d9e6f2;
  padding: 10px 0;
}

html.template-miamiherald #content #relacionadas,
html.template-miamiherald #content #portada,
html.template-miamiherald #content #red,
html.template-miamiherald #categorias {
  border: 1px solid #d5e3f0;
  border-radius: 12px;
  background: #fff;
  margin-top: 12px;
  padding: 12px;
}

html.template-miamiherald footer {
  margin-top: 52px;
  border-top: 3px solid #0459b1;
  background: linear-gradient(180deg, #f0f7ff 0%, #e6f1fc 100%);
}

html.template-miamiherald .pagination > li > a,
html.template-miamiherald .pagination > li > span {
  border: 1px solid #b8cde2;
  color: #1c4d80;
  background: #fff;
  border-radius: 8px !important;
}

html.template-miamiherald .pagination > li.active > a,
html.template-miamiherald .pagination > li.active > span,
html.template-miamiherald .pagination > li > a:hover,
html.template-miamiherald .pagination > li > span:hover {
  background: #0459b1;
  color: #fff;
  border-color: #0459b1;
}

html.template-miamiherald .text-gray,
html.template-miamiherald .text-secondary,
html.template-miamiherald .text-muted {
  color: var(--mh-muted) !important;
}

html.template-miamiherald .bg-success {
  background: linear-gradient(160deg, #0a4687 0%, #0a67bf 100%) !important;
}

html.template-miamiherald .bg-success .btn-light {
  background: #fff;
  border: 1px solid #1b558f;
  color: #1b558f;
}

html.template-miamiherald body.miamiherald-home #news_content > .row > .order-2 {
  order: 1;
}

html.template-miamiherald body.miamiherald-home #news_content > .row > .order-1 {
  order: 2;
}

html.template-miamiherald body.miamiherald-home #news_content > .row > .order-3 {
  order: 3;
}

@media (max-width: 1399.98px) {
  html.template-miamiherald #news_content > .row {
    grid-template-columns: minmax(220px, 0.9fr) minmax(390px, 1.7fr) minmax(220px, 0.9fr);
  }
}

@media (max-width: 1199.98px) {
  html.template-miamiherald #news_content > .row,
  html.template-miamiherald #content > .row {
    grid-template-columns: 1fr;
  }

  html.template-miamiherald #content .fs-5.fw-normal.lh-based {
    column-count: 1;
  }

  html.template-miamiherald #noticias_izquierda,
  html.template-miamiherald #global_content {
    border: 1px solid #dce8f3;
    padding: 12px !important;
  }

  html.template-miamiherald form[role="search"] .form-control {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  html.template-miamiherald header.container-lg > .py-2 {
    padding: 8px 10px !important;
  }

  html.template-miamiherald .navbar.container-lg {
    padding: 10px;
  }

  html.template-miamiherald #news_content {
    padding: 10px;
    border-radius: 10px;
  }

  html.template-miamiherald #noticias_panoramicas .rounded-2 {
    min-height: 46vh;
    border-radius: 10px !important;
  }

  html.template-miamiherald #noticias_panoramicas h3.h1 {
    font-size: clamp(1.72rem, 7.2vw, 2.35rem) !important;
  }

  html.template-miamiherald #content article {
    padding: 12px;
    border-radius: 10px;
  }

  html.template-miamiherald #content #title h4[itemprop="headline"] {
    font-size: clamp(1.58rem, 8.2vw, 2.2rem) !important;
  }

  html.template-miamiherald #content .fs-5.fw-normal.lh-based {
    font-size: 1.06rem !important;
    line-height: 1.72;
  }
}
