@charset "utf-8";

.cookieConsentContainer{z-index:999;width:350px;min-height:20px;box-sizing:border-box;padding:30px 30px 30px 30px;background:#232323;overflow:hidden;position:fixed;bottom:30px;right:30px;display:none}.cookieConsentContainer .cookieTitle a{font-family:OpenSans,arial,sans-serif;color:#fff;font-size:22px;line-height:20px;display:block}.cookieConsentContainer .cookieDesc p{margin:0;padding:0;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:13px;line-height:20px;display:block;margin-top:10px}.cookieConsentContainer .cookieDesc a{font-family:OpenSans,arial,sans-serif;color:#fff;text-decoration:underline}.cookieConsentContainer .cookieButton a{display:inline-block;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:14px;font-weight:700;margin-top:14px;background:#000;box-sizing:border-box;padding:15px 24px;text-align:center;transition:background .3s}.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:#3e9b67}@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}

.titulo-abertura{
  font-size:710%;
  line-height:100%;
}
.subtitulo-abertura{
  font-family: "Noto Serif", serif;
  font-weight: 200; /* Peso leve – ajuste aqui */
  font-size: 260%; /* Tamanho do corpo – ajuste aqui */
  line-height: 160%;
  font-style: normal;
  color: #414042;
}
.titulo-portfolio{
  font-size:220%;
}
@media screen and (max-width: 900px){
  .titulo-abertura{
    font-size:400%;
    line-height:100%;
  }
  .subtitulo-abertura{
    font-size:180%;
    line-height:160%;
  }
  .titulo-portfolio{
    font-size:180%;
  }
}
@media screen and (max-width: 768px){
  .titulo-abertura{
    font-size:400%;
    line-height:100%;
  }
  .subtitulo-abertura{
    font-size:180%;
    line-height:160%;
  }.titulo-portfolio{
    font-size:180%;
  }
}
@media screen and (max-width: 720px){
  .titulo-abertura{
    font-size:400%;
    line-height:100%;}
    .subtitulo-abertura{
      font-size:180%;
      line-height:160%;
    }
    .titulo-portfolio{
      font-size:180%;
    }
  }
  @media screen and (max-width: 480px) {
    .titulo-abertura{
      font-size:350%;
      line-height:100%;
    }
    .subtitulo-abertura{
      font-size:180%;
      line-height:160%;
    }
    .titulo-portfolio{
      font-size:180%;
    }
  }.img-fluid {
    max-width: 100%; height: auto;
  }
.bloco-valores {
  margin-left: 7%;
  min-width: 10%;
  position: relative;
}
.bloco-valores p {
  margin: 0;
  font-size: 160%; /* corpo do texto maior */
  font-weight: 100;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 22px; /* reserva espaço para o ícone */
}
/* Ícone SVG posicionado com precisão */
.icone-asterisco {
  position: absolute;
  top: 2px;              /* ajuste fino vertical */
  left: 0;
  width: 14px;           /* pode ajustar entre 12px a 16px */
  height: auto;
  display: block;
}
/* Responsivo: valores abaixo da frase */
@media (max-width: 991px) {
  .bloco-valores {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
  }
}
.scroll-down-section {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.scroll-down-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e2e3e4; /* cor da bolinha */
  border-radius: 50%;
  line-height: 40px;
  color: #999;
  font-size: 18px;
  transition: all 0.3s ease;
  text-align: center;
}
.scroll-down-arrow:hover {
  background-color: #e0e0e0;
  color: #000;
}
@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(3px);
  }
}
.scroll-down-arrow i {
  animation: scrollBounce 2s infinite;
}
.bloco-servicos-editorial {
  background-color: #111111;
}
.titulo-servico {
  font-family: "Noto Serif", serif;
  font-weight: 100; /* Peso leve – ajuste aqui */
  font-size: 440%; /* Tamanho do corpo – ajuste aqui */
  line-height: 100%;
  font-style: normal;
  color: #b1b3b6;
  margin-bottom: 24px;
}
.texto-servico {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  color: #cccccc;
  max-width: 90%;
}
/* Responsivo: para mobile o texto não estoura */
@media (max-width: 767px) {
  .titulo-servico {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .texto-servico {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 100%;
  }
}
/*SEGUNDA DOBRA*/
.bloco-editorial {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Cada bloco com SVG lateral */
.bloco-editorial-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 0px;
}
/* SVG fio vertical */
.linha-svg {
  width: 1px;
  height: auto;
  margin-top: 21px;
  margin-bottom: 31px;
  margin-right: 20px;
  flex-shrink: 0;
  display: block;
}
/* Bloco de conteúdo da chamada alinhado com bloco-valores */
.chamada-alinhada {
  margin-left: 44%;    /* alinhamento horizontal ajustado */
  margin-top: 0px;   /* ajuste vertical fino */
}
@media (max-width: 991px) {
  .chamada-alinhada {
    margin-left: 0;
    margin-top: 0;
  }
}
/*SEGUNDA DOBRA*/
.texto-setor {
  font-size: 120%; /* aumentei */
  color: #000000;  /* força o preto */
  font-weight: bold;
  font-weight: 900; /* ou 900 para bem bold */
  margin-bottom: 0px;
}
.texto-editorial {
  font-family: "Noto Serif", serif;
  font-size: 100%;
  line-height: 170%;
  color: #000;
}
.texto-chamada {
  font-family: "Noto Serif", serif;
  font-size: 250%;
  font-weight: 200;
  margin-left: -8px;
  letter-spacing: -0.2px;   /* tracking fino */
  line-height: 180%;        /* ajuste de respiro entre linhas */
  color: #000;
  max-width: 460px;         /* controle de largura visual */
  transform: scaleX(0.88); /* simula 95% da largura original */
  display: inline-block;   /* necessário para não distorcer layout */
}
.valores-verticais li {
  position: relative;
  padding-left: 22px;
  font-size: 110%; /* estava 90% */
  color: #000;
  line-height: 160%; /* estava 150% */
  font-weight: 600;
}
.valores-verticais li img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
}
@media (max-width: 767px) {
  .bloco-editorial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .texto-chamada {
    margin-top: 40px;
  }
}
/*bloco final*/
.grid-quadrantes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 55vh;
  gap: 0;
}
.quadro {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topo-esquerda {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  margin: 0px;
}
.base-direita {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px;
  text-align: left;
}
/* mobile: empilha os blocos */
@media (max-width: 767px) {
  .grid-quadrantes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .topo-esquerda,
  .base-direita {
    grid-column: 1 / -1;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .texto-destaque-agencia {
    font-size: 220%;
    line-height: 150%;
  }
}