@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700,900');
@import url('../fonticons/css/font-awesome.min.css');
*{
  padding: 0;
  margin: 0;
  font-family: 'Heebo', sans-serif;
}
html, body, #corpo{
  height:100%;
}
body > #corpo{
  height: auto;
  min-height: 100%;
}
#conteudo{
  padding-bottom: 310px;
}
.topo{
  width: 100%;
  height: 400px;
  background: url('../img/bg_topo.png') #1D113A;
  background-position: center center;
  position: relative;
}
.logo_principal{
  width: 420px;
  height: 340px;
  margin: 0 auto;
  max-width: 90%;
}
.logo_principal img{
  margin-top: 42px;
  max-width: 100%;
}
.topo_telefone{
  position: absolute;
  top: 40px;
  right: 30px;
}
.topo_telefone i{
  color: #8ECE2C;
  font-size: 18px;
  margin-right: 10px;
}
.topo_telefone span{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.menu_mobile{
  display: none;
  width: 100%;
  height: 60px;
  position: absolute;
  margin-bottom: -30px;
  bottom: 0;
}
.abre_mobile{
  width: 60px;
  height: 60px;
  right: 5%;
  bottom: 0;
  float: right;
  background: #8ECE2C;
  position: absolute;
  z-index: 9999999;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.abre_mobile i{
  font-size: 42px;
  color: #002B72;
  line-height: 60px;
}
.lista_mobile{
  position: absolute;
  top: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  background: #0E1654;
  z-index: 9999998;
  list-style: none;
  display: none;
}
.lista_mobile li a{
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-weight: 700;
  margin-top: solid 1px #1C123E;
  font-size: 14px;
}
.submenu_mobile{
  display: none;
}
.submenu_mobile a{
  text-transform: inherit !important;
  color: #8ECE2C !important;
}
.menu_principal{
  width: 100%;
  height: 60px;
  background: #8ECE2C;
  z-index: 999996;
}
.menu_principal_links{
  position: relative;
  width: 840px;
  height: 60px;
  margin: 0 auto;
}
.menu_principal_links ul{
  list-style: none;
}
.menu_principal_links a{
  display: block;
  float: left;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  margin-top: 4px;
  font-size: 12px;
  color: #002B72;
  font-weight: 700 !important;
  text-decoration: none;
}
.menu_produtos{
  font-size: 16px !important;
  background: #002B72;
  color: #ffffff !important;
  height: 60px !important;
  line-height: 60px !important;
  margin-top: 0 !important;
  margin-right: 20px;
  padding: 0 40px !important;
}
.menu_produtos i{
  font-size: 20px !important;
  color: #8ECE2C !important;
  margin-left: 10px;
}
.menu_principal li:hover .submenu_principal{
  display: block;
}
.submenu_principal{
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 840px;
  background: #002B72;
  z-index: 999997;
  border-radius: 0 4px 4px 4px;
  padding: 20px 0;
}
.submenu_principal a{
  margin-top: 0;
  display: block;
  float: left;
  width: 190px;
  line-height: 18px;
  border-radius: 0;
  color: #8ECE2C !important;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 40px;
}
.submenu_principal a:hover{
  color: #ffffff !important;
}
#rodape{
  position: relative;
  margin-top: -310px;
}
.rodape{
  width: 100%;
  height: 310px;
}
.rodape_linha_topo{
  height: 5px;
  background: #8ECE2C;
}
.rodape_conteudo{
  height: 225px;
  background: #e9e9e9;
}
.rodape_contatos{
  float: left;
  padding-top: 60px;
  padding-left: 30px;
}
.rodape_contatos i{
  width: 20px;
  color: #8ECE2C;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
}
.rodape_contatos span{
  color: #7D6E65;
  font-size: 15px;
}
.rodape_contatos .rodape_telefone{
  color: #002B72;
  font-weight: 700;
  font-size: 18px;
}
.rodape_outros{
  float: right;
  padding-top: 60px;
  padding-right: 30px;
  color: #7D6E65;
  font-size: 15px;
}
.rodape_inova{
  text-align: center;
}
.rodape_inova img{
  padding-top: 20px;
}
@media screen and (max-width: 960px){
  .topo{
    height: auto;
  }
  .logo_principal{
    height: auto;
  }
  .logo_principal img{
    margin: 60px 0;
  }
  .topo_telefone{
    display: none;
  }
  .menu_principal{
    display: none;
  }
  .menu_mobile{
    display: block;
  }
  .rodape_contatos{
    float: inherit;
    text-align: center;
    padding: 50px 0 0 0;
  }
  .rodape_outros{
    float: inherit;
    text-align: center;
    padding: 3px 0 0 0;
  }
}
