/* =========================================================
   Páginas internas — Fox Agência
   ========================================================= */

.clear { clear: both; }
.nm { margin: 0 !important; }
.mt30 { margin-top: 30px; }
.mt60 { margin-top: 60px; }

/* Header branco só em internas SEM hero overlay (home e agência usam o header original) */
body:not(.is-home):not(.page-hero-header) #header .topo {
  position: relative !important;
  background: #fff !important;
  height: auto;
  min-height: 88px;
  box-shadow: 0 1px 8px rgba(0,0,0,.08);
}
body:not(.is-home):not(.page-hero-header) .hpages {
  height: 0 !important;
  display: none !important;
}
body.page-hero-header:not(.is-home) #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}

/* Header no fluxo: o 110px do mega menu é da home (header absolute). */
body:not(.is-home):not(.page-hero-header) #header .megaMenu {
  top: 0;
}

body:not(.is-home):not(.page-hero-header) #header .sticky .megaMenu {
  top: 110px;
}
/* página de portfólio com header escuro */
.topo-portifolio,
#header .topo.topo-portifolio {
  background: #242424 !important;
}
.topo-portifolio .nav > li > a,
.topo-portifolio .society a,
.topo-portifolio .orcamental a {
  color: #fff !important;
}
.topo-portifolio .areacliente a { color: var(--fox-cyan, #5acee1) !important; }

/* ===== Banner padrão das internas ===== */
.bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
.bannerH {
  position: relative;
  width: 100%;
  min-height: 220px;
}
.bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
.bannerWords {
  position: absolute;
  left: 0;
  right: 0;
  top: 62% !important;
  bottom: auto;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0 20px;
  display: block;
  transform: translateY(-50%);
}
.bannerWords .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
}
.bannerWords .bred {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.1;
}
.bannerWords.red .bred {
  background: rgba(211, 36, 58, .9);
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  padding: 8px 24px;
  text-shadow: none;
}
.bannerWords.orange .bred { color: #ff9f43; }
.bannerWords.green .bred { color: #5acee1; }
.bannerWords.blue .bred { color: #5acee1; }

.tituloPage {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 18px;
  color: #222;
  text-transform: uppercase;
  line-height: 1.2;
}
#web .texto,
#marketing .texto,
#producao .texto,
.seo .texto,
.site .texto,
.redes .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}
#web .texto p,
#marketing .texto p,
.redes .texto p { margin: 0 0 16px; }

.abs { position: relative; }
.tituloBlack {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 20px;
  color: #222;
  text-transform: uppercase;
}

/* imagem com máscara */
.rees { margin: 40px 0; }
.rees .container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.rees .container > .row > [class*="col-"] {
  float: none;
  display: flex;
  flex-direction: column;
}
.rees .imagem {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  flex: 1;
  min-height: 240px;
  background: #222;
}
.rees .imagem img,
.rees .col-sm-8 > img,
.rees .row > [class*="col-"] > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  flex: 1;
}
.rees .blackMask {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 16px;
}
.rees .blackMask a {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* ===== CONTATO ===== */
#contato {
  padding-bottom: 60px;
  background: #fff;
}
#contato .titulo h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0 30px;
  color: #222;
  letter-spacing: .06em;
}
#contato .formulario {
  margin-bottom: 20px;
}
#contato .form-contato input,
#contato .form-contato textarea {
  width: 100%;
  display: block;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
  border-radius: 2px;
}
#contato .form-contato textarea {
  min-height: 140px;
  resize: vertical;
}
#contato .form-contato button {
  background: var(--fox-cyan, #5acee1);
  color: #fff;
  border: 0;
  padding: 14px 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
#contato .form-contato button:hover { background: #2aa8c0; }
#contato .box1 {
  background: #f5f5f5;
  padding: 30px;
  min-height: 280px;
}
#contato .telefone-box,
#contato .email-box { margin-bottom: 24px; }
#contato .box1 .titulo {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--fox-cyan, #5acee1);
  margin-bottom: 10px;
}
#contato .box1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contato .box1 li {
  font-size: 15px;
  color: #444;
  margin: 6px 0;
}
#contato .icons ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  gap: 10px;
}
#contato .icons li {
  width: 48px;
  height: 48px;
  background: var(--fox-cyan, #5acee1);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contato .icons .tbl1,
#contato .icons .tbl2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
#contato .icons .tbl1::before {
  font-family: FontAwesome;
  content: "\f095";
}
#contato .icons .tbl2::before {
  font-family: FontAwesome;
  content: "\f041";
}
#contato .alerta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #2ecc71;
  color: #fff;
  padding: 16px 22px;
  border-radius: 4px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  max-width: 360px;
}

