*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   
}
body{
    background-color:#E0E6EE;
}

                                                   /* COMEÇO DO CABEÇALHO */

header{
  display: flex;
   justify-content: space-between;
  align-items: center;
    background-color: rgb(248, 250, 252);
   width: 100%;
   position: fixed;
 

     }

     .header_topo{
        width: 97%;
        padding-top: 7rem;
     }

.logo_header img{
  width: 150px; 
    margin-bottom: -1.5rem;
    margin-left: 3rem; 
    margin-top:-1.5rem ;
    
       
}

.logo_header{
    margin-left: 2.5rem;
        background-color: rgb(248, 250, 252);
}

.header_nav{
    display:flex;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color:rgb(248, 250, 252);
    gap: 2.5rem;
    list-style: none;
   margin-left: auto;
   padding-top: 0.65rem;
padding-bottom: 0.65rem;
border-radius: 10px;

}


.header_nav a{
    color: #1d343f;
    list-style: none;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    font-family: nunito;
    
}

.header_nav a:hover{
   color: green;
    
}

.header_button{
    margin-right: 4rem;
    
    
    
}

.header_button button{
    color: rgb(255, 255, 255);
    padding: 0.7rem;
    background-color: green ;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-family: inter;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.header_button button:hover{
    color: white;
    background-color:green;
    cursor: pointer;
    transform: translateY(-3px); /* Levanta o botão */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);


}

                                                     /* FIM DO CABEÇALHO */



                                                     /* COMEÇO DO HERO */
   .hero{
    display: flex;
    flex-direction: column;
    margin-left: 1.4rem;
    width: 97%;
    padding-bottom: 15rem;  
background: radial-gradient(circle at top, #1e1e2f, #0f0f17);

padding-top: 10rem;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

.hero_topo{
    margin-top: -3.5rem;
   
    background-color:#E0E6EE;
    padding-bottom: 1.5rem;
}

.hero_button{
    margin-left: 4.5rem;
    display: flex; /* não altera visual se houver só o p dentro */
    align-items: center;
    margin-top: 4rem;
}

.hero_button p {
    color: white;
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    padding: 0.6rem 0.6rem;
    border-radius: 10px;
    border: 1px solid #1d343f;
    margin: 0;
    position: relative; 
    font-family: nunito;
    font-size: 0.8rem;
}


.dot {
    width: 10px;
    height: 10px;
    background-color: #16a34a;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; /
}


.hero_titulo {
    margin-left: 4.5rem;
    padding-top: 2rem;
    margin-top: 6rem;
    
}


.hero_titulo .t1 {
    color: #f2f2f2;
display: inline-block;
    font-size: 45px;
    
    font-family: poppins;
  
}


.hero_titulo .t2 {
   background: linear-gradient(90deg, #64aaff, #8BA8FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 45px;
    margin-top: 0.6rem;
   
     font-family:poppins;
    
}
                                                /* FIM DO HERO */

                                            
                                            
                                                /*começo do serviços */
.serviços{
    margin-left: 1.4rem;
    width: 97%;
    display: flex;
    flex-direction: column;
    background: #F1F5F9;    
    margin-top: 1.5rem;
    padding-top: 3.5rem;
    padding-bottom: 7rem;
    margin-top: 1.4rem;
   
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;

}

.serviços_titulo{
   display: flex;
   flex-direction: column;
    color:bl;
    letter-spacing: 0.2rem;
    font-size: 26px;
    font-weight: bold;
    word-spacing: 0.1rem;
    align-items: center;
     font-family: inter;
     
}

.serviços_linha{
    
    width: 4rem;
    background-color:blue;
    text-align: center;
    margin-top: 1rem;
    height: 2px;
}




.serviços_bloco1, .serviços_bloco2{
    display: flex;
    justify-content: space-around;
    padding-top: 4rem;
    
  
}

.serviços_texto1, .serviços_texto2 {
 background: white;
    border-radius: 10px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 35rem;
    margin-left: 3rem;
    margin-right: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.06);

}

.serviços_p1{
color:  #013b75;
    font-size: 18px;
font-weight: bold;
text-align: center;
font-family: inter;
margin-left: 1rem;
    margin-right: 1rem;
    font-size: 22px;
    }

.serviços_p2 {
      color: #1d343f;
    margin-top: 2rem;
   font-size: 15px;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
    font-family: poppins;
}


.serviços_p3 {
     color: #1d343f;
    margin-top: 2rem;
   font-size: 15px;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
    font-family: poppins;
}


                                                  /* fim dos serviços */



                                                  /* COMEÇO DO DASHBOARD 1 */

.dashboard_1{
    margin-left: 1.4rem;
    width: 97%;
background: linear-gradient(135deg, #061436, #0A1B4A, #0c2254);
margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
padding-bottom: 2rem;
padding-top: 2rem;
    
}

.dashboard_1 img{
    max-width: 50rem;
     border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
     overflow: hidden;
   
}

.dashboard_1 img ::after{
 content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 20, 54, 0.55);
}
                                                       /* FIM DO DASHBOARD 1 */

                                                       /* COMEÇO DO CULTURA */

.cultura{
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    padding-top: 3.5rem;
background: #F1F5F9;
    margin-left: 1.4rem;
    width: 97%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

.cultura_datalini{
   justify-items: center;
   font-size: 15px;
   font-weight: bold;
   font-family: inter;
   
 
}

.cultura_datalini p{
   
    padding: 0.7rem 0.7rem;

color: black;
 padding-left: 1.8rem;
   padding-right: 1.8rem;
   font-size: 26px;
    font-weight: bold;
    word-spacing: 0.3rem;



}

.cultura_titulo{
    justify-items: center;
    
}

.cultura_titulo p{
    font-size: 25px;
    color: #743030;
    font-weight: bold;
    letter-spacing: 0.2rem;
   background: blue;
   width: 4rem;
   height: 2px;
   
}


.cultura_blocos{
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
   
}

.cultura_l1{
    display: flex;
    justify-content: space-between;
    padding-top:3rem;
    gap: 0.5rem;
}

.cultura_b1{
    background: white;
    border-radius: 10px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 22rem;
    margin-left: 3rem;
    margin-right: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cultura_b1:hover{
    transform: scale(1.03);

    /* Sombra fica mais forte ao passar o mouse */
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.12);
}

.cultura_l2{
    display: flex;
    justify-content: space-between;
     padding-top: 6rem;
     padding-bottom: 7rem;
     gap: 1.5rem;
}

.cultura_b2{
    background: white;
    border-radius: 10px;
    padding-top: 2rem;
    padding-bottom: 4rem;
    width: 22rem;
    margin-left: 3rem;
    margin-right: 3rem;
       border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cultura_b2:hover{
    transform: scale(1.03);

    /* Sombra fica mais forte ao passar o mouse */
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.12);
}

.cultura_t1{
    color:  #013b75;
    font-size: 18px;
font-weight: bold;
text-align: center;
font-family: inter;
margin-left: 1rem;
    margin-right: 1rem;
}


.cultura_t2{
    color: #1d343f;
    margin-top: 2rem;
   font-size: 15px;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
    font-family: poppins;
}

                                                     /* FIM DO CULTURA */



                                                      /* COMEÇO DO DASHBOAR */

.dashboard{
    margin-left: 1.4rem;
    width: 97%;
background-color: #121A2D;
margin-top: 1.4rem;
    display: flex;
    justify-content: space-around;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
padding-top: 4rem;
padding-bottom: 4rem;
    
}

.dashboard_foto, .dashboard_{
    width: 40rem;
    
    height: 23rem;
    
}

.dashboard_foto{ 

    margin-left: 3rem;
    max-width: 35rem;
    border-radius: 18px;
  
    }

.dashboard_foto ::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 20, 54, 0.55);
    }

.dashboard_foto img{
    max-width: 30rem;
    align-items: center;
    margin-left: 3rem;
   display: block;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.dashboard_p1{
    color: white;
    font-size: 24px;
    font-family: inter;
    padding-top: 4rem;
      color: #f2f2f2;
   font-family: poppins;
}

.dashboard_p2{
    padding-top: 2rem;
    font-size: 24px;
    background: linear-gradient(90deg, #64aaff, #8BA8FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
   
     font-family:poppins;
    
}





                                                            /* FIM DO CULTURA */


                                                             /* COMEÇO DA EMPRESA */
#empresa{
    padding-top: 8em;
}

.sobre{
    margin-left: 1.4rem;
    width: 97%;
    display: flex;
    flex-direction: column;
    background: #F1F5F9;    
    margin-top: 1.5rem;
    padding-top: 3.5rem;
    padding-bottom: 7rem;
    margin-top: 1.4rem;
    text-align: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;

}

.sobre_titulo{
   display: flex;
   flex-direction: column;
    color:bl;
    letter-spacing: 0.2rem;
    font-size: 26px;
    font-weight: bold;
    word-spacing: 0.1rem;
    align-items: center;
     font-family: inter;
     
}

.sobre_linha{
    
    width: 4rem;
    background-color: blue;
    text-align: center;
    margin-top: 1rem;
    height: 2px;
}

.sobre_texto{
    color: #0d1f2d;
    margin-top: 3rem;
    background-color: white;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 60rem;
    border-radius: 10px;
    padding-bottom: 7rem;
    padding-top: 5rem;
    margin-top: 4rem;
     border: 1px solid rgba(0, 0, 0, 0.06);
     box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
     border-top: 4px solid #2F55FF; /* azul do exemplo */

   
}

.sobre_texto p{
    color:#0d1f2d;
    margin-top: 1.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: nunito;
    text-align: left;
}

                                                                  /* FIM DA EMPRESA */



/* Começa o rodape */
.rodape{
       background:  #121A2D;;    
       margin-top: 1.4rem;
    margin-left: 1.4rem;
    width: 97%;
    display: flex;
    justify-content: space-between;
    padding: 3rem 5rem;
    margin-top: 1.5rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    
}

.rodape_1, .rodape_2{                                           
    
    width: 20rem;
    font-family: inter;
    margin-top: 2rem;
    
}

.rodape_logo{                                          
    
display: flex; 
justify-content: center;
margin-top: -10px;
}

.rodape_logo img{
     width: 130px;
     
}

.rodape1_t1, .rodape2_t1{                               
    color: #eab308;
    font-size: 20px;
    text-align: center;
}

.rodape1_redes{                                      
   color: white;
       
    }
   


.rodape1_redes ul{ 
   color: white;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;   
    text-align: center;                     
    
   
     
    list-style: none;
}

.rodape1_redes a {
    text-decoration: none;
    color: white;
}

.rodape1_redes a:hover{
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px; 
    text-decoration-thickness: 2px; 
   text-decoration-color: #16a34a;
}


.rodape2_contatos{                         
    color: white;
  text-align: center;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rodape2_button{
    color: rgb(214, 28, 28);
    margin-top: 2.5rem;
    background-color: #16a34a;
    display: inline-block;
    padding: 0.8rem 0.8rem;
    border-radius: 10px;  
   margin-left: 110px;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    list-style: none;
   
}


.rodape2_button a{
    color: white;
}

.rodape2_button:hover{
    background-color:#16a34a;
    cursor: pointer;
     transform: translateY(-3px); /* Levanta o botão */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  color: white;

}


.rodape2_button a{
    text-decoration: none;
    list-style: none;
   
}

.direitos{
background:black; 
    color: aliceblue;
    display: flex;
    justify-content: center;
   margin-left: 1.4rem;
    width: 97%;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    font-family: montserrat;
    
}


.ultima_barra{
    width: 97%;
    margin-left: 1.4rem;
    background-color: #E0E6EE;
    padding-top: 1.5rem;

}


@media (max-width: 1024px) {

  header {
    padding: 0 1rem;
  }

  .header_nav {
    gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    padding-bottom: 10rem;
  }

  .hero_titulo .t1,
  .hero_titulo .t2 {
    font-size: 36px;
  }

  .serviços_bloco1,
  .serviços_bloco2 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .serviços_texto1,
  .serviços_texto2 {
    width: 90%;
    margin: 0;
  }

  .dashboard {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .dashboard_foto {
    margin-left: 0;
  }

  .dashboard_foto img {
    max-width: 90%;
    margin-left: 0;
  }

  .sobre_texto {
    width: 90%;
  }

  .cultura_l1,
  .cultura_l2 {
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 768px) {

  header {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .logo_header {
    margin: 1rem 0;
  }

  .header_nav {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }

  .header_button {
    margin: 1rem 0;
  }

  .hero {
    margin-left: 0;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .hero_button,
  .hero_titulo {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .hero_titulo .t1,
  .hero_titulo .t2 {
    font-size: 30px;
  }

  .dashboard_1 img {
    max-width: 90%;
  }

  .serviços {
    margin-left: 0;
    width: 100%;
  }

  .cultura {
    margin-left: 0;
    width: 100%;
  }

  .dashboard {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
  }

  .dashboard_p1,
  .dashboard_p2 {
    font-size: 20px;
    text-align: center;
  }

  .sobre {
    margin-left: 0;
    width: 100%;
  }

  .rodape {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 3rem 2rem;
  }

  .rodape_1,
  .rodape_2 {
    width: 100%;
  }

  .rodape2_button {
    margin-left: 0;
  }

}

@media (max-width: 480px) {

  .hero_titulo .t1,
  .hero_titulo .t2 {
    font-size: 24px;
  }

  .serviços_p1 {
    font-size: 18px;
  }

  .serviços_p2,
  .serviços_p3 {
    font-size: 14px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .dashboard_p1,
  .dashboard_p2 {
    font-size: 18px;
  }

  .sobre_texto p {
    font-size: 14px;
  }

}
