@charset "UTF-8";
@font-face {
  font-family: "dincond-blackregular";
  src: url("fontes/dincond-black-webfont.woff2") format("woff2"), url("fontes/dincond-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dincond-boldregular";
  src: url("fontes/dincond-bold-webfont.woff2") format("woff2"), url("fontes/dincond-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dincond-regular";
  src: url("fontes/dincond-regular-webfont.woff2") format("woff2"), url("fontes/dincond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinnextltpro-regular";
  src: url("fontes/DINNextLTPro-Regular.woff2") format("woff2"), url("fontes/DINNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Reset */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body {
  height: 100%;
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

input, select, textarea {
  font-size: 0.875em;
  font-family: "dincond-regular", sans-serif;
  background: #fff;
}

select {
  appearance: none;
  background: #fff url(imgs/bg_dropdown.png) no-repeat 97% center;
}

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

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* Gerais */
body {
  font-size: 100%;
  font-family: "dincond-regular", sans-serif;
  color: #fff;
  background: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  main.conteudo-home {
    padding: 54px 0 0;
  }
}

.container {
  width: 94%;
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.breadcrumb {
  width: 100%;
  padding: 32px 0;
  display: block;
}
.breadcrumb a {
  color: #a8a8a8;
  font-size: 0.8125em;
  font-weight: 400;
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}
.breadcrumb a::after {
  content: ">";
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 80;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #a8a8a8;
  font-size: 0.8125em;
  font-weight: 400;
  display: inline-block;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 0 0 150px;
}
@media (max-width: 1023px) {
  .wp-pagenavi {
    margin: 0 0 50px;
  }
}
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  border: #a2222f;
  background: #a2222f;
  margin: 0 5px;
}
.wp-pagenavi a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #a2222f;
  font-size: 1.5em;
  font-weight: 600;
  border: 1px solid #a2222f;
  background: #fff;
  margin: 0 5px;
}
.wp-pagenavi a:hover {
  color: #fff;
  border: 1px solid #a2222f;
  background: #a2222f;
}
.wp-pagenavi .next {
  display: block;
  width: 17px;
  height: 25px;
  border: none;
  text-indent: -9999em;
  background: url("imgs/svg/Arrow-right-gray.svg") no-repeat left center;
  background-size: auto 100%;
  margin: 10px 0 0 50px;
}

h1 {
  font-size: 2em;
  color: #fff;
  letter-spacing: -0.04em;
  margin: 0;
}

h2 {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #fff;
  overflow: visible;
  position: relative;
}

h3 {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 2.5em;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.2em;
  overflow: visible;
  position: relative;
}

p {
  font-size: 1.18em;
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
  color: #fff;
}

#mask {
  position: fixed;
  left: 0;
  top: 0;
  background: #000a23;
  display: none;
  opacity: 0.9;
  z-index: 92200;
  width: 100%;
  height: 100%;
}

.scroll::-webkit-scrollbar-track {
  background-color: #7e4300;
}

.scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #7e4300;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #ff940a;
  border: 1px solid #000;
}

.sticky {
  position: fixed;
  top: 100px;
}

.sticky + .content {
  padding-top: 60px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.window {
  display: none;
  position: fixed;
  left: calc(50% - 345px);
  top: calc(50% - 290px);
  width: 690px;
  background: #fff;
  padding: 55px 75px;
  z-index: 95222;
  overflow: visible;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .window {
    width: 100%;
    left: 0;
    height: auto;
    top: 52px;
    padding: 25px 25px 35px;
  }
}
.window .close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("imgs/svg/close.svg") no-repeat left top;
  background-size: 100% auto;
  text-indent: -9999em;
}
.window h2 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 30px;
  min-height: initial !important;
  width: 89% !important;
}
.window h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 30px;
  min-height: initial !important;
  width: 89% !important;
}
.window input {
  width: 100%;
  height: 45px;
  border: 1px solid #003ffd;
  border-radius: 25px;
  padding: 0 0 0 20px;
  font-size: 1.3em;
  margin: 0 0 10px;
  color: #000;
}
.window input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.window input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.window input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.window select {
  width: 100%;
  height: 45px;
  border: 1px solid #003ffd;
  border-radius: 25px;
  padding: 0 0 0 20px;
  font-size: 1.3em;
  margin: 0 0 10px;
}
.window textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #003ffd;
  border-radius: 25px;
  padding: 5px 0 0 20px;
  font-size: 1.3em;
  margin: 0 0 10px;
}
.window textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.window textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.window textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.window input[type=button], .window input[type=submit] {
  background: #ff940a;
  color: #fff;
  border: none;
}

.win-prod {
  top: calc(50% - 240px);
}

.home header {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .home header {
    opacity: 1;
    position: fixed;
  }
}

header {
  background: #000a23;
  text-align: center;
  height: 215px;
  width: 100%;
  z-index: 2222;
}
@media (max-width: 1023px) {
  header {
    height: 54px;
    position: fixed;
  }
}
header .container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  opacity: 1;
}
header a.linkhome {
  display: inline-block;
  z-index: 2000;
}
@media (max-width: 1023px) {
  header a.linkhome {
    display: block;
    width: 320px;
    height: auto;
    position: absolute;
    top: 100%;
    left: calc(50% - 160px);
  }
}
header a.linkhome .logo {
  width: 537px;
  height: 172px;
  margin: 0;
  opacity: 1;
}
@media (max-width: 1023px) {
  header a.linkhome .logo {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 320px) {
  header a.linkhome .logo {
    width: 300px;
    height: auto;
  }
}
header .ico-menu {
  display: none;
}
@media (max-width: 1023px) {
  header .ico-menu {
    display: block;
    width: 28px;
    height: 22px;
    background: url("imgs/svg/menu-hamburger.svg") no-repeat left top;
    text-indent: -9999em;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
  }
}
header .tel {
  display: none;
}
@media (max-width: 1023px) {
  header .tel {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #4d78ee;
    font-family: "dinnextltpro-regular", sans-serif;
    font-size: 1em;
    padding: 0 0 0 30px;
    background: url("imgs/svg/ico-tel.svg") no-repeat left center;
    background-size: auto 100%;
  }
}
header #abremenu {
  display: none;
}
@media (max-width: 1023px) {
  header #abremenu {
    display: block;
    width: 36px;
    height: 36px;
    background: url("imgs/menu-hamburger.png") no-repeat left top;
    text-indent: -9999em;
    position: absolute;
    top: 9px;
    left: 0px;
    z-index: 4444;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  z-index: 100;
}
@media (max-width: 1023px) {
  header nav {
    flex-direction: column;
    justify-content: flex-start;
    background: #000a23;
    position: fixed;
    top: 54px;
    right: 0;
    width: 100%;
    z-index: 1554;
    transform: translateX(100%);
    transition: all 0.35s ease-out;
    min-height: 110%;
    overflow: auto;
  }
}
header nav #menu {
  position: relative;
  width: 470px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 65px 0 0;
}
@media (max-width: 1023px) {
  header nav #menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 120px 20px 0;
  }
}
header nav #menu li {
  margin: 0;
  position: relative;
  text-align: left;
}
header nav #menu li a {
  color: #fff;
  font-size: 1.25em;
  font-family: "dinnextltpro-regular", sans-serif;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 45px;
}
header nav #menu li a:hover {
  border: 1px solid #003ffd;
  color: #003ffd;
}
header nav #menu li.has-submenu {
  padding: 2px 0 0;
}
header nav #menu li.has-submenu a {
  margin: 0 0 2px;
}
header nav #menu li:hover .submenu {
  display: block;
}
header nav #menu li:hover a {
  color: #fff;
  border: 1px solid #fff;
}
header nav #menu li .submenu {
  display: none;
  width: 330px;
  background: #000a23;
  opacity: 0.9;
  position: absolute;
  padding: 10px 5px;
  top: 100%;
  left: 0px;
  z-index: 9999;
  border: 1px solid #fff;
  border-radius: 25px;
}
@media (max-width: 1023px) {
  header nav #menu li .submenu {
    width: 100%;
    display: block;
    background: none;
    top: auto;
    left: auto;
    position: relative;
    border: none;
  }
}
header nav #menu li .submenu li {
  margin: 10px 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  header nav #menu li .submenu li {
    margin: 10px 0px 10px 10px;
    width: 100%;
  }
}
header nav #menu li .submenu li a {
  color: #fff;
  line-height: 1em;
  border: 1px solid transparent;
}
header nav #menu li .submenu li a:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  header nav #menu li .submenu li a {
    color: #fff;
  }
}

