/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2025 | 11:50:03 */
/* CSS para Página Sobre Nosotros O3pet - Añadir en Personalizar → CSS Adicional */

/* Fondo de la página sobre nosotros */
.page-id-94 { /* Reemplaza XXX con el ID de tu página sobre nosotros */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    min-height: 100vh;
}

/* Hero Section */
.about-hero {
    padding: 80px 20px 60px 20px !important;
    text-align: center;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%) !important;
    border-radius: 0 0 50px 50px !important;
    margin-bottom: 60px !important;
}

.about-hero-title {
    font-size: 48px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    background: linear-gradient(45deg, var(--o3pet-coral), var(--o3pet-accent), var(--o3pet-blue)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.2 !important;
}

.about-hero-subtitle {
    font-size: 20px !important;
    color: rgba(45, 55, 72, 0.8) !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Secciones principales */
.about-section {
    max-width: 1200px !important;
    margin: 0 auto 80px auto !important;
    padding: 0 20px !important;
}

.about-section-title {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #2d3748 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    background: linear-gradient(45deg, var(--o3pet-coral), var(--o3pet-accent)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.about-section-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: rgba(45, 55, 72, 0.8) !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto 40px auto !important;
}

/* Grid de características */
.features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 32px !important;
    margin-top: 60px !important;
}

.feature-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px !important;
    padding: 40px 32px !important;
    text-align: center !important;
    border: 1px solid rgba(45, 55, 72, 0.1) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.feature-title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #2d3748 !important;
    margin-bottom: 16px !important;
}

.feature-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(45, 55, 72, 0.7) !important;
}

/* Sección de valores */
.values-section {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 30px !important;
    padding: 60px 40px !important;
    margin: 80px auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.values-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 40px !important;
    margin-top: 40px !important;
}

.value-item {
    text-align: center !important;
    padding: 24px !important;
}

.value-icon {
    font-size: 40px !important;
    margin-bottom: 16px !important;
    display: block !important;
}

.value-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #2d3748 !important;
    margin-bottom: 12px !important;
}

.value-text {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: rgba(45, 55, 72, 0.7) !important;
}

/* Sección de estadísticas */
.stats-section {
    background: linear-gradient(45deg, var(--o3pet-coral), var(--o3pet-accent)) !important;
    border-radius: 30px !important;
    padding: 60px 40px !important;
    margin: 80px auto !important;
    color: white !important;
    text-align: center !important;
}

.stats-title {
    font-size: 32px !important;
    font-weight: bold !important;
    margin-bottom: 16px !important;
}

.stats-subtitle {
    font-size: 18px !important;
    margin-bottom: 50px !important;
    opacity: 0.9 !important;
}

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 40px !important;
}

.stat-item {
    text-align: center !important;
}

.stat-number {
    font-size: 48px !important;
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.stat-label {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

/* Sección de equipo */
.team-section {
    text-align: center !important;
}

.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 40px !important;
    margin-top: 50px !important;
}

.team-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px !important;
    padding: 40px 32px !important;
    text-align: center !important;
    border: 1px solid rgba(45, 55, 72, 0.1) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.team-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}

.team-avatar {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, var(--o3pet-coral), var(--o3pet-accent)) !important;
    margin: 0 auto 24px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 48px !important;
    color: white !important;
}

.team-name {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #2d3748 !important;
    margin-bottom: 8px !important;
}

.team-role {
    font-size: 16px !important;
    color: var(--o3pet-accent) !important;
    margin-bottom: 16px !important;
    font-weight: 500 !important;
}

.team-bio {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(45, 55, 72, 0.7) !important;
}

/* CTA Section */
.cta-section {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 30px !important;
    padding: 60px 40px !important;
    text-align: center !important;
    margin: 80px auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.cta-title {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #2d3748 !important;
    margin-bottom: 16px !important;
}

.cta-text {
    font-size: 18px !important;
    color: rgba(45, 55, 72, 0.8) !important;
    margin-bottom: 32px !important;
    line-height: 1.6 !important;
}

.cta-buttons {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.cta-button {
    background: linear-gradient(45deg, var(--o3pet-coral), var(--o3pet-accent)) !important;
    color: white !important;
    padding: 16px 32px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
}

.cta-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.cta-button.secondary {
    background: transparent !important;
    color: #2d3748 !important;
    border: 2px solid rgba(45, 55, 72, 0.2) !important;
    box-shadow: none !important;
}

.cta-button.secondary:hover {
    background: rgba(45, 55, 72, 0.05) !important;
    color: #2d3748 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-hero-title {
        font-size: 36px !important;
    }
    
    .about-section-title {
        font-size: 28px !important;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 40px 20px 40px 20px !important;
    }
    
    .about-hero-title {
        font-size: 28px !important;
    }
    
    .about-hero-subtitle {
        font-size: 16px !important;
    }
    
    .about-section {
        margin-bottom: 60px !important;
    }
    
    .about-section-title {
        font-size: 24px !important;
    }
    
    .about-section-text {
        font-size: 16px !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .feature-card {
        padding: 32px 24px !important;
    }
    
    .values-section,
    .stats-section,
    .cta-section {
        padding: 40px 24px !important;
        margin: 60px auto !important;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
    
    .stat-number {
        font-size: 36px !important;
    }
    
    .team-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    
    .cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .cta-button {
        width: 100% !important;
        max-width: 300px !important;
        text-align: center !important;
    }
}
