
/*--------------------- header inicio ----------------------------------*/
.nelson_header {
  
  min-height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #e4eaef;
  z-index: 2;

}

.menu{
  min-height: 70px;  
}

.navbar{
  min-height: 50px;

}

.navbar-brand,
.navbar-nav li a{
  padding-top: 0;
  line-height: 70px;
  height: 50px;
}
/*--------------------- header fim -------------------------------------*/

/*--------------------- footer início ----------------------------------*/
.nelson_footer {
 
  background-color: #e4eaef;
  /* position: relative; */
  position: relative;
  width: 100%;
  top: 30px;
  bottom: 0;
}

/*--------------------- footer fim ----------------------------------*/

