.elementor-1686 .elementor-element.elementor-element-3b93455{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-3b93455 *//* =========================================================
   MB DIGITAL · HOME
   CSS limpio para pegar en Ajustes de página / CSS personalizado
   Requiere que todo el contenido de la home esté dentro de .mb-home
   ========================================================= */

/* 1. VARIABLES Y BASE
--------------------------------------------------------- */
.mb-home {
  --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-home,
.mb-home * {
  box-sizing: border-box;
}

.mb-home a {
  color: inherit;
  text-decoration: none;
}

.mb-home img {
  display: block;
  max-width: 100%;
}

.mb-home button,
.mb-home input,
.mb-home textarea,
.mb-home select {
  font: inherit;
}

.mb-home .container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

/* 2. SECCIONES Y TIPOGRAFÍA
--------------------------------------------------------- */
.mb-home .section {
  padding: 112px 0;
}

.mb-home .section--white {
  background: #fff;
}

.mb-home .section--peach {
  background: var(--peach);
}

.mb-home .section--dark {
  color: var(--cream);
  background: var(--ink);
}

.mb-home .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: var(--ink) !important;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mb-home .eyebrow::before {
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: currentColor;
  content: "";
}

.mb-home .section-title {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--ink) !important;
  font-size: clamp(2.7rem, 6vw, 5.75rem);
  font-weight: 900 !important;
  letter-spacing: -0.064em;
  line-height: 0.94;
  opacity: 1 !important;
}

.mb-home .section-title--medium {
  font-size: clamp(2.3rem, 4.7vw, 4.6rem);
}

.mb-home .section-copy {
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  color: var(--earth) !important;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  opacity: 1 !important;
}

.mb-home .section--dark .eyebrow,
.mb-home .section--dark .section-title,
.mb-home .section--dark .text-link,
.mb-home .section--dark h3 {
  color: var(--cream) !important;
}

.mb-home .section--dark .section-copy {
  color: rgba(245, 244, 239, 0.72) !important;
}

.mb-home h1,
.mb-home h2,
.mb-home h3,
.mb-home p,
.mb-home li {
  filter: none !important;
  text-shadow: none !important;
}

/* 3. BOTONES Y ENLACES
--------------------------------------------------------- */
.mb-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mb-home .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.mb-home .button--primary {
  color: #fff !important;
  background: var(--terracotta);
}

.mb-home .button--green {
  color: #fff !important;
  background: var(--green);
}

.mb-home .button--light {
  color: var(--green) !important;
  background: var(--cream);
}

.mb-home .button--outline-light {
  color: var(--cream) !important;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(245, 244, 239, 0.58);
}

.mb-home .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 850;
}

/* 4. HERO
--------------------------------------------------------- */
.mb-home .hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: linear-gradient(
    125deg,
    var(--green-dark),
    var(--green) 56%,
    #082b28
  );
}

.mb-home .hero::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 82% 18%,
    rgba(29, 122, 110, 0.6),
    transparent 30%
  );
  pointer-events: none;
  content: "";
}

.mb-home .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: 72px;
  align-items: center;
  padding: 65px 0 70px;
}

.mb-home .hero-copy {
  width: 100%;
  max-width: none;
  padding: 36px 0;
}

.mb-home .hero-title {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--cream) !important;
  font-size: clamp(2.35rem, 4.15vw, 4.25rem);
  font-weight: 900 !important;
  letter-spacing: -0.052em;
  line-height: 0.99;
  opacity: 1 !important;
}

.mb-home .hero-title em {
  display: block;
  margin-top: 10px;
  color: var(--sand) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.mb-home .hero-lead {
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
  color: rgba(245, 244, 239, 0.82) !important;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.58;
}

.mb-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mb-home .hero-photo-shell {
  position: relative;
  height: 570px;
  max-height: 650px;
  overflow: hidden;
  border-radius: 50% 50% 30px 30px / 22% 22% 30px 30px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.3);
}

.mb-home .hero-photo-shell::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(1, 54, 48, 0.22),
    transparent 45%
  );
  pointer-events: none;
  content: "";
}

.mb-home .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
}

.mb-home .hero-badge {
  position: absolute;
  bottom: 26px;
  left: 28px;
  z-index: 3;
  max-width: 270px;
  padding: 18px 20px;
  color: var(--ink);
  background: rgba(245, 244, 239, 0.94);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mb-home .hero-badge strong {
  display: block;
  color: var(--ink) !important;
  font-size: 1.05rem;
}

.mb-home .hero-badge span {
  display: block;
  margin-top: 4px;
  color: var(--earth) !important;
  font-size: 0.9rem;
}

/* 5. PROBLEMAS
--------------------------------------------------------- */
.mb-home .problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.mb-home .problem-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.04);
}

.mb-home .quote-mark {
  color: var(--terracotta) !important;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.6;
}

.mb-home .problem-card h3 {
  margin: 22px 0 12px;
  color: var(--ink) !important;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  opacity: 1 !important;
}

.mb-home .problem-card p {
  margin: 0;
  color: var(--earth) !important;
  opacity: 1 !important;
}

/* 6. SERVICIOS
--------------------------------------------------------- */
.mb-home .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.mb-home .service-card {
  display: flex;
  flex-direction: column;
  min-height: 485px;
  padding: 31px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mb-home .service-card:nth-child(2) {
  color: var(--cream);
  background: var(--green);
}

.mb-home .service-card:nth-child(3) {
  background: var(--peach);
}

.mb-home .service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.mb-home .service-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 900;
  opacity: 0.65;
}

