* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

fieldset {
  border: none;
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

ul,
ol,
li,
dd,
dt {
  list-style: none;
  margin: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[role=button] {
  cursor: pointer;
}

.CarouselAreas {
  margin-bottom: 75px;
}
.CarouselAreas .swiper {
  width: 100%;
}
.CarouselAreas .swiper .head {
  position: relative;
  min-height: 64px;
  margin-bottom: 32px;
  padding-right: 200px;
}
.CarouselAreas .swiper .head .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.CarouselAreas .swiper .head .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.CarouselAreas .swiper .head .swiper-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  height: 42px;
  margin-top: -21px;
}
.CarouselAreas .swiper .head .swiper-buttons .swiper-button-prev, .CarouselAreas .swiper .head .swiper-buttons .swiper-button-next {
  position: static;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/swiper-button.png) no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999em;
  color: transparent;
  font-size: 0px;
  margin-top: 0;
}
.CarouselAreas .swiper .head .swiper-buttons .swiper-button-prev {
  transform: scaleX(-1);
  margin-right: 10px;
}
.CarouselAreas .swiper .swiper-slide {
  width: 263px;
  height: 307px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}
.CarouselAreas .swiper .swiper-slide figure {
  position: relative;
  z-index: 1;
}
.CarouselAreas .swiper .swiper-slide figure img {
  display: block;
  width: 100%;
  min-height: 307px;
}
.CarouselAreas .swiper .swiper-slide figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 5;
}
.CarouselAreas .swiper .swiper-slide .box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 20px;
}

@media (max-width: 640px) {
  .CarouselAreas .swiper .head {
    padding-right: 100px;
    height: auto;
  }
  .CarouselAreas .swiper .head .text {
    font-size: 14px;
  }
  .CarouselAreas .swiper .head .swiper-buttons {
    bottom: 0;
    margin: 0;
    top: auto;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 48px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  background-color: #030717;
}

#Header {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#Header img {
  max-width: 100%;
  width: auto;
}
#Header .btn {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}
#Header .container {
  position: relative;
}
#Header .logo {
  text-align: center;
}

