.logo {
    margin:10px 60px 0 60px;
}
.componente.newsletter{
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
}
.componente.newsletter .botao.newsletter-assinar{
    background-color: #000000;
}
.conteiner .menu.superior .nivel-um {
    text-align: center;
}
.menu.superior{
    background-color: #ffffff;
}
.menu.superior .nivel-um{
    width: auto;
    display: table;
    margin: 0 auto !important;  
}
.conteudo h1 {
    font-size: 22px;
    text-align: center;
    }

/* PÁGINA DE CONTEÚDO INÍCIO */
.btn-zip {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 35px 15px 35px;
  text-decoration: none;
}

.btn-zip:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;  
}

.btn-drive {
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #dedede);
  background-image: -moz-linear-gradient(top, #f2f2f2, #dedede);
  background-image: -ms-linear-gradient(top, #f2f2f2, #dedede);
  background-image: -o-linear-gradient(top, #f2f2f2, #dedede);
  background-image: linear-gradient(to bottom, #f2f2f2, #dedede);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #636363;
  font-size: 16px;
  padding: 15px 35px 15px 35px;
  text-decoration: none;
  border: 1px solid #c0c0c0;
}

.btn-drive:hover {
  background: #878787;
  background-image: -webkit-linear-gradient(top, #878787, #4f4f4f);
  background-image: -moz-linear-gradient(top, #878787, #4f4f4f);
  background-image: -ms-linear-gradient(top, #878787, #4f4f4f);
  background-image: -o-linear-gradient(top, #878787, #4f4f4f);
  background-image: linear-gradient(to bottom, #878787, #4f4f4f);
  text-decoration: none;
  color: #ffffff;    
}

/* PÁGINA DE CONTEÚDO FIM */