/* Congelado — só /casos-de-sucesso. Não editar para arrumar outra página. */

body.page-cases #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-cases #header .topo.sticky {
  position: fixed !important;
  background: #a12129 !important;
  height: 65px !important;
  min-height: 65px !important;
  z-index: 999;
}
body.page-cases #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-cases #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}
body.page-cases .hpages {
  display: none !important;
  height: 0 !important;
}

body.page-cases .bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
body.page-cases .bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
  min-height: 220px;
}
body.page-cases .bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
body.page-cases .bannerH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  pointer-events: none;
}
body.page-cases .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-cases .bannerWords .categoria,
body.page-cases .bannerWords.green .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
  text-shadow: none;
}
body.page-cases .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-cases #cases {
  background: #fff;
  color: #333;
  padding: 0 0 0;
}
body.page-cases #cases .cases {
  padding: 0;
}
body.page-cases #cases .cases-page .abs {
  text-align: center;
}
body.page-cases #cases .cases-page .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-cases #cases .cases-page .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
  font-weight: 300;
}

body.page-cases #cases .grid-cases {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
body.page-cases #cases .grid-cases li {
  float: none;
  width: auto;
  margin: 0;
}
body.page-cases #cases .grid-cases a {
  display: block;
  overflow: hidden;
  background: #111;
  text-decoration: none;
  color: #fff;
}
body.page-cases #cases .grid-cases img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: #222;
}
body.page-cases #cases .grid-cases .meta {
  padding: 16px 18px 18px;
  background: #1b1b1b;
}
body.page-cases #cases .grid-cases .meta span {
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #79c942;
  margin-bottom: 4px;
}
body.page-cases #cases .grid-cases .meta strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-cases #cases .grid-cases a:hover img {
  opacity: .92;
}

body.page-cases #cases .cases-cta {
  text-align: center;
  padding: 20px 0 60px;
}
body.page-cases #cases .cases-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;
  margin: 0 8px 10px;
}
body.page-cases #cases .cases-cta a:first-child {
  background: #1b1b1b;
}

@media (max-width: 767px) {
  body.page-cases .bannerH > img { height: 280px; }
  body.page-cases .bannerWords.green .bred { font-size: 22px; }
  body.page-cases #cases .grid-cases {
    grid-template-columns: 1fr;
  }
  body.page-cases #cases .grid-cases img { height: 200px; }
}
