@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Avenir Next LT Pro', sans-serif;
}

img { 
  display: block;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  height: 3.4375rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  width: 100%;
  border: 1px solid #175c91;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #175c91;
}

textarea {
  height: 9.375rem;
}

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

th,
td {
  padding: 2px;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #efefef;
  overflow-x: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  display: flex;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    min-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    min-width: 1536px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

.bg-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.footer {
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 0;
  }
}
.footer--mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer--mobile {
    display: none;
  }
}
.footer--desktop {
  display: none;
}
.footer--desktop img {
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .footer--desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer--desktop--infos {
    display: flex;
    flex-direction: column;
  }
}

.header--content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header--content--mobile {
    display: none;
  }
}
.header--content--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header--content--desktop {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .contents--content--mobile {
    display: none;
  }
}
.slider {
  background-color: #efefef;
}
.contents--content--mobile {
  display: flex;
  flex-direction: column;
}
.contents--content--mobile .slider {
  background-image: url("../../dist/images/LP-Automação---Mobile-1_02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--mobile .slider .swiper-button-next::after,
.contents--content--mobile .slider .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--mobile .slider .swiper-button-next {
  transform: rotate(180deg);
}
.contents--content--desktop .slider {
  background-image: url("../../dist/images/LP-Automação---Mobile-1_02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--desktop .slider .swiper-button-next::after,
.contents--content--desktop .slider .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--desktop .slider .swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .contents--content--desktop {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
}

.slider2 {
  background-color: #efefef;
}
.contents--content--mobile {
  display: flex;
  flex-direction: column;
}
.contents--content--mobile .slider2 {
  background-image: url("../../dist/images/LP-Automação---Mobile-1_02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contents--content--mobile .slider2 .swiper-button-next::after,
.contents--content--mobile .slider2 .swiper-button-prev::after {
  content: "";
  background-image: url("../../dist/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents--content--mobile .slider2 .swiper-button-next {
  transform: rotate(180deg);
}
.contents--content--desktop .slider2 {
  background-image: url("../../dist/images/LP-Automação---Mobile-1_02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .contents--content .slider2 .swiper-slide2 img {
    height: 27.1875rem;
  }
}
/*# sourceMappingURL=styles.css.map */

a,
area {
  cursor: pointer;
}

/*formulario*/

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

form.formIntegration2 {
  width: 100%;
  margin: 0 auto;
}
form.formIntegration2 input[type="text"] {
  outline: none;
  width: 100%;
}
form.formIntegration2 select {
  width: 100%;
  overflow: auto;
}
form.formIntegration2 select.invi-select {
  display: none;
  width: 0px;
  height: 0px;
  border: none;
}
form.formIntegration2 textarea {
  width: 100%;
  height: 80px;
  overflow: auto;
  resize: vertical;
}
form.formIntegration2 div.containerMultiple {
  width: 100%;
  overflow: auto;
  border: 1px solid #bec5cb;
  padding: 2px;
  background-color: #fff;
  position: relative;
}
form.formIntegration2 div.containerMultiple div {
  min-height: 20px;
}
form.formIntegration2 div.containerMultiple div label {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
form.formIntegration2 input.type_PHN_DDI {
  text-align: center;
}
form.formIntegration2 div.div_PHN_DDI {
  width: 28%;
  margin-right: 2%;
  text-align: center;
  display: inline-block;
}
form.formIntegration2 div.div_PHN_NUM {
  width: 70%;
  display: inline-block;
}
form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_DDI {
  width: 0;
  display: none;
}
form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_NUM {
  width: 100%;
  display: inline-block;
}
form.formIntegration2 .field-error {
  border-color: #cc0000 !important;
}
form.formIntegration2 .g-recaptcha {
  margin-bottom: 5px;
}

form.formIntegration2 .DinamizeDivMessageSuccess,
form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
  display: none;
  margin: 0px 0px 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: arial;
  padding: 15px;
}

form.formIntegration2 .DinamizeDivMessageSuccess {
  background-color: rgb(20, 118, 18);
}
form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
  background-color: #ac0000;
}

form.formIntegration2 div.block {
  display: block;
  margin-bottom: 10px;
}
form.formIntegration2 div.block:last-child {
  margin-bottom: 0px;
}
form.formIntegration2 div.vertical {
  display: block;
}
form.formIntegration2 div.horizontal {
  display: inline-block;
  vertical-align: middle;
}
form.formIntegration2 div.horizontal.divlabel {
  width: 28%;
  margin-right: 2%;
  text-align: right;
}
form.formIntegration2 div.horizontal.divinput {
  width: 70%;
}

form.formIntegration2 div.containerAllInline div.block {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
form.formIntegration2 div.containerAllInline div.horizontal.divinput {
  width: 182px;
}

form.formIntegration2 .submit {
  position: relative;
  width: 100%;
}
form.formIntegration2 .submit.class1 {
  text-align: left;
}
form.formIntegration2 .submit.class2 {
  text-align: left;
  width: 70%;
}
form.formIntegration2 .submit.class3 {
  text-align: center;
}
form.formIntegration2 .submit.class4 {
  text-align: right;
}
form.formIntegration2 .submit.class5 {
  text-align: center;
}
form.formIntegration2 .submit.class5 input[type="submit"] {
  width: 100%;
}
form.formIntegration2 .spinner {
  display: none;
}

form.formIntegration2.style1 label {
  color: #4a5765;
  font-family: arial;
  font-size: 14px;
}
form.formIntegration2.style1 input[type="text"] {
  border: 2px solid #bec5cb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px transparent;
  color: #4a5766;
  font-size: 13px;
  padding: 9px 6px;
  height: 38px;
}
form.formIntegration2.style1 input[type="submit"] {
  -webkit-appearance: none;
  border: medium none;
  background-color: #0e6e0e;
  color: #ffffff;
  cursor: pointer;
  font: bold 13px/38px Arial;
  height: 38px;
  padding: 0 15px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0 0 0;
}
form.formIntegration2.style1 div.containerMultiple,
form.formIntegration2.style1 select,
form.formIntegration2.style1 textarea {
  border: 2px solid #bec5cb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 0 4px transparent;
  color: #4a5766;
}
form.formIntegration2.style1 select {
  height: 40px;
}
form.formIntegration2.style1 textarea {
  max-height: 200px;
  min-height: 52px;
}
form.formIntegration2.style1 .spinner {
  display: none;
  bottom: 0;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
form.formIntegration2.style1 .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
form.formIntegration2.style1 .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
form.formIntegration2.style1 .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

form.formIntegration2.style1 .checkbox-container {
  display: block;
  position: absolute !important;
  padding-left: 22px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.formIntegration2.style1 .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}
form.formIntegration2.style1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 3px;
}
form.formIntegration2.style1 .checkbox-container:hover input ~ .checkmark {
  border: 2px solid #777;
}
form.formIntegration2.style1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form.formIntegration2.style1
  .checkbox-container
  input:checked
  ~ .checkmark:after {
  display: block;
}
form.formIntegration2.style1 .checkbox-container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 12px;
  border: solid #555;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form.formIntegration2.style2 label {
  font-family: arial;
  font-size: 14px;
}
form.formIntegration2.style2 input[type="text"] {
  border: 1px solid #bec5cb;
  box-shadow: 0 0 0 4px transparent;
  color: #4a5766;
  font-size: 13px;
  padding: 9px 6px;
}
form.formIntegration2.style2 div.containerMultiple {
  max-height: 82px;
}
form.formIntegration2.style2 div.containerMultiple,
form.formIntegration2.style2 select,
form.formIntegration2.style2 textarea {
  border: 1px solid #bec5cb;
  box-shadow: 0 0 0 4px transparent;
  color: #4a5766;
}
form.formIntegration2.style2 select {
  height: 40px;
}
form.formIntegration2.style2 textarea {
  max-height: 200px;
  min-height: 52px;
}
form.formIntegration2.style2 ::-webkit-input-placeholder {
  color: #000000;
}
form.formIntegration2.style2 ::-moz-placeholder {
  color: #000000;
  font-family: arial;
}
form.formIntegration2.style2 :-ms-input-placeholder {
  color: #000000;
  font-family: arial;
}
form.formIntegration2.style2 :-moz-placeholder {
  color: #000000;
  font-family: arial;
}
form.formIntegration2.style2 .spinner {
  display: none;
  bottom: 0;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
form.formIntegration2.style2 .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
form.formIntegration2.style2 .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
form.formIntegration2.style2 .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.m-whatsapp {
    background: #69be67;
    width: 48px;
    height: 48px;
    position: fixed;
    border-radius: 100%;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}
.m-whatsapp svg {
    margin: 0 auto;
    top: 5px;
    display: block;
    position: relative;
    height: 37px;
    width: auto;
}

@media (min-width: 1060px) {
    .m-whatsapp {
        bottom: 41px;
        right: 27px;
        width: 70px;
        height: 70px;
    }
    .m-whatsapp svg {
        height: 54px;
        top: 6px;
    }
}


/* NEW PAGE */

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/Avenir-Next-LT-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/Avenir-Next-LT-Pro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/Avenir-Next-LT-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

