/* Tablets */
@media (max-width: 768px) {
    header {
        min-height: 30vh;
        background-attachment: scroll;
        padding: 1.5rem 1rem;
    }
    
    .header-content h1 {
        font-size: 2.2rem;
    }
    
    .header-content p {
        font-size: 1.1rem;
    }
    
    .whatsapp-icon {
        width: 55px;
        height: 55px;
        top: 15px;
        right: 15px;
    }
    
    .whatsapp-icon img {
        width: 39px;
        height: 39px;
    }
    
    main {
        padding: 1rem;
    }
    
    .services, .contact-info {
        padding: 2rem 1.5rem;
    }
    
    .services h2, .contact-info h2 {
        font-size: 1.8rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .service-card img {
        height: 180px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .map-container iframe {
        height: 250px;
    }
    
    /* Service detail pages responsive */
    .service-detail {
        padding: 1rem;
    }
    
    .service-content {
        padding: 2rem 1.5rem;
    }
    
    .service-content h2 {
        font-size: 2rem;
    }
    
    .service-intro {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .treatment-types, .massage-types {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .zones-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .recommendations {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-section {
        padding: 2rem 1.5rem;
    }
    
    .cta-section h3 {
        font-size: 1.6rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Language selector responsive */
    .language-selector {
        top: 15px;
        left: 15px;
    }
    
    .language-selector select {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
}

/* Móviles */
@media (max-width: 480px) {
    header {
        padding: 2rem 1rem;
        min-height: 35vh;
    }
    
    .header-content h1 {
        font-size: 2rem;
    }
    
    .header-content p {
        font-size: 1.1rem;
    }
    
    .whatsapp-icon {
        width: 50px;
        height: 50px;
        top: 10px;
        right: 10px;
        padding: 6px;
    }
    
    .whatsapp-icon img {
        width: 38px;
        height: 38px;
    }
    
    .services, .contact-info {
        padding: 1.5rem 1rem;
        margin: 1rem 0;
    }
    
    .services h2, .contact-info h2 {
        font-size: 1.6rem;
    }
    
    .services li {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .contact-info p {
        font-size: 1rem;
    }
    
    footer {
        padding: 1.5rem 1rem;
    }
    
    .whatsapp-fixed {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
        font-size: 24px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .service-card img {
        height: 160px;
    }
    
    .service-card h3 {
        font-size: 1.2rem;
    }
    
    .service-card p {
        font-size: 0.9rem;
        padding: 0 1rem 1rem 1rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-details {
        gap: 1.5rem;
    }
    
    .contact-item {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .contact-icon {
        font-size: 1.5rem;
        width: 40px;
    }
    
    .contact-item h4 {
        font-size: 1.1rem;
    }
    
    .map-container iframe {
        height: 200px;
    }
    
    .map-link, .whatsapp-contact-btn {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
    }
    
    /* Service detail pages mobile */
    .breadcrumb {
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
    }
    
    .service-hero img {
        height: 200px;
        margin-bottom: 1.5rem;
    }
    
    .service-content {
        padding: 1.5rem 1rem;
    }
    
    .service-content h2 {
        font-size: 1.8rem;
    }
    
    .service-intro {
        font-size: 1rem;
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .detail-section h3 {
        font-size: 1.5rem;
    }
    
    .detail-section h4 {
        font-size: 1.2rem;
    }
    
    .product-categories {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .featured-products {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .technology-section {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .analysis-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .aromatherapy-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .routines {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .advantages {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .products-info {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .cta-section {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }
    
    .cta-section h3 {
        font-size: 1.5rem;
    }
    
    .cta-section p {
        font-size: 1rem;
    }
    
    /* Language selector mobile */
    .language-selector {
        top: 10px;
        left: 10px;
    }
    
    .language-selector select {
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
    }
}