.menu-active nav {
  transform: translateX(0) !important;
}

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -html-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick theme */
.slick-loading .slick-list {
  background: #fff url("imgs/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 41px;
  height: 41px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 555;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
  background: url("imgs/svg/seta-slider-esq.svg") no-repeat center center;
}

[dir=rtl] .slick-prev {
  left: 0px;
  background: url("imgs/svg/seta-slider-esq.svg") no-repeat center center;
}

.slick-next {
  right: 0px;
  background: url("imgs/svg/seta-slider-dir.svg") no-repeat center center;
}

[dir=rtl] .slick-next {
  right: 0px;
  background: url("imgs/svg/seta-slider-dir.svg") no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 1023px) {
  .slick-dots {
    text-align: center;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 45px;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #f5f5f6;
  border: 2px solid #003ffd;
  border-radius: 45px;
}

/* Inicio do footer */
footer {
  width: 100%;
  position: relative;
  background: #000a23;
  margin: 0;
}
footer a:hover {
  text-decoration: underline;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  padding: 68px 38px 128px;
}
@media (max-width: 1023px) {
  footer .container {
    padding: 68px 30px;
  }
}
footer .container .col-1 {
  width: 388px;
}
@media (max-width: 1023px) {
  footer .container .col-1 {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
  }
}
footer .container .col-1 .logo-rodape {
  margin: 0 0 40px;
  width: 316px;
  height: auto;
}
footer .container .col-1 h3 {
  font-size: 1.375em;
  color: #003ffd;
  text-transform: uppercase;
  font-family: "dincond-boldregular", sans-serif;
  margin: 0 0 5px;
}
footer .container .col-1 p {
  font-size: 1.375em;
  color: #fff;
  text-transform: uppercase;
  font-family: "dincond-regular", sans-serif;
  margin: 0 0 25px;
}
footer .container .col-1 .sociais {
  display: inline-flex;
}
footer .container .col-1 .sociais li {
  margin: 0 20px 0 0;
}
footer .container .col-1 .sociais li a {
  display: block;
  text-indent: -9999em;
  height: 33px;
  background: url("imgs/sprite-sociais.gif") no-repeat;
}
footer .container .col-1 .sociais li a.instagram {
  width: 33px;
  background-position: 0px top;
}
footer .container .col-1 .sociais li a.facebook {
  width: 20px;
  background-position: -52px top;
}
footer .container .col-1 .sociais li a.youtube {
  width: 46px;
  background-position: -92px top;
}
footer .container .col-2 {
  width: 560px;
}
@media (max-width: 1023px) {
  footer .container .col-2 {
    width: 100%;
    text-align: center;
    margin: 0 0;
  }
}
footer .container .col-2 h4 {
  font-size: 2em;
  color: #003ffd;
  text-transform: uppercase;
  font-family: "dincond-boldregular", sans-serif;
  margin: 0 0 5px;
}
footer .container .col-2 p {
  font-size: 1.375em;
  color: #fff;
  text-transform: uppercase;
  font-family: "dincond-regular", sans-serif;
  margin: 0 0 25px;
  width: 320px;
}
@media (max-width: 1023px) {
  footer .container .col-2 p {
    width: 100%;
  }
}
footer .container .col-2 input {
  width: 100%;
  height: 45px;
  background: #000a23;
  border: 1px solid #003ffd;
  border-radius: 45px;
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  font-size: 1.25em;
  font-family: "dincond-regular", sans-serif;
  color: #fff;
}
footer .container .col-2 input[type=button], footer .container .col-2 input[type=submit] {
  background: #ff940a;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-external-link::before {
  width: 16px;
  height: 16px;
  background-image: url("imgs/icon-external-link.png");
}

/* Z_INDEX */
.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.position-relative {
  position: relative !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
/* Forms & Recaptcha */
.g-recaptcha {
  overflow: hidden;
  height: 1;
  position: relative;
}

.g-recaptcha .grecaptcha-badge {
  position: absolute;
  top: 100%;
  left: 100%;
}

span.error {
  text-align: right;
  display: block;
  color: #ba0000;
  padding: 2px 0 0 0;
  line-height: 0.9;
}

.formLead label {
  display: block;
  position: relative;
}

.formLead input[type=submit] {
  cursor: pointer;
}

.formLead .g-recaptcha {
  overflow: hidden;
  height: 1;
  position: relative;
}

.formLead .g-recaptcha .grecaptcha-badge {
  position: absolute;
  top: 100%;
  left: 100%;
}

.formLead span.error {
  text-align: right;
  display: block;
  color: #ff0000;
  padding: 0 0 0 0;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}

.msg, .msg-error, .msg-success {
  background: #fff;
  width: 100% !important;
  border: 2px solid;
  color: #000 !important;
  font-size: 16px !important;
  text-align: center;
  padding: 3px;
  margin: 0 !important;
}

.msg-success {
  border-color: #04AA6D;
}

.msg-error {
  border-color: #f44336;
}

/* LOADER */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

#btn-fixed {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #11c540;
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
  animation: 2s ease 0s infinite normal none running pulse;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    box-shadow: rgb(71, 156, 44) 0px 0px 0px 0px;
  }
  70% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 15px;
  }
  100% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  }
}
#form-whatsapp {
  background: url("imgs/bg-whatsapp.png");
  max-width: 350px;
  width: 94%;
  border-radius: 8px;
  position: fixed;
  bottom: 100px;
  right: 3%;
  z-index: 9999;
  display: none;
}
#form-whatsapp .header-form {
  border-radius: 8px 8px 0px 0px;
  background: rgb(246, 246, 246);
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
  text-align: left;
}
#form-whatsapp .header-form figure {
  width: 42px;
  height: 42px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  overflow: hidden;
}
#form-whatsapp .header-form span {
  margin-left: 7px;
}
#form-whatsapp .header-form p {
  font-size: 12px;
  color: #666666;
}
#form-whatsapp .header-form p.title {
  font-size: 20px;
}
#form-whatsapp .text-area {
  width: 100%;
  margin-bottom: 11px;
  border-radius: 8px 8px 8px 0px;
  padding: 15px 10px 15px 15px;
  background-repeat: no-repeat;
  background: #ffffff;
  text-align: left;
}
#form-whatsapp .text-area p {
  font-size: 14px;
  color: #666666;
}
#form-whatsapp .form-content {
  padding: 16px;
}
#form-whatsapp label {
  text-align: left;
  margin-bottom: 10px;
}
#form-whatsapp label input {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  color: #666666;
  padding-left: 10px;
  font-size: 16px;
}
#form-whatsapp label ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1; /* Firefox */
}
#form-whatsapp label :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}
#form-whatsapp label ::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}
#form-whatsapp input[type=submit] {
  width: 100%;
  border: 0px;
  margin-top: 0;
  background: #128c7e;
  height: 50px;
  color: white;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
}

