/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2025 | 19:27:08 */
/* ===========================
   HERO COMUNIDADES — APPLE STYLE
   =========================== */

.comunidades-hero {
    background: #ffffff;
    padding: 90px 20px 80px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.comunidades-hero-container {
    max-width: 1100px;
    margin: 0 auto;
}

.comunidades-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #111112;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
}

.comunidades-hero-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 760px;
    margin: 0 auto 36px;
    line-height: 1.65;
}

.comunidades-hero-cta {
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 14px;
}

/* Animación Apple */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: all .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 600px) {
    .comunidades-hero-title {
        font-size: 32px;
    }
    .comunidades-hero-subtitle {
        font-size: 16px;
    }
}
