@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-image: url("image/home/bg_home.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'gothambook', sans-serif;
  font-size: 16pt;
  color: #000;
  overflow-x: hidden;
}

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

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

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

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

#menu a:hover {
  color: #FFF;
}

#menu span {
  color: #2f9fac;
}

#menu_hmb {
  position: relative;
  float: right;
  margin: 40px 40px 0 0;
  text-align: right;
  color: #00b6bd;
  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;
}

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

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

#redessociais a:hover {
  opacity: 0.5;
}

#cont {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: right;
  margin-top: 50px;
}



@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;
    text-decoration: none;
  }

  #cont img {
    width: 600px;
  }

  #redessociais img {
    width: 30px;
  }

}

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

  body {
    background-image: url("image/home/bg_home1170.jpg");
  }

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

  #cont img {
    width: 500px;
  }

}

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

  body {
    background-image: url("image/home/bg_home920.jpg");
  }

  #menu {
    display: none;
  }

  #menu_hmb {
    display: block;
  }

  #cont {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 129px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('image/home/info_home920.png');
  }

  #cont img {
    display: none;
  }

}

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

  body {
    background-image: url("image/home/bg_home465.jpg");
  }

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

  #menu_hmb img {
    width: 45px;
  }

  #logo img {
    width: 300px;
  }

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

  #cont {
    background-size: 200%;
  }

}

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