/* Home */
html, body {
  scroll-behavior: smooth;
}

section.home-01 {
  width: 100%;
  height: auto;
  background: #000a23 url("imgs/bg_home_01.jpg") no-repeat center bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  section.home-01 {
    background: #0d173d url("imgs/bg_home_01_mob.jpg") no-repeat center 54px;
    background-size: 100% auto;
  }
}
section.home-01 .container {
  padding: 215px 0 0 0;
  text-align: center;
}
@media (max-width: 1023px) {
  section.home-01 .container {
    padding: 54px 0 0 0;
  }
}
section.home-01 .container h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.125em;
  color: #fff;
  font-weight: 500;
  width: 58%;
  line-height: 1.25em;
  margin: 20px 0 0 20px;
  text-align: left;
}
@media (max-width: 1023px) {
  section.home-01 .container h1 {
    margin: 176px 0 0 0;
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
section.home-01 .container h1 strong {
  color: #ff940a;
  font-weight: 700;
  text-transform: uppercase;
}
section.home-01 .container .cta {
  display: inline-block;
  padding: 15px 50px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 60px 0 60px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-01 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.home-01 .container .cta {
    margin: 50px 0;
    font-size: 1.5em;
    border-radius: 25px;
  }
}
section.home-01 .container .zap {
  position: absolute;
  right: -20px;
  bottom: 105px;
  width: 98px;
  height: 99px;
  text-indent: -9999em;
  background: url("imgs/ico-zap.png") no-repeat left top;
  background-size: 100% auto;
  z-index: 2200;
}
@media (max-width: 1023px) {
  section.home-01 .container .zap {
    right: 5px;
    bottom: -25px;
    width: 50px;
    height: 50px;
  }
}

section.home-02 {
  width: 100%;
  height: 670px;
  background: #fff url("imgs/bg_home_02.jpg") no-repeat center bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  section.home-02 {
    background: #fff url("imgs/bg_home_02_mob.jpg") no-repeat center bottom;
    height: 630px;
  }
}
section.home-02 .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  section.home-02 .container {
    justify-content: center;
    align-items: flex-start;
  }
}
section.home-02 .container h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 700;
  width: 524px;
  line-height: 1.25em;
  margin: 0px 15px 0 0;
  text-align: right;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.home-02 .container h2 {
    margin: 60px 0 0 0;
    font-size: 1.6em;
    width: 100%;
    text-align: center;
  }
}

