.elementor-232 .elementor-element.elementor-element-c6543fc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-232 .elementor-element.elementor-element-78b3710{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-af779fc *//* --- Hero Banner Simples - Página Sobre Nós --- */

.sobre-hero-section {
    position: relative;
    width: 100%;
    min-height: 450px; 
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'DM Sans', sans-serif;
    
    /* Ajuste para o menu sobreposto */
    margin-top: -175px; 
    padding-top: 305px; 
    padding-bottom:150px;/* Compensa a margem para o texto não ficar atrás do menu */
}

.sobre-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    z-index: 2;
}

.sobre-hero-content {
    max-width: 650px;
    color: #ffffff;
}

/* Reaproveitando e garantindo o estilo das classes do Hero */
.hero-badge {
    background-color: rgba(254, 61, 0, 0.15);
    color: #FE3D00;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-title strong {
    color: #FE3D00;
}

.hero-divider {
    height: 3px;
    width: 60px;
    background-color: #FE3D00;
    margin-bottom: 25px;
    border-radius: 2px;
}

.hero-subtitle {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
    color: #E2E8F0;
    margin-bottom: 0;
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .sobre-hero-section {
        min-height: 400px;
        background-image: linear-gradient(to right, rgba(6, 28, 45, 0.95) 0%, rgba(6, 28, 45, 0.85) 100%), url('https://salomaopereira.com.br/wp-content/uploads/2026/03/2543.jpg') !important; 
        /* Escurece um pouco mais no mobile para garantir leitura */
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-608266f *//* --- Seção Sobre Nós --- */

.sobre-nos-section {
    padding: 100px 20px;
    background-color: #F8FAFC; /* Um cinza bem claro para diferenciar da seção branca de áreas */
    font-family: 'DM Sans', sans-serif;
}

.sobre-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Intro e Textos Institucionais */
.sobre-intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge {
    background-color: rgba(254, 61, 0, 0.1);
    color: #FE3D00;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

.sobre-main-title {
    font-size: 2.6rem;
    color: #061C2D;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sobre-main-title strong {
    color: #FE3D00;
}

.sobre-description {
    font-size: 1.1rem;
    color: #5A6A78;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Grid de Sócios */
.socios-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Cards dos Sócios */
.socio-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(6, 28, 45, 0.08);
    border-top: 4px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
}

.socio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(6, 28, 45, 0.12);
    border-top-color: #FE3D00;
}

.socio-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E8F0;
}

.socio-name {
    font-size: 1.6rem;
    color: #061C2D;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.socio-role {
    font-size: 0.9rem;
    color: #FE3D00;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.socio-resume {
    font-size: 1.05rem;
    color: #061C2D;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Lista de Atributos do Sócio */
.socio-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socio-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.socio-features-list li:last-child {
    margin-bottom: 0;
}

.socio-features-list li i {
    color: #FE3D00;
    font-size: 1.2rem;
    margin-top: 4px;
    min-width: 20px;
    text-align: center;
}

.socio-features-list li div {
    font-size: 0.95rem;
    color: #5A6A78;
    line-height: 1.6;
}

.socio-features-list li strong {
    color: #061C2D;
}

/* --- Responsividade --- */
@media (max-width: 992px) {
    .socios-grid {
        grid-template-columns: 1fr; /* Empilha os cards no tablet/mobile */
        gap: 30px;
    }
    
    .sobre-main-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .sobre-nos-section {
        padding: 60px 20px;
    }
    
    .sobre-main-title {
        font-size: 1.8rem;
    }
    
    .socio-card {
        padding: 25px;
    }
}/* End custom CSS */