/* Ruta: /assets/css/nosotros.css */
body, p, span, .hero-nosotros-subtitle, .lerwen-unified-block, .lerwen-unified-block p, .lerwen-unified-block .lerwen-text-work-sans, .lerwen-unified-block .lerwen-eyebrow, .pilar-text, .mobile-team-role {
    font-family: 'Work Sans', sans-serif !important;
}

.lerwen-unified-block .lerwen-title-kallisto, .pilar-card h5, .glass-team-card h5, .mobile-team-name {
    font-family: 'Kallisto', sans-serif !important;
}

.nosotros-hero {
    height: 60vh;
    min-height: 500px;
}

.hero-nosotros-subtitle {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .hero-nosotros-subtitle {
        font-size: 1.25rem; 
    }
}

.lerwen-unified-block {
    color: #000000;
}

.lerwen-unified-block .lerwen-title-kallisto {
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}

.lerwen-unified-block .lerwen-eyebrow {
    color: #888888;
}

.lerwen-unified-block .lerwen-vertical-accent {
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 90px;
    background-color: #000000;
    border-radius: 1px;
}

.lerwen-unified-block .lerwen-text-work-sans {
    font-size: 1.15rem !important;
}

@media (max-width: 767.98px) {
    .lerwen-unified-block .col-md-6:first-child {
        margin-bottom: 4rem !important; 
    }
}

.pilar-card {
    min-height: 350px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
    cursor: default;
}

.pilar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    background-color: #ffffff !important;
}

.pilar-text {
    font-size: 1.1rem !important;
}

.team-glass-section {
    background: url('/assets/img/gerenciado.webp') center/cover no-repeat fixed;
    min-height: 80vh;
    position: relative;
}

.team-overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    z-index: 1;
}

.glass-team-card {
    background: rgba(165, 165, 165, 0.07);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: .30rem;
    padding: 2rem;
    transition: transform 0.3s ease;
}

.glass-team-card:hover {
    transform: translateY(-5px);
}

.team-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

.team-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.team-nav-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: #000000;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .mobile-team-name {
        font-size: 1rem !important;
    }
    .mobile-team-role {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }
}