section.home-03 {
  width: 100%;
  padding: 115px 0;
  background: #001037;
}
@media (max-width: 1023px) {
  section.home-03 {
    padding: 50px 0;
  }
}
section.home-03 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 25px;
}
@media (max-width: 1023px) {
  section.home-03 .container {
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
}
section.home-03 .container .bloco-texto {
  width: 300px;
}
@media (max-width: 1023px) {
  section.home-03 .container .bloco-texto {
    width: 90%;
    margin: 0 5%;
  }
}
section.home-03 .container .bloco-texto h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 30px 0;
  color: #ff940a;
}
@media (max-width: 1023px) {
  section.home-03 .container .bloco-texto h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  section.home-03 .container .bloco-texto p {
    text-align: center;
    margin: 0 0 30px;
  }
}
section.home-03 .container ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 766px;
}
@media (max-width: 1023px) {
  section.home-03 .container ul {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
section.home-03 .container ul li {
  width: 372px;
  border-radius: 24px;
  padding: 270px 25px 30px;
}
@media (max-width: 767px) {
  section.home-03 .container ul li {
    margin: 0 0 30px;
  }
}
@media (max-width: 320px) {
  section.home-03 .container ul li {
    width: 300px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  section.home-03 .container ul li {
    width: 350px;
  }
}
section.home-03 .container ul li.outsourcing {
  background: #000a23 url("imgs/bg_home__fazemos_01.jpg") no-repeat center top;
}
section.home-03 .container ul li.gestao {
  background: #000a23 url("imgs/bg_home__fazemos_02.jpg") no-repeat center top;
}
section.home-03 .container ul li h3 {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  section.home-03 .container ul li h3 {
    font-size: 2.3em;
  }
}

section.home-04 {
  width: 100%;
  padding: 88px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  section.home-04 {
    padding: 50px 0;
  }
}
section.home-04 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  section.home-04 .container {
    padding: 0;
  }
}
section.home-04 .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 30px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.home-04 .container h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
section.home-04 .container p {
  text-align: center;
  margin: 0 14% 60px;
  color: #000;
}
section.home-04 .container ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
  section.home-04 .container ul {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
}
section.home-04 .container ul li {
  width: 278px;
  height: 278px;
  border-radius: 24px;
  background: #f5f5f6;
}
@media (max-width: 767px) {
  section.home-04 .container ul li {
    width: 47%;
    height: 47%;
    margin: 0 0 30px;
  }
}
section.home-04 .container ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.home-04 .container ul li a h3 {
  color: #000;
  font-size: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  padding: 95px 6% 0;
  width: 100%;
}
section.home-04 .container ul li a h3.locacao {
  background: url("imgs/svg/ico_oferecemos_locacao.svg") no-repeat center top;
}
section.home-04 .container ul li a h3.venda {
  background: url("imgs/svg/ico_oferecemos_venda.svg") no-repeat center top;
}
section.home-04 .container ul li a h3.assistencia {
  background: url("imgs/svg/ico_oferecemos_assistencia.svg") no-repeat center top;
  background-size: 74px auto;
}
section.home-04 .container ul li a h3.gerenciamento {
  background: url("imgs/svg/ico_oferecemos_gerenciamento.svg") no-repeat center top;
}
@media (max-width: 767px) {
  section.home-04 .container ul li a h3 {
    font-size: 1.125em;
    margin: 30px 0;
  }
}
section.home-04 .container .cta {
  display: inline-block;
  padding: 20px 50px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.125em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 80px 0 0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-04 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.home-04 .container .cta {
    margin: 20px 0;
    font-size: 1.25em;
    border-radius: 45px;
    line-height: 1.125em;
  }
}

section.home-005 {
  width: 100%;
  padding: 88px 0;
  background: url("imgs/bg_home_005.jpg");
  background-size: cover;
  background-position: center;
  background-color: #2c79f2;
}
@media (max-width: 1023px) {
  section.home-005 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  section.home-005 {
    background: #2c79f2;
  }
}
section.home-005 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  section.home-005 .container {
    padding: 0;
  }
}
section.home-005 .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 1023px) {
  section.home-005 .container h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
section.home-005 .container .container-content {
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
section.home-005 .container .container-content .block-img-text {
  display: grid;
  grid-template-columns: 20px 0.1fr 0.658fr;
  grid-template-areas: ". img text" "barra barra barra";
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
section.home-005 .container .container-content .block-img-text .img {
  grid-area: img;
}
section.home-005 .container .container-content .block-img-text .text {
  grid-area: text;
  font-size: 19px;
}
section.home-005 .container .container-content .block-img-text .barra {
  grid-area: barra;
  border-bottom: 3px solid #4086f3;
  width: 70%;
  align-self: flex-start;
}
@media (max-width: 767px) {
  section.home-005 .container .container-content .block-img-text {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    grid-template-areas: "img text" "barra barra";
    align-items: center;
    gap: 10px;
    margin-top: 50px;
  }
}

section.planos .container {
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 414px) and (max-width: 600px) {
  section.planos .container {
    margin-bottom: 40px;
  }
}
section.planos .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0px 0 70px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.planos .container h2 {
    font-size: 2.125em;
    margin: 0px 0 50px 0;
  }
}
section.planos .container .block-img-text {
  background: url("imgs/dcp5652dn-brother-02.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 668px;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
section.planos .container .block-img-text img {
  display: none;
}
@media (max-width: 767px) {
  section.planos .container .block-img-text {
    background: #fff;
  }
  section.planos .container .block-img-text img {
    display: block;
  }
}
section.planos .container .block-img-text .text {
  top: 13%;
  left: 50%;
  position: relative;
  width: 40%;
  padding: 20px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text {
    top: 25%;
  }
}
section.planos .container .block-img-text .text h3 {
  color: #ff940a;
  font-size: 30px;
  text-align: right;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text h3 {
    font-size: 20px;
    position: relative;
    right: -33px;
  }
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    position: static;
  }
}
section.planos .container .block-img-text .text h3 span {
  display: block;
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: #001962;
    border-radius: 10px;
    height: 300px;
  }
}
section.planos .container .block-img-text .text .p-1 {
  font-size: 26.02px;
  /* text-align: right; */
  padding-left: 100px;
  color: #bebebe;
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text .p-1 {
    font-size: 18px;
    text-align: center;
    padding-left: 0px;
  }
}
section.planos .container .block-img-text .text .text-item {
  position: absolute;
  top: 113%;
  left: 46%;
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text .text-item {
    top: 40%;
    left: 30%;
  }
}
section.planos .container .block-img-text .text .text-item .p-2 {
  font-size: 26.02px;
}
section.planos .container .block-img-text .text .text-item .p-2 .valor-secundario-01 {
  position: absolute;
  top: 2px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text .text-item .p-2 .valor-secundario-01 {
    right: -18px;
    top: -31px;
    font-size: 15px;
  }
}
section.planos .container .block-img-text .text .text-item .p-2 .valor-principal {
  font-size: 93.23px;
  font-weight: 600;
  position: absolute;
  right: -188px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text .text-item .p-2 .valor-principal {
    font-size: 50px;
    right: -100px;
    top: -35px;
  }
}
section.planos .container .block-img-text .text .text-item .p-2 .valor-secundario-02 {
  position: absolute;
  top: -26px;
  left: 187px;
  font-size: 26.02px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text .text-item .p-2 .valor-secundario-02 {
    top: -49px;
    left: 100px;
    font-size: 15.02px;
  }
}
section.planos .container .block-img-text .text-02 {
  position: relative;
  top: 29%;
  left: 46%;
  width: 40%;
}
section.planos .container .block-img-text .text-02 h3 {
  color: #ff940a;
  font-size: 25px;
  text-align: right;
  position: relative;
  right: -45px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text-02 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text-02 h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    position: static;
  }
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text-02 {
    top: -25%;
    left: 30%;
  }
}
section.planos .container .block-img-text .text-02 .p-1 {
  font-size: 26.02px;
  padding-left: 197px;
  color: #bebebe;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text-02 .p-1 {
    padding-left: 146px;
  }
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text-02 .p-1 {
    font-size: 18px;
    text-align: center;
    padding-left: 0px;
  }
}
section.planos .container .block-img-text .text-02 .text-item {
  position: absolute;
  top: 128%;
  left: 55%;
}
@media (max-width: 767px) {
  section.planos .container .block-img-text .text-02 .text-item {
    top: 128%;
    left: 0;
  }
}
section.planos .container .block-img-text .text-02 .text-item .p-2 {
  font-size: 26.02px;
}
section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-secundario-01 {
  position: absolute;
  top: 2px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-secundario-01 {
    right: -19px;
    top: -13px;
    font-size: 15px;
  }
}
section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-principal {
  font-size: 93.23px;
  font-weight: 600;
  position: absolute;
  right: -204px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-principal {
    font-size: 50px;
    right: -115px;
    top: -15px;
  }
}
section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-secundario-02 {
  position: absolute;
  top: -26px;
  left: 201px;
  font-size: 26.02px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .text-02 .text-item .p-2 .valor-secundario-02 {
    top: -28px;
    left: 116px;
    font-size: 15.02px;
  }
}
section.planos .container .block-img-text .franquia {
  position: absolute;
  top: 70%;
  right: 33%;
  font-size: 16px;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .franquia {
    top: 64%;
    right: 33%;
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  section.planos .container .block-img-text .franquia {
    top: 95%;
    right: 30%;
  }
}
@media (min-width: 321px) and (max-width: 359px) {
  section.planos .container .block-img-text .franquia {
    top: 104%;
  }
}
@media (min-width: 360px) and (max-width: 374px) {
  section.planos .container .block-img-text .franquia {
    top: 102%;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  section.planos .container .block-img-text .franquia {
    top: 104%;
    right: 33%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  section.planos .container .block-img-text .franquia {
    top: 110%;
    right: 38%;
  }
}
section.planos .container .block-img-text .imagem {
  position: absolute;
  top: 76%;
  right: 22%;
  font-size: 16px;
  text-align: left;
  color: #000b26;
}
@media (max-width: 1023px) {
  section.planos .container .block-img-text .imagem {
    top: 67%;
    right: 34%;
    font-size: 10px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  section.planos .container .block-img-text .imagem {
    top: 70%;
    right: 23%;
  }
}
@media (max-width: 320px) {
  section.planos .container .block-img-text .imagem {
    top: 99%;
    right: 31%;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  section.planos .container .block-img-text .imagem {
    top: 108%;
    right: 34%;
  }
}
@media (min-width: 376px) and (max-width: 600px) {
  section.planos .container .block-img-text .imagem {
    top: 115%;
    right: 39%;
  }
}

section.home-05 {
  width: 100%;
  padding: 88px 0;
  background: #2c79f2;
}
@media (max-width: 1023px) {
  section.home-05 {
    padding: 50px 0;
  }
}
section.home-05 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  section.home-05 .container {
    width: 100%;
    padding: 0;
  }
}
section.home-05 .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 30px 0;
  color: #fff;
}
@media (max-width: 1023px) {
  section.home-05 .container h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
section.home-05 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1023px) {
  section.home-05 .container ul {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 15px;
  }
}
section.home-05 .container ul li {
  width: 360px;
  height: auto;
  border-radius: 24px;
  margin: 0 11px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #000a23;
  padding: 68px 0 50px;
}
@media (max-width: 767px) {
  section.home-05 .container ul li {
    width: 85%;
    margin: 0 0 0 20px;
    min-width: 85%;
    max-width: initial;
    padding: 30px 0 50px;
  }
  section.home-05 .container ul li:last-child {
    margin: 0 20px 0;
  }
}
section.home-05 .container ul li h3 {
  color: #fff;
  font-size: 1.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  padding: 150px 6% 0;
  width: 100%;
  overflow: visible;
}
section.home-05 .container ul li h3.item-01 {
  background: url("imgs/svg/ico_diferenciais_comprometimento.svg") no-repeat center top;
  background-size: 110px auto;
}
section.home-05 .container ul li h3.item-02 {
  background: url("imgs/svg/ico_diferenciais_coleta.svg") no-repeat center -24px;
}
section.home-05 .container ul li h3.item-03 {
  background: url("imgs/svg/ico_diferenciais_34anos.svg") no-repeat center top;
  background-size: 90px auto;
}
section.home-05 .container ul li h3.item-04 {
  background: url("imgs/svg/ico_diferenciais_referencia.svg") no-repeat center top;
  background-size: 120px auto;
}
section.home-05 .container ul li h3.item-05 {
  background: url("imgs/svg/ico_diferenciais_ti.svg") no-repeat center top;
  background-size: 110px auto;
}
@media (max-width: 767px) {
  section.home-05 .container ul li h3 {
    font-size: 1.125em;
    margin: 30px 0 0;
  }
}
section.home-05 .container .cta {
  display: inline-block;
  padding: 20px 50px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.125em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 80px 0 0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-05 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.home-05 .container .cta {
    margin: 20px 0;
    font-size: 1.25em;
    border-radius: 45px;
    line-height: 1.125em;
  }
}

section.home-006 {
  width: 100%;
  padding: 88px 0;
  height: 1202px;
  background: #f5f5f6 url("imgs/bg_home_06.jpg") no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 1023px) {
  section.home-006 {
    padding: 50px 0 0;
    background: #f5f5f6;
    height: auto;
  }
}
section.home-006 .container {
  display: block;
}
@media (max-width: 1023px) {
  section.home-006 .container {
    padding: 0;
  }
}
section.home-006 h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 72px 0 128px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.home-006 h2 span {
  display: block;
}
@media (max-width: 1023px) {
  section.home-006 h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}
section.home-006 .solucoes {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.home-006 .solucoes p {
  text-align: left;
  margin: 0 0 40px;
  color: #000;
  width: 50%;
  padding: 0 0 0 55px;
  font-size: 26.02px;
}
@media (max-width: 1023px) {
  section.home-006 .solucoes p {
    width: 100%;
    text-align: center;
    padding: 0 40px;
  }
}
section.home-006 .solucoes .solucao {
  color: #ff940a;
  font-size: 3.4em;
  margin: 0 0 50px;
}
@media (max-width: 1023px) {
  section.home-006 .solucoes .solucao {
    font-size: 2.25em;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
}
section.home-006 .solucoes .accordion {
  width: 100%;
  background: #fff;
  opacity: 0.9;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 25px;
  /* .titulo-h3::before {
  	content: "\f068";
  	background: url("../imgs/bg_dropdown-laranja.png") no-repeat center center;
  	font-weight: 900;
  	position: absolute;
  	top: 15%;
  	right: 0;
  	font-size: 32px;
  	transition: 0.3s;
  } */
}
section.home-006 .solucoes .accordion .block-img-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 320px) {
  section.home-006 .solucoes .accordion .block-img-text {
    flex-direction: column;
  }
}
section.home-006 .solucoes .accordion .titulo-h3 {
  width: 100%;
  /* padding: 140px 0 20px 0; */
  background: #fff;
  opacity: 0.9;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 0;
}
@media (max-width: 767px) {
  section.home-006 .solucoes .accordion .titulo-h3 {
    font-size: 1.25em;
    padding: 0 0 20px 0;
  }
}
section.home-006 .solucoes .accordion .titulo-h3.is-active::before {
  transform: rotate(90deg);
  color: #000;
}
section.home-006 .solucoes .accordion .titulo-h3::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 15%;
  right: 0;
  color: #ff9409;
  font-size: 32px;
  transition: 0.3s;
}
section.home-006 .solucoes .accordion__content p {
  font-size: 24px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  section.home-006 .solucoes .accordion__content p {
    font-size: 18px;
  }
}

section.home-06 {
  width: 100%;
  padding: 88px 0;
  height: 1202px;
  background: #f5f5f6 url("imgs/bg_home_06.jpg") no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 1023px) {
  section.home-06 {
    padding: 50px 0 0;
    background: #f5f5f6;
    height: auto;
  }
}
section.home-06 .container {
  display: block;
}
@media (max-width: 1023px) {
  section.home-06 .container {
    padding: 0;
  }
}
section.home-06 .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 50px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.home-06 .container h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}
section.home-06 .container .solucoes {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.home-06 .container .solucoes p {
  text-align: left;
  margin: 0 0 40px;
  color: #000;
  width: 50%;
  padding: 0 0 0 55px;
  font-size: 26.02px;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes p {
    width: 100%;
    text-align: center;
    padding: 0 40px;
  }
}
section.home-06 .container .solucoes .solucao {
  color: #ff940a;
  font-size: 3.4em;
  margin: 0 0 50px;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes .solucao {
    font-size: 2.25em;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
}
section.home-06 .container .solucoes .lista-solucoes {
  /* display: inline-flex; */
  justify-content: space-between;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes .lista-solucoes {
    display: flex;
    flex-direction: column;
  }
}
section.home-06 .container .solucoes .lista-solucoes li {
  width: 70%;
  background: #fff;
  opacity: 0.9;
  padding: 0 20px 30px;
  margin: 0 0 20px;
  border-radius: 25px;
}
section.home-06 .container .solucoes .lista-solucoes li .accordion__content {
  display: none;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes .lista-solucoes li {
    width: 100%;
  }
}
section.home-06 .container .solucoes .lista-solucoes li h3 {
  width: 100%;
  padding: 140px 0 20px 0;
  background: #fff;
  opacity: 0.9;
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0 0;
}
section.home-06 .container .solucoes .lista-solucoes li h3.locacao {
  background: #fff url("imgs/svg/ico_solucoes_locacao.svg") no-repeat center 40px;
  background-size: auto 66px;
}
section.home-06 .container .solucoes .lista-solucoes li h3.dev {
  background: #fff url("imgs/svg/ico_solucoes_plataforma.svg") no-repeat center 40px;
  background-size: auto 66px;
}
section.home-06 .container .solucoes .lista-solucoes li h3.economia {
  background: #fff url("imgs/svg/ico_solucoes_economia.svg") no-repeat center 40px;
  background-size: auto 66px;
}
section.home-06 .container .solucoes .lista-solucoes li p {
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 0;
}
section.home-06 .container .solucoes .slick-prev, section.home-06 .container .solucoes .slick-next {
  top: 40px;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes .slick-prev, section.home-06 .container .solucoes .slick-next {
    top: 75px;
  }
}
section.home-06 .container .solucoes .slick-next {
  right: initial;
  left: 50%;
}
@media (max-width: 1023px) {
  section.home-06 .container .solucoes .slick-next {
    left: initial;
    right: 0;
  }
}

section.home-07 {
  width: 100%;
  padding: 108px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  section.home-07 {
    padding: 50px 0;
  }
}
section.home-07 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  section.home-07 .container {
    padding: 0;
  }
}
section.home-07 .container h2 {
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 80px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.home-07 .container h2 {
    font-size: 2.125em;
    width: 100%;
    text-align: center;
  }
}

section.home-08 {
  width: 100%;
  padding: 94px 0;
  background: #f5f5f6;
}
@media (max-width: 1023px) {
  section.home-08 {
    padding: 50px 0;
  }
}
section.home-08 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  section.home-08 .container {
    flex-direction: column;
    padding: 0;
  }
}
section.home-08 .container h2 {
  position: relative;
  font-size: 3.425em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 0 40px;
  padding: 130px 0 0 0;
  width: 420px;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.home-08 .container h2 {
    font-size: 2.125em;
    width: 80%;
    margin: 0 10%;
    text-align: center;
  }
}
section.home-08 .container h2:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 124px;
  height: 124px;
  background: url("imgs/svg/ico_depoimentos.svg") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 1023px) {
  section.home-08 .container h2:before {
    left: calc(50% - 62px);
  }
}
section.home-08 .container .destaques {
  margin: 0 40px 0 0;
  width: 540px;
}
@media (max-width: 1023px) {
  section.home-08 .container .destaques {
    margin: 40px 0;
    width: 100%;
  }
}
section.home-08 .container .destaques p {
  color: #000;
  margin: 0 0 55px;
}
@media (max-width: 1023px) {
  section.home-08 .container .destaques p {
    margin: 0 0 15px;
  }
}
section.home-08 .container .destaques h4 {
  font-size: 1.75em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  section.home-08 .container .destaques h4 {
    text-align: center;
  }
}
section.home-08 .container .destaques h4 strong {
  color: #003ffd;
}

/* Quem somos */
section.quemsomos-01 {
  width: 100%;
  height: 789px;
  background: #fff url("imgs/bg_quemsomos_01.jpg") no-repeat center bottom;
}
@media (max-width: 1023px) {
  section.quemsomos-01 {
    background: #fff;
    height: 600px;
  }
}
section.quemsomos-01 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.quemsomos-01 .container h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 80px 42px;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.quemsomos-01 .container h1 {
    margin: 0 0 40px 0;
    font-size: 2.125em;
    width: 100%;
  }
}
section.quemsomos-01 .container p {
  color: #000;
  width: 490px;
  margin: 0 0 0 42px;
}
@media (max-width: 1023px) {
  section.quemsomos-01 .container p {
    margin: 0;
    width: 100%;
  }
}

