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%;
  }

body a{
  color: #fff;
}
body a:hover{
  color: #fff;
}

h1{
  color: #6e6e6e !important;
}
 .menuu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
 }

.fundoHeader{
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
}
.borda{
  width: 100%;
  height: 5px;
  background-color: #009541;
}


.header{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    height: 100px;
    z-index: 9999;
}

.header img{
    width: 210px;
    margin: 15px;
    cursor:pointer;
}
.header ul{
    align-items: center;
}
.header li{
    text-decoration: none;
    cursor: pointer;
}
.btnHeader{
  background: rgb(67,176,146);
  background: linear-gradient(142deg, rgba(67,176,146,1) 0%, rgba(0,149,65,1) 100%);
    padding: 15px;
    border-radius: 10px;
}
.btnHeader6{
  background: rgb(67,176,146);
  background: linear-gradient(142deg, rgba(67,176,146,1) 0%, rgba(0,149,65,1) 100%);
    padding: 15px;
    border-radius: 10px;
}
.btnHeader7{
  color: #000;
  padding: 15px;
  border-radius: 10px;
}
.btnHeader7:hover{
  color: #000;
}
.btnHeader a{
  color: #fff !important; 
}

.btnHeader2{
  background: rgb(67,176,146);
  background: linear-gradient(142deg, rgba(67,176,146,1) 0%, rgba(0,149,65,1) 100%);
  padding: 15px;
  border-radius: 10px;
  display: none;
}

.btnHeader3{
  color: #000;
  padding: 15px;
  border-radius: 10px;
}

.btnHeader3:hover{
  color: #000 !important;
}

