/* Congelado — só /nossos-clientes. Não editar para arrumar outra página. */

body.page-clientes #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-clientes #header .topo.sticky {
  position: fixed !important;
  background: #a12129 !important;
  height: 65px !important;
  min-height: 65px !important;
  z-index: 999;
}
body.page-clientes #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-clientes #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}
body.page-clientes .hpages {
  display: none !important;
  height: 0 !important;
}

body.page-clientes .bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
body.page-clientes .bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
  min-height: 220px;
  background: #1a1a1a;
}
body.page-clientes .bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
body.page-clientes .bannerH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  pointer-events: none;
}
body.page-clientes .bannerWords {
  position: absolute;
  left: 0;
  right: 0;
  top: 62% !important;
  bottom: auto;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0 20px;
  display: block;
  transform: translateY(-50%);
  width: 100%;
}
body.page-clientes .bannerWords .categoria,
body.page-clientes .bannerWords.green .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
  text-shadow: none;
}
body.page-clientes .bannerWords.green .bred {
  background: linear-gradient(to right, rgba(35, 181, 115, .92), rgba(120, 201, 66, .92));
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  padding: 8px 24px;
  text-shadow: none;
}

body.page-clientes #clientes {
  background: #fff;
  color: #333;
}
body.page-clientes #clientesHome {
  background: #fff;
  padding: 0 0 20px;
  position: relative;
}
body.page-clientes #clientesHome.clientes-interna {
  padding: 0 0 20px;
}
body.page-clientes #clientes .abs {
  text-align: center;
}
body.page-clientes #clientes .tituloPage {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 40px 0 16px;
  border-top: 5px solid #79c942;
  border-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}
body.page-clientes #clientes .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
  font-weight: 300;
}

body.page-clientes #clientesHome .container-fluid {
  padding-left: 0;
  padding-right: 0;
  background: #1b1b1b;
}
body.page-clientes #clientesHome ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 0;
  overflow: visible;
}
body.page-clientes #clientesHome ul .boxCliente,
body.page-clientes #clientesHome li.boxCliente {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 28px 18px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #1b1b1b;
  text-align: center;
  position: relative;
}
body.page-clientes #clientesHome img {
  margin: 0 auto;
  max-width: 88%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: none;
  opacity: 1;
}
body.page-clientes #clientesHome li.boxCliente:hover {
  background: #111;
}

body.page-clientes #clientes .clientes-cta {
  text-align: center;
  padding: 36px 0 60px;
  background: #fff;
}
body.page-clientes #clientes .clientes-cta a {
  display: inline-block;
  background: linear-gradient(to right, #23b573, #78c942);
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 26px;
}

@media (max-width: 991px) {
  body.page-clientes #clientesHome ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.page-clientes .bannerH > img { height: 280px; }
  body.page-clientes .bannerWords.green .bred { font-size: 22px; }
  body.page-clientes #clientesHome ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.page-clientes #clientesHome ul .boxCliente,
  body.page-clientes #clientesHome li.boxCliente {
    height: 120px;
    padding: 18px 12px;
  }
}