section.quemsomos-02 {
  width: 100%;
  background: #fff;
}
section.quemsomos-02 .container {
  max-width: 1076px;
  height: 730px;
  background: #001037;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 316px;
}
@media (max-width: 1023px) {
  section.quemsomos-02 .container {
    padding: 0 0 20px 122px;
    height: auto;
  }
}
section.quemsomos-02 .container:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 291px;
  height: 783px;
  background: url("imgs/bg_quemsomos_02.png") no-repeat left top;
  position: absolute;
  left: 12px;
  bottom: 0px;
}
@media (max-width: 1023px) {
  section.quemsomos-02 .container:before {
    width: 90px;
    height: 242px;
    background-size: 100% auto;
  }
}
section.quemsomos-02 .container h2 {
  font-family: "Poppins", sans-serif;
  color: #ff940a;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 30px 0px;
  padding: 170px 0 0 0;
}
@media (max-width: 1023px) {
  section.quemsomos-02 .container h2 {
    margin: 20px 0 20px 0;
    font-size: 2em;
    width: 100%;
    padding: 120px 0 0 0;
  }
}
section.quemsomos-02 .container h2:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 138px;
  height: 135px;
  background: url("imgs/svg/ico_quemsomos_politica.svg") no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 1023px) {
  section.quemsomos-02 .container h2:before {
    width: 100px;
    height: 100px;
  }
}
section.quemsomos-02 .container p {
  width: 520px;
  margin: 0;
}
@media (max-width: 1023px) {
  section.quemsomos-02 .container p {
    width: 90%;
    margin: 0 10% 0 0;
  }
}