@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%;
    max-width: 2000px;
    border-bottom-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
    
  }
  .ban01 label {
    color: #fff; 
    position: absolute;
    top: 40%;
    font-size: 5vw;
    text-shadow: 6px 2px 18px #000000;

  }

  .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: 50px;
    padding-bottom: 50px;
    margin-top: -150px;
  }

  .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;
    margin-top: 0px;
    
  }
  @media (max-width: 987px) {
    .ban03content{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      text-align: justify;
      max-width: 1100px;
      z-index: 1;
      margin-top: 100px !important;
    }
  }
  .ban03 img{
    max-width: 600px;
    width: 100vw;
    margin-bottom: 100px;
  }
  .ban3div{
    width: 300px;
    height: 160px;
    border: 0px #d8d8d8 solid;
    background: rgb(67,176,146);
    background: linear-gradient(142deg, rgba(67,176,146,1) 0%, rgba(0,149,65,1) 100%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 25px;
    margin: 15px;
    z-index: 9999;
  }
  .ban3div label{
    font-size: 16px;
    margin: 18px 15px 15px 0px !important;
    text-align: start !important;
    color: #fff;
    font-weight: bold;
  }
  .ban3div i{
    font-size: 24px;
    color: #fff;
   
  }
  .ban3div a{
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 80px;
    margin-left: 180px;
    text-align: center;
   
  }
  .ban3div a:hover{
    color: #F1434D;
    padding: 5px;
    border: 0px solid #fff;
    border-radius: 20px;
    width: 80px;
    margin-left: 180px;
    text-align: center;
    background-color: #fff;
   
  }

  .ban04{
    margin-top: 50px;
    background-color: #fff;
    color:#515153 ; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;  
    align-items: center;
    max-width: 1200px;
    text-align: left;
    min-height: 600px;
    margin-bottom: 100px;
  }
  .ban04 h1{
    text-align: left!important;  
    margin-left: 30px;  
  }
  .ban04content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    width: 90%;
    max-width: 1600px;    
    padding: 25px;
    flex-wrap: wrap;
  }
  .imgApp{
    max-width: 500px;
    width: 90%;
  }
  .ban04content div{
    background-color: #fff;
    width: 250px;
    border: 0px solid #b4b4b4;
    display: flex;
    flex-direction: column; 
    margin-top: 0px; 
    padding: 0px;
    position: relative;
    margin-bottom: 20px;
    
  }
  .painelApp{
    width: 300px!important;
    border: hidden!important;
  }
  .painelApp2{
    width: 600px!important;
    border: hidden!important;
  }
  .ban04content img{
    width: 100%;
    border-bottom: 5px solid #199F5F;
  }
  .ban04content label{
    margin-top: 15px;
    font-weight: bold;
    
  }
  .ban04content p{
    font-size: 12px;
    color: #b7b7b7;
    
  }
  .ban04content a{
    padding: 5px;
    color: #199F5F;
    text-align: center;
    background-color: #eee;
  }
  .ban04content a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #199F5F;
  }
  /*
  @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{
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    position: relative;  
    text-align: justify;
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .ban06 img{
    width: 100%;
    border-radius: 20px;
  }

  .ban05{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    background-color: #e7e5e5;
    min-height: 800px;
    justify-content: center;
    align-items: center;
  }

  .ban05 div{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }  
  .ban05 img{
    max-width: 400px;
    width: 100%;
    margin-top: 50px;
  }
  .ban05 label{
    margin: 25px;
    font-size: 18px;
    border: 1px solid #6e6e6e;
    padding: 25px;
    border-radius: 50px;
  }
  .ban05 i{
    color: #199F5F;
  }
  .ban05 span{
    color: #8f8f8f;
  }

  .rodape{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    flex-wrap: wrap;  
    background: rgb(67,176,146);
    background: linear-gradient(142deg, rgba(67,176,146,1) 0%, rgba(0,149,65,1) 100%);
  }
  .rodape h1{
    color: #ffffff !important;
    font-size: 12px;
    padding: 15px;
  }
  .rodapeContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    border-bottom: 0px solid #fff;
  }
  .rodapeContent label{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
  }
  .rodapeContent p{
    color:#fff;
    text-align: justify;
  }
  .rodapeContent span, a{
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    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;
    align-content: space-around;
  }
  .social{
    display: flex;
    flex-direction: row !important;
  }
  .social img{
    padding: 5px;
  }
  .logorodape{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    width: 250px;
    margin: 15px;
  }
.associa{
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    padding: 25px;
    width: 100%;
  }
.associa a{
    color: #199F5F;
  }
.associa a:hover{
  color: #199F5F;
}
.associa h1{
    color: #000 !important;
    border-bottom: 2px solid #199F5F;
    margin-top: 50px;
  }
  .associa tr{
    border-bottom: 1px solid #ccc !important;
  }
.termos{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  padding: 25px;
  width: 100%;
}
.termos h1{
  color: #000 !important;
  border-bottom: 2px solid #199F5F;
  margin-top: 50px;
}
.termos a{
  color: #fff !important;
  background-color: #009541;
  padding: 25px;
  border-radius: 15px;
  margin: 15px;
  text-align: center;
  width: 1000px !important;
}
.termosbotao{
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.noticias{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  padding: 25px;
  width: 100%;
}
.noticias h1{
  color: #000 !important;
  border-bottom: 2px solid #199F5F;
  margin-top: 50px;
}
.noticias label{
  color: #000 !important;
  text-align: justify;
}

.noticias span{
  font-weight: bold;
  font-size: 24px;
}

.noticias a{
  color: #fff !important;
  background-color: #199F5F;
  padding: 25px;
  border-radius: 15px;
  margin: 15px;
  text-align: center;
}
.noticiaHtml label p a {
  padding: 25px;
  font-size: 12px !important;
  color: #2b72f5 !important;
}

.termLGPD{ 
  position:fixed; 
  width:100%;  
  bottom:0px; 
  background-color:#ffffff; 
  color:#434343; 
  text-align:center; 
  font-size:20px; 
  z-index:999999999; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  flex-wrap: wrap; 
  min-height: 80px;     
  padding-top: 15px; 
  padding-bottom: 15px; 
  -webkit-box-shadow: 3px -11px 37px -12px rgba(0,0,0,0.38);
-moz-box-shadow: 3px -11px 37px -12px rgba(0,0,0,0.38);
box-shadow: 3px -11px 37px -12px rgba(0,0,0,0.38);
} 
.termLGPD label{ 
  width:100%;  
  max-width:800px; 
} 
.termLGPD a{ 
  color:#009541; 
  font-size:18px; 
} 
.termLGPD button{ 
  background-color:#009541; 
  border: solid 1px #fff; 
  padding: 15px; 
  color: #fff; 
  border-radius: 5px; 
  margin-left: 10px; 
}
.formulario{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px;

}
.formulario input{
  height: 50px;
  margin: 15px;
  padding: 15px;
}
.formulario  select{
  height: 50px;
  margin: 15px;
  padding: 15px;
}
.formulario button{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background-color:#009541; 
  color: #fff; 
  text-align: center;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: hidden;
}