.topo .center .logo, .cabecalho .bts, .sobre .center .bloco .campo-extra a aside p, .solucoes .link p, .processos .center .bloco .titulo-secao,
.processos .center .bloco p, .rodape .center.a .logo-redes-socias .redes-socias, .rodape .center.a .outros ul,
.rodape .center.a .outros p, .rodape .center.b p, .cabecalho-miolo .center .titulo, .secao {
  margin: 0;
  padding: 0; }

.topo {
  border-top-width: 0.938rem;
  border-top-style: solid;
  border-top-color: #08B24D;
  position: relative;
  z-index: 2; }
  .topo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 85.1%;
    height: 82px;
    background-color: #fff; }
    @media screen and (max-width: 992px) {
      .topo::before {
        height: 104px; } }
  .topo .center {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 1rem;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .topo .center {
        grid-template-columns: auto 1fr;
        justify-content: flex-end; } }
    .topo .center img {
      display: block; }
      @media screen and (max-width: 992px) {
        .topo .center img {
          float: right;
          margin-inline-end: .7rem; } }
    .topo .center .logo {
      margin-block-start: -15px;
      margin-inline-start: -133px; }
      .topo .center .logo a {
        display: block;
        height: 145px; }
    .topo .center nav,
    .topo .center .idioma {
      margin-block-start: -46px; }
      @media screen and (max-width: 992px) {
        .topo .center nav,
        .topo .center .idioma {
          margin-block-start: 0; } }

.cabecalho {
  margin-block-start: -145px;
  position: relative;
  z-index: 1; }
  .cabecalho .bts {
    display: flex;
    grid-row-gap: 1rem;
    grid-column-gap: 2.5rem; }
    @media screen and (max-width: 992px) {
      .cabecalho .bts {
        justify-content: center; } }
    @media screen and (max-width: 576px) {
      .cabecalho .bts {
        align-content: center;
        align-items: center;
        flex-direction: column;
        grid-column-gap: 0; }
        .cabecalho .bts .bt {
          margin: 0;
          width: 100% !important; } }

