/* ============================================
ENCUENTRO NACIONAL DEL JUGUETE – CUSTOM CSS
============================================ */

@import url(‘https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap’);

/* TIPOGRAFÍA GLOBAL */
body, p, li {
font-family: ‘Lato’, sans-serif !important;
font-size: 16px;
line-height: 1.75;
color: #333;
}
h1, h2, h3, h4, h5, h6, .wp-block-heading {
font-family: ‘Playfair Display’, Georgia, serif !important;
font-weight: 700;
color: #1a3a5c;
line-height: 1.3;
}

/* QUITAR POWERED BY ASTRA */
.footer-sml-section-1,
.ast-small-footer .ast-footer-copyright,
#colophon .ast-footer-copyright {
display: none !important;
}

/* FOOTER */
.ast-small-footer {
background: #0f2540 !important;
border-top: 3px solid #c9a84c !important;
padding: 14px 0 !important;
}

/* HEADER */
.ast-primary-header-bar {
background: #1a3a5c !important;
box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.main-header-menu .menu-item a,
.main-header-menu .menu-link {
color: #ffffff !important;
font-family: ‘Lato’, sans-serif !important;
font-weight: 700;
font-size: 13.5px;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.main-header-menu .menu-item a:hover,
.main-header-menu .menu-item.current-menu-item a {
color: #c9a84c !important;
}

/* BOTONES */
.wp-block-button__link {
font-family: ‘Lato’, sans-serif !important;
font-weight: 700 !important;
font-size: 14px !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
padding: 14px 32px !important;
border-radius: 3px !important;
transition: all 0.3s ease !important;
}
.wp-block-button__link:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0,0,0,0.25) !important;
}

/* PROGRAMA – TABLAS */
#programa { scroll-margin-top: 80px; }
.wp-block-html table {
width: 100%;
border-collapse: collapse;
font-family: ‘Lato’, sans-serif;
font-size: 15px;
margin-bottom: 24px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
border-radius: 6px;
overflow: hidden;
}
.wp-block-html table thead tr {
background: #1a3a5c !important;
color: #fff !important;
}
.wp-block-html table thead th {
padding: 14px 18px;
text-align: left;
font-family: ‘Playfair Display’, serif;
font-size: 16px;
}
.wp-block-html table tbody tr:nth-child(even) { background: #f4f7fb; }
.wp-block-html table tbody tr:hover { background: #e8f0f8; }
.wp-block-html table td {
padding: 12px 18px;
border-bottom: 1px solid #e0e8f0;
color: #333;
}
.wp-block-html table td:first-child {
font-weight: 700;
color: #1a3a5c;
white-space: nowrap;
}

/* TARJETAS */
.wp-block-column .wp-block-group {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-column .wp-block-group:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

/* INSCRIPCIÓN */
#inscripcion { scroll-margin-top: 80px; }

/* SEPARADORES */
.wp-block-separator {
border-color: #c9a84c !important;
border-width: 2px !important;
max-width: 80px !important;
margin: 20px auto !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
.wp-block-group[style*=»background-color:#1a3a5c»] { padding: 40px 24px !important; }
h1 { font-size: 28px !important; }
h2 { font-size: 22px !important; }
.wp-block-buttons { flex-direction: column; align-items: center; }
}