/* Responsive Design */

/* Tablets */
@media (max-width: 768px) {
    .hero {
        padding: 100px 1rem 60px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .seo-content,
    .mapa-site {
        padding: 2rem 1rem;
    }

    .seo-section,
    .categoria {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .seo-section h2 {
        font-size: 1.6rem;
    }

    .categoria ul {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .whatsapp-float {
        width: 150px !important;
        height: 50px;
		border-radius: 5px !important;
        font-size: 1.2rem;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .hero {
        padding: 80px 1rem 40px;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 0.9rem;
    }

    header {
        padding: 0.5rem 0;
    }

    .logo a {
        font-size: 1.2rem;
    }

    .seo-content,
    .mapa-site {
        padding: 1rem 0.5rem;
    }

    .seo-section,
    .categoria {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .seo-section h2 {
        font-size: 1.4rem;
    }

    .mapa-site h1 {
        font-size: 2rem;
    }

    footer {
        padding: 2rem 0 1rem;
    }

    .footer-content {
        padding: 0 1rem;
    }

    .whatsapp-float {
        width: 150px !important;
        height: 50px;
		border-radius: 5px !important;
        font-size: 1rem;
        bottom: 15px;
        right: 35px;
    }

    .map-section {
        padding: 0 0.5rem;
    }

    .map-section iframe {
        height: 300px;
    }
}

/* Scrollbar lateral */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #333333 0%, #000000 100%);
}
