body, footer {
  background-color: #124482;
  color: #fff;
}

header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  height: 77px;
  position: relative!important;
  padding-top: 1%;
}

header nav ul {
  padding: 16px 0;
  text-align: right;
}

header nav ul li {
  overflow: inherit !important;
  list-style: none;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

header nav ul li a:hover {
  color: #fff!important;
}

header nav ul li a span {
  width: 0;
  height: 1.3px;
  float: left;
  position: absolute;
  background: #fff;
  margin-top: 20px;
  transition: .7s;
}

header nav ul li:hover a span {
  width: 20px;
  color: #fff;
}

header.scroll nav ul li a {
  color: #fff
}

header.scroll nav ul li:hover a span {
  background: #fff
}

header.scroll {
  background: #e75110;
  height: 77px;
}

header.scroll #btn {
  color: #fff;
  border-color: #fff;
}

header.scroll #btn:hover {
  border-color: #124482;
  background: #124482
}

h3 {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 2px;
}

strong {
  color: #E75110
}

.main {
  height: 80%;
  background: url(../../materiais-volare/onibus-volare.png) no-repeat 10% 90px;
  background-size: 60% auto;
}

.main ul {
  display: flex;
  color: #fff;
  list-style: none;
  padding-top: 42vh;
  padding-bottom: 20px
}

.main ul li {
  margin: 0 2px;
  white-space: nowrap;
}

.main .img {
  width: 330px;
  padding-top: 10px;
}

footer {
  color: #fff;
  font-size: 12.8px;
  min-height: 160px;
}

footer p {
  margin: 0 0 10px;
}

footer .col-md-4 p {
  margin-left: 20%
}
footer .col-md-12 {
  text-align:left;
}

.btn-ligth:hover {
  background-color: #E75110
}

.line-footer {
  height: 110px;
  border-left: 4px solid #e75110;
  border-bottom: 4px solid #e75110;
  position: absolute;
  left: 0;
  width: 800px;
  top: 0;
}

.line-footer-diagonal {
  height: 136px;
  border-right: 4px solid #e75110;
  position: absolute;
  left: 807px;
  transform: rotateZ(35deg) translateY(-50px);
}

.simulador-box {
  transform: translate(-20px, -160px);
  margin: 30px 0!important;
}

.simulador {
  height: 0px;
}

.voltar {
  position: relative;
  z-index: 9;
  color: #124482;
  float: right;
  transform: translate(0px, -10px)
}

@media screen and (min-width: 1350px) {
  .line-footer {
    width: 915px
  }
  .line-footer-diagonal {
    left: 920px;
    transform: rotateZ(35deg) translateY(-55px);
  }
  footer .col-md-4 p {
    margin-left: 34%
  }
  footer .col-md-4 svg {
    margin-left: 32%!important
  }
}

@media screen and (max-width: 990px) {
  .main {
    background-size: 150%;
    background-position: 47% 75px;
  }
  .main .img {
    width: 100%;
  }
  .line-footer {
    width: 90%;
    height: 150px;
  }
  .line-footer-diagonal {
    height: 153px;
    left: 93.4%;
    transform: rotateZ(14deg) translateY(-10px)
  }
  footer {
    font-size: 10.6px;
  }
  footer .col-md-4 {
    padding-top: 35px;
  }
  footer .col-md-12 {
    text-align: center!important;
  }
  h3 {
    font-size: 18px;
  }
  #menu-mobile hr {
    border: 1px solid #eee
  }
  #menu-mobile {
    border-color: #124482
  }
  .list-mobile {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 30vh 0 0;
    justify-content: center;
  }
  .item {
    margin: 0 3px;
  }
  .btn-primary {
    background: #E75110
  }
  .simulador-box {
    transform: translate(-3%, -150%);
    position: absolute!important;
  }
  .simulador {
    position: fixed;
    left: 0;
    width: calc(100% - 70px);
    height: 100%;
    z-index: 99;
    padding: 60px 40px 0;
  }
  footer .col-md-4 p {
    margin-left: inherit!important
  }
  footer .col-md-4 svg {
    margin-left: inherit!important
  }
}

@media screen and (height: 736px) {
  .simulador-box {
    transform: translate(-3%, -145%);
    position: absolute!important;
  }
  footer .col-md-4 p {
    margin-left: inherit!important
  }
  footer .col-md-4 svg {
    margin-left: inherit!important
  }
}

@media screen and (height: 667px) {
  .simulador-box {
    transform: translate(-3%, -135%);
    position: absolute!important;
  }
  footer .col-md-4 p {
    margin-left: inherit!important
  }
  footer .col-md-4 svg {
    margin-left: inherit!important
  }
}