/* CORES
#0B0E3B
#5258A9 
#D7DDE9
#F2A129
*/
/* Fonte
font-family: "Noto Sans", sans-serif;
font-weight: <weight>;
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

main {
    flex: 1;
}

body {
  min-height: 100vh;    
  margin: 0;
}

/*header*/

.divHeader {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.header {
    position: fixed;       
    top: 2%;              
    left: 50%;                 
    transform: translateX(-50%);
    background-color:#5258A9;
    height: 5%;
    width: 60%;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    z-index: 100;
    transition: height 0.5s ease, padding 0.5s ease, width 0.5s ease;
    
}

.divHeader {
  display: flex;
  justify-content: center;
}

.header.shrink {
  height: 42px;
  width: 45%;
}

.header.shrink .logoHeader {
  height: 35px;
}

.header.shrink a {
  font-size: 0.8rem;
}

.header.shrink .hamburguer {
  font-size: 0.5rem;
  top: 10px;
}

.header .menu li  a {
  text-decoration: none;
  color: #D7DDE9;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: font-size 0.5s ease;
  margin-right: 5px;
  padding-right: 0.5rem;
}

.navAtivo {
  background-color: #F2A129;
  border-radius: 0.5rem;
  padding: 0.3rem;
}

.header .menu {
  display: flex;
  gap: 15px; 
  justify-content: center; 
  padding: 0;
  list-style: none;
}

.header .menu li {
  list-style-type: none;
  color: #353E62;
}

.logoHeader {
  height:56px;
  padding-left: 10px;
  transition: font-size 0.3s ease;
}

#menu-toggle {
  display: none;
}

.hamburguer {
  display: none;
  width: 35px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
}

.hamburguer span {
  display: block;
  height: 4px;
  width: 100%;
  background: #D7DDE9;
  border-radius: 2px;
  margin-bottom: 6px;
  transition: background 0.3s ease;
}

/*main*/

.coluna {
  display: flex;
  flex-direction: column;
}

.blocoInicial {
    font-family: "Noto Sans", sans-serif;
    width: 80%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    margin: 0 auto;
    
}

.blocoTexto {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    width: 65%;
    color: #0B0E3B;
    margin-top: 10%;
    z-index: 20;
    transition: height 0.5s ease, padding 0.5s ease, width 0.5s ease;
}

h1 {
    width: 50%;
    font-size: 3rem;
}

.destaque {
    font-size: 4rem;
    font-weight: 900;
}

.subtitulo {
  max-width: 50%;
  font-size: 1rem;
  font-weight: 500;
}

.btnSaibaMais {
    background-color: #F2A129 ;
    width: 254px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-top: 25px;
}

.blocoImagem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
 
}

.grupoPessoasImg {
    z-index: 2;
    height: 378px ;
    border-radius: 15px 100px 15px 100px;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    margin-top: 100px;
    margin-right: 20%;
}   

.formaLilas {
  position: absolute;
  background-color: #D7DDE9;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60%;
  height: 45%;
  border-radius: 0px 0px 0px 200px;
  transition: height 0.5s ease, padding 0.5s ease, width 0.5s ease;
  
}

/*serviços*/

.conhecaServicos {
  background-color: #F2A129;
  width: 70%;
  height: 87px;
  color: #0B0E3B;
  font-family: "Noto Sans", sans-serif; 
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 0px 25px 25px 0px;
  display: flex;
  align-items: center;
  justify-content: end ;
  padding-right: 45px;
  margin-top: 95px;
  margin-bottom: 65px;
}

.conhecaServicosDiv {
  padding: 5px 0;
}

.servicoEsq{
  position: relative;
  padding: 50px 0px 300px 0px;
  background-color: #D7DDE9;
  width: 60%;
  height: 400px;
  border-radius: 0 6rem 6rem 0;
  display: flex;
  justify-items: center;
}

.imgEsq {
  position: absolute;
  padding-left: 70%;
}

