* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;  
}

/*FUNDO*/

.img-fundo {  
  width: 100%;
  margin: 0;
  padding: 0;  
  background: url("../images/background01.svg");    
  /* background-repeat: repeat-x repeat-y; */
}

/*MENU*/

.menu {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;    
}

.list-menu {   
  text-align: center;
  padding: 0;
  margin: 0;  
}

.list {
  display: inline-block;
  vertical-align: 18px;
}

.list a {    
  margin: 0 25px 0 25px;
  padding: 8px;
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.2em;
  color: black;
  font-weight: bold;    
}

.img-logo {
  display: inline-block;
  margin: 0 30px 0 30px;
  padding: 0;  
}

.list .active {
  background: #206128;
  color: white;
  border-radius: 8px;
}

.list a:hover,
.list a:active {
  background: #206128;
  color: white;
  padding: 8px;
  border-radius: 8px;
}

/* .linha {
  border: 1px solid red;
} */

.title h1 { 
  /* position: absolute; */
  width: 368px;
  height: 107px;  
  margin-top: 12%;
  margin-left: 60%;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 56px;
  color: #000000;  
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;  
  border-radius: 10px;    
  margin-left: 60%;
  margin-top: -5%;
  font: inherit;  
  font-style: normal;
  font-weight: normal;
  color: white;
  font-size: 22px;
  text-decoration: none;
  background: #206128;  
  padding: 10px 50px 10px 50px;
  border: 1px solid #206128;
  cursor: pointer;  
}

.btn:hover,
.btn:active {
  color: #206128;
  background: white;  
  border: 1px solid #206128;
  font-weight: bold;
}

.background-3 {
  display: inline-block;
  width: 100%;
  height: 88px;
  background: #9F8B74;
  text-align: center;  
}

.box {
  text-align: center;
  margin-top: 18px;  
  /* vertical-align: 50%; */  
}

.font-news {
  display: inline-block;
  color: white;  
  /* vertical-align: 50%; */  
}

.font-news h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin: 0;
}

.style-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 200px;  
}

.e-mail {
  display: inline-block;
  padding: 15px 200px 15px 15px;
  border: 0;
  background: #C4C4C4;  
}

.btn-2 {
  display: inline-block;  
  /* vertical-align: middle; */
  border: 0;
  padding: 12px;
  background: black;
  color: white;
  font-size: 18px;  
  margin-left: -5px;
  cursor: pointer;  
}

/*RODAPÉ*/

.icons {
  display: inline-block;
  width: 100%;
  text-align: center;  
}

.icon {
  width: 6%;
  padding: 0;
  margin: 0 15px 0 15px;  
}

.links {
  width: 100%;  
  text-align: center;
  text-transform: uppercase;
}

.link {
  display: inline-block;
  margin: 0 2% 0 2%;
}

.link .active {
  border-bottom: 2px solid #C4C4C4;
}

.link a {  
  text-decoration: none;
  color: #C4C4C4;
  font-weight: bold;
  font-size: 18px;  
}

.link a:hover,
.link a:active {
  border-bottom: 2px solid #C4C4C4;
}

.cnpj {
  text-align: center;
  color: #837E7E;
  margin-top: 2.5%;
  margin-bottom: 2%;
}