@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

*:focus,
*:focus-visible,
*:focus:not(.focus-visible) {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

p {
  font-size: 16px;
  color: #1d1d1b;
  line-height: 28px;
}

.owl-theme {
  position: relative;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent !important;
  color: #fff !important;
  font-size: 45px !important;
  border: 1px solid #fff !important;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-nav .owl-next span,
.owl-theme .owl-nav .owl-prev span {
  font-size: 32px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
  display: flex;
}
.owl-theme .owl-nav .owl-prev {
  right: 0;
  display: flex;
  margin-top: -35px;
}
.owl-theme .owl-dots {
  position: absolute;
  height: 100%;
  z-index: 2000;
  top: 0px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl-theme .owl-dots .owl-dot {
  width: -moz-min-content;
  width: min-content;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  width: 7px;
  height: 20px;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.botaoWhatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
}

form input[type=text],
form input[type=email],
form input[type=data],
form input[type=number],
form textarea,
form select {
  padding: 15px;
  font-size: 16px;
  border: 0px;
  width: 100%;
  border: 0px solid #921a22;
  color: #1f242c;
  border-radius: 0px;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=data]::-moz-placeholder, form input[type=number]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=data]::placeholder,
form input[type=number]::placeholder,
form textarea::placeholder,
form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1; /* Firefox */
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=data]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
form input[type=text]::-ms-input-placeholder,
form input[type=email]::-ms-input-placeholder,
form input[type=data]::-ms-input-placeholder,
form input[type=number]::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf;
}
form .boxCampo {
  margin-bottom: 30px;
}
form .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .button button {
  width: 100%;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 0px;
  padding: 5px 30px;
  font-size: 20px;
  color: #ffffff;
  background-color: #f8a2a0;
  border-radius: 5px;
}
form .button button:hover {
  background-color: #c07c7a;
}
form .chk input {
  display: none;
}
form .chk span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
}
form .chk input:checked + span {
  background-color: #c03;
}

.titulo h2 {
  font-size: 20px;
  color: #999999;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.titulo h1 {
  font-weight: 700;
  color: #1d1d1b;
  font-size: 40px;
  margin: 0px 0px 20px 0px;
  line-height: 40px;
}

header {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-image: url(../img/bg-topo.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
header .topo {
  z-index: 5000;
  position: absolute;
  width: 100%;
  padding: 50px 0px;
}
header .topo .navbar {
  height: 70px;
  padding: 0px;
}
header .topo .navbar .navbar-brand {
  position: relative;
  height: 70px;
  padding: 0px;
  margin: 0px;
}
header .topo .navbar .navbar-brand img {
  height: 100%;
}
header .topo .navbar .navbar-brand .logo-scroll {
  position: absolute;
  opacity: 0;
}
header .topo .navbar .navbar-brand .logo-normal {
  position: absolute;
  opacity: 1;
}
header .topo .navbar .navbar-nav {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header .topo .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #fff;
}
header .topo .navbar .navbar-nav .nav-item a,
header .topo .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
header .redes {
  position: absolute;
  bottom: 8%;
  z-index: 4000;
}
header .redes ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header .redes ul a {
  color: #9b9b9b;
  font-size: 18px;
}
header .redes ul a:hover {
  color: #1d1d1b;
}
header .banners {
  height: 100vh;
  display: flex;
  align-items: center;
}
header .banners #owl-banners .item {
  display: grid;
  grid-template-columns: 30% 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
header .banners #owl-banners .item .info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
header .banners #owl-banners .item .info h2 {
  color: #1d1d1b;
  font-size: 40px;
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  line-height: 40px;
}
header .banners #owl-banners .item .info h3 {
  color: #1d1d1b;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
}
header .banners #owl-banners .owl-nav .owl-prev {
  display: none !important;
}
header .banners #owl-banners img {
  max-width: 100%;
}
header.scroll .topo {
  position: fixed;
  transition: all 0.5s ease;
  padding: 10px;
  background-color: #7f00bc;
}
header.scroll .topo .navbar {
  height: 40px;
}
header.scroll .topo .navbar .navbar-brand {
  height: 40px;
}
header.scroll .topo .navbar .navbar-brand .logo-scroll {
  opacity: 1;
}
header.scroll .topo .navbar .navbar-brand .logo-normal {
  opacity: 0;
}