.tituloServico{
  position: absolute;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-left: 20px;
  width: 100%;
}

.texto{
  position: absolute;
  width: 65%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 120px;
  margin-left: 20px;

}

.direita {
  position: relative;
  display: block;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 1;
  padding: 50px 0px 300px 0px;
  background-color: #D7DDE9;
  width: 60%;
  border-radius: 6rem 0rem 0rem 6rem;
  height: 400px;
}

.blog {

  margin-top: 50px;
  z-index: 1;
}

.imgBlog {
  position: absolute;
  top: 50px;
  right:900px ;
  height: auto;
  margin-left: auto;
  z-index: 2;
}

.tituloDir {
  position: absolute;
  top: 50px;
  right: 10px;
  margin-left: auto;
  z-index: 2;
  font-weight: 900;
  font-size: 2.5rem;
  width: 60%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  background-color: #D7DDE9;
}

.textoDir {
  position: absolute;
  top: 120px;
  right:10px;
  height: auto;
  margin-left: auto;
  z-index: 2;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  width: 60%;
}

.atencao {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 50px 0 10px 0;


}
.atencaoDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2A129;
  width: 70%;
  height: 104px;
  border-radius: 15px;

}

.atencaoP {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  max-width: 100%;
  margin: 10px;
}


footer {
    background-color: #5258A9;
    display: flex;
    gap: 20px;
    height: 192px;
    width: 100%;
    margin-top: 100px;
    position: relative;
    bottom: 0;
  
}

.integrantesFooter{
    padding-left: 94px;
    padding-top: 40px;
    font-family: "Noto Sans", sans-serif; 
}

.integrantes {
  color: #D7DDE9;
  font-size: 1rem;
  text-decoration: underline;
}

.nomeFooter {
  color: #D7DDE9;
  font-size: 0.8rem;
}

.projetoFooter {
    padding-left: 94px;
    padding-top: 40px;
    font-family: "Noto Sans", sans-serif;
}

.projeto{
  color: #D7DDE9;
  font-size: 1rem;
  text-decoration: underline;
}

.textoFooter {
  padding-top: 5px;
  color: #D7DDE9;
  font-size: 0.8rem;
}

.contatoFooter {
  padding-left: 94px;
  padding-top: 40px;
  font-family: "Noto Sans", sans-serif;
}

.contato {
  color: #D7DDE9;
  font-size: 1rem;
  text-decoration: underline;
}

.textoContato {
  padding-top: 5px;
  color: #D7DDE9;
  font-size: 0.8rem;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*responsividade*/

@media (max-width: 600px) {

  /*header*/
.header.shrink {
  height: 68px;     
  width: 100%;       
  transform: translateX(-50%);  
  }

.navAtivo {
  text-decoration: underline;
}

.header ul {
  flex-direction: column;
  gap: 10px;
  background: #5258A9;
  position: fixed;
  top: 4vh;
  right: 0;
  width: 45%;
  max-width: 250px;
  height: auto;
  align-items: center;
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  border-radius: 0 0 1rem 1rem;
  
}

#menu-toggle:checked ~ .menu {
    transform: translateX(0);
  }

.hamburguer {
    display: flex;
  }

.header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  padding: 0 1rem;
  border-radius: 0;
  }

.header .menu {
  position: fixed;
  top: 70px;
  right: 0;
  transform: translateX(100%);
}


body {
  min-height: 100vh;    
  margin: 0;
}

/*primeiro bloco*/

.blocoInicial {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}



.coluna {
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-bottom: 100%;
  padding: 0 0 20% 0;
  margin: 0;
  width: 100%;
}

.blocoTexto {
  width: 100%;
  padding: 50px;
  margin-bottom: 100px;
}

h1 {
  width: 100%;
  font-size: 2rem;
}

.subtitulo {
  width: 100%;

}

.grupoPessoasImg {
  padding: 50px;
  margin: 50px;
  
}

.formaLilas {
  height: 70vh;
}



/*serviços*/

