*{
    margin: 0;
    padding: 0%;
    text-decoration: none;
    
}

body{
       background-color: #F6F6F6;
}

.MENUPRINCIPAL .HEADERSLINKS .APRESENTACAOELO{ /* BACKGROUND ENTRE AS DIVISOES*/
   background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 44.717809557914734%,
    rgba(246, 246, 246, 1) 100%
    );
    border-radius: 5px;
    height: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);

}

.HEADERSLINKS{ /* LOGO E LINKS DO HEADER*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;

}


.HEADERSLINKS .LOGO{ /* DIV EM QUE ESTÁ O LOGO*/
    width: 84px;
    height: 81px;
}

.LOGO1{ /* LOGO */
    width: 100%;
    height: auto;
}

.LOGO{
    margin: 30px;
}

.HEADERSLINKS .LINKS{ /* DIV EM QUE ESTÁ OS LINKS*/
    margin: 30px;
}

.HEADERSLINKS .LINKS a{ /* PROPRIEDADE DOS LINKS DENTRO DA DIV*/
    margin: 17px;
    color: #111111e5;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 300;
}


.MENUPRINCIPAL{ /* Section de textos*/
    margin-top: 3%;
    background-color: #F6F6F6;
}


.TituloP{ /* Titulo principal em vermelho*/
    display: flex;
    justify-content: center;
    color: #800020;
    font-size: 55px;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
}

.TituloS{ /* Titulo secundario degrade*/
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    color: rgba(17, 17, 17, 0.8);
    margin-top: -20px;
}

.TituloT{ /* Descrição abaixo dos titulos*/
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-family: "Biryani", sans-serif;
    font-weight: 300;
    font-style: normal;
}



.BOTOESCHAMADA{ /* Divisão para os botoes de chamada de ação*/
    margin-top: 0.5%;
    display: flex;
    justify-content: center;
    align-items: center;   
    font-size: 15px;
    margin-right: 40px;
}

