/*
Theme Name:  MST Municipalidad
Theme URI:   https://municipalidadsantiagotemple.gob.ar
Author:      Huésped Servicios Digitales
Author URI:  https://huesped.com.ar
Description: Tema oficial de la Municipalidad de Santiago Temple, Córdoba.
Version:     1.0.0
Text Domain: mst-municipalidad
*/

/* ── Base ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #f8fafc; color: #1f2937; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ── Header sticky ────────────────────────────── */
#site-header { position: sticky; top: 0; z-index: 100; transition: box-shadow 0.3s; }
#site-header.scrolled { box-shadow: 0 2px 24px rgba(13,59,102,0.14); }

/* ── Mobile menu ──────────────────────────────── */
#mobile-menu { transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); transform: translateX(-100%); }
#mobile-menu.open { transform: translateX(0); }

/* ── Contenido de artículo ────────────────────── */
.article-body h2 { font-family:'Raleway',sans-serif; font-weight:800; font-size:1.4rem; color:#0D3B66; margin:2rem 0 0.75rem; padding-top:1rem; border-top:1px solid #e5e7eb; }
.article-body p { color:#1f2937; line-height:1.85; margin-bottom:1.25rem; font-size:1.05rem; }
.article-body ul, .article-body ol { color:#1f2937; line-height:1.85; margin-bottom:1.25rem; font-size:1.05rem; padding-left:1.5rem; }
.article-body li { margin-bottom:0.5rem; }
.article-body blockquote { border-left:4px solid #E8A217; padding:1rem 1.5rem; margin:1.5rem 0; background:#fef9ec; border-radius:0 1rem 1rem 0; font-style:italic; color:#374151; }
.article-body strong { color:#0D3B66; font-weight:700; }
.article-body a { color:#1a4fb0; text-decoration:underline; }
.article-body figure { margin:2rem 0; }
.article-body figure img { width:100%; border-radius:1rem; }
.article-body figure figcaption { text-align:center; font-size:0.85rem; color:#9ca3af; margin-top:0.5rem; }

/* ── WordPress core align ─────────────────────── */
.aligncenter { margin:2rem auto; display:block; }
.alignleft { float:left; margin:0 1.5rem 1rem 0; }
.alignright { float:right; margin:0 0 1rem 1.5rem; }
.wp-caption-text { text-align:center; font-size:0.85rem; color:#9ca3af; margin-top:0.5rem; }

/* ── Cards hover ──────────────────────────────── */
.news-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(13,59,102,0.12); }

/* ── Logo personalizado ──────────────────────────── */
.custom-logo-link img.custom-logo { height: 56px !important; width: auto !important; max-width: 260px; }

/* ── Utilities ────────────────────────────────── */
.line-clamp-2 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.line-clamp-3 { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
