body{
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    /*background: white;*/
    background: linear-gradient(135deg, #d7eefa 10%, #E4F4FC 50%, #afdef5 100%);
    
}

.aa1{
    text-decoration: none;
    font-weight: 400;
    color: #48ffc9; 
    transition: all 0.3s ease;
}

.aa1:hover{
    color: #00f2ff; 
    text-decoration: underline;
}

/*.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }*/

@media(min-width: 320px) and (max-width: 767px){

    /*#containermor{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        overflow-x: hidden; /* Isso impede o scroll lateral 
        position: relative;
    }*/

    #containermor{
        overflow-x: hidden;
    }

.logotop{
    height: 40px;
    width: 40px;
}

.shadowbox1{
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.636);
}


.sectioncolor1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    
   
}

.sectioncolor1-1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    overflow: hidden !important; /* Permite que o brilho do globo saia um pouco da caixa */
    padding-bottom: 5rem;
    
}

.div1-1{
    margin: 0 auto;
    margin-left: 5px;
    width: 80%;
}

.imgoliv{
    width: 10rem;
    height: 10rem;
}

.sectioncolor2{
    background: linear-gradient(135deg,  #d7eefa 10%, #E4F4FC 50%, #afdef5 100% );
    /*background: #E4F4FC;*/
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    
}

.sectioncolor2-2 {
    background: linear-gradient(135deg, #d7eefa 10%, #E4F4FC 50%, #afdef5 100%);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative; /* Obrigatório para os pontos ficarem dentro da seção */
    z-index: 1;
    overflow: hidden; /* Garante que os pontos não vazem nas bordas */
}

.sectioncolor2-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Criação dos pontos sutis */
    /* Usei um tom de azul acinzentado com 20% de opacidade */
    background-image: radial-gradient(rgba(144, 21, 21, 0.238) 1px, transparent 1px);
    
    /* Espaçamento entre os pontos */
    background-size: 30px 30px; 
    
    /* Garante que fiquem atrás do texto mas acima do fundo */
    z-index: -1; 
    pointer-events: none; /* O mouse ignora os pontos para você clicar em links */
}


.sectioncolor3 {
    /* Um verde mais profundo nas bordas e um mais "aceso" no centro */
    background: radial-gradient(circle at center, #355c5c 0%, #223a3a 100%);
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
    padding: 80px 0; /* Espaçamento para a cor respirar */
}

.sectioncolor3-3 {
    /* Um verde mais profundo nas bordas e um mais "aceso" no centro */
    background: radial-gradient(circle at center, #355c5c 0%, #223a3a 100%);
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
    padding: 80px 0; /* Espaçamento para a cor respirar */
    margin-top: -16em;
}


    #primeirotexto{
        display: flex;
        z-index: 2;
        width: 100%;
        margin-left: 1em;
        position: relative;

        margin-bottom: -1rem !important; /* Diminui o espaço entre o texto e o globo */
        
        z-index: 10;
    }


.posit1{
    margin-top: -8em;
}

.sectiondiplay1{
    display: flex;
    width: 100%; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

 /* 1. Ajuste do Container Principal */
 .sectiondiplay1 {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    gap: 1.5rem !important; 
    padding: 10px !important;
}


.sectiondiplay2{
    display: flex;
    width: 50%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
    
    margin-top: -5em;

    /* Ajuste aqui para centralizar */
    margin: -5em auto 0 auto;
    z-index: 20;
    
}


.fontcolor1{
    color: white;
    font-weight: 700;
}

.fontcolor2{
    color: rgb(233, 232, 232);
    font-weight: 500;
}

.heigth1{
    height: 25em;
    margin-top: -6em;
}

.sectionblack{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 7em;
}


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

#particles2-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

footer{
    height: auto;
    margin-top: 4em;

}

#footerdiv1{
    display: flex;
    gap: 8em;
    
}

#footerdiv1 a {
    text-decoration: none;
    font-weight: 600;
}


h1 {
    /* Peso extra para o título ganhar autoridade */
    font-weight: 600; 

    font-size: 28px;
    width: 180%;
    
    /* O Segredo do Gradiente */
    background: linear-gradient(135deg, #111111 0%, #434343 100%);
    -webkit-background-clip: text; /* Faz o fundo ficar "dentro" do texto */
    -webkit-text-fill-color: transparent; /* Deixa o texto transparente para o fundo brilhar */
    
    /* Ajuste de espaçamento para um look mais tech */
    letter-spacing: -0.02em; 
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hcolor{
    font-weight: 800;
    color: rgb(38, 38, 38);
}

.pcolor1{
    font-weight: 500;
    color: rgba(38, 38, 38, 0.728);
    font-size: 18px;
}


.fotofounder{
    width: 7rem;
    height: 10rem;
    margin: 0 auto;
    margin-left: 15px;
    border-radius: 10px;
}

.psobre1{
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}

.psobre2{
    margin: 0 auto;
    margin-left: 15px;
    margin-bottom: 1em;
    font-weight: 400;
}

.divmor-2{
    width: 80%;
}


.blogcard{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 25rem;
    height: 10rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: rgba(95, 95, 95, 0.426) solid 1px;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    font-weight: 400;
    overflow: scroll;
}

.blogcardpa {
    margin-top: 8px;
    margin-left: 13px;
    text-decoration: none;
}

.blogcard:hover{
    background: rgb(246, 255, 253);
}

.blogcard img {

    width: 13rem;
    height: 8rem;
    
    margin: 0 auto;
    
    border-radius: 5px;
    margin-top: 3px;
    
}




}




@media(min-width: 768px) and (max-width: 1024px){

    /*#containermor{
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
        overflow-x: hidden; 
        position: relative;
    }*/

    #containermor{
        overflow-x: hidden;
    }

.logotop{
    height: 40px;
    width: 40px;
}

.shadowbox1{
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.636);
}


.sectioncolor1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    
   
}

