/* ===========================
   RESET
=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* ===========================
   FUNDO DOS PRÉDIOS
=========================== */

.topo {
    position: relative;
    background: url('../../assets/img/topo.jpg') center/cover no-repeat;
    height: 630px; /* topo maior */
    color: #fff;
    overflow: hidden;
    padding-top: 0;
    }


/* ===========================
   FORMA GEOMÉTRICA PRINCIPAL
   (faixa inclinada estilo HVK)
=========================== */

.topo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px; /* altura da faixa */
    background: linear-gradient(135deg, #0a4d8c, #062f55);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    opacity: 0.8;
    z-index: 1;
}

/* ===========================
   FORMA GEOMÉTRICA 2 (com texto)
=========================== */

.forma-2 {
    position: absolute;
    top: 10px;       /* ajuste vertical */
    right: 0;         /* encostada à direita */
    width: 55%;       /* largura da forma */
    height: 140px;    /* altura da forma */
    background: linear-gradient(135deg, #0f6fb8, #084a7c);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    opacity: 0.90;
    z-index: 1;
    display: flex;
    align-items: center;     /* centraliza verticalmente */
    padding-left: 40px;      /* margem interna para o texto */
}

.slogan {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 600px; /* evita que o texto fique muito largo */
    line-height: 1.4;
    font-size: 24px;
    padding-left: 130px;  /* margem esquerda */
    padding-top: 0px;   /* margem superior */
}


/* ===========================
   FORMA GEOMÉTRICA PARA O LOGO
=========================== */

.forma-logo {
    position: absolute;
    top: 40px;
    left: 0;
    width: 350px;
    height: 150px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 10;
    display: flex;
    align-items: flex-start; /* controla vertical */
    justify-content: flex-start; /* controla horizontal */

    padding-left: 20px;  /* margem esquerda do logo */
    padding-top: 20px;   /* margem superior do logo */
}


.logo {
    width: 270px;
    height: auto;
}


/* ===========================
   MENU PREMIUM PRATA METÁLICO
=========================== */

.menu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 0px 0;
    background-image: url('../../assets/img/menu3.png');
    margin-top: 135px;
     

    /* leve profundidade */
    box-shadow:
        inset 0 0 12px rgba(255,255,255,0.4),
        inset 0 0 25px rgba(0,0,0,0.25),
        0 4px 14px rgba(0,0,0,0.25);

    border-bottom: 2px solid rgba(255,255,255,0.4);
}
.menu.sticky {
    position: fixed;
    margin-top: 0px;
}


/* ===========================
   LINKS DO MENU (versão premium)
=========================== */

.menu ul {
    list-style: none;
    display: flex;
    justify-content:right;
    gap: 0; /* separadores vão cuidar do espaçamento */
    margin: 0;
    padding-right: 20px;;
    margin-top: 0px; /* ajuste fino */
    }

.menu ul li {
    position: relative;
}

/* SEPARADOR ENTRE LINKS */
.menu ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;

    background: rgba(0,0,0,0.35); /* prata escuro */
}


/* LINKS */
.menu a {
    text-decoration: none;
    color: #07223F;
    font-weight: 600;
    padding: 10px 30px;
    display: block;

    /* tipografia mais bonita */
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: "Segoe UI", "Inter", "Roboto", sans-serif;

    /* leve profundidade */
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);

    transition: 0.3s ease;
    position: relative;
}

/* LINHA PRATEADA ANIMADA */
.menu a::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0%;
    height: 2px;

    background: linear-gradient(90deg, #ffffff, #bfbfbf, #ffffff);

    transition: 0.3s ease;
    transform: translateX(-50%);
}

/* HOVER — cinza mais escuro e elegante */
.menu a:hover {
    color: #2b2b2b;
    background: rgba(0,0,0,0.18); /* cinza mais escuro */
    backdrop-filter: blur(2px);
}

.menu a:hover::before {
    width: 60%;
}