.produtos-solucoes {
  padding-top: 120px;
  position: relative;
}
.produtos-solucoes .conteudo {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
}
.produtos-solucoes .conteudo .imagens {
  width: 400px;
}
.produtos-solucoes .conteudo .imagens::before {
  position: absolute;
  background-image: url(../img/pontos.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  height: 360px;
  width: 160px;
  margin-left: -160px;
}
.produtos-solucoes .conteudo .imagens .owl-carousel {
  width: 100%;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-item .item {
  padding: 15px;
  background-color: #ececec;
  height: 360px;
  width: 400px;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-item .item .item-video {
  height: 100%;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-item .item .item-video iframe {
  height: 100%;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-item .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-nav {
  height: 50px !important;
  width: 100% !important;
  margin-top: 0px !important;
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-nav button {
  color: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
  position: relative !important;
  margin: 0px !important;
}
.produtos-solucoes .conteudo .imagens .owl-carousel .owl-nav button:hover {
  color: #a8a8a8 !important;
  border: 1px solid #a8a8a8 !important;
}
.produtos-solucoes .conteudo .info {
  width: 100%;
}
.produtos-solucoes.inverter .conteudo {
  flex-direction: row-reverse;
}
.produtos-solucoes.inverter .conteudo .imagens::before {
  right: 0px;
  margin-right: -160px;
}

.avisoCookies {
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  padding: 15px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: -25%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
}
.avisoCookies p {
  margin-right: 50px;
  margin: 0px;
  padding: 0px;
}

#produtos-e-solucoes {
  margin: 150px 0px 0px 0px;
  padding: 120px 0px;
  background-image: url(../img/bg-produtos-e-solucoes-topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
#produtos-e-solucoes .mosaico ul {
  margin: 50px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
#produtos-e-solucoes .mosaico ul li a {
  display: block;
  position: relative;
  padding: 0px;
}
#produtos-e-solucoes .mosaico ul li a img {
  width: 100%;
}
#produtos-e-solucoes .mosaico ul li a .boxHover {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
}
#produtos-e-solucoes .mosaico ul li a .boxHover h2 {
  font-size: 20px;
  font-weight: bold;
}
#produtos-e-solucoes .mosaico ul li a .boxHover i {
  border: 1px solid #fff !important;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#produtos-e-solucoes .mosaico ul li a:hover .boxHover {
  opacity: 1;
}
#produtos-e-solucoes .produto {
  margin: 0px 0px 0px 0px;
}

#contatos {
  border-bottom: 1px solid #cccccc;
  margin: 0px;
  padding: 120px 0px 50px 0px;
  background-image: url(../img/bg-contato.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px;
}
#contatos .redes {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
#contatos .redes ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#contatos .redes ul a {
  color: #9b9b9b;
  font-size: 18px;
}
#contatos .redes ul a:hover {
  color: #1d1d1b;
}
#contatos form {
  padding: 70px 0px;
}
#contatos form .boxTextoAnexo {
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1b;
  margin: 0px;
  height: 55px;
}
#contatos form .boxCmpInputAnexo label {
  color: #1d1d1b;
  background-color: #fff;
  border-radius: 0px !important;
  padding: 15px 20px !important;
  width: 100% !important;
}
#contatos form .boxCmpInputAnexo label + input {
  display: none;
}
#contatos form .boxCmpInputAnexo::after {
  content: " ";
  margin-left: 10px;
  margin-top: 5px;
}
#contatos .endereco,
#contatos .contatos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#contatos .endereco i,
#contatos .contatos i {
  color: #f8a2a0;
  margin-top: 5px;
}
#contatos .endereco p,
#contatos .contatos p {
  font-size: 18px;
  color: #1d1d1b;
}
#contatos .endereco a,
#contatos .contatos a {
  color: #1d1d1b;
}
#contatos .contatos {
  flex-direction: column;
}

