.principalContent {
  background-image: url(../images/backgroundcontent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left calc(50% - 80px) top;
}

.textoparagrafo {
  font-size: 0.95em;
  line-height: 1.6rem;
  font-family: "Gilroy-Light";
}

.textoparagrafobiobased {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2rem;
  font-family: "Gilroy-Light";
}

.subtitulomanuscrito {
  font-family: "ZoojaLight";
  font-size: 4.5rem ;
  line-height: 0.8em;
}

.subtituloespacado {
  letter-spacing: 0.3em;
  font-size: 0.9em;
  line-height: 1.3rem;
  font-family: "Gilroy-Light";
}

.background-blue {
  background-color: #0d23d6;
}

.background-cyanoestranho {
  background-color: #9cdede;
}

.backgroundfsc {
  /* background-image: url(../images/fscBackground.png); */
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


.textoparagrafoProduto {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5rem;
  font-family: "Gilroy-Light";
}

.subtitulomanuscritoProduto {
  font-family: "ZoojaLight";
  line-height: 0.8em;
  font-size: 3.5rem;
}

.backgroundProdutos {
  background-image: url(../images/backgroundprodutos.svg);
  background-repeat: no-repeat;
  background-position-x: calc(50% + 280px);
  background-size: 140px;
  background-position-y: calc(6vw + 25px);
}

.linktexto {
  text-decoration: underline;
  font-size: 1.2em;
  line-height: 1.6rem;
  font-family: "Gilroy-Extrabold";
  display: none;
}



 