section.quemsomos-03 {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  section.quemsomos-03 {
    padding: 40px 0;
  }
}
section.quemsomos-03 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 42px;
}
@media (max-width: 1023px) {
  section.quemsomos-03 .container {
    flex-direction: column;
    justify-content: center;
  }
}
section.quemsomos-03 .container h2 {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 80px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.quemsomos-03 .container h2 {
    margin: 0 0 40px 0;
    font-size: 2.125em;
  }
}
@media (max-width: 1023px) {
  section.quemsomos-03 .container img {
    margin: 0 0 40px;
  }
}
section.quemsomos-03 .container p {
  color: #000;
  width: 530px;
  margin: 0 0;
}
@media (max-width: 1023px) {
  section.quemsomos-03 .container p {
    margin: 0;
    width: 100%;
  }
}

/* Serviços */
section.topo-servicos {
  width: 100%;
  height: auto;
  padding: 20px 0 100px;
  background: #000a23;
}
@media (max-width: 1023px) {
  section.topo-servicos {
    height: auto;
    padding: 120px 0 0;
  }
}
section.topo-servicos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 0 42px;
}
@media (max-width: 1023px) {
  section.topo-servicos .container {
    padding: 0 10px;
  }
}
section.topo-servicos .container strong {
  font-size: 1.175em;
  font-family: "Poppins", sans-serif;
  color: #003ffd;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 10px;
}
section.topo-servicos .container h1 {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 40px 0;
}
@media (max-width: 1023px) {
  section.topo-servicos .container h1 {
    font-size: 2.125em;
    margin: 0 0 25px;
  }
}
section.topo-servicos .container p {
  margin: 0 14%;
  text-align: center;
}
@media (max-width: 1023px) {
  section.topo-servicos .container p {
    margin: 0 0 40px;
  }
}

section.assistencia-01 {
  width: 100%;
  height: 642px;
  padding: 0;
  background: #fff url("imgs/bg_assistencia_01.png") no-repeat center center;
}
@media (max-width: 1023px) {
  section.assistencia-01 {
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
}
section.assistencia-01 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 90px 0 0 458px;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container {
    flex-direction: column;
    padding: 0;
  }
}
section.assistencia-01 .container:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 470px;
  height: 659px;
  background: url("imgs/bg_assistencia_peca.png") no-repeat left center;
  position: absolute;
  left: -4px;
  bottom: 0px;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container:before {
    display: none;
  }
}
section.assistencia-01 .container h2 {
  width: 100%;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 50px 25px;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container h2 {
    margin: 0 0 30px 0;
    font-size: 2.125em;
  }
}
section.assistencia-01 .container ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container ul {
    flex-wrap: wrap;
    margin: 0;
  }
}
section.assistencia-01 .container ul li {
  width: 48%;
  background: #fafafb;
  padding: 30px 26px;
  border-radius: 25px;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 16px;
  }
}
section.assistencia-01 .container ul li h3 {
  color: #000;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 20px;
}
section.assistencia-01 .container ul li p {
  color: #000;
  font-style: normal;
  margin: 0;
}
section.assistencia-01 .container p {
  font-style: italic;
  color: #000;
  margin: 0 0 0 25px;
}
@media (max-width: 1023px) {
  section.assistencia-01 .container p {
    font-size: 1em;
  }
}

