body {
  background-color: #F7F7F7;
  font-family: "Helvetica Neue", sans-serif;
}
header {
  background: #000;
  padding: 10px 0;
}
header .navbar-brand small {
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
header .nav-link {
  color: #fff;
  font-size: 14px;
}
header .nav-link.whatsapp {
  background: #00D864;
  color: #000;
  padding: 4px;
}
header .nav-link.whatsapp i {
  font-size: 16px;
}
header .logo {
  width: 100%;
  max-width: 160px;
}
.btn {
  padding: 5px 30px;
}
.btn.btn-primary {
  background: #02A2E1;
  border-radius: 0;
  border: 0;
}
.btn.btn-primary :hover, .btn.btn-primary :focus, .btn.btn-primary :active {
  background: #02A2E1;
}
.box-randon {
  background: url(../themes/randon/assets/images/bg-c.png) 120% center no-repeat #02A2E1;
  color: #fff;
  padding: 100px 0;
}
.box-randon h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-style: italic;
}
.box-randon h3 {
  font-size: 18px;
  color: #000;
  margin: 20px 0;
}
.bg-w {
  background: #fff;
}
.implementos {
  padding: 60px 0;
}
.implementos h2 {
  color: #00A3E0;
  font-weight: 500;
  font-size: 40px;
  font-style: italic;
}
.implementos h3 {
  font-size: 16px;
  max-width: 500px;
}
.implementos .box-implementos {
  margin: 50px 0;
}
.implementos .box-implementos .item img {
  width: 100%;
  object-fit: cover;
  min-height: 331px;
  background: #d0d0d0;
}
.implementos .box-implementos .item .info {
  background: #000;
  padding: 20px 15px;
}
.implementos .box-implementos .item .info h2 {
  font-size: 20px;
  font-style: normal;
}
.implementos .box-implementos .item .info p {
  color: #fff;
  font-size: 16px;
}
.marcas {
  background: #000;
  padding: 120px 0;
}
.marcas h2 {
  color: #00A3E0;
  letter-spacing: 3px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 100px;
}
.marcas img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.servicos {
  padding: 100px 0;
}
.servicos h2 {
  color: #00A3E0;
  font-weight: 500;
  font-size: 40px;
  font-style: italic;
}
.servicos h3 {
  font-size: 16px;
}
.servicos .itens .item {
  background: #00A3E0;
  color: #fff;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.servicos .itens .item .info {
  padding: 20px;
}
.servicos .itens .item .info p {
  font-size: 12px;
  margin: 0;
}
.servicos .itens .item h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.servicos .itens .item img {
  max-width: 40%;
}
footer {
  padding: 200px 0 40px;
}
footer .logo {
  filter: invert(1);
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
footer p {
  font-size: 14px;
}
footer small {
  font-size: 12px;
}
footer img {
  width: 100%;
  max-width: 200px;
}
.box-breadcrumb {
  background: #00A3E0;
  padding: 10px 0;
}
.box-breadcrumb .breadcrumb {
  margin: 0;
}
.box-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.box-breadcrumb .breadcrumb .breadcrumb-item:before {
  color: #000;
}
.veja-mais {
  padding: 80px 0 0;
}
.veja-mais h2 {
  font-weight: bold;
  color: #C90000;
  font-size: 22px;
}
.veja-mais .item h2 {
  font-weight: 300;
}
.veja-mais .item p {
  margin-bottom: 30px;
}
.hero-veiculos {
  background: url(../themes/randon/assets/images/bg-page.svg) 250% center #000 no-repeat;
  background-size: 80%;
  color: #fff;
  padding: 80px 0;
}
.hero-veiculos h1 {
  font-style: italic;
  color: #00A3E0;
  margin-bottom: 20px;
  font-size: 34px;
}
.hero-veiculos p {
  max-width: 400px;
}
.detalhe-veiculo {
  padding: 40px 0;
}
.detalhe-veiculo h2 {
  font-weight: 300;
  color: #02A2E1;
  font-size: 36px;
}
.detalhe-veiculo .box-infos {
  margin-top: 60px;
}
.detalhe-veiculo .box-infos h3 {
  font-weight: bold;
  color: #02A2E1;
  font-size: 22px;
  margin-bottom: 10px;
}
.slider .flickity-page-dots {
  bottom: 30px;
  z-index: 9;
}
.slider .flickity-page-dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
@media (max-width: 1400px) {
  .box-randon {
    background: url(../themes/randon/assets/images/bg-c.png) 210% center no-repeat #02A2E1;
    color: #fff;
    padding: 81px 0;
  }
}
@media (max-width: 992px) {
  .box-randon {
    background: #02A2E1;
  }
  .hero {
    background-position: left;
  }
  .hero-veiculos {
    background: #000;
  }
}
