.bitshop-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.bitshop-servic {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.serv-wrapper {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 15px 120px;
}

.text-block {
  margin-bottom: 10px;
  padding-right: 45px;
  padding-left: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #cacaca;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #858585;
  font-size: 50px;
  line-height: 50px;
}

.div-block-2 {
  height: 2px;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.div-block-3 {
  margin-right: 25px;
  margin-left: 25px;
}

.paragraph {
  margin-top: 28px;
  margin-bottom: 66px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  font-size: 16px;
  font-style: italic;
}

.paragraph-2 {
  margin-bottom: 73px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

._4-serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.serv1 {
  margin-right: 23px;
  margin-bottom: 0px;
  margin-left: 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 300px;
  background-image: url('../images/icone-1-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-block-4:hover {
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.37);
}

.text-block-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.paragraph-2-copy {
  margin-bottom: 69px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.txt-serv {
  margin-bottom: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.text-block-4 {
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  font-size: 16px;
  font-weight: 700;
}

.text2 {
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #73a4c5;
  font-size: 16px;
  font-weight: 700;
}

.text3 {
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #8a8a8b;
  font-size: 16px;
  font-weight: 700;
}

.text1 {
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #65889b;
  font-size: 16px;
  font-weight: 700;
}

.serv2 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 400px;
  background-image: url('../images/icone2-02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
}

.serv2:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.36);
}

.serv3 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 350px;
  background-image: url('../images/icone3-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.serv3:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.36);
}

.section {
  background-image: url('../images/fundo-azul-01.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  position: relative;
  top: 170px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf));
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.sec3_1 {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sec3_1-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec3_2 {
  width: 55%;
  padding-top: 180px;
  padding-right: 77px;
  padding-left: 61px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sec3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cont-image {
  position: relative;
  left: -180px;
  top: 0px;
  display: block;
  width: 125%;
  height: 650px;
  background-image: url('../images/tech-suppor_3t.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cont-txt-testemunhos {
  max-width: 800px;
  margin-left: 24px;
}

.text-block-5 {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.tit-clientes {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5a5a5a;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.paragraph-3 {
  margin-bottom: 27px;
  padding-right: 229px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7589bb;
  font-style: italic;
}

.div-block-7 {
  width: 5%;
}

.paragraph-_test {
  margin-bottom: 55px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.text-block-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #3e5796;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.text-block-7 {
  margin-bottom: 41px;
  font-family: 'Varela Round', sans-serif;
  color: #7589bb;
  font-style: italic;
}

.text-block-8 {
  margin-bottom: 63px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-2 {
  width: 100%;
  height: auto;
  background-image: url('../images/simbolo-5p_b-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#22345f), to(#22345f));
  background-image: url('../images/simbolo-5p_b-01.svg'), linear-gradient(180deg, #22345f, #22345f);
  background-position: 116% 96%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.div-block-8 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 58px 10px;
}

.text-block-9 {
  margin-bottom: 9px;
  padding-right: 56px;
  padding-left: 56px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-9 {
  height: 200px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.image-2 {
  position: relative;
  left: -135px;
  display: none;
  width: 100%;
  height: 100%;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  height: 85px;
  margin-bottom: 23px;
  background-color: transparent;
}

.div-block-10 {
  margin: 35px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kaspersky_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-1_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 10px 40px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-1_2 {
  margin: 35px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/office_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-1_4 {
  margin: 19px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('../images/kaspersky_10p_b-01.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, contain;
  background-repeat: repeat, no-repeat;
}

.section-3 {
  display: none;
  width: 100%;
}

.map {
  width: 100%;
  height: 350px;
}

.section-4 {
  width: 100%;
  padding: 26px 0px 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-11 {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 20%;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 163, 163, 0.5)), to(rgba(187, 163, 163, 0.5)));
  background-image: linear-gradient(180deg, rgba(187, 163, 163, 0.5), rgba(187, 163, 163, 0.5));
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.div-block-14 {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rp-logo1 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-wintouch-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-2 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-microsoft-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-3 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/3logo-office-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-100 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Microsoft-Azure-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-4 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-epson-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-5 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kaspersky-logo-2019.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-55 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-nakivo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-6 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-apc-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rp-logo-7 {
  height: 40px;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-mikro-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  display: block;
  width: 12%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: auto;
  max-width: 1050px;
  margin: 18px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 234, 234, 0.5)), to(rgba(252, 234, 234, 0.5)));
  background-image: linear-gradient(180deg, rgba(252, 234, 234, 0.5), rgba(252, 234, 234, 0.5));
}

.div-block-17 {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 85, 85, 0.5)), to(rgba(119, 85, 85, 0.5)));
  background-image: linear-gradient(180deg, rgba(119, 85, 85, 0.5), rgba(119, 85, 85, 0.5));
}

.section-5 {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.div-block-18 {
  width: 5%;
}

.div-block-19 {
  width: 180px;
  height: 60px;
  background-image: url('../images/bitshop-logo-horiz-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bs-logo {
  width: 180px;
  height: 150px;
  margin-top: 25px;
  margin-right: 50px;
  background-image: url('../images/bitshop-logo-principal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 25px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #ececec;
}

.text-block-10 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #cacaca;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-11 {
  margin-right: 9px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7589bb;
  font-style: italic;
  text-transform: none;
}

.text-block-12 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  letter-spacing: 0px;
}

.text-block-13 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7589bb;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-23 {
  width: 100%;
  height: 2px;
  margin-bottom: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 79.2%, 0.35)), to(hsla(0, 0%, 79.2%, 0.35)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 79.2%, 0.35), hsla(0, 0%, 79.2%, 0.35));
}

.div-block-24 {
  margin-right: 60px;
}

.div-block-25 {
  margin-right: 60px;
}

.text-block-14 {
  margin-right: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  line-height: 20px;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-28 {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url('../images/mail_icon-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.link-block-3:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-30 {
  display: none;
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.text-block-16 {
  width: 100%;
  margin-top: 17px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #cacaca;
  font-size: 8px;
  text-align: right;
  letter-spacing: 1px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 47px;
  clear: both;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-32 {
  width: 600px;
  height: 900px;
  max-width: 800px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.div-block-33 {
  position: relative;
  left: 152px;
  height: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 85, 85, 0.5)), to(rgba(126, 85, 85, 0.5)));
  background-image: linear-gradient(180deg, rgba(126, 85, 85, 0.5), rgba(126, 85, 85, 0.5));
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-35 {
  position: relative;
  left: 500px;
  width: 900px;
  height: 900px;
  margin-top: 0px;
  margin-left: -460px;
  background-image: url('../images/chef_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fundo-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  clear: both;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-36 {
  position: relative;
  left: -116px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 650px;
  height: 600px;
  margin-top: -316px;
  margin-bottom: -255px;
  margin-left: -192px;
  background-image: url('../images/fundo-logo-intro.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-37 {
  position: relative;
  top: 0px;
  z-index: 5;
}

.div-block-38 {
  position: relative;
  z-index: 25;
  width: 300px;
  height: 215px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/bitshop-logo-principal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-39 {
  position: relative;
  z-index: 5;
  margin-top: 0px;
}

.intro-txt {
  margin-top: 12px;
  margin-bottom: 46px;
  padding-right: 15px;
  padding-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
}

.slogan-intro {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #858585;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}

.button {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 25px;
  background-color: #ececec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  line-height: 18px;
  font-weight: 700;
}

.button:hover {
  padding-right: 55px;
  padding-left: 55px;
}

.section-6 {
  display: block;
  height: 894px;
  margin-right: auto;
  margin-left: auto;
}

._70p-vw {
  position: static;
  display: block;
  width: 100%;
  height: 900px;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  height: 900px;
}

.column {
  height: 894px;
  padding-top: 389px;
}

.column-2 {
  height: 850px;
}

.div-block-40 {
  width: 977px;
  height: 894px;
  margin-top: -25px;
  margin-left: 70px;
  background-image: url('../images/fundo-logo-intro.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-41 {
  position: static;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-42 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.intro-sec1 {
  display: block;
  width: 100%;
  height: 900px;
}

.nav-rwapper {
  position: relative;
  top: -36px;
  z-index: 9999;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  width: 350px;
  height: 250px;
}

.container {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43 {
  height: 20px;
  min-width: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  top: -40px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 2px solid #96a7cf;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #96a7cf;
  line-height: 20px;
}

.nav-link-copy {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-copy:hover {
  border-bottom: 2px solid #96a7cf;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #96a7cf;
  line-height: 20px;
}

.help-button {
  top: -40px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
}

.help-button:hover {
  border-bottom: 2px solid #96a7cf;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #243768;
  line-height: 20px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide-nav-2 {
  color: #3a1818;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #999;
  font-size: 35px;
  line-height: 50px;
  font-weight: 300;
}

.serv4 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 350px;
  background-image: url('../images/icone-4-04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.serv4:hover {
  box-shadow: 0 4px 2px 2px rgba(0, 0, 0, 0.36);
}

.text4 {
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #094a60;
  font-size: 16px;
  font-weight: 700;
}

.link-block-4 {
  position: fixed;
  right: 0px;
  bottom: 66px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px 0px 0px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7589bb), to(#7589bb));
  background-image: linear-gradient(180deg, #7589bb, #7589bb);
  box-shadow: 0 11px 23px -6px rgba(0, 0, 0, 0.53);
  text-decoration: none;
}

.div-block-45 {
  width: 60px;
  height: 60px;
  margin-right: 31px;
  background-image: url('../images/help-desk-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-18 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-block-18:hover {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.helb-button {
  position: fixed;
  right: 0px;
  bottom: 66px;
  z-index: 1000;
  display: none;
  width: 200px;
  height: 80px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px 0px 0px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7589bb), to(#7589bb));
  background-image: linear-gradient(180deg, #7589bb, #7589bb);
  box-shadow: 0 11px 23px -6px rgba(0, 0, 0, 0.53);
  text-decoration: none;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 119px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-d {
  width: 30px;
  height: 50px;
  margin-right: 13px;
  border: 2px solid #f3e6e6;
  border-radius: 25px;
  background-image: url('../images/seta-8p-01.svg');
  background-position: 50% 50%;
  background-size: auto 40%;
  background-repeat: no-repeat;
}

.text-block-19 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e7e7e7;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 236, 236, 0.5)), to(rgba(255, 236, 236, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 236, 236, 0.5), rgba(255, 236, 236, 0.5));
}

.div-block-48 {
  width: 250px;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 1%, 80.6%, 0.5)), to(hsla(0, 1%, 80.6%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 1%, 80.6%, 0.5), hsla(0, 1%, 80.6%, 0.5));
}

.div-block-49 {
  width: 250px;
  height: 250px;
}

.anim2 {
  display: block;
  width: 250px;
  height: 250px;
  background-image: url('../images/testeanim2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.anim1 {
  width: 250px;
  height: 250px;
  background-image: url('../images/fundo-logo-intro.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fundo-anim {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 236, 236, 0.5)), to(rgba(255, 236, 236, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 236, 236, 0.5), rgba(255, 236, 236, 0.5));
}

.section-8 {
  width: 100%;
  height: 900px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1050px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anim-intro {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 200%;
  height: 894px;
  margin-top: -25px;
  margin-left: 70px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.mancha1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/mancha-anim-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mancha2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/mancha-anim-2-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mancha3 {
  position: absolute;
  width: 977px;
  height: 894px;
  background-image: url('../images/mancha-anim-3-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-51 {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 940px;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-52 {
  display: none;
  width: 55%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-53 {
  position: static;
  left: 0px;
  display: none;
  overflow: hidden;
  width: 45%;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-55 {
  overflow: hidden;
  width: 977px;
  height: 894px;
  background-image: url('../images/fundo-logo-intro.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.txt-intro {
  display: block;
  width: 96%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  padding-bottom: 159px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-57 {
  overflow: visible;
  width: 35%;
}

.animacao {
  position: relative;
  top: 40px;
  right: 0px;
  z-index: 800;
  overflow: hidden;
  width: 977px;
  height: 894px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.anim-m1 {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/mancha-anim-01.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.88;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.anim-m2 {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/mancha-anim-2-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.53;
}

.anim-m3 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/mancha-anim-3-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.91;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.help-d {
  position: relative;
  top: -40px;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  border-radius: 90px;
  background-image: url('../images/help-desk-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#7589bb), to(#7589bb));
  background-image: url('../images/help-desk-01.svg'), linear-gradient(180deg, #7589bb, #7589bb);
  background-position: 50% 50%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 10px 24px -7px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.help-d:hover {
  box-shadow: 0 23px 24px -7px rgba(0, 0, 0, 0.42);
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.text-block-20 {
  margin-top: -22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4c6090;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.img1 {
  position: absolute;
  right: 40px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/img-anim1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.slide-3 {
  position: absolute;
  overflow: hidden;
  background-image: url('../images/img-anim1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/485362060.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img2 {
  position: absolute;
  right: 40px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/img-anim2.png'), url('../images/img-anim1.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.barra-social {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #cacaca;
}

.fb {
  width: 20px;
  height: 20px;
  background-image: url('../images/fb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-58-copy {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/inst.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tw {
  width: 20px;
  height: 20px;
  background-image: url('../images/tw.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.help-d-copy {
  position: fixed;
  top: -40px;
  z-index: 25000;
  display: none;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 90px;
  background-image: url('../images/help-desk-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#7589bb), to(#7589bb));
  background-image: url('../images/help-desk-01.svg'), linear-gradient(180deg, #7589bb, #7589bb);
  background-position: 50% 50%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 10px 24px -7px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.help-d-copy:hover {
  box-shadow: 0 23px 24px -7px rgba(0, 0, 0, 0.42);
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.div-block-61 {
  display: none;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/office_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-64 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/microsoft_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-65 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/wintouch_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-66 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/epson_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-67 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kaspersky_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-68 {
  height: 75px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/mikro_10p_b-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.insta {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/inst.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.twitter {
  width: 20px;
  height: 20px;
  background-image: url('../images/tw.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-9 {
  height: 200px;
}

.section-10 {
  width: 100%;
  height: 550px;
}

.section-11 {
  position: absolute;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section-11._2 {
  display: none;
}

.div-block-69 {
  display: none;
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.navbar-2 {
  background-color: transparent;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  position: absolute;
  left: -200px;
  top: -266px;
  width: 600px;
  height: 600px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.nav-link-2 {
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link-2:hover {
  border-bottom-color: #6997b6;
  color: #6997b6;
}

.nav-link-2.w--current {
  text-decoration: none;
}

.nav-link-2.ini.w--current {
  color: #fff;
}

.link-block-5 {
  display: block;
  padding: 15px 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.62);
  border-radius: 100px;
  text-decoration: none;
}

.div-block-70 {
  width: 80px;
  height: 80px;
  margin-right: 8px;
  border-radius: 200px;
  background-image: url('../images/help-desk-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#6997b6), to(#6997b6));
  background-image: url('../images/help-desk-01.svg'), linear-gradient(180deg, #6997b6, #6997b6);
  background-position: 50% 50%, 0px 0px;
  background-size: 65%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-70:hover {
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.55);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.27)), to(hsla(0, 0%, 100%, 0.27)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.27), hsla(0, 0%, 100%, 0.27));
}

.div-block-73 {
  position: relative;
  left: 26px;
  top: 236px;
  z-index: 5;
  display: block;
  width: 350px;
  height: 180px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bitshop-logo-principal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-74 {
  position: static;
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-top: 395px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.text-block-22 {
  position: relative;
  margin-bottom: 24px;
  padding-right: 509px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 52px;
  font-weight: 300;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.18);
}

.text-block-23 {
  margin-bottom: 35px;
  padding-right: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #b0c5fc;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
}

.button-2 {
  padding-right: 51px;
  padding-left: 51px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7589bb;
  font-weight: 500;
}

.button-2:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.47);
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.div-block-76 {
  position: relative;
  z-index: 15000;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.div-block-77 {
  height: 40px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.27);
}

.div-block-78 {
  width: 70%;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 550px;
}

.slider-3 {
  position: static;
  display: block;
  width: 100%;
  height: 850px;
  clear: both;
}

.slide-5 {
  height: 850px;
  background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(22, 37, 73, 0.79)), to(rgba(22, 37, 73, 0.79))), url('../images/shutterstock_74227666.jpg');
  background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(22, 37, 73, 0.79), rgba(22, 37, 73, 0.79)), url('../images/shutterstock_74227666.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 102%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.left-arrow-3 {
  display: none;
  height: auto;
}

.right-arrow-3 {
  display: none;
}

.mask-2 {
  height: 850px;
}

.nav-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1050px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.slider-4 {
  width: 100%;
  height: 920px;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.div-block-81 {
  width: 100%;
  max-width: 1050px;
}

.slide-nav-5 {
  position: relative;
  top: -121px;
  bottom: 0px;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1050px;
  padding-left: 15px;
}

.navbar-3 {
  position: static;
  display: block;
  background-color: transparent;
}

.div-block-82 {
  position: absolute;
}

.inici {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  padding-top: 0px;
}

.section-12 {
  height: 750px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block-83 {
  width: 100%;
  height: 900px;
}

.div-block-84 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 920px;
  background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79)));
  background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79));
  background-position: 50% 100%, 0px 0px;
  background-size: 102%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-84._2 {
  height: 920px;
  background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/computer_security.jpg');
  background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/computer_security.jpg');
  background-position: 50% 100%, 0px 0px, 100% 50%;
  background-size: 101%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.div-block-84._2._3 {
  background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/500773792_.jpg');
  background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/500773792_.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 101%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.div-block-74-copy {
  position: absolute;
  z-index: 505;
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-top: 395px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 14px;
}

.div-block-85 {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.social-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 200px;
  height: 50px;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 750px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-86 {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 68, 68, 0.5)), to(rgba(219, 68, 68, 0.5)));
  background-image: linear-gradient(180deg, rgba(219, 68, 68, 0.5), rgba(219, 68, 68, 0.5));
}

.div-block-87 {
  position: relative;
  z-index: 10;
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-88 {
  position: absolute;
  z-index: 50010;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.social {
  position: relative;
  top: 665px;
  z-index: 6000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-box {
  position: absolute;
  z-index: 65000;
  overflow: visible;
  height: 35px;
}

.link-block-6 {
  width: 35px;
  height: 35px;
  background-image: url('../images/fb_cor-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-6._2 {
  margin-right: 8px;
  margin-left: 8px;
  background-image: url('../images/instag_cor-01.svg');
}

.link-block-6._3 {
  background-image: url('../images/twitter_cor-01.svg');
}

.link-block-6._2-copy {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
  background-image: url('../images/instag_cor-01.svg');
}

.link-block-6._3-copy {
  width: 20px;
  height: 20px;
  background-image: url('../images/twitter_cor-01.svg');
}

.link-block-7 {
  width: 35px;
  height: 35px;
  margin-right: 9px;
  margin-left: 9px;
  background-image: url('../images/instag_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-8 {
  width: 35px;
  height: 35px;
  background-image: url('../images/twitter_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-89 {
  width: 35px;
  height: 35px;
  background-image: url('../images/fb_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-89:hover {
  background-image: url('../images/fb_cinza-01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.div-block-89._2 {
  background-image: url('../images/instag_cinza-01.svg');
}

.div-block-89._3 {
  background-image: url('../images/twitter_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-89._2-copy {
  width: 20px;
  height: 20px;
  background-image: url('../images/instag_cinza-01.svg');
}

.div-block-89._3-copy {
  width: 20px;
  height: 20px;
  background-image: url('../images/twitter_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-90 {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  background-image: url('../images/map_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.link-block-9:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.gps {
  margin-right: 45px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-24 {
  font-family: Oswald, sans-serif;
  color: #6997b6;
  font-weight: 700;
}

.navbar-4 {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #22345f;
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.36);
}

.brand-3 {
  width: 180px;
  height: 45px;
  background-image: url('../images/bitshop-logo-horiz_branco-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1050px;
  height: 60px;
  max-width: 1050px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-72-copy {
  width: 2px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 65.5%, 0.27)), to(hsla(0, 0%, 65.5%, 0.27)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 65.5%, 0.27), hsla(0, 0%, 65.5%, 0.27));
}

.link-block-5-copy {
  display: block;
  padding: 0px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 200px;
  text-decoration: none;
}

.div-block-71-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-70-copy {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 8px;
  border-radius: 200px;
  background-image: url('../images/help-desk-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#6997b6), to(#6997b6));
  background-image: url('../images/help-desk-01.svg'), linear-gradient(180deg, #6997b6, #6997b6);
  background-position: 50% 50%, 0px 0px;
  background-size: 65%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-70-copy:hover {
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.55);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.nav-link-2-copy {
  height: 60px;
  padding-right: 18px;
  padding-left: 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  border-bottom-width: 4px;
  border-bottom-color: #6997b6;
  color: #6997b6;
}

.nav-link-2-copy.w--current {
  color: #96a7cf;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.site-bitshop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-5 {
  width: 100%;
  height: 130px;
  background-color: transparent;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-6 {
  display: none;
}

.div-block-93 {
  width: 100%;
  height: 100%;
  background-image: url('../images/logos-clientes1-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.43;
}

.div-block-93._2 {
  background-image: url('../images/logos-clientes2-01.svg');
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50000;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.social-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6-copy {
  width: 20px;
  height: 20px;
  background-image: url('../images/fb_cor-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-6-copy._2 {
  margin-right: 8px;
  margin-left: 8px;
  background-image: url('../images/instag_cor-01.svg');
}

.link-block-6-copy._3 {
  background-image: url('../images/twitter_cor-01.svg');
}

.div-block-89-copy {
  width: 20px;
  height: 20px;
  background-image: url('../images/fb_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-89-copy:hover {
  background-image: url('../images/fb_cinza-01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.div-block-89-copy._2 {
  background-image: url('../images/instag_cinza-01.svg');
}

.div-block-89-copy._3 {
  background-image: url('../images/twitter_cinza-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-95 {
  width: 40px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-96 {
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-12-copy {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}

.text-block-12-copy2 {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #96a7cf;
  font-style: italic;
  letter-spacing: 0px;
}

.div-block-97 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acao-barra-pequena {
  position: absolute;
  top: 25px;
  width: 0px;
  height: 9999px;
}

.div-block-99 {
  width: 40px;
  height: 50px;
}

.div-block-100 {
  width: 80px;
  height: 25px;
}

.acao-barra-view-out {
  position: absolute;
  width: 10px;
  height: 800px;
}

.navbar-5 {
  position: fixed;
  z-index: 99999;
  display: none;
  overflow: visible;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #22345f;
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.36);
}

.div-block-102 {
  width: 10px;
}

.div-block-103 {
  position: absolute;
  width: 10px;
  height: 750px;
}

.loader-bitshop {
  position: fixed;
  z-index: 80000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.placer-logo-bitshop {
  width: 250px;
  height: 250px;
  background-image: url('../images/bitshop-logo-principal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-104 {
  position: relative;
  left: 0px;
  top: -200px;
  width: 200px;
  height: 200px;
  background-image: url('../images/palheta1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.div-block-105 {
  position: static;
  left: 25px;
  top: -250px;
  width: 200px;
  height: 200px;
  background-image: url('../images/palheta2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.div-block-106 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url('../images/palheta3.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.div-block-107 {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url('../images/palheta4.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.68;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.div-block-108 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url('../images/onoff.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 650px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/loading_processing_1.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/loading_processing_1.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.div-block-110 {
  position: relative;
  top: 27px;
  width: 200px;
  height: 200px;
  background-image: url('../images/onoff1_.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-111 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url('../images/onoff1.svg');
  background-position: 42px 30px;
  background-size: 85%;
  background-repeat: no-repeat;
}

.div-block-112 {
  position: relative;
  left: 17px;
  top: 27px;
  width: 200px;
  height: 50px;
  margin-top: 18px;
}

.heading {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #cacaca;
  font-size: 20px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-25 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ddd;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.div-block-113 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-image: url('../images/onoff1-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mancha1_logo {
  position: relative;
  top: -117px;
  right: -101px;
  display: block;
  width: 450px;
  height: 450px;
  background-image: url('../images/MANCHA-P-LOGO_2-.svg');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.mancha2_logo {
  position: absolute;
  left: 70px;
  top: 76px;
  width: 500px;
  height: 500px;
  background-image: url('../images/MANCHA-P-LOGO_2-.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.12;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

.mancha3-rot {
  position: absolute;
  left: 49px;
  top: 83px;
  display: block;
  width: 500px;
  height: 500px;
  background-image: url('../images/MANCHA-P-LOGO_2-.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.12;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-118 {
  display: none;
}

.social-item {
  position: relative;
  top: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-120 {
  display: none;
}

.div-block-121 {
  display: none;
}

.div-block-122 {
  display: none;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-124 {
  display: none;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="help-desk"] {
  -webkit-transform: translate(115px, 0px);
  -ms-transform: translate(115px, 0px);
  transform: translate(115px, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load1"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="initial-statebarra-nav"] {
  display: none;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (max-width: 991px) {
  .bitshop-servic {
    overflow: hidden;
  }
  .serv-wrapper {
    width: 96%;
    padding-top: 12px;
    padding-bottom: 63px;
  }
  .paragraph {
    margin-top: 26px;
    margin-bottom: 25px;
  }
  ._4-serv {
    padding-right: 175px;
    padding-left: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._4-serv:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .serv1 {
    display: block;
    margin: 43px 16px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-4 {
    box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
  }
  .div-block-4:hover {
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.37);
  }
  .serv2 {
    border-radius: 300px;
    box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .serv2:hover {
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.36);
  }
  .serv3 {
    border-radius: 300px;
    box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .serv3:hover {
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .section {
    background-image: url('../images/fundo-azul-01.svg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec3_1 {
    display: none;
  }
  .sec3_2 {
    overflow: hidden;
    width: 100%;
    padding-top: 120px;
  }
  .cont-image {
    left: -173px;
    width: 205%;
  }
  .div-block-7 {
    display: none;
  }
  .text-block-7 {
    margin-bottom: 45px;
  }
  .div-block-8 {
    overflow: hidden;
    padding-right: 6px;
    padding-left: 6px;
  }
  .slider {
    height: 100px;
  }
  .div-block-1_1 {
    margin: 5px 10px;
  }
  .section-4 {
    overflow: hidden;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cont {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-5 {
    overflow: hidden;
  }
  .div-block-20 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-10 {
    margin-left: 0px;
  }
  .div-block-37 {
    padding-top: 8px;
  }
  .div-block-38 {
    display: block;
    margin-right: auto;
    margin-left: 77px;
  }
  .div-block-39 {
    padding-right: 231px;
    text-align: left;
  }
  .slogan-intro {
    font-size: 40px;
    line-height: 40px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-link {
    top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#22345f), to(#22345f));
    background-image: linear-gradient(180deg, #22345f, #22345f);
    color: #7589bb;
  }
  .help-button {
    top: 0px;
  }
  .serv4 {
    border-radius: 300px;
    box-shadow: 0 16px 23px -5px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .serv4:hover {
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.36);
  }
  .div-block-46 {
    display: block;
    width: 200px;
  }
  .section-8 {
    height: 750px;
    background-image: url('../images/fundo-logo-intro.png');
    background-position: 256% 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .div-block-51 {
    display: block;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .intro {
    padding-top: 282px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .div-block-56 {
    width: 85%;
    height: 80%;
    padding-bottom: 0px;
  }
  .div-block-57 {
    display: none;
    width: 90%;
    height: 40%;
  }
  .help-d {
    position: absolute;
    top: 94px;
    right: 31px;
    bottom: -40px;
    display: block;
  }
  .img2 {
    height: 100%;
  }
  .menu-button {
    top: -77px;
    margin-right: 35px;
    font-size: 20px;
    line-height: 40px;
  }
  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#22345f), to(#22345f));
    background-image: linear-gradient(180deg, #22345f, #22345f);
  }
  .barra-social {
    width: 90%;
  }
  .help-d-copy {
    top: 160px;
    right: 36px;
    bottom: -40px;
    display: block;
  }
  .icon {
    color: #7589bb;
    font-size: 40px;
  }
  .div-block-60 {
    position: absolute;
    width: 100%;
    height: 210px;
    background-image: url('../images/tech-support.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-block-63 {
    height: 75px;
  }
  .div-block-64 {
    height: 75px;
  }
  .div-block-65 {
    height: 75px;
  }
  .div-block-66 {
    height: 75px;
  }
  .div-block-67 {
    height: 75px;
  }
  .div-block-68 {
    height: 75px;
  }
  .section-11 {
    display: block;
    width: 101%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(22, 37, 73, 0.79)), to(rgba(22, 37, 73, 0.79))), url('../images/500773792_.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(22, 37, 73, 0.79), rgba(22, 37, 73, 0.79)), url('../images/500773792_.jpg');
    background-position: 50% 100%, 0px 0px, 70% 100%;
    background-size: 101%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .div-block-69 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-2 {
    position: static;
    top: 0px;
  }
  .nav-menu-2 {
    top: 135px;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    color: #8a3232;
  }
  .brand-2 {
    position: absolute;
    left: -240px;
    top: -354px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    height: 650px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2 {
    text-align: left;
  }
  .link-block-5 {
    border-radius: 200px;
  }
  .div-block-70 {
    background-image: url('../images/help-desk-01.svg');
    background-position: 50% 50%;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .div-block-71 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .div-block-72 {
    display: none;
  }
  .div-block-73 {
    position: relative;
    left: 312px;
    top: 105px;
    width: 350px;
    height: 250px;
    margin-top: 69px;
  }
  .div-block-74 {
    margin-top: 163px;
    padding-right: 30px;
    padding-bottom: 46px;
    padding-left: 30px;
  }
  .text-block-22 {
    padding-right: 185px;
    font-size: 45px;
    line-height: 45px;
    text-align: left;
  }
  .text-block-23 {
    padding-right: 0px;
    text-align: left;
  }
  .button-2 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    text-align: center;
  }
  .icon-2 {
    color: #fff;
    font-size: 50px;
  }
  .menu-button-2 {
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.33);
  }
  .menu-button-2.w--open {
    position: relative;
    left: -28px;
    top: 0px;
    right: 0px;
    z-index: 505;
    float: right;
  }
  .container-2 {
    padding-top: 28px;
  }
  .div-block-78 {
    width: 0%;
  }
  .div-block-79 {
    padding-right: 100px;
    padding-left: 0px;
    text-align: left;
  }
  .html-embed {
    overflow: hidden;
  }
  .nav-wrapper {
    z-index: 5000;
    height: auto;
  }
  .slider-4 {
    height: 750px;
    margin-top: 0px;
  }
  .slide-6 {
    padding-top: 190px;
  }
  .div-block-81 {
    position: relative;
    z-index: 10;
    height: auto;
  }
  .slide-nav-5 {
    top: -88px;
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .navbar-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu-3 {
    background-color: rgba(0, 1, 2, 0.79);
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button-3 {
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 151, 182, 0.61)), to(rgba(105, 151, 182, 0.61)));
    background-image: linear-gradient(180deg, rgba(105, 151, 182, 0.61), rgba(105, 151, 182, 0.61));
  }
  .menu-button-3.w--open {
    margin-bottom: 76px;
  }
  .icon-3 {
    color: #fff;
    font-size: 30px;
  }
  .background-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .div-block-84 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 750px;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/shutterstock_74227666.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/shutterstock_74227666.jpg');
    background-position: 50% 100%, 0px 0px, 50% 50%;
    background-size: 101%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .div-block-84._2 {
    height: 750px;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/computer_security.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/computer_security.jpg');
    background-position: 50% 100%, 0px 0px, 0px 50%;
    background-size: 105%, auto, cover;
  }
  .div-block-74-copy {
    margin-top: 163px;
    padding-right: 30px;
    padding-bottom: 46px;
    padding-left: 88px;
  }
  .div-block-85 {
    position: static;
  }
  .div-block-88 {
    height: auto;
  }
  .social {
    top: 550px;
    z-index: 600;
    width: 80px;
    height: auto;
    padding-right: 30px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-6 {
    width: 35px;
    height: 35px;
  }
  .link-block-6._2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .link-block-6._2-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .link-block-7 {
    width: 40px;
    height: 40px;
    margin: 8px 0px;
  }
  .link-block-8 {
    width: 40px;
    height: 40px;
  }
  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-4 {
    z-index: 10000;
    display: none;
  }
  .container-4 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .nav-menu-top {
    background-color: rgba(0, 1, 2, 0.79);
  }
  .div-block-72-copy {
    display: none;
  }
  .link-block-5-copy {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: none;
  }
  .div-block-71-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#22345f), to(#22345f));
    background-image: linear-gradient(180deg, #22345f, #22345f);
    text-align: left;
  }
  .div-block-70-copy {
    top: 0px;
    background-image: url('../images/help-desk-01.svg');
    background-position: 50% 50%;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .nav-link-2-copy {
    text-align: left;
  }
  .icon-4 {
    color: #fff;
  }
  .social-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-6-copy {
    width: 20px;
    height: 20px;
  }
  .link-block-6-copy._2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .div-block-99 {
    width: 0px;
    height: 50px;
  }
  .div-block-100 {
    width: 75px;
  }
  .menu-button-4 {
    margin-left: 10px;
  }
  .div-block-101 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .acao-barra-view-out {
    height: 700px;
  }
  .navbar-5 {
    z-index: 10000;
    display: none;
  }
  .loader-bitshop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
  }
  .mancha1_logo {
    left: -78px;
    top: 70px;
    width: 800px;
    height: 750px;
  }
  .mancha2_logo {
    left: 43px;
    top: -5px;
    right: -62px;
    width: 700px;
    height: 700px;
  }
  .mancha3-rot {
    left: 19px;
    top: 91px;
    right: -53px;
    width: 750px;
  }
  .div-block-114 {
    display: none;
  }
  .div-block-115 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-item {
    top: 561px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .serv-wrapper {
    padding-top: 59px;
    padding-bottom: 12px;
  }
  .text-block-2 {
    font-size: 40px;
    line-height: 40px;
  }
  ._4-serv {
    padding-right: 98px;
    padding-left: 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv1 {
    margin-top: 12px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-4 {
    margin-bottom: 15px;
  }
  .txt-serv {
    font-size: 14px;
  }
  .serv2 {
    margin-bottom: 15px;
  }
  .serv3 {
    margin-bottom: 15px;
  }
  .sec3_2 {
    padding-top: 100px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .paragraph-3 {
    padding-right: 0px;
  }
  .div-block-1_1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .bs-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }
  .div-block-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block {
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-13 {
    font-size: 14px;
  }
  .div-block-24 {
    margin-right: 20px;
    text-align: center;
  }
  .div-block-25 {
    display: block;
    margin-right: 14px;
    margin-left: 14px;
    text-align: center;
  }
  .text-block-14 {
    margin-right: 0px;
    text-align: left;
  }
  .div-block-26 {
    display: block;
    margin-right: auto;
    margin-left: 20px;
    text-align: center;
  }
  .link-block-3 {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-38 {
    height: 200px;
    margin-left: 17px;
  }
  .div-block-39 {
    padding-right: 150px;
  }
  .intro-txt {
    font-size: 16px;
    line-height: 20px;
  }
  .slogan-intro {
    font-size: 30px;
    line-height: 30px;
  }
  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-17 {
    margin-left: 0px;
    font-size: 20px;
    line-height: 35px;
  }
  .serv4 {
    margin-bottom: 15px;
  }
  .helb-button {
    display: block;
  }
  .div-block-46 {
    display: block;
    margin-top: 22px;
  }
  .section-8 {
    height: 700px;
    background-position: 232% 100%;
  }
  .intro {
    padding-top: 290px;
    padding-left: 18px;
  }
  .nav-menu {
    z-index: 50000;
  }
  .help-d {
    position: fixed;
    top: 101px;
    right: 11px;
    bottom: -40px;
    z-index: 25000;
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 18px;
  }
  .help-d-copy {
    position: fixed;
    top: 186px;
    right: 0px;
    z-index: 25000;
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 18px;
  }
  .icon {
    color: #7589bb;
    font-size: 40px;
  }
  .div-block-61 {
    width: 50%;
  }
  .div-block-62 {
    width: 50%;
  }
  .div-block-63 {
    height: 75px;
  }
  .div-block-64 {
    height: 75px;
  }
  .div-block-65 {
    height: 75px;
  }
  .div-block-66 {
    height: 75px;
  }
  .div-block-67 {
    height: 75px;
  }
  .div-block-68 {
    height: 75px;
  }
  .section-11 {
    display: block;
    width: 102%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-69 {
    width: 100%;
  }
  .nav-menu-2 {
    position: absolute;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .brand-2 {
    left: -212px;
    top: -394px;
    height: 650px;
  }
  .nav-link-2 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-5 {
    position: relative;
    top: 0px;
  }
  .div-block-71 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-72 {
    display: none;
    background-image: none;
  }
  .div-block-73 {
    position: relative;
    left: 235px;
    top: 101px;
    width: 250px;
  }
  .div-block-74 {
    margin-top: 115px;
    padding-bottom: 113px;
    text-align: center;
  }
  .div-block-74._2 {
    margin-top: 115px;
  }
  .text-block-22 {
    padding-right: 50px;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
  }
  .text-block-23 {
    text-align: left;
  }
  .button-2 {
    float: left;
    text-align: center;
  }
  .menu-button-2 {
    right: 28px;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .menu-button-2.w--open {
    position: relative;
    top: 0px;
    right: 26px;
    bottom: 0px;
  }
  .container-2 {
    padding-right: 0px;
  }
  .div-block-79 {
    padding-right: 67px;
    padding-left: 0px;
  }
  .nav-wrapper {
    z-index: 5000;
    height: auto;
  }
  .slider-4 {
    height: 700px;
  }
  .slide-6 {
    padding-top: 175px;
  }
  .slide-6._2 {
    padding-top: 175px;
  }
  .slide-nav-5 {
    width: 20%;
    float: left;
  }
  .nav-menu-3 {
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(0, 1, 2, 0.87);
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button-3 {
    padding: 12px;
  }
  .menu-button-3.w--open {
    margin-bottom: 83px;
  }
  .div-block-84 {
    display: block;
    height: 700px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/shutterstock_74227666.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, null, null), url('../images/shutterstock_74227666.jpg');
    background-size: 105%, auto, cover;
  }
  .div-block-84._2 {
    height: 700px;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/computer_security.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/computer_security.jpg');
    background-position: 50% 100%, 0px 0px, 50% 50%;
  }
  .div-block-74-copy {
    margin-top: 115px;
    padding-bottom: 113px;
    padding-left: 30px;
    text-align: center;
  }
  .div-block-74-copy._2 {
    margin-top: 115px;
  }
  .social {
    top: 500px;
    z-index: 600;
    width: 60px;
    height: auto;
    padding-right: 10px;
    padding-bottom: 16px;
    float: right;
  }
  .social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-7 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .div-block-90 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block-9 {
    margin-right: 5px;
  }
  .gps {
    margin-right: 10px;
    font-size: 12px;
    text-align: left;
  }
  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-top {
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(0, 1, 2, 0.87);
  }
  .div-block-72-copy {
    display: none;
    background-image: none;
  }
  .link-block-5-copy {
    position: relative;
    top: 0px;
  }
  .div-block-71-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2-copy {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-bitshop {
    width: 100%;
  }
  .social-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-6-copy {
    width: 20px;
    height: 20px;
  }
  .menu-button-4 {
    margin-left: 15px;
  }
  .acao-barra-view-out {
    height: 650px;
  }
  .loader-bitshop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
  }
  .mancha1_logo {
    left: -154px;
    top: -1px;
  }
  .mancha2_logo {
    left: -47px;
    top: -46px;
  }
  .mancha3-rot {
    left: -48px;
    top: 66px;
  }
  .div-block-115 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-118 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .serv-wrapper {
    padding: 70px 0px 4px;
  }
  .text-block-2 {
    font-size: 25px;
    line-height: 28px;
  }
  .paragraph {
    margin-top: 15px;
    margin-bottom: 26px;
  }
  .paragraph-2 {
    margin-bottom: 39px;
  }
  ._4-serv {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv1 {
    margin: 11px 4px 30px;
  }
  .sec3_2 {
    padding-top: 100px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .cont-txt-testemunhos {
    margin-right: 9px;
    margin-left: 9px;
  }
  .text-block-5 {
    margin-bottom: 15px;
    text-align: center;
  }
  .tit-clientes {
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
  .paragraph-3 {
    margin-bottom: 26px;
    text-align: center;
  }
  .paragraph-_test {
    font-size: 12px;
    text-align: center;
  }
  .section-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-8 {
    padding: 17px 14px 0px;
  }
  .text-block-9 {
    font-size: 10px;
  }
  .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-1_1 {
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-12 {
    height: 400px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rp-logo1 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-2 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-3 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-4 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-5 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-6 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rp-logo-7 {
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cont {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
  }
  .section-5 {
    padding-bottom: 0px;
  }
  .div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-13 {
    font-size: 20px;
  }
  .div-block-24 {
    margin-right: 0px;
    margin-bottom: 29px;
  }
  .div-block-25 {
    margin-bottom: 29px;
  }
  .text-block-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-26 {
    display: block;
    margin-right: auto;
    margin-bottom: 29px;
    margin-left: auto;
  }
  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-15 {
    font-size: 16px;
  }
  .link-block-2 {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-3 {
    height: auto;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-36 {
    z-index: 1;
    width: 500px;
  }
  .div-block-37 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-38 {
    display: block;
    width: 65%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-39 {
    display: block;
    width: 96%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .intro-txt {
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 14px;
  }
  .slogan-intro {
    font-size: 25px;
    line-height: 25px;
  }
  .button {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }
  .button:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    z-index: 20000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .text-block-17 {
    margin-left: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .div-block-46 {
    display: none;
    text-align: left;
  }
  .section-8 {
    height: auto;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-51 {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .intro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 217px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-56 {
    width: 96%;
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu {
    width: 100%;
    padding-bottom: 0px;
  }
  .help-d {
    top: 93px;
    right: 0px;
    bottom: 53px;
    display: block;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 21px;
    bottom: -243px;
    z-index: 35000;
    width: 65px;
    height: 65px;
    margin-right: 0px;
    font-size: 20px;
  }
  .menu-button.w--open {
    top: 18px;
    z-index: 15000;
    height: 65px;
    font-size: 30px;
  }
  .barra-social {
    width: 90%;
    text-align: center;
  }
  .div-block-59 {
    height: 200px;
    margin-top: 46px;
    background-image: url('../images/485362060.jpg');
    background-position: 50% 50%;
    background-size: 120%;
  }
  .help-d-copy {
    top: 449px;
    right: 0px;
    bottom: 53px;
    display: block;
    width: 60px;
    height: 60px;
  }
  .icon {
    font-size: 30px;
  }
  .div-block-61 {
    width: 100%;
    height: 75px;
    margin-bottom: 4px;
  }
  .div-block-62 {
    width: 100%;
    height: 75px;
  }
  .div-block-63 {
    height: 75px;
  }
  .div-block-64 {
    height: 75px;
  }
  .div-block-65 {
    height: 75px;
  }
  .div-block-66 {
    height: 75px;
  }
  .div-block-67 {
    height: 75px;
  }
  .div-block-68 {
    height: 75px;
  }
  .section-11 {
    height: auto;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(22, 37, 73, 0.79)), to(rgba(22, 37, 73, 0.79))), url('../images/500773792_.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(22, 37, 73, 0.79), rgba(22, 37, 73, 0.79)), url('../images/500773792_.jpg');
    background-size: 102%, auto, cover;
  }
  .div-block-69 {
    width: 100%;
  }
  .nav-menu-2 {
    top: 180px;
  }
  .brand-2 {
    left: -233px;
    top: -460px;
    right: 14px;
    display: block;
    overflow: hidden;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-2 {
    display: block;
  }
  .link-block-5 {
    padding-left: 0px;
  }
  .div-block-73 {
    position: absolute;
    left: 269px;
    top: 359px;
    width: 180px;
    height: 150px;
  }
  .div-block-74 {
    width: 101%;
    margin-top: 160px;
    padding-bottom: 81px;
  }
  .div-block-74._2 {
    margin-top: 167px;
    padding-right: 8px;
    padding-bottom: 45px;
    padding-left: 8px;
  }
  .text-block-22 {
    margin-bottom: 7px;
    padding-right: 39px;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }
  .text-block-23 {
    margin-bottom: 20px;
    padding-right: 33px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .button-2 {
    width: 180px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
  }
  .icon-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
  }
  .menu-button-2 {
    left: -1px;
    top: 27px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b9b9b9;
    font-size: 12px;
    line-height: 12px;
  }
  .menu-button-2.w--open {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-79 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-wrapper {
    z-index: 5000;
    overflow: visible;
    height: auto;
  }
  .slider-4 {
    height: 95vh;
  }
  .slide-6 {
    height: 95vh;
    padding-top: 160px;
  }
  .slide-6._2 {
    height: 95vh;
    padding-top: 160px;
  }
  .div-block-81 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
  }
  .mask-3 {
    height: 95vh;
  }
  .slide-nav-5 {
    width: 40%;
    float: left;
  }
  .inici {
    overflow: hidden;
    height: 95vh;
  }
  .container-3 {
    padding-bottom: 5px;
  }
  .menu-button-3 {
    padding: 12px;
  }
  .menu-button-3.w--open {
    margin-bottom: 55px;
  }
  .div-block-84 {
    height: 95vh;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(22, 37, 73, 0.79)), to(rgba(22, 37, 73, 0.79))), url('../images/shutterstock_74227666.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(22, 37, 73, 0.79), rgba(22, 37, 73, 0.79)), url('../images/shutterstock_74227666.jpg');
    background-size: 105%, auto, cover;
  }
  .div-block-84._2 {
    height: 95vh;
    background-image: url('../images/barra-branca-intro.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 52, 95, 0.79)), to(rgba(34, 52, 95, 0.79))), url('../images/computer_security.jpg');
    background-image: url('../images/barra-branca-intro.svg'), linear-gradient(180deg, rgba(34, 52, 95, 0.79), rgba(34, 52, 95, 0.79)), url('../images/computer_security.jpg');
    background-size: 105%, auto, cover;
  }
  .div-block-74-copy {
    width: 101%;
    margin-top: 64px;
    padding-bottom: 6px;
  }
  .div-block-74-copy._2 {
    margin-top: 167px;
    padding-right: 8px;
    padding-bottom: 45px;
    padding-left: 8px;
  }
  .social {
    top: 382px;
    z-index: 600;
    width: 60px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: right;
  }
  .social-box {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-6 {
    width: 30px;
    height: 30px;
  }
  .link-block-7 {
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .link-block-8 {
    width: 30px;
    height: 30px;
  }
  .div-block-89 {
    width: 30px;
    height: 30px;
  }
  .link-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gps {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }
  .div-block-91 {
    width: auto;
  }
  .text-block-24 {
    font-size: 16px;
  }
  .navbar-4 {
    display: none;
  }
  .brand-3 {
    width: 100px;
  }
  .container-4 {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .link-block-5-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-2-copy {
    display: block;
  }
  .site-bitshop {
    width: 100%;
  }
  .slider-5 {
    height: 80px;
  }
  .div-block-93 {
    opacity: 0.65;
  }
  .div-block-93._2 {
    background-image: url('../images/logos-clientes2-01.svg');
  }
  .loader {
    display: none;
  }
  .social-box-copy {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-6-copy {
    width: 20px;
    height: 20px;
  }
  .div-block-89-copy {
    width: 20px;
    height: 20px;
  }
  .div-block-95 {
    width: 15px;
  }
  .menu-button-4 {
    margin-left: 8px;
  }
  .acao-barra-view-out {
    height: 80vh;
  }
  .navbar-5 {
    display: none;
  }
  .loader-bitshop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
  }
  .mancha1_logo {
    left: 5px;
    top: -25px;
    bottom: -82px;
    overflow: hidden;
    width: 600px;
  }
  .mancha2_logo {
    overflow: hidden;
  }
  .mancha3-rot {
    overflow: hidden;
  }
  .div-block-116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-118 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-item {
    top: 344px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

