* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

section {
  margin: 96px 0;
  scroll-margin-top: 140px;
}

.btn {
  display: flex;
}

@font-face {
  font-family: "GroteskWideBold";
  src: url("../assets/fonts/grotesk-wide-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
footer {
  background: #000000;
  padding: 124px 0;
}
footer .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  footer .container {
    width: 90vw;
  }
}
footer .container .itens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 44px;
}
@media only screen and (max-width: 1200px) {
  footer .container .itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  footer .container .itens .logo {
    width: 100%;
  }
}
footer .container .itens .item {
  display: flex;
  flex-direction: column;
}
footer .container .itens .item h3 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 46px;
  line-height: 1.2;
  color: #dadada;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "GroteskWideBold", sans-serif !important;
}
footer .container .itens .item span {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "GroteskWideBold", sans-serif !important;
}
footer .container .itens .item #email {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #4880f0;
  font-size: 18px;
  font-weight: 800;
  font-family: "GroteskWideBold", sans-serif !important;
}
footer .container .itens .item #tel {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  font-size: 18px;
  font-weight: 800;
  font-family: "GroteskWideBold", sans-serif !important;
}
footer .container .itens .item .email #email {
  text-transform: uppercase;
}
footer .container .itens .item .email, footer .container .itens .item .local {
  display: flex;
  align-items: flex-start;
  font-family: "GroteskWideBold", sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  footer .container .itens .item .email, footer .container .itens .item .local {
    margin: auto;
  }
}
footer .container .itens .item .email img, footer .container .itens .item .local img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .itens .item .local {
  margin-top: 12px;
}
footer .container .itens .item .local img {
  margin-right: 8px;
}
footer .container .itens .item #local {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
footer .container .mais {
  margin-left: 360px;
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  footer .container .mais {
    margin: 64px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 992px) {
  footer .container .mais {
    margin: 64px 0 0 0;
  }
}
footer .container .mais .social {
  display: flex;
  gap: 16px;
}
footer .container .mais .cnpj {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-home .banner {
  height: 92vh;
  position: relative;
}
.page-home .banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-home .banner video {
    display: none;
  }
}
.page-home .banner #capa {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-home .banner #capa {
    display: block;
  }
}
.page-home .banner .social {
  position: absolute;
  right: 2%;
  top: 5%;
  display: flex;
  gap: 32px;
  align-items: center;
}
.page-home .banner .social img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-home .video {
  margin: 0;
  padding: 124px 0;
  cursor: pointer;
  background: #0049cb;
}
.page-home .video .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  .page-home .video .container {
    width: 90vw;
  }
}
.page-home .video .header {
  text-align: center;
}
.page-home .video .header h2 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 46px;
  line-height: 1.2;
  color: #f6f6f6;
  text-transform: uppercase;
  font-family: "GroteskWideBold", sans-serif !important;
}
@media only screen and (max-width: 576px) {
  .page-home .video .header h2 {
    font-size: 34px;
  }
}
.page-home .video .header p {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #dadada;
  margin-top: 12px;
  font-size: 30px;
  font-style: italic;
}
@media only screen and (max-width: 576px) {
  .page-home .video .header p {
    font-size: 24px;
  }
}
.page-home .video video, .page-home .video iframe {
  width: 100%;
  height: 780px;
  margin-top: 32px;
  border: 2px solid #9d9d9d;
}
@media only screen and (max-width: 768px) {
  .page-home .video video, .page-home .video iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .page-home .video video, .page-home .video iframe {
    height: 300px;
  }
}
.page-home .servicos {
  margin: 0;
  padding: 124px 0;
  background: url("../assets/images/bg-servicos.jpg"), #003aa8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.page-home .servicos .header {
  text-align: center;
  position: relative;
}
.page-home .servicos .header h2 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 46px;
  line-height: 1.2;
  color: #0049cb;
  font-size: 500px;
  line-height: 0.5;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: -12px;
  bottom: -2px;
}
@media only screen and (max-width: 1800px) {
  .page-home .servicos .header h2 {
    font-size: 400px;
  }
}
@media only screen and (max-width: 1360px) {
  .page-home .servicos .header h2 {
    font-size: 300px;
  }
}
@media only screen and (max-width: 1110px) {
  .page-home .servicos .header h2 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 780px) {
  .page-home .servicos .header h2 {
    font-size: 160px;
  }
}
@media only screen and (max-width: 440px) {
  .page-home .servicos .header h2 {
    font-size: 38vw;
  }
}
.page-home .servicos .header img {
  position: absolute;
  top: -78px;
  left: 1080px;
  width: 730px;
}
@media only screen and (max-width: 1800px) {
  .page-home .servicos .header img {
    top: -62px;
    left: 860px;
    width: 640px;
  }
}
@media only screen and (max-width: 1500px) {
  .page-home .servicos .header img {
    top: -60px;
    left: 860px;
    width: 500px;
  }
}
@media only screen and (max-width: 1360px) {
  .page-home .servicos .header img {
    top: -46px;
    left: 660px;
    width: 450px;
  }
}
@media only screen and (max-width: 1110px) {
  .page-home .servicos .header img {
    top: -30px;
    left: 430px;
    width: 350px;
  }
}
@media only screen and (max-width: 780px) {
  .page-home .servicos .header img {
    top: -23px;
    left: 340px;
    width: 280px;
  }
}
@media only screen and (max-width: 620px) {
  .page-home .servicos .header img {
    display: none;
  }
}
.page-home .servicos .accordion {
  overflow: hidden;
  margin-top: 64px;
}
.page-home .servicos .accordion .accordion-item {
  border-bottom: 2px solid #5684db;
  transition: all 0.3s ease;
}
.page-home .servicos .accordion .accordion-item:first-child {
  border-top: 2px solid #5684db;
}
.page-home .servicos .accordion .accordion-item:hover {
  background: rgba(246, 246, 246, 0.05);
}
.page-home .servicos .accordion .accordion-item .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .page-home .servicos .accordion .accordion-item .container {
    width: 90vw;
  }
}
.page-home .servicos .accordion .accordion-item .accordion-header {
  background: transparent;
  width: 100%;
  padding: 24px;
  border: none;
  text-align: left;
  font-size: 46px;
  font-weight: 600;
  cursor: pointer;
  color: #f6f6f6;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "GroteskWideBold", sans-serif !important;
}
.page-home .servicos .accordion .accordion-item .accordion-header img {
  margin-right: 44px;
}
@media only screen and (max-width: 576px) {
  .page-home .servicos .accordion .accordion-item .accordion-header img {
    margin-right: 24px;
    width: 62px;
  }
}
@media only screen and (max-width: 992px) {
  .page-home .servicos .accordion .accordion-item .accordion-header {
    font-size: 6vw;
  }
}
.page-home .servicos .accordion .accordion-item.open .accordion-header::after {
  transform: rotate(45deg);
}
.page-home .servicos .accordion .accordion-item .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 1.5rem;
  color: #f6f6f6;
}
.page-home .servicos .accordion .accordion-item .accordion-content p {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  color: #f6f6f6;
  line-height: 1.8;
  margin: 0;
  transform: translateY(-1rem);
  transition: transform 0.3s ease;
  padding: 1rem 0;
}
.page-home .servicos .accordion .accordion-item .accordion-content.active {
  opacity: 1;
  padding: 0 1.5rem;
  margin: 1.5rem 0 3rem 0;
}
.page-home .servicos .accordion .accordion-item .accordion-content.active p {
  transform: translateY(0);
}
.page-home .servicos .accordion .accordion-item .accordion-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  .page-home .servicos .accordion .accordion-item .accordion-content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-home .servicos .accordion .accordion-item .accordion-content ul li {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 46px;
  line-height: 1.2;
  color: #f6f6f6;
  font-size: 24px;
  font-weight: 800;
  position: relative;
}
.page-home .servicos .accordion .accordion-item .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -22px;
  width: 12px;
  height: 2px;
  background: #dadada;
}
.page-home .clientes {
  background: #fff;
}
.page-home .clientes .container {
  width: 1396px;
  margin: 0 auto;
  transition: 0.2s;
}
@media only screen and (max-width: 1400px) {
  .page-home .clientes .container {
    width: 90vw;
  }
}
.page-home .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
.page-home .slider::before,
.page-home .slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-home .slider::after {
  right: 0;
  transform: rotateZ(180deg);
}
.page-home .slider::before {
  left: 0;
}
.page-home .slide-track {
  display: flex;
  align-items: center;
  animation: scroll var(--animation-speed, 30s) linear infinite;
  will-change: transform;
}
.page-home .slide {
  flex: 0 0 auto;
  width: 250px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 44px;
}
@media only screen and (max-width: 576px) {
  .page-home .slide {
    height: 70px;
    margin: 0 12px;
  }
}
.page-home .slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-home .mostrar {
  filter: brightness(0.5);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--scroll-width) * -1));
  }
}/*# sourceMappingURL=main.css.map */