section.assistencia-02 {
  width: 100%;
  height: 510px;
  padding: 0;
  background: #fafafa;
}
@media (max-width: 1023px) {
  section.assistencia-02 {
    height: auto;
    padding: 40px 0;
  }
}
section.assistencia-02 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 1023px) {
  section.assistencia-02 .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
section.assistencia-02 .container h3 {
  width: 510px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 0 42px;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.assistencia-02 .container h3 {
    width: 100%;
    margin: 0 0 30px;
    font-size: 2.125em;
  }
}
section.assistencia-02 .container form {
  width: 577px;
}
@media (max-width: 1023px) {
  section.assistencia-02 .container form {
    width: 100%;
  }
}
section.assistencia-02 .container form input {
  width: 100%;
  height: 45px;
  border: 1px solid #003ffd;
  padding: 0 0 0 25px;
  color: #000;
  font-size: 22px;
  border-radius: 25px;
  margin: 0 0 15px;
}
section.assistencia-02 .container form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
section.assistencia-02 .container form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
section.assistencia-02 .container form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
section.assistencia-02 .container form textarea {
  width: 100%;
  height: 164px;
  border: 1px solid #003ffd;
  padding: 5px 0 0 25px;
  color: #000;
  font-size: 22px;
  border-radius: 25px;
  margin: 0 0 15px;
}
section.assistencia-02 .container form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
section.assistencia-02 .container form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
section.assistencia-02 .container form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
section.assistencia-02 .container form input[type=button], section.assistencia-02 .container form input[type=submit] {
  background: #ff940a;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

section.gerenciamento-01 {
  width: 100%;
  height: 573px;
  padding: 0;
  background: #fff url("imgs/bg_assistencia_01.png") no-repeat center center;
}
@media (max-width: 1023px) {
  section.gerenciamento-01 {
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
}
section.gerenciamento-01 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 175px 0 0 610px;
}
@media (max-width: 1023px) {
  section.gerenciamento-01 .container {
    flex-direction: column;
    padding: 0;
  }
}
section.gerenciamento-01 .container:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 585px;
  height: 638px;
  background: url("imgs/bg_gerenciamento_celular.png") no-repeat left bottom;
  position: absolute;
  left: -28px;
  bottom: 0px;
}
@media (max-width: 1023px) {
  section.gerenciamento-01 .container:before {
    display: none;
  }
}
section.gerenciamento-01 .container p {
  color: #000;
}
@media (max-width: 1023px) {
  section.gerenciamento-01 .container p {
    font-size: 1em;
  }
}
section.gerenciamento-01 .container .cta {
  display: inline-block;
  padding: 20px 70px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 75px 0 0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.gerenciamento-01 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.gerenciamento-01 .container .cta {
    margin: 20px 0;
    font-size: 1.5em;
    border-radius: 25px;
    padding: 20px 40px;
    width: 100%;
  }
}

section.locacao-01 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  section.locacao-01 {
    padding: 40px 0;
  }
}
section.locacao-01 .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 0;
}
@media (max-width: 1023px) {
  section.locacao-01 .container {
    padding: 0;
  }
}
section.locacao-01 .container h2 {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0px 0 70px 25px;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  section.locacao-01 .container h2 {
    margin: 0 0 30px 0;
    font-size: 2.125em;
  }
}
section.locacao-01 .container ul {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
@media (max-width: 1023px) {
  section.locacao-01 .container ul {
    flex-wrap: wrap;
    margin: 0;
  }
}
section.locacao-01 .container ul li {
  width: 29%;
  padding: 0;
}
@media (max-width: 1023px) {
  section.locacao-01 .container ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
  }
}
section.locacao-01 .container ul li h3 {
  color: #000;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 95px 0 0;
}
section.locacao-01 .container ul li h3.produtividade {
  background: url("imgs/svg/ico_locacao_produtividade.svg") no-repeat left top;
}
section.locacao-01 .container ul li h3.tecnologia {
  background: url("imgs/svg/ico_locacao_tecnologia.svg") no-repeat left top;
}
section.locacao-01 .container ul li h3.economia {
  background: url("imgs/svg/ico_locacao_economia.svg") no-repeat left top;
}
section.locacao-01 .container ul li p {
  color: #000;
  font-style: normal;
}
section.locacao-01 .container .cta {
  display: inline-block;
  padding: 20px 70px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 75px 0 0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.locacao-01 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.locacao-01 .container .cta {
    margin: 20px 0;
    font-size: 1.5em;
    line-height: 1.2em;
    border-radius: 25px;
    padding: 20px 40px;
    width: 100%;
  }
}

section.venda-01 {
  width: 100%;
  height: 881px;
  padding: 0;
  background: #fff url("imgs/bg_assistencia_01.png") no-repeat center -20px;
}
@media (max-width: 1023px) {
  section.venda-01 {
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
}
section.venda-01 .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 130px 0 0 0px;
  /* &:before {
  	content: "";
  	display: block;
  	vertical-align: middle;
    	width: 695px;
    	height: 787px;
    	background: url(imgs/bg_c7030.png) no-repeat left top;
    	position: absolute;
    	left: -207px;
    	top: -75px;

  	@media (max-width: 1023px) {
  		display: none;
  	}
  } */
}
@media (max-width: 1023px) {
  section.venda-01 .container {
    flex-direction: column;
    padding: 0;
  }
}
section.venda-01 .container .img-link {
  display: block;
  vertical-align: middle;
  width: 695px;
  height: 787px;
  background: url(imgs/bg_c7030.png) no-repeat left top;
  position: absolute;
  left: -207px;
  top: -75px;
}
@media (max-width: 1023px) {
  section.venda-01 .container .img-link {
    display: none;
  }
}
section.venda-01 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px 630px;
}
@media (max-width: 1023px) {
  section.venda-01 .container ul {
    margin: 0;
  }
}
section.venda-01 .container ul li {
  width: 48%;
  background: #fafafb;
  padding: 30px 26px;
  border-radius: 25px;
  margin: 0 0 30px;
  text-align: center;
}
section.venda-01 .container ul li h3 {
  color: #000;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0;
}
section.venda-01 .container .cta {
  display: inline-block;
  padding: 20px 55px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 155px 0 0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.venda-01 .container .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.venda-01 .container .cta {
    margin: 20px 0;
    font-size: 1.5em;
    border-radius: 25px;
    padding: 20px 40px;
    width: 100%;
  }
}

