.elementor-87 .elementor-element.elementor-element-7f48424{--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;--overlay-opacity:0.8;--padding-top:72px;--padding-bottom:55px;--padding-left:0px;--padding-right:0px;}.elementor-87 .elementor-element.elementor-element-7f48424:not(.elementor-motion-effects-element-type-background), .elementor-87 .elementor-element.elementor-element-7f48424 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://solej.pe/wp-content/uploads/2025/09/fondo-blog.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-87 .elementor-element.elementor-element-7f48424::before, .elementor-87 .elementor-element.elementor-element-7f48424 > .elementor-background-video-container::before, .elementor-87 .elementor-element.elementor-element-7f48424 > .e-con-inner > .elementor-background-video-container::before, .elementor-87 .elementor-element.elementor-element-7f48424 > .elementor-background-slideshow::before, .elementor-87 .elementor-element.elementor-element-7f48424 > .e-con-inner > .elementor-background-slideshow::before, .elementor-87 .elementor-element.elementor-element-7f48424 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #6BE3D5 0%, #0B1A51 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-87 .elementor-element.elementor-element-36fc6f6{text-align:center;}.elementor-87 .elementor-element.elementor-element-36fc6f6 .elementor-heading-title{font-family:"Poppins Black", Sans-serif;font-size:55px;font-weight:900;line-height:35px;color:#F9F9F9;}.elementor-87 .elementor-element.elementor-element-06d0609 .woocommerce-breadcrumb{color:#00C876;font-family:"Poppins Regular", Sans-serif;font-size:13px;line-height:15px;text-align:center;}.elementor-87 .elementor-element.elementor-element-06d0609 .woocommerce-breadcrumb > a{color:#00C876;}.elementor-87 .elementor-element.elementor-element-dcced88{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}@media(max-width:767px){.elementor-87 .elementor-element.elementor-element-dcced88{--padding-top:60px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}}@media(min-width:768px){.elementor-87 .elementor-element.elementor-element-7f48424{--content-width:1290px;}.elementor-87 .elementor-element.elementor-element-dcced88{--content-width:1290px;}}/* Start custom CSS for woocommerce-breadcrumb, class: .elementor-element-06d0609 */.centrado{
    display: flex;
    text-align: center;
    justify-content: center;
    nav{
        display: flex;
        a{
            padding: 0;
        }
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d06e166 *//* ===========================
   Layout principal (sin sidebar)
   - La columna de sidebar se elimina; el contenido ocupa 100%
   =========================== */
.solej-pf .pf-layout {
  display: grid;
  grid-template-columns: 1fr; /* todo el ancho para el main */
  gap: 25px;
  overflow: visible; /* importante para que sticky funcione en otros contextos */
}

/* ===========================
   Ocultar por completo cualquier sidebar / filtros
   - Eliminamos visualmente cualquier resto de filtros/aside
   =========================== */
.solej-pf .pf-sidebar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ===========================
   Toolbar (orden + búsqueda)
   - mantiene funcionalidad visual del toolbar
   =========================== */
.solej-pf .pf-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 29px;
}

.solej-pf .pf-order {
  min-width: 190px;
  border-radius: 28px;
  padding: 10px 20px;
  border: 1px solid #E6ECF3;
  background: #fff;
  color: #0B1A51;
  font-weight: 700;
  box-sizing: border-box;
}

.solej-pf .pf-order-select {
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.solej-pf .pf-search {
  position: relative;
  max-width: 552px;
  width: 100%;
  box-sizing: border-box;
}

.solej-pf .pf-search-input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 28px;
  border: 1px solid #E6ECF3;
  background: rgba(102, 120, 161, 0.10);
  color: #0B1A51;
  box-sizing: border-box;
}

.solej-pf .pf-search-input:focus {
  outline: none;
  border: 1px solid #D1E4F2;
}

.solej-pf .pf-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #E6ECF3;
  display: flex;
  padding: 6.4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  &:focus{
    outline: none;
    background: none;
  }
  &:hover{
      background: none;
      outline: none;
  }
}

.solej-pf .pf-search-btn svg {
  display: block;
}

/* ===========================
   Grid de resultados (ocupa todo el ancho)
   - 3 columnas en desktop, 2 en tablet, 1 en móvil
   - cada tarjeta ocupa 100% de su celda
   =========================== */
.solej-pf .pf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas desktop */
  gap: 25px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

/* Forzar que cada hijo ocupe el 100% de la celda (evita que tarjetas tengan ancho fijo) */
.solej-pf .pf-grid > * {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: block;
}

/* Asegurar tarjetas internas al 100% (nombres comunes) */
.solej-pf .pf-grid > * .post-card,
.solej-pf .pf-grid > * .post_cardx,
.solej-pf .pf-grid > * .card,
.solej-pf .pf-grid > * article,
.solej-pf .pf-grid > * > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

/* Imágenes dentro de las tarjetas: ocupan ancho y mantienen aspecto */
.solej-pf .pf-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===========================
   Responsive: tablet y móvil
   - 2 columnas para tablet, 1 columna para móvil
   =========================== */
@media (max-width: 992px) {
  .solej-pf .pf-grid {
    grid-template-columns: repeat(2, 1fr); /* tablet: 2 columnas */
    gap: 18px;
  }

  .solej-pf .pf-toolbar {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .solej-pf .pf-grid {
    grid-template-columns: 1fr; /* móvil: 1 columna */
    gap: 16px;
  }

  .solej-pf .pf-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
}

/* ===========================
   Paginación y botones
   =========================== */
.solej-pf .pf-pagination {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.solej-pf .pf-page {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease, background-color .15s ease;
  font-weight: 800;
  line-height: 1;
  padding: 0;
}

.solej-pf .pf-page--num {
  background: #DFF7F0;
  color: #00C876;
}

.solej-pf .pf-page--num.is-active {
  background: #0B1A51;
  color: #fff;
}

.solej-pf .pf-page--prev,
.solej-pf .pf-page--next {
  background: #0B1A51;
}
.solej-pf .pf-page--prev{
    svg{
        transform: rotate(180deg)
    }
}
/* Hover ligero */
.solej-pf .pf-page:hover {
  transform: translateY(-1px);
}

/* ===========================
   Limpieza: eliminar reglas relacionadas a filtros móviles
   - evitamos que aparezcan botones/overlays de filtros
   =========================== */
.solej-pf--posts .pf-filters-btn,
.solej-pf--posts .pf-filters-backdrop,
.solej-pf--posts .pf-filters-close,
.solej-pf--posts #pf-filters {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* ===========================
   Utilidades / accesibilidad
   =========================== */
.solej-pf [type="button"]:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}

/* Asegura que en desktop no haya transform residual de sheet */
@media (min-width: 769px) {
  .solej-pf--posts #pf-filters.pf-sidebar {
    transform: none !important;
  }
}
.solej-pf .pf-grid > * .post-card, .solej-pf .pf-grid > * .post_cardx, .solej-pf .pf-grid > * .card, .solej-pf .pf-grid > * article, .solej-pf .pf-grid > * > div{display: flex; gap: 10px;}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins Black';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://solej.pe/wp-content/uploads/2025/10/Poppins-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins Regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://solej.pe/wp-content/uploads/2025/10/Poppins-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */