.pd-20 {
  padding: 20px;
}
.pd-30 {
  padding: 30px;
}
.card-veiculo {
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px;
}
.card-veiculo:hover {
  transition: 0.4s;
  transform: scale(1.05);
}
.card-veiculo img {
  border-radius: 4px 4px 0 0;
}
.card-veiculo h5 {
  font-size: 18px;
  line-height: 18px;
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-veiculo p {
  font-size: 13px;
  line-height: 15px;
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-veiculos h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.b-noticias h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.box.b-banner-estoque {
  padding: 20px;
}
.box.b-banner-details {
  padding: 20px;
}
.box.b-banner-estoque h3 {
  margin: 0;
}
.box.b-banner-details h3 {
  margin: 0;
}
.b-listagem,
.b-informacoes {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.b-informacoes img {
  border-radius: 4px;
}
.paginacao nav {
  font-size: 14px;
  text-align: center;
  background: unset;
  box-shadow: unset;
  border: 0;
}
.b-similar h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.opc {
  margin-top: 50px;
  margin-bottom: 40px;
  border-right: 2px dotted #bdbdbd;
}
.opc:nth-child(4n + 4) {
  border-right: none;
}
.opc span {
  font-size: 20px;
}
.obs {
  text-align: center;
}
.obs h4 {
  background: #f3f3f3;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
label {
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.btn-primary {
  padding: 15px;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  text-shadow: unset;
}
nav {
  border: 0;
}
[aria-label] {
  box-shadow: unset;
}
.breadcrumb {
  background: #ececec;
  border-radius: 0;
}
.breadcrumb li,
.breadcrumb li a {
  color: #263238;
  text-transform: uppercase;
  font-size: 10px;
}
.panel {
  box-shadow: unset;
}
.panel-default > .panel-heading {
  border-top: 4px solid #3498db;
}
.card-eventos {
  border-radius: 4px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.card-eventos:hover {
  transition: 0.4s;
  transform: scale(1.05);
}
.card-eventos img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 270px;
}
.card-eventos h5 {
  font-size: 20px;
  line-height: 22px;
}
.card-eventos p {
  font-size: 13px;
  line-height: 15px;
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-blog {
  margin-top: 40px;
  margin-bottom: 40px;
}
.truncate {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.widget img {
  width: 65px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.sidebar-nav {
  margin-bottom: 40px;
}
.menu-blog-ul h5 {
  margin: 0;
}
.titulospaginas {
  margin-bottom: 0;
}
.titulospaginas h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.titulospaginas .container {
  padding: 20px;
}
.grid-item.col-sm-12 .entry-header .titulo {
  width: 100%;
  padding: 6vh;
  margin: 0;
}
.grid-item.col-sm-12 .destaque {
  height: 500px;
  padding: 0;
}
.grid-item.col-sm-12 .destaque img {
  height: 500px;
}
.d-blog img {
  width: 100%;
  border-radius: 4px;
}
.formflex {
  display: flex;
  color: #ccc;
  padding: 15px 0;
}
.formflex .section {
  flex-grow: 1;
  flex-direction: column;
}
.formflex .section .control-group {
  padding-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.formflex .section .control-group .control {
  min-width: 284px;
}
.formflex .section .control-group .control-label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  h1 {
    line-height: 1.2;
  }
  .box.b-listagem {
    padding: 30px 0 !important;
  }
  .box.b-informacoes {
    padding: 30px 0 !important;
  }
  .box.b-noticias-eventos {
    padding: 30px 0 !important;
  }
  .box.b-informacoes-eventos {
    padding: 30px 0 !important;
  }
  .box.b-banner-estoque h3 {
    line-height: 28px;
  }
  .formflex {
    display: block;
    text-align: center;
  }
  .formflex .section .control-group {
    padding-right: 0;
  }
  .formflex .section .control-group .control {
    width: 100%;
  }
}