.sectioncolor1-1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    overflow: visible !important; /* Permite que o brilho do globo saia um pouco da caixa */
    padding-bottom: 5rem;
    
}

.sectioncolor2{
    background: linear-gradient(135deg,  #d7eefa 10%, #E4F4FC 50%, #afdef5 100% );
    /*background: #E4F4FC;*/
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    
}

.sectioncolor2-2 {
    background: linear-gradient(135deg, #d7eefa 10%, #E4F4FC 50%, #afdef5 100%);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative; /* Obrigatório para os pontos ficarem dentro da seção */
    z-index: 1;
    overflow: hidden; /* Garante que os pontos não vazem nas bordas */
}

.sectioncolor2-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Criação dos pontos sutis */
    /* Usei um tom de azul acinzentado com 20% de opacidade */
    background-image: radial-gradient(rgba(144, 21, 21, 0.238) 1px, transparent 1px);
    
    /* Espaçamento entre os pontos */
    background-size: 30px 30px; 
    
    /* Garante que fiquem atrás do texto mas acima do fundo */
    z-index: -1; 
    pointer-events: none; /* O mouse ignora os pontos para você clicar em links */
}

/*.sectioncolor3{
    /*background: linear-gradient(135deg,  #304444 10%, #3C5454 50%, #496666 100% );
    background: #2a4747f1;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative;
    /*overflow: hidden;*/
    /*pointer-events: none;*/ /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo 
    z-index: 10;
}*/
.sectioncolor3 {
    /* Um verde mais profundo nas bordas e um mais "aceso" no centro */
    background: radial-gradient(circle at center, #355c5c 0%, #223a3a 100%);
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10;
    padding: 80px 0; /* Espaçamento para a cor respirar */
}


#primeirotexto{
    display: flex;
    z-index: 2;
    width: 180%;
    margin-left: 8em;
    position: relative;
    margin-top: 6em;
}

@media (max-width: 767px){
    #primeirotexto{
        display: flex;
        z-index: 2;
        width: 100%;
        margin-left: 1em;
        position: relative;
    }
}



.posit1{
    margin-top: -8em;
}

.sectiondiplay1{
    display: flex;
    width: 100%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.sectiondiplay2{
    display: flex;
    width: 50%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
    
    margin-top: -5em;

    /* Ajuste aqui para centralizar */
    margin: -5em auto 0 auto;
    z-index: 20;
    
}

.positcard1{
    margin-top: 8em;
}



.fontcolor1{
    color: white;
    font-weight: 700;
}

.fontcolor2{
    color: rgb(233, 232, 232);
    font-weight: 500;
}

.heigth1{
    height: 25em;
    margin-top: -6em;
}


.sectionblack{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.centercenter{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
   
}


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

#particles2-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

footer{
    height: auto;
    margin-top: 4em;

}

#footerdiv1{
    display: flex;
    gap: 8em;
    
}

#footerdiv1 a {
    text-decoration: none;
    font-weight: 600;
}