.btn {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 16px;
  border-radius: 99px;
}
.btn span {
  display: inline-block;
  line-height: 34px;
}
.btn.green {
  background-color: rgba(94, 233, 181, 0.1);
  color: #5EE9B5;
}
.btn.green::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5EE9B5;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.btn.blue {
  background-color: rgba(142, 197, 255, 0.1);
  color: #8EC5FF;
}
.btn.cloud span {
  background: url(../img/ico-cloud.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.lgpd span {
  background: url(../img/ico-lgpd.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.performance span {
  background: url(../img/ico-performance.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.multi span {
  background: url(../img/ico-multi.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.criptografia span {
  background: url(../img/ico-criptografia.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.acesso span {
  background: url(../img/ico-acesso.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.app {
  opacity: 0.8;
}
.btn.app span {
  background: url(../img/ico-app.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.client {
  opacity: 0.8;
}
.btn.client span {
  background: url(../img/ico-client.png) no-repeat 0 center;
  padding-left: 28px;
}
.btn.dados {
  opacity: 0.8;
}
.btn.dados span {
  background: url(../img/ico-dados.png) no-repeat 0 center;
  padding-left: 28px;
}

.link-out {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../img/ico-link-out.png) no-repeat 0 0;
  background-size: cover;
  color: transparent;
  font-size: 0px;
  overflow: hidden;
  text-indent: -9999em;
}

#MainContainer {
  padding: 60px 0;
}

.MainHeader {
  margin-bottom: 48px;
  position: relative;
  background: url(../img/bg_destaque.png) no-repeat top right;
}
.MainHeader .box {
  max-width: 830px;
  width: 100%;
}
.MainHeader .btn {
  margin-bottom: 15px;
}
.MainHeader .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.MainHeader .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}

.link-ecidade {
  display: inline-block;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #155DFC;
  padding: 0 16px;
  border-radius: 14px;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
}
.link-ecidade span {
  background: url(../img/seta-right.png) no-repeat right top;
  padding-right: 28px;
}

.section-btns {
  margin-bottom: 48px;
}
.section-btns .btn {
  background: none;
  margin-right: 30px;
}

.box-ecidade {
  background: #155DFC;
  background: linear-gradient(90deg, rgb(21, 93, 252) 0%, rgb(25, 40, 173) 100%);
  padding: 32px;
  border-radius: 24px;
  position: relative;
  margin-bottom: 64px;
}
.box-ecidade figure {
  margin-bottom: 20px;
}
.box-ecidade .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.box-ecidade .text {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 200;
  margin-bottom: 30px;
}
.box-ecidade .btn {
  margin-right: 30px;
}

.box-servicos {
  display: none;
  margin-bottom: 60px;
}
.box-servicos .head {
  margin-bottom: 32px;
}
.box-servicos .head .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.box-servicos .head p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.box-servicos .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.box-servicos .servico-box {
  position: relative;
  background: rgb(29, 41, 61);
  background: linear-gradient(90deg, rgba(29, 41, 61, 0.89) 0%, rgb(15, 23, 43) 100%);
  display: flex;
  width: calc(50% - 30px);
  padding: 24px;
  border-radius: 24px;
}
.box-servicos .servico-box figure {
  padding-right: 24px;
  display: flex;
  align-items: center;
}
.box-servicos .servico-box .link-out {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 42px;
  height: 42px;
}
.box-servicos .servico-box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 30px;
}
.box-servicos .servico-box .box {
  max-width: 430px;
  padding-right: 90px;
}
.box-servicos .servico-box .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.BoxContatos {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}
.BoxContatos .btn-contato {
  display: inline-block;
  background-color: #EDF2F7;
  color: #171923;
  font-weight: 400;
  padding: 0 24px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
}
.BoxContatos .title {
  font-size: 32px;
  font-weight: 700;
  color: #171923;
  margin-bottom: 16px;
  line-height: 40px;
}
.BoxContatos .txt {
  font-size: 18px;
  color: #4A5568;
  line-height: 24px;
  margin-bottom: 30px;
}
.BoxContatos .btn {
  color: #1843D5;
  border-radius: 12px;
  color: #1843D5;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  border: 1px solid #1843D5;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 12px;
}
.BoxContatos .img {
  position: absolute;
  right: 80px;
  top: 12px;
}

.not-web {
  display: none;
}

@media (max-width: 640px) {
  .not-mobile {
    display: none !important;
  }
  .not-web {
    display: block;
  }
  .btn {
    font-size: 10px;
    height: 28px;
    padding: 0 12px;
  }
  .btn span {
    line-height: 28px;
  }
  .container {
    padding: 0 24px;
  }
  #Header {
    padding: 20px 0;
  }
  #Header img {
    width: 80%;
  }
  #MainContainer {
    padding: 30px 0;
  }
  .MainHeader {
    background: none;
    margin-bottom: 24px;
  }
  .MainHeader .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .MainHeader .text {
    font-size: 14px;
    max-width: 100%;
  }
  .section-btns {
    margin-bottom: 14px;
  }
  .section-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .box-ecidade {
    margin-bottom: 24px;
  }
  .box-ecidade figure {
    display: none;
  }
  .box-ecidade .box {
    padding-right: 70px;
  }
  .box-ecidade .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .box-ecidade .text {
    font-size: 12px;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .box-ecidade .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .box-servicos {
    margin-bottom: 30px;
  }
  .box-servicos .head {
    margin-bottom: 16px;
  }
  .box-servicos .head .title {
    font-size: 20px;
    line-height: 28px;
  }
  .box-servicos .head p {
    font-size: 12px;
  }
  .box-servicos .content {
    display: block;
  }
  .box-servicos .servico-box {
    width: 100%;
    padding: 16px;
  }
  .box-servicos .servico-box figure {
    padding-right: 16px;
  }
  .box-servicos .servico-box .link-out {
    width: 36px;
    height: 36px;
    right: 16px;
  }
  .box-servicos .servico-box .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
  }
  .box-servicos .servico-box .box {
    max-width: 100%;
    padding-right: 60px;
  }
  .box-servicos .servico-box .text {
    font-size: 12px;
  }
  .BoxContatos {
    padding: 16px;
  }
  .BoxContatos .title {
    font-size: 24px;
    line-height: 32px;
  }
  .BoxContatos .txt {
    font-size: 16px;
    line-height: 20px;
  }
  .BoxContatos br {
    display: none;
  }
  .BoxContatos .btn {
    display: block;
    margin: 0 0 18px 0;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .BoxContatos .img {
    position: static;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
  .BoxContatos .img img {
    max-width: 100%;
    width: 23%;
  }
}