/* ATIVO — cinza mais escuro */
.menu a.ativo {
    color: #2b2b2b;
    background: rgba(0,0,0,0.22); /* mais escuro que o hover */
    backdrop-filter: blur(2px);
}

.menu a.ativo::before {
    width: 60%;
}


/* HOVER */
.menu a:hover {
    color: #4d4d4d;
    background: rgba(255,255,255,0.18);
}

.menu a:hover::before {
    width: 60%;
}

/* ATIVO */
.menu a.ativo {
    color: #1b1b1b;
}

.menu a.ativo::before {
    width: 60%;
}


#quemsomos {
    scroll-margin-top: 40px; /* ajuste conforme a altura do seu shape */
}

#atuacao {
    scroll-margin-top: 30px; /* ajuste conforme a altura do seu shape */
}

#diferenciais-estrategicos {
    scroll-margin-top: 40px; /* ajuste conforme a altura do seu shape */
}

#contato {
    scroll-margin-top: 40px; /* ajuste conforme a altura do seu shape */
}
/* ===========================
   SEÇÕES
=========================== */
.secao {
    padding: 80px 20px;
    text-align: center;
}

.secao h2 {
    font-size: 32px;
    color: #d4af37;
    margin-bottom: 20px;
}

/* ===========================
   RODAPÉ
=========================== */
.rodape {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}


/* Remove padding da seção Home */
.secao.sem-padding {
    padding: 0;
}


/* ====== CONTATO ====== */


/* SHAPE ESTILO "FORMA-2" AJUSTADO */
.contato-shape-forma2 {
    position: relative;
    width: 100%;
    height: 90px; /* altura menor */
    background: linear-gradient(135deg, #0f6fb8, #084a7c);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%); /* shape mais estreito */
    display: flex;
    justify-content: center; /* texto à direita */
    align-items: center;
    border-bottom: 5px solid #C8C8C8; /* PRATA */
    z-index: 2;
    margin-bottom: 30px;;
}


/* TEXTO DO SHAPE */
.contato-shape-forma2 h2 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}





/* FUNDO DA SEÇÃO */
.contato-bloco {
    width: 100%;
    background: #ffffff; /* dourado da paleta */
    padding: 5px 0;
    padding-bottom: 30px;
    }

/* CONTAINER CENTRAL */
.contato-container {
    width: 100%;
    max-width: 1200px; /* deixa alinhado com as outras sessões */
    margin: 0 auto;
    padding: 0 0px; /* aumenta o respiro lateral */
}


/* GRID DAS COLUNAS (equivalente ao grid interno de Atuação) */
.contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* COLUNA ESQUERDA */
.contato-col-esq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* IMAGEM ESQUERDA 100% LARGURA */
.contato-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

/* COLUNA DIREITA (FORMULÁRIO) */
.contato-col-dir {
    display: flex;
    justify-content: center;
}

/* BOX DO FORMULÁRIO */
.contato-box {
    background: #cccccc;
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    width: 100%;
    }

.contato-box h3 {
    font-size: 24px;
    color: #07223F;
    margin-bottom: 20px;
}