.corglobo {
    max-width: 750px !important; /* Aumenta o limite do globo */
    width: 90% !important;
     /* Puxa um pouco para cima para integrar com o texto */
    opacity: 0.4 !important; /* Brilho levemente maior para destacar */
    z-index: 0;
}

#cobe {
    margin-left: -5em;
    margin-top: -14rem !important;
    transform: scale(2.1); /* Um leve zoom interno no render do globo */
}

/*.div-do-globo {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Aumentamos levemente a proporção para o brilho não cortar 
    aspect-ratio: 1 / 1.1; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*h1{
    font-weight: 600;
    color: rgb(38, 38, 38);
}*/
h1 {
    /* Peso extra para o título ganhar autoridade */
    font-weight: 800; 
    /*width: 260%;*/
    
    /* O Segredo do Gradiente */
    background: linear-gradient(135deg, #111111 0%, #434343 100%);
    -webkit-background-clip: text; /* Faz o fundo ficar "dentro" do texto */
    -webkit-text-fill-color: transparent; /* Deixa o texto transparente para o fundo brilhar */
    
    /* Ajuste de espaçamento para um look mais tech */
    letter-spacing: -0.02em; 
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hcolor{
    font-weight: 800;
    color: rgb(38, 38, 38);
}

.pcolor1{
    font-weight: 800;
    color: rgba(38, 38, 38, 0.728);
    font-size: 20px;
}


/*cta 1 sessão*/

/* Botão Principal Estilo Stripe/Apple */
.btn-oliveira-premium {
    background: #1d1d1f; /* Preto profundo elegante */
    color: #ffffff !important;
    padding: 12px 32px;
    border-radius: 50px; /* Estilo pílula */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #1d1d1f;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Diminui o respiro interno: 10px em cima/baixo e 24px nas laterais */
    padding: 10px 24px !important; 
        
    /* Diminui um pouco o tamanho da fonte */
    font-size: 0.9rem !important;
    
    /* Garante que o botão não fique colado nas bordas se o texto for longo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-oliveira-premium:hover {
    background: #000000;
    transform: translateY(-3px); /* Efeito de flutuar */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px; /* Sutil expansão */
}

/* Link Secundário ao lado */
.link-discreto {
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.link-discreto:hover {
    color: #1d1d1f !important;
}

/* Ajuste de animação para a setinha → */
.btn-oliveira-premium span {
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: 1rem;
}

.btn-oliveira-premium:hover span {
    transform: translateX(5px); /* A setinha dá um pulinho pra frente */
}

/*cta 1 sessão*/

.cardpropaganda{
    z-index: 10;
    margin-top: -8em !important;
    position: relative;
}


/*glass card*/

/* Efeito de Vidro Fosco Premium (Glassmorphism) */
.card-glass-tech {
    /* 1. Fundo Branco com Alta Transparência */
    background: rgba(255, 255, 255, 0.919) !important; 
    
    /* 2. O PULO DO GATO: Desfoque do Fundo */
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%); /* Suporte para Safari */
    
    /* 3. Borda Fina e Sutil (Dá o acabamento de vidro) */
    border: 1px solid rgba(255, 255, 255, 0.293) !important;
    
    /* 4. Arredondamento Moderno */
    border-radius: 16px !important;
    
    /* 5. Sombra Suave (Para dar profundidade) */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    
    /* 6. Transição Suave para Interações */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    
    /* Garante que o conteúdo não vaze */
    overflow: hidden;

    margin-top: 5em;
}

/* Micro-interação no Hover (Opcional, mas recomendado) */
.card-glass-tech:hover {
    /* O card "levita" e o desfoque aumenta levemente */
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    background: rgba(255, 255, 255, 0.75) !important; /* Fica um pouco mais nítido */
}

/* Ajuste de Cor para o Texto dentro do Card (Opcional, se o fundo branco atrapalhar) */
.card-glass-tech h4, 
.card-glass-tech h5 {
    color: #1d1d1f !important; /* Texto principal em preto suave */
}

.card-glass-tech p {
    color: #434343 !important; /* Texto de apoio em cinza chumbo */
}


.imgoliv{
    width: 10rem;
    height: 10rem;
}

.fotofounder{
    width: 7rem;
    height: 10rem;
    margin: 0 auto;
    margin-left: 15px;
    border-radius: 10px;
}

.psobre1{
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}

.psobre2{
    margin: 0 auto;
    margin-left: 15px;
    margin-bottom: 1em;
    font-weight: 400;
    
}

.divmor-2{
    width: 80%;
}

.blogcard{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18rem;
    height: 18rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: rgba(95, 95, 95, 0.426) solid 1px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    font-weight: 400;
    
}

.blogcardpa {
    margin-top: 8px;
    margin-left: 13px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-decoration: 0;
}

.blogcardpa::-webkit-scrollbar {
    display: none;
}

.blogcard:hover{
    background: rgb(246, 255, 253);
}

.blogcard img {

    width: 13rem;
    height: 8rem;
   
    margin: 0 auto;
    
    border-radius: 5px;
    margin-top: 3px;
    
}


.height2-22{
    height: 30rem;
}


}
/**/


@media(min-width: 1025px) and (max-width: 1365px){

    #containermor{
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
        overflow-x: hidden; /* Isso impede o scroll lateral */
        position: relative;
    }

.logotop{
    height: 40px;
    width: 40px;
}

.shadowbox1{
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.636);
}


