@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&display=swap');
@import url('../fonticons/css/font-awesome.min.css');
*{
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
}
html, body, #corpo{
  height:100%;
}
body > #corpo{
  height: auto;
  min-height: 100%;
}
#conteudo{
  padding-bottom: 453px;
  background: url('../img/bg_pagina.png');
}
.clearboth{
  clear: both;
}
.topo{
  width: 100%;
  height: 300px;
  position: relative;
  background: url('../img/bg_logo_topo.png');
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faixa_topo{
  width: 100%;
  background: url('../img/bg_faixa_topo.png');
  background-repeat: repeat-x;
}
.faixa_topo_centro{
  height: 83px;
  width: 1150px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.faixa_topo_centro p{
  color: #ffffff;
  float: right;
  margin-top: 22px;
  font-size: 20px;
}
.logo_busca{
  height: 300px;
  width: 1150px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.logo_principal{
  float: left;
  height: 217px;
  width: 30%;
}
.logo_principal img{
  margin-top: 30px;
  max-width: 100%;
}
.menu_principal{
  float: left;
  height: 217px;
  width: 70%;
  position: relative;
  z-index: 999995;
}
.menu_principal_links{
  position: relative;
  margin-top: 76px;
  height: 64px;
  float: right;
  width: 585px;
}
.menu_principal_links ul{
  list-style: none;
}
.menu_principal_links a{
  display: block;
  float: left;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  text-decoration: none;
}
.menu_principal li:hover a{
  background: #F58534;
  color: #ffffff;
}
.menu_principal li:hover .submenu_principal{
  display: block;
}
.submenu_principal{
  position: absolute;
  display: none;
  top: 64px;
  left: 126px;
  width: 200px;
  padding: 25px;
  background: #F58534;
  z-index: 999996;
}
.submenu_principal a{
  margin-top: 0;
  display: block;
  float: left;
  width: 200px;
  height: inherit !important;
  border-radius: 0;
  background: none !important;
  line-height: inherit !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 5px;
}
.submenu_principal a:hover{
  color: #333333 !important;
}
.menu_mobile{
  display: none;
  width: 100%;
  height: 80px;
  position: absolute;
  background: #F58534;
  z-index: 9999997;
  margin-top: 0;
}
.abre_mobile{
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 9999998;
  text-align: center;
  text-decoration: none;
}
.abre_mobile i{
  font-size: 48px;
  color: #ffffff;
  margin: 15px auto 0 auto;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.lista_mobile{
  position: absolute;
  top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background: #F48533;
  z-index: 9999999;
  list-style: none;
  display: none;
}
.lista_mobile li a{
  display: block;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 16px;
}
.submenu_mobile{
  display: none;
  background: #ffffff;
}
.submenu_mobile a{
  text-transform: inherit !important;
  color: #333333 !important;
  font-weight: 700;
}
.paginas_faixa_topo{
  width: 100%;
  overflow: hidden;
}
.paginas_faixa_topo img{
  max-width: 100%;
  width: 100%;
}
.pagina_titulo{
  text-align: center;
  text-transform: uppercase;
  color: #F48533;
  font-size: 42px;
  font-weight: 100;
  width: 100%;
  padding: 70px 0 40px 0;
}
.titulo_linha{
  width: 20%;
  height: 2px;
  margin: 5px auto 0 auto;
  background: #F48533;
  display: none;
}
#rodape{
  position: relative;
  margin-top: -453px;
}
.rodape{
  width: 100%;
  height: 453px;
}
.rodape_faixa{
  width: 100%;
  height: 3px;
  background: #F48533;
}
.rodape_conteudo{
  height: 450px;
  background: #222222;
}
.conteudo_centralizado{
  height: 450px;
  width: 1150px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
.rodape_1,
.rodape_2,
.rodape_3{
  float: left;
  width: 33%;
}
.rodape_logo{
  margin-top: 50px;
}
.dados_contato{
  margin-top: 30px;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
}
.email_telefone{
  margin-left: 20px;
  margin-top: 80px;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
}
.email_telefone i{
  font-size: 22px;
  margin-right: 2px;
}
.email_telefone .telefone{
  font-size: 20px;
  font-weight: 700;
  color: #F48533;
}
.rodape_redes_sociais{
  margin-top: 80px;
  margin-left: 50px;
  line-height: 30px;
  font-size: 16px;
}
.rodape_redes_sociais i{
  font-size: 22px;
  margin-right: 5px;
}
.rodape_redes_sociais a{
  text-decoration: none;
  color: #ffffff;
}
.rodape_redes_sociais a:hover{
  color: #F48533;
}
.rodape_inova{
  margin-top: 160px;
  margin-left: 50px;
}
.rodape_inova p{
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 5px;
}
.rodape_inova img{
  position: relative;
}
@media screen and (max-width: 960px){
  .topo{
    height: 380px;
  }
  .logo_busca{
    max-width: 100%;
  }
  .logo_principal{
    width: 100%;
    float: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .logo_principal img{
    margin: 30px 0;
    max-width: 90%;
  }
  #conteudo{
    padding-bottom: 723px;
  }
  .menu_principal{
    height: 80px;
  }
  .menu_principal_links ul{
    display: none;
  }
  .menu_mobile{
    display: block;
  }
  .pagina_titulo{
    font-size: 38px;
  }
  #rodape{
    position: relative;
    margin-top: -723px;
  }
  .rodape{
    width: 100%;
    height: 723px;
  }
  .rodape_conteudo{
    height: 720px;
  }
  .conteudo_centralizado{
    height: 720px;
  }
  .rodape_1,
  .rodape_2,
  .rodape_3{
    width: 100%;
    text-align: center;
  }
  .rodape_logo{
    padding-top: 0;
  }
  .rodape_logo img{
    max-width: 90%;
  }
  .email_telefone,
  .rodape_redes_sociais,
  .rodape_inova{
    margin-top: 30px;
    margin-left: 0;
  }
  .rodape_inova{
    margin-top: 70px;
    width: 100%;
  }
}
@media screen and (max-width: 350px){
  .rodape_baixar{
    margin: 25px auto 0 auto;
  }
}
@media screen and (max-width: 250px){
  .rodape_inova{
    margin-top: 40px;
  }
}
