/* Congelado — só /identidade-visual. Não editar para arrumar outra página. */

body.page-identidade #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-identidade #header .topo.sticky {
  position: fixed !important;
  background: #a12129 !important;
  height: 65px !important;
  min-height: 65px !important;
  z-index: 999;
}
body.page-identidade #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-identidade #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}
body.page-identidade .hpages {
  display: none !important;
  height: 0 !important;
}

body.page-identidade .bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
body.page-identidade .bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
  min-height: 220px;
}
body.page-identidade .bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
body.page-identidade .bannerH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  pointer-events: none;
}
body.page-identidade .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-identidade .bannerWords .categoria,
body.page-identidade .bannerWords.green .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
  text-shadow: none;
}
body.page-identidade .bannerWords.green .bred {
  background: linear-gradient(to right, rgba(35, 181, 115, .92), rgba(120, 201, 66, .92));
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  padding: 8px 24px;
  text-shadow: none;
}

body.page-identidade #producao {
  background: #fff;
  padding-bottom: 0;
}
body.page-identidade #producao .marca {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-identidade #producao .marca .frase {
  background: #f7fbfc;
  padding: 48px 0;
  border-bottom: 1px solid #e8eef0;
  color: #222;
  font-size: inherit;
  text-align: center;
}
body.page-identidade #producao .marca .frase blockquote {
  margin: 0 auto;
  max-width: 820px;
  border: 0;
  padding: 0;
  text-align: center;
}
body.page-identidade #producao .marca .frase .line1,
body.page-identidade #producao .marca .frase .line2 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
  color: #222;
  margin: 0 0 12px;
}
body.page-identidade #producao .marca .frase .line1 {
  font-weight: 300;
}
body.page-identidade #producao .marca .frase .line1 .fa,
body.page-identidade #producao .marca .frase .line2 .fa {
  color: #79c942;
  margin: 0 8px;
  font-size: 20px;
  vertical-align: middle;
}
body.page-identidade #producao .marca .frase .autor {
  margin-top: 18px;
  color: #777 !important;
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
}

body.page-identidade #producao .marca .tituloPage {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 22px;
  padding-top: 10px;
  padding-bottom: 0;
  color: #222;
  text-transform: uppercase;
  border-top: 5px solid #79c942;
  border-bottom: 0;
  display: inline-block;
}
body.page-identidade #producao .marca .texto,
body.page-identidade #producao .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  font-weight: 300;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
}
body.page-identidade #producao .marca .texto p {
  margin: 0 0 16px;
}

body.page-identidade #producao .marca-intro {
  padding: 50px 0 20px;
}
body.page-identidade #producao .marca-hero-img {
  overflow: hidden;
  background: #111;
  margin-bottom: 20px;
}
body.page-identidade #producao .marca-hero-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.page-identidade #producao .marca-servicos {
  padding: 20px 0 40px;
  background: #fff;
  text-align: center;
}
body.page-identidade #producao .marca-servicos .row {
  text-align: left;
}
body.page-identidade #producao .marca-card {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 26px 20px;
  min-height: 210px;
  margin-bottom: 20px;
  text-align: center;
  transition: border-color .2s ease, transform .2s ease;
}
body.page-identidade #producao .marca-card:hover {
  border-color: #79c942;
  transform: translateY(-3px);
}
body.page-identidade #producao .marca-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(121, 201, 66, .18);
  color: #79c942;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
body.page-identidade #producao .marca-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #222;
}
body.page-identidade #producao .marca-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

body.page-identidade #producao .marca-portfolio {
  padding: 20px 0 60px;
  background: #f4f4f4;
  text-align: center;
}
body.page-identidade #producao .marca-portfolio .row {
  text-align: left;
}
body.page-identidade #producao .marca-thumb {
  display: block;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  text-decoration: none !important;
  color: #222 !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
body.page-identidade #producao .marca-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}
body.page-identidade #producao .marca-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #222;
}
body.page-identidade #producao .marca-thumb span {
  display: block;
  padding: 12px 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
body.page-identidade #producao .marca-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}
body.page-identidade #producao .btn-marca {
  display: inline-block;
  background: linear-gradient(to right, #23b573, #78c942);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none !important;
  border: 0;
}
body.page-identidade #producao .btn-marca:hover {
  filter: brightness(1.05);
}
body.page-identidade #producao .btn-marca-outline {
  background: transparent;
  color: #23b573 !important;
  border: 2px solid #23b573;
}
body.page-identidade #producao .btn-marca-outline:hover {
  background: linear-gradient(to right, #23b573, #78c942);
  color: #fff !important;
  border-color: transparent;
}

@media (max-width: 767px) {
  body.page-identidade .bannerH > img { height: 280px; }
  body.page-identidade .bannerWords.green .bred { font-size: 24px; }
  body.page-identidade #producao .marca .frase .line1,
  body.page-identidade #producao .marca .frase .line2 { font-size: 20px; }
  body.page-identidade #producao .marca-hero-img img,
  body.page-identidade #producao .marca-thumb img { height: 160px; }
}
