.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}@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 */.widget {
  background-color: white;
  border-radius: 14px 14px 14px 14px;
  padding: 10px 20px 10px 10px; /* arriba, derecha, abajo, izquierda */
  margin-bottom: 35px;
  box-shadow:
    -12px 0 25px -6px rgba(0, 0, 0, 0.45); /* sombra hacia la izquierda */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 2px solid silver;
}

.widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Elimina decoraciones laterales no deseadas */
.widget::before,
.widget::after,
.wp-block-heading::before {
  display: none !important;
  content: none !important;
}

/* === ENCABEZADOS DE SECCIÓN === */
.wp-block-heading {
  font-size: 20px;
  font-weight: 500 !important;
  padding: 10px 20px 10px 10px;
  border-radius: 14px 14px 14px 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111;
  position: relative;
  background: transparent;
  text-align: center;
}



/* === LISTAS TIPO TABLA === */
.wp-block-categories-list li,
.wp-block-latest-posts__list li {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  border-bottom: 4px groove #f4f4f4;
}

.wp-block-categories-list li:last-child,
.wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}

/* === ENLACES DE LISTAS === */
.wp-block-categories-list li a,
.wp-block-latest-posts__post-title {
  display: block;
  color: #333;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: all 0.3s ease;
  background: transparent !importan;
   font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: black;
}

.wp-block-categories-list li a:hover,
.wp-block-latest-posts__post-title:hover {
  color: orange;
  transform: translateX(5px);
}

/* === LIMPIAR FONDOS NO DESEADOS DE LISTA DE ENTRADAS RECIENTES === */
.wp-block-latest-posts__list {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}


/* === RESPONSIVE === */
@media (max-width: 768px) {
  .widget {
    padding: 18px 15px;
  }

  .wp-block-heading {
    font-size: 18px;
  }
}/* End custom CSS */