body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


 .menuu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

.fundoHeader{
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.borda{
  width: 100%;
  height: 5px;
  background-color: #629AF9;
}


.header{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    height: 100px;
}
.header img{
    width: 210px;
    margin: 15px;
    cursor:pointer;
}
.header ul{
    align-items: center;
}
.header li{
    color: #5B5B5E;
    text-decoration: none;
    cursor: pointer;
}
.header a:hover{
    opacity: 0.7;
}
.btnHeader{
    background-color: #629AF9;
    padding: 15px;
    border-radius: 10px;
}
.btnHeader6{
  background-color: #629AF9;
  padding: 15px;
  border-radius: 10px;
  margin: 15px;
}
.btnHeader7{
  color: #000;
  padding: 15px;
  border-radius: 10px;
}
.btnHeader a{
  color: #fff !important; 
}
.btnHeader2{
  background-color: #629AF9;
  padding: 15px;
  border-radius: 10px;
  display: none;
}
.btnHeader2 a {
color: #5FD100 !important; 
}

.btnHeader3{
  color: #000;
  padding: 15px;
  border-radius: 10px;
}

@media (max-width: 1000px) {
    .btnHeader{
      display: none;
    }
    .btnHeader3{
      display: none;
    }
    .btnHeader2{
      display: block;
    }
}

  /*Inicio do conteudo 1 */
  .ban01{
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    margin-top: 100px;
    position: relative;
  }
  .ban01 img{
    width: 100%;
  }
  .ban01 label {
    color: #fff; 
    position: absolute;
    top: 40%;
    font-size: 5vw;
    
  }

  .fadeIn {
    -webkit-animation: fadeIn 3s ease-in-out;
    -moz-animation: fadeIn 3s ease-in-out;
    -o-animation: fadeIn 3s ease-in-out;
    animation: fadeIn 3s ease-in-out;
    }

     /* The typewriter cursor effect */
  @keyframes cursor {
    0% { opacity: 1; }
      49% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 0; }
  }

  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
    }
    @-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
    }
    @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }
    @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }

  .ban03{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background-color: #fff;
    padding-top: 100px;
  }

  .ban03 label{
    margin: 32px;
    color: #9A9A9A;
    font-size: 18px;
    display: flex;
    justify-content: stretch !important;
  }
  .ban03 span{
    color: #2b72f5;
    margin-top: -30px;
    font-size: 2vh;
  }
  .ban02img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .ban02img img{
    width: 180px !important;
    margin: 15px;
  }
  .ban03 button{
    background-color: #7AC371;
    color: #fff; 
    border-radius: 5px;
    border: hidden;
    padding: 15px;
    width: 200px;
  }
  .ban03content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    max-width: 1100px;
    
  }
  .ban03 img{
    max-width: 600px;
    width: 100vw;
    margin-bottom: 100px;
  }
  .ban3div{
    width: 300px;
    height: 150px;
    border: 1px #d8d8d8 solid;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 25px;
    margin: 15px;
  }
  .ban3div label{
    font-size: 16px;
    margin: 25px 0px 0px 0px !important;
    text-align: start !important;
  }
  .ban3div i{
    font-size: 24px;
    color: #5a52f5;
   
  }

  .ban04{
    margin-top: 100px;
    background-color: #fff;
    width: 100%;
    display: flex;
    max-height: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    position: relative;  
    text-align: justify;
    max-width: 1000px;
  }

  .ban04 label{
    color: #fff; 
    position: absolute;
    top: 35%;
    left: 30px;
    font-size: 20px;
    max-width: 530px;
    
  }
  @media (max-width: 950px) {
    .ban04{
      display: flex;
      background-color: #4B53E4 !important;
      margin-top: 100px;
      padding: 50px;
      width: 100%;
      height: 400px;      
      flex-direction: column;
      justify-content: center;
      align-items: center; 
      text-align: justify;
      
      
    }
    .ban04 label{
      color: #fff; 
      font-size: 20px;
      margin-right: 25px;
      
    }
    .ban04 img{
      display: none;
    }
  }

  .ban06{
    margin-top: 100px;
    background-color: #fff;
    width: 100%;
    max-width: 1800px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    position: relative;  
    text-align: justify;
  }
  .ban06 label{
    color: #fff; 
    position: absolute;
    top: 35%;
    font-size: 16px;
    max-width: 900px;
    margin: 15px;
  }
  .ban06 img{
    width: 100%;
  }

  @media (max-width: 950px) {
    .ban06{
      margin-top: 10px;
      background-color: #5FD100;
      width: 100%;
      height: 800px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;  
      position: relative;  
      text-align: justify;
    }
    .ban06 label{
      top:30px
    }
    .ban06 img{
      display: none;
    }
  }

  .ban05{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    flex-wrap: wrap;    
    
  }
  .ban05 label{
    color: #3f015e;
    font-size: 6vh;
  }
  .ban05 span{
    color: #3f015e;
    font-size: 4vh;
  }
  .ban05 button{
    height: 50px;
    border-radius: 15px;
    border: hidden;
    background: linear-gradient(39deg, rgba(135,156,245,1) 0%, rgba(225,41,231,1) 100%);

    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 260px;
    margin-top: 15px;
  }
  .ban05 input{
    height: 50px;
    border-radius: 50px;
    text-align: center;
    border: hidden;
    font-weight: bold;
    width: 100%;
    max-width: 260px;
    margin-top: 15px;
  }

  .rodape{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    flex-wrap: wrap;  
    background-color: #040205;
  }
  .rodape h1{
    color: #fff;
    font-size: 15px;
    margin-top: 60px;
  }
  .rodapeContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: 2000px;
  }
  .rodapeContent label{
    color:#CD643E;
    font-size: 18px;
  }
  .rodapeContent span, a{
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    text-align: start;
    text-decoration: none !important;
    cursor: pointer;
  }
  .rodapeContent div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    width: 250px;
    margin: 15px;
  }
  .logorodape{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    width: 250px;
    margin: 15px;
  }

/*Css para inclusao do banner com video*/

.bannerVideo {
  position: fixed; 
	right: 0; 
	bottom: 0;
	width: 100vw; 
	z-index: -1000;
  background-repeat: repeat;
}

.appDownload{
  margin-top: -100px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  text-align: center;
  justify-content: center;
  margin-bottom: 200px;
}
.appDownload h5{
  font-size: 12px !important; 
  color: #a7a7a7 !important;
}
.appDownload a{
  font-size: 15px !important; 
  color: #2196f3 !important;
}