@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap");
:root {
  --black-color: var(--wp--preset--color--black);
  --white-color: var(--wp--preset--color--white);
  --primary-color: var(--wp--preset--color--primary);
  --secondary-color: var(--wp--preset--color--secondary);
  --blue-404-color: var(--wp--preset--color--blue-404);
  --text-small: var(--wp--preset--font-size--text-small);
  --text: var(--wp--preset--font-size--text);
  --subtitle: var(--wp--preset--font-size--subtitle);
  --title-small: var(--wp--preset--font-size--title-small);
  --title: var(--wp--preset--font-size--title);
  --padrao: var(--wp--preset--font-size--padrao);
  --title-large: var(--wp--preset--font-size--title-large);
  --g1: 8px;
  --g2: 16px;
  --g3: 24px;
  --g4: 32px;
  --radius: 8px;
  --line-height: 25px;
  --paddingDefault: 16px;
}
@media (max-width: 991px) {
  :root {
    --title: 26px;
    --title-x-medium: 40px;
    --title-medium: 60px;
    --title-large: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --title-medium: 46px;
    --title-large: 32px;
  }
}

.has-black-color {
  color: var(--black-color);
}
.has-black-background-color {
  background: var(--black-color);
}
.has-white-color {
  color: var(--white-color);
}
.has-white-background-color {
  background: var(--white-color);
}
.has-primary-color {
  color: var(--primary-color);
}
.has-primary-background-color {
  background: var(--primary-color);
}
.has-secondary-color {
  color: var(--secondary-color);
}
.has-secondary-background-color {
  background: var(--secondary-color);
}
.has-blue-404-color {
  color: var(--blue-404-color);
}
.has-blue-404-background-color {
  background: var(--blue-404-color);
}
.has-text-small-font-size {
  font-size: var(--text-small) !important;
}
.has-text-font-size {
  font-size: var(--text) !important;
}
.has-subtitle-font-size {
  font-size: var(--subtitle) !important;
}
.has-title-small-font-size {
  font-size: var(--title-small) !important;
}
.has-title-font-size {
  font-size: var(--title) !important;
}
.has-padrao-font-size {
  font-size: var(--padrao) !important;
}
.has-title-large-font-size {
  font-size: var(--title-large) !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
  display: inline-block;
  color: var(--primary-color);
}

img {
  max-width: 100%;
  height: auto;
}

header li, footer li {
  list-style: none;
}

button, input[type=submit] {
  cursor: pointer;
  transition: 0.4s;
}

body {
  overflow-x: hidden;
  background-color: var(--color-white);
  width: 100%;
  font-size: 16px;
  color: var(--default-color);
}

header, footer {
  display: block;
  width: 100%;
}

.wrap-page {
  float: left;
  width: 100%;
  overflow: hidden;
}