/* Clientes da home e da interna usam o CSS original (fundo escuro + logos claros) */

/* ===== CASES ===== */
#cases { background: #111; color: #fff; padding-bottom: 40px; }
#cases .tituloex {
  padding: 40px 0 20px;
  position: relative;
}
#cases .tituloex ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#cases .tituloex li:first-child {
  font-size: 18px;
  color: var(--fox-cyan, #5acee1);
  letter-spacing: .2em;
}
#cases .tituloex li:last-child {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
#cases .box.blue { background: #0f0f0f; padding: 20px 0 40px; }
#cases .lovato { margin-bottom: 20px; }
#cases .bx1 img,
#cases .bx2 img {
  width: 100%;
  display: block;
  background: #222;
  min-height: 180px;
  object-fit: cover;
}

/* ===== PORTFÓLIO INTERNO ===== */
#portfolio { padding-top: 0; background: #f4f4f4; }
.portifolio-interna { padding-top: 20px; }
#portfolio .portfolioFilter {
  background: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
#portfolio-detalhe,
.portfolio-detalhe {
  padding: 30px 0 60px;
  background: #fff;
}
.portfolio-detalhe .hpages { height: 90px; }
.titulo-portfolio h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  margin: 10px 0 16px;
}
.banner-portfolio img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #eee;
  min-height: 200px;
  object-fit: cover;
}
.galeria-portfolio .col-xs-6 { margin-bottom: 16px; }
.galeria-portfolio img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #ddd;
}

/* ===== ORÇAMENTO / NOVO PROJETO ===== */
#novo_projeto,
.orcamento-interno {
  background: #fff;
  padding-bottom: 60px;
}
#novo_projeto .box {
  background: #f7f7f7;
  padding: 28px;
  margin-bottom: 24px;
  border: 1px solid #eee;
}
#novo_projeto .step {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
#novo_projeto .step p {
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#novo_projeto .step p.active { background: var(--fox-cyan, #5acee1); color: #fff; }
#novo_projeto .step p.green {
  background: #2ecc71;
  color: #fff;
}
#novo_projeto .titulo {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}
/* Wizard: um passo por vez (JS marca .js-wizard-ready) */
#novo_projeto.orcamento-interno.js-wizard-ready .box.box1,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box2,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box3,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box4,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box5,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box6,
#novo_projeto.orcamento-interno.js-wizard-ready .box.box7 {
  display: none;
}
#novo_projeto.orcamento-interno.js-wizard-ready .box.is-step-active {
  display: block !important;
}
#novo_projeto .avancar,
#novo_projeto .voltar {
  display: inline-block;
  margin: 10px 8px 0 0;
  padding: 12px 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  border: 0;
  user-select: none;
}
#novo_projeto .avancar {
  background: var(--fox-cyan, #5acee1);
  color: #fff;
}
#novo_projeto .voltar {
  background: #ddd;
  color: #333;
}
#novo_projeto .avancar:hover { background: #2aa8c0; }
#novo_projeto .voltar:hover { background: #ccc; }
#novo_projeto label.label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 40px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
  min-width: 110px;
}
#novo_projeto label.label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#novo_projeto .checkmark {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #bbb;
  background: #fff;
}
#novo_projeto label.label input:checked ~ .checkmark {
  border-color: var(--fox-cyan, #5acee1);
  background: var(--fox-cyan, #5acee1);
  box-shadow: inset 0 0 0 3px #fff;
}
#novo_projeto .planeja {
  margin: 10px 0 20px;
}
#novo_projeto .planeja #amount {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--fox-cyan, #5acee1);
  border: 0;
  background: transparent;
  padding: 0 0 10px;
  margin-bottom: 8px;
}
#novo_projeto .planeja input[type="range"] {
  width: 100%;
  max-width: 420px;
  accent-color: var(--fox-cyan, #5acee1);
}
#novo_projeto .color-input {
  width: 64px !important;
  height: 42px !important;
  padding: 2px !important;
  border: 1px solid #ddd;
  cursor: pointer;
}
#novo_projeto .lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#novo_projeto .lista li {
  position: relative;
  padding: 8px 8px 8px 36px;
  margin-bottom: 6px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eee;
}
#novo_projeto .lista li.active {
  border-color: var(--fox-cyan, #5acee1);
  background: rgba(90,206,225,.08);
}
#novo_projeto .lista .check {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 11px;
}
#novo_projeto .lista li.active .check,
#novo_projeto .lista .check.active {
  background: var(--fox-cyan, #5acee1);
  border-color: var(--fox-cyan, #5acee1);
  color: #fff;
}
#novo_projeto .lista .nameCheck {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
#novo_projeto label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #555;
}
#novo_projeto input[type="text"],
#novo_projeto input[type="tel"],
#novo_projeto input[type="email"],
#novo_projeto input[type="number"],
#novo_projeto select,
#novo_projeto textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  margin-bottom: 14px;
  background: #fff;
}
#novo_projeto button,
#novo_projeto .btn,
#novo_projeto input[type="submit"] {
  background: var(--fox-cyan, #5acee1);
  color: #fff;
  border: 0;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
}

