@font-face {
    font-family: 'Inter';
    src: url('/assets/font/Inter.ttf')format('opentype');
}
@font-face {
  font-family: 'Urbanist';
  src: url('/assets/font/urbanist.ttf')format('opentype');
}
html{
  overflow-x: hidden;
}


header{
  scroll-behavior: smooth;
  background: url('/assets/fundoHome-min.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
nav{
  padding: 3.5rem;
  backdrop-filter: blur(4px);
 
  
  
}
nav a{
  font-size: 1.5rem;
  text-decoration: none;
  margin: 0.5rem;
  color: #0D6EFD;
 margin-top: 2rem;
  font-family:'Inter';
}
.box-header{
  margin-top: 3rem;

  height: 800px;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}
.box-header h4{
  color: #f2f2f2;
  width: 90%;
  text-align: center;
  font-family:'Urbanist';
  font-size: 5rem;
}
.box-bottom-header{

  display: flex;
  justify-content: space-evenly;
}
.box-bottom-header p{
  color: #f2f2f2;
  text-align: center;
  font-family:'Urbanist';
  font-size: 1.5rem;
}
/* --------------------------------------------------------secao1-----------------------------------------------------------------------------*/
.secao1{

  background-color: #1565C0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
.box-secao1{
  
  height: 600px;
  padding: 1rem;
}
.container-secao{
  margin: 0 3rem 0 3rem;
}

.box-secao1-body{
 margin-bottom: 4rem;
}
.box-secao1-incones{
 
  height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
 
  
}
.box-icone{
  width: 100%;
  display: flex;
  flex:1 0 300px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
 
}
.box-secao1-body p {
  animation: anima-box 2s normal ease-in-out;
  font-size: 2rem;
  font-weight: 200;
  margin-top: 3rem;
  color: #f2f2f2;
  font-family: 'Urbanist';
}
.box-secao1 h3{
  
  font-family: 'Inter';
  font-size: 3rem;
 
  color: #f2f2f2;
}
.alinhamento{
  
  display: flex;
  justify-content: center;
}
.borda{
  display: block;
  margin-top: 1rem;
  width: 90px;
  background:white;
  height: 2px;
}
.icone h2{
  font-size: 1.4rem;
  font-weight: 100;
  text-align: center;
  color: #f2f2f2;
  font-family: 'Urbanist';
}
.icone:hover{
  cursor: pointer;
}
.remover{
  display: none;
  
}
.mostrar{
  display: block;
}
@keyframes anime {
  from{
    margin-top: 1rem;
    width: 0%;
    background:white;
    height: 2px;
  }
  to{
    margin-top: 1rem;
    width: 100%;
    background:white;
    height: 2px;
  }
  
}
@keyframes anima-box {
  from{
    font-size: 2rem;
    font-weight: 200;
    margin-top: 0rem;
    color: rgba(255, 255, 255, 0.0);
    font-family: 'Urbanist';
    
  }
  to{
    font-size: 2rem;
    font-weight: 200;
    margin-top: 3rem;
    color: rgba(255, 255, 255, 1);
    font-family: 'Urbanist';
  }
}
.borda-animada{
  animation: anime 1s normal ease-out;
    margin-top: 1rem;
    width: 100%;
    background:white;
    height: 2px;
}
/* --------------------------------------------------------secao2-----------------------------------------------------------------------------------*/
.secao2{

  background-color: #1565C0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
.box-dados{
  width: 100%;
  padding: 1rem;
  height: auto;
  flex-wrap: wrap;
  flex: 1 0 300px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.box-title h4{
  color: #f2f2f2;
  font-weight: 100;
  font-family: 'Urbanist';
  font-size: 1.6rem;
}
.box-body ul{
  margin: 1rem;
  list-style: none;
  flex-direction: column;
  display: grid;
}
.box-body ul li{
  display: center;
  justify-content: center;
  margin: 2rem 0rem 1rem 0rem;
}
.box-ferramenta{
  width: 100%;
  height: 500px;

  display: grid;
  align-items: stretch;
  
}
.box-ferramenta-title h5{
  color: #f2f2f2;
  font-size: 3rem;
  font-family: 'Inter';

}
.box-ferramenta-body p {
  color: #f2f2f2;
  font-weight: 100;
  font-family: 'Urbanist';
  font-size: 1.6rem;
}
/* --------------------------------------------------------secao3-----------------------------------------------------------------------------------*/
.secao3{
  background-color: #0D6EFD;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
.box-secao3{
  width: 100%;
  height: auto;
  padding: 2rem;
}
.box-secao3-img img{
  margin: 3rem 0 3rem 0;
  width: 100%;
  height: 100%;
}
.box-secao3 h3{
  color: #f2f2f2;
  font-size: 3rem;
  font-family: 'Inter';
}
.box-secao3-body{
  border-left-width: 3px;
  border-left-color: #f2f2f2;
  border-left-style: solid;
  width: 100%;
  height: auto;
  padding: 2rem;
  height: 800px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-secao3-body p{
   color: #f2f2f2;
  font-weight: 100;
  font-family: 'Urbanist';
  font-size: 1.6rem;
}
/* --------------------------------------------------------Footer-----------------------------------------------------------------------------------*/
footer{
  
  background:urL('/assets/fundoFooter.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100vh;
  display: flex;
  align-items: center;
 
}
.fundo-branco{
  
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contato {
  display: flex;
 flex-direction: column;
  
}
.box-contato{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.box-contato p{
  color:#333333;
  font-weight: 100;
  font-family: 'Urbanist';
  font-size: 1.5rem;
  padding: 0rem 3rem 0 3rem;
}
.box-contato img{
  width: 20%;
}

/* --------------------------------------------------------Formato Celular-----------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {

  header{
    scroll-behavior: smooth;
    background: url('/assets/fundoCelular.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100%;
   
  }
  nav{
    padding: 3.5rem;
    backdrop-filter: blur(4px);
   
  }
  nav a{
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0.5rem;
    color: #0D6EFD;
   margin-top: 2rem;
    font-family:'Inter';
  }
  .box-header{
    margin-top: 3rem;
  
    height: 800px;
    width: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
  }
  .box-header h4{
    color: #333333;
    width: 90%;
    text-align: center;
    font-family:'Urbanist';
    font-size: 5rem;
  }
  .box-bottom-header{
  
    display: flex;
    justify-content: space-evenly;
  }
  .box-bottom-header p{
    color: #f2f2f2;
    text-align: center;
    font-family:'Urbanist';
    font-size: 1.5rem;
  }
  .box-secao3-body p{
    color: #f2f2f2;
   font-weight: 100;
   font-family: 'Urbanist';
   font-size: 1.3rem;
 }
 .container-secao{
  margin: 0 1rem 0 1rem;
}
 }
/* --------------------------------------------------------Formato Celular-----------------------------------------------------------------------------------*/
@media (max-width: 992px) {
  
/* --------------------------------------------------------secao1-----------------------------------------------------------------------------*/
.secao1{

  background-color: #1565C0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}
.box-secao1{
  
  height: 600px;
  padding: 1rem;
}
.container-secao{
  margin: 0 1.5rem 0 1.5rem;
}

.box-secao1-body{
 margin-bottom: 0rem;
}
.box-secao1-incones{
  
  height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
 
  
}
.box-icone{

  width: 100%;
  display: flex;
  flex:1 0 300px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
 
}
.box-secao1-body p {
  animation: anima-box 2s normal ease-in-out;
  font-size: 1.4rem;
  font-weight: 200;
  color: #f2f2f2;
  font-family: 'Urbanist';

}
.box-secao1 h3{
  
  font-family: 'Inter';
  font-size: 3rem;
 
  color: #f2f2f2;
}
.alinhamento{
  
  display: flex;
  justify-content: center;
}
.borda{
  display: block;
  margin-top: 1rem;
  width: 90px;
  background:white;
  height: 2px;
}
.icone h2{
  font-size: 1.4rem;
  font-weight: 100;
  text-align: center;
  color: #f2f2f2;
  font-family: 'Urbanist';
}

.icone:hover{
  cursor: pointer;
}
.remover{
  display: none;
  
}
.mostrar{
  display: block;
}
@keyframes anime {
  from{
    margin-top: 1rem;
    width: 0%;
    background:white;
    height: 2px;
  }
  to{
    margin-top: 1rem;
    width: 100%;
    background:white;
    height: 2px;
  }
  
}
@keyframes anima-box {
  from{
    font-size: 1.4rem;
    font-weight: 200;
    margin-top: 0rem;
    color: rgba(255, 255, 255, 0.0);
    font-family: 'Urbanist';
    
  }
  to{
    font-size: 1.4rem;
    font-weight: 200;
    margin-top: 3rem;
    color: rgba(255, 255, 255, 1);
    font-family: 'Urbanist';
  }
}
.borda-animada{
  animation: anime 1s normal ease-out;
    margin-top: 1rem;
    width: 100%;
    background:white;
    height: 2px;
}
 }