.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.sec-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.top-line {
  position: absolute;
  left: 0%;
  top: 18px;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1px;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0%;
  top: 28px;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1px;
  background-color: #fff;
}

.fixed-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fff;
}

.menu-button {
  display: none;
  width: 60px;
  height: 60px;
  padding: 0px;
  color: #fff;
  font-size: 30px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: 38px;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1px;
  background-color: #fff;
}

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  color: #11284b;
  font-weight: 700;
  text-align: center;
}

.nav-link:hover {
  color: #dd132d;
}

.nav-link.w--current {
  color: #dd132d;
}

.slider {
  height: auto;
  -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-color: transparent;
}

.wrap-txt-slider {
  position: relative;
  z-index: 1;
  width: 35%;
  margin-right: 5%;
  margin-left: 10%;
}

.img-slide-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 60vh;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-image: url('../images/fachada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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;
}

.prg-slider {
  width: 80%;
  margin-bottom: 0px;
  color: #515151;
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 600;
}

.h1-slider {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #515151;
  font-size: 2.6em;
  line-height: 1.1em;
}

.left-arrow {
  display: none;
  -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;
}

.right-arrow {
  display: none;
}

.slide-nav {
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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;
  font-size: 8px;
  line-height: 10px;
}

.wrap-tel {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-tel {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  color: #11284b;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.link-tel:hover {
  color: #dd132d;
}

.link-b-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 6px;
  -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: 50%;
  background-color: #11284b;
}

.link-b-instagram:hover {
  background-color: #dd132d;
}

.link-b-instagram.margin-left {
  margin-left: 30px;
}

.image {
  width: 20px;
}

.txt-slider-spam {
  color: #dd132d;
}

.sec-servicos {
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 40, 75, 0.95)), to(rgba(127, 42, 67, 0.95))), url('../images/bg-servicos.jpg');
  background-image: linear-gradient(90deg, rgba(17, 40, 75, 0.95), rgba(127, 42, 67, 0.95)), url('../images/bg-servicos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sec-tittles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8vh;
  margin-left: 10%;
  -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;
}