/* FORMULÁRIO */
.contato-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contato-form input,
.contato-form textarea {
    padding: 12px 14px;
    border: 1px solid #CCC;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.contato-form input:focus,
.contato-form textarea:focus {
    border-color: #07223F;
    box-shadow: 0 0 0 2px rgba(7,34,63,0.25);
}

.contato-form textarea {
    height: 120px;
    resize: none;
}

/* BOTÃO */
.btn-enviar {
    background: #07223F;
    color: #FFF;
    padding: 13px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-enviar:hover {
    background: #0A2F55;
}

/* RESPONSIVO */
@media (max-width: 768px) {

    .contato-bloco {
        padding: 40px 0;
    }

    .contato-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contato-box {
        padding: 25px 20px;
    }

    .contato-box h3 {
        font-size: 20px;
    }

    
}


/* BLOCO DE INFORMAÇÕES CORPORATIVAS */
.contato-info-corporativo {
    background: #07223F;
    padding: 28px 26px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    color: #ffffff;
}

.contato-info-corporativo h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #dadada;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contato-info-corporativo p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
    opacity: 0.9;
}

.contato-info-corporativo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contato-info-corporativo li {
    font-size: 15px;
    line-height: 1.5;
}

.contato-info-corporativo a {
    color: #949494;
    font-weight: 600;
    text-decoration: none;
}

.contato-info-corporativo a:hover {
    opacity: 0.7;
}


/* ====== FOOTER ====== */

.footer {
    background: #cccccc;
    padding: 20px 0;
    border-top: 2px solid #718faa;
}

.footer-content {
    display: flex;
    justify-content: center; /* alinha tudo à direita */
    align-items: center;
}

.footer .copy {
    font-size: 1rem;
    color: #333; /* preto suave */
}

.footer .wa-link {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.footer .wa-logo {
    width: 55px; /* ajuste se quiser menor */
    height: auto;
    margin-left: 6px;
    opacity: 0.9;
    transition: 0.3s;
}

.footer .wa-logo:hover {
    opacity: 1;
}


.retorno {
    margin-top: 10px;
    font-weight: bold;
}


.g-recaptcha {
    display: flex !important;
    justify-content: center !important;
    margin: 15px auto !important;
}






/* WHATSAPP FLUTUANTE */

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  right: 8px;
  width: 100px; /* tamanho do botão */
  height: auto;
  z-index: 1000;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.whatsapp-float img {
  width: 100%; /* tamanho do ícone */
  height: 100%;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}





html {
    scroll-behavior: smooth;
}


/* ===========================
   SEÇÃO EMPRESA COM FAIXA
=========================== */

.empresa-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.empresa-faixa {
    position: relative;
    padding: 50px 0 50px; /* espaço para a faixa */
    background: #f5f7fa;
    overflow: hidden;
}

/* FAIXA INCLINADA */
.empresa-faixa .faixa-inclinada {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #0a4d8c, #062f55);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    opacity: 0.95;
    z-index: 1;
}

/* TÍTULO 100% */
.empresa-faixa h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* GRID NOVA */
.empresa-grid.nova-empresa {
    display: grid;
    grid-template-columns: 0.85fr 1.6fr; /* foto menor, texto maior */
    gap: 60px;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}



/* IMAGEM À ESQUERDA */
.empresa-imagem img {
    width: 100%;
    max-width: 650px; /* AUMENTA A IMAGEM */
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.empresa-imagem {
    position: relative;
    z-index: 3;
    margin-top: -50px; /* SOBE A IMAGEM */
}



/* TEXTO À DIREITA */
.empresa-texto {
    font-size: 18px;
    line-height: 1.7;
    color: #1b1b1b;
    text-align: justify;        /* justifica o texto */
    margin-top: 30px;          /* sobe o bloco de texto */
}

.empresa-texto p {
    margin-bottom: 22px;
}

.empresa-texto strong {
    color: #0a4d8c;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .empresa-grid.nova-empresa {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .empresa-imagem img {
        margin: 0 auto 30px;
    }
}

/* ===========================
   BOXES EMPRESA
=========================== */

.empresa-boxes {
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}



.box-item h3 {
    font-size: 20px; /* maior */
    font-weight: 700;
    margin-bottom: 5px;
    color: #0f6fb8;
}

.box-item p {
    font-size: 14px; /* maior */
    line-height: 1.55;
    margin: 0;
    text-align: left; /* sem justificado */
}

.box-item {
    background: #f4f7fb;
    border-left: 6px solid #0f6fb8;
    padding: 4px 18px;
    border-radius: 8px;
    color: #07223F;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.25s ease; /* suavidade */
}

.box-item:hover {
    transform: translateY(-4px); /* levanta levemente */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* sombra mais profunda */
    background: #ffffff; /* fica ainda mais claro */
}


.empresa-boxes-4 {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


.box4-item {
    background: #c8cbcf; /* CINZA CLARO REAL */
    border-left: 6px solid #1b425f;
    padding: 20px 18px;
    border-radius: 8px;
    color: #07223F;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}


.box4-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f6fb8;
}

.box4-item p {
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    text-align: left;
}

/* Hover suave */
.box4-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    background: #ffffff;
}



@media (max-width: 768px) {
    .empresa-boxes {
        grid-template-columns: 1fr;
    }
}


/* ================================
   ATUAÇÃO
   ================================ */

/* BARRA DE TÍTULO ESTILO CONTATO */
.atuacao-titulo-shape {
    position: relative;
    width: 100%;
    height: 90px;
    background: linear-gradient(135deg, #0f6fb8, #084a7c);
    clip-path: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #C8C8C8;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
}

/* TEXTO DO TÍTULO */
.atuacao-titulo-shape h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* LINHA AZUL PREMIUM */
.atuacao-bloco-header h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #0a4d8c;
    border-radius: 4px;
}

/* SUBTÍTULO */
.atuacao-bloco-header p {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    padding: 0px 40px 0px 40px;
}


/* FUNDO GERAL E CONTAINER */
.atuacao-bg {
    background: #cccccc;
    padding: 60px 0;
}

.atuacao-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

/* TÍTULO GERAL */
.atuacao-barra h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0a4d8c;
    margin-bottom: 10px;
}

.atuacao-subtitulo {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
    }

.atuacao-bloco {
    background: #ffffff;
    padding: 0; /* cabeçalho agora faz parte do bloco */
    border-radius: 14px;
    overflow: hidden; /* deixa o cabeçalho colado ao bloco */
    border: 1px solid #e2e6ef;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.atuacao-bloco-grid {
    padding: 35px 35px; /* conteúdo interno */
}




/* Fundo alternado */
.bloco-paralegal {
    background: #eef1f6;
}

.bloco-licenciamento {
    background: #ffffff;
}

/* BARRA DE CLIENTES — ESTILO PREMIUM */
.atuacao-barra-clientes {
    width: 95%;
    background: linear-gradient(13deg, #aeb3b8, #3a3d3f);
    padding: 20px 20px 20px 20px ;
    border-radius: 10px;
    border-bottom: 5px solid #C8C8C8;
    margin: 0px 0px 20px 30px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* TÍTULO */
.atuacao-barra-clientes h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* TEXTO */
.atuacao-barra-clientes p {
    font-size: 19px;
    line-height: 1.6;
    color: #e8eef5;
    margin: 0;
}



/* GRID INTERNO DOS BLOCOS */
.atuacao-bloco-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.atuacao-col {
    background: #f0f4fa; /* azul claríssimo premium */
    padding: 22px 20px;
    border-radius: 12px;
    border: 1px solid #d8e2ef;
}


.atuacao-col h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0a4d8c;
    margin-bottom: 12px;
        margin-top: 0;
}

.atuacao-col p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}

.atuacao-col ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.atuacao-col ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.atuacao-col ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #0a4d8c;
    font-size: 18px;
    line-height: 1.2;
}

