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


header {
  width: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

i {
  color: #fff;
}

.header-icons {
  margin-top: 15px;
  display: flex;
  gap: 18px;
  text-align: center;
}

.header-icons a:hover i {
  animation: translateY 0.6s infinite alternate;
  color: #3d95ee;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-8px) scale(1.1);
  }
}
.header-button {
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
}

.header-button:hover {
  border: 1px solid #0467ca;
  background-color: #0467ca;
}

.header-logo {
  margin: 0 auto;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {

  .header-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-content i {
    margin-top: 16px;
    font-size: 34px;
  }
  .header-logo img {
    width: 160px;
    margin-top: 46px;
  }
  .header-button {
    display: none;
  }
}

.text-video-insta{
  width: 500px;
  height: 250px;
  color: white;

}

@media screen and (max-width: 768px) {
  .text-video-insta{
    width: 80%;
    margin-top: 30px;
    margin-bottom: 120px;
    color: white;
  }

}

.video{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.video img{
  width: 100%;
  margin-left: -5.5%;
  margin-top: -15%;
  height: 1200px;
  position: absolute;
  z-index: 1;
  opacity: 5%;
}

.texto-video{
  width: 600px;
  height: 300px;
  margin-right: 170px;
  border-radius: 8px;
  text-align: center;
  padding-top: 45px;
  color: #06121e;
  background-color: white;
  z-index: 2;
}

.texto-video h2 {
  font-size: 38px;
  margin-bottom: 24px;
}

.texto-video p{
  margin-bottom: 14px;
  line-height: 150%;
}

.buttonMoto {
  margin-top: 80px;
}

.buttonMoto a:hover{
  background-color: #082038;
}

.player{
  z-index: 2;
  padding-top: 40px;
  padding-right: 160px;
}

.videoCarro{
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.texto-videoCarro{
  width: 600px;
  height: 300px;
  border-radius: 8px;
  text-align: center;
  padding-top: 45px;
  color: white;
  background-color: #06121e;
}

.texto-videoCarro h2{
  margin-bottom: 10px;
}

.buttonCarro {
  margin-top: 80px;
}

.buttonCarro a:hover{
  background-color: #fff;
  color: #0467ca;
}

.playerCarro{
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: black;
}

@media screen and (max-width: 768px) {
  .video {
    flex-direction: column;
  }
  .texto-video{
    width: 80%;
    height: 300px;
    border-radius: 8px;
    text-align: center;
    margin-left: 45%;
    margin-bottom: 40px;
    padding-top: 45px;
    padding-left: 10px;
    color: #06121e;
    background-color: white;
    z-index: 2;
  }



  .player{
    margin-left: 40%;
    z-index: 2;
  }
  video{
    width: 300px;
    height: 380px;
  }
  .video img{
    width: 100%;
    margin-left: -50%;
    margin-top: -15%;
    height: 1750px;
    position: absolute;
    z-index: 1;
    opacity: 5%;
  }

  .videoCarro{
    flex-direction: column;
  }
  
  .texto-videoCarro{
    width: 80%;
    height: 300px;
    border-radius: 8px;
    text-align: center;
    padding-top: 45px;
    color: white;
    background-color: #06121e;
    margin: 20px;
  }
}

.hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #CCC, transparent);
  background-color: white;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8px;
}

.bg-home {
  position: relative;
}

.bg-home::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(6, 18, 30, 0.1), #06121e), url("../assets/bannerHome.jpg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.msg-banner{
  color: white;
  font-size: larger;
  margin-left: 300px;
  margin-top: 100px;
  padding-top: 50px;
  display: flex;
  position: relative;
  flex-direction: column;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .msg-banner{
    width: 250px;
    color: white;
    margin-left: 80px;
    margin-top: -1px;
    font-size: smaller;
    display: flex;
    flex-direction: column;
    line-height: 2.0;
  }
  .msg-banner h1{
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.hero {
  color: #fff;
  min-height: 80vh;
  margin-top: -150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.hero h1 {
  text-align: center;
  line-height: 150%;
  max-width: 940px;
  font-size: 46px;
}
.hero p {
  text-align: center;
  margin: 14px 0;
}

.button-contact {
  padding: 14px 28px;
  color: #fff;
  background-color: #0467ca;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0;
  border-radius: 4px;
}

.button-contact:hover {
  animation: scaleButton 0.8s alternate infinite;
}

@keyframes scaleButton {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 60vh;
  }
  .hero h1 {
    font-size: 34px;
    padding: 0 14px;
    width: 100%;
  }
  .hero p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .hero h1 {
    font-size: 24px;
  }
}
.about {
  background-color: #06121e;
  overflow: hidden;
  color: #fff;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 34px 14px 64px 14px;
}
.about-content img {
  max-width: 770px;
}

.about-content div {
  flex: 1;
}

.about-description h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.about-description p {
  margin-bottom: 14px;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }
}
.services {
  background-color: #fff;
  color: #232224;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 14px;
}

.services-content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  margin-bottom: 14px;
}

.services-content p {
  line-height: 150%;
  margin-bottom: 14px;
  text-align: center;
  max-width: 780px;
}

.services p{
  width: 85%;
  margin-top: 20px;
}

.veiculos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 44px 34px 44px;
}

