/* ================= SOBRE ================= */
/* Seção de destaque com imagem de fundo */
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.sobre-hero {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    height: 450px;
    display: flex;
    align-items: end; /* center para ficar no meio e end para ficar no fim */
    justify-content: center;
}

.sobre-hero  h3 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); 
    z-index: 2;
    margin-bottom: 20px;
}

.sobre {
    color: #E8D8C4;
    font-family: 'Cooper Hewitt', sans-serif;
    text-align: center;
}

.titulo-neon {
    border: 2px solid #E27C19;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #E27C19, 0 0 20px #F7A92E;
}


.sobre h1 {
    font-family: 'Bebas Neue', sans-serif;
    color: #E27C19;
    text-transform: uppercase;
    font-size: 2.8rem;
}

.sobre h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #E27C19;
    text-transform: uppercase;
    font-size: 2.2rem;
}

.sobre-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.sobre-topo .mis-vis {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
}

.sobre-topo .quem-somos {
    width: 50%;
    text-align: center;
}

.quem-somos{
    font-size: 1rem;
}

/* Missão e Visão cards */
.mis-vis div {
    background: #E27C19;
    padding: 10px;
    border-radius: 8px;
    color: white;
    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mis-vis i {
    color: #fff;
    color: inherit;
}

.mis-vis h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* espaço entre ícone e texto */
    font-size: 2rem;
    color: #fff;
    margin: 0;
}

.mis-vis p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5;
}

/* Valores e Diferenciais */

/* VALORES - 3 colunas */
.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.valor {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    transition: transform 0.2s ease;
    justify-content: center;
}

.valor:hover {
    transform: scale(1.03);
}

/* Cores intercaladas para VALORES */
.valor:nth-child(3n+1) {
    background-color: #E27C19;
    color: #fff;
}
.valor:nth-child(3n+2) {
    background-color: #FFB745 ;
    color: #FF7426;
}
.valor:nth-child(3n+3) {
    background-color: #F7A92E;
    color: #110C3D;
}

.valor i {
    color: inherit;
}

/* DIFERENCIAIS - 2 colunas */
.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.diferencial {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    transition: transform 0.2s ease;
    justify-content: center;
}

.diferencial:hover {
    transform: scale(1.03);
}

/* Cores intercaladas para DIFERENCIAIS */
.diferencial:nth-child(2n+1) {
    background-color: #E27C19;
    color: #fff;
}
.diferencial:nth-child(2n+2) {
    background-color: #F7A92E;
    color: #110C3D;
}

.diferencial i {
    margin-bottom: 10px;
    color: inherit;
    margin-top: 10px;
}


/* Equipe */
.equipe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas em telas grandes */
    gap: 20px;
    justify-items: center; /* Centraliza os itens */
    padding: 20px;
}

/* Membro */

.membro h3 {
    color: #110C3D; 
}
.membro {
    background-color: #E27C19;
    padding: 20px; /* Aumentando o padding para dar mais espaçamento interno */
    text-align: center;
    border-radius: 10px;
    align-items: center;
    width: 100%; /* Ajuste para garantir que o membro ocupe a largura disponível */
    max-width: 250px; /* Aumentando o tamanho máximo do card */
    margin: 15px;
}

.membro img {
    width: 120px; /* Aumentando o tamanho das imagens */
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px; /* Espaço entre a imagem e o nome */
}

.membro h3 {
    font-size: 1.2rem; /* Aumentando o tamanho da fonte do nome */
    margin-top: 10px;
}

.membro p, .membro a {
    color: white;
    font-size: 1rem; /* Aumentando o tamanho da fonte do cargo e do email */
}

/* Seção de Parceiros */
.parceiros {
    margin-top: 50px;
    align-items: center;
    padding: 40px;
}

.parceiros h1{
    font-family: 'Bebas Neue', sans-serif;
    color: #E27C19;
    text-transform: uppercase;
    font-size: 2.8rem;
}

.parceiros-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.parceiros-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 700px; /* ajusta conforme o layout */
}

.parceiros-track {
    display: flex;
    transition: transform 0.5s ease;
}

.parceiro-item {
    flex: 0 0 50%; /* mostra 2 por vez */
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.parceiro-item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: white;
    border: 3px solid #E27C19;
    border-radius: 10px;
    padding: 10px;
}

.parceiro-item p {
    margin-top: 10px;
    font-size: 14px;
}

/* Botões */
.parceiro-prev, .parceiro-next {
    background: none;
    border: none;
    font-size: 2rem;
    color: #E27C19;
    cursor: pointer;
    padding: 10px;
    transition: color 0.3s ease;
}

.parceiro-prev:hover, .parceiro-next:hover {
    color: #F7A92E;
}

/* Estilo para os parceiros de tela cheia */
.parceiro-full {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    gap: 40px;
    text-align: left;
    justify-content: center; /* substitui space-between */

}

.parceiro-full img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    background-color: white;
    border: 3px solid #E27C19;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 50px;
}

.parceiro-full p {
    max-width: 700px;
    font-size: 16px;
}
.btn-topo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #E27C19;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    z-index: 999;
    transition: background 0.3s;
}

.btn-topo:hover {
    background: #F7A92E;
}

/* Responsivo em mobile */
@media screen and (max-width: 768px) {

    .membro {
        max-width: 200px; /* Reduzindo o tamanho do card em dispositivos pequenos */
    }

    .membro img {
        width: 100px; /* Reduzindo o tamanho da imagem em dispositivos pequenos */
        height: 100px;
    }

    /* Imagem da equipe: ocupar toda a largura */
    .equipe-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .membro {
        width: 100%;
        max-width: none;
        margin: 10px 0;
    }

    .membro img {
        width: 90px;
        height: 90px;
    }

    /* Frase da empresa pequena */
    .sobre-hero h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    /* Texto quem somos acima dos cards de missão e visão */
    .sobre-topo {
        flex-direction: column;
        padding: 20px;
    }

    .sobre-topo .quem-somos,
    .sobre-topo .mis-vis {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .quem-somos {
        order: -1; /* move para cima */
    }

    /* Cards Missão e Visão em coluna */
    .mis-vis {
        width: 100%;
    }

    .mis-vis div {
        width: 100%;
    }

    /* Valores e diferenciais em coluna */

    .valores-grid, .diferenciais-grid {
        grid-template-columns: 1fr;
    }

    .valor, .diferencial {
        width: 100%;
    }

    .valor,
    .diferencial {
        width: 100%;
    }

    /* Títulos menores */
    .sobre h1,
    .sobre h2,
    .parceiros h1 {
        font-size: 1.8rem;
    }

    .mis-vis h2 {
        font-size: 1.4rem;
    }

    /* Logos dos parceiros acima e texto abaixo */
    
    .parceiro-item {
        flex: 0 0 100%;
    }

    .parceiro-full {
        flex-direction: column;
        text-align: center;
    }

    .parceiro-full img {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }

    .parceiro-full p {
        max-width: 100%;
        font-size: 14px;
    }
}