.elementor-887 .elementor-element.elementor-element-cc4f5a5{--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;--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-887 .elementor-element.elementor-element-cc4f5a5:not(.elementor-motion-effects-element-type-background), .elementor-887 .elementor-element.elementor-element-cc4f5a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8DC63F;}.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-887 .elementor-element.elementor-element-750cc4c{text-align:center;}.elementor-887 .elementor-element.elementor-element-750cc4c .elementor-heading-title{font-family:"Avenir", Sans-serif;font-size:34px;font-weight:600;letter-spacing:0.3px;color:#FFFFFF;}.elementor-887 .elementor-element.elementor-element-e2e020e{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-posts .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-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{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-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .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-887 .elementor-element.elementor-element-f67a348{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-887 .elementor-element.elementor-element-f67a348 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-887 .elementor-element.elementor-element-f67a348:after{content:"0.66";}.elementor-887 .elementor-element.elementor-element-f67a348 .elementor-post__thumbnail__link{width:100%;}.elementor-887 .elementor-element.elementor-element-f67a348.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-887 .elementor-element.elementor-element-f67a348.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-887 .elementor-element.elementor-element-f67a348.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-887 .elementor-element.elementor-element-750cc4c .elementor-heading-title{font-size:30px;line-height:1.2em;}.elementor-887 .elementor-element.elementor-element-f67a348 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-887 .elementor-element.elementor-element-f67a348:after{content:"0.5";}.elementor-887 .elementor-element.elementor-element-f67a348 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-f67a348 *//* Estilo general de las tarjetas de post */
.elementor-post {
  background: #ffffff;
  border-radius: 18px;
  margin: 15px; /* espacio externo */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
  overflow: hidden; /* redondeado real */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Padding interno dentro del recuadro */
.elementor-post__text {
  padding: 25px 28px; /* aquí va el padding real */
}

/* Hover con elevación */
.elementor-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
}

/* Títulos */
.elementor-post__title a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2C3E50;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.elementor-post__title a:hover {
  color: #0077b6;
}

/* Extractos */
.elementor-post__excerpt p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-top: 12px;
  margin-bottom: 25px;
}

/* Botón leer más */
.elementor-post__read-more {
  display: block;
  width: fit-content;
  padding: 12px 28px;
  background: #CBE186;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin: 0 auto; /* centrar botón */
  text-align: center;
  box-shadow: 0 4px 8px rgba(203, 225, 134, 0.3);
}

/* Hover botón */
.elementor-post__read-more:hover {
  background: #a4c75e;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 12px rgba(164, 199, 94, 0.4);
}

/* Ajustes para móvil */
@media (max-width: 767px) {
  .elementor-post__read-more {
    width: 100%;          /* botón ocupa todo el ancho */
    border-radius: 12px;
    padding: 14px 0;
    text-align: center;   /* centrar texto del botón */
  }
}


/* Hover botón */
.elementor-post__read-more:hover {
  background: #a4c75e;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 12px rgba(164, 199, 94, 0.4);
}

/* Grid spacing */
.elementor-posts-container {
  gap: 30px;
}

/* Ajustes para móvil */
@media (max-width: 767px) {
  .elementor-post__text {
    padding: 20px; /* menos padding en móvil */
  }

  .elementor-post {
    margin: 12px;
  }
  
  .elementor-post__title a {
    font-size: 1.15rem;
  }
  
  .elementor-post__excerpt p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .elementor-post__read-more {
    width: 100%; /* botón ocupa todo el ancho */
    border-radius: 12px;
    padding: 14px 0;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://infinite.soyismaelrivera.com/wp-content/uploads/2025/08/avenir_roman_12.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://infinite.soyismaelrivera.com/wp-content/uploads/2025/08/avenir-light.ttf') format('truetype');
}
/* End Custom Fonts CSS */