@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: "Corporate A BQ";
  src: url("../fonts/CorporateABQ-Light.woff2") format("woff2"), url("../fonts/CorporateABQ-Light.woff") format("woff");
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EBF3F6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #296181;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a64309;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.img-full {
  width: 100%;
  height: auto;
}

.max-width {
  max-width: 1400px;
  margin: 0 auto;
}

body {
  font-family: "Rubik";
  color: #EBF3F6;
}

header {
  height: 158px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100000;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.2s ease;
}

#menu {
  display: flex;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  #menu {
    opacity: 0;
    visibility: hidden;
  }
}

header.active #menu {
  position: fixed;
  background: rgb(0, 0, 0) !important;
  padding: 0;
  top: 0;
  left: 0;
  margin: 0;
  width: 100% !important;
  height: 100dvh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
  transition: none;
}

header.active .hamburger {
  position: fixed !important;
  z-index: 100000;
  top: 60px;
}

body.fixed .hamburger {
  top: 30px;
}

.logo {
  max-width: 230px;
}
@media screen and (max-width: 478px) {
  .logo {
    max-width: 180px;
  }
}

body.fixed {
  padding-top: 100px;
}
body.fixed header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
body.fixed .logo {
  max-width: 150px;
}

nav {
  display: flex;
  align-items: center;
  height: 100%;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
  align-items: center;
  height: 100%;
}
nav ul li {
  padding: 0;
  margin: 0;
  text-wrap: nowrap;
}
nav ul li .link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  position: relative;
  transition: 0.2s ease;
}
nav ul li .link.active::after {
  background: #02A4DE;
}
nav ul li .link::after {
  transition: 0.2s ease;
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  padding-bottom: 3px;
}
nav ul li .link:focus, nav ul li .link:hover {
  color: #fff;
}
nav ul li .link:focus::after, nav ul li .link:hover::after {
  background: #02A4DE;
}

.top-page {
  background: url("../imagem/bg-01.png") no-repeat center center;
  background-size: cover;
  min-height: 445px;
}

.top-slider li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 100dvh;
}
.top-slider li .botao-w {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 478px) {
  .top-slider li .botao-w {
    justify-content: center;
  }
}
.top-slider li .item {
  padding: 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .top-slider li .item {
    padding: 3rem;
  }
}
.top-slider li h2 {
  font-family: "Corporate A BQ";
  font-weight: normal;
  font-size: 50px;
  color: #02A4DE;
  margin: 2rem 0;
}
@media screen and (max-width: 478px) {
  .top-slider li h2 {
    font-size: 40px;
  }
}
.top-slider li p {
  font-family: "Rubik";
  font-size: 1rem;
  font-weight: 300;
}
.top-slider li .botao {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  font-family: "Inter";
}
.top-slider li .scroll {
  max-width: 50px;
}

#section-1 {
  padding: 5rem 0 0;
}
#section-1 h3 {
  font-family: "Corporate A BQ";
  font-weight: normal;
  color: #191919;
  text-align: center;
}
#section-1 .slider .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 478px) {
  #section-1 .slider .item {
    padding: 0 1rem;
  }
}
#section-1 .slider .item .img img {
  width: 100%;
}
#section-1 .slider .item .title {
  color: #02A4DE;
  font-weight: 500;
  margin-top: 1rem;
}
#section-1 .slider .item .desc {
  color: #1D1D1B;
  font-weight: 400;
  margin: 1rem 0;
}
#section-1 .slider .item .vejamais {
  border: 1px solid #02A4DE;
  color: #02A4DE;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

#section-2 {
  padding: 2rem 0 0;
}
#section-2 h3 {
  font-family: "Corporate A BQ";
  font-weight: normal;
  color: #191919;
  text-align: center;
}
#section-2 .unidades {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #section-2 .unidades {
    flex-direction: column;
  }
}
#section-2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
#section-2 .item img {
  width: 100% !important;
  height: auto;
}
#section-2 .item .text {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-2 .item .text a {
  text-decoration: none;
  font-family: "Corporate A BQ";
  font-size: 40px;
  color: #02A4DE;
  background: #D9D9D9;
  padding: 1rem 2rem;
}
@media screen and (max-width: 478px) {
  #section-2 .item .text a {
    font-size: 30px;
  }
}

#section-3 {
  padding: 5rem 0;
  background: #F9F9F9;
}
@media screen and (max-width: 991px) {
  #section-3 .text {
    padding: 2rem 0;
  }
}
#section-3 h3 {
  font-family: "Corporate A BQ";
  font-weight: normal;
  color: #191919;
  text-align: center;
}
#section-3 p {
  color: #1D1D1B;
  font-size: 18px;
  line-height: 35px;
}
#section-3 .botao {
  color: #02A4DE;
  padding: 0.5rem 2rem;
  display: inline-block;
  border: 1px solid #02A4DE;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

#section-3b {
  padding: 3rem 0;
}
#section-3b .marca {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #section-3b .marca {
    flex-wrap: wrap;
  }
}