/* ===== MARKETING / REDES ===== */
.tabsRedes { margin: 30px 0; }
.tabsRedes .tabs2 {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0 0 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.tabsRedes .tabs2 li {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  opacity: .7;
}
.tabsRedes .tabs2 li.active,
.tabsRedes .tabs2 li:hover {
  border-color: var(--fox-cyan, #5acee1);
  opacity: 1;
}
.tabsRedes .tabs2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxSeo {
  background: #f5f5f5;
  padding: 30px;
  margin: 30px 0;
}

/* ===== PRODUÇÃO / MARKETING wrappers ===== */
#marketing,
#web,
#producao {
  background: #fff;
  padding-bottom: 40px;
}

/* ===== REESTRUTURAÇÃO / ATUALIZAÇÃO ===== */
.reestruturacao-page .rees-intro {
  padding: 40px 0 10px;
  text-align: center;
}
.reestruturacao-page .rees-intro .tituloPage {
  display: inline-block;
}
.reestruturacao-page .rees-intro .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .two-box .compare-label { display: none; }
}
.rees-beneficios {
  padding: 20px 0 40px;
  background: #f7fbfc;
}
.rees-card {
  background: #fff;
  border: 1px solid #e8eef0;
  padding: 24px 18px;
  text-align: center;
  min-height: 200px;
  margin-bottom: 20px;
}
.rees-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(90,206,225,.15);
  color: var(--fox-cyan, #5acee1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.rees-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.rees-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}
.montePlano1 {
  padding: 20px 0 60px;
}
.rees-cta {
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 32px 20px;
}
.rees-cta p {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  margin: 0 0 18px;
  color: #222;
  text-transform: uppercase;
}
.rees-cta .botao,
.montePlano1 .botao {
  display: inline-block;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none !important;
  margin: 0 6px 8px;
}
.rees-cta .botao:hover { background: #2aa8c0; }
.rees-cta .botao-outline {
  background: transparent;
  color: var(--fox-cyan, #5acee1) !important;
  border: 2px solid var(--fox-cyan, #5acee1);
}
.rees-cta .botao-outline:hover {
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
}

/* ===== IDENTIDADE VISUAL / MARCA ===== */
.marca .frase {
  background: #f7fbfc;
  padding: 48px 0;
  border-bottom: 1px solid #e8eef0;
}
.marca .frase blockquote {
  margin: 0 auto;
  max-width: 820px;
  border: 0;
  padding: 0;
  text-align: center;
}
.marca .frase .line1,
.marca .frase .line2 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  line-height: 1.45;
  color: #222;
  margin: 0 0 12px;
}
.marca .frase .line1 .fa,
.marca .frase .line2 .fa {
  color: var(--fox-cyan, #5acee1);
  margin: 0 8px;
  font-size: 20px;
  vertical-align: middle;
}
.marca .frase .autor {
  margin-top: 18px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}
.marca-intro {
  padding: 50px 0 20px;
}
.marca-intro .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}
.marca-intro .texto p { margin: 0 0 16px; }
.marca-hero-img {
  overflow: hidden;
  background: #111;
  margin-bottom: 20px;
}
.marca-hero-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.marca-servicos {
  padding: 20px 0 40px;
  background: #fff;
}
.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;
}
.marca-card:hover {
  border-color: var(--fox-cyan, #5acee1);
  transform: translateY(-3px);
}
.marca-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(90,206,225,.15);
  color: var(--fox-cyan, #5acee1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.marca-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #222;
}
.marca-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}
.marca-portfolio {
  padding: 20px 0 60px;
  background: #f4f4f4;
}
.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;
}
.marca-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.marca-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #222;
}
.marca-thumb span {
  display: block;
  padding: 12px 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.marca-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}
