.header {
  height: 80px;
  padding: 10px 0 20px 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #0c132b;
  margin-top: -1px;

  width: 105% !important;
  position: fixed;
  top: 0;
  left: 0px;
}

.menu-header {
  overflow: hidden;
  right: 0;
  margin-top: 15px;
  min-height: 50px;
  font-size: 12px;
  height: auto;
  position: absolute;
  z-index: 0;
}

.menu-header:hover {
  min-height: 250px;
}

.logo {
  padding-top: 5px;
  text-align: left;
  padding-left: 0;
}

.menu-header a {
  padding: 5px;
  color: #ffffff;
}

.menu-header a:hover,
.menu-header a.active {
  text-decoration: underline;
}

.menu-header .menu:last-child,
header .col-md-9,
header .col-sm-10,
header .col-xs-8 {
  padding-right: 0;
}

.menu-header .menu {
  display: inline-block;
  position: relative;
  padding: 0px 10px 3px 10px;
  list-style: none;
}

.menu-header li ul {
  /*position:absolute;*/
  /*top:25px;*/
  left: 0;
  background-color: #f9f9f9;
  display: none;
  z-index: 100;
}

.menu-header li:hover ul,
.menu-header li.over ul {
  display: block;
}

.dropdown-desenvolvimento li {
  display: block;
}

.title-dropdown {
  color: #46b592;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-desenvolvimento {
  width: 200px;
  padding: 20px 10px 20px 10px;
  z-index: 1;
  position: absolute;
}

.dropdown-desenvolvimento a {
  color: #707070;
}

.header-fixo {
  position: fixed;
  height: 80px;
  /*padding-top: 10px;*/
  width: 105% !important;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 11;
  background-color: #0c132b !important;
}

.nav-mobile {
  width: 100%;
  background-color: #07143d !important; /**/
  position: fixed;
  top: 78px;
  display: none;
  z-index: 12;
}

.menu-mobile {
  display: none;
  /*float: right;*/
  position: fixed;
  right: 30px;
  top: 25px;
  z-index: 13;
}

.menu-mobile img {
  width: 30px;
}

.menu-mobile a {
  color: #ffffff;
}

.submenu-mobile {
  height: 100vh;
}

.submenu-mobile li {
  padding: 30px;
  text-align: left;
}

.submenu-mobile li a {
  color: #ffffff;
  font-size: 16px;
}

.text-verde {
  color: #46b592;
  font-size: 12px;
}

.banner {
  margin-top: 80px;
}

.container.banner h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 60px;
}

.container.banner h1,
p {
  color: #ffffff;
  padding-top: 10px;
}

.texto-banner {
  padding: 10px 50px 10px 50px;
  line-height: 36px;
}

.container.banner {
  text-align: left;
  padding: 0;
  width: 100%;
}

.row-header {
  background-color: #131c3e;
}

.bread {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #929ab5;
}

.bread a {
  color: #929ab5;
}

@media screen and (max-width: 1092px) {
  .menu-header a {
    padding: 0;
  }
}

@media screen and (max-width: 843px) {
  .menu-header {
    font-size: 10px;
  }
}

@media screen and (max-width: 770px) {
  .logo img {
    height: 50px;
    width: auto;
  }
  .menu-header {
    display: none;
  }
  .menu-mobile {
    display: block;
  }

  .banner {
    height: 600px;
  }
}

@media screen and (max-width: 679px) {
  .texto-banner {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

@media screen and (max-width: 440px) {
  .texto-banner {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