#section-4 {
  height: 530px;
  background: url("../imagem/bg-agendameto.png") no-repeat center center;
  background-size: cover;
}
#section-4 .mecanico-w {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #section-4 .mecanico-w {
    flex-wrap: wrap;
  }
}
#section-4 .mecanico-w .left, #section-4 .mecanico-w .right {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  #section-4 .mecanico-w .left, #section-4 .mecanico-w .right {
    width: 100%;
  }
}
#section-4 .mecanico-w .left img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  #section-4 .mecanico-w .left {
    display: none;
  }
}
#section-4 .mecanico-w .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#section-4 h4 {
  font-family: "Corporate A BQ";
  font-size: 30px;
  color: #02A4DE;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #section-4 .mecanico {
    display: none;
  }
}
#section-4 .btn-whatsapp {
  display: inline-block;
  border: 1px solid #02A4DE;
  color: #02A4DE;
  padding: 1rem 3rem;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter";
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-bottom: 2rem;
}
#section-4 .btn-whatsapp:last-child {
  margin-bottom: 0;
}

footer {
  min-height: 500px;
  background: #02A4DE;
  padding: 5rem 0;
  display: flex;
  align-items: center;
}
footer .img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo-rodape {
  max-width: 380px;
}
@media screen and (max-width: 478px) {
  footer .logo-rodape {
    max-width: 250px;
  }
}
footer .social {
  margin-bottom: 2rem;
}
@media screen and (max-width: 478px) {
  footer .social {
    text-align: center;
    margin: 1rem 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  footer .text {
    text-align: center;
  }
}
footer .text p {
  font-size: 0.95rem;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.hamburger {
  visibility: hidden;
  padding: 5px;
}
@media screen and (max-width: 1199px) {
  .hamburger {
    visibility: visible;
    display: flex;
    align-items: center;
  }
}

.hamburger-box {
  width: 35px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
  width: 35px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

#na {
  padding: 5rem 0 3rem;
  color: #153141;
  text-align: center;
}
#na h3 {
  font-size: 8rem;
  margin: 0;
}
@media screen and (max-width: 478px) {
  #na h3 {
    font-size: 5rem;
  }
}
#na p {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 1.5rem;
}
@media screen and (max-width: 478px) {
  #na p {
    font-size: 1.25rem;
  }
}
#na a {
  border: 2px solid #153141;
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  color: #153141;
  font-weight: bold;
  margin: 2rem 0 0;
}

#quemsomos {
  display: flex;
  align-items: center;
}
#quemsomos h2 {
  margin: 4rem 0 0;
  color: #02A4DE;
  font-family: "Corporate A BQ";
  font-size: 50px;
}
@media screen and (max-width: 478px) {
  #quemsomos h2 {
    font-size: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .servicos-1 {
    margin-bottom: 1px;
  }
}

.quemsomos-w {
  padding: 5rem 0;
  color: #1D1D1B;
}
@media screen and (max-width: 478px) {
  .quemsomos-w {
    padding: 3rem 0;
  }
}
.quemsomos-w h3 {
  font-family: "Corporate A BQ";
  margin: 0 0 3rem;
  font-size: calc(1.3rem + 0.6vw);
}
.quemsomos-w p {
  line-height: 2.2rem;
  font-size: 18px;
  font-family: "Rubik";
  color: #1D1D1B;
}
.quemsomos-w .content {
  justify-content: center;
  height: 100%;
  display: flex;
  padding: 2rem;
  justify-content: center;
}
.quemsomos-w .content .item {
  max-width: 380px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.quemsomos-w .content h4 {
  font-family: "Corporate A BQ";
  font-size: calc(1.3rem + 0.6vw);
  color: #02A4DE;
}
.quemsomos-w .content a {
  color: #02A4DE;
  text-decoration: underline;
}
.quemsomos-w .borda-azul {
  border-left: 2px solid #02A4DE;
}
@media screen and (max-width: 991px) {
  .quemsomos-w .borda-azul {
    border-left: none;
    border-top: 2px solid #02A4DE;
  }
}

.accordion-header {
  background-color: #02A4DE;
}

.accordion-button {
  font-family: "Corporate A BQ";
  color: #000000;
  font-size: 20px;
  text-align: center;
  background-color: #02A4DE;
}

.accordion-button:not(.collapsed) {
  background-color: #02A4DE;
  color: #ffffff;
}

.accordion-body {
  min-height: 195px;
  padding: 1rem 0;
  font-family: "Rubik";
}
@media screen and (max-width: 478px) {
  .accordion-body {
    min-height: auto;
  }
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(121deg) brightness(100%) contrast(104%);
}

.whatsapp-w {
  position: fixed;
  z-index: 99;
  bottom: 1rem;
  right: 1rem;
}
.whatsapp-w .whatsapp {
  max-width: 60px;
}/*# sourceMappingURL=style.css.map */