header .navbar .nav-link {
  font-size: 14px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
header .navbar .nav-link i {
  display: none;
}
header .navbar .nav-link.active {
  color: #9d0b0e;
  font-weight: bold;
}
header .navbar .nav-link.active i {
  font-size: 10px;
  display: inline-block;
}
header .navbar .nav-link.active i:before {
  vertical-align: 0em;
}
header .phone {
  color: #fff;
  background: #ec1c24;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
header .phone span {
  font-weight: lighter;
}
.info-header {
  font-size: 12px;
  font-weight: lighter;
}
.info-header i, .info-header span {
  color: #f48020;
}
.full-banner {
  padding: 120px 0;
  color: #fff;
}
.full-banner h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 36px;
}
.full-banner h1 span {
  font-weight: bold;
  color: #f48020;
}
.full-banner hr {
  height: 2px;
  opacity: 1;
  color: #f48020;
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.full-banner .lead {
  font-size: 14px;
}
.btn {
  border-radius: 20px;
  padding: 4px 30px 6px;
  font-size: 14px;
  margin: 0;
}
.btn.btn-primary {
  border: 0;
  background: #0f0101;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #0f0101;
  color: #fff;
}
.btn.btn-secondary {
  border: 0;
  background: #f38120;
  color: #fff !important;
}
.btn.btn-secondary:hover {
  background: #f38120;
  color: #fff;
}
.infos {
  color: #fff;
  background: #0f0101;
  background: linear-gradient(-90deg, #0f0101 50%, #ff1c24 50%);
}
.infos h4 {
  font-size: 16px;
  margin-bottom: 3px;
}
.infos p {
  margin: 0;
  font-size: 14px;
  font-weight: lighter;
}
.infos .info {
  display: flex;
  align-items: center;
}
.infos .info i {
  font-size: 30px;
  margin-right: 10px;
  color: #f48020;
}
.infos .info i::before {
  font-weight: bolder !important;
}
.infos .fone i {
  font-size: 18px;
  margin-right: 10px;
  color: #f48020;
}
.produtos {
  background: url(../themes/aco-base/assets/images/back-produtos.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.produtos .item {
  margin-bottom: 30px;
  padding: 0 20px;
}
.produtos .item .icon {
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produtos .item h3 {
  font-size: 20px;
}
.produtos .item p {
  margin-bottom: 5px;
}
.produtos .item a {
  text-decoration: none;
  font-size: 14px;
  color: #f48020;
}
.obras {
  background: #510409;
  color: #fff;
}
.contato {
  background: url(../themes/aco-base/assets/images/back-contato.jpg) #510409 center no-repeat;
  background-size: cover;
  color: #fff;
}
.section-title h3 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.section-title h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 26px;
}
.servicos .box-servicos .item {
  background: #9d0b0e;
  color: #fff;
  padding: 20px 40px;
  height: 100%;
}
.servicos .box-servicos .item._bg-2 {
  background: #850b14;
}
.servicos .box-servicos .item._bg-3 {
  background: #6b050d;
}
.servicos .box-servicos .item._bg-4 {
  background: #510409;
}
.servicos .box-servicos .item ._n {
  font-weight: bold;
  font-size: 32px;
}
.servicos .box-servicos .item p {
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 20px;
}
.obras {
  border-bottom: 4px solid #9d0b0e;
}
.obras h4 {
  font-size: 16px;
  text-align: left;
  padding: 10px 0;
  margin-top: 6px;
}
form label {
  margin-bottom: 3px;
}
.contato p {
  font-size: 14px;
  font-weight: lighter;
}
.contato .item {
  margin-bottom: 20px;
}
.contato .item p {
  margin-bottom: 5px;
  font-size: 18px;
}
.contato .item h4 {
  font-size: 20px;
}
.contato .item i {
  color: #f48020;
  font-size: 16px;
}
footer {
  background: url(../themes/aco-base/assets/images/back-rodape.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: -6px;
}
footer h4 {
  margin-bottom: 40px;
}
footer .pages {
  list-style: none;
  padding: 0;
}
footer .pages a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}
footer p {
  font-weight: lighter;
}
.line {
  height: 8px;
  width: 100%;
  background: #ec1c24;
}
.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.whatsapp a {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 30px;
  }
  .infos {
    background: #0f0101;
    text-align: center;
  }
  .infos .info {
    justify-content: center;
    margin-bottom: 30px;
  }
  .infos .info i {
    display: none;
  }
  .infos .fone {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .infos .fone i {
    display: none;
  }
  header .phone {
    margin-top: 20px;
    display: inline-block;
  }
  header img {
    max-width: 160px;
  }
  footer img {
    margin: 0 auto 40px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
  }
}