.BotaoU a{ /* Caminho para o Chatbot de agenda e conversão*/
    display: inline-block;
    padding: 5px 18px 5px 18px;
    background-color: #800020;
    color: #F8F8F8;
    border-radius: 20px;
    margin-right: 20px;
    font-size: 13px;
    font-family: "Biryani", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.BotaoD a{ /* Caminho para o Chatbot/atendente de explicação e apresentação institucional*/
    color: #111111;
    text-decoration: underline;
    font-size: 13px;
    font-family: "Biryani", sans-serif;
    font-weight: 300;
    font-style: normal;
    
}


@media(max-width: 723px){

    .HEADERSLINKS{
        justify-content: center;
        
    }
    
    .LOGO{
        margin: 30px 30px 0px 30px;
    }
    
    .LINKS{
        display: none;
    }

    .MENUPRINCIPAL{ /* Section de textos*/
    margin-top: 40px;
    background-color: #F6F6F6;
    }

    .TituloP{
        display: flex;
        justify-content: center;
        color: #800020;
        font-size: 28px;
        font-family: "Crimson Text", serif;
        font-weight: 600;
        font-style: italic;
    }

    .TituloS{ /* Titulo secundario degrade*/
        display: flex;
        justify-content: center;
        font-size: 25px;
        font-family: 'SF Pro Display', sans-serif;
        font-style: italic;
        color: rgba(17, 17, 17, 0.8);
        margin-top: -10px;
    }

    .TituloT{ /* Descrição abaixo dos titulos*/
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 11px;
        font-family: "Biryani", sans-serif;
        font-weight: 300;
        font-style: normal;
        width: 80%;        
        margin: 0 auto;
    }

    .BOTOESCHAMADA{ /* Divisão para os botoes de chamada de ação*/
        margin-top: 0.5%;
        display: flex;
        justify-content: center;
        align-items: center;   
        font-size: 12px;
        margin-right: 0px;
    }

    .BotaoU a{ /* Caminho para o Chatbot de agenda e conversão*/
        display: inline-block;
        padding: 5px 15px 5px 15px;
        background-color: #800020;
        color: #F8F8F8;
        border-radius: 20px;
        margin-right: 20px;
        font-size: 11px;
        font-family: "Biryani", sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        margin: 2px;
        margin-left: -2px;
    }

    .BotaoD a{ /* Caminho para o Chatbot/atendente de explicação e apresentação institucional*/
        color: #111111;
        text-decoration: underline;
        font-size: 11px;
        font-family: "Biryani", sans-serif;
        font-weight: 300;
        font-style: normal;
        margin: 2px;
        
    }

}

/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/





.GRIDAPRESENTACAO{ /* FORMAÇÃO E ALINHAMENTO DO DISPLAY GRID*/
    display: grid;
    max-width: 1138px;
    margin: 3% auto 2% auto;
    gap: 10px;
    justify-content: center;
    grid-template-areas:
    "Elo Grafico" 
    "Raio Grafico";
    
}

@media (max-width: 1216px) {
    .GRIDAPRESENTACAO {
        grid-template-areas:
            "Elo"
            "Grafico"
            "Raio";
        grid-template-columns: 1fr; /* empilha verticalmente */
        justify-items: center;
        gap: 10px;
    }
}


.FORMAGRID{ /*COR DAS BOXES*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
}

.BOXELOAP{ /*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Elo;
    width: 564px;
    height: 347px;
}


.BOXEGRAFICO{/*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Grafico;
    width: 564px;
    height: 545px;
}

.BOXEFORCA{/*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Raio;
    width: 564px;
    height: 188px;
}


.PRIMEIRADIVISAO{ /* DIVIÃO EM GRID PARA OS ELEMENTOS DA PRIMEIRA LINHA DO BOX ELO*/
    display: grid;
    justify-content: right;
    grid-template-areas:
    "balao boneco1" 
    "balao boneco1corpo";
    margin: 7% 3% auto auto;
}


.boneco1{ /* CABEÇA DO BONECO E ALINHAMENTO NO GRID*/
    margin: 5px 5px -5px 5px;
    background: #D9D9D9;
    border-radius: 50%;
    width: 26px;
    height: 27px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: boneco1;
    }

.boneco1corpo{ /* CORPO DO BONECO E ALINHAMENTO NO GRID*/
    background: #D9D9D9;
    border-radius: 10px 10px 0px 0px;
    width: 37px;
    height: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: boneco1corpo;
}


.balao1{ /*PRIMEIRO BALÃO DE FALA DO GRID*/
    display: block;
    align-content: center;
    justify-content: center;
    background: #fffdfd;
    border-radius: 20px;
    width: 259px;
    height: 66px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: balao;
    margin-right: 10px;
    }


.textobalao01{ /*TEXTO DE "ELO, BOA NOITE" E ALINHAMENTO*/
    display: flex;
    justify-content: center;
    color: #111111;
    margin: 10px auto -10px -7%;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0rem;
}

.textobalao1{ /*TEXTO DO HORARIO E ALINAHEMNTO*/
    display: flex;
    color: #111111;
    justify-content: right;
    margin: -5% 7% 7% 7%;
    font-family: "Biryani", sans-serif;
    font-size: 0.8rem;
}


.SEGUNDADIVISAO{ /* DIVIÃO EM GRID PARA OS ELEMENTOS DA SEGUNDA LINHA DO BOX ELO*/
    display: grid;
    justify-content: left;
    grid-template-areas: 
    "bonecoelo balao2";
    margin: 5% auto auto 4%;
}


.bonecoelo{ /* IMAGEM ELO FAZENDO JOIA PEQUENA*/
    display: flex;
    grid-area: bonecoelo;
    width: 80px;
    height: 80px;
    margin-top: -10%;
}

.sombraelo1{ /*SOBRA EMBAIXO DO BONECO DA ELO*/
    display: flex;
    background: #111111;
    border-radius: 50%;
    width: 72px;
    height: 15px;
    filter: blur(10px);
    margin-top: -20%;
}

.balao2{ /*SEGUNDO BALÃO DE FALA DO GRID*/
    display: block;
    background: #fffdfd;
    border-radius: 20px;
    width: 404px;
    height: 66px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: balao2;
   
}

.textobalao02{ /*TEXTO DE "PLA, COMO POSSO TE AJUDAR" E ALINHAMENTO*/
    display: flex;
    justify-content: left;
    color: #111111;
    margin: 10px auto 10px 7%;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.2rem;
}



.textobalao2{ /*TEXTO DO HORARIO E ALINAHEMNTO*/
    display: flex;
    color: #111111;
    justify-content: right;
    margin: -5% 5% 7% 7%;
    font-family: "Biryani", sans-serif;
    font-size: 0.8rem;
}

.Suporte24h{/*BOX E ALINHAMENTO DOS TEXTOS DE DESCRIÇÃO DO GRID1*/
    margin: 7% 0% 0% 6%;
    color: #111111;
}


.imggrafico{ /* IMAGEM DO GRAFICO DO SEGUNDO GRID*/
    display: flex; 
    justify-content: center; 
    margin-top: 20%;
}

.graficotexto{/* DIV DE ALINHAMENTO DOS TEXTOS DO GRID 2*/
    margin: 10% 0% 0% 6%;
    color: #111111;
}


.vetor{ /* IMAGEM DO RAIO DO TERCEIRO GRID*/
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.vetor1{ /* CONTORNO DO RAIO DO TERCEIRO GRID*/
    display: flex;
    justify-content: center;
    margin-top: -14%;
}

.vetor2{ /* CONTORNO TAMANHO MAIOR DO RAIO DO TERCEIRO GRID*/
    display: flex;
    justify-content: center;
    margin-top: -17%;
    height: 60%;
}

.FORCATEXTO{ /*ALINHAMENTO DOS TEXTOS DO TERCEIRO GRID*/ 
    margin: -5% 0% 0% 6%;  
}

.TEXTOBOXES1{/* DONTE COR E TAMANHO PARA TODOS OS TITULOS DOS GRIDS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 0.9rem;
    color: #000000;;
}

.TEXTOBOXES2{/* DONTE COR E TAMANHO PARA TODAS AS DESCRIÇÕES DOS GRIDS*/
    font-family: "Biryani", sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    color: #4D4D4D;
}

@media(max-width:723px){
    .GRIDAPRESENTACAO{ /* FORMAÇÃO E ALINHAMENTO DO DISPLAY GRID*/
    display: grid;
    max-width: 1138px;
    margin: 40px auto 2% auto;
    gap: 10px;
    justify-content: center;
    grid-template-areas:
    "Elo"
    "Grafico" 
    "Raio";
    
}
    
.BOXELOAP{ /*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Elo;
    width: 370px;
    height: 307px;
}


.BOXEGRAFICO{/*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Grafico;
    width: 370px;
    height: 465px;
}

.BOXEFORCA{/*TAMANHO E DEFINIÇÃO DA OCUPAÇÃO NO GRID*/
    grid-area: Raio;
    width: 370px;
    height: 187px;
}


.balao1{ /*PRIMEIRO BALÃO DE FALA DO GRID*/
    display: block;
    align-content: center;
    justify-content: center;
    background: #fffdfd;
    border-radius: 20px;
    width: 170px;
    height: 66px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: balao;
    margin-right: 10px;
    }


.textobalao01{ /*TEXTO DE "ELO, BOA NOITE" E ALINHAMENTO*/
    display: flex;
    justify-content: center;
    color: #111111;
    margin: 10px auto -10px -7%;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.8rem;
}

.textobalao1{ /*TEXTO DO HORARIO E ALINAHEMNTO*/
    display: flex;
    color: #111111;
    justify-content: right;
    margin: 8px 10px 10px 7%;
    font-family: "Biryani", sans-serif;
    font-size: 0.8rem;
}


.SEGUNDADIVISAO{ /* DIVIÃO EM GRID PARA OS ELEMENTOS DA SEGUNDA LINHA DO BOX ELO*/
    display: grid;
    justify-content: left;
    grid-template-areas: 
    "bonecoelo balao2";
    margin: 5% auto auto -1%;
}


.balao2{ /*SEGUNDO BALÃO DE FALA DO GRID*/
    display: block;
    background: #fffdfd;
    border-radius: 20px;
    width: 290px;
    height: 66px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: balao2;
   
}

.textobalao02{ /*TEXTO DE "PLA, COMO POSSO TE AJUDAR" E ALINHAMENTO*/
    display: flex;
    justify-content: left;
    color: #111111;
    margin: 10px auto 10px 7%;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.8rem;
    margin-left: 10px;
}

.imggrafico01{
    width: 90%;
    height: auto;
}


.TEXTOBOXES1{/* DONTE COR E TAMANHO PARA TODOS OS TITULOS DOS GRIDS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 0.73rem;
    color: #000000;
    
}

.TEXTOBOXES2{/* DONTE COR E TAMANHO PARA TODAS AS DESCRIÇÕES DOS GRIDS*/
    font-family: "Biryani", sans-serif;
    font-style: normal;
    font-size: 0.73rem;
    color: #4D4D4D;


}


.vetor{ /* IMAGEM DO RAIO DO TERCEIRO GRID*/
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.vetor1{ /* CONTORNO DO RAIO DO TERCEIRO GRID*/
    display: flex;
    justify-content: center;
    margin-top: -21%;

}

.vetor2{ /* CONTORNO TAMANHO MAIOR DO RAIO DO TERCEIRO GRID*/
    display: none;
    justify-content: center;
    margin-top: -24%;
    height: 30%;
}

.FORCATEXTO{ /*ALINHAMENTO DOS TEXTOS DO TERCEIRO GRID*/ 
    margin: -3% 0% 0% 6%;  
}


}

/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/




.SOLUCOESINTELIGENTES{ /* DIV DE ALINHAMENTO E INCLUSÃO DA ELO E AREA DE MEMBROS*/
    background-color: #fffdfd;
    width: 100%;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}


.SLOGAMINOVACAO{ /*SLOGAM "MENTES BRILHNANTES, SAUDE INTELIGENTE*/
    display: flex;
    margin-top: 100px;
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    color: rgba(17, 17, 17, 0.8);
    justify-content: center;
    padding-top: 130px;
}

.GRIDINOVACAO{ /* GRID PARA ALINHAMENTO ENTRE AREA DE MEMBROS E ELO*/
    display: flex;
    justify-content: center;
    margin-top: 1%;
    gap: 14px;
    flex-wrap: wrap;
}


.BOXGRID2{ /*BOX CINZA DE FUNDO*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 5%;
}

.ELOINOVACAO{ /*ELO*/
    width: 594px;
    height: auto;
    position: relative;
}

.AREADEMEMBROS{ /*AREA DE MEMBROS*/
    width: 594px;
    height: auto;
    position: relative;
}
    
.sombravermelha{ /*SOMBRAS E EFEITOS ELO*/
    display: flex;
    background: #800020;
    border-radius: 50%;
    width: 100%;
    height: 179px;
    position: absolute;
    filter: blur(150px);
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -40%;

}

.sombrapreta{ /*SOMBRAS E EFEITOS ELO*/
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 100%;
    height: 53px;
    filter: blur(30px);
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: -10%;
}

.TEXTOSELO1{ /*TRATAEMNTO DE TEXTOS ELO E AREA DE MEMBROS*/
     margin: 14% 0% 0% 6%;
    padding-bottom: 2%;
}

.botaoaviso{ /*BOTAO DESTQUE AMARELO*/
    display: flex;
    background: #e0cf1a;
    border-radius: 10px;
    width: 84px;
    height: 34px;
    position: relative;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 3%;
    font-style: italic;
    align-items: center;
    justify-items: center;
}

.novo{ /*ESCRITO DENTRO DO BOTAO*/
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 0.9rem;
}
.eloimg{ /*IMAGEM ELO*/
    display: flex;
    background: none;
    justify-content: center;
    z-index: 2;
    position: relative;
}



.sombrapreta2{ /*SOMBRAS E EFEITOS ATEA DE MEMBROS*/
    position: absolute;
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 100%;
    height: 53px;
    filter: blur(50px);
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -25%;
}

.desiningsitemembros{ /*ESBOÇO SITE PARA MEMBROS*/
    width: 487px;
    height: 259px;
    background-color: #fffdfd;
    margin: 30% auto auto auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.logomembros0{ /* DIV ALINHAMENTO DO LOGO PARA O ESBOÇO DO SIE*/
    display: flex;
    width: 100%;
    justify-content: center;

}

.logomembros{ /*LOGO*/
    width: 85px;
    height: 55px;
    justify-content: center;
}

.tracodiv{ /* TRAÇO DE DIVISAO ESBOÇO*/
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D4D0D0;
}

.navmembros{ /*ALINHAMENTO NAVBAR*/
    position: absolute;
    display: block;
    width: 118px;
    height: 203px;
    background-color: #D4D0D0;
    justify-items: center;
}

.textonav{ /*ALINHAMENTO DOS TEXTOS NAVBAR*/
    display: block;
    margin-top: 20%;
}

.textonav1{ /*FONTE DOS TEXTOS NAVBAR*/
    display: block;
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    color: rgba(17, 17, 17, 0.8);
    margin: 5%;
}

.on-boarding{ /*COR ESPECIFICA DE TEXTO*/
    color: #800020;
}

.telavideo{ /*TAMANHO E ELINHAMENTO DA TELA DE VIDEO*/
    display: flex;
    width: 246px;
    height: 132px;
    background-color: #212121;
    margin:4% 0% 0% 35%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

 .botao-play { /*FUNDO BOTAO PLAY*/
      width: 60px;
      height: 60px;
      background-color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;

    }

.triangulo { /*TRIANGULO CENTRAL BOTAO PALY*/
      width: 0;
      height: 0;
      border-left: 14px solid black;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      margin-left: 3px;
}

.sombraaream{ /*ALINHAMENTO E COR SOMBRA DESFARCE PARA O ESBOÇO SITE*/
    background: #F6F6F6;
    border-radius: 50%;
    width: 599px;
    height: 125px;
    position: relative;
    filter: blur(20px);
    z-index: 1;
    margin-top: -7.3%;
}

.TEXTOSELO2{ /*alinhamento texto area de membros*/
    margin: 15% 0% 0% 6%;
    padding-bottom: 2%;
}


.aula1{ /*AULA 01 ALINHAMETNO */
    display: flex;
    justify-content: center;
    margin-left: -35%;
    padding-top: 5%;
}


@media(min-width: 724px) and (max-width: 1216px){
    .SOLUCOESINTELIGENTES{ /* DIV DE ALINHAMENTO E INCLUSÃO DA ELO E AREA DE MEMBROS*/
        background-color: #fffdfd;
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    
    .BOXGRID2{ /*BOX CINZA DE FUNDO*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 10px;
}
}




@media(max-width:723px){

    .SOLUCOESINTELIGENTES{ /* DIV DE ALINHAMENTO E INCLUSÃO DA ELO E AREA DE MEMBROS*/
        background-color: #fffdfd;
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-bottom: 60px;
}


.SLOGAMINOVACAO{ /*SLOGAM "MENTES BRILHNANTES, SAUDE INTELIGENTE*/
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.3rem;
    color: rgba(17, 17, 17, 0.8);
    justify-content: center;
    padding-top: 100px;
}

.GRIDINOVACAO{ /* GRID PARA ALINHAMENTO ENTRE AREA DE MEMBROS E ELO*/
    display: flex;
    justify-content: center;
    margin-top: 1%;
    gap: 14px;
    flex-wrap: wrap;
}


.BOXGRID2{ /*BOX CINZA DE FUNDO*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 10px;
}

.ELOINOVACAO{ /*ELO*/
    width: 370px;
    height: auto;
    position: relative;
}

.AREADEMEMBROS{ /*AREA DE MEMBROS*/
    width: 370px;
    height: auto;
    position: relative;
}
    

/*_______________________________________*/
.desiningsitemembros{ /*ESBOÇO SITE PARA MEMBROS*/
    width: 370px;
    height: 259px;
    background-color: #fffdfd;
    margin: 30% auto auto auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.logomembros0{ /* DIV ALINHAMENTO DO LOGO PARA O ESBOÇO DO SIE*/
    display: flex;
    width: 100%;
    justify-content: center;

}

.logomembros{ /*LOGO*/
    width: 85px;
    height: 55px;
    justify-content: center;
}

.tracodiv{ /* TRAÇO DE DIVISAO ESBOÇO*/
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D4D0D0;
}

.navmembros{ /*ALINHAMENTO NAVBAR*/
    position: absolute;
    display: block;
    width: 118px;
    height: 203px;
    background-color: #D4D0D0;
    justify-items: center;
}

.textonav{ /*ALINHAMENTO DOS TEXTOS NAVBAR*/
    display: block;
    margin-top: 20%;
}

.textonav1{ /*FONTE DOS TEXTOS NAVBAR*/
    display: block;
    font-family: 'SF Pro Display', sans-serif;
    margin: 5%;
}

.on-boarding{ /*COR ESPECIFICA DE TEXTO*/
    color: #800020;
}

.telavideo{ /*TAMANHO E ELINHAMENTO DA TELA DE VIDEO*/
    display: flex;
    width: 236px;
    height: 132px;
    background-color: #212121;
    margin:4% 0% 0% 35%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

 .botao-play { /*FUNDO BOTAO PLAY*/
      width: 60px;
      height: 60px;
      background-color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;

    }

.triangulo { /*TRIANGULO CENTRAL BOTAO PALY*/
      width: 0;
      height: 0;
      border-left: 14px solid black;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      margin-left: 3px;
}

.sombraaream{ /*ALINHAMENTO E COR SOMBRA DESFARCE PARA O ESBOÇO SITE*/
    background: #F6F6F6;
    border-radius: 50%;
    width: 599px;
    height: 125px;
    position: relative;
    filter: blur(20px);
    z-index: 1;
    margin-top: -7.3%;
}

.TEXTOSELO2{ /*alinhamento texto area de membros*/
    margin: 15% 0% 0% 6%;
    padding-bottom: 2%;
}


.aula1{ /*AULA 01 ALINHAMETNO */
    display: flex;
    justify-content: center;
    margin-left: -15%;
    padding-top: 5%;
}

.AREADEMEMBROS{ /*AREA DE MEMBROS*/
    width: 370px;
    height: auto;
    position: relative;
    
}

}

/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/


.imgprefeituras{ /*DIV DE IMAGENS DOS CLIENTES PARCEIROS*/
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}


.HISTORIASJUNTOS{ /*DIV ALINHAEMTNO TEXTO*/
    display: flex;
    justify-content: center;
}

.TEXTOHISTORIAJUNTOS{ /*COR E FONTE DOS TEXTOS*/
    margin-top: 30px;
    display: flex;
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.3rem;
    color: rgba(17, 17, 17, 0.8);
}

.imglugares{ /*ALINHAMENTO DA DIV IMAGENS*/
    display: flex;
    align-content:center ;
    justify-content: center;
    margin-top: 30px;
}

.todasimg{/*ALINHAMENTO DAS IMAGENS DENTRO DA DIV*/
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}



@media(min-width: 724px) and (max-width: 1216px){
    .imgprefeituras{ /*DIV DE IMAGENS DOS CLIENTES PARCEIROS*/
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 100px;
    
}
    .todasimg{/*ALINHAMENTO DAS IMAGENS DENTRO DA DIV*/
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        max-width: 400px;
        margin-left: 20px;
        margin-top: 40px;
        padding-bottom: 0px;
        justify-items: center;
        justify-content: center;
        transform: scale(1.4)
        
}

.abujamaimg{
    margin-left: -40px;
}

.apaeimg{
    margin-left: -60px;
}

.pitanguiimg{
    margin-left: 7px;
}

.mirandopolisimg{
    margin-left: -16px;
}
}





@media(min-width:376px) and (max-width:723px){
    .imgprefeituras{ /*DIV DE IMAGENS DOS CLIENTES PARCEIROS*/
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 100px;
    
}
    .todasimg{/*ALINHAMENTO DAS IMAGENS DENTRO DA DIV*/
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        max-width: 400px;
        margin-left: 20px;
        margin-top: 20px;
        padding-bottom: 0px;
        justify-items: center;
        justify-content: center;
        
}

.abujamaimg{
    margin-left: -40px;
}

.apaeimg{
    margin-left: -60px;
}

.pitanguiimg{
    margin-left: 7px;
}

.mirandopolisimg{
    margin-left: -16px;
}
}

@media(max-width:375px){
    .imgprefeituras{ /*DIV DE IMAGENS DOS CLIENTES PARCEIROS*/
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 100px;
    
}
    .todasimg{/*ALINHAMENTO DAS IMAGENS DENTRO DA DIV*/
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        max-width: 400px;
        margin-left: 45px;
        margin-top: 20px;
        padding-bottom: 0px;
}

.abujamaimg{
    margin-left: -10px;
}

.apaeimg{
    margin-left: -40px;
}

.auriflamaimg{
    margin-left: 40px;
}

.pitanguiimg{
    margin-left: 40px;
}

.mirandopolisimg{
    margin-left: 0px;
}
}




/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/
/*_______________________________________________________________________________________________________________________*/



.NOSSOSSERVIÇOA{ /*BACKGROUND DA SECTION*/
    background-color: #fffdfd;
    justify-content: center;
    padding-top: 100px;
}


.NossaConsultoria{ /*ALINHAMETNO DA DIV DE TEXTO*/
    width: 100%;
    margin: 0 auto;
    justify-items: center;
}

.Textonossaconsultoria{ /*FONTE E COR DO TEXTO*/
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0rem;
    color: rgba(17, 17, 17, 0.8);
}

.BOXESCONSULTORIA{ /*DEIV DE ALINHAMENTO DAS BOXES DOS TIPOS DE CONSULTORIA*/
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.BOXESC1{ /*BACKGROUND BOXE 1*/
    margin-top: 40px;
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 5%;
    width: 386px;
    height: 652px;
    justify-items: center;
}


.apresentalista{ /*APRESENTAÇÃO DA LISTA ALINHAMENTO E COR*/
    width: 110px;
    height: 31px;
    background: #ffffff;
    border-radius: 10px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.litaboxe{ /*FONTE E ALINHAMENTO DO TEXTO DE LISTAS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000000;
}

.cardpessoas{ /*ALINHAMENTO E BACKGROUND DO CARD*/
    background: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    width: 271px;
    height: 414px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
      z-index: 1;
}


.apresentasuporte{ /*ALINHAMETNO DO BOXE BRANCO E VERDE A ESQUERDA*/
    display: flex;
    width: 100%;
    height: 67.3px;
    align-items: center;
}

.iconesuporte{ /*FUNDO BRANCPO*/
    background: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    width: 43px;
    height: 43px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-content: center;
    justify-items: center;
    margin-left: 15px;
}

.iconesuporte2{ /*TRATAMENTO E COR VERDE DE SOBREPOSIÇÃO*/
    background: linear-gradient(
    -90deg,
    rgba(32, 194, 61, 0) 49.03840720653534%,
    rgba(32, 194, 61, 1) 49.04840588569641%
    );
    border-radius: 50%;
    border-style: solid;
    border-color: #20c23d;
    border-width: 1px;
    width: 25px;
    height: 25px;
    position: relative;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.textosapresenta{ /* DIV DE ESPAÇAMENTO E ALINHAMETNO DOS TEXTOS*/
    margin-top: 3px;
    margin-left: 7px;
}

.textoapresenta1{ /*TEXTOS DE TITULOS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #000000;
}

.textoapresenta2{ /*TEXTOS DE DESCRIÇÃO*/
    margin-top: -5px;
    font-family: "Biryani", sans-serif;
    font-size: 0.7rem;
    color: #A4A4A4;

}

.divisor{ /*DIVISOR ENTRE UMA PESSOA E OUTRA*/
    width: 98%;
    height: 1px;
    background-color: #DADADA;
    margin: 0 auto;
}


.pessoaspres{ /* TAMANHDO DE CADA LINHA (HORIZONTAL E VERTICAL)*/ 
    display: flex;
    width: 100%;
    height: 67.3px;
    align-items: center;
}

.iconperson{ /*FUNDO BRANDO DA CAIXA PARA O INCONE DE PERSON*/
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    min-width: 43px;
    min-height: 43px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    align-items: center;
    margin-left: 15px;
}

.iconpersonimg{ /*ALINHAMENTO DOS ICONES PERSON*/
    margin: 0 auto;
}


.textossuportecard{ /*DIV DE ALINAHMETNO DOS TEXTOS DO CARD SUPORTE*/
    margin-top: 20px;
    width: 90%;
}

.textossuportecard1{ /*TITULOS DOS CARDS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #111111;
}

.textossuportecard2{/* DESCRIÇÃO CARDS*/
     margin-top: -5px;
    font-family: "Biryani", sans-serif;
    font-size: 0.74rem;
    color: #4D4D4D;
}

.sombrapreta1{ /*SOMBRA DE FUNDO DO CARD*/
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 300px;
    height: 173px;
    filter: blur(30px);
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -120%;
}



.BOXESC2{ /*BACKGROUND E TAMNANHO BOXE CONSULTORIA PRESENCIAL*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 5%;
    width: 513px;
    height: 711px;
    justify-items: center;
}

.imagensboxmapa{ /*ALINHAMENTO DIV DE IMAGEM DO MAPA*/
    margin-top: 30%;
}

.imgmapa{ /*TRATAMENTO IMAGEM MAPA*/
    position: relative;
    z-index: 1;
}

.sombrapreta3{ /*SOMBRA PRETA DE FUNDO DO MAPA*/
    position: relative; 
    z-index: 0;
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 300px;
    height: 173px;
    filter: blur(50px);
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    margin-left: 40px;
    
}

.vetoresmapa{ /*ALINHAMENTO DA IMAGEM DOS VETORES SOBRE O MAPA*/
    position: relative; 
    z-index: 2;
    margin-top: -150px;
    margin-left: 220px;
}

.textosconsultoriabox{ /*ALINHAMENTO DOS TEXTOS*/
    width: 90%;
    margin-top: 60px;
}
 
.BOXESC3{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 5%;
    width: 386px;
    height: 652px;
    margin-top: 40px;
    justify-content: center;
    align-content: center;
}

.sistemasacompanhamento{ /*ALINHAMENTO DIV DAS IMAGENS*/
   align-items: center;
   justify-items: center;
   width: 100%;
}

.logofns{ /*ESPAÇAMETNO LOGO FNS*/
    margin-top: 150px;
    width: 110%;
    margin-bottom: 40px;
    
}


.textossuportecard10{ /*ALINHAEMNTO TEXTOS*/
    
    width: 90%;
}


@media (min-width: 1217px) and (max-width: 1419px){

    .NOSSOSSERVIÇOA{ /*BACKGROUND DA SECTION*/
    background-color: #fffdfd;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 5%;
}

    .NossaConsultoria{ /*ALINHAMETNO DA DIV DE TEXTO*/
    width: 100%;
    margin: -40px auto;
    justify-items: center;
    padding-top: 50px;
}

.Textonossaconsultoria{ /*FONTE E COR DO TEXTO*/
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0rem;
    color: rgba(17, 17, 17, 0.8);
}
    
    .BOXESCONSULTORIA{ /*DEIV DE ALINHAMENTO DAS BOXES DOS TIPOS DE CONSULTORIA*/
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
    
    .BOXESCONSULTORIA {
    display: grid; /* ← necessário */
    align-items: center;
    justify-items: center;
    grid-template-areas:
      "Principal um dois";
  }

  .BOXESC1 {
    grid-area: Principal;
    padding-bottom: 20px;
  }

  .BOXESC1{ /*BACKGROUND BOXE 1*/
     background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 370px;
    height: 632px;
    margin-top: 40px;
    justify-content: center;
  }

  .BOXESC2 {
    grid-area: um;
    padding-bottom: 20px;
  }


.BOXESC2{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 450px;
    height: 692px;
    margin-top: 40px;
    justify-content: center;
    align-content: center;
}



  .BOXESC3 {
    grid-area: dois;
    padding-bottom: 20px;
  }

  .BOXESC3{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
    background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.04),
    rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 370px;
    height: 632px;
    margin-top: 40px;
    justify-content: center;
    align-content: center;
  }

  .logofns1{ /*ESPAÇAMETNO LOGO FNS*/
    width: 100%;
    margin-bottom: 50px;
}

.textossuportecard10{ /*ALINHAEMNTO TEXTOS*/
    margin-top: -30px;
    width: 90%;
}

}



@media (min-width: 769px) and (max-width: 1216px){
  

   .NOSSOSSERVIÇOA {
    background-color: #fffdfd;
    display: flex;             /* Torna o container flexível */
    flex-direction: column;    /* Caso queira alinhamento vertical dos itens */
    justify-content: center;   /* Centraliza verticalmente */
    align-items: center;       /* Centraliza horizontalmente */
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

    .NossaConsultoria{ /*ALINHAMETNO DA DIV DE TEXTO*/
    display: flex;
    margin: -40px auto;
    justify-items: center;
    padding-top: 100px;
    width: 100%;
}

.Textonossaconsultoria{ /*FONTE E COR DO TEXTO*/
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0rem;
    color: rgba(17, 17, 17, 0.8);
    margin: 0 auto;
}

    
    .BOXESCONSULTORIA {
    display: grid; /* ← necessário */
    align-items: center;
    justify-items: center;
    gap: 0;
    grid-template-areas:
      "um"
      "Principal"
      "dois";
  }

 .BOXESC1 {
    grid-area: Principal;
    padding-bottom: 20px;
  }

  .BOXESC1{ /*BACKGROUND BOXE 1*/
    display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 594px;
    height: 602px;
  }

  .BOXESC2 {
    grid-area: um;
    padding-bottom: 20px;
  }


.BOXESC2{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
    display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 594px;
    height: auto;
  }

.sombrapreta1{ /*SOMBRA DE FUNDO DO CARD*/
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 300px;
    height: 173px;
    filter: blur(30px);
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -70%;
}



  .BOXESC3 {
    grid-area: dois;
    padding-bottom: 20px;
  }

  .BOXESC3{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
     display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 594px;
    height: auto;
  }

  .logofns1{ /*ESPAÇAMETNO LOGO FNS*/
    
    width: 100%;
}




.iconesuporte2{ /*TRATAMENTO E COR VERDE DE SOBREPOSIÇÃO*/
    background: linear-gradient(
    -90deg,
    rgba(32, 194, 61, 0) 49.03840720653534%,
    rgba(32, 194, 61, 1) 49.04840588569641%
    );
    border-radius: 50%;
    border-style: solid;
    border-color: #20c23d;
    border-width: 1px;
    width: 25px;
    height: 25px;
    position: relative;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.sistemasacompanhamento{ /*ALINHAMENTO DIV DAS IMAGENS*/
   align-items: center;
   justify-items: center;
   width: 97%;
}

.textossuportecard10{ /*DIV DE ALINAHMETNO DOS TEXTOS DO CARD SUPORTE*/
    margin-top: 20px;
    width: 90%;
    margin-left: 20px;
}

}





@media(max-width:768px){

    .NOSSOSSERVIÇOA{ /*BACKGROUND DA SECTION*/
    background-color: #fffdfd;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

   .NossaConsultoria{ /*ALINHAMETNO DA DIV DE TEXTO*/
    display: flex;
    margin: -60px auto;
    justify-items: center;
    padding-top: 100px;
    width: 100%;
}

.Textonossaconsultoria{ /*FONTE E COR DO TEXTO*/
    font-family: 'SF Pro Semibold', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0rem;
    color: rgba(17, 17, 17, 0.8);
    margin: 0 auto;
}




    .BOXESCONSULTORIA{ /*DEIV DE ALINHAMENTO DAS BOXES DOS TIPOS DE CONSULTORIA*/
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
}
     .BOXESCONSULTORIA {
    display: grid; /* ← necessário */
    align-items: center;
    justify-items: center;
    grid-template-areas:
      "Principal" 
      "um"
      "dois";
  }



  .BOXESC2 {
    grid-area: Principal;
    padding-bottom: 20px;
  }


.BOXESC2{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
  display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 370px;
    height: auto;
}



  .BOXESC1 {
    grid-area: um;
  }

  .BOXESC1{ /*BACKGROUND BOXE 1*/
    display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 370px;
    height: 652px;
  }

  .apresentalista{ /*APRESENTAÇÃO DA LISTA ALINHAMENTO E COR*/
    width: 110px;
    height: 31px;
    background: #ffffff;
    border-radius: 10px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.litaboxe{ /*FONTE E ALINHAMENTO DO TEXTO DE LISTAS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000000;
}

.cardpessoas{ /*ALINHAMENTO E BACKGROUND DO CARD*/
    background: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    width: 271px;
    height: 414px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
      z-index: 1;
}


.apresentasuporte{ /*ALINHAMETNO DO BOXE BRANCO E VERDE A ESQUERDA*/
    display: flex;
    width: 100%;
    height: 67.3px;
    align-items: center;
}

.iconesuporte{ /*FUNDO BRANCPO*/
    background: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    width: 43px;
    height: 43px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-content: center;
    justify-items: center;
    margin-left: 15px;
}

.iconesuporte2{ /*TRATAMENTO E COR VERDE DE SOBREPOSIÇÃO*/
    background: linear-gradient(
    -90deg,
    rgba(32, 194, 61, 0) 49.03840720653534%,
    rgba(32, 194, 61, 1) 49.04840588569641%
    );
    border-radius: 50%;
    border-style: solid;
    border-color: #20c23d;
    border-width: 1px;
    width: 25px;
    height: 25px;
    position: relative;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}


.textosapresenta{ /* DIV DE ESPAÇAMENTO E ALINHAMETNO DOS TEXTOS*/
    margin-top: 3px;
    margin-left: 7px;
}

.textoapresenta1{ /*TEXTOS DE TITULOS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #000000;
}

.textoapresenta2{ /*TEXTOS DE DESCRIÇÃO*/
    margin-top: -5px;
    font-family: "Biryani", sans-serif;
    font-size: 0.7rem;
    color: #A4A4A4;

}

.divisor{ /*DIVISOR ENTRE UMA PESSOA E OUTRA*/
    width: 98%;
    height: 1px;
    background-color: #DADADA;
    margin: 0 auto;
}


.pessoaspres{ /* TAMANHDO DE CADA LINHA (HORIZONTAL E VERTICAL)*/ 
    display: flex;
    width: 100%;
    height: 67.3px;
    align-items: center;
}

.iconperson{ /*FUNDO BRANDO DA CAIXA PARA O INCONE DE PERSON*/
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    min-width: 43px;
    min-height: 43px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    align-items: center;
    margin-left: 15px;
}

.iconpersonimg{ /*ALINHAMENTO DOS ICONES PERSON*/
    margin: 0 auto;
}


.textossuportecard1{ /*TITULOS DOS CARDS*/
    font-family: "Biryani", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #111111;
}

.textossuportecard2{/* DESCRIÇÃO CARDS*/
     margin-top: -5px;
    font-family: "Biryani", sans-serif;
    font-size: 0.74rem;
    color: #4D4D4D;
}

.sombrapreta1{ /*SOMBRA DE FUNDO DO CARD*/
    display: flex;
    background: #000000;
    border-radius: 50%;
    width: 300px;
    height: 173px;
    filter: blur(30px);
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -120%;
}


  .BOXESC3 {
    grid-area: dois;
    padding-bottom: 20px;
  }

  .BOXESC3{ /* ALINHAMENTO E BACKGROUND BOXE 3*/
    display: flex;               /* ← Altera o display para flex */
    flex-direction: column;      /* ← Alinha os itens verticalmente */    /* ← Alinha ao centro verticalmente */
    align-items: center;         /* ← Alinha ao centro horizontalmente */
    margin-top: 20px;
    background: radial-gradient(
        closest-side,
        rgba(255, 255, 255, 0.04),
        rgba(59, 60, 66, 0.04)
    );
    border-radius: 20px;
    margin-bottom: 0%;
    width: 370px;
    height: auto;
  }

  .logofns1{ /*ESPAÇAMETNO LOGO FNS*/
    
    width: 100%;
}

.textossistemas{
    width: 90%;
}

.sistemasacompanhamento{ /*ALINHAMENTO DIV DAS IMAGENS*/
   align-items: center;
   justify-items: center;
   width: 97%;
}


.textossuportecard10{ /*DIV DE ALINAHMETNO DOS TEXTOS DO CARD SUPORTE*/
    margin-top: 20px;
    width: 90%;
    margin-left: 20px;
}



/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/





}


.caixadeenvio{
    padding-bottom: 100px;
}


.objetoscaixadeenvio{
    padding-top: 100px;
    justify-items: center;
}

.textos{
    justify-items: center;
    align-items: center;
}

.vamosconversar{
    display: flex;
    justify-content: center;
    color: #800020;
    font-size: 55px;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
}

.preenchaoform{
    margin-top: -10px;
    display: flex;
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    font-size: 2rem;
    color: rgba(17, 17, 17, 0.8);
    
}

.boxedeenvio {
    margin-top: 20px;
    width: 363px;
    height: auto;
    background-color: #eaeaea;
    border-radius: 10px;
    padding: 15px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.boxedeenvio form p {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.boxedeenvio form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.boxedeenvio form input[type="tel"],
.boxedeenvio form input[type="text"],
.boxedeenvio form input[type="email"],
.boxedeenvio form input[type="number"],
.boxedeenvio form textarea,
.boxedeenvio form input[type="text"]#idgtmensagem {
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
}

.boxedeenvio form textarea,
.boxedeenvio form input[type="text"]#idgtmensagem {
    height: 80px;
    resize: none;
}

.boxedeenvio form input[type="submit"] {
    background-color: #800020;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 7px 20px;
    cursor: pointer;
    font-weight: bold;
    align-self: flex-end;
    transition: background-color 0.2s;
}

.boxedeenvio form input[type="submit"]:hover {
    background-color: #650019;
}


@media (min-width: 769px) and (max-width: 1216px){
    .caixadeenvio{
        display: flex;             /* Torna o container flexível */
        flex-direction: column;    /* Caso queira alinhamento vertical dos itens */
        justify-content: center;   /* Centraliza verticalmente */
        align-items: center; 
    }


    .boxedeenvio0 {
        width: 100%;
        display: flex;
        justify-content: center; /* alinhamento horizontal */
        align-items: center;     /* alinhamento vertical */
    }

    .boxedeenvio {
        margin-top: 20px;
        width: 370px;
        height: 361px;
        background-color: #eaeaea;
        border-radius: 10px;
        padding: 15px;
        font-family: Arial, sans-serif;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    }

    .preenchaoform {
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    color: rgba(17, 17, 17, 0.8);
    margin-top: -10px; /* pequeno espaço acima */
    width: 100%;         /* opcional: melhor leitura em mobile */
  }

}




@media(max-width:723px){

 .textos {
    display: flex;
    flex-direction: column;
    align-items: center;       /* Centraliza horizontalmente */
    justify-content: center;   /* Centraliza verticalmente se necessário */
    text-align: center;        /* Garante centralização do texto */
    margin: 0 auto;
  }

  .vamosconversar {
    color: #800020;
    font-size: 55px;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    margin: 0;
  }

  .preenchaoform {
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    font-size: 1.1rem;
    color: rgba(17, 17, 17, 0.8);
    margin-top: -10px; /* pequeno espaço acima */
    width: 90%;         /* opcional: melhor leitura em mobile */
  }


.boxedeenvio {
    margin-top: 20px;
    width: 370px;
    height: 361px;
    background-color: #eaeaea;
    border-radius: 10px;
    padding: 15px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.boxedeenvio form p {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.boxedeenvio form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.boxedeenvio form input[type="tel"],
.boxedeenvio form input[type="text"],
.boxedeenvio form input[type="email"],
.boxedeenvio form input[type="number"],
.boxedeenvio form textarea,
.boxedeenvio form input[type="text"]#idgtmensagem {
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
}

.boxedeenvio form textarea,
.boxedeenvio form input[type="text"]#idgtmensagem {
    height: 80px;
    resize: none;
}

.boxedeenvio form input[type="submit"] {
    background-color: #800020;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 7px 20px;
    cursor: pointer;
    font-weight: bold;
    align-self: flex-end;
    transition: background-color 0.2s;
}

.boxedeenvio form input[type="submit"]:hover {
    background-color: #650019;
}


}


.rodape{
    width: 100%;
    height: 100px;
    background-color: #650019;
    justify-items: center;
    align-content: center;
    padding-bottom: 20px;
}

.alinr{
   display: block;
   justify-content: center;
   align-content: center;
}

.cpr{
    color: #D4D0D0;
    font-family: 'SF Pro Display', sans-serif;
    font-style: italic;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
}


html, body {
  max-width: 100%;
  overflow-x: hidden;
}