/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Estrategias Educativas
Author URI: https://wordpress.org
Description: Tema hijo de Twenty Twenty-Five para Estrategias Educativas
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1786443249
Updated: 2026-08-11 10:14:09

*/
/* =========================================================
   BLOG INDEX - ESTRATEGIAS EDUCATIVAS
   Plantilla home.php
   ========================================================= */

.ee-blog-index-page,
.ee-blog-index-page * {
  box-sizing: border-box;
}

.ee-blog-index-page {
  background: #ffffff;
  color: #0d2b3e;
  font-family: Manrope, Inter, system-ui, sans-serif;
}

.ee-blog-index-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}

.ee-blog-index-hero {
  padding: clamp(64px, 8vw, 110px) 0 clamp(42px, 6vw, 72px);
  background: #ffffff;
}

.ee-blog-index-eyebrow {
  position: relative;
  margin: 0 0 18px;
  padding-left: 52px;
  color: #a96300;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

.ee-blog-index-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #efa31a;
  transform: translateY(-50%);
}

.ee-blog-index-hero h1 {
  margin: 0 0 24px;
  color: #0d2b3e;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.ee-blog-index-lead {
  max-width: 760px;
  margin: 0;
  color: #365773;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 500;
}

.ee-blog-index-list {
  padding: 0 0 clamp(72px, 9vw, 120px);
  background: #ffffff;
}

.ee-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ee-blog-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(13, 43, 62, 0.12);
  box-shadow: 0 18px 40px rgba(13, 43, 62, 0.06);
  overflow: hidden;
}

.ee-blog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: #efa31a;
  z-index: 2;
}

.ee-blog-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f9f0e8;
}

.ee-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ee-blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}

.ee-blog-card__category {
  margin: 0 0 14px;
  color: #a96300;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ee-blog-card__title {
  margin: 0 0 16px;
  color: #0d2b3e;
  font-size: clamp(25px, 2.4vw, 33px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.ee-blog-card__title a {
  color: #0d2b3e;
  text-decoration: none;
}

.ee-blog-card__title a:hover {
  color: #a96300;
}

.ee-blog-card__excerpt {
  margin: 0 0 22px;
  color: #365773;
  font-size: 16.5px;
  line-height: 1.58;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ee-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 20px;
}

.ee-blog-card__meta span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff1cf;
  color: #a96300;
  font-size: 12px;
  font-weight: 800;
}

.ee-blog-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0d2b3e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ee-blog-card__button::after {
  content: " →";
}

.ee-blog-card__button:hover {
  background: #efa31a;
  color: #0d2b3e;
}

.ee-blog-pagination {
  margin-top: 56px;
}

.ee-blog-pagination .nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ee-blog-pagination a,
.ee-blog-pagination span {
  color: #0d2b3e;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
}

.ee-blog-pagination a:hover {
  color: #a96300;
}

@media (max-width: 1024px) {
  .ee-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ee-blog-index-hero {
    padding: 48px 0 38px;
  }

  .ee-blog-index-list {
    padding-bottom: 72px;
  }

  .ee-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ee-blog-card {
    min-height: auto;
    border-radius: 22px;
  }

  .ee-blog-card__content {
    padding: 24px;
  }

  .ee-blog-index-hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .ee-blog-index-lead {
    font-size: 19px;
  }

  .ee-blog-card__title {
    font-size: clamp(28px, 9vw, 40px);
  }
}