.mb-home .service-card h3 {
  margin: 72px 0 16px;
  color: var(--ink) !important;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.95;
  opacity: 1 !important;
}

.mb-home .service-card p {
  margin: 0;
  color: var(--earth) !important;
}

.mb-home .service-card:nth-child(2) h3,
.mb-home .service-card:nth-child(2) li,
.mb-home .service-card:nth-child(2) .service-number {
  color: var(--cream) !important;
}

.mb-home .service-card:nth-child(2) p {
  color: rgba(245, 244, 239, 0.72) !important;
}

.mb-home .service-list {
  display: grid;
  gap: 9px;
  margin: 25px 0 28px;
  padding: 0;
  font-weight: 760;
  list-style: none;
}

.mb-home .service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.mb-home .service-list li::before {
  color: var(--terracotta);
  content: "↗";
}

.mb-home .service-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.mb-home .service-list__unavailable {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.mb-home .availability-sticker {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: #fff !important;
  background: var(--terracotta);
  border-radius: 999px;
  box-shadow: 0 7px 16px rgba(196, 86, 42, 0.22);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-6deg);
}

/* 7. PUNTO DE CONEXIÓN
--------------------------------------------------------- */
.mb-home .connection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.mb-home .connection-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 24px;
}

.mb-home .connection-card h3 {
  margin: 0 0 8px;
  color: var(--ink) !important;
  font-size: 1.4rem;
  font-weight: 800;
  opacity: 1 !important;
}

.mb-home .connection-card p {
  margin: 0;
  color: rgba(26, 26, 24, 0.75) !important;
}

/* 8. CASOS DE ÉXITO
--------------------------------------------------------- */
.mb-home .section--cases-copy > .container > .section-copy {
  margin-top: 10px;
}

.mb-home .case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.mb-home .case-card {
  background: #252522;
  border: 1px solid rgba(245, 244, 239, 0.14);
  border-radius: 30px;
}

.mb-home .case-content {
  height: 100%;
  padding: 42px;
}

.mb-home .case-kicker {
  margin: 0 0 20px;
  color: var(--sand) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mb-home .case-content h3 {
  margin: 0 0 14px;
  color: var(--cream) !important;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.mb-home .case-content > p:not(.case-kicker) {
  margin: 0;
  color: rgba(245, 244, 239, 0.72) !important;
}

.mb-home .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.mb-home .tag {
  padding: 8px 11px;
  color: var(--cream) !important;
  border: 1px solid rgba(245, 244, 239, 0.24);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

/* 9. SOBRE MÍ
--------------------------------------------------------- */
.mb-home .about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 62px;
  align-items: center;
}

.mb-home .about-photo {
  min-height: 610px;
  overflow: hidden;
  background: var(--sand);
  border-radius: 32px;
}

.mb-home .about-photo img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center 28%;
}

.mb-home .about-second-copy {
  margin-top: 14px;
}

/* 10. CIERRE
--------------------------------------------------------- */
.mb-home .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 48px;
  color: var(--cream);
  background: var(--green);
  border-radius: 30px;
}

.mb-home .cta-box > div {
  max-width: 760px;
}

.mb-home .cta-box .eyebrow {
  color: var(--cream) !important;
}

.mb-home .cta-box h2 {
  margin: 0;
  color: var(--cream) !important;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.mb-home .cta-box h2 em {
  color: var(--sand) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.mb-home .cta-box p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(245, 244, 239, 0.72) !important;
}

/* 11. FILLOUT / ZITE
--------------------------------------------------------- */
.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;
}

/* 12. RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 1080px) {
  .mb-home .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 48px;
  }
}

@media (max-width: 980px) {
  .mb-home .hero-grid,
  .mb-home .about-grid {
    grid-template-columns: 1fr;
  }

  .mb-home .problem-grid,
  .mb-home .service-grid,
  .mb-home .connection-grid,
  .mb-home .case-grid {
    grid-template-columns: 1fr;
  }

  .mb-home .hero-grid {
    gap: 34px;
  }

  .mb-home .hero-copy {
    padding: 18px 0 0;
  }

  .mb-home .hero-photo-shell {
    height: 500px;
    border-radius: 50% 50% 26px 26px / 18% 18% 26px 26px;
  }

  .mb-home .section {
    padding: 82px 0;
  }

  .mb-home .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .mb-home .container {
    width: min(calc(100% - 26px), var(--max));
  }

  .mb-home .hero-grid {
    gap: 26px;
    padding: 42px 0 56px;
  }

  .mb-home .hero-title {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  .mb-home .hero-actions {
    display: grid;
  }

  .mb-home .hero-actions .button {
    width: 100%;
  }

  .mb-home .hero-photo-shell {
    height: 430px;
    border-radius: 48% 48% 22px 22px / 15% 15% 22px 22px;
  }

  .mb-home .hero-badge {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
  }

  .mb-home .service-list__unavailable {
    gap: 8px;
    white-space: normal;
  }

  .mb-home .case-content {
    padding: 28px;
  }

  .mb-home .about-photo,
  .mb-home .about-photo img {
    min-height: 480px;
  }

  .mb-home .cta-box {
    padding: 30px;
  }
}/* End custom CSS */