body {
  height: 17372px;
  background-image: url('../images/infografico-01.png');
  background-position: 50% 0px;
  background-size: 2133px 17372px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.header {
  height: 80px;
  background-color: #0e3656;
}

.container {
  display: block;
  width: 800px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 250px;
  height: 40px;
  margin-top: 20px;
  float: left;
  background-image: url('../images/logo-mss-01.svg');
  background-position: 0px 0px;
  background-size: 248px;
  background-repeat: no-repeat;
}

.text {
  width: 500px;
  height: 50px;
  margin-top: 30px;
  float: right;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: right;
}

.link-menu {
  width: 105px;
  margin-top: 40px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #0e3657;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-menu.multi {
  width: 160px;
}

.section {
  position: relative;
  width: 100%;
  float: left;
}

.section._01 {
  height: 2020px;
}

.section._02 {
  height: 1795px;
}

.section._03 {
  height: 2100px;
}

.section._04 {
  height: 2300px;
}

.section._05 {
  height: 2300px;
}

.section._06 {
  height: 2830px;
}

.section._07 {
  height: 620px;
}

.section._08 {
  height: 3100px;
}

.rodape {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.topo {
  position: absolute;
  right: 5%;
  bottom: 0px;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 51px;
  background-image: url('../images/seta-01.svg');
  background-position: 50% 45%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.div-share {
  position: fixed;
  left: 0px;
  top: 30%;
  z-index: 500;
  display: none;
  width: 90px;
  height: 400px;
  margin-left: 40px;
  font-family: Raleway, sans-serif;
}

.icon {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #afd2d2;
  background-image: url('../images/facebook-letter-logo.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.icon.tw {
  background-image: url('../images/twitter-logo.svg');
  background-size: 40px;
}

.icon.in {
  background-image: url('../images/linkedin-logo.svg');
  background-size: 30px;
}

.font {
  color: hsla(0, 0%, 100%, .44);
}

