.elementor-kit-676{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6d9f3d1a:#C66300;--e-global-color-6180f54f:#4054B2;--e-global-color-2de353d0:#FF770F;--e-global-color-29fcb825:#000;--e-global-color-56bf18a1:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://vidabenessere.com/wp-content/uploads/2025/04/Version-computador-4.png");}.elementor-kit-676 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Estilo de tarjetas de archivo de entradas === */
.tarjetas-archivo .elementor-post {
  background-color: #ffffff;
  border: 1px solid #e5ded4;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tarjetas-archivo .elementor-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tarjetas-archivo .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
}

.tarjetas-archivo .elementor-post__title {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #3b2e2a;
  margin: 20px 20px 10px;
  line-height: 1.3;
}

.tarjetas-archivo .elementor-post__excerpt {
  color: #5f4a3a;
  font-size: 1rem;
  margin: 0 20px 20px;
  line-height: 1.6;
}

.tarjetas-archivo .elementor-post__meta {
  display: none;
}

/* === HERO CATEGORÍA === */
/* === HERO CATEGORÍA CORREGIDO === */

.hero-categoria {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fffaf2;
  padding: 100px 40px;
  gap: 60px;

  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

/* Contenedor de texto */
.hero-categoria .hero-texto {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

/* Título principal */
.hero-categoria .hero-texto h1.elementor-heading-title,
.hero-categoria .hero-texto .elementor-widget-archive-title .elementor-heading-title,
.hero-categoria .hero-texto .elementor-archive-title {
  font-size: 56px;
  color: #3b2e2a;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* Línea decorativa */
.hero-categoria .decorative-line {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
  font-size: 26px;
  color: #a3794f;
  margin: 25px 0;
  letter-spacing: 1px;
}

.hero-categoria .decorative-line::before,
.hero-categoria .decorative-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #a3794f;
}

.hero-categoria .decorative-line::before {
  left: 0;
  transform: translateX(-100%);
}

.hero-categoria .decorative-line::after {
  right: 0;
  transform: translateX(100%);
}

/* Descripción */
.hero-categoria .hero-texto p {
  font-size: 20px;
  font-weight: bold;
  color: #5c504a;
  line-height: 1.6;
  max-width: 500px;
  margin: 20px auto 0;
  text-align: center;
}

/* Imagen a la derecha */
.hero-categoria .hero-imagen {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: center;
}

.hero-categoria .hero-imagen img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

/* === RESPONSIVE === */
@media screen and (max-width: 768px) {
  .hero-categoria {
    flex-direction: column;
    padding: 60px 20px 40px;
  }

  .hero-categoria .hero-texto h1.elementor-heading-title {
    font-size: 36px;
  }

  .hero-categoria .decorative-line {
    font-size: 20px;
    padding: 0 20px;
  }

  .hero-categoria .decorative-line::before,
  .hero-categoria .decorative-line::after {
    width: 24px;
  }

  .hero-categoria .hero-texto p {
    font-size: 16px;
  }
}

.page-id-3 .entry-title {
  display: none;
}/* End custom CSS */