footer {
  margin-top: -7px;
  background-color: #424242;
  padding: 70px 0px;
  color: #cccccc;
}
footer .logo {
  display: block;
  margin-bottom: 30px;
}
footer .copy {
  font-size: 12px;
}
footer a {
  color: #cccccc;
  margin: 0px;
  padding: 0px;
}
footer a:hover {
  color: #fff;
}
footer .menu a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0px;
  padding: 0px;
}
footer .menu a:hover {
  color: #fff;
}
footer .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .menu ul li a {
  font-size: 14px;
  color: #cccccc;
  font-weight: 300;
  margin-bottom: 5px;
}
footer .contatos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .contatos a {
  color: #fff;
  font-size: 16px;
}
footer .redes {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80px;
}
footer .redes ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .redes ul a {
  color: #9b9b9b;
  font-size: 18px;
}
footer .redes ul a:hover {
  color: #1d1d1b;
}

@media (max-width: 980px) {
  header {
    padding-top: 0px;
    background-image: none !important;
  }
  header .banners {
    margin-top: 50px !important;
    padding-top: 20px;
    height: calc(100vh - 70px) !important;
  }
  header .banners #owl-banners .item {
    grid-template-columns: 1fr !important;
  }
  header .banners #owl-banners .item h2 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  header .banners #owl-banners .item .imagem {
    margin-top: 20px !important;
  }
  header .banners #owl-banners .item .imagem img {
    width: auto !important;
    max-width: none !important;
    max-height: 200px;
  }
  header .banners #owl-banners .owl-nav .owl-next {
    border-color: #7f00bc !important;
    color: #7f00bc !important;
  }
  header .banners #owl-banners .owl-nav .owl-next span {
    margin-top: -2px !important;
  }
  header .topo {
    top: 0px;
    position: fixed;
    transition: all 0.5s ease;
    padding: 10px;
    background-color: #7f00bc;
  }
  header .topo .navbar {
    height: 40px;
  }
  header .topo .navbar .navbar-brand {
    height: 40px;
  }
  header .topo .navbar .navbar-brand .logo-scroll {
    opacity: 1;
  }
  header .topo .navbar .navbar-brand .logo-normal {
    opacity: 0;
  }
  header .redes {
    bottom: 30px;
  }
  .navbar-toggler {
    border-color: #fff !important;
    color: #fff !important;
  }
  .navbar-collapse {
    background-color: #6300cd;
    position: absolute;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    top: 0px;
    margin-top: 50px;
  }
  .navbar-collapse ul {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px 0px;
  }
  .titulo h2 {
    font-size: 18px;
  }
  .titulo h1 {
    font-size: 28px;
    line-height: 28px;
  }
  #produtos-e-solucoes .mosaico ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .produtos-solucoes {
    padding-top: 80px;
  }
  .produtos-solucoes .conteudo {
    flex-direction: column-reverse !important;
  }
  .produtos-solucoes .conteudo .imagens {
    margin-top: 30px;
    width: 100%;
  }
  .produtos-solucoes .conteudo .imagens::before {
    content: "";
    display: none;
  }
  .produtos-solucoes .conteudo .imagens .owl-carousel .owl-item .item {
    width: 100%;
  }
  #contatos {
    margin-top: 0px;
    background-size: cover;
    padding: 100px 0px 50px 0px;
  }
  #contatos .redes {
    justify-content: center;
    align-items: center;
  }
  footer .rodape .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  footer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .menu {
    padding: 50px 0px;
    text-align: center;
  }
  footer .menu .container .row {
    flex-direction: column !important;
  }
  footer .menu ul {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .contatos {
    text-align: center;
    display: flex;
    align-items: center;
  }
  footer .redes {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .copy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=main.css.map */