.elementor-213 .elementor-element.elementor-element-5fb7231{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-213 .elementor-element.elementor-element-8b86a2b{--grid-columns:1;}.elementor-213 .elementor-element.elementor-element-1dd9393{--grid-columns:3;}.elementor-213 .elementor-element.elementor-element-1dd9393 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-1dd9393 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-213 .elementor-element.elementor-element-1dd9393 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-213 .elementor-element.elementor-element-1dd9393 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-213 .elementor-element.elementor-element-1dd9393 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-213 .elementor-element.elementor-element-1dd9393 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-213 .elementor-element.elementor-element-76de19a{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}@media(max-width:1024px){.elementor-213 .elementor-element.elementor-element-8b86a2b{--grid-columns:2;}.elementor-213 .elementor-element.elementor-element-1dd9393{--grid-columns:2;}}@media(max-width:767px){.elementor-213 .elementor-element.elementor-element-8b86a2b{--grid-columns:1;}.elementor-213 .elementor-element.elementor-element-1dd9393{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-a10eec4 */.blog-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 56px 40px;
  text-align: center;
}
.blog-hero__eyebrow {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b99b6e;
  margin-bottom: 18px;
}
.blog-hero__titulo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.08;
  color: #33302b;
  margin: 0 0 20px;
  text-wrap: balance;          /* reparte las líneas de forma pareja */
}
.blog-hero__texto {
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: #6a6153;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .blog-hero { padding: 48px 24px 28px; }
  .blog-hero__titulo { font-size: 40px; }
}

/* Tablet */
@media (max-width: 782px) {
  .blog-hero { padding: 0 32px 32px; }
  .blog-hero__titulo { font-size: 46px; }
}

/* Móvil */
@media (max-width: 600px) {
  .blog-hero { padding: 0 22px 26px; }
  .blog-hero__titulo { font-size: 34px; line-height: 1.12; }
  .blog-hero__texto { font-size: 15.5px; }
  .blog-hero__eyebrow { margin-bottom: 12px; }
}

/* Móvil pequeño */
@media (max-width: 400px) {
  .blog-hero__titulo { font-size: 29px; }
  .blog-hero__texto { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-8b86a2b *//* ===== ENTRADA DESTACADA ===== */

/* Tarjeta */
.entrada-destacada .e-loop-item > .e-con {
  background: #fbf8f2;
  border: 1px solid #ece3d3;
  border-radius: 20px;
}

/* Fila: imagen | texto */
.entrada-destacada .e-loop-item > .e-con > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 48px;
  padding: 20px;
}

/* Columna imagen (55%) */
.entrada-destacada .e-con-inner > .e-con:first-child {
  flex: 0 0 55% !important;
  width: 55% !important;
  max-width: 55% !important;
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  align-self: center;
}
.entrada-destacada .elementor-widget-theme-post-featured-image {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.entrada-destacada .elementor-widget-theme-post-featured-image .elementor-widget-container { height: 100%; }
.entrada-destacada .elementor-widget-theme-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Columna texto (45%) */
.entrada-destacada .e-con-inner > .e-con:last-child {
  flex: 1 1 45% !important;
  max-width: 45% !important;
  padding-right: 28px;
}
.entrada-destacada .elementor-widget-theme-post-title .elementor-heading-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.12;
  color: #33302b;
  margin: 0 0 16px;
}
.entrada-destacada .elementor-widget-theme-post-excerpt .elementor-widget-container {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #6a6153;
  margin: 0 0 26px;
}

/* Botón "Leer más" como enlace de texto */
.entrada-destacada .elementor-widget-button { margin: 0; }
.entrada-destacada .elementor-button {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #8a7355 !important;
  fill: #8a7355;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.entrada-destacada .elementor-button:hover { color: #6f5c43 !important; fill: #6f5c43; }
.entrada-destacada .elementor-button .elementor-button-icon { margin-left: 8px; }

/* Responsive: apilar en móvil/tablet */
@media (max-width: 768px) {
  .entrada-destacada .e-loop-item > .e-con > .e-con-inner { flex-direction: column !important; gap: 24px; }
  .entrada-destacada .e-con-inner > .e-con:first-child { flex: 1 1 100% !important; width: 100% !important; max-width: 100% !important; aspect-ratio: 16 / 9; }
  .entrada-destacada .e-con-inner > .e-con:last-child { flex: 1 1 100% !important; max-width: 100% !important; padding-right: 0; }
  .entrada-destacada .elementor-widget-theme-post-title .elementor-heading-title { font-size: 30px; }
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-1dd9393 *//* ===== PAGINACIÓN ===== */
.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
}

/* Todos los ítems: círculo base */
.elementor-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0d6c4;
  background: transparent;
  color: #5b5347;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

/* Hover en enlaces */
.elementor-pagination a.page-numbers:hover {
  border-color: #8a7355;
  color: #8a7355;
}

/* Página actual (relleno marrón) */
.elementor-pagination .page-numbers.current {
  background: #8a7355;
  border-color: #8a7355;
  color: #faf6ee;
}

/* Flechas anterior / siguiente */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  color: #a2957f;
  font-size: 16px;
}
.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  border-color: #8a7355;
  color: #8a7355;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76de19a */.cta-band {
  max-width: 1000px;
  margin: 0 auto;
  background: #3b3630;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
}
.cta-titulo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  color: #f4efe7;
  margin: 0 0 14px;
}
.cta-texto {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #c9c0b2;
  max-width: 500px;
  margin: 0 auto 26px;
}
.cta-boton {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2a2520;
  background: #b99b6e;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease;
}
.cta-boton:hover { background: #c9ac7f; }

@media (max-width: 520px) {
  .cta-band { padding: 36px 24px; }
  .cta-titulo { font-size: 26px; }
}/* End custom CSS */