/* V2.9.10 · favicon Marta, tamaños aplicados y launcher cookies visible */

.hero-actions-single {
  justify-content: center !important;
}

.hero-actions-single .button.primary {
  min-width: min(100%, 280px);
  text-align: center;
}

.hero-content .hero-actions-single {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
}

.hero-content .hero-actions-single .button.primary {
  margin-left: auto !important;
  margin-right: auto !important;
}


/* Refuerzo: botón principal del inicio centrado visualmente */
.hero-actions-single {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.contact-panel-brand {
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(169, 149, 98, .22);
  text-align: center;
}

.contact-panel-brand img {
  display: block;
  width: min(var(--contact-logo-width, 320px), 95%) !important;
  height: var(--contact-logo-height, 120px) !important;
  max-height: none !important;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(39, 35, 31, .07));
}

.contact-panel-brand + .contact-row,
.contact-panel-enhanced .contact-row:first-of-type {
  padding-top: 0 !important;
}

.whatsapp-action {
  display: none !important;
}

.contact-panel-enhanced {
  display: grid;
  gap: 0;
  padding: clamp(22px, 4vw, 34px) !important;
  border-left: 5px solid var(--gold, #a99562);
  border-radius: 0 28px 28px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(217, 166, 177, .20), transparent 30%),
    var(--panel, #f7f3eb) !important;
  box-shadow: 0 18px 46px rgba(39, 35, 31, .08);
}

.contact-panel-enhanced .contact-row {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 !important;
  padding: 14px 0;
  border-bottom: 1px solid rgba(169, 149, 98, .22);
}

.contact-panel-enhanced .contact-row:first-of-type {
  padding-top: 0;
}

.contact-panel-enhanced .contact-row-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.contact-panel-enhanced .contact-row-body strong {
  display: block;
  color: var(--gold-dark, #7f6238);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-panel-enhanced .contact-row-body a,
.contact-panel-enhanced .contact-row-body span {
  color: var(--ink, #27231f);
  font-size: 1.02rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-panel-enhanced .contact-row-body a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-icon {
  display: block !important;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.contact-icon-bubble {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  line-height: 0 !important;
  color: var(--gold-dark, #7f6238);
}

.contact-panel-enhanced > .contact-row > .contact-icon-bubble {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  color: var(--gold-dark, #7f6238);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(169, 149, 98, .25);
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(39, 35, 31, .06);
  place-self: center;
}

.contact-panel-enhanced > .contact-row > .contact-icon-bubble .contact-icon {
  width: 22px !important;
  height: 22px !important;
}

.contact-map-action .button .contact-icon-bubble,
.footer .footer-contact .contact-icon-bubble {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: currentColor !important;
}


.contact-map-action {
  margin-top: 18px;
}

.contact-map-action .button {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  border-radius: 999px;
}

.contact-map-action .button .contact-icon {
  width: 19px !important;
  height: 19px !important;
  stroke: currentColor;
}

.footer .footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.footer .footer-topline {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 18px 30px;
  text-align: center;
}

.footer .footer-main {
  text-align: center;
}


.footer .footer-main strong {
  display: block;
  font-size: var(--footer-title-size, 28px) !important;
  line-height: 1.05;
}

.footer .footer-main span {
  display: block;
  margin-top: 6px;
  font-size: var(--footer-text-size, 16px) !important;
  line-height: 1.35;
}


.footer .footer-contact {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 10px;
}

.footer .footer-contact a {
  display: inline-flex !important;
  font-size: var(--footer-contact-size, 16px) !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(169, 149, 98, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  text-align: center;
  white-space: nowrap;
}

.footer .footer-contact .contact-icon {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 auto;
}

.footer .footer-links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 8px 24px;
  margin-top: 22px;
  text-align: center;
}

.footer .footer-links a {
  font-size: var(--footer-links-size, 15px) !important;
  line-height: 1.25;
  text-align: center;
}

.floating-whatsapp {
  position: fixed !important;
  right: 18px !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  z-index: 950 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #fff8f6 !important;
  color: #b07a8c !important;
  border: 1px solid rgba(169, 149, 98, .30) !important;
  text-decoration: none !important;
  box-shadow: 0 16px 42px rgba(39, 35, 31, .18) !important;
}

.floating-whatsapp svg {
  display: block !important;
  width: 29px !important;
  height: 29px !important;
  fill: currentColor !important;
  flex: 0 0 auto !important;
}

.floating-whatsapp span {
  display: none !important;
}

@media (max-width: 820px) {
  .floating-whatsapp {
    display: none !important;
  }

  body.has-scrolled-whatsapp .floating-whatsapp {
    right: 16px !important;
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
    display: inline-flex !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }

  body.has-scrolled-whatsapp .floating-whatsapp svg {
    width: 29px !important;
    height: 29px !important;
  }
}

@media (max-width: 620px) {
  .hero-actions-single {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .hero-actions-single .button.primary {
    width: min(100%, 310px) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-panel-enhanced {
    padding: 22px !important;
    border-left-width: 4px;
    border-radius: 0 22px 22px 0;
  }

  .contact-panel-enhanced .contact-row {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
  }

  .contact-panel-enhanced > .contact-row > .contact-icon-bubble {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  .contact-panel-enhanced > .contact-row > .contact-icon-bubble .contact-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .contact-panel-enhanced .contact-row-body a,
  .contact-panel-enhanced .contact-row-body span {
    font-size: .98rem;
  }

  .contact-map-action .button {
    width: 100% !important;
  }

  .footer .footer-inner {
    width: min(100% - 28px, 720px);
  }

  .footer .footer-topline {
    flex-direction: column;
    gap: 14px;
  }

  .footer .footer-contact {
    width: 100%;
    gap: 8px;
  }

  .footer .footer-main strong {
    font-size: calc(var(--footer-title-size, 28px) * .82);
  }

  .footer .footer-main span {
    font-size: calc(var(--footer-text-size, 16px) * .95);
  }

  .footer .footer-contact a {
    max-width: 100%;
    padding: 8px 12px;
    font-size: calc(var(--footer-contact-size, 16px) * .92);
  }

  .footer .footer-links {
    gap: 8px 16px;
    margin-top: 18px;
  }

  .footer .footer-links a {
    font-size: calc(var(--footer-links-size, 15px) * .94);
  }
}

.cookie-reopen {
  position: fixed;
  left: 14px;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 1350;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(169, 149, 98, .32);
  border-radius: 999px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 10px 28px rgba(39, 35, 31, .14);
  cursor: pointer;
}

.cookie-reopen.is-hidden {
  display: none !important;
}

.cookie-reopen img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 620px) {
  .cookie-reopen {
    left: 10px;
    width: 44px;
    height: 44px;
  }

  .cookie-reopen img {
    width: 28px;
    height: 28px;
  }
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-consent.is-hidden,
.cookie-preferences[hidden] {
  display: none !important;
}

.cookie-card {
  width: min(760px, 100%);
  padding: 18px;
  color: var(--ink, #27231f);
  background: rgba(255, 253, 248, .98);
  border: 1px solid rgba(169, 149, 98, .34);
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(39, 35, 31, .18);
  pointer-events: auto;
}

.cookie-card h2 {
  margin: 0 0 8px;
  font-family: var(--footer-font-family, Georgia, serif);
  font-size: 1.35rem;
  line-height: 1.1;
}

.cookie-card p {
  margin: 0;
  color: var(--muted, #746b60);
  font-size: .95rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--ink, #27231f);
  background: #fff;
  border: 1px solid rgba(169, 149, 98, .32);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cookie-button.primary {
  color: #fff;
  background: linear-gradient(90deg, var(--gold-dark, #7f6238), var(--rose, #d9a6b1));
  border-color: transparent;
}

.cookie-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--gold-dark, #7f6238);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cookie-preferences {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(169, 149, 98, .20);
}

.cookie-pref-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(169, 149, 98, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .58);
}

.cookie-pref-row strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink, #27231f);
}

.cookie-pref-row input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: var(--gold-dark, #7f6238);
}

.cookie-fixed-note {
  color: var(--gold-dark, #7f6238);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 620px) {
  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-card {
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-button,
  .cookie-link {
    width: 100%;
    justify-content: center;
  }

  .cookie-pref-row {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 620px) {
  
/* Refuerzo: botón principal del inicio centrado visualmente */
.hero-actions-single {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.contact-panel-brand {
    margin-bottom: 16px;
    padding-bottom: 18px;
  }

  .contact-panel-brand img {
    width: min(var(--contact-logo-width-mobile, 250px), 95%) !important;
    height: var(--contact-logo-height-mobile, 100px) !important;
    max-height: none !important;
  }
}

/* V2.9.11 · corrección real de enlace CSS, logo contacto y tamaños editables */
html body .contact-panel-brand {
  width: 100% !important;
  min-height: calc(var(--contact-logo-height, 120px) + 22px) !important;
}

html body .contact-panel-brand img {
  width: min(var(--contact-logo-width, 320px), 100%) !important;
  height: var(--contact-logo-height, 120px) !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

html body .footer .footer-main strong {
  font-size: var(--footer-title-size, 22px) !important;
}

html body .footer .footer-main span {
  font-size: var(--footer-text-size, 14px) !important;
}

html body .footer .footer-contact a {
  font-size: var(--footer-contact-size, 14px) !important;
}

html body .footer .footer-links a {
  font-size: var(--footer-links-size, 13px) !important;
}

html body .cookie-reopen {
  position: fixed !important;
  left: 14px !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  z-index: 2147483000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border: 1px solid rgba(169, 149, 98, .36) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .98) !important;
  box-shadow: 0 12px 32px rgba(39, 35, 31, .18) !important;
  cursor: pointer !important;
}

html body .cookie-reopen.is-hidden {
  display: none !important;
}

html body .cookie-reopen img {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
}

@media (max-width: 620px) {
  html body .contact-panel-brand {
    min-height: calc(var(--contact-logo-height-mobile, 100px) + 18px) !important;
  }

  html body .contact-panel-brand img {
    width: min(var(--contact-logo-width-mobile, 250px), 100%) !important;
    height: var(--contact-logo-height-mobile, 100px) !important;
    max-width: 100% !important;
    max-height: none !important;
  }

  html body .footer .footer-main strong {
    font-size: calc(var(--footer-title-size, 22px) * .82) !important;
  }

  html body .footer .footer-main span {
    font-size: calc(var(--footer-text-size, 14px) * .95) !important;
  }

  html body .footer .footer-contact a {
    font-size: calc(var(--footer-contact-size, 14px) * .92) !important;
  }

  html body .footer .footer-links a {
    font-size: calc(var(--footer-links-size, 13px) * .94) !important;
  }

  html body .cookie-reopen {
    left: 10px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  html body .cookie-reopen img {
    width: 30px !important;
    height: 30px !important;
  }
}


/* V3.0 · Botón flotante de cookies con icono propio corporativo */
html body .cookie-reopen {
  position: fixed !important;
  left: 18px !important;
  right: auto !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  z-index: 2147483001 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 1px solid rgba(169, 149, 98, .36) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.98) 0 28%, rgba(247,243,235,.96) 46%, rgba(236,226,214,.96) 100%) !important;
  box-shadow: 0 14px 36px rgba(39, 35, 31, .18) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .cookie-reopen.is-hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .cookie-reopen img,
html body .cookie-reopen .cookie-reopen-fallback,
html body .cookie-reopen .cookie-reopen-fallback svg {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  object-fit: contain !important;
}

html body .cookie-reopen .cookie-reopen-fallback svg circle:first-child {
  fill: #f7f3eb;
  stroke: #a99562;
  stroke-width: 3;
}

html body .cookie-reopen .cookie-reopen-fallback svg path {
  fill: none;
  stroke: #7f6238;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .cookie-reopen .cookie-reopen-fallback svg circle:not(:first-child) {
  fill: #7f6238;
}

html body .cookie-reopen:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 42px rgba(39, 35, 31, .22) !important;
}

@media (max-width: 620px) {
  html body .cookie-reopen {
    left: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  html body .cookie-reopen img,
  html body .cookie-reopen .cookie-reopen-fallback,
  html body .cookie-reopen .cookie-reopen-fallback svg {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}


/* V3.0 · Páginas internas / mini CMS */
.internal-page-main {
  background: var(--paper, #fffdf8);
}
.page-hero {
  padding: clamp(140px, 17vw, 210px) 0 clamp(46px, 7vw, 78px);
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 166, 177, .22), transparent 32rem),
    linear-gradient(135deg, rgba(255,253,248,.96), rgba(247,243,235,.96));
  border-bottom: 1px solid rgba(169,149,98,.24);
}
.page-hero .section-inner {
  width: min(980px, calc(100% - 44px));
}
.page-hero h1 {
  max-width: 850px;
  color: var(--ink, #27231f);
  text-shadow: none;
  font-size: clamp(2.5rem, 6vw, 5rem);
}
.page-content-section {
  padding: clamp(48px, 8vw, 88px) 0;
}
.page-content {
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(169,149,98,.25);
  border-left: 5px solid var(--gold, #a99562);
  border-radius: 0 32px 32px 0;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 50px rgba(39,35,31,.08);
}
.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 1.35em 0 .55em;
  color: var(--gold-dark, #7f6238);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
}
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child { margin-top: 0; }
.page-content p,
.page-content li,
.page-content td,
.page-content th {
  color: var(--muted, #746b60);
  font-size: 1.05rem;
  line-height: 1.75;
}
.page-content p + p { margin-top: 1em; }
.page-content ul,
.page-content ol { padding-left: 1.35rem; }
.page-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--rose, #d9a6b1);
  background: rgba(217,166,177,.12);
  color: var(--ink, #27231f);
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  overflow: hidden;
  border-radius: 16px;
}
.page-content th,
.page-content td {
  padding: .8rem;
  border: 1px solid rgba(169,149,98,.25);
  vertical-align: top;
}
.page-content th { color: var(--ink, #27231f); background: rgba(169,149,98,.10); }
.page-content img { max-width: 100%; height: auto; border-radius: 18px; }
.page-content hr { border: 0; border-top: 1px solid rgba(169,149,98,.28); margin: 2rem 0; }

@media (max-width: 620px) {
  .page-hero { padding-top: 128px; }
  .blog-page .blog-hero { padding-top: var(--blog-hero-mobile-padding-top, 160px); }
  .page-content { width: min(100% - 28px, 900px); padding: 22px; border-radius: 0 24px 24px 0; }
}

/* V3.0.4 · Blog / noticias */
.blog-lead {
  max-width: 780px;
  margin-top: 18px;
  color: var(--blog-lead-color, #746b60);
  font-size: 1.12rem;
  font-weight: 600;
}

.blog-hero:not(.has-featured-image) .eyebrow {
  color: var(--gold-dark, #7f6238);
}

.blog-list-section {
  padding: clamp(54px, 8vw, 92px) 0;
  background: var(--paper, #fffdf8);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  justify-content: center;
}

.blog-categories a {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(169, 149, 98, .32);
  color: var(--gold-dark, #7f6238);
  background: rgba(255,255,255,.72);
  font-weight: 800;
  text-decoration: none;
}

.blog-categories a.is-active {
  background: var(--gold-dark, #7f6238);
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid rgba(169, 149, 98, .24);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(39,35,31,.08);
}

.blog-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--panel, #f7f3eb);
  overflow: hidden;
}

.blog-card-image img,
.blog-featured-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold-dark, #7f6238);
  font-size: .86rem;
  font-weight: 800;
}

.blog-meta span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(169, 149, 98, .12);
}

.blog-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.12;
}

.blog-card h2 a {
  text-decoration: none;
}

.blog-card p {
  color: var(--muted, #746b60);
}

.blog-read-more,
.blog-back a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-dark, #7f6238);
  font-weight: 900;
}

.blog-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(169, 149, 98, .24);
  border-radius: 24px;
  text-align: center;
  background: #fff;
  color: var(--muted, #746b60);
}

.blog-single {
  max-width: 920px;
}

.blog-featured-image {
  max-height: 520px;
  margin-bottom: 26px;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(39,35,31,.10);
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-body {
    padding: 20px;
  }

  .blog-categories {
    justify-content: flex-start;
  }
}

/* V3.0.8 · Blog: relacionados, imágenes y HTML enriquecido */
.blog-related-section {
  padding: clamp(52px, 8vw, 88px) 0;
  background: var(--panel, #f7f3eb);
}

.blog-related-heading {
  margin-bottom: 28px;
}

.blog-related-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.blog-related-grid .blog-card {
  background: #fff;
}

.blog-single figure {
  margin: 2rem 0;
}

.blog-single figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(39,35,31,.08);
}

.blog-single figcaption {
  margin-top: 8px;
  color: var(--muted, #746b60);
  font-size: .95rem;
  text-align: center;
}

.blog-single pre,
.blog-single code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.blog-single .legal-content,
.blog-single .tdp-content-box,
.blog-single .seo-post-content {
  max-width: 100%;
}

.blog-card-image img,
.blog-featured-image {
  background: var(--panel, #f7f3eb);
}

.blog-featured-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-meta:empty {
  display: none;
}

.blog-single .blog-featured-image {
  height: clamp(240px, 48vw, 520px);
  object-fit: cover;
}

/* V3.0.9 · La imagen destacada actúa también como cabecera del post */
.blog-post-hero.has-featured-image {
  position: relative;
  min-height: clamp(360px, 58vw, 620px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(39,35,31,.30), rgba(39,35,31,.70)),
    var(--blog-hero-image) center / cover no-repeat,
    var(--ink, #27231f);
  color: #fff;
}

.blog-post-hero.has-featured-image .section-inner {
  position: relative;
  z-index: 1;
}

.blog-post-hero.has-featured-image .eyebrow,
.blog-post-hero.has-featured-image .blog-meta,
.blog-post-hero.has-featured-image .blog-meta span {
  color: rgba(255,255,255,.92);
}

.blog-post-hero.has-featured-image .blog-meta {
  margin-top: 16px;
  margin-bottom: 0;
}

.blog-post-hero.has-featured-image .blog-meta span {
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(6px);
}

.blog-post-hero.has-featured-image h1 {
  max-width: 920px;
  color: #fff;
  text-shadow: 0 8px 34px rgba(0,0,0,.32);
}

.blog-single-section {
  padding-top: clamp(42px, 7vw, 74px);
}

@media (max-width: 620px) {
  .blog-post-hero.has-featured-image {
    min-height: 430px;
    align-items: end;
    padding-top: 168px;
  }
}

/* V3.0.12 · Imágenes subidas dentro del contenido del post */
.blog-single figure.blog-content-image,
.page-content figure.blog-content-image {
  margin: clamp(24px, 4vw, 38px) 0;
}
.blog-single figure.blog-content-image img,
.page-content figure.blog-content-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(39,35,31,.10);
}
.blog-single figure.blog-content-image figcaption,
.page-content figure.blog-content-image figcaption {
  margin-top: 8px;
  color: var(--muted, #746b60);
  font-size: .92rem;
  text-align: center;
}

/* V3.0.13 · Tamaños de imágenes dentro del contenido */
.blog-single figure.blog-content-image,
.page-content figure.blog-content-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.blog-single figure.blog-content-image.img-width-100,
.page-content figure.blog-content-image.img-width-100 { width: 100%; }
.blog-single figure.blog-content-image.img-width-75,
.page-content figure.blog-content-image.img-width-75 { width: min(75%, 900px); }
.blog-single figure.blog-content-image.img-width-50,
.page-content figure.blog-content-image.img-width-50 { width: min(50%, 680px); }
@media (max-width: 700px) {
  .blog-single figure.blog-content-image.img-width-75,
  .page-content figure.blog-content-image.img-width-75,
  .blog-single figure.blog-content-image.img-width-50,
  .page-content figure.blog-content-image.img-width-50 { width: 100%; }
}


/* V3.0.14 · Ajustes visuales cabecera Blog / Noticias */
.blog-page .blog-hero:not(.has-featured-image) .blog-lead {
  color: var(--blog-lead-color, #746b60);
  text-shadow: none;
}

@media (max-width: 620px) {
  .blog-page .blog-hero:not(.has-featured-image) {
    padding-top: var(--blog-hero-mobile-padding-top, 160px);
    padding-bottom: 40px;
  }

  .blog-page .blog-hero:not(.has-featured-image) .section-inner {
    width: min(100% - 32px, 980px);
  }

  .blog-page .blog-hero:not(.has-featured-image) .eyebrow {
    margin-bottom: 10px;
    color: var(--gold-dark, #7f6238);
  }

  .blog-page .blog-hero:not(.has-featured-image) h1 {
    font-size: clamp(2.05rem, 11vw, 3.15rem);
  }

  .blog-page .blog-hero:not(.has-featured-image) .blog-lead {
    margin-top: 12px;
    color: var(--blog-lead-color, #746b60);
    font-size: .98rem;
    line-height: 1.45;
  }
}
/* MARTA_SOCIAL_V2_START */
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  width: var(--social-icon-size, 38px);
  height: var(--social-icon-size, 38px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #c49390;
  background: rgba(196, 147, 144, .12);
  border: 1px solid rgba(196, 147, 144, .35);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(196, 147, 144, .20);
  box-shadow: 0 10px 22px rgba(93, 69, 61, .12);
}

.social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.social-icon-svg {
  width: calc(var(--social-icon-size, 38px) * .56);
  height: calc(var(--social-icon-size, 38px) * .56);
  fill: currentColor;
  display: block;
}

.topbar .social-links-header {
  margin-left: 8px;
  flex: 0 0 auto;
}

.footer .social-links-footer {
  margin-left: auto;
}

.blog-share-box {
  margin: 2rem 0 1.4rem;
  padding: 1.15rem;
  border-radius: 22px;
  border: 1px solid rgba(196, 147, 144, .28);
  background: rgba(255, 250, 248, .86);
  box-shadow: 0 14px 32px rgba(93, 69, 61, .08);
}

.blog-share-box strong {
  display: block;
  margin-bottom: .8rem;
  color: #7f6238;
}

.blog-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
}

.share-button {
  border: 1px solid rgba(196, 147, 144, .34);
  background: #fff;
  color: #7f6238;
  border-radius: 999px;
  padding: .68rem .95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
}

.share-button:hover,
.share-button:focus-visible {
  background: rgba(196, 147, 144, .13);
}

.blog-share-box small {
  display: block;
  margin-top: .8rem;
  color: #746b60;
}

@media (max-width: 900px) {
  .topbar .social-links-header {
    display: none;
  }

  .footer .social-links-footer {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }

  .blog-share-actions {
    justify-content: center;
  }
}
/* MARTA_SOCIAL_V2_END */

/* MARTA_SHARE_COMPACT_V1_START */
.blog-share-box-compact{
  margin:1.2rem 0 1rem;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  display:flex;
  align-items:center;
  gap:.8rem;
  flex-wrap:wrap;
}
.blog-share-box-compact strong{
  margin:0;
  color:#8a6b44;
  font-size:1rem;
  font-weight:700;
}
.blog-share-box-compact .blog-share-actions{
  display:flex;
  align-items:center;
  gap:.45rem;
  flex-wrap:wrap;
}
.share-icon-button{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(196,147,144,.30);
  background:#fff;
  color:#8a6b44;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.share-icon-button:hover,
.share-icon-button:focus-visible{
  transform:translateY(-1px);
  background:rgba(196,147,144,.12);
  box-shadow:0 8px 18px rgba(93,69,61,.10);
}
.share-icon-button svg{
  width:19px;
  height:19px;
  fill:currentColor;
  display:block;
}
.share-icon-button.is-copied{
  background:rgba(196,147,144,.18);
}
.share-icon-button .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}
.blog-share-box-compact small{display:none;}
@media (max-width:700px){
  .blog-share-box-compact{
    gap:.65rem;
  }
  .share-icon-button{
    width:40px;
    height:40px;
  }
}
/* MARTA_SHARE_COMPACT_V1_END */

/* MARTA_WHATSAPP_CENTER_FIX_V1 */
.floating-whatsapp{
  display:flex;
  align-items:center;
  justify-content:center;
}
.floating-whatsapp svg{
  display:block;
  margin:0;
  transform:translate(1px, 1px);
}

/* MARTA_ICONOS_SUTILES_V1 */
.blog-share-box-compact{
  margin:1.35rem 0 1rem !important;
  padding:.85rem 0 0 !important;
  border:0 !important;
  border-top:1px solid rgba(196,147,144,.22) !important;
  background:transparent !important;
  box-shadow:none !important;
  display:flex !important;
  align-items:center !important;
  gap:.65rem !important;
}
.blog-share-box-compact strong{
  font-size:.96rem !important;
  color:#7f6238 !important;
  font-weight:700 !important;
}
.blog-share-box-compact .blog-share-actions{
  gap:.35rem !important;
}
.share-icon-button{
  width:31px !important;
  height:31px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#8a6b44 !important;
  padding:0 !important;
}
.share-icon-button:hover,
.share-icon-button:focus-visible{
  background:rgba(196,147,144,.14) !important;
  box-shadow:none !important;
  transform:none !important;
}
.share-icon-button svg{
  width:18px !important;
  height:18px !important;
}
.share-whatsapp svg{
  width:20px !important;
  height:20px !important;
  transform:translate(.5px,.5px) scale(1.08) !important;
  transform-origin:center !important;
}

.contact-icon-bubble{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}
.contact-panel-enhanced > .contact-row > .contact-icon-bubble{
  width:44px !important;
  height:44px !important;
  flex:0 0 44px !important;
}
.contact-icon-bubble .contact-icon{
  display:block !important;
  margin:0 !important;
}
.contact-icon-bubble-whatsapp .contact-icon{
  width:25px !important;
  height:25px !important;
  transform:translate(.5px,.5px) scale(1.08) !important;
  transform-origin:center !important;
}
.contact-icon-bubble-phone .contact-icon,
.contact-icon-bubble-email .contact-icon,
.contact-icon-bubble-location .contact-icon,
.contact-icon-bubble-clock .contact-icon,
.contact-icon-bubble-map .contact-icon{
  width:21px !important;
  height:21px !important;
}

.floating-whatsapp svg{
  transform:none !important;
}
/* MARTA_ICONOS_SUTILES_V1_END */

/* MARTA_CONTACT_ICON_CENTER_V2 */
.contact-icon-bubble{
  position: relative !important;
  display: inline-block !important;
}
.contact-icon-bubble .contact-icon{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.contact-icon-bubble-whatsapp .contact-icon{
  width: 24px !important;
  height: 24px !important;
}
.contact-icon-bubble-phone .contact-icon{
  width: 20px !important;
  height: 20px !important;
}

/* MARTA_BLOG_COMMENTS_JSON_V1_20260526 */
.blog-comments-marta {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(196,147,144,.16), rgba(255,255,255,.92));
  border: 1px solid rgba(196,147,144,.24);
  box-shadow: 0 18px 45px rgba(78, 61, 54, .08);
}

.blog-comments-heading h2 {
  margin: .25rem 0 .5rem;
  color: #4f4540;
}

.blog-comments-heading p {
  color: #746b60;
}

.blog-comments-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.blog-comment-card,
.blog-comments-empty,
.blog-comment-notice {
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(196,147,144,.18);
  padding: 1rem 1.1rem;
}

.blog-comment-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #4f4540;
  margin-bottom: .35rem;
}

.blog-comment-card-head span {
  color: #9a8d82;
  font-size: .92rem;
}

.blog-comment-card p {
  margin: 0;
  color: #655a53;
  line-height: 1.65;
}

.blog-comment-form {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.blog-comment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
}

.blog-comment-form label {
  display: grid;
  gap: .4rem;
  color: #4f4540;
  font-weight: 700;
}

.blog-comment-form label span,
.blog-comment-recaptcha-text {
  font-weight: 400;
  color: #83786f;
  font-size: .9rem;
}

.blog-comment-form input,
.blog-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(196,147,144,.34);
  border-radius: 18px;
  padding: .9rem 1rem;
  background: rgba(255,255,255,.96);
  color: #4f4540;
  font: inherit;
}

.blog-comment-form textarea {
  resize: vertical;
}

.blog-comment-privacy {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: .7rem !important;
  font-weight: 400 !important;
}

.blog-comment-privacy input {
  width: auto;
  margin-top: .25rem;
}

.blog-comment-submit {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.4rem;
  background: #c49390;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(196,147,144,.28);
}

.blog-comment-submit:hover {
  filter: brightness(.96);
}

.blog-comment-notice.is-ok {
  background: rgba(232, 244, 237, .95);
  border-color: rgba(83, 142, 102, .25);
  color: #446b51;
}

.blog-comment-notice.is-error {
  background: rgba(255, 240, 238, .95);
  border-color: rgba(180, 83, 74, .25);
  color: #9a423b;
}

.blog-comment-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

@media (max-width: 720px) {
  .blog-comments-marta {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .blog-comment-grid {
    grid-template-columns: 1fr;
  }

  .blog-comment-card-head {
    display: grid;
    gap: .15rem;
  }
}

/* MARTA_BLOG_COMMENTS_COMPACT_TOGGLE_20260526 */
.blog-comments-heading-compact {
  margin-bottom: 1rem;
}

.blog-comments-heading-compact h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
  margin: 0 0 .35rem;
}

.blog-comments-heading-compact p {
  font-size: .96rem;
  margin: 0;
}

.blog-comment-toggle {
  margin-top: 1.15rem;
}

.blog-comment-toggle > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  border-radius: 999px;
  padding: .68rem 1.05rem;
  background: rgba(196,147,144,.14);
  border: 1px solid rgba(196,147,144,.34);
  color: #7a5e5b;
  font-weight: 800;
  font-size: .95rem;
  box-shadow: 0 8px 20px rgba(78, 61, 54, .06);
}

.blog-comment-toggle > summary::-webkit-details-marker {
  display: none;
}

.blog-comment-toggle > summary::after {
  content: "+";
  margin-left: .55rem;
  font-size: 1.05rem;
  line-height: 1;
}

.blog-comment-toggle[open] > summary::after {
  content: "−";
}

.blog-comment-toggle[open] > summary {
  background: #c49390;
  color: #fff;
}

.blog-comment-toggle .blog-comment-form {
  margin-top: 1.1rem;
}

/* MARTA_BLOG_COMMENTS_COMPACT_TOGGLE_20260526 */
.blog-comments-heading-compact {
  margin-bottom: 1rem;
}

.blog-comments-heading-compact h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
  margin: 0 0 .35rem;
}

.blog-comments-heading-compact p {
  font-size: .96rem;
  margin: 0;
}

.blog-comment-toggle {
  margin-top: 1.15rem;
}

.blog-comment-toggle > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  border-radius: 999px;
  padding: .68rem 1.05rem;
  background: rgba(196,147,144,.14);
  border: 1px solid rgba(196,147,144,.34);
  color: #7a5e5b;
  font-weight: 800;
  font-size: .95rem;
  box-shadow: 0 8px 20px rgba(78, 61, 54, .06);
}

.blog-comment-toggle > summary::-webkit-details-marker {
  display: none;
}

.blog-comment-toggle > summary::after {
  content: "+";
  margin-left: .55rem;
  font-size: 1.05rem;
  line-height: 1;
}

.blog-comment-toggle[open] > summary::after {
  content: "−";
}

.blog-comment-toggle[open] > summary {
  background: #c49390;
  color: #fff;
}

.blog-comment-toggle .blog-comment-form {
  margin-top: 1.1rem;
}

/* MARTA_BLOG_COMMENTS_PANEL_EMAIL_UI_20260526 */
.blog-comment-privacy input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #c49390;
  cursor: pointer;
}

.blog-comments-admin-panel {
  margin-top: 2rem;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(196,147,144,.22);
}

.blog-comments-admin-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.blog-comments-admin-top h2 {
  margin: .2rem 0 .35rem;
}

.blog-comments-admin-kpis {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.blog-comments-admin-kpis span,
.blog-comments-admin-badge {
  border-radius: 999px;
  padding: .4rem .7rem;
  background: rgba(196,147,144,.14);
  color: #765d59;
  font-weight: 800;
  font-size: .9rem;
}

.blog-comments-admin-list {
  display: grid;
  gap: .8rem;
}

.blog-comments-admin-item {
  padding: 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(196,147,144,.18);
  box-shadow: 0 10px 28px rgba(65,50,45,.06);
}

.blog-comments-admin-line {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: center;
}

.blog-comments-admin-main {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
}

.blog-comments-admin-actions {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}

.blog-comments-admin-actions form {
  margin: 0;
}

.blog-comments-admin-actions button {
  border: 0;
  border-radius: 999px;
  padding: .55rem .8rem;
  background: #c49390;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(196,147,144,.22);
}

.blog-comments-admin-actions button.danger {
  background: #9c5a55;
}

.blog-comments-admin-info {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: .75rem;
  color: #746b60;
  font-size: .93rem;
}

.blog-comments-admin-item blockquote {
  margin: .8rem 0 0;
  padding: .75rem .9rem;
  border-left: 3px solid #c49390;
  background: rgba(196,147,144,.08);
  border-radius: 14px;
  color: #4f4540;
}

@media (max-width: 780px) {
  .blog-comments-admin-top,
  .blog-comments-admin-line {
    display: grid;
  }

  .blog-comments-admin-actions {
    justify-content: flex-start;
  }
}

/* MARTA_HIDE_RECAPTCHA_BADGE_WITH_BRANDING_TEXT_20260526 */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* MARTA_BLOG_COMMENTS_JSON_V2_20260526 */
.blog-comment-reply-public {
  margin-top: .9rem;
  padding: .85rem .95rem;
  border-radius: 18px;
  background: rgba(196,147,144,.10);
  border: 1px solid rgba(196,147,144,.20);
}

.blog-comment-reply-public strong {
  display: block;
  color: #7a5e5b;
  margin-bottom: .25rem;
}

.blog-comment-reply-public p {
  margin: 0;
}

.blog-comments-pagination {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}

.blog-comments-pagination a {
  min-width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(196,147,144,.12);
  color: #765d59;
  text-decoration: none;
  font-weight: 800;
}

.blog-comments-pagination a.is-active {
  background: #c49390;
  color: #fff;
}
