<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: compact;
  src: url(/assets/fonts/compacta.woff)
}

h2 {
  font-weight: 500;
  text-align: start;
}

p {
  text-align: justify;
}
.bg-historia {
  background-image: url("/assets/img/pagina/historia/fundo_historia.webp");
}
#principal {
  text-align: center;
}
#principal .imagem-principal img {
  width: 200px;
}
#principal .texto-hd-principal {
  font-size: 25px;
}
.img-geral {
  text-align: end;
}
.img-geral img {
  height: 400px;
  width: 620px;
}
.texto-hd-principal h1 {
  font-family:compact;
  font-size: 60px;
}
.imagem-historia img {
  width: 100%;
}
.texto-historia h2 {
  font-size: 50px;
  font-family: compact;
}
.texto-historia span {
  font-size: 19px;
  font-weight: 500;
  font-family: "franklin-gothic-atf";
}

#historia-1905,
#historia-1909,
#historia-1917,
#historia-1936,
#historia-1952,
#historia-1965,
#historia-1981,
#historia-1991 {
  margin-top: 3%;
}
#historia-1905 .imagem-historia img {
  width: 104.5%;
  margin-left: -4.5px;
  margin-top: 3%;
}
#historia-1917 .imagem-historia img {
  margin-left: -43.7px;
  width: 147.5%;
}
#historia-1936 .imagem-historia img {
  width: 130%;
  margin-left: -174px;
}
#historia-1952 .imagem-historia img {
  width: 105.2%;
  margin-left: -20px;
}
#historia-1965 .imagem-historia img {
  margin-left: -54px;
  width: 110.3%;
}
#historia-1991 .imagem-historia img {
  margin-left: -24px;
  width: 108%;
}
#fundadores {
  text-align: center;
  margin-top: 5%;
}
#fundadores .imagem-fundador img {
  width: 50.9%;
}
#fundadores .texto-fundador p {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  color: #494949;
}
#faixa-harley .imagem-faixa {
  background-image: url(/assets/img/pagina/historia/faixa-hd.webp);
  height: 40px;
  background-size: contain;
  background-repeat: repeat;
}
@media (max-width: 2560px) {
  #fundadores .imagem-fundador img {
    width: 45%;
  }
}
@media (max-width: 1680px) {
  #fundadores .imagem-fundador img {
    width: 60%;
  }
}
@media (max-width: 1440px) {
  #fundadores .imagem-fundador img {
    width: 70%;
  }
  #faixa-harley .imagem-faixa {
    height: 36px;
  }
}
@media (max-width: 1366px) {
  #faixa-harley .imagem-faixa {
    height: 30px;
  }
  #historia-1936 .imagem-historia img {
    margin-left: -150px;
  }
  .texto-historia span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #faixa-harley .imagem-faixa {
    height: 25px;
  }
  #historia-1936 .imagem-historia img {
    margin-left: -110px;
  }
  .texto-historia span {
    font-size: 16px;
  }
  #historia-1905,
  #historia-1909,
  #historia-1917,
  #historia-1936,
  #historia-1952,
  #historia-1965,
  #historia-1981,
  #historia-1991 {
    margin-top: 6%;
  }
  #historia-1917 .imagem-historia img {
    margin-left: -43.7px;
    width: 100%;
  }
}
/* MOBILE */
@media (max-width: 1000px){
  h4.text-fiat {
    font-size: 17px;
  }
}

@media (max-width: 820px) {
  .imagem-historia,
  .texto-historia {
    margin-left: 0px !important;
  }
  .imagem-historia img {
    margin-left: 0px;
  }
  #historia-1905 img,
  #historia-1917 img,
  #historia-1936 img,
  #historia-1952 img,
  #historia-1965 img,
  #historia-1991 img {
    margin-left: 0px !important;
    width: 100% !important;
  }
  #faixa-harley .imagem-faixa {
    height: 30px;
    background-size: cover;
  }
}
@media (max-width: 820px) {
  #historia-1917 .imagem-historia img {
    width: 100%;
  }
  #historia-1936 .imagem-historia img {
    width: 100%;
    margin-left: 0px;
  }
  #fundadores .imagem-fundador img {
    width: 100%;
  }
}


@media (max-width: 414px) {
  .bg-historia {
    margin-left: 0px;
  }
  #principal .imagem-principal img {
    width: 150px;
  }
  .texto-hd-principal h1 {
    font-size: 35px;
  }
  .texto-historia h2 {
    font-size: 50px;
    text-align: center;
  }
  .imagem-historia,
  .texto-historia {
    margin-left: 0px !important;
  }
  .imagem-historia img {
    margin-left: 0px;
  }
  #historia-1905 img,
  #historia-1917 img,
  #historia-1936 img,
  #historia-1952 img,
  #historia-1965 img,
  #historia-1991 img {
    margin-left: 0px !important;
    width: 100% !important;
  }
}

@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {
}
@media (max-width: 768px) {
}
</pre></body></html>