.btn-marca {
  display: inline-block;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  text-decoration: none !important;
}
.btn-marca:hover { background: #2aa8c0; }
.btn-marca-outline {
  background: transparent;
  color: var(--fox-cyan, #5acee1) !important;
  border: 2px solid var(--fox-cyan, #5acee1);
}
.btn-marca-outline:hover {
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
}
@media (max-width: 767px) {
  .marca .frase .line1,
  .marca .frase .line2 { font-size: 20px; }
  .marca-hero-img img,
  .marca-thumb img { height: 160px; }
}

/* ===== Opções de produto (site / loja) ===== */
.contentsPort {
  margin: 10px 0 40px;
}
.contentsPort .box {
  display: block;
}
.sliderloja {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: #1a1a1a;
  min-height: 220px;
}
.sliderloja a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.sliderloja img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  opacity: .9;
  transition: transform .35s ease, opacity .35s ease;
}
.loja .sliderloja {
  min-height: 420px;
  height: 100%;
}
.sliderloja:hover img {
  transform: scale(1.04);
  opacity: 1;
}
.sliderloja span {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  background: var(--fox-cyan, #5acee1);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 12px 28px;
  font-size: 14px;
  z-index: 2;
}
.sliderloja h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}

/* Painel admin / galeria */
.videoPainel {
  margin: 40px 0 50px;
}
.videoPainel .new-area .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: #222;
}
.videoPainel .new-area .item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.videoPainel .new-area .item a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: opacity .25s;
  text-decoration: none;
}
.videoPainel .new-area .item:hover a { opacity: 1; }
.videoPainel .new-area .item .bt {
  background: var(--fox-cyan, #5acee1);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 22px;
}

/* ===== LOJA VIRTUAL ===== */
.loja .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 920px;
  margin-bottom: 10px;
}
.opcoesLoja {
  margin: 36px 0 50px;
  padding: 10px 0 20px;
  background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
}
.opcoesLoja .opcao-card {
  background: #fff;
  border: 1px solid #e6eef0;
  padding: 28px 16px 24px;
  text-align: center;
  min-height: 190px;
  margin-bottom: 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.opcoesLoja .opcao-card:hover {
  transform: translateY(-4px);
  border-color: var(--fox-cyan, #5acee1);
  box-shadow: 0 10px 24px rgba(90,206,225,.18);
}
.opcoesLoja .opcao-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(90,206,225,.15);
  color: var(--fox-cyan, #5acee1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.opcoesLoja .titulo {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  line-height: 1.35;
}
.tabelaLoja {
  margin-bottom: 18px;
}
.tabelaLoja .recursos-loja {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.tabelaLoja .recursos-loja li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 12px 14px;
  min-height: 54px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.tabelaLoja .recursos-loja i {
  width: 28px;
  text-align: center;
  color: var(--fox-cyan, #5acee1);
  font-size: 18px;
  flex: 0 0 auto;
}
.btnLine {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.btnLine a {
  display: inline-block;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 12px 22px;
  text-decoration: none;
  transition: background .2s ease;
}
.btnLine a:hover { background: #2aa8c0; }
.btnLine a.btn-outline {
  background: transparent;
  color: var(--fox-cyan, #5acee1) !important;
  border: 2px solid var(--fox-cyan, #5acee1);
}
.btnLine a.btn-outline:hover {
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
}
.adqr {
  display: block;
  margin-top: 16px;
  background: var(--fox-cyan, #5acee1);
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 18px;
}
.adqr:hover { background: #2aa8c0; }

/* ===== MODELOS DE LOJA VIRTUAL ===== */
.loja-modelos {
  padding: 20px 0 70px;
}
.loja-modelos .tituloPage {
  margin-top: 20px;
  margin-bottom: 8px;
}
.loja-modelos-intro {
  color: #666;
  font-size: 16px;
  margin: 0 0 28px;
  max-width: 720px;
}
.web-loja-portifolio.portfolioContainer {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 40px;
}
.web-loja-portifolio figure.loja-card,
.web-loja-portifolio figure.site-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  aspect-ratio: auto !important;
  min-height: 0;
  overflow: hidden;
}
.web-loja-portifolio .portfolio-img {
  position: relative !important;
  inset: auto !important;
  height: 190px;
}
.web-loja-portifolio .portfolio-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.web-loja-portifolio .portofolio-desc {
  padding: 14px 14px 16px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.web-loja-portifolio .portofolio-desc h4 {
  margin: 0 0 4px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
.web-loja-portifolio .portofolio-desc span {
  color: #777;
  font-size: 12px;
  font-weight: 600;
}
.web-loja-portifolio figcaption {
  background: rgba(20, 20, 20, .78) !important;
}
.web-loja-portifolio .see-more-inner {
  flex-direction: row !important;
  gap: 10px;
  pointer-events: auto;
}
.web-loja-portifolio .see-more-inner a {
  position: static !important;
  inset: auto !important;
  text-indent: 0 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  pointer-events: auto !important;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  padding: 10px 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.web-loja-portifolio .see-more-inner a.btn-orcar {
  background: #fff;
  color: #222 !important;
}
.web-loja-portifolio .see-more-inner a:hover {
  filter: brightness(.95);
}
.loja-modelos-cta {
  text-align: center;
  padding: 30px 20px 10px;
  background: #fff;
  border: 1px solid #eee;
}
.loja-modelos-cta .tituloPage2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
  color: #222;
}
.loja-modelos-cta p {
  color: #666;
  margin: 0 0 18px;
}
.loja-modelos-cta .botao,
.montePlano .botao {
  display: inline-block;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 28px;
  text-decoration: none;
}
.loja-modelos-cta .botao:hover,
.montePlano .botao:hover { background: #2aa8c0; }
#lojaPreviewImg {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  background: #111;
}
.loja-preview-meta {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.loja-preview-meta strong {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.loja-preview-meta span { color: #777; }

@media (max-width: 991px) {
  .web-loja-portifolio.portfolioContainer { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .web-loja-portifolio.portfolioContainer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .web-loja-portifolio .portfolio-img,
  .web-loja-portifolio .portfolio-img img { height: 150px; }
}
@media (max-width: 480px) {
  .web-loja-portifolio.portfolioContainer { grid-template-columns: 1fr; }
}

/* Ícones de recursos (loja / hosting / etc) */
.icon_loja,
.iconsLoja,
.boxIcones,
.listaIcones {
  margin: 30px 0;
}
.site .row img[src*="icon_"],
#web .row img[src*="icon_"],
#marketing .row img[src*="icon_"] {
  max-width: 90px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}
.site .row .col-xs-6,
.site .row .col-sm-3,
.site .row .col-sm-4 {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .tabelaLoja .recursos-loja { grid-template-columns: 1fr; }
  .opcoesLoja .opcao-card { min-height: 0; }
}

/* Medalhas / tabs */
.tabsPort ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 0;
  margin: 20px 0 30px;
  flex-wrap: wrap;
}
.tabsPort li {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  opacity: .55;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tabsPort li.active,
.tabsPort li:hover { opacity: 1; color: var(--fox-cyan, #5acee1); }
.tabsPort img { width: 36px; height: auto; }

/* Modelos grid */
#modelos .item,
.modelos .item,
.boxModelo {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #eee;
}
#modelos .item img,
.modelos .item img,
.boxModelo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Feiras / produção grids */
.feiras img,
#producao img.img-responsive {
  max-width: 100%;
  height: auto;
}

/* ===== SEO ===== */
.seo .texto { font-size: 16px; line-height: 1.75; color: #555; max-width: 920px; margin-bottom: 24px; }
.seo .mt30 { margin: 28px 0; }
.seo .mt30 img { width: 100%; height: auto; display: block; background: #eee; }
.boxSeo { margin: 40px 0 50px; }
.boxSeo .box {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 22px 18px;
  min-height: 260px;
  margin-bottom: 20px;
}
.boxSeo .a1, .boxSeo .a2, .boxSeo .a3, .boxSeo .a4, .boxSeo .a5 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--fox-cyan, #5acee1);
  margin-bottom: 12px;
}
.boxSeo .imagem img { max-width: 220px; margin: 40px auto 0; display: block; }

/* ===== ADWORDS ===== */
.logoGoogle { text-align: center; margin: 20px 0 28px; }
.logoGoogle img { max-width: 220px; height: auto; }
.tabs3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px;
  justify-content: center;
}
.tabs3 li {
  width: 140px;
  text-align: center;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  padding: 10px 8px;
  border: 1px solid #eee;
  background: #fff;
}
.tabs3 li.active,
.tabs3 li:hover {
  border-color: var(--fox-cyan, #5acee1);
  color: var(--fox-cyan, #5acee1);
}
.tabs3 li .box { margin-bottom: 8px; }
.tabs3 li img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto; display: block; }
.contents4 { margin-bottom: 40px; }
.contents4 > div { display: none; }
.contents4 > div.open,
.contents4 > div.cont1 { display: block; }
.contents4 .classic,
.contents4 .k1 {
  background: #f7fbfc;
  border: 1px solid #e8eef0;
  padding: 24px;
  line-height: 1.7;
  color: #555;
}

/* ===== EMAIL MARKETING ===== */
#publi .emailmarketing > .container > .abs {
  text-align: center;
}
#publi .emailmarketing > .container > .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
.emailmarketing .cont1,
.emailmarketing .cont2,
.emailmarketing .cont3 { padding: 30px 0; }
.emailmarketing .cont1 .imagem,
.emailmarketing .cont2 .imagem {
  text-align: center;
}
.emailmarketing .imagem img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  display: inline-block;
  margin: 0 auto;
}
#publi .emailmarketing .cont1 .imagem img,
#publi .emailmarketing .cont2 .imagem img {
  position: static;
  left: auto;
  top: auto;
}
#publi .emailmarketing .cont1,
#publi .emailmarketing .cont2 {
  height: auto;
}
#publi .emailmarketing .cont1 .titulo,
#publi .emailmarketing .cont1 .texto,
#publi .emailmarketing .cont2 .titulo,
#publi .emailmarketing .cont2 .texto {
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.emailmarketing .titulo {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
}
.emailmarketing .titulo img {
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.emailmarketing .cont3 .item {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 22px 16px;
  text-align: center;
  min-height: 200px;
  margin-bottom: 20px;
}
.emailmarketing .cont3 .item img {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  display: block;
}

/* ===== CONSULTORIA ===== */
.consultoria .texto { font-size: 16px; line-height: 1.75; color: #555; }
.consultoria .tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.consultoria .tabs li {
  padding: 14px 16px;
  margin-bottom: 8px;
  background: #f2f2f2;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.consultoria .tabs li.active {
  background: var(--fox-cyan, #5acee1);
  color: #fff;
}
.consultoria .contents > div,
.consultoria .cont1 > .box { display: none; }
.consultoria .contents > div.open,
.consultoria .conti1.open,
.consultoria .cont1 .open { display: block; }
.consultoria .contents img,
.consultoria [class*="conti"] img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background: #ddd;
}
.consultoria .tabs2 {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 30px 0;
  flex-wrap: wrap;
}
.consultoria .tabs2 li {
  flex: 1 1 260px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #111;
}
.consultoria .tabs2 img { width: 100%; height: 200px; object-fit: cover; display: block; opacity: .85; }
.consultoria .tabs2 .title {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.consultoria .tabs2 li.active .title,
.consultoria .tabs2 li:hover .title { background: rgba(90,206,225,.9); }
.consultoria .contents2 > div { display: none; }
.consultoria .contents2 > div.open { display: block; }

/* ===== REDES SOCIAIS ===== */
.redes .texto { font-size: 16px; line-height: 1.75; color: #555; }
.contents3 > div { display: none; }
.contents3 > div.open,
.contents3 > .cont1 { display: block; }
.contents3 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: #ddd;
  margin-bottom: 16px;
}

/* ===== FEIRAS E EVENTOS ===== */
.feiras .texto { font-size: 16px; line-height: 1.75; color: #555; max-width: 900px; }
.tabsfeira ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px;
  justify-content: center;
}
.tabsfeira li {
  width: 160px;
  text-align: center;
  cursor: pointer;
  padding: 12px 8px;
  background: #fff;
  border: 1px solid #eee;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}
.tabsfeira li.active,
.tabsfeira li:hover {
  border-color: var(--fox-cyan, #5acee1);
  color: var(--fox-cyan, #5acee1);
}
.tabsfeira img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  margin: 0 auto 8px !important;
  display: block;
  background: transparent !important;
}
.contentsfeira { margin-bottom: 40px; }
.contentsfeira > div { display: none; }
.contentsfeira > div.open,
.contentsfeira > .conti1 { display: block; }
.contentsfeira .slideShowfeira ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
}
.contentsfeira .slideShowfeira .imagem {
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.contentsfeira .slideShowfeira img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover !important;
  display: block;
  margin: 0 !important;
  background: #ddd;
}
.contentsfeira .slideShowfeira .hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(90, 206, 225, .78);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: opacity .2s ease;
}
.contentsfeira .slideShowfeira .imagem:hover .hover { opacity: 1; }
.contentsfeira .caixa {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 320px;
  border-radius: 2px;
}
.contentsfeira .mask {
  position: relative;
  display: block;
  min-height: 320px;
  padding: 28px 26px;
  color: #fff;
  background: linear-gradient(160deg, #2f6b52, #1a3d2e);
}
.contentsfeira .mask.green { background: linear-gradient(160deg, #2f6b52, #1a3d2e); }
.contentsfeira .mask.pink { background: linear-gradient(160deg, #b85a86, #6d2748); }
.contentsfeira .mask.ocean { background: linear-gradient(160deg, #2a8fa3, #184a56); }
.contentsfeira .mask.blue { background: linear-gradient(160deg, #3d5ea8, #1f3260); }
.contentsfeira .mask .titulo,
#marketing .contentsfeira .mask .titulo {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.2;
}
.contentsfeira .mask .texto,
#marketing .contentsfeira .mask .texto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-transform: none;
  color: #fff;
  margin: 0 0 22px;
  max-width: none;
}
.feiras .contratar { margin-top: 8px; }
.feiras .contratar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fox-cyan, #5acee1);
  color: #fff !important;
  padding: 12px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}
.feiras .contratar img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  margin: 0 !important;
  background: transparent !important;
}

/* ===== BRINDES ===== */
.brindes .texto { font-size: 16px; line-height: 1.75; color: #555; }
.brindes .cont1 { padding: 28px 0 10px; }
.brindes .cont2,
.brindes .cont3,
.brindes .cont4 { padding: 24px 0; }
.brindes .lista {
  display: flex;
  align-items: center;
  min-height: 280px;
}
.brindes .lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #444;
  line-height: 1.9;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.brindes .lista ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.brindes .lista ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fox-cyan, #5acee1);
}
.brindes .cont2 img,
.brindes .cont3 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  background: #ddd;
}
.brindes .cont4 img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  display: block;
  background: transparent;
  margin: 0 auto 16px;
}
.tituloDif {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #222;
}

@media (max-width: 767px) {
  .contentsfeira .slideShowfeira ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tabs3 li, .tabsfeira li { width: 46%; }
}

/* Orçamento steps extras */
.orcamento-interno .box,
#novo_projeto .conteudo {
  max-width: 960px;
  margin: 0 auto;
}

/* Detalhe de portfólio */
.texto-interativo {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 16px 0 28px;
}
.tags-portfolio li {
  background: #f2f2f2;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}
.tags-portfolio .fa { color: var(--fox-cyan, #5acee1); margin-right: 6px; }

/* Cases */
#cases,
.cases-page {
  background: #1b1b1b;
  color: #eee;
  padding-bottom: 50px;
}
#cases .tituloPage,
.cases .tituloPage {
  color: #fff;
}
#cases .element {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #111;
}
#cases .element img {
  width: 100%;
  display: block;
  opacity: .9;
  transition: transform .35s ease, opacity .35s ease;
}
#cases .element:hover img {
  transform: scale(1.03);
  opacity: 1;
}
#cases .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--fox-cyan, #5acee1);
}

/* Modais / flexslider */
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-header {
  background: #1b1b1b;
  color: #fff;
  border: 0;
}
.modal-header .close {
  color: #fff;
  opacity: .8;
  text-shadow: none;
}
.modal-body .flexslider {
  margin: 0;
  border: 0;
  background: #111;
  box-shadow: none;
}
.modal-body .flexslider .slides img {
  max-height: 420px;
  width: auto;
  margin: 0 auto;
}

/* Banner home — não usar nestas regras; home não carrega pages.css */
body:not(.is-home) #banner .titulo-banner.s1,
body:not(.is-home) #banner .titulo-banner.s2,
body:not(.is-home) #banner .titulo-banner.s3 {
  display: block;
}
.carousel-fade .carousel-inner > .item {
  transition: opacity .55s ease-in-out;
}


@media (max-width: 991px) {
  .bannerWords .bred { font-size: 36px; }
}
@media (max-width: 767px) {
  .hpages { height: 70px; }
  .bannerH > img { height: 280px; }
  .bannerWords .bred { font-size: 32px; line-height: 1.2; }
  #contato .titulo h1 { font-size: 32px; }
  #portfolio { padding-top: 80px; }
}

/* ===== MODELOS DE WEB SITE (/criacao-de-sites-modelos) ===== */
body.page-modelos-site #header .topo {
  position: absolute !important;
  background: #000 !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-modelos-site #header .topo.sticky {
  background: #A12129 !important;
}
body.page-modelos-site #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-modelos-site #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}
body.page-modelos-site .hpages {
  display: none !important;
  height: 0 !important;
}
body.page-modelos-site .darkBanner {
  display: block !important;
  background: #000;
  height: 125px;
}
body.page-modelos-site #web {
  background: #fff;
  padding-bottom: 40px;
}
body.page-modelos-site .web-loja-portifolio.portfolioContainer {
  width: 100% !important;
  float: none !important;
  height: auto !important;
  position: relative !important;
  display: grid !important;
}
body.page-modelos-site .web-loja-portifolio figure {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
  transform: none !important;
}
body.page-modelos-site .web-loja-portifolio figure figcaption {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  height: 190px !important;
  width: 100% !important;
  background: transparent !important;
}
body.page-modelos-site .web-loja-portifolio figure:hover figcaption {
  background: rgba(20, 20, 20, .72) !important;
}
body.page-modelos-site .web-loja-portifolio .see-more,
body.page-modelos-site .web-loja-portifolio .see-more-inner a {
  opacity: 0 !important;
}
body.page-modelos-site .web-loja-portifolio figure:hover .see-more,
body.page-modelos-site .web-loja-portifolio figure:hover .see-more-inner a {
  opacity: 1 !important;
}
body.page-modelos-site .web-loja-portifolio .portofolio-desc {
  background: #fff;
  position: relative;
  z-index: 3;
}
body.page-modelos-site .section-portfolio {
  padding: 10px 0 50px;
}
body.page-modelos-site .tituloPage2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
  color: #222;
}
body.page-modelos-site .montePlano {
  text-align: center;
  margin: 24px 0 10px;
}
@media (max-width: 767px) {
  body.page-modelos-site .darkBanner { height: 80px; }
  body.page-modelos-site #header .topo {
    height: 80px !important;
    min-height: 80px !important;
  }
}