.sectioncolor1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    
   
}

.sectioncolor1-1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    overflow: visible !important; /* Permite que o brilho do globo saia um pouco da caixa */
    padding-bottom: 5rem;
    
}

.sectioncolor2{
    background: linear-gradient(135deg,  #d7eefa 10%, #E4F4FC 50%, #afdef5 100% );
    /*background: #E4F4FC;*/
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    
}

.sectioncolor2-2 {
    background: linear-gradient(135deg, #d7eefa 10%, #E4F4FC 50%, #afdef5 100%);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative; /* Obrigatório para os pontos ficarem dentro da seção */
    z-index: 1;
    overflow: hidden; /* Garante que os pontos não vazem nas bordas */
}

.sectioncolor2-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Criação dos pontos sutis */
    /* Usei um tom de azul acinzentado com 20% de opacidade */
    background-image: radial-gradient(rgba(144, 21, 21, 0.238) 1px, transparent 1px);
    
    /* Espaçamento entre os pontos */
    background-size: 30px 30px; 
    
    /* Garante que fiquem atrás do texto mas acima do fundo */
    z-index: -1; 
    pointer-events: none; /* O mouse ignora os pontos para você clicar em links */
}

/*.sectioncolor3{
    /*background: linear-gradient(135deg,  #304444 10%, #3C5454 50%, #496666 100% );
    background: #2a4747f1;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative;
    /*overflow: hidden;*/
    /*pointer-events: none;*/ /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo 
    z-index: 10;
}*/
.sectioncolor3 {
    /* Um verde mais profundo nas bordas e um mais "aceso" no centro */
    background: radial-gradient(circle at center, #355c5c 0%, #223a3a 100%);
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10;
    padding: 80px 0; /* Espaçamento para a cor respirar */
}


#primeirotexto{
    display: flex;
    z-index: 2;
    width: 80%;
    margin-left: 18em;
    position: relative;
    margin-top: 6em;
}





.posit1{
    margin-top: -8em;
}

.sectiondiplay1{
    display: flex;
    width: 100%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.sectiondiplay2{
    display: flex;
    width: 50%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
    
    margin-top: -5em;

    /* Ajuste aqui para centralizar */
    margin: -5em auto 0 auto;
    z-index: 20;
    
}

.positcard1{
    margin-top: 8em;
}

@media (min-width: 320px) and (max-width: 767px){
    .sectiondiplay1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
}

.fontcolor1{
    color: white;
    font-weight: 700;
}

.fontcolor2{
    color: rgb(233, 232, 232);
    font-weight: 500;
}

.heigth1{
    height: 35em;
    margin-top: -6em;
}


.sectionblack{
    display: flex;
    align-items: center;
    justify-content: center;
}

.centercenter{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
   
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

#particles2-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

footer{
    height: auto;
    margin-top: 4em;

}

#footerdiv1{
    display: flex;
    gap: 8em;
    
}

#footerdiv1 a {
    text-decoration: none;
    font-weight: 600;
}

