body{
  min-width: 400px;
  margin: 0px;
}
div{
	display: block;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
 ul {
    list-style: none;
}

@font-face {
  font-family: 'Sora';
  src: url('http://emgo.com.br/engenharia/fonts/Sora.ttf') format('truetype');
}
@font-face {
  font-family: 'BankGothic';
  src: url('http://emgo.com.br/engenharia/fonts/bgothm.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: url('http://emgo.com.br/engenharia/fonts/Inter-Regular.ttf') format('truetype');
}
@keyframes buttonAnimation{
  0%{
    background: rgb(255,111,15);
  }
  10%{
    background: rgb(255 167 108);
  }
  20%{
    background: rgb(255,111,15);
  }
  100%{
    background: rgb(255,111,15);
  }
}

#div_header {
    overflow: hidden;
    border-radius: 10px;
    min-height: 80px;
    position: fixed;
    width: 100%;
    top: -10px;
    padding: 10px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    align-content: space-between;
    transition: 1s;
    height: 92px;
    z-index: 100;
}
.div-header-itens {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#div_header img {
    max-width: 160px;
}
.div-header-logo {
    float: left;
    width: 80%;
    max-width: 160px;
}
.div-header-menu {
    float: right;
    width: 50;
}
.div-header-logo {
    float: left;
    width: 80%;
    max-width: 160px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 21px;
}
.div-header-menu {
    float: right;
    width: 120px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-header-menu {
    height: 30px !important;
}
.div-margin {
    height: 120px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(156,156,156,1) 29%, rgba(255,255,255,0) 100%);
}
.ul-menu {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}
.ul-menu li {
    display: block;
    font-family: 'Sora';
    font-size: 40px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.div-header-options {
    width: 100%;
}
.ul-menu a {
    text-decoration: none;
    width: 75%;
    color: #efe0dd;
}
#div_opacity {
    height: 0px;
    overflow: hidden;
    transition: 1s;
    opacity: 0;
    background-color: rgb(15, 15, 37);
    color: white;
}
span.glyphicon {
    display: block;
    color: rgb(255, 168, 63);
    margin-right: 20px;
}
@media(max-width: 699px){
  #div_header img {
    height: 45px;
  }
  .ul-menu li {
    font-size: 26px;
  }
}