.elementor-1724 .elementor-element.elementor-element-b99adb1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1ba74dc *//* =========================================================
   MB DIGITAL · BLOG
   CSS limpio para pegar en Ajustes de página / CSS personalizado
   Todo el contenido debe estar dentro de .mb-blog
   ========================================================= */

.mb-blog {
  --green: #014641;
  --green-dark: #003630;
  --green-mid: #1d7a6e;
  --cream: #f5f4ef;
  --ink: #1a1a18;
  --sand: #c9b89a;
  --earth: #7a6e5f;
  --peach: #f0e8df;
  --terracotta: #c4562a;
  --line: rgba(26, 26, 24, 0.14);
  --shadow: 0 28px 80px rgba(1, 70, 65, 0.14);
  --max: 1220px;
  color: var(--ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.mb-blog,
.mb-blog * {
  box-sizing: border-box;
}

.mb-blog a {
  color: inherit;
  text-decoration: none;
}

.mb-blog button {
  font: inherit;
}

.mb-blog .container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.mb-blog .section {
  padding: 108px 0;
}

.mb-blog .section--white {
  background: #fff;
}

.mb-blog .section--cream {
  background: var(--cream);
}

.mb-blog .section--peach {
  background: var(--peach);
}

.mb-blog .section--dark {
  color: var(--cream);
  background: var(--ink);
}

.mb-blog .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--ink) !important;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mb-blog .eyebrow::before {
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: currentColor;
  content: "";
}

.mb-blog .section-title {
  margin: 0;
  color: var(--ink) !important;
  font-size: clamp(2.55rem, 5.8vw, 5.5rem);
  font-weight: 900 !important;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.mb-blog .section-title--medium {
  font-size: clamp(2.25rem, 4.5vw, 4.4rem);
}

.mb-blog .section-copy {
  margin: 18px 0 0;
  color: var(--earth) !important;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.mb-blog h1,
.mb-blog h2,
.mb-blog h3,
.mb-blog p {
  filter: none !important;
  text-shadow: none !important;
}

.mb-blog .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mb-blog .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.mb-blog .button--primary {
  color: #fff !important;
  background: var(--terracotta);
}

.mb-blog .button--green {
  color: #fff !important;
  background: var(--green);
}

.mb-blog .button--outline-light {
  color: var(--cream) !important;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(245, 244, 239, 0.5);
}

/* HERO
--------------------------------------------------------- */
.mb-blog .blog-hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: linear-gradient(125deg, var(--green-dark), var(--green) 58%, #082b28);
}

.mb-blog .blog-hero::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(29, 122, 110, 0.58), transparent 31%);
  pointer-events: none;
  content: "";
}

.mb-blog .blog-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 0;
  text-align: center;
}

.mb-blog .blog-hero .eyebrow,
.mb-blog .blog-hero h1 {
  color: var(--cream) !important;
}

.mb-blog .blog-hero h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.mb-blog .blog-hero-highlight {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--sand) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.mb-blog .blog-hero-description {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(245, 244, 239, 0.8) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.mb-blog .blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

/* CATEGORÍAS
--------------------------------------------------------- */
.mb-blog .category-bar {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.mb-blog .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0;
}

.mb-blog .category-button {
  padding: 11px 17px;
  color: var(--earth) !important;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.18s ease;
}

.mb-blog .category-button:hover,
.mb-blog .category-button.is-active {
  color: var(--cream) !important;
  background: var(--green);
  border-color: var(--green);
}

/* ARTÍCULO DESTACADO
--------------------------------------------------------- */
.mb-blog .featured-article {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  overflow: hidden;
  background: var(--peach);
  border: 1px solid var(--line);
  border-radius: 32px;
}

.mb-blog .featured-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(196, 86, 42, 0.18), transparent 24%),
    linear-gradient(135deg, #f5f4ef 0%, #e6efee 52%, #c9b89a 100%);
}

.mb-blog .featured-visual::before,
.mb-blog .featured-visual::after {
  position: absolute;
  border: 1px solid rgba(1, 70, 65, 0.2);
  border-radius: 999px;
  content: "";
}

.mb-blog .featured-visual::before {
  width: 280px;
  height: 280px;
  top: 48px;
  left: 56px;
}

.mb-blog .featured-visual::after {
  width: 170px;
  height: 170px;
  right: 36px;
  bottom: 38px;
}

.mb-blog .featured-visual-text {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  z-index: 2;
  color: var(--green) !important;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.mb-blog .featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 48px 16px;
}

.mb-blog .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--earth) !important;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mb-blog .article-category {
  padding: 6px 10px;
  color: var(--green) !important;
  background: rgba(1, 70, 65, 0.08);
  border-radius: 999px;
}