.sobre {
  padding-block-start: 6.25rem;
  padding-block-end: 6.25rem; }
  .sobre .center .bloco {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 57px; }
    @media screen and (max-width: 992px) {
      .sobre .center .bloco {
        grid-template-columns: 1fr;
        text-align: center; } }
    .sobre .center .bloco .fotos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 57px;
      align-items: center; }
      @media screen and (max-width: 992px) {
        .sobre .center .bloco .fotos {
          gap: 1rem; } }
      .sobre .center .bloco .fotos a .foto {
        height: 460px;
        border-radius: 8px;
        background-position: center center;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat; }
        .sobre .center .bloco .fotos a .foto::before {
          content: url("../interface/icone-circulo-raio.png");
          position: absolute;
          top: 26px;
          left: -19px;
          width: 38px;
          height: 38px; }
      .sobre .center .bloco .fotos a:nth-child(1) {
        margin-block-start: -85px; }
        @media screen and (max-width: 992px) {
          .sobre .center .bloco .fotos a:nth-child(1) {
            margin-block-start: 0; } }
      .sobre .center .bloco .fotos a:nth-child(2) {
        margin-block-start: 124px; }
        @media screen and (max-width: 992px) {
          .sobre .center .bloco .fotos a:nth-child(2) {
            margin-block-start: 0; } }
    .sobre .center .bloco .texto a,
    .sobre .center .bloco .campo-extra a {
      color: inherit;
      text-decoration: none; }
    .sobre .center .bloco .campo-extra a {
      display: grid;
      grid-template-columns: .5fr 1fr;
      gap: 36px; }
      @media screen and (max-width: 992px) {
        .sobre .center .bloco .campo-extra a {
          grid-template-columns: 1fr;
          justify-items: center; } }
      .sobre .center .bloco .campo-extra a aside {
        background-color: #08B24D;
        display: flex;
        padding: 9px 15px 30px 15px;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        box-sizing: border-box; }
        .sobre .center .bloco .campo-extra a aside strong {
          font-family: "Barlow Condensed";
          font-size: 120px;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          color: #fff; }
        .sobre .center .bloco .campo-extra a aside p {
          font-size: 1.688rem;
          font-weight: 700;
          line-height: 110%;
          letter-spacing: -0.54px;
          color: #000; }
      .sobre .center .bloco .campo-extra a ul {
        list-style-image: url("../interface/icone-localizacao.png"); }
        @media screen and (max-width: 992px) {
          .sobre .center .bloco .campo-extra a ul {
            list-style-position: inside; } }
        .sobre .center .bloco .campo-extra a ul li {
          vertical-align: middle; }

.solucoes {
  padding-block-start: 6.25rem;
  background-color: #363653; }
  .solucoes .center .secao {
    color: #08B24D !important; }
  .solucoes .center .titulo-secao {
    max-width: 634px;
    color: #fff;
    margin: 1rem auto;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem; }
  .solucoes .link {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
    margin-top: 3.75rem;
    position: relative; }
    .solucoes .link p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 384px;
      height: 180px;
      background-image: url("../interface/bg-solucoes.png");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 66px 44px 44px 44px;
      box-sizing: border-box;
      font-size: 32px;
      font-weight: 700;
      line-height: 110%;
      letter-spacing: -0.64px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0%); }
    .solucoes .link div {
      display: contents;
      transition: all 0.3s linear;
      position: relative; }
      .solucoes .link div:hover {
        transition: all 0.3s linear;
        box-shadow: 0px 4px 40px 0px rgba(14, 113, 156, 0.2); }
      .solucoes .link div img {
        width: auto;
        height: 450px;
        object-fit: contain; }

.sustentabilidade {
  padding-block-start: 6.25rem;
  padding-block-end: 6.25rem; }
  .sustentabilidade .center section a {
    text-decoration: none;
    color: inherit;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 87px;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .sustentabilidade .center section a {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center; } }
    .sustentabilidade .center section a img {
      display: block; }

.nossa-producao {
  padding-block-start: 6.25rem;
  padding-block-end: 3.125rem;
  background-color: #363653; }
  .nossa-producao .titulo-secao {
    margin-top: 0;
    color: #fff; }

.processos {
  padding-block-start: 6.25rem;
  padding-block-end: 6.25rem; }
  .processos .center .bloco {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .processos .center .bloco {
        grid-template-columns: 1fr;
        text-align: center; } }
  .processos .center section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 49px;
    color: #fff;
    margin-block-start: 60px; }
    @media screen and (max-width: 992px) {
      .processos .center section {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center; } }
    .processos .center section article {
      display: flex;
      padding: 44px;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      background-color: #08B24D;
      padding: 44px;
      box-sizing: border-box;
      border-radius: 8px; }
      .processos .center section article a {
        color: inherit;
        text-decoration: none; }

.noticias .center section {
  margin-block-start: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px; }
  @media screen and (max-width: 992px) {
    .noticias .center section {
      grid-template-columns: 1fr;
      text-align: center; } }
  .noticias .center section article a {
    text-decoration: none;
    color: inherit; }
    .noticias .center section article a img {
      width: auto;
      height: 295px;
      object-fit: contain; }
    .noticias .center section article a .fontes-dias {
      display: block;
      font-size: 14px;
      margin-block-start: 20px; }
      .noticias .center section article a .fontes-dias strong {
        background-color: #EAEAEA;
        border-radius: 8px;
        color: #000;
        padding: 4px 8px;
        margin-inline-end: 14px; }
    .noticias .center section article a .titulo {
      font-size: 26px;
      height: 85.78px;
      overflow: hidden; }
      @media screen and (max-width: 992px) {
        .noticias .center section article a .titulo {
          height: auto !important; } }
    .noticias .center section article a .leia-mais {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      color: #000;
      text-decoration: underline; }

.parceiros {
  padding-block-start: 6.25rem;
  padding-block-end: 6.25rem; }
  @media screen and (max-width: 992px) {
    .parceiros {
      padding-block-start: 3.125rem;
      padding-block-end: 3.125rem; } }
  .parceiros .owl-carousel .owl-item img {
    width: auto;
    height: 40px;
    object-fit: contain;
    margin: 0 auto; }
  .parceiros .owl-dots {
    margin-top: 40px !important; }

.rodape {
  padding-block-start: 6.25rem;
  padding-block-end: 3.75rem;
  background-color: #363653;
  color: #fff;
  position: sticky;
  bottom: 0; }
  .rodape .center.a {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    gap: 136px; }
    @media screen and (max-width: 992px) {
      .rodape .center.a {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .rodape .center.a {
        grid-template-columns: 1fr; } }
    .rodape .center.a .logo-redes-socias figure {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 34px;
      padding-block-end: 20px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 992px) {
        .rodape .center.a .logo-redes-socias figure {
          grid-template-columns: 1fr;
          gap: 1rem;
          justify-items: center; } }
      .rodape .center.a .logo-redes-socias figure img {
        display: block; }
      .rodape .center.a .logo-redes-socias figure figcaption {
        line-height: 130%; }
    .rodape .center.a .logo-redes-socias .redes-socias {
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 15px;
      margin-block-start: 45px; }
      @media screen and (max-width: 992px) {
        .rodape .center.a .logo-redes-socias .redes-socias {
          justify-content: center; } }
      .rodape .center.a .logo-redes-socias .redes-socias li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-radius: 100px;
        text-decoration: none;
        color: inherit; }
        .rodape .center.a .logo-redes-socias .redes-socias li a:hover {
          border-width: 2px;
          border-style: solid;
          border-color: #08B24D;
          color: #08B24D; }
        .rodape .center.a .logo-redes-socias .redes-socias li a .fa-brands {
          font-size: 1.3rem; }
    .rodape .center.a .outros {
      font-family: "Barlow Condensed";
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      line-height: 2rem;
      display: inline-flex;
      flex-direction: column; }
      .rodape .center.a .outros strong {
        display: block;
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        margin-block-end: 14px; }
      .rodape .center.a .outros ul {
        text-transform: uppercase; }
        .rodape .center.a .outros ul li a {
          color: inherit;
          text-decoration: none; }
          .rodape .center.a .outros ul li a:hover {
            color: #08B24D; }
      .rodape .center.a .outros ul,
      .rodape .center.a .outros p {
        list-style: none; }
  .rodape .center.b {
    font-size: 14px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-block-start: 3.75rem; }
    @media screen and (max-width: 576px) {
      .rodape .center.b {
        flex-direction: column;
        justify-items: center;
        text-align: center; } }

.cabecalho-miolo {
  background-image: url("../interface/cabecalho-miolo.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-block-start: -145px;
  position: relative;
  z-index: 1;
  height: 475px;
  display: flex;
  align-items: center; }
  .cabecalho-miolo .center {
    width: 100%;
    margin-top: 77px; }
    .cabecalho-miolo .center .titulo {
      color: #fff;
      margin-top: 14px; }

.conteudo {
  padding-block-start: 3.125rem;
  padding-block-end: 3.125rem;
  min-height: calc(100vh - 495.39px); }

.secao {
  font-family: "Barlow Condensed";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-block-start: 1rem;
  color: #0E719C; }

.titulo-secao,
.titulo,
.titulo1,
.titulo-galeria {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.88px;
  font-size: 2.75rem;
  color: #000; }

.titulo-galeria {
  font-size: 1.5rem;
  color: #5F5F5F; }