.conhecaServicos {
  font-size: 2rem;
  width: 90%;
  margin-bottom: 50px;
  
}

.servicoEsq {
    display: flex;            
    flex-direction: column;   
    align-items: flex-start; 
    padding: 5px 0;         
    width: 80%;               
    margin: 1rem auto;       
    height: auto;           
    position: static;
    border-radius: 1rem;       
  }

 .tituloServico, .texto {
    position: static;      
    width: 85%;             
    margin: 1rem 0 0 0;   
    padding: 1rem;   
  }

  .servicoEsq .imgEsq {
    position: static;       
    width: 100%;        
    height: auto;            
    margin-top: 1rem;         
    padding-left: 0;       
  }


  .direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;  
    width: 80%;              
    margin: 1rem auto;
    padding: 5px 0;
    height: auto;
    position: static;
    border-radius: 1rem;

  }

  .tituloDir, .textoDir{
  position: static;      
  width: 85%;             
  margin: 1rem 0 0 0;   
  padding: 1rem;   
  }

.imgBlog {
  position: static;
  right: 0;


  }

.atencaoDiv {
  height: 30%;
  width: 90%;
}

/*footer*/

footer {
  height: 100%;
  width: 100%;
  margin-top: 50vh;
}

.integrantesFooter, .projetoFooter {
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.contatoFooter {
  padding-left:8px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
}

}

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

  .header {
    width: 90%;
  }

  .header.shrink {
    width: 85%;
  }

  
  .grupoPessoasImg {
  padding: 50px;
  margin: 50px; 
}

.blocoInicial {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}



.coluna {
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-bottom: 100%;
  padding: 0 0 20% 0;
  margin: 0;
  width: 100%;
}

.blocoTexto {
  width: 100%;
  padding: 50px;
  margin-bottom: 100px;
}

h1 {
  width: 100%;
  font-size: 2rem;
}

.subtitulo {
  width: 100%;

}

.grupoPessoasImg {
  padding: 50px;
  margin: 50px;
  
}

.formaLilas {
  height: 70vh;
}

/*serviços*/

.conhecaServicos {
  font-size: 2rem;
  width: 90%;
  margin-bottom: 50px;
  
}

.servicoEsq {
    display: flex;            
    flex-direction: column;   
    align-items: flex-start; 
    padding: 5px 0;         
    width: 80%;               
    margin: 1rem auto;       
    height: auto;           
    position: static;
    border-radius: 1rem;       
  }

 .tituloServico, .texto {
    position: static;      
    width: 85%;             
    margin: 1rem 0 0 0;   
    padding: 1rem;   
  }

  .servicoEsq .imgEsq {
    position: static;       
    width: 100%;        
    height: auto;            
    margin-top: 1rem;         
    padding-left: 0;       
  }


  .direita {
    display: flex;
    flex-direction: column;
    align-items: flex-end;  
    width: 80%;              
    margin: 1rem auto;
    padding: 5px 0;
    height: auto;
    position: static;
    border-radius: 1rem;

  }

  .tituloDir, .textoDir{
  position: static;      
  width: 85%;             
  margin: 1rem 0 0 0;   
  padding: 1rem;   
  }

.imgBlog {
  position: static;
  right: 0;


  }

.atencaoDiv {
  height: 30%;
  width: 90%;
}

/*footer*/

footer {
  height: 100%;
  width: 100%;
  margin-top: 50vh;
}

.integrantesFooter, .projetoFooter {
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.contatoFooter {
  padding-left:8px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
}


}

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

  .header {
    width: 75%;
  }

  .header.shrink {
    width: 80%;
  }

  .conhecaServicos {
    width: 70%;
  }
footer {
  height: 100%;
  width: 100%;
  margin-top: 50vh;
}

}

@media (min-width: 992px) and (max-width: 1299px) {

  .header {
    width: 65%;
  }

  .header.shrink {
    width: 60%;
  }

footer {
  height: 100%;
  width: 100%;
  margin-top: 50vh;
}

}