.veiculo {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px -1px 17px -4px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.veiculo img {
  max-width: 450px;
  height: 300px;
  transition: transform 0.4s;
}

.veiculo img:hover {
  transform: scale(1.2);
  z-index: 1;
}

.veiculo-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background-color: #fff;
  z-index: 99;
}

.veiculo-info a {
  font-size: 12px;
  color: #fff;
  background-color: #0467ca;
  padding: 2px 4px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

.veiculo-info a:hover {
  color: #0467ca;
  background-color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #0467ca;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .veiculos {
    flex-direction: column;
  }
  .veiculo img {
    height: 210px;
  }
}
/*
// GALERIA--------------------------
.galeria {
    background-color: $white-normal;
    color: $white-normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 40px;
}

.galeria-content {
    padding: 20px;
    background-color: $primary-normal;
    border-radius: 25px;
}

.fotos-galeria {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.title-galeria {
    margin: 30px;
    font-size: 30px;
}

.fotos img {
    width: 325px;
    height: 320px;
    margin: 20px;
    padding: 10px;

}

@media screen and (max-width: 768px) {
    .galeria {
        background-color: $white-normal;
        color: $white-normal;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 54px 40px;
    }

    .galeria-content {
        padding: 20px;
        background-color: $primary-normal;
        border-radius: 25px;
    }

    .fotos-galeria {

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }

    .title-galeria {
        margin: -5px;
        font-size: 15px;
    }

    .title-galeria p {
        margin-bottom: 20px;
    }

    .fotos img {
        width: 210px;
        height: 190px;
        margin: 20px;
    }
}

// ---------------------------------
*/
.slider {
  margin: 0 auto;
  width: 800px;
  height: 400px;
  overflow: hidden;
}

.slides {
  width: 400%;
  height: 400px;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 25%;
  position: relative;
  transition: 2s;
}

.slide img {
  width: 250px;
  height: 350px;
}

.manual-navigation {
  position: absolute;
  width: 800px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.manual-btn:not(:last-child) {
  margin-right: 10px;
}

.manual-btn:hover {
  background-color: #fff;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -25%;
}

#radio3:checked ~ .first {
  margin-left: -50%;
}

#radio4:checked ~ .first {
  margin-left: -75%;
}

.navigation-auto div {
  border: 2px solid #3d95ee;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.navigation-auto {
  position: absolute;
  width: 800px;
  margin-top: 410px;
  display: flex;
  justify-content: center;
}

.navigation-auto div:not(:last-child) {
  margin-right: 10px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background-color: #fff;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background-color: #fff;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background-color: #fff;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background-color: #fff;
}

.galeria-content {
  padding: 35px;
  background-color: #06121e;
  border-radius: 25px;
}

.galeria {
  background-color: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 40px;
}

.title-galeria {
  margin: 30px 0;
  font-size: 20px;
}

.title-galeria p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .slider {
    margin: 0 auto;
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .manual-navigation {
    display: none;
  }
  .navigation-auto {
    display: none;
  }
}
/*---FOOTER---*/
.footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 54px 0;
  gap: 24px;
  color: #fff;
}

.footer-infos p {
  margin-bottom: 2%;
  align-items: center;
  justify-content: center;
}

.footer a {
  margin: 0%;
}

.footer-logo {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px;
}

.footer-icons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  margin-bottom: 40px;
  gap: 18px;
  text-align: end;
}

.footer-icons a:hover i {
  animation: translateY 0.6s infinite alternate;
  color: #3d95ee;
}

.footer-divisao {
  border-top: solid 1px #082038;
}

.footer-final {
  display: flex;
  justify-content: space-evenly;
  color: white;
  margin: 16px 0;
}

.footer-final a {
  color: #fff;
}

.footer-final a:hover {
  color: #0467ca;
}

@media screen and (max-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
    text-align: start;
    padding: 25px;
  }
  .footer a {
    margin-bottom: -25px;
  }
  .footer-logo img {
    width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 140px;
  }
  .footer-button {
    display: none;
  }
  .footer-icons {
    gap: 50px;
  }
  .footer-final {
    margin: 20px 23px;
    font-size: 12px;
  }
}

.btn-wpp {
  float: right;
  position: fixed;
  padding-right: 5px;
  padding-bottom: 5px;
  bottom: 14px;
  right: 24px;
  z-index: 99;
}
.btn-wpp img {
  max-width: 74px;
  transition: transform 0.4s;
}
.btn-wpp img:hover {
  transform: scale(1.1);
}

.btn-wpp .tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 120px;
  /*bottom: 95px;
  left: -25px;*/
  top: 20px;
  left: -144px;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #232224;
  color: #fff;
}

.btn-wpp:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btn-wpp {
    display: none;
  }
}
.privacidade {
  background-color: #fff;
  color: #232224;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px;
  padding: 54px 40px;
  border-radius: 20px;
}
.privacidade h2 {
  text-align: center;
  margin-bottom: 60px;
}
.privacidade p {
  text-align: justify;
  margin-top: 20px;
}
.privacidade strong {
  text-align: start;
}

body {
  font-family: "Sora", sans-serif;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #06121e;
}

button {
  font-family: "Sora" sans-serif;
  cursor: pointer;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */