body {
  height: 100%;
  background-color: #d6d6d6;
  background-image: url('../images/fundo.jpg');
  background-position: 0% 0%;
  background-repeat: repeat;
  font-family:'Open Sans', sans-serif;
  color: #2d2f36;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
h1 {
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}
h2 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
h3 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.logo {
  display: inline-block;
  max-width: 70%;
  margin-bottom: 20px;
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #d6d6d6;
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, white, rgba(255, 255, 255, 0));
  background-image: radial-gradient(circle farthest-side at 50% 50%, white, rgba(255, 255, 255, 0));
}
.loading_animacao {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #161616;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f0f0f0;
  text-align: center;
}
.navegacao {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.bolinha {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 11;
  display: block;
  width: 100%;
  height: 50px;
  padding: 20px 12px;
  opacity: 0;
}
.bolinha.w--current {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bolinha.w--current:hover {
  opacity: 0;
}
.bolinha_dentro {
  width: 12px;
  height: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}
.bolinha_dentro_dentro {
  width: 6px;
  height: 6px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 10px;
  background-color: #f0f0f0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bolinha_dentro_dentro.ativa {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.texto_paginas {
  z-index: 9;
}
.paginas_imagens {
  margin-bottom: 60px;
}
.paginas_imagens.segundo {
  margin-bottom: 0px;
}
.img_coluna1 {
  display: inline-block;
  max-width: 276px;
  background-image: url('../images/img_fundo_01.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.img_coluna1.coluna2 {
  background-image: url('../images/img_fundo_02.png');
}
.img_coluna1.coluna3 {
  background-image: url('../images/img_fundo_03.png');
}
.img_coluna1.coluna4 {
  background-image: url('../images/img_fundo_04.png');
}
.img_coluna1.coluna0 {
  background-image: url('../images/img_fundo_pequeno.png');
}
.espaco {
  height: 15px;
  clear: both;
}
.img_clientes {
  max-width: 14%;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.9;
}
.titulo {
  z-index: 10;
  margin-bottom: 40px;
}
.bolinha1 {
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 1;
  display: inline-block;
  padding: 12px;
  opacity: 0.4;
}
.img_grande_lado {
  width: 38%;
  margin-right: 2%;
  float: left;
  background-image: url('../images/img_fundo_grande.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.img_grande_lado.direita {
  float: right;
}
.texto_lado {
  width: 60%;
  margin-top: 5%;
  float: left;
  text-align: left;
}
.link {
  color: #397e97;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.texto_centro {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.center {
  padding-left: 30px;
}
.img_fora {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 25%;
  margin-bottom: -20px;
  padding-right: 10px;
  padding-left: 10px;
}
.descricao {
  height: 45px;
  font-size: 14px;
  line-height: 20px;
}
.cont {
  position: relative;
  z-index: 90;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.cont.cont-1 {
  padding-top: 220px;
  padding-bottom: 100px;
}
.cont.cont-2 {
  max-width: 900px;
  margin-bottom: 40px;
}
.cont.cont-rodape {
  max-width: 750px;
  margin-top: -20px;
  margin-bottom: 80px;
}
.video {
  display: block;
  width: 940px;
  height: 527px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.bolinha_fora {
  position: relative;
  height: 50px;
  margin-right: 5px;
  padding-top: 12px;
  padding-right: 22px;
  padding-bottom: 12px;
  float: left;
  background-color: #161616;
  color: #f0f0f0;
  text-decoration: none;
}
.bolinha_fora.home {
  margin-right: 10px;
  padding-top: 9px;
  padding-right: 0px;
}
.bolinha_popup {
  position: relative;
  left: 27px;
  top: 3px;
  z-index: 9;
  padding: 5px 9px;
  border-radius: 3px;
  opacity: 0.7;
  font-size: 11px;
  line-height: 12px;
}
.tx-just {
  text-align: justify;
}
.col {
  padding-right: 20px;
  padding-left: 20px;
}
.col-linha {
  margin-right: -20px;
  margin-left: -20px;
}
.tx-cor1 {
  color: #397e97;
}
.menu-links {
  margin-right: -70px;
  float: left;
}
.imac {
  position: absolute;
  left: 52%;
  top: -10%;
  z-index: 2;
  width: 117%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.modulo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.modulo.m-1 {
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, white, rgba(255, 255, 255, 0));
  background-image: radial-gradient(circle farthest-side at 50% 50%, white, rgba(255, 255, 255, 0));
}
.canetas1 {
  position: absolute;
  top: 7%;
  right: -16%;
  width: 20%;
  -webkit-transform: rotate(56deg);
  -ms-transform: rotate(56deg);
  transform: rotate(56deg);
}
.papeis1 {
  position: absolute;
  left: -62%;
  top: 0px;
  width: 60%;
}
.fone1 {
  position: absolute;
  left: -39%;
  top: -2%;
  z-index: 1;
  width: 48%;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.camera1 {
  position: absolute;
  left: -25%;
  bottom: -10%;
  z-index: 1;
  width: 28%;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.copo1 {
  position: absolute;
  right: -23%;
  bottom: 0%;
  width: 22%;
}
.lapis2 {
  position: absolute;
  right: 12%;
  bottom: -6%;
  width: 3%;
  -webkit-transform: rotate(64deg);
  -ms-transform: rotate(64deg);
  transform: rotate(64deg);
}
.lapis1 {
  position: absolute;
  right: 9%;
  bottom: -5%;
  width: 3%;
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}
.oculos1 {
  position: absolute;
  right: 20%;
  bottom: -6%;
  width: 26%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.caneta1 {
  position: absolute;
  left: 28%;
  bottom: 6%;
  z-index: 1;
  width: 25%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.caderno1 {
  position: absolute;
  left: 9%;
  bottom: -10%;
  width: 36%;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.celular1 {
  position: absolute;
  top: 39%;
  right: -16%;
  width: 15%;
  -webkit-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  transform: rotate(21deg);
}
.tablet {
  position: absolute;
  top: 34%;
  right: -31%;
  display: block;
  width: 40%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.tablet-caneta {
  position: absolute;
  top: 70%;
  right: -26%;
  z-index: 1;
  width: 24%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}
.macbook-fechado {
  position: absolute;
  left: -42%;
  top: 19%;
  width: 49%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}
.teclado1 {
  position: absolute;
  left: -6%;
  bottom: -10%;
  width: 63%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
.hd1 {
  position: absolute;
  top: 1%;
  right: -18%;
  width: 17%;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
.canetas2 {
  position: absolute;
  right: -14%;
  bottom: -11%;
  width: 23%;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}
.macbook1 {
  position: absolute;
  left: -50%;
  top: -27%;
  width: 60%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.mouse1 {
  position: absolute;
  left: 8%;
  top: -7%;
  width: 13%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.fone2 {
  position: absolute;
  top: 12%;
  right: -21%;
  width: 19%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.copo2 {
  position: absolute;
  left: 1%;
  top: -19%;
  width: 21%;
}
.teclado2 {
  position: absolute;
  right: 37%;
  bottom: -27%;
  width: 44%;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.caderno2 {
  position: absolute;
  left: -30%;
  top: -8%;
  width: 36%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.lapis3 {
  position: absolute;
  left: -14%;
  top: 21%;
  width: 5%;
  -webkit-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  transform: rotate(138deg);
}
.caneta2 {
  position: absolute;
  top: -4%;
  right: -21%;
  width: 24%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.papeis2 {
  position: absolute;
  right: -62%;
  bottom: -39%;
  width: 60%;
}
.tablet2 {
  position: absolute;
  top: 20%;
  right: -31%;
  width: 27%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.caneta3 {
  position: absolute;
  right: -19%;
  bottom: -10%;
  z-index: 1;
  width: 25%;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.camera2 {
  position: absolute;
  left: -16%;
  bottom: -8%;
  width: 23%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.oculos2 {
  position: absolute;
  top: 29%;
  right: -24%;
  width: 27%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.celular2 {
  position: absolute;
  left: -15%;
  bottom: 22%;
  width: 16%;
  -webkit-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  transform: rotate(39deg);
}
.suco {
  position: absolute;
  right: -25%;
  bottom: 15%;
  width: 26%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.lapis4 {
  position: absolute;
  left: -3%;
  bottom: 36%;
  width: 5%;
  -webkit-transform: rotate(-78deg);
  -ms-transform: rotate(-78deg);
  transform: rotate(-78deg);
}
.fone3 {
  position: absolute;
  left: -15%;
  bottom: 42%;
  width: 18%;
}
.mouse2 {
  position: absolute;
  right: 12%;
  bottom: -24%;
  width: 24%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.macbook2 {
  position: absolute;
  top: -33%;
  right: -45%;
  width: 60%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.papeis3 {
  position: absolute;
  left: -49%;
  bottom: -9%;
  width: 69%;
}
.caneta4 {
  position: absolute;
  left: -3%;
  bottom: 21%;
  z-index: 1;
  width: 24%;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.bg {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.09));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.09));
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 200px 150px inset;
}
.bt-seta {
  padding: 20px;
}
.linha {
  width: 100%;
  height: 1px;
  clear: both;
  background-color: #8b8b8f;
}
.video-fora {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: none;
}
html.w-mod-js *[data-ix="abre-menu"] {
  display: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
    font-weight: 400;
  }
  h3 {
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .navegacao {
    padding-right: 40px;
  }
  .texto_paginas {
    width: 100%;
  }
  .img_coluna1 {
    margin-bottom: 20px;
  }
  .img_clientes {
    max-width: 12%;
  }
  .img_grande_lado {
    background-size: contain;
  }
  .texto_lado {
    margin-top: 0px;
  }
  .texto_centro {
    width: 90%;
  }
  .center {
    padding-left: 20px;
  }
  .descricao {
    font-size: 12px;
    line-height: 16px;
  }
  .cont {
    max-width: 100%;
  }
  .cont.cont-1 {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .cont.cont-2 {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .cont.cont-rodape {
    max-width: 75%;
    margin-bottom: 60px;
  }
  .video {
    width: 640px;
    height: 360px;
  }
  .bolinha_fora {
    left: -30px;
    width: 100%;
    margin-left: 30px;
    padding-right: 0px;
    float: none;
    text-align: left;
  }
  .bolinha_fora.home {
    left: 0px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
  .menu-links {
    margin-top: 55px;
    margin-right: 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    background-color: #161616;
  }
  .menu-nav {
    display: block;
    width: 50px;
    height: 50px;
    padding: 9px;
    float: right;
    opacity: 0.7;
    font-size: 32px;
    line-height: 32px;
  }
  .menu-nav.w--open {
    background-color: transparent;
    opacity: 1;
  }
  .modulo {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .canetas1 {
    top: 20%;
    right: -5%;
  }
  .papeis1 {
    display: none;
  }
  .camera1 {
    bottom: 4%;
  }
  .copo1 {
    right: -9%;
    bottom: -8%;
  }
  .lapis2 {
    right: 18%;
    bottom: -1%;
    width: 2%;
  }
  .lapis1 {
    right: 15%;
    bottom: -2%;
    width: 2%;
  }
  .oculos1 {
    right: 22%;
  }
  .caneta1 {
    left: 29%;
  }
  .caderno1 {
    left: 7%;
  }
  .celular1 {
    top: 43%;
    right: -13%;
  }
  .tablet {
    top: 66%;
    right: -15%;
  }
  .tablet-caneta {
    top: 83%;
    right: -11%;
  }
  .teclado1 {
    bottom: -6%;
  }
  .hd1 {
    top: -3%;
    right: -12%;
  }
  .canetas2 {
    right: -1%;
  }
  .macbook1 {
    left: -46%;
  }
  .mouse1 {
    left: 19%;
    top: -14%;
  }
  .copo2 {
    left: 10%;
    top: -16%;
  }
  .teclado2 {
    right: 28%;
    bottom: -16%;
  }
  .caderno2 {
    left: -17%;
    top: -11%;
  }
  .lapis3 {
    left: -14%;
    top: -12%;
  }
  .caneta2 {
    right: 0%;
    -webkit-transform: rotate(15deg) rotate(-60deg);
    -ms-transform: rotate(15deg) rotate(-60deg);
    transform: rotate(15deg) rotate(-60deg);
  }
  .papeis2 {
    right: -51%;
    bottom: -26%;
  }
  .tablet2 {
    top: -13%;
    right: -19%;
  }
  .caneta3 {
    right: -6%;
    bottom: -7%;
  }
  .camera2 {
    left: -10%;
    bottom: -12%;
  }
  .oculos2 {
    top: 28%;
    right: -11%;
  }
  .celular2 {
    left: -11%;
    bottom: 25%;
  }
  .suco {
    right: -16%;
    bottom: 10%;
  }
  .lapis4 {
    left: 2%;
    bottom: 35%;
  }
  .fone3 {
    left: -7%;
    bottom: 51%;
  }
  .mouse2 {
    right: 1%;
    bottom: -11%;
  }
  .macbook2 {
    top: -27%;
    right: -42%;
  }
  .papeis3 {
    bottom: -3%;
  }
  .caneta4 {
    left: 1%;
    bottom: 15%;
  }
  .bg {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.09));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.09));
    box-shadow: rgba(0, 0, 0, 0.00) 0px 0px 200px 100px inset;
  }
}
@media (max-width: 767px) {
  body {
    background-image: url('../images/fundo.jpg');
    background-position: 0% 0%;
    background-size: 180%;
    background-repeat: repeat;
  }
  h1 {
    margin-bottom: 5px;
    line-height: 50px;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  h3 {
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .img_clientes {
    max-width: 23%;
  }
  .center {
    padding-left: 15px;
  }
  .img_fora {
    width: 50%;
  }
  .cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cont.cont-2 {
    max-width: 70%;
    margin-bottom: 0px;
  }
  .cont.cont-rodape {
    max-width: 65%;
    margin-bottom: 40px;
  }
  .video {
    width: 500px;
    height: 281px;
  }
  .col {
    padding-bottom: 20px;
  }
  .imac {
    top: -7%;
  }
  .modulo {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tablet {
    right: -34%;
  }
  .tablet-caneta {
    right: -14%;
  }
  .canetas2 {
    right: -4%;
    bottom: -8%;
  }
  .macbook1 {
    top: -15%;
  }
  .mouse1 {
    top: -5%;
  }
  .caderno2 {
    top: -8%;
  }
  .lapis3 {
    display: none;
  }
  .oculos2 {
    top: 42%;
  }
  .celular2 {
    left: -4%;
    bottom: 3%;
  }
  .lapis4 {
    display: none;
  }
  .bg {
    box-shadow: none;
  }
}
@media (max-width: 479px) {
  body {
    background-color: #ededed;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .img_grande_lado {
    width: 100%;
  }
  .texto_lado {
    width: 100%;
  }
  .texto_centro {
    width: 100%;
    text-align: left;
  }
  .center {
    padding-left: 0px;
  }
  .cont.cont-1 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .cont.cont-2 {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .video {
    width: 280px;
    height: 155px;
  }
  .tx-just {
    text-align: left;
  }
  .imac {
    top: 2%;
  }
  .modulo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modulo.m-1 {
    background-image: none;
  }
  .canetas1 {
    top: 16%;
  }
  .fone1 {
    left: -30%;
    top: 13%;
  }
  .camera1 {
    left: -10%;
    bottom: 12%;
  }
  .copo1 {
    right: -6%;
    bottom: 15%;
    width: 23%;
  }
  .lapis2 {
    right: 27%;
    bottom: 1%;
  }
  .lapis1 {
    right: 20%;
    bottom: 2%;
  }
  .oculos1 {
    display: none;
  }
  .caderno1 {
    bottom: -2%;
  }
  .celular1 {
    top: 32%;
    right: -6%;
  }
  .tablet {
    display: none;
  }
  .tablet-caneta {
    display: none;
  }
  .macbook-fechado {
    display: none;
  }
  .teclado1 {
    display: none;
  }
  .hd1 {
    display: none;
  }
  .canetas2 {
    display: none;
  }
  .macbook1 {
    display: none;
  }
  .mouse1 {
    display: none;
  }
  .fone2 {
    display: none;
  }
  .teclado2 {
    right: 9%;
    bottom: -4%;
  }
  .caderno2 {
    display: none;
  }
  .lapis3 {
    display: none;
  }
  .caneta2 {
    display: none;
  }
  .papeis2 {
    display: none;
  }
  .tablet2 {
    display: none;
  }
  .caneta3 {
    display: none;
  }
  .camera2 {
    display: none;
  }
  .oculos2 {
    display: none;
  }
  .celular2 {
    display: none;
  }
  .suco {
    display: none;
  }
  .lapis4 {
    display: none;
  }
  .fone3 {
    left: -1%;
    bottom: 71%;
  }
  .mouse2 {
    display: none;
  }
  .macbook2 {
    top: -23%;
    right: -38%;
  }
  .papeis3 {
    left: -31%;
  }
  .caneta4 {
    bottom: 11%;
  }
  .bg {
    background-image: none;
  }
}

