/* MEDIA QUERIES */

@media(max-width:768px) {

  .banner {
    height: 300px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #4d4d4d;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

li.nav-item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 20px;
}

h1.title {
    font-size: 22px;
}

.banner:before {
    width: 100%;
}

    header div img {
      max-width: 150px;
  }

    .navbar-light .navbar-nav .nav-item.menu-item::after {
      background-color: transparent;
  }

}

@media (max-width: 1200px) {
  .separador{
      display: none;
  }
 }