/* TAGS / PERFIS / ESCOPO */
.atuacao-tags {
    font-size: 15px;
    color: #333;
    background: rgba(10,77,140,0.06);
    border-radius: 999px;
    padding: 10px 16px;
    display: inline-block;
    margin-top: 8px;
}

/* MÉTRICAS PARLEGAL */
.atuacao-bloco-metricas {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.metrica-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 14px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border: 1px solid #dfe3ec;
}

.metrica-numero {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0a4d8c;
    margin-bottom: 4px;
}

.metrica-label {
    font-size: 14px;
    color: #555;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
    .atuacao-bloco-grid {
        grid-template-columns: 1fr 1fr;
    }

    .atuacao-bloco-metricas {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .atuacao-bloco {
        padding: 30px 22px;
    }

    .atuacao-bloco-grid {
        grid-template-columns: 1fr;
    }

    .atuacao-bloco-metricas {
        grid-template-columns: 1fr;
    }

    .atuacao-barra h2 {
        font-size: 30px;
    }

    .atuacao-subtitulo {
        font-size: 16px;
    }
}



/* ================================
   DIFERENCIAIS ESTRATÉGICOS
   ================================ */

.diferenciais-hero {
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(180deg, #062f55 0%, #052640 100%);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}


.diferenciais-titulo {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #e6eef5;
}

/* Linha decorativa minimalista premium */
.diferenciais-linha {
  width: 110px;
  height: 3px;
  background: linear-gradient(90deg, #4da3ff, #1c6dd0);
  margin: 0 auto 18px auto;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(77, 163, 255, 0.35);
}

.diferenciais-texto {
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  color: #d3e0ea;
}


/* CONTAINER IGUAL AO DA SESSÃO DE ATUAÇÃO */
.container-diferenciais {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* GRID 2 + 2 */
.diferenciais-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* BOX PREMIUM */
.diferenciais-box {
  background: #ffffff;
  padding: 22px 22px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.diferenciais-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.12);
}

/* TÍTULOS DOS BOXES */
.diferenciais-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #062f55;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

/* TEXTO DOS BOXES */
.diferenciais-box p {
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
  color: #2b2b2b;
  line-height: 1.7;
}

/* BLOCO FINAL — MULTINACIONAIS */
.diferenciais-texto-final {
    margin-top: 40px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #dfe3ea;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* BARRA DE TÍTULO */
.diferenciais-titulo-barra {
    background: linear-gradient(135deg, #0f6fb8, #084a7c);
    padding: 22px 30px;
    border-bottom: 5px solid #C8C8C8;
}

.diferenciais-titulo-barra h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* LISTA SEM BOLINHAS + TEXTO MAIOR */
.diferenciais-lista-final {
    list-style: none; /* remove bullets */
    padding: 30px 35px;
    margin: 0;
}

.diferenciais-lista-final li {
    font-size: 19px; /* AUMENTA O TEXTO */
    color: #333;
    line-height: 1.7;
    margin-bottom: 14px;
    padding-left: 0; /* remove espaço do bullet */
}


.localizacao-container {
    text-align: center;
    padding: 40px 0px;
}

.localizacao-endereco {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
}

.localizacao-mapa {
    max-width: 1600px;
    margin: 0 auto;
}



/* ============================================
   MOBILE COMPLETO — OTIMIZAÇÃO PREMIUM VERTO
   ============================================ */
@media (max-width: 768px) {

    /* ===== TOPO ===== */
    .topo {
        height: auto;
        padding-bottom: 40px;
    }

    .topo::before {
        height: 180px;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
    }

    .forma-logo {
        width: 240px;
        height: 110px;
        padding-left: 15px;
        padding-top: 15px;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }

    .logo {
        width: 180px;
    }

    .forma-2 {
        width: 100%;
        height: auto;
        padding: 20px;
        clip-path: none;
        position: relative;
        margin-top: 140px;
        justify-content: center;
    }

    .slogan {
        padding-left: 0;
        text-align: center;
        font-size: 18px;
        max-width: 90%;
        margin: 0 auto;
    }

    /* ===== MENU ===== */
    .menu {
        margin-top: 0;
        position: relative;
        background-size: cover;
    }

    .menu ul {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .menu ul li::after {
        display: none;
    }

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

/* ===========================
   MOBILE / HAMBÚRGUER
=========================== */

@media (max-width: 768px) {

    /* MENU FIXO NO MOBILE */
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        z-index: 9999;
    }

    /* empurra o conteúdo para baixo */
    body {
        padding-top: 0px;
    }

    /* BOTÃO HAMBÚRGUER */
.menu-hamburguer {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #ffffff; /* FUNDO BRANCO */
    border-radius: 8px;  /* bordas suaves */
    padding: 9px 7px;    /* espaço interno */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* leve sombra premium */
}

.menu-hamburguer span {
    display: block;
    width: 100%;
    height: 4px;
    background: #07223F; /* AZUL ESCURO */
    border-radius: 4px;
    transition: 0.3s ease;
}

    /* ANIMAÇÃO DO X */
    .menu-hamburguer.ativo span:nth-child(1) {
        transform: translateY(13px) rotate(45deg);
    }
    .menu-hamburguer.ativo span:nth-child(2) {
        opacity: 0;
    }
    .menu-hamburguer.ativo span:nth-child(3) {
        transform: translateY(-13px) rotate(-45deg);
    }

    /* MENU MOBILE FECHADO */
    .menu ul {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: none;
        flex-direction: column;
        padding: 20px 0;
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    /* MENU MOBILE ABERTO */
    .menu ul.ativo {
        display: flex;
    }

    /* LINKS MOBILE */
    .menu a {
        padding: 16px 0;
        font-size: 20px;
        color: #07223F;
        background: none;
    }

    .menu ul li::after {
        display: none;
    }
}


    /* ===== EMPRESA ===== */
    .empresa-faixa h2 {
        font-size: 28px;
        margin-bottom: 70px;
    }

    .empresa-grid.nova-empresa {
        gap: 20px;
    }

    .empresa-texto {
        font-size: 16px;
        padding: 0 10px;
    }

    .empresa-boxes {
        grid-template-columns: 1fr;
    }

    .empresa-boxes-4 {
        grid-template-columns: 1fr;
        margin-top: -10px; 
    }

    .empresa-texto {
    margin-top: -20px; 
    }

    /* ===== ATUAÇÃO ===== */
    .atuacao-barra h2 {
        font-size: 32px;
        margin-top: -30px; 
    }

    .atuacao-subtitulo {
        font-size: 15px;
        padding: 0 10px;
    }

    .atuacao-bloco {
        padding: 0;
    }

    .atuacao-bloco h3{
        font-size: 18px;

    }

    .atuacao-bloco-grid {
        padding: 20px;
        gap: 20px;
    }

    .atuacao-col {
        padding: 18px;
    }

    .atuacao-barra-clientes {
        margin: 0 auto 20px auto;
        width: 100%;
    }

    /* ===== DIFERENCIAIS ===== */
    .diferenciais-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .diferenciais-box {
        padding: 18px;
    }

    .diferenciais-box h3 {
        font-size: 1.1rem;
    }

    .diferenciais-box p {
        font-size: 0.95rem;
    }

    .diferenciais-titulo {
        font-size: 1.6rem;
    }

    .diferenciais-texto {
        font-size: 1rem;
        padding: 0 10px;
    }

    /* ===== CONTATO ===== */
    .contato-shape-forma2 {
        height: 50px;
        padding-left: 75px;
    }

    .contato-shape-forma2 h2 {
        font-size: 22px;
    }

    .contato-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contato-info-corporativo {
        padding: 20px;
    }

    .contato-box {
        padding: 20px;
    }

    .contato-form input,
    .contato-form textarea {
        font-size: 14px;
    }

    .btn-enviar {
        font-size: 15px;
        padding: 12px;
    }




    /* ===== LOCALIZAÇÃO ===== */
    .localizacao-endereco {
        font-size: 17px;
        padding: 0 10px;
    }

    .localizacao-mapa iframe {
        height: 260px !important;
    }

    /* ===== WHATSAPP FLOAT ===== */
    .whatsapp-float {
        width: 70px;
        bottom: 25px;
        right: 10px;
    }
}

/* ===== EXTRA MOBILE (TELAS MUITO PEQUENAS) ===== */
@media (max-width: 480px) {

    .logo {
        width: 150px;
    }

    .forma-logo {
        width: 200px;
        height: 95px;
    }

    .slogan {
        font-size: 16px;
    }

    .atuacao-barra h2 {
        font-size: 24px;
    }

    .diferenciais-titulo {
        font-size: 1.4rem;
    }

    .contato-shape-forma2 h2 {
        font-size: 20px;
    }
}
