* {
  font-family: "VW Head", sans-serif;
}
header {
  background: #001E50;
  color: #fff;
  padding: 15px 0;
}
header .truckbus {
  max-width: 35px;
}
header .nav-link {
  font-size: 14px;
}
header .nav-link.disabled, header .nav-link:disabled {
  color: #fff;
}
.bg-w {
  background: #fff !important;
}
.btn.btn-primary {
  background-color: #0082D6;
  font-size: 14px;
  border-radius: 0;
}
p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}
.hero {
  background: url(../themes/tuckbus/assets/images/hero.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0;
  min-height: 600px;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero h1 {
  font-weight: bold;
}
.hero h2 {
  font-weight: 300;
  font-size: 24px;
}
section h2 {
  font-weight: bold;
}
.veiculos {
  background: #DFE4E8;
  padding: 80px 0 100px;
}
.veiculos h2 {
  text-align: center;
}
.veiculos .box-veiculos {
  margin-top: 40px;
}
.veiculos .box-veiculos .item {
  background: #fff;
  padding: 15px;
  text-align: center;
  border: solid 1px #DFDFDF;
}
.veiculos .box-veiculos .item img {
  height: 200px;
  object-fit: contain;
}
.veiculos .box-veiculos .item h3 {
  font-size: 18px;
  min-height: 50px;
}
.veiculos .box-veiculos .item p {
  min-height: 130px;
  margin: 0;
}
.veiculos .box-veiculos .item .btn {
  margin-bottom: -50px;
}
.destaques {
  padding: 80px 0;
}
.destaques h2 {
  border-top: solid #00B0F0 3px;
  padding: 30px 0;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 40px;
}
.destaques img {
  max-width: 500px;
  padding-bottom: 15px;
}
.destaques .item {
  border-left: solid #00B0F0 2px;
  padding-left: 20px;
}
.destaques .item p {
  margin-bottom: 60px;
  max-width: 500px;
}
.destaques .mod {
  max-width: 1100px;
  margin: 0 auto;
}
.destaques .mod h3 {
  font-size: 20px;
}
.destaques .mod img {
  max-width: none;
}
.banner .carousel-cell {
  width: 60%;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
  height: 600px;
}
.banner .carousel-cell.is-selected {
  opacity: 1;
}
.action {
  background: url(../themes/tuckbus/assets/images/bg-action.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.action img {
  max-width: 600px;
}
.action h3 {
  margin: 15px 0 0 0;
  font-size: 24px;
}
.noticias {
  padding: 80px 0;
}
.noticias .box-noticias {
  margin-top: 40px;
}
.noticias .box-noticias .item {
  text-align: center;
  border: solid #DFDFDF 1px;
}
.noticias .box-noticias .item .info {
  padding: 15px 6px;
}
.noticias .box-noticias .item .info p {
  margin: 0;
}
.noticias .box-noticias .item .info .btn {
  margin-bottom: -50px;
  width: 100%;
  max-width: 200px;
}
.servicos {
  padding: 80px 0;
  background: #DFE4E8;
  text-align: center;
}
.servicos .box-servicos {
  max-width: 1000px;
  margin: 40px auto 0;
}
.servicos .box-servicos .item {
  background: #fff;
  padding: 15px;
}
.servicos .box-servicos .item img {
  margin: 15px 0;
}
.servicos .box-servicos .item h3 {
  font-size: 18px;
  min-height: 43px;
}
.servicos .box-servicos .item p {
  min-height: 130px;
  margin: 0;
}
.servicos .box-servicos .item .btn {
  margin-bottom: -50px;
}
.contato {
  padding: 120px 0;
  background: #DFE4E8;
}
.contato .box-contato {
  background: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.contato .box-contato h2 {
  text-align: center;
}
.contato .box-contato h3 {
  text-align: center;
  font-size: 20px;
}
.contato .box-contato .box-form {
  margin-top: 30px;
}
.contato .box-contato .box-form .form-control {
  border-radius: 0;
  border-color: #707070;
  padding: 1rem 0.75rem;
}
.contato .box-contato .box-form h5 {
  font-size: 18px;
}
.contato .box-contato .box-form a {
  text-decoration: none;
}
.contato .box-contato .box-form .btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 40px auto -46px;
}
.detalhe {
  padding: 100px 0 40px;
}
.detalhe span {
  opacity: 0.5;
  font-size: 12px;
  display: block;
}
.detalhe h1 {
  font-weight: bold;
  font-size: 34px;
  border-top: solid #00B0F0 3px;
  margin-top: 10px;
  padding-top: 10px;
}
.detalhe .infos {
  margin-top: 40px;
  padding-top: 10px;
  border-top: solid #B4B4B4 2px;
  font-size: 12px;
  font-weight: bold;
}
.detalhe .infos span {
  font-weight: normal;
}
footer {
  padding: 80px 0;
  background: #001E50;
  color: #fff;
  font-size: 14px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul a {
  text-decoration: none;
  color: #FFF;
}
footer p {
  opacity: 1;
}