.tittle {
  margin-left: -18px;
  padding-bottom: 8px;
  color: #dd132d;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

.grid-servicos {
  width: 65vw;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 0.75fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 1fr;
}

.wrap-servicos {
  width: 13vw;
}

.prg-servicos {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.img-servicos {
  height: 50px;
  margin-bottom: 20px;
}

.logo-servicos {
  height: 40vh;
}

.sec-solucoes {
  padding-top: 80px;
  padding-bottom: 80px;
}

.html-embed {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-solucoes {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.h1-solucoes {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #515151;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 600;
}

.h3-solucoes {
  margin-top: 4px;
  margin-bottom: 0px;
  color: #515151;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}

.prg-solucoes {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #515151;
  font-size: 1em;
  line-height: 22px;
}

.img-solucoes {
  width: 100%;
  border-radius: 3px;
}

.list-item {
  padding-top: 0.25em;
  padding-bottom: 0.6em;
  color: #757575;
  font-size: 1em;
  line-height: 1.2em;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
}

.sec-diferenciais {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eee;
}

.grid-diferenciais {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.h1-diferenciais {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #11284b;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
}

.prg-diferenciais {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1em;
  line-height: 1.7em;
}

.sec-quem-somos {
  padding-top: 80px;
  padding-bottom: 0px;
}

.wrap-txt-quem-somos {
  position: static;
  width: 50%;
}

.prg-quem-somos {
  margin-bottom: 20px;
  color: #515151;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.prg-quem-somos.bold {
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 600;
}

.img-quem-somos {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0px;
  width: 45%;
  height: 50vh;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-image: url('../images/quem-somos.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-quem-somos {
  margin-bottom: 40px;
}

.wrap-pilares {
  width: 100%;
  height: 220px;
  padding: 20px;
  border-radius: 3px;
  background-color: #eee;
}

.wrap-pilares.visao {
  margin-right: 20px;
  margin-left: 20px;
}

.h1-pilares {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #11284b;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
}

.prg-pilares {
  margin-bottom: 0px;
  color: #515151;
  font-size: 1em;
  line-height: 1.4em;
}

.wrap-intro-quem-somos {
  position: relative;
}

.sec-marcas {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-contato {
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 40, 75, 0.95)), to(rgba(127, 42, 67, 0.95))), url('../images/bg-contato.jpg');
  background-image: linear-gradient(90deg, rgba(17, 40, 75, 0.95), rgba(127, 42, 67, 0.95)), url('../images/bg-contato.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.grid-contato {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.link-b-contato {
  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;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  margin-left: 10px;
}

.wrap-tel-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.h3-contato {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.9375em;
  line-height: 1.3em;
  font-weight: 400;
}

.html-icon-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
}

.html-icon-contato.cel {
  margin-left: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 80px;
  -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;
  background-color: #fff;
}

.txt-footer {
  display: inline;
  color: #11284b;
  font-weight: 600;
  text-decoration: none;
}

.txt-footer:hover {
  color: #dd132d;
}

.txt-footer.txt-client {
  font-size: 0.875em;
}

.txt-footer.txt-client:hover {
  color: #11284b;
}

.carrossel-marcas {
  padding-bottom: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slides-carrossel {
  -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;
}

.img-carrossel {
  max-height: 50px;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.img-carrossel._3m {
  width: auto;
  max-height: 40px;
}

.img-carrossel.spartan {
  max-height: 60px;
}

.img-carrossel.tts {
  width: auto;
}

.menu-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17vh;
  margin-right: 5%;
  margin-left: 5%;
  -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;
}

.link-b-menu-hero {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  color: #11284b;
  font-weight: 700;
  text-decoration: none;
}

.link-b-menu-hero:hover {
  color: #dd132d;
}

.logo-menu-hero-mobile {
  display: none;
  width: 45px;
}

.nav-mobile {
  display: none;
}

.txt-close-menu {
  line-height: 1em;
}

.wrap-menu-mobile {
  display: none;
}

.logo-menu-hero {
  width: 150px;
}

.btn-menu-mobile {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.fixed-navbar-logo {
  display: inline-block;
  width: 40px;
}

.img-slide-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 60vh;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-image: url('../images/locacao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-slide-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 60vh;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-image: url('../images/spartan.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-missao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-b-whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 6px;
  -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: 50%;
  background-color: #11284b;
}

.link-b-whatsapp:hover {
  background-color: #dd132d;
}

.link-b-whatsapp.margin-left {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    height: 100%;
    margin-left: 5%;
    padding: 15px 10px;
  }
  .fixed-navbar {
    display: none;
    height: 60px;
    background-color: transparent;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    margin-right: 5%;
  }
  .menu-button.w--open {
    background-color: #11284b;
  }
  .nav-link {
    color: #fff;
  }
  .wrap-txt-slider {
    position: relative;
    width: 70%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
  }
  .img-slide-1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 40, 75, 0.8)), to(rgba(221, 19, 45, 0.8))), url('../images/fachada.jpg');
    background-image: linear-gradient(0deg, rgba(17, 40, 75, 0.8), rgba(221, 19, 45, 0.8)), url('../images/fachada.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .wrap-slider {
    min-height: 100vh;
    background-color: transparent;
  }
  .prg-slider {
    width: 100%;
    color: #fff;
  }
  .h1-slider {
    color: #fff;
  }
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20vh;
    width: 70%;
    margin-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrap-tel {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-b-instagram.margin-left {
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
  }
  .txt-slider-spam {
    color: #fff;
  }
  .grid-servicos {
    width: 80vw;
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .wrap-servicos {
    width: 100%;
  }
  .logo-servicos {
    display: none;
  }
  .grid-solucoes {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 61px;
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .h1-solucoes {
    font-size: 2em;
  }
  .h3-solucoes {
    font-size: 1em;
  }
  .grid-diferenciais {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .wrap-txt-quem-somos {
    width: 100%;
    margin-bottom: 40px;
  }
  .img-quem-somos {
    position: static;
    width: 100%;
    height: 350px;
    border-radius: 5px;
  }
  .link-b-contato {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .text-block {
    line-height: 1.2em;
  }
  .h3-contato {
    font-size: 1.9em;
    line-height: 1.2em;
  }
  .img-carrossel {
    width: 60px;
  }
  .img-carrossel.spartan {
    width: auto;
  }
  .menu-hero {
    position: fixed;
    height: 60px;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #11284b;
  }
  .wrap-menu-links {
    display: none;
  }
  .link-b-logo-menu.w--current {
    width: 45px;
  }
  .logo-menu-hero-mobile {
    display: inline-block;
    width: 40px;
  }
  .nav-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 110%;
    margin-bottom: 0px;
    padding-bottom: 10%;
    -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: linear-gradient(309deg, #11284b, #dd132d);
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 10px;
    -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;
    border-radius: 50%;
    background-color: #fff;
    color: #dd132d;
    font-size: 20px;
    font-weight: 700;
  }
  .txt-close-menu {
    margin-bottom: 2vh;
    color: #fff;
    font-size: 2vh;
    line-height: 2vh;
    font-weight: 700;
  }
  .separador {
    width: 80px;
    height: 3px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    background-color: #11284b;
  }
  .txt-menu-mobile {
    font-size: 3vh;
    line-height: 4vh;
  }
  .link-b-menu-mobile {
    margin-top: 1vh;
    margin-bottom: 3vh;
    color: #fff;
    font-size: 6vh;
    line-height: 6vh;
    font-weight: 600;
    text-decoration: none;
  }
  .link-b-menu-mobile-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1vh;
    margin-bottom: 3vh;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .img-social-menu-mobile {
    margin-right: 18px;
  }
  .fechar-menu.link-b-menu-mobile {
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
  }
  .fechar-menu.button {
    margin-bottom: 1vh;
  }
  .fechar-menu.link-b-menu-mobile-social {
    width: 100%;
    margin-top: 2vh;
    -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;
  }
  .wrap-menu-mobile {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
  }
  .logo-menu-hero {
    display: none;
    width: 45px;
  }
  .fixed-navbar-logo {
    display: inline-block;
  }
  .img-slide-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 40, 75, 0.8)), to(rgba(221, 19, 45, 0.8))), url('../images/locacao.png');
    background-image: linear-gradient(0deg, rgba(17, 40, 75, 0.8), rgba(221, 19, 45, 0.8)), url('../images/locacao.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .img-slide-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 40, 75, 0.8)), to(rgba(221, 19, 45, 0.8))), url('../images/spartan.png');
    background-image: linear-gradient(0deg, rgba(17, 40, 75, 0.8), rgba(221, 19, 45, 0.8)), url('../images/spartan.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .container-missao {
    margin-top: 6vh;
  }
  .link-b-whatsapp.margin-left {
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
  }
}

@media (max-width: 767px) {
  .menu-button {
    right: 10%;
  }
  .wrap-txt-slider {
    width: 100%;
  }
  .h1-slider {
    font-size: 2.4em;
  }
  .slide-nav {
    bottom: 12vh;
  }
  .wrap-tel {
    height: 40px;
  }
  .link-tel {
    font-size: 0.875em;
  }
  .link-tel.hidden {
    display: none;
  }
  .link-b-instagram {
    display: none;
  }
  .sec-servicos {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sec-tittles {
    margin-bottom: 40px;
  }
  .grid-servicos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sec-solucoes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid-solucoes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-diferenciais {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid-diferenciais {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h1-diferenciais {
    margin-top: 15px;
    line-height: 1.2em;
  }
  .prg-diferenciais {
    margin-top: 10px;
  }
  .sec-quem-somos {
    padding-top: 40px;
  }
  .img-quem-somos {
    height: 40vw;
  }
  .wrap-pilares {
    height: auto;
    margin-bottom: 20px;
  }
  .wrap-pilares.visao {
    margin-right: 0px;
    margin-left: 0px;
  }
  .h1-pilares {
    margin-bottom: 5px;
  }
  .sec-marcas {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-contato {
    padding-top: 40px;
  }
  .grid-contato {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h3-contato {
    padding-bottom: 30px;
  }
  .footer {
    margin-top: 50px;
  }
  .img-carrossel {
    width: 70px;
  }
  .img-carrossel._3m {
    max-height: 30px;
  }
  .img-carrossel.spartan {
    max-height: 45px;
  }
  .img-carrossel.tts {
    max-height: 35px;
  }
  .separador {
    height: 2px;
  }
  .container-2 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .img-slide-4 {
    background-position: 0px 0px, 50% 50%;
  }
  .container-missao {
    margin-top: 40px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-b-whatsapp {
    display: none;
  }
}

@media (max-width: 479px) {
  .menu-button {
    right: 6%;
  }
  .menu-button.w--open {
    color: #f15b5b;
  }
  .wrap-txt-slider {
    margin-right: 8%;
    margin-left: 8%;
  }
  .h1-slider {
    font-size: 2em;
    line-height: 1.2em;
  }
  .slide-nav {
    margin-left: 8%;
  }
  .grid-servicos {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wrap-servicos {
    text-align: center;
  }
  .grid-solucoes {
    grid-row-gap: 40px;
  }
  .h1-solucoes {
    font-size: 1.8em;
  }
  .h3-solucoes {
    font-size: 0.9em;
  }
  .h1-diferenciais {
    font-size: 1.2em;
  }
  .img-quem-somos {
    height: 46vw;
    margin-top: -20px;
  }
  .grid-contato {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .link-b-contato {
    font-size: 1em;
    line-height: 1em;
  }
  .h3-contato {
    font-size: 1.5em;
  }
  .html-icon-contato {
    width: 15px;
    height: 15px;
  }
  .html-icon-contato.cel {
    margin-left: 20px;
  }
  .txt-footer.txt-client.hidden {
    display: none;
  }
  .logo-menu-hero-mobile {
    width: 36px;
  }
  .img-slide-4 {
    background-position: 0px 0px, 50% 50%;
  }
}

#w-node-025a5fdf69bc-be0dfdab {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-554db6fc6466-be0dfdab {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  #w-node-554db6fc6466-be0dfdab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

