h1{font-size:24px; font-weight:700;}
h2{font-size: 16px;}

.txtescuro{color:#282828;}
.txtcinza{color:#000;}
.txtverde{color:#006600;}

.fonte10{font-size:10px;}

.cxlogo{height:30px;}

.central-div .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  width:100%;
  height:60px;

  margin-top:15px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight:600;
  cursor: pointer;
  border-radius:5px;
}



.central-div .google {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  color: black;
  width:100%;
  height:50px;
  margin-top:15px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight:600;
  cursor: pointer;
  border-radius:5px;
}

p{font-size:12px;}

