/* SEÇÃO QUEM SOMOS */
.quemsomos {
    max-width: 900px;
    /* largura máxima para boa leitura */
    margin: 80px auto;
    /* centraliza e dá respiro acima e abaixo */
    padding: 20px 30px;
    /* leve espaçamento interno */
    font-family: "Outfit", sans-serif;
    line-height: 1.7;
    /* leitura confortável */
    font-size: 23px;
    /* tamanho ideal */
    font-weight: 400;
    /* peso suave */
    color: #1a1a1a;
    /* cor de texto padrão */
    text-align: justify;
    /* texto alinhado */
}

/* TÍTULO PRINCIPAL */
.titulo h1 {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    font-family: "Outfit", sans-serif;
    text-align: justify;
    /* texto alinhado */
    line-height: 1.7;
    /* leitura confortável */
    max-width: 1000px;
    /* largura máxima para boa leitura */
    margin: 80px auto;
    /* centraliza e dá respiro acima e abaixo */
}

/* COR DO QUEM */
.titulo-quem {
    color: #00D18F;
    /* mude aqui */

}

/* COR DO SOMOS */
.titulo-somos {
    color: #000000;
    /* mude aqui */
}

/* CONTAINER DO TÍTULO */
.titulo-mercurio-container {
    text-align: center;
    margin-top: 60px;
}

/* "MERCÚRIO" – primeira parte */
.titulo-mercurio {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #00D18F;
    /* azul ou a cor que você preferir */
    margin-right: 10px;
}

/* "Gestão, Produção..." – segunda parte */
.titulo-gestao {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
    /* cor diferente */
}

.lista-colorida {
    list-style: none;
    /* remove a bolinha padrão */
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.6;
}

.lista-colorida li {
    position: relative;
    padding-left: 32px;
    /* espaço para a bolinha */
    margin-bottom: 18px;
}

/* BOLINHA COLORIDA */
.lista-colorida li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;
    height: 14px;
    background: #00D18F;
    /* 👈 cor da bolinha (trocar se quiser) */
    border-radius: 50%;
}

.titulo-clipping {
    text-align: center;
    margin-top: 60px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}

.materias-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 20px;
}

.materia-card {
    width: 300px;
    background: #FFF;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.materia-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    background: #DDD;
}

.materia-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.data {
    margin-top: -5px;
    color: #777;
    font-size: 14px;
}

.btn-link {
    display: block;
    margin: 15px auto 0;
    background: #00D18F;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.btn-link:hover {
    background: #00D18F;
}


/* RODAPÉ */
.side-left-bottom,
.side-right-bottom {
    position: absolute;
    width: 40px;
    pointer-events: none;
}

.side-left-bottom {
    left: 0;
}

.side-right-bottom {
    right: 0;
}

.footer {
    margin-top: 200px;
    padding: 5px 2px;
}

.footer-top {
    display: flex;
    justify-content: center;
    gap: 145px;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 300px;
}

.social {
    margin-top: 110px;
}

.social p {
    font-size: 22px;
    /* tamanho do texto */
    font-weight: 600;
    /* peso do texto */
    font-family: "Outfit", sans-serif;
}

.social .icons img {
    width: 60px;
    margin-right: 10px;

}

.newsletter {
    font-size: 22px;
    /* tamanho do texto */
    font-weight: 600;
    /* peso do texto */
    font-family: "Outfit", sans-serif;
    margin-top: 120px;
}

.newsletter-box {
    display: flex;
    margin-top: 10px;
}

.newsletter-box input {
    padding: 10px;
    width: 280px;
    /* Cor base */
    background-color: #ffffff;



    background-size: 2px 2px, 3px 3px, 1px 1px;
    border: 2px solid #777;
    font-family: "Outfit", sans-serif;
}

.newsletter-box button {
    background: #00D18F;
    color: rgb(4, 4, 4);
    padding: 15px 40px;
    border: none;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    border: 2px solid #777;
}

/* LOGOS INSTITUCIONAIS */
.footer-logos {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 105px;
}