.corglobo{
    opacity: 0.2;
    transition: opacity 0.5s ease;
    
    /* Em vez de height e width fixos e diferentes: */
    width: 100%;
    max-width: 500px; /* Ou o tamanho que você achar melhor */
    aspect-ratio: 1;  /* Isso mantém o quadrado perfeito */
    margin: 0 auto;
}

/*.div-do-globo {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Aumentamos levemente a proporção para o brilho não cortar 
    aspect-ratio: 1 / 1.1; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*h1{
    font-weight: 600;
    color: rgb(38, 38, 38);
}*/
h1 {
    /* Peso extra para o título ganhar autoridade */
    font-weight: 800; 
    width: 160%;
    /* O Segredo do Gradiente */
    background: linear-gradient(135deg, #111111 0%, #434343 100%);
    -webkit-background-clip: text; /* Faz o fundo ficar "dentro" do texto */
    -webkit-text-fill-color: transparent; /* Deixa o texto transparente para o fundo brilhar */
    
    /* Ajuste de espaçamento para um look mais tech */
    letter-spacing: -0.02em; 
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hcolor{
    font-weight: 800;
    color: rgb(38, 38, 38);
}

.pcolor1{
    font-weight: 800;
    color: rgba(38, 38, 38, 0.728);
    font-size: 20px;
}


/*cta 1 sessão*/

/* Botão Principal Estilo Stripe/Apple */
.btn-oliveira-premium {
    background: #1d1d1f; /* Preto profundo elegante */
    color: #ffffff !important;
    padding: 12px 32px;
    border-radius: 50px; /* Estilo pílula */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #1d1d1f;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-oliveira-premium:hover {
    background: #000000;
    transform: translateY(-3px); /* Efeito de flutuar */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px; /* Sutil expansão */
}

/* Link Secundário ao lado */
.link-discreto {
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.link-discreto:hover {
    color: #1d1d1f !important;
}

/* Ajuste de animação para a setinha → */
.btn-oliveira-premium span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-oliveira-premium:hover span {
    transform: translateX(5px); /* A setinha dá um pulinho pra frente */
}

/*cta 1 sessão*/

.cardpropaganda{
    z-index: 10;
    margin-top: -8em !important;
    position: relative;
}


/*glass card*/

/* Efeito de Vidro Fosco Premium (Glassmorphism) */
.card-glass-tech {
    /* 1. Fundo Branco com Alta Transparência */
    background: rgba(255, 255, 255, 0.919) !important; 
    
    /* 2. O PULO DO GATO: Desfoque do Fundo */
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%); /* Suporte para Safari */
    
    /* 3. Borda Fina e Sutil (Dá o acabamento de vidro) */
    border: 1px solid rgba(255, 255, 255, 0.293) !important;
    
    /* 4. Arredondamento Moderno */
    border-radius: 16px !important;
    
    /* 5. Sombra Suave (Para dar profundidade) */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    
    /* 6. Transição Suave para Interações */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    
    /* Garante que o conteúdo não vaze */
    overflow: hidden;

    margin-top: 5em;
}

/* Micro-interação no Hover (Opcional, mas recomendado) */
.card-glass-tech:hover {
    /* O card "levita" e o desfoque aumenta levemente */
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    background: rgba(255, 255, 255, 0.75) !important; /* Fica um pouco mais nítido */
}

/* Ajuste de Cor para o Texto dentro do Card (Opcional, se o fundo branco atrapalhar) */
.card-glass-tech h4, 
.card-glass-tech h5 {
    color: #1d1d1f !important; /* Texto principal em preto suave */
}

.card-glass-tech p {
    color: #434343 !important; /* Texto de apoio em cinza chumbo */
}


.imgoliv{
    width: 10rem;
    height: 10rem;
}

.fotofounder{
    width: 7rem;
    height: 10rem;
    margin: 0 auto;
    margin-left: 15px;
    border-radius: 10px;
}

.psobre1{
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}

.psobre2{
    margin: 0 auto;
    margin-left: 15px;
    margin-bottom: 1em;
    font-weight: 400;
    
}

.divmor-2{
    width: 60%;
}

.blogcard{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18rem;
    height: 18rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: rgba(95, 95, 95, 0.426) solid 1px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    font-weight: 400;
    
}

.blogcardpa {
    margin-top: 8px;
    margin-left: 13px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-decoration: 0;
}

.blogcardpa::-webkit-scrollbar {
    display: none;
}

.blogcard:hover{
    background: rgb(246, 255, 253);
}

.blogcard img {

    width: 13rem;
    height: 8rem;
   
    margin: 0 auto;
    
    border-radius: 5px;
    margin-top: 3px;
    
}


.height2-22{
    height: 30rem;
}

/**/



}



@media(min-width: 1366px) and (max-width: 2560px){

    #containermor{
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
        overflow-x: hidden; /* Isso impede o scroll lateral */
        position: relative;
    }

.logotop{
    height: 40px;
    width: 40px;
}

.shadowbox1{
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.636);
}