.hide-h1 {
  color: transparent;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.open-menu, .sr-only {
  display: none;
}

strong {
  font-weight: 800;
}

img.img100, .img100 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

header {
  padding: 65px 0 60px;
  background-color: var(--white-color);
}
header .logos {
  max-width: 167px;
}
header .logos .branca {
  display: none;
}
header .row {
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
header nav ul li {
  display: inline-block;
  margin: 0 22px;
}
header nav ul li a {
  border-bottom: 4px solid transparent;
  color: var(--black-color);
  transition: 0.4s;
}
header nav ul li a:hover {
  border-color: var(--black-color);
}

.home header {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.home header nav ul li a {
  color: var(--white-color);
  padding: 10px 0;
}
.home header nav ul li a:hover {
  border-color: var(--white-color);
}
.home header .preta {
  display: none;
}
.home header .logos .branca {
  display: block;
}

.clientes {
  padding: 60px 0 20px;
  text-align: center;
}
.clientes p {
  font-weight: 700;
  padding-bottom: 20px;
}

.slider-clientes {
  margin-top: 20px;
}
.slider-clientes .slick-list, .slider-clientes .slick-track {
  display: flex !important;
}
.slider-clientes .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 3rem;
}
.slider-clientes img {
  max-height: 100px;
}

.mapa {
  width: 100%;
  margin-bottom: -7px;
  min-height: 200px;
  padding: 20px 0 60px;
  filter: grayscale(100%);
}
.mapa iframe {
  width: 100%;
  height: 200px;
}

.contatos .card {
  border: 2px solid var(--primary-color);
  padding: 20px;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  min-height: 180px;
  line-height: 1.5em;
}
.contatos .card .ico {
  margin-right: 20px;
  min-width: 50px;
  min-height: 50px;
}
.contatos .card a {
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .contatos .card {
    padding: 10px;
  }
}

.clientes-carrossel {
  margin-top: 50px;
}

footer {
  color: var(--secondary-color);
}
footer .address {
  margin-top: 60px;
}
footer .address i {
  background-color: var(--primary-color);
}
footer .address .social-icons {
  display: flex;
  gap: 10px;
}
footer .address .row {
  justify-content: space-between;
  align-items: center;
}
footer .nav ul li {
  display: inline-block;
  margin: 0 22px;
}
footer .nav a {
  opacity: 0.53;
}
footer .nav a:hover {
  opacity: 1;
}
footer .contact {
  display: flex;
  align-items: center;
}
footer .contact .ico {
  margin: 0 20px 0 0;
}
footer .contact .text {
  line-height: 1.6em;
  margin-top: 6px;
}
footer .contact .text a {
  color: var(--secondary-color);
}
footer .copy .row {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #707070;
}
footer .copy a img {
  min-width: 150px;
}

#pagina-404 {
  background: #F3F3F6;
}
#pagina-404 a {
  text-decoration: none;
}
#pagina-404 .main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagina-404 .img-404 > img {
  width: 100%;
}
#pagina-404 .title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -1.6px;
  color: var(--blue-404-color);
}
#pagina-404 .text-1 {
  margin: 20px 0 30px;
  font-size: 18px;
  color: var(--blue-404-color);
  line-height: 24px;
  font-weight: 600;
}
#pagina-404 .text-2 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  color: var(--blue-404-color);
}
#pagina-404 .return {
  cursor: pointer;
  font-size: 16px;
  color: var(--blue-404-color);
}
#pagina-404 .return > i {
  width: 10px;
  top: 5px;
  position: relative;
  background-color: #727594;
}
#pagina-404 .home-page {
  font-size: 16px;
  color: var(--white-color);
  background: var(--blue-404-color);
  border-radius: 23px;
  width: fit-content;
  padding: 11px 20px;
}
#pagina-404 .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagina-404 .sm i {
  margin: 0 15px 40px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727594;
}
#pagina-404 .buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

body.overflow {
  overflow: hidden;
}

.full-menu {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999999999;
  transition: 0.5s;
}
.full-menu.show-menu {
  right: 0;
}
.full-menu .overlay-menu {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  cursor: pointer;
}
.full-menu .bar-menu {
  width: 100%;
  max-width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  background: var(--white-color);
  z-index: 50;
  padding: 20px 25px;
  overflow-y: scroll;
}
.full-menu .bar-menu .logo {
  float: left;
  margin: 10px 0;
}
.full-menu .bar-menu .logo img {
  max-width: 200px;
}
.full-menu .bar-menu .close-menu {
  position: absolute;
  right: 25px;
  top: 20px;
  height: 36px;
  width: 36px;
  background: #e3e3e3;
  text-align: center;
  border-radius: 5px;
}
.full-menu .bar-menu .close-menu:hover {
  opacity: 0.8;
}
.full-menu .bar-menu .close-menu i {
  background-color: var(--secondary-color);
}
.full-menu .bar-menu nav {
  display: table;
  width: 100%;
  margin-top: 20px;
  float: left;
}
.full-menu .bar-menu ul {
  width: 100%;
  margin-bottom: 10px;
}
.full-menu .bar-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.full-menu .bar-menu ul li, .full-menu .bar-menu ul li a {
  display: table;
  width: 100%;
}
.full-menu .bar-menu ul li a {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  font-weight: 400;
}
.full-menu .bar-menu ul li.menu-item-has-children i {
  background-color: var(--secondary-color);
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px;
}
.full-menu .bar-menu ul li ul {
  display: none;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.06);
}
.full-menu .bar-menu .button-right a {
  padding: 6px 10px;
  border-radius: 25px;
  width: 100%;
}
.full-menu .bar-menu .form-header {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--blue-404-color);
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .home .open-menu i {
    background-color: var(--white-color);
  }
  .open-menu i {
    background-color: var(--secondary-color);
  }
  header {
    padding: 30px 0;
  }
  header .logos {
    max-width: 40%;
  }
  body {
    font-size: 14px !important;
  }
  .contatos .card .ico {
    margin-right: 15px;
    min-width: 40px;
    min-height: 40px;
  }
  .contatos .card .ico svg {
    width: 40px;
  }
  footer .row {
    flex-direction: column;
    justify-content: center;
  }
  footer .nav ul li {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}

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