section.produtos-01 {
  width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
}
@media (max-width: 1023px) {
  section.produtos-01 {
    padding: 0;
  }
}
section.produtos-01 .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px 10px 40px 0;
  overflow: visible;
}
@media (max-width: 1023px) {
  section.produtos-01 .container {
    padding: 0;
  }
}
section.produtos-01 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -40px 10px 0;
}
@media (max-width: 1023px) {
  section.produtos-01 .container ul {
    margin: -15px 10px 0;
  }
}
section.produtos-01 .container ul li {
  width: 31%;
  padding: 40px 30px 30px;
  margin: 0 0 30px;
  background: #fafafb;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 1023px) {
  section.produtos-01 .container ul li {
    width: 100%;
  }
}
section.produtos-01 .container ul li h2 {
  color: #000;
  font-size: 1.75em;
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 20px;
  min-height: 72px;
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (max-width: 1023px) {
  section.produtos-01 .container ul li h2 {
    min-height: 30px;
  }
}
section.produtos-01 .container ul li .cta {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.225em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 0;
  border-radius: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.produtos-01 .container ul li .cta:hover {
  background: #e08209;
}
@media (max-width: 1023px) {
  section.produtos-01 .container ul li .cta {
    margin: 20px 0 0;
  }
}

.sec-simulador-calculadora {
  background-color: #003ffd;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.sec-simulador-calculadora .title-2 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.sec-simulador-calculadora .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff940a;
  color: var(--white);
  border-radius: 30px;
  transition: 0.3s;
  letter-spacing: 0.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 2px solid #ff940a;
}
@media only screen and (max-width: 991px) {
  .sec-simulador-calculadora {
    padding-bottom: 0;
  }
  .sec-simulador-calculadora .image {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .sec-simulador-calculadora {
    text-align: left;
  }
  .sec-simulador-calculadora .btn {
    font-size: 20px;
    padding: 12px 50px;
  }
  .sec-simulador-calculadora .title-2 {
    font-size: 34px;
  }
  .sec-simulador-calculadora .image {
    position: absolute;
    bottom: -80px;
    right: -5%;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sec-simulador-calculadora .btn .icon::before {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .sec-simulador-calculadora .btn {
    font-size: 22px;
  }
  .sec-simulador-calculadora .title-2 {
    font-size: 38px;
  }
}

/* classes */
.dsp-none {
  display: none;
}

.pos-relative {
  position: relative;
}

.color-black {
  color: #000;
}

.font-weight-500 {
  font-weight: 500;
}

.txt-center {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

.home .home-04.home-new{
  padding: 70px 0;
}

.home .home-04.home-new .cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.home .home-04.home-new .cards .item{
	width: 350px;
  height: 400px;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f6;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .home-04.home-new .cards .item img{
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.home .home-04.home-new .cards .item h3{
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
	color: #011756;
}
.home .home-04.home-new .cards .item p{
	font-size: 20px;
	color: #011756;
  margin: initial;
}

.home .home-new2{
	text-align: center;
  padding: 80px 0 0 0;
  background-color: #f5f5f6;
}

.home .home-new2 h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 50px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.home .home-new2 .cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.home .home-new2 .cards .item{
  max-width: 230px;
  text-align: center;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home .home-new2 .cards .item img{
	width: 87px;
	height: 87px;
	margin: 0 auto;
}
.home .home-new2 .cards .item h3{
	font-size: 23px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}
.home .home-new2 .cta{
  display: inline-block;
  padding: 15px 50px;
  background: #ff940a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 60px 0 60px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home .home-new3{
  background-image: url("imgs/impressora-brother-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  font-family: 'Montserrat', sans-serif;
}
.home .home-new3 .conteudo{
  display: flex;
  align-items: center;
}
.home .home-new3 .conteudo h2{
  color: #fff;
  font-size: 97px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 800;
}
.home .home-new3 .conteudo .text{
  max-width: 640px;
}
.home .home-new3 .conteudo .img{
  display: flex;
  justify-content: flex-end;
}
.home .home-new3 .conteudo .img img{
  width: 90%;
}
.home .home-new3 .conteudo h3{
  color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: 65px;
    margin-bottom: 40px;
}
.home .home-new3 .conteudo h3 span{
  color: #ff940a;
  font-size: 132px;
  font-weight: 800;
  position: relative;
  top: 30px;
}
.home .home-new3 .conteudo h4{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 50px;
}
.home .home-new3 .conteudo p{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
.home .home-new3 .conteudo p span{
  font-weight: 800;
}

.home-new4{
  padding: 100px 0;
}
.home-new4 .conteudo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-new4 .conteudo .text{
  max-width: 800px;
}
.home-new4 .conteudo .text h2{
  font-size: 55px;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 0 30px 0;
  background: linear-gradient(to right, #003ffd 0%, #000a24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
}
.home-new4 .conteudo .text p{
  font-size: 25px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.home-new4 .conteudo .cta{
  display: inline-block;
  padding: 15px 50px;
  color: #ff940a;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 60px 0 0 0;
  border-radius: 45px;
  border: 2px solid #ff940a;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-new4 .conteudo .img{
  display: flex;
  justify-content: flex-end;
}
.home-new4 .conteudo .img img{
  width: 90%;
}
.home .empty{
  background-color: #030f31;
  padding: 75px 0;
}
.home .home-new1.mobile{
  display: none;
}
.home .home-new1{
  background-image: url("imgs/bg-principal-2.png");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  height: 870px;
}

.home-new1 img{
  position: absolute;
  width: 50%;
  top: 125px;
  z-index: 999;
}

.home-new1 .conteudo{
  position: relative;
}
.home-new1 .conteudo h2{
  font-size: 60px;
  font-weight: 800;
  right: 0;
  position: absolute;
}

.home-new1 .conteudo .valor{
  position: absolute;
  right: 0;
  top: 200px;
  background-color: #fff;
  width: 800px;
  z-index: 1;
  border-radius: 120px;
  padding: 20px 0 35px 270px; 
  font-family: 'Montserrat', sans-serif;
}
.home-new1 .conteudo .valor h3{
  font-size: 25px;
  font-weight: 700;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
.home-new1 .conteudo .valor h4{
  font-size: 36px;
  font-weight: 800;
  color: #fa940b;
  font-family: 'Montserrat', sans-serif;
  display: flex;
}
.home-new1 .conteudo .valor h4 span{
  font-size: 100px;
}

.home-new1 .conteudo .valor .tempo-limite{
  background-color: #507afb;
  padding: 9px 20px;
  border-radius: 60px;
  position: absolute;
  bottom: -50px;
  font-size: 36px;
  font-weight: 800;
}

.home-new1 .conteudo .valor .impressora{
  position: absolute;
  bottom: -175px;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
}

.home-new1 .conteudo .valor .impressora span{
  font-weight: 800;
}

.home-new1 .conteudo .valor .orcamento{
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  bottom: -250px;
  font-size: 19px;
}
.home-new1 .conteudo .valor .cta{
  position: absolute;
  bottom: -330px;
  padding: 15px 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 60px 0 0 0;
  border-radius: 45px;
  background-color: #ff940a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tel-novo{
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

header{
  height: 150px;
}

@media (max-width: 1023px) {
  header{
    height: 54px;
  }
  .tel-novo{
    display: none;
  }
  .home-new1.mobile{
    display: block!important;
    height: auto;
  }
  .home-new1.desk{
    display: none;
  }

  .home-new1.mobile .conteudo{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .home-new1.mobile .conteudo img{
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: initial;
  }

  .home-new1.mobile .conteudo h2{
    text-align: center;
    font-size: 40px;
    position: relative;
    margin-top: 25px;
  }

  .home-new1.mobile .conteudo .valor{
    position: relative;
    max-width: 500px;
    padding: 20px;
    text-align: center;
    background-color: #f5f5f6;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    top: initial;
  }

  .home-new1.mobile .conteudo .valor h3{
    font-size: 30px;
    margin: 0 0 10px;
  }

  .home-new1.mobile .conteudo .valor h4{
    font-size: 25px;
    margin: 0 0 10px;
  }

  .home-new1.mobile .conteudo .valor h4 span{
    font-size: 50px;
  }

  .home-new1.mobile .conteudo .valor .tempo-limite{
    font-size: 15px;
    margin: 10px 0;
    bottom: -25px;
  }

  .home-new1.mobile .conteudo .impressora{
    font-size: 30px;
    margin: 25px 0;
    text-align: center;
  }
  .home-new1.mobile .conteudo .impressora span{
    font-weight: bold;
  }

  .home-new1.mobile .conteudo .orcamento{
    font-size: 25px;
    margin: 25px 0;
    text-align: center;
  }


  .home-new1.mobile .conteudo .cta{
    padding: 15px 50px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: bold;
    border-radius: 45px;
    background-color: #ff940a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .empty{
    padding: 65px 0;
  }
  .home-new4 .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home .home-new3 .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .home-new1.mobile .conteudo .valor{
    width: 100%;
  }
  .home-new1.mobile .conteudo .valor h3{
    font-size: 25px;
  }
  .home-new1.mobile .conteudo .valor h4{
    font-size: 35px;
  }
  .home-new1.mobile .conteudo .valor h4 span{
    font-size: 35px;
  }
  .home .home-new3 .conteudo h2{
    font-size: 50px;
  }
  .home .home-new3 .conteudo h3{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .home .home-new3 .conteudo h3 span{
    font-size: 100px;
    top: 20px;
  }
  .home .home-new2 h2 {
    font-size: 45px;
  }
  .home .home-new3 .conteudo h4{
    font-size: 45px;
  }
  .home-new4 .conteudo .text h2{
    font-size: 45px;
  }
  .home-new1.mobile .conteudo .cta{
    font-size: 20px;
  }
  .home .home-new2 .cta {
    font-size: 20px;
  }
}













