@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  /* border: 1px solid red; */
  font-family: "Titillium Web", sans-serif;
}
html,
body {
  min-height: 100dvh;
  scroll-behavior: smooth;
}
main {
  height: 100%;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 50px;
}
header {
  background-color: #000000;
  padding: 20px 5px;
}
.logo {
  width: 150px;
  height: 50px;
}
.menu {
  display: flex;
  justify-content: center;
}
.menu nav {
  display: flex;
}
.menu nav a {
  color: #fcfcfc;
  text-decoration: 30px;
  font-size: 18px;
  padding-right: 50px;
  position: relative;
}
.menu nav a:hover {
  color: yellow;
}
.sociais {
  display: flex;
  gap: 20px;
}
.sociais button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.sociais button i {
  color: #fcfcfc;
  font-size: 20px;
  transition: 0.3s;
}
.sociais button i:hover {
  color: rgba(255, 255, 4, 0.993);
  font-size: 27px;
}
.menu nav a::after {
  display: flex;
  content: " ";
  width: 0px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  transition: width 0.5s;
}
.menu nav a:hover::after {
  width: 30px;
}
.textoTW {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}
.t {
  position: relative;
  top: 350px;
  font-size: 200px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  left: 50px;
  font-style: italic;
  height: 200px;
}
.w {
  position: relative;
  font-size: 150px;
  font-family: Arial, Helvetica, sans-serif;
  left: 15px;
  color: #fff;
  font-style: italic;
  height: 200px;
  top: 396px;
}
.motos {
  position: relative;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #fff;
  height: 100px;
  top: 530px;
  right: 220px;
}
.estrofe {
  position: relative;
  top: 10px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-style: italic;
  height: 250px;
}
.caixaDoBotao {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  margin-right: 100px;
  margin-top: 20px;
  height: 70px;
}
.botao {
  filter: drop-shadow(3px 12px 10px #000000);
  margin-top: 10px;
}
.btnFaleConosco {
  background-color: rgb(238, 255, 0);
  border-radius: 20px;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 500;
  transition: 0.4s;
}
.btnFaleConosco:hover {
  background-color: rgb(248, 40, 40);
}
.btnFaleConosco:hover {
  margin-top: 0px;
}
.imagemMoto {
  background: url("img/background.jpg.png") no-repeat;
  aspect-ratio: 16 / 9 auto;
  background-size: cover;
  display: flex;
  width: 100%;
}

.descriptionTw {
  width: 100%;
}

.sobreTw {
  display: flex;
  width: 100%;
  align-items: center;
}
.imagee {
  display: flex;
  width: 100%;
}
.imagem2 {
  width: 100%;
}
.desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.description {
  font-family: "Montserrat", sans-serif;
}
.description::after {
  content: "";
  display: flex;
  width: 90px;
  height: 2px;
  background-color: rgb(255, 0, 0) !important;
  margin-top: 5px;
}
.descc {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}

.butovisk {
  height: 10px;
}

.descriptionTwII {
  display: flex;
  width: 100%;
  background-color: #273036;
  padding: 0;
}
.blocoII {
  display: flex;
  margin-top: 150px;
  flex-direction: row-reverse;
  align-items: center;
}
.imagemIII {
  width: 100%;
  display: flex;
  filter: drop-shadow(3px 12px 10px #000000);
}
.textoFilhoH {
  margin-left: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: rgb(253, 253, 253);
}
.textoFilhoP {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgb(216, 213, 213);
  margin-left: 50px;
}
.textoFilhoH::after {
  content: "";
  display: flex;
  width: 90px;
  height: 2px;
  background-color: rgb(255, 0, 0) !important;
  margin-top: 5px;
}
.textoFilho {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.waves {
  position: relative;
  top: 7px;
}
.descriptionTwIII {
  display: flex;
  width: 100%;
  padding: 0;
}
.blocoDescription {
  display: flex;
  width: 100%;
  padding: 0;
}
.fotoDaMota {
  width: 100%;
  display: flex;
}
.fimDoDescription {
  display: flex;
}
.textosFinais {
  display: flex;
  flex-direction: column;
  width: 70%;
  justify-content: center;
  gap: 15px;
}
.diferenciais {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.diferenciais::after {
  content: "";
  display: flex;
  width: 90px;
  height: 2px;
  background-color: rgb(255, 0, 0) !important;
  margin-top: 5px;
}
.sobreDiferenciais {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgb(7, 0, 0);
}
.rdp {
  background-color: #273036;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: center;
  height: 200px;
}
.textoRodape {
  display: flex;
}
.twRodape {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.sobre {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.twRodape {
  font-size: 40px;
  font-style: italic;
  color: #f5eded7a;
}
.contato {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.897);
  font-style: italic;
  font-size: 25px;
}
.paragrafo {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.664);
  gap: 10px;
}
.fotoFinal {
  padding: 0px;
}
.icon {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 30px;
  background-color: #01e675;
  color: #ffffff;
  border-radius: 50%;
  padding: 3px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  box-shadow: 2px 2px 2px #c0bdbd;
}
.icon .fab {
  padding-top: 9px;
}
.icon:hover {
  background-color: #fff;
  color: #029e3b;
  font-weight: 900;
  box-shadow: 2px 2px 20px #5fe690;
}
.insta {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.664);
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
