/* Estilos da Página Sobre Nós */

/* Banner da Página - Área principal no topo com título */
.page-banner {
    position: relative;
    height: 300px;
    background: url('https://images.unsplash.com/photo-1501290741922-b56c0d0884af?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&h=600&q=80') center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
}

.page-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 52, 107, 0.8); /* --bossanova with opacity */
    z-index: 1;
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.breadcrumbs {
    font-size: 1rem;
}

.breadcrumbs a {
    color: var(--gold-sand);
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Seção de Missão e Visão - Apresentação dos principais valores institucionais */
.mission-vision {
    padding: 5rem 0;
    background-color: white;
}

.mission-vision-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.mission-box, .vision-box {
    flex: 1;
    max-width: 500px;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 1;
    transform: none;
}

.mission-box.visible, .vision-box.visible {
    opacity: 1;
    transform: none;
}

.mission-box {
    background-color: var(--snuff);
    border-top: 5px solid var(--bossanova);
}

.vision-box {
    background-color: white;
    border-top: 5px solid var(--gold-sand);
}

.mission-box:hover, .vision-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.mission-box .icon-wrapper {
    background-color: var(--bossanova);
    color: white;
}

.vision-box .icon-wrapper {
    background-color: var(--gold-sand);
    color: var(--bossanova);
}

.mission-box h2, .vision-box h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--bossanova);
}

.mission-box .divider, .vision-box .divider {
    margin: 0 auto 1.5rem;
}

.mission-box p, .vision-box p {
    line-height: 1.7;
    color: #444;
}

/* Visão Geral Institucional - Informações sobre a história e atuação da instituição */
.institutional-overview {
    padding: 5rem 0;
    background-color: var(--snuff);
}

.divider.center {
    margin: 1rem auto 3rem;
}

.overview-content {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.overview-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.overview-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.overview-image:hover img {
    transform: scale(1.05);
}

.overview-text {
    flex: 1;
}

.overview-text p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #444;
}

/* Status de Acreditação - Informações sobre certificações e reconhecimentos */
.accreditation-status {
    padding: 5rem 0;
    background-color: white;
}

.accreditation-content {
    max-width: 900px;
    margin: 2rem auto 0 auto;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(84, 52, 107, 0.07);
}

.accreditation-info {
    text-align: justify;
}

.accreditation-info p {
    text-align: justify;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.accreditation-list {
    text-align: left;
    max-width: 700px;
    margin: 1.5rem auto 2rem auto;
    padding-left: 1.2rem;
}

.accreditation-list li {
    color: var(--bossanova);
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
    line-height: 1.7;
    list-style: disc inside;
}

.accreditation-note {
    text-align: center;
    max-width: 700px;
    margin: 2rem auto 0;
    color: #555;
    font-style: italic;
}

.icon-list {
    padding-left: 0;
    list-style: none;
}

.icon-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.12rem;
    color: var(--bossanova);
    margin-bottom: 1.1rem;
    line-height: 1.7;
    background: none;
    font-weight: 500;
}

.icon-list li i {
    color: var(--gold-sand);
    font-size: 1.2rem;
    min-width: 1.3em;
}

.accreditation-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-sand), var(--snuff));
    border-radius: 2px;
    margin: 2.5rem auto 2.5rem auto;
}

.highlight {
    color: var(--bossanova);
    font-weight: 600;
    background: linear-gradient(90deg, #f7e7c6 60%, transparent 100%);
    border-radius: 3px;
    padding: 0 0.2em;
}

/* Governança e Estrutura - Apresentação da organização administrativa */
.governance {
    padding: 5rem 0;
    background-color: var(--snuff);
}

.intro-text {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444;
}

.governance-chart {
    max-width: 900px;
    margin: 0 auto;
}

.org-level {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.org-level::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 2px;
    height: 1rem;
    background-color: var(--bossanova);
}

.org-level:last-child::after {
    display: none;
}

.org-box {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 250px;
    border-left: 5px solid var(--bossanova);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.org-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.level-1 .org-box {
    border-color: var(--gold-sand);
    background-color: var(--bossanova);
    color: white;
}

.level-1 .org-box h3 {
    color: var(--gold-sand);
}

.level-2 .org-box {
    border-color: var(--mamba);
}

.level-3 {
    flex-wrap: wrap;
}

.org-box h3 {
    margin-bottom: 0.5rem;
    color: var(--bossanova);
    font-size: 1.3rem;
}

.org-box p {
    color: #555;
    font-size: 0.9rem;
}

.level-1 .org-box p {
    color: var(--snuff);
}

/* Equipe de Liderança - Apresentação dos principais gestores */
.leadership {
    padding: 5rem 0;
    background-color: white;
}

.leadership-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.team-member {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.team-member.visible {
    opacity: 1;
    transform: translateY(0);
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.member-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.member-info h3 {
    color: var(--bossanova);
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}

.member-info > p {
    color: var(--gold-sand);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}

.member-credentials {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    color: #777;
    font-size: 0.9rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    border: none;
    padding-left: 0;
    margin-left: 0;
    position: relative;
    flex: 0 0 auto;
}

.member-credentials span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0;
    margin-left: 0;
}

.member-credentials i {
    color: var(--gold-sand);
    margin-right: 0.5rem;
    width: 20px;
    min-width: 20px;
    text-align: center;
}

.member-description {
    color: var(--bossanova) !important;
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: justify !important;
    border-top: 1px solid var(--snuff);
    padding-top: 1rem;
    margin-top: auto;
    flex: 1;
    display: flex;
    align-items: center;
}

.team-note {
    text-align: center;
    font-style: italic;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Plano Estratégico - Resumo dos objetivos e metas institucionais */
.strategic-plan {
    padding: 5rem 0;
    background-color: var(--snuff);
}

.strategic-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pillar {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.pillar.visible {
    opacity: 1;
    transform: translateY(0);
}

.pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pillar-icon {
    width: 70px;
    height: 70px;
    background-color: var(--snuff);
    color: var(--bossanova);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
}

.pillar h3 {
    color: var(--bossanova);
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
}

.pillar ul {
    text-align: left;
    list-style-position: inside;
    margin-top: 1rem;
}

.pillar li {
    color: #555;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

/* Código de Ética - Princípios e valores que norteiam a instituição */
.code-of-ethics {
    padding: 5rem 0;
    background-color: white;
}

.ethics-principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.principle {
    padding: 2rem;
    border-radius: 10px;
    background-color: var(--snuff);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.principle.visible {
    opacity: 1;
    transform: translateY(0);
}

.principle:hover {
    transform: translateY(-5px);
}

.principle h3 {
    color: var(--bossanova);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.principle h3 i {
    margin-right: 0.8rem;
    color: var(--gold-sand);
}

.principle p {
    color: #555;
    line-height: 1.6;
}

.ethics-download {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background-color: var(--snuff);
    border-radius: 10px;
}

.ethics-download p {
    margin-bottom: 1.5rem;
    color: #555;
}

/* Parcerias e Afiliações - Apresentação dos parceiros e colaboradores */
.partnerships {
    padding: 5rem 0;
    background-color: var(--snuff);
}

.partnership-categories {
    display: flex;
    gap: 3rem;
    margin: 3rem 0;
    flex-wrap: wrap;
    align-items: stretch;
}

.partnership-category {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 300px;
}

.partnership-category h3 {
    color: var(--bossanova);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.partners-coming-soon {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 2px dashed var(--bossanova);
}

.partners-coming-soon .coming-soon-icon {
    font-size: 2.5rem;
    color: var(--gold-sand);
    margin-bottom: 1rem;
}

.partners-coming-soon h4 {
    color: var(--bossanova);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.partners-coming-soon p {
    color: #555;
    line-height: 1.6;
}

.collaboration-benefits {
    margin-top: 4rem;
}

.collaboration-benefits h3 {
    color: var(--bossanova);
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 1;
    transform: none;
}

.benefit.visible {
    opacity: 1;
    transform: none;
}

.benefit:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefit i {
    font-size: 2.5rem;
    color: var(--gold-sand);
    margin-bottom: 1.2rem;
}

.benefit h4 {
    color: var(--bossanova);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit p {
    color: #555;
    line-height: 1.6;
}

/* Chamada para Ação - Área para conversão de visitantes */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(to right, var(--bossanova), var(--rum));
    color: white;
}

/* Estilos Responsivos - Adaptações para diferentes tamanhos de tela */
@media (max-width: 992px) {
    .mission-vision-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .mission-box, .vision-box {
        width: 100%;
    }
    
    .overview-content {
        flex-direction: column;
    }
    
    .overview-image {
        order: -1;
        margin-bottom: 2rem;
    }
    
    .page-banner h1 {
        font-size: 2.5rem;
    }
    
    .partnership-categories {
        flex-direction: column;
        gap: 2rem;
    }
    .partnership-category {
        min-width: unset;
    }
}

@media (max-width: 768px) {
    .page-banner {
        height: 200px;
    }
    
    .page-banner h1 {
        font-size: 2rem;
    }
    
    .org-level {
        flex-direction: column;
        align-items: center;
    }
    
    .leadership-team {
        grid-template-columns: 1fr;
    }
    
    .team-member {
        height: auto;
        min-height: auto;
    }
    
    .ethics-principles {
        grid-template-columns: 1fr;
    }
    
    .partnership-categories {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pillar ul {
        padding-left: 0;
    }
    
    .pillar li {
        list-style-position: outside;
        margin-left: 1rem;
    }
    
    .ethics-download {
        padding: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .leadership-team {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .leadership-team {
        gap: 1.2rem;
        margin: 1.5rem 0;
    }
    .team-member {
        min-width: 0;
        padding: 1.2rem 0.8rem;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(84,52,107,0.07);
        margin: 0 0.2rem;
    }
    .member-info h3 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    .member-info > p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .member-credentials {
        gap: 0.5rem;
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    .member-credentials span {
        gap: 0.4rem;
    }
    .member-credentials i {
        font-size: 1.1rem;
        min-width: 18px;
    }
    .member-description {
        font-size: 0.97rem;
        padding-top: 0.7rem;
        margin-top: 0.5rem;
        border-top: 1px solid var(--snuff);
    }
}

.partners-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(135deg, #fff 80%, var(--snuff) 100%);
    border-radius: 18px;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    box-shadow: 0 8px 32px rgba(84, 52, 107, 0.10);
    margin-bottom: 1.5rem;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    border-top: 6px solid var(--gold-sand);
    transition: box-shadow 0.2s, transform 0.2s;
}

.partners-info:hover {
    box-shadow: 0 16px 40px rgba(84, 52, 107, 0.16);
    transform: translateY(-4px) scale(1.01);
}

.partners-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--snuff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--bossanova);
    margin-bottom: 1.2rem;
    margin-left: 0;
    box-shadow: 0 2px 8px rgba(84, 52, 107, 0.07);
}

.partners-info h4 {
    color: var(--bossanova);
    font-size: 1.32rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.partners-info p {
    color: #4a4065;
    font-size: 1.09rem;
    margin-bottom: 0.8rem;
    line-height: 1.7;
    margin-top: 0;
}

.partners-info ul {
    margin: 0.8rem 0 0.8rem 1.2rem;
    padding-left: 1.2rem;
    color: #4a4065;
    font-size: 1.07rem;
    line-height: 1.7;
    list-style: none;
}

.partners-info ul li {
    margin-bottom: 0.5rem;
    padding-left: 0.1rem;
    position: relative;
}

.partners-info ul li::before {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: var(--gold-sand);
    border-radius: 50%;
    margin-right: 0.7em;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (max-width: 768px) {
    .partners-info {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
    .partners-icon {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
} 