.mb-blog .featured-content h2 {
  margin: 0;
  color: var(--ink) !important;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.mb-blog .featured-content > p {
  margin: 18px 0 0;
  color: var(--earth) !important;
  font-size: 1.08rem;
}

.mb-blog .article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 28px;
  color: var(--green) !important;
  font-weight: 850;
}

/* GRILLA DE ARTÍCULOS
--------------------------------------------------------- */
.mb-blog .blog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.mb-blog .blog-heading .section-copy {
  max-width: 500px;
}

.mb-blog .article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mb-blog .article-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mb-blog .article-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.mb-blog .article-card-visual {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: var(--peach);
}

.mb-blog .article-card-visual::before {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 24px;
  right: 24px;
  border: 1px solid rgba(1, 70, 65, 0.18);
  border-radius: 50%;
  content: "";
}

.mb-blog .article-card:nth-child(2) .article-card-visual {
  background: #e6efee;
}

.mb-blog .article-card:nth-child(3) .article-card-visual {
  background: #f5f4ef;
}

.mb-blog .article-card:nth-child(4) .article-card-visual {
  background: #efe5d8;
}

.mb-blog .article-card:nth-child(5) .article-card-visual {
  background: #dce9e7;
}

.mb-blog .article-card:nth-child(6) .article-card-visual {
  background: #f0e8df;
}

.mb-blog .article-card-number {
  position: absolute;
  left: 24px;
  bottom: 18px;
  color: var(--green) !important;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.mb-blog .article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.mb-blog .article-card h3 {
  margin: 0;
  color: var(--ink) !important;
  font-size: 1.65rem;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.mb-blog .article-card p {
  margin: 12px 0 0;
  color: var(--earth) !important;
}

.mb-blog .article-card .article-link {
  margin-top: auto;
  padding-top: 24px;
}

/* PRODUCTO DIGITAL FUTURO
--------------------------------------------------------- */
.mb-blog .product-future {
  position: relative;
  overflow: hidden;
  padding: 54px;
  color: var(--cream);
  background: var(--green);
  border-radius: 32px;
}

.mb-blog .product-future::after {
  position: absolute;
  width: 390px;
  height: 390px;
  top: -170px;
  right: -90px;
  border: 1px solid rgba(245, 244, 239, 0.16);
  border-radius: 50%;
  content: "";
}

.mb-blog .product-future-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 50px;
  align-items: end;
}

.mb-blog .product-future .eyebrow,
.mb-blog .product-future h2 {
  color: var(--cream) !important;
}

.mb-blog .product-future h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.mb-blog .product-future h2 em {
  color: var(--sand) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.mb-blog .product-future p {
  margin: 18px 0 0;
  color: rgba(245, 244, 239, 0.75) !important;
  font-size: 1.05rem;
}

.mb-blog .future-card {
  padding: 24px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 24px;
}

.mb-blog .future-sticker {
  display: inline-flex;
  padding: 7px 11px;
  color: #fff !important;
  background: var(--terracotta);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.mb-blog .future-card h3 {
  margin: 22px 0 0;
  color: var(--ink) !important;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.mb-blog .future-card p {
  margin-top: 12px;
  color: var(--earth) !important;
  font-size: 0.96rem;
}


.mb-blog .future-waitlist-button {
  width: 100%;
  margin-top: 22px;
}

/* CTA
--------------------------------------------------------- */
.mb-blog .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 48px;
  color: var(--cream);
  background: var(--ink);
  border-radius: 30px;
}

.mb-blog .cta-box .eyebrow,
.mb-blog .cta-box h2 {
  color: var(--cream) !important;
}

.mb-blog .cta-box h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.8vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.mb-blog .cta-box p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(245, 244, 239, 0.72) !important;
}

/* FILLOUT
--------------------------------------------------------- */
.mb-zite-popup-mount {
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 980px) {
  .mb-blog .featured-article,
  .mb-blog .product-future-grid {
    grid-template-columns: 1fr;
  }

  .mb-blog .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mb-blog .featured-content {
    padding: 34px;
  }

  .mb-blog .section {
    padding: 82px 0;
  }

  .mb-blog .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .mb-blog .container {
    width: min(calc(100% - 26px), var(--max));
  }

  .mb-blog .blog-hero-inner {
    padding: 72px 0;
  }

  .mb-blog .blog-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .mb-blog .blog-hero-actions {
    display: grid;
  }

  .mb-blog .blog-hero-actions .button {
    width: 100%;
  }

  .mb-blog .category-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 18px;
  }

  .mb-blog .category-button {
    flex: 0 0 auto;
  }

  .mb-blog .featured-visual {
    min-height: 320px;
  }

  .mb-blog .blog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .mb-blog .article-grid {
    grid-template-columns: 1fr;
  }

  .mb-blog .product-future,
  .mb-blog .cta-box {
    padding: 30px;
  }
}/* End custom CSS */