.sectioncolor1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    
   
}

.sectioncolor1-1{
    background: linear-gradient(135deg,  #e4f5fd 10%, #F8F9FA 50%, #dbf1fb 100% );
    /*background: #F8F9FA;*/
    position: relative;
    overflow: visible !important; /* Permite que o brilho do globo saia um pouco da caixa */
    padding-bottom: 5rem;
    
}

.sectioncolor2{
    background: linear-gradient(135deg,  #d7eefa 10%, #E4F4FC 50%, #afdef5 100% );
    /*background: #E4F4FC;*/
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    
}

.sectioncolor2-2 {
    background: linear-gradient(135deg, #d7eefa 10%, #E4F4FC 50%, #afdef5 100%);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative; /* Obrigatório para os pontos ficarem dentro da seção */
    z-index: 1;
    overflow: hidden; /* Garante que os pontos não vazem nas bordas */
}

.sectioncolor2-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Criação dos pontos sutis */
    /* Usei um tom de azul acinzentado com 20% de opacidade */
    background-image: radial-gradient(rgba(144, 21, 21, 0.238) 1px, transparent 1px);
    
    /* Espaçamento entre os pontos */
    background-size: 30px 30px; 
    
    /* Garante que fiquem atrás do texto mas acima do fundo */
    z-index: -1; 
    pointer-events: none; /* O mouse ignora os pontos para você clicar em links */
}

/*.sectioncolor3{
    /*background: linear-gradient(135deg,  #304444 10%, #3C5454 50%, #496666 100% );
    background: #2a4747f1;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.602);
    position: relative;
    /*overflow: hidden;*/
    /*pointer-events: none;*/ /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo 
    z-index: 10;
}*/
.sectioncolor3 {
    /* Um verde mais profundo nas bordas e um mais "aceso" no centro */
    background: radial-gradient(circle at center, #355c5c 0%, #223a3a 100%);
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10;
    padding: 80px 0; /* Espaçamento para a cor respirar */
}


#primeirotexto{
    display: flex;
    z-index: 2;
    width: 80%;
    margin-left: 18em;
    position: relative;
    margin-top: 6em;
}




.posit1{
    margin-top: -8em;
}

.sectiondiplay1{
    display: flex;
    width: 100%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
    
   
}

.sectiondiplay2{
    display: flex;
    width: 50%; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
    
    margin-top: -5em;

    /* Ajuste aqui para centralizar */
    margin: -5em auto 0 auto;
    z-index: 20;
    
}

.positcard1{
    margin-top: 8em;
}


.fontcolor1{
    color: white;
    font-weight: 700;
}

.fontcolor2{
    color: rgb(233, 232, 232);
    font-weight: 500;
}

.heigth1{
    height: 25em;
    margin-top: -6em;
}


.sectionblack{
    display: flex;
    align-items: center;
    justify-content: center;
    
}



#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

#particles2-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Fica atrás do conteúdo */
    pointer-events: none; /* Isso faz o mouse "atravessar" as partículas para clicar nos botões abaixo */
}

footer{
    height: auto;
    margin-top: 4em;

}

#footerdiv1{
    display: flex;
    gap: 8em;
    
}

#footerdiv1 a {
    text-decoration: none;
    font-weight: 600;
}

.corglobo{
    opacity: 0.2;
    transition: opacity 0.5s ease;
    
    /* Em vez de height e width fixos e diferentes: */
    width: 100%;
    max-width: 500px; /* Ou o tamanho que você achar melhor */
    aspect-ratio: 1;  /* Isso mantém o quadrado perfeito */
    margin: 0 auto;
}

