body {
  background: url("../imagens/institucional-sala-producao.png") top center no-repeat black;
}

#banner-agencia {
  height: 360px;
}
#banner-agencia .texto {
  color: white;
}
#banner-agencia .texto p {
  font-weight: 300;
  font-size: 49px;
  line-height: 52px;
}
#banner-agencia .texto p strong {
  font-weight: 700;
}

#secao-1 .container {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: var(--cor-1);
}
#secao-1 .container .imagem img {
  max-width: 98%;
}
#secao-1 .container .texto {
  font-size: 16px;
  line-height: 32px;
}
#secao-1 .container .texto p {
  font-weight: 300;
}
#secao-1 .container .texto strong {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}
#secao-1 .container .frase {
  padding-top: 70px;
  margin-left: 80px;
}
#secao-1 .container .frase small {
  font-size: 18px;
}
#secao-1 .container .frase h2 {
  font-weight: 300;
  font-size: 49px;
  line-height: 52px;
}
#secao-1 .container .formas .forma-1 {
  margin-right: 80px;
}

#secao-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#secao-3 .container {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
#secao-3 .texto {
  font-size: 16px;
  line-height: 32px;
}
#secao-3 .texto p {
  font-weight: 300;
}
#secao-3 .texto h2, #secao-3 .texto strong {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
}
#secao-3 .imagem img {
  max-width: 98%;
}


#secao-4 .container {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: var(--cor-1);
}
#secao-4 h2 {
  font-weight: 300;
  font-size: 49px;
  line-height: 52px;
  margin-bottom: 65px;
}
#secao-4 .texto {
  margin-bottom: 70px;
}
#secao-4 .texto p {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
#secao-4 .area-botao a {
  color: black;
}
#secao-4 .formas {
  width: 100%;
}
#secao-4 .formas .forma-5 {
  margin-left: 80px;
}

/*-xl*/
/*-lg*/
/*-md*/
/*-sm*/
@media (max-width: 767.98px) {
  #secao-1 .container .frase {
    margin-left: 0;
  }
}
/*-xs*/
@media (max-width: 575.98px) {
  #secao-2 .container {
    height: 250px;
  }
}

/*# sourceMappingURL=agencia.css.map */