/* TEXTO FINAL DO RODAPÉ */
.copy {
    margin-top: 100px;
    font-size: 15px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

/* ================================
   📱 RESPONSIVIDADE — ATÉ 1200px
   ================================ */
@media (max-width: 1200px) {

    .menu ul { gap: 35px; }

    .side-left,
    .side-right {
        width: 180px;
    }

    .main-logo {
        width: 420px;
    }

    .footer-top { gap: 70px; }

    /* TEXTOS */
    .titulo h1 { font-size: 60px; }
    .quemsomos,
    .lista-colorida { font-size: 22px; }
    .titulo-mercurio { font-size: 40px; }
    .titulo-gestao { font-size: 33px; }
}
/* ================================
   📱 RESPONSIVIDADE — ATÉ 992px
   ================================ */
@media (max-width: 992px) {

    /* MENU */
    .menu { padding: 50px 0; }

    .menu ul {
        gap: 25px;
        flex-wrap: wrap;
    }

    .menu a {
        font-size: 20px;
        padding: 4px 25px;
    }

    /* LATERAIS */
    .side-left,
    .side-right {
        width: 150px;
        margin-top: 0;
    }

    /* LOGO */
    .main-logo {
        width: 350px;
        margin-top: 0;
    }

    /* FOOTER */
    .footer-top { gap: 50px; }

    .footer-logo img { width: 260px; }

    .social,
    .newsletter { margin-top: 40px; }

    .newsletter-box input { width: 220px; }

    /* TEXTOS */
    .titulo h1 { font-size: 52px; }
    .quemsomos,
    .lista-colorida { font-size: 21px; }
    .titulo-mercurio { font-size: 35px; }
    .titulo-gestao { font-size: 30px; }
}
/* ================================
   📱 RESPONSIVIDADE — ATÉ 768px
   ================================ */
@media (max-width: 768px) {

    /* MENU */
    .menu ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .menu a { font-size: 18px; }

    .menu .active a {
        padding: 5px 22px;
    }

    .menu .active a::before {
        left: 10px;
        width: 12px;
        height: 12px;
    }

    /* ÍCONE DO HAMBÚRGUER */
    .hamburger {
        display: none;
        font-size: 32px;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
    }

    #nav-menu {
        transition: max-height 0.3s ease;
        overflow: hidden;
    }

    /* LATERAIS */
    .side-left,
    .side-right {
        width: 120px;
    }

    /* LOGO */
    .main-logo { width: 300px; }

    /* Mostra o hambúrguer */
    .hamburger {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    #nav-menu { max-height: 0; }

    #nav-menu.open { max-height: 500px; }

    .menu ul { flex-direction: column; gap: 20px; }

    .menu a {
        font-size: 20px;
        display: inline-block;
        padding: 10px 20px;
    }

    .menu .active a::before {
        left: 8px;
        width: 12px;
        height: 12px;
    }

    /* FOOTER */
    .footer { margin-top: 150px; }

    .footer-top {
        gap: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo img { width: 220px; }

    .social p,
    .newsletter { text-align: center; }

    .newsletter-box { justify-content: center; }

    .footer-logos img { height: 80px; }

    /* TEXTOS */
    .titulo h1 { font-size: 42px; text-align: center; }

    .titulo-quem,
    .titulo-somos {
        font-size: 42px;
        display: block;
        text-align: center;
    }

    .quemsomos,
    .lista-colorida { font-size: 20px; }

    .titulo-mercurio { font-size: 30px; }
    .titulo-gestao { font-size: 25px; }
}
/* ================================
   📱 RESPONSIVIDADE — ATÉ 480px
   ================================ */
@media (max-width: 480px) {

    /* MENU */
    .menu { padding: 40px 0; }

    .menu a { font-size: 16px; }

    /* LATERAIS */
    .side-left,
    .side-right {
        width: 90px;
    }

    /* LOGO */
    .main-logo { width: 240px; }

    /* TEXTOS */
    .titulo h1 {
        font-size: 32px;
        margin-top: 20px;
        text-align: center;
    }

    .titulo-quem,
    .titulo-somos {
        font-size: 32px;
        display: block;
        text-align: center;
    }

    .quemsomos {
        font-size: 18px;
        line-height: 1.6;
        padding: 0 15px;
        text-align: justify;
    }

    .titulo-mercurio { font-size: 28px; display: block; text-align: center; }
    .titulo-gestao { font-size: 22px; display: block; text-align: center; }

    .lista-colorida {
        font-size: 18px;
        padding: 0 15px;
    }

    /* FOOTER */
    .newsletter-box input { width: 180px; }

    .newsletter-box button { padding: 10px 25px; }

    .footer-logo img { width: 190px; }

    .footer-logos img { height: 65px; }

    .copy { font-size: 13px; }
}