/*.div-do-globo {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Aumentamos levemente a proporção para o brilho não cortar 
    aspect-ratio: 1 / 1.1; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*h1{
    font-weight: 600;
    color: rgb(38, 38, 38);
}*/
h1 {
    /* Peso extra para o título ganhar autoridade */
    font-weight: 800; 
    color: white !important;
    /* O Segredo do Gradiente */
    background: linear-gradient(135deg, #111111 0%, #434343 100%);
    -webkit-background-clip: text; /* Faz o fundo ficar "dentro" do texto */
    -webkit-text-fill-color: transparent; /* Deixa o texto transparente para o fundo brilhar */
    
    /* Ajuste de espaçamento para um look mais tech */
    letter-spacing: -0.02em; 
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.h2-22{
    color: white !important;
}

.hcolor{
    font-weight: 800;
    color: rgb(38, 38, 38);
}

.pcolor1{
    font-weight: 800;
    color: rgba(38, 38, 38, 0.728);
    font-size: 20px;
}


/*cta 1 sessão*/

/* Botão Principal Estilo Stripe/Apple */
.btn-oliveira-premium {
    background: #1d1d1f; /* Preto profundo elegante */
    color: #ffffff !important;
    padding: 12px 32px;
    border-radius: 50px; /* Estilo pílula */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #1d1d1f;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-oliveira-premium:hover {
    background: #000000;
    transform: translateY(-3px); /* Efeito de flutuar */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px; /* Sutil expansão */
}

/* Link Secundário ao lado */
.link-discreto {
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.link-discreto:hover {
    color: #1d1d1f !important;
}

/* Ajuste de animação para a setinha → */
.btn-oliveira-premium span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-oliveira-premium:hover span {
    transform: translateX(5px); /* A setinha dá um pulinho pra frente */
}

/*cta 1 sessão*/

.cardpropaganda{
    z-index: 10;
    margin-top: -8em !important;
    position: relative;
}


/*glass card*/

/* Efeito de Vidro Fosco Premium (Glassmorphism) */
.card-glass-tech {
    /* 1. Fundo Branco com Alta Transparência */
    background: rgba(255, 255, 255, 0.919) !important; 
    
    /* 2. O PULO DO GATO: Desfoque do Fundo */
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%); /* Suporte para Safari */
    
    /* 3. Borda Fina e Sutil (Dá o acabamento de vidro) */
    border: 1px solid rgba(255, 255, 255, 0.293) !important;
    
    /* 4. Arredondamento Moderno */
    border-radius: 16px !important;
    
    /* 5. Sombra Suave (Para dar profundidade) */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    
    /* 6. Transição Suave para Interações */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    
    /* Garante que o conteúdo não vaze */
    overflow: hidden;

    margin-top: 5em;
}

/* Micro-interação no Hover (Opcional, mas recomendado) */
.card-glass-tech:hover {
    /* O card "levita" e o desfoque aumenta levemente */
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    background: rgba(255, 255, 255, 0.75) !important; /* Fica um pouco mais nítido */
}

/* Ajuste de Cor para o Texto dentro do Card (Opcional, se o fundo branco atrapalhar) */
.card-glass-tech h4, 
.card-glass-tech h5 {
    color: #1d1d1f !important; /* Texto principal em preto suave */
}

.card-glass-tech p {
    color: #434343 !important; /* Texto de apoio em cinza chumbo */
}


.imgoliv{
    width: 10rem;
    height: 10rem;
}

.fotofounder{
    width: 7rem;
    height: 10rem;
    margin: 0 auto;
    margin-left: 15px;
    border-radius: 10px;
}

.psobre1{
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}

.psobre2{
    margin: 0 auto;
    margin-left: 15px;
    margin-bottom: 1em;
    font-weight: 400;
    
}

.divmor-2{
    width: 60%;
}



.blogcard{
    width: 20em;
    height: 35em;
    background: white;
    
}

.blogcard{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 18rem;
    height: 18rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: rgba(95, 95, 95, 0.426) solid 1px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    font-weight: 400;
    
}

.blogcardpa {
    margin-top: 8px;
    margin-left: 13px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-decoration: 0;
}

.blogcardpa::-webkit-scrollbar {
    display: none;
}

.blogcard:hover{
    background: rgb(246, 255, 253);
}

.blogcard img {

    width: 13rem;
    height: 8rem;
   
    margin: 0 auto;
    
    border-radius: 5px;
    margin-top: 3px;
    
}


.height2-22{
    height: 30rem;
}

/**/

}
