@charset "UTF-8";
/**
 * Main SCSS file for the project.
 * This file imports all necessary styles and sets up the main layout.
 */
/*header styles */
body.material #header-space {
  height: 0;
  display: none;
}
body.material #header-outer[data-remove-fixed="1"] {
  position: relative;
}

body.single {
  /* ——— Categoría (funciona dentro de .post-area y dentro de .post-topbar) */
  /* Si la usas como barra superior global, envuélvela en .post-topbar span_12 */
  /* Línea gris (ancho de su contenedor) y verde del ancho del texto */
  /* ——— Meta compacto */
  /* ——— Título grande */
  /* ——— Lead */
  /* ——— Imagen y caption */
  /* ——— Ritmo del contenido */
  /* Responsive: apila en móviles y alinea iconos abajo */
}
body.single .post-topbar {
  margin-bottom: 20px;
}
body.single .post-cat-pill {
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 1rem;
}
body.single .post-cat-pill a {
  display: inline-block;
  line-height: 1.2em;
  font-weight: 600;
  color: #2f8c82;
  padding: 12px 0px 6px;
  font-size: 32px;
  /* Subrayado verde del ancho del texto (no del contenedor) */
  background-image: linear-gradient(#2f8c82, #2f8c82);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
body.single .post-meta-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #666;
  font-size: 0.95rem;
  margin: -0.4em 0 1.1em;
}
body.single .post-meta-inline .meta-author {
  font-weight: 600;
}
body.single .post-meta-inline .meta-sep {
  opacity: 0.6;
}
body.single .post-meta-inline a {
  color: inherit;
  text-decoration: none;
}
body.single .post-meta-inline a:hover {
  text-decoration: underline;
}
body.single .post-title-xl {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}
body.single .post-lead {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  color: #333;
  margin: -0.2em 0 1.2em;
}
body.single .post-hero-figure {
  margin: 1.1em 0 0.6em;
}
body.single .post-hero-figure img {
  width: 100%;
  height: auto;
  display: block;
}
body.single .post-hero-caption {
  font-size: 0.75rem;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-top: 1px solid #eaeaea;
  padding-top: 0.6em;
}
body.single .post-content p {
  margin: 0 0 1.15em;
}
body.single .post-author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  margin: 18px 0;
}
body.single .post-author-meta .author-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.single .post-author-meta .author-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: block;
}
body.single .post-author-meta .author-info .author-text {
  display: grid;
  gap: 2px;
}
body.single .post-author-meta .author-info .author-text .author-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #111;
}
body.single .post-author-meta .author-info .author-text .author-date {
  font-size: 1.05rem;
  color: #9a9a9a;
}
body.single .post-author-meta .share-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Botones icónicos “hollow” (solo trazos negros) */
}
body.single .post-author-meta .share-icons .ic {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  opacity: 0.95;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
body.single .post-author-meta .share-icons .ic:hover {
  transform: translateY(-1px);
  opacity: 1;
}
body.single .post-author-meta .share-icons .ic:active {
  transform: translateY(0);
}
@media (max-width: 720px) {
  body.single .post-author-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.single .post-author-meta .share-icons {
    gap: 16px;
  }
}

/* estilos adicionales iconos */
.share-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.share-icons a, .share-icons button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.share-icons svg {
  width: 40px;
  height: 40px;
  color: #111;
  transition: color 0.2s ease, transform 0.15s ease;
}
.share-icons svg:hover {
  color: #2f8c82;
  transform: scale(1.1);
}

/* sección de tags */
.post-tags {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.post-tags .tag-label {
  font-weight: 600;
  margin-right: 0.5rem;
  flex: 0 0 auto;
}
.post-tags a {
  display: inline-block;
  background: #f3f3f3;
  color: #111;
  text-decoration: none;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  transition: background 0.2s ease, color 0.2s ease;
}
.post-tags a:hover {
  background: #2f8c82;
  color: #fff;
}

/* Sección noticias relacionadas*/
.related-posts {
  margin-top: 2.5rem;
}

.related-posts .rel-header {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.25rem;
}

.related-posts .rel-header h2 {
  font-weight: 800;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin: 0 0 0.6rem;
  display: inline-block;
  background-image: linear-gradient(#2f8c82, #2f8c82);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: 0 calc(100% + 0.6rem);
  padding-bottom: 0.6rem;
}

.related-posts .rel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

@media (max-width: 1024px) {
  .related-posts .rel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .related-posts .rel-grid {
    grid-template-columns: 1fr;
  }
}
.related-posts .rel-card {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}

.related-posts .rel-thumb {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.related-posts .rel-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.related-posts .rel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 0.85rem;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.related-posts .rel-meta .rel-cat {
  color: #2f8c82;
  font-weight: 700;
}

.related-posts .rel-meta .rel-sep {
  opacity: 0.5;
}

.related-posts .rel-title {
  font-size: 1.02rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.related-posts .rel-title a {
  color: #1b1b1b;
  text-decoration: none;
}

.related-posts .rel-title a:hover {
  text-decoration: underline;
}

.related-posts .rel-excerpt {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}/*# sourceMappingURL=style.css.map */