@font-face {
  font-family: 'gothambook';
  src: url('../fonte/gothambook-webfont.woff2') format('woff2'),
       url('../fonte/gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothamlight';
  src: url('../fonte/gothamlight-webfont.woff2') format('woff2'),
       url('../fonte/gothamlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothamultra';
  src: url('../fonte/gotham-ultra-webfont.woff2') format('woff2'),
       url('../fonte/gotham-ultra-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f4f2;
  font-family: 'gothambook', sans-serif;
  font-size: 16pt;
  color: #fff;
  overflow-x: hidden;
  
}

a {
  color: #FFF;
  text-decoration: none;
}

#topo {
  position: relative;
  width: 100%;
  height: 238px;
  margin: 0;
}

#texto_topo {
  position: relative;
  display: table;
  width: 90%;
  text-align: center;
  color: #003da5;
  font-size: 30px;
  font-family: 'gothamultra', sans-serif;
  letter-spacing: 2px;
  margin:  20px auto 70px auto;
  text-align: center;
}

#texto_topo span {
  font-size: 37px;
  color: #fedd00;
}

#logo {
  position: relative;
  float: left;
}

#menu {
  position: relative;
  float: right;
  margin: 75px 80px 20px 0;
  text-align: right;
  color: #00b6bd;
  font-size: 23px;
  font-weight: bold;
}

#menu a {
  margin-left: 30px;
  color: #003da5;
  text-decoration: none;
}

#menu a:hover {
  color: #2f9fac;
  text-decoration: underline;
}

#menu span {
  color: #2f9fac;
}

#menu_hmb {
  position: relative;
  float: right;
  margin: 40px 40px 0 0;
  text-align: right;
  color: #2f9fac;
  font-size: 22px;
  display: none;
}

#menu_hmb img:hover {
  opacity: 0.5;
  cursor: pointer;
}

#menumobile {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(225, 225, 223, 0.9);
  z-index: 10;
  text-align: center;
  font-family: 'gothamultra';
}

#menumobile a {
  text-decoration: none;
  color: #2f9fac;
  margin: 10px 10px 10px 10px;
  clear: both;
}

#menumobile img {
  cursor: pointer;
}

.table_menumobile {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 20px;
}

.table100 {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}

#redessociais {
  position: relative;
  top: 20px;
}

#redessociais a {
  margin-left: 20px;
  text-decoration: none;
}

#redessociais a:hover {
  opacity: 0.5;
}

.cont {
  position: relative;
  width: 1085px;
  margin: 0px auto 50px auto;
  text-align: justify;
  display: table;
  color: #5c5c5c;
  font-family: 'gothambook';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
}

#rodape {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  background-color: #003da5;
  margin-top: 42px;
}

#rodape_cont {
  position: relative;
  display: table;
  width: 1084px;
  text-align: center;
  background-color: #003da5;
  margin: 22px auto 22px auto;
}

#logo_rodape {
  position: relative;
  display: table;
  float: left;
  text-align: left;
}

#menu_rodape {
  position: relative;
  display: table;
  float: right;
  text-align: right;
  font-size: 22px;
}

#menu_rodape a {
  text-decoration: none;
  color: #FFF;
  line-height: 32px;
}

#menu_rodape a:hover {
  opacity: 0.5;
}

#rs_rodape {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

#rs_rodape img {
  margin: 20px;
}

#rs_rodape a:hover {
  opacity: 0.5;
}

#frase_rodape {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  color: #fedd00;
  font-family: 'gothamultra';
}

#frase_rodape h1{
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 140px;
}

#direitos {
  position: relative;
  display: table;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-family: 'gothamlight';
  font-size: 16px;
}



.funcao {
  font-family: 'gothambook';
  color: #cd215b;
  font-size: 18px;
}

@media screen and (max-width: 1530px) {
  
  #logo {
    margin-left: -35px;
    margin-top: -10px;
  }

  #logo img {
    width: 490px;
  }
  
  #menu {
    font-size: 18px;
    margin: 40px 40px 20px 0;
  }
  
  #menu a {
    margin-left: 15px;

  }

  #redessociais img {
    width: 30px;
  }


}

@media screen and (max-width: 1170px) {

  #logo img {
    width: 400px;
  }
  
  #menu {
    font-size: 16px;
    margin: 40px 20px 20px 0;
  }
  
  #menu a {
    margin-left: 9px;

  }

  .cont {
    width: 90%;
  }

  #rodape_cont {
    width: 95%;
  }

 
}

@media screen and (max-width: 1080px) {

  .cont {
      width: 95%;
    }

  #menu_rodape {
    font-size: 20px;
  }

  #rs_rodape img {
    margin: 25px 30px 15px 0;
    width: 85px;
  }

  #frase_rodape h1{
   font-size: 18px;
  }


}


@media screen and (max-width: 920px) {

  #menu {
    display: none;
  }

  #menu_hmb {
    display: block;
  }

  #menu_rodape {
    font-size: 20px;
  }

  #rs_rodape img {
    margin: 25px 30px 15px 0;
    width: 75px;
  }

  #frase_rodape h1{
   font-size: 18px;
  }

}

@media screen and (max-width: 800px) {

  #logo_rodape {
    position: relative;
    display: table;
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  #menu_rodape {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    display: table;
    float: none;
    text-align: center;
    width: 100%;
  }

  #rs_rodape {
    position: relative;
    display: table;
    text-align: center;
    width: 100%;
  }

  #rs_rodape img {
    margin: 20px 10px 20px 10px;
    width: 40px;
  }

  #frase_rodape h1{
    letter-spacing: 2px;
    line-height: 50px;
  }

}


@media screen and (max-width: 465px) {

  #menu_hmb {
    margin: 40px 10px 0 0;
  }

  #menu_hmb img {
    width: 45px;
  }

  #logo img {
    width: 300px;
  }

  #logo {
    margin-left: -20px;
    margin-top: 0px;
  }


}

@media screen and (max-width: 340px) {
  #menu_hmb {
    margin: 40px 10px 0 -50;
  }
}