/* Congelado — só /otimizacao-de-site-seo. Não editar para arrumar outra página. */

body.page-seo #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-seo #header .topo.sticky {
  position: fixed !important;
  background: #a12129 !important;
}
body.page-seo #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-seo #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}
body.page-seo .hpages {
  display: none !important;
  height: 0 !important;
}

body.page-seo .bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
body.page-seo .bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
  min-height: 220px;
}
body.page-seo .bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
body.page-seo .bannerH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  pointer-events: none;
}
body.page-seo .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-seo .bannerWords .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
}
body.page-seo .bannerWords.orange .bred {
  background: rgba(255, 147, 31, .92);
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  padding: 8px 28px;
  text-shadow: none;
}

body.page-seo #web {
  background: #fff;
  padding-bottom: 0;
}
body.page-seo .seo {
  padding: 10px 0 0;
}
body.page-seo .tituloPage {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 40px 0 24px;
  border-bottom: 5px solid #a12129;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}
body.page-seo .abs { text-align: center; }
body.page-seo .seo .texto {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
  font-weight: 300;
}

body.page-seo .seo-pilares,
body.page-seo .seo-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 10px 0 36px;
}
body.page-seo .seo-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-seo .seo-card {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 22px 18px;
  text-align: center;
}
body.page-seo .seo-card strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #222;
}
body.page-seo .seo-card span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
body.page-seo .seo-card i {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fe931f;
}

body.page-seo .boxSeo {
  background: #f7f7f7;
  padding: 40px 0 20px;
  margin: 20px 0 0;
}
body.page-seo .boxSeo .box {
  padding: 24px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #7b7b7b;
  font-weight: 300;
  background: #fff;
  min-height: 240px;
  margin-bottom: 24px;
}
body.page-seo .boxSeo .box div:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.page-seo .boxSeo .box .a1 { color: #4284f2; }
body.page-seo .boxSeo .box .a2 { color: #ea4235; }
body.page-seo .boxSeo .box .a3 { color: #d4a017; }
body.page-seo .boxSeo .box .a4 { color: #4d8af4; }
body.page-seo .boxSeo .box .a5 { color: #34a951; }
body.page-seo .boxSeo .imagem {
  width: 220px;
  max-width: 100%;
  background: #fff;
  padding: 28px;
  border-radius: 50%;
  margin: 30px auto;
}
body.page-seo .boxSeo .imagem img {
  width: 100%;
  height: auto;
  display: block;
}

body.page-seo .seo-form-wrap {
  background: #fff;
  padding: 40px 0 70px;
}
body.page-seo .seo-form-wrap .texto {
  text-align: center;
  max-width: 640px;
  margin: -10px auto 28px;
  color: #666;
}
body.page-seo .seo-form {
  max-width: 720px;
  margin: 0 auto;
}
body.page-seo .seo-form input,
body.page-seo .seo-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 16px;
  background: #fff;
}
body.page-seo .seo-form textarea { min-height: 140px; resize: vertical; }
body.page-seo .seo-form button {
  background: #a12129;
  color: #fff;
  border: 0;
  padding: 14px 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 8px auto 0;
}
body.page-seo .seo-form button:hover { filter: brightness(.95); }
body.page-seo .alerta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #41a729;
  color: #fff;
  padding: 16px 22px;
  z-index: 2000;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.page-seo .seo-pilares { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  body.page-seo .bannerH > img { height: 280px; }
  body.page-seo .bannerWords.orange .bred { font-size: 36px; }
  body.page-seo .seo-pilares,
  body.page-seo .seo-kpis { grid-template-columns: 1fr; }
}
