.banner {
  padding: 80px 0;
  position: relative;
}
.banner::after {
  content: "";
  background-image: url(../img/grafismo-banner.png);
  width: 30%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 0;
}
.banner h1 {
  font-size: 80px;
  font-weight: 300;
  line-height: 100px;
}
.banner h1 strong {
  font-size: 96px;
  font-weight: 800;
}
.banner h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  width: 820px;
  max-width: 100%;
}
.banner h2 strong {
  font-weight: 600;
}
.banner h2 span,
.banner h2 a {
  color: var(--PURPLE);
  font-weight: bold;
}
.banner h2 span:hover,
.banner h2 a:hover {
  color: #3f2d6f;
}
@media (max-width: 1199px) {
  .banner h1 {
    font-size: 60px;
  }
  .banner h1 strong {
    font-size: 76px;
  }
  .banner h2 {
    width: 630px;
    font-size: 25px;
  }
}

.fazemos {
  background-color: var(--OFFWHITE);
  padding: 105px 0;
  border-bottom-right-radius: 32px;
  scroll-margin-top: 120px;
}
.fazemos h2,
.fazemos h2 > p {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
}
.fazemos h2 strong,
.fazemos h2 > p strong {
  font-weight: 800;
}
.fazemos p {
  font-size: 24px;
  width: 600px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.fazemos p span,
.fazemos p a {
  color: var(--PURPLE);
  font-weight: bold;
  text-decoration: underline;
}
.fazemos p span:hover,
.fazemos p a:hover {
  color: #3f2d6f;
}
.fazemos article {
  width: 100%;
  background-color: var(--WHITE);
  margin-bottom: 24px;
  border-radius: 32px;
}
.fazemos article:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.fazemos article .card-header {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
}
.fazemos article .card-header button {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.fazemos article .card-header button img {
  width: 32px;
}
.fazemos article .card-header button:hover {
  color: var(--PURPLE);
}
.fazemos article .card-body {
  padding: 40px;
}
.fazemos article .card-body ul li {
  font-size: 24px;
  margin-bottom: 15px;
}
.fazemos article .card-footer {
  width: 100%;
  height: 165px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1199px) {
  .fazemos {
    padding: 50px 0;
  }
  .fazemos article .card-footer {
    height: 125px;
  }
}

.cases {
  position: relative;
  padding-top: 100px;
}
.cases h2,
.cases h2 > p {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
}
.cases h2 strong,
.cases h2 > p strong {
  font-weight: 800;
}
.cases p {
  font-size: 24px;
  width: 750px;
  max-width: 100%;
}
.cases p span {
  color: var(--PURPLE);
  font-weight: bold;
  text-decoration: underline;
}
.cases::after {
  content: "";
  background-image: url(../img/grafismo-cases.png);
  width: 25%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .cases::after {
    background-image: url(../img/grafismo-cases-mobile.svg);
    top: 0;
    height: 183px;
  }
}
.cases .projeto-destaque h4 {
  background-image: url(../img/bg-title.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 70px 100px 90px;
  color: var(--WHITE);
  width: 390px;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .cases .projeto-destaque h4 {
    padding: 140px 60px 100px 90px;
  }
}
.cases .projeto-destaque h3 {
  color: var(--PURPLE);
  font-size: 40px;
  font-weight: 800;
}
.cases .img-destaque {
  width: 100%;
  display: block;
  margin-top: 50px;
}
.cases .img-destaque-mobile {
  display: none;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cases .img-destaque {
    display: none;
  }
  .cases .img-destaque-mobile {
    display: block;
  }
  .cases h2 {
    font-size: 52px;
  }
}

.depo-cliente {
  background-image: url(../img/bg-depo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 15px;
}
.depo-cliente article {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.depo-cliente article cite {
  width: 495px;
  max-width: 100%;
}
.depo-cliente article cite p {
  font-size: 20px;
  font-style: normal;
}
.depo-cliente article cite:before {
  content: url(../img/icon-aspas.svg);
}
.depo-cliente article .autor {
  margin: 45px 0;
}
.depo-cliente article .autor:before {
  content: "";
  position: relative;
  width: 125px;
  height: 2px;
  background-color: var(--PURPLE);
  display: block;
  margin-bottom: 10px;
}
.depo-cliente article .autor p {
  font-size: 18px;
  margin: 0;
}
.depo-cliente article .autor p.nome {
  font-weight: bold;
}
.depo-cliente article .avatar {
  width: 295px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .depo-cliente article cite {
    width: 400px;
    max-width: 100%;
  }
}

.atendemos {
  padding: 100px 0;
  scroll-margin-top: 120px;
}
.atendemos #more-patterns {
  font-size: 18px;
  color: var(--PURPLE);
  text-decoration: underline;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
.atendemos #more-patterns:hover {
  color: #3f2d6f;
}
.atendemos .intro {
  margin-bottom: 75px;
}
.atendemos .intro h2,
.atendemos .intro h2 > p {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
}
.atendemos .intro h2 strong,
.atendemos .intro h2 > p strong {
  font-weight: 800;
}
.atendemos .intro p {
  font-size: 24px;
  width: 570px;
  max-width: 100%;
}
.atendemos h3 {
  font-weight: bold;
}
.atendemos .lista-cliente {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0;
}
.atendemos .lista-cliente article {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .atendemos .lista-cliente article {
    width: 60px;
  }
}
.atendemos .lista-cliente article img {
  max-width: 100%;
}

.rede {
  background-image: url(../img/bg-rede.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0;
  scroll-margin-top: 120px;
}
@media (max-width: 991px) {
  .rede {
    padding: 50px 0;
  }
}
.rede .intro {
  margin-bottom: 35px;
}
.rede .intro h2 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
}
.rede .intro h2 strong {
  font-weight: 800;
}
.rede .intro p {
  font-size: 24px;
  width: 600px;
}
.rede h3 {
  font-size: 20px;
  font-weight: bold;
}
.rede .outras-parcerias {
  text-align: center;
}
.rede .lista-parceiros {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0;
}
.rede .lista-parceiros article {
  width: 110px;
}
.rede .lista-parceiros article img {
  max-width: 100%;
}
.rede .lista-parceiros article .autor {
  margin: 45px 0;
}
.rede .lista-parceiros article .autor:before {
  content: "";
  position: relative;
  width: 125px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-bottom: 10px;
}
.rede .lista-parceiros article .autor p {
  font-size: 18px;
  margin: 0;
}
.rede .lista-parceiros article .autor p.nome {
  font-weight: bold;
}
.rede .splide {
  width: 1030px;
  max-width: 100%;
  margin: 10px auto;
}
.rede .splide article {
  padding: 48px;
  background-color: var(--OFFWHITE);
  border-radius: 32px;
}
.rede .splide article cite {
  font-style: normal;
}
.rede .splide article cite:before {
  content: url(../img/icon-aspas-dark.svg);
  display: block;
}
.rede .splide article cite p {
  font-size: 20px;
  font-style: normal;
}
.rede .splide article .autor {
  margin: 45px 0;
}
.rede .splide article .autor:before {
  content: "";
  position: relative;
  width: 125px;
  height: 2px;
  background-color: var(--PURPLE);
  display: block;
  margin-bottom: 10px;
}
.rede .splide article .autor p {
  font-size: 18px;
  margin: 0;
}
.rede .splide article .autor p.nome {
  font-weight: bold;
}
.rede .splide article .avatar {
  width: 263px;
  max-width: 100%;
}
.rede .splide .splide__pagination {
  display: none;
}
.rede .splide .splide__arrow {
  position: relative;
  width: auto;
  height: auto;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
  opacity: 1;
  color: #000;
  padding: 15px;
}
.rede .splide .splide__arrow:hover {
  background-color: var(--YELLOW);
}
.rede .splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 0 0 30px;
}
.rede .splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  border: 2px solid black;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 1;
}
.rede .splide .splide__pagination__page:hover {
  border-color: var(--YELLOW);
}
.rede .splide .splide__pagination__page.is-active {
  background: black;
}

.equipe {
  padding: 100px 0;
  position: relative;
}
.equipe::after {
  content: "";
  background-image: url(../img/bg-equipe.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .equipe::after {
    background-image: url(../img/equipe-mobile.svg);
    width: 100%;
    height: 80%;
    bottom: -110px;
  }
}
@media (max-width: 991px) {
  .equipe {
    padding: 50px 0;
  }
  .equipe::after {
    background-image: url(../img/equipe-mobile.svg);
    width: 100%;
    height: 80%;
    bottom: -110px;
  }
}
.equipe h2 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
}
.equipe h2 strong {
  font-weight: 800;
}
.equipe p {
  font-size: 24px;
  width: 600px;
  max-width: 100%;
}
.equipe .foto-equipe {
  max-width: 100%;
  width: 500px;
  margin: 40px auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .equipe p {
    font-size: 20px;
  }
}

.importa {
  background-color: var(--YELLOW);
  background-image: url(../img/bg-importa.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 130%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .importa {
    background-image: none;
  }
}
.importa .intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.importa .intro h2 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
}
.importa .intro h2 strong {
  font-weight: 800;
}
@media (max-width: 1200px) {
  .importa .intro h2 {
    font-size: 62px;
  }
}
.importa .intro p {
  font-size: 24px;
}
.importa .saiba-mais {
  background-image: url(../img/bg-iniciativas.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 120px 100px;
  margin: 50px 0;
  width: 550px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.importa .saiba-mais p {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1200px) {
  .importa .intro {
    gap: 10px;
  }
  .importa .saiba-mais {
    margin: 50px auto;
    padding: 80px 90px;
    background-size: auto 110%;
  }
  .importa .saiba-mais p {
    font-size: 19px;
  }
}

.transformar {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.transformar::after {
  content: "";
  background-image: url(../img/bg-transformar-right.png);
  width: 50%;
  height: 150%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  position: absolute;
  top: -20%;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .transformar::after {
    background-image: url(../img/grafismo-transformar-mobile.svg);
    top: -110%;
  }
}
.transformar::before {
  content: "";
  background-image: url(../img/bg-transformar-left.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 0;
}
@media (max-width: 830px) {
  .transformar::before {
    display: none;
  }
}
.transformar .intro {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.transformar h2 {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 25px;
}
.transformar h2 strong {
  font-weight: 800;
}
@media (max-width: 1200px) {
  .transformar::after {
    height: 140%;
  }
}
@media (max-width: 991px) {
  .transformar .btn.btn-primary {
    width: 100%;
  }
  .transformar h2 {
    font-size: 50px;
  }
  .transformar .intro {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 200px 0 100px;
  }
  .banner h1,
  .banner h1 > p {
    font-size: 60px;
  }
  .banner h1 strong,
  .banner h1 > p strong {
    font-size: 86px;
  }
  .banner h2 {
    font-size: 27px;
  }
  .banner::after {
    display: none;
  }
  .banner::before {
    content: "";
    background-image: url(../img/grafismo-banner-mobile.png);
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .banner .btn.btn-primary {
    width: 100%;
  }
  .depo-cliente,
  .rede,
  .transformar {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 200px 0 100px;
  }
  .banner h1,
  .banner h1 p {
    font-size: 50px;
    line-height: 70px;
  }
  .banner h1 strong,
  .banner h1 p strong {
    font-size: 60px;
  }
  .banner h2,
  .banner h2 > p {
    font-size: 20px;
    line-height: 35px;
  }
  .projeto-destaque {
    margin-bottom: 50px;
  }
  .fazemos h2,
  .fazemos h2 > p,
  .cases h2,
  .cases h2 > p,
  .atendemos .intro h2,
  .atendemos .intro h2 > p,
  .rede .intro h2,
  .rede .intro h2 > p,
  .equipe h2,
  .equipe h2 > p,
  .importa .intro h2,
  .importa .intro h2 > p,
  .transformar h2,
  .transformar h2 > p {
    font-size: 62px;
  }
}
@media (max-width: 550px) {
  .banner {
    padding: 180px 0 50px;
  }
  .banner::before {
    height: 150px;
  }
  .banner h1,
  .banner h1 p {
    font-size: 40px;
    line-height: 70px;
  }
  .banner h1 strong,
  .banner h1 p strong {
    font-size: 50px;
  }
  .depo-cliente,
  .atendemos,
  .importa {
    padding: 25px 20px;
  }
  .depo-cliente .btn.btn-primary,
  .atendemos .btn.btn-primary,
  .importa .btn.btn-primary {
    width: 100%;
  }
  .cases {
    padding-top: 40px;
  }
  .importa {
    padding: 30px 0px;
  }
  .importa .btn.btn-primary {
    width: 100%;
  }
  .atendemos .intro {
    margin-bottom: 35px;
  }
  .outras-parcerias {
    text-align: center;
  }
  .equipe p {
    font-size: 24px;
  }
  .equipe::after {
    bottom: -30px;
    width: 100%;
  }
  .importa .saiba-mais {
    padding: 100px 30px;
    background-size: 100%;
  }
  .cases h2 {
    width: 50%;
  }
  .cases .projeto-destaque h3 {
    font-size: 38px;
  }
  .cases::after {
    width: 45%;
  }
  .fazemos h2,
  .fazemos h2 > p,
  .cases h2,
  .cases h2 > p,
  .atendemos .intro h2,
  .atendemos .intro h2 > p,
  .rede .intro h2,
  .rede .intro h2 > p,
  .equipe h2,
  .equipe h2 > p,
  .importa .intro h2,
  .importa .intro h2 > p,
  .transformar h2,
  .transformar h2 > p {
    font-size: 42px;
  }
  .fazemos p,
  .cases p,
  .atendemos .intro p,
  .rede .intro p,
  .equipe p,
  .importa .intro p {
    font-size: 22px;
  }
  .importa .saiba-mais p {
    font-size: 19px;
  }
  .fazemos article .card-body ul li {
    font-size: 20px;
  }
  .transformar {
    padding: 100px 30px;
  }
  .transformar h2 {
    font-size: 36px;
  }
  .transformar::after {
    width: 40%;
    height: 150%;
    background-size: 100%;
  }
}
@media (max-width: 450px) {
  .importa .saiba-mais {
    padding: 60px 40px;
    background-size: 100%;
    gap: 10px;
  }
}
@media (max-width: 420px) {
  .banner {
    padding: 130px 0 50px;
  }
  .banner::before {
    height: 110px;
  }
  .banner h1,
  .banner h1 p {
    font-size: 32px;
    line-height: 50px;
  }
  .banner h1 strong,
  .banner h1 p strong {
    font-size: 40px;
  }
  .fazemos {
    padding: 50px 0;
  }
  .fazemos article .card-body {
    padding: 0px 40px;
  }
  .importa .saiba-mais {
    gap: 5px;
  }
  .importa .saiba-mais img {
    width: 190px;
    margin-bottom: 5px;
  }
}
.contato {
  padding: 50px 0 100px;
}
.contato h1 {
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contato h1 {
    font-size: 32px;
  }
}
.contato p.intro {
  font-size: 24px;
  width: 390px;
  max-width: 100%;
}
.contato img.grafismo {
  width: 550px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .contato img.grafismo {
    display: none;
  }
}
.contato img.grafismo-mobile {
  display: none;
  width: 168px;
}
@media (max-width: 992px) {
  .contato img.grafismo-mobile {
    display: inline-block;
  }
}
.contato .infos {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.contato .emails {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .contato .emails {
    margin: 25px 0;
  }
}
.contato .emails p {
  font-size: 20px;
}
.contato .emails:before {
  content: url(../img/icon-email.svg);
}
.contato .emails a {
  font-weight: bold;
  text-decoration: none;
  color: var(--BLACK);
}
.contato .emails a:hover {
  color: var(--PURPLE);
}
.contato .endereco {
  margin-bottom: 45px;
}
.contato .endereco p {
  font-size: 20px;
}
.contato .endereco:before {
  content: url(../img/icon-endereco.svg);
}
.contato .social {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .contato .social {
    padding-right: 0;
    justify-content: center;
  }
}
.contato .social .svg-hover:hover img {
  filter: invert(30%);
}
.contato form {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .contato form {
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .contato form button {
    width: 100%;
  }
}
.contato form .form-group {
  margin-bottom: 30px;
}
.contato form label {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.contato form input,
.contato form textarea,
.contato form select {
  width: 100%;
  border-radius: 25px;
  border: 1px solid var(--BLACK);
  padding: 16px 20px;
  font-size: 16px;
}
.contato form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../img/icon-select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 27px) center;
}
.contato form textarea {
  height: 240px;
  resize: none;
}

.blog {
  padding-bottom: 100px;
}
.blog:not(.materiais) > .intro {
  padding: 50px 0;
  background-image: url(../img/grafismo-blog-cut.svg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right top;
}
.blog:not(.materiais) > .intro p {
  font-size: 18px;
}
@media (max-width: 700px) {
  .blog:not(.materiais) > .intro {
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .blog:not(.materiais) > .intro {
    padding-bottom: 0;
  }
}
.blog.materiais > .intro {
  padding: 50px 0;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/grafismo-materiais.svg);
}
.blog.materiais > .intro p {
  font-size: 18px;
}
@media (max-width: 700px) {
  .blog.materiais > .intro {
    background-size: 55%;
    background-position: right -40px;
  }
}
@media (max-width: 550px) {
  .blog.materiais > .intro {
    padding-bottom: 0;
  }
}
.blog h1 {
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .blog h1 {
    font-size: 32px;
  }
}
.blog p.intro {
  font-size: 24px;
  width: 420px;
  max-width: 100%;
}
@media (max-width: 700px) {
  .blog p.intro {
    font-size: 16px;
  }
}
.blog .busca {
  background-color: var(--GRAY);
  padding: 50px 0;
}
.blog .busca form {
  margin-bottom: 35px;
}
.blog .busca form input {
  width: 800px;
  max-width: 100%;
  border-radius: 25px;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: var(--BLACK);
}
.blog .busca form input::-moz-placeholder {
  color: var(--BLACK);
}
.blog .busca form input::placeholder {
  color: var(--BLACK);
}
.blog .busca form .btn-search:before {
  content: url(../img/icon-search-white.svg);
  margin-right: 6px;
  margin-top: 6px;
  vertical-align: text-top;
}
.blog .busca form .btn-search:hover {
  background-color: var(--PURPLE);
  border-color: var(--PURPLE);
  color: var(--WHITE);
}
@media (max-width: 700px) {
  .blog .busca form .btn-search {
    width: 100%;
  }
}
.blog .busca .filtros {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .blog .busca .filtros {
    flex-direction: column;
    justify-content: center;
  }
}
.blog .busca .filtros p {
  font-size: 20px;
  margin-right: 15px;
}
.blog .busca .filtros ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (max-width: 700px) {
  .blog .busca .filtros ul {
    justify-content: center;
  }
}
.blog .busca .filtros ul li a {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 32px;
  border: 1px solid var(--PURPLE);
  background-color: var(--WHITE);
  color: var(--PURPLE);
}
.blog .busca .filtros ul li a:hover {
  background-color: var(--PURPLE-LIGHT);
  color: var(--BLACK);
}
@media (max-width: 700px) {
  .blog .busca .filtros ul li a {
    padding: 2px 14px;
    font-size: 18px;
  }
}
.blog .busca .filtros ul li.active a {
  background-color: var(--PURPLE);
  color: var(--WHITE);
}
.blog .posts .lista {
  display: flex;
  justify-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding: 60px 0 80px;
}
.blog .posts .lista article {
  width: 395px;
  max-width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.blog .posts .lista article .thumb {
  width: 100%;
  height: 220px;
  border-radius: 24px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .posts .lista article .categoria {
  background-color: var(--PURPLE-LIGHT);
  color: var(--BLACK);
  font-size: 16px;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 32px;
  margin: 0;
}
.blog .posts .lista article h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--BLACK);
}
.blog .posts .lista article a.btn-link {
  color: var(--RED-CONTRAST);
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}
.blog .posts .lista article a.btn-link:hover {
  color: var(--PURPLE);
}
.blog .posts .lista article a.btn-link:after {
  content: url(../img/icon-arrow.svg);
  vertical-align: text-top;
  margin-left: 8px;
}
.blog .posts .lista article a.btn-link.material:after {
  content: url(../img/Icon-link-externo.svg);
  vertical-align: text-top;
  margin-left: 8px;
}
.blog .posts .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.blog .posts .paginacao ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
}
.blog .posts .paginacao ul li a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  width: 32px;
  height: 32px;
  color: var(--BLACK);
}
.blog .posts .paginacao ul li.active a {
  background-color: var(--PURPLE);
  color: var(--WHITE);
  border-radius: 50%;
}
.blog .posts .paginacao .prev {
  font-size: 20px;
  color: var(--PURPLE);
}
.blog .posts .paginacao .prev:before {
  content: url(../img/icon-arrow-left-purple.svg);
  vertical-align: text-top;
  margin-right: 8px;
}
.blog .posts .paginacao .next {
  color: var(--PURPLE);
  font-size: 20px;
}
.blog .posts .paginacao .next:after {
  content: url(../img/icon-arrow-right-purple.svg);
  vertical-align: text-top;
  margin-left: 8px;
}

.post {
  padding: 80px 0;
}
.post .content {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.post .content h1 {
  font-size: 56px;
  font-weight: 400;
}
.post .content .thumb {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
.post .content .categoria {
  background-color: var(--PURPLE-LIGHT);
  color: var(--BLACK);
  font-size: 16px;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 32px;
  margin: 16px 0 22px;
}
.post .content h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--PURPLE);
}
.post .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--PURPLE);
}
.post .content h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--PURPLE);
}
.post .content p {
  font-size: 20px;
  margin: 20px 0;
}
.post .content li {
  font-size: 20px;
}
.post .content a:not(.btn-back) {
  color: var(--PURPLE);
}
.post .content a:not(.btn-back):hover {
  color: #3f2d6f;
}

#quem-somos {
  background-image: url("../img/background-quem-somos.svg");
  background-position: 100% -9%;
  background-repeat: no-repeat;
}
#quem-somos h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#quem-somos h1 span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #quem-somos h1 {
    font-size: 32px;
  }
}
#quem-somos h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
}
#quem-somos h3 {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
}
#quem-somos h2 {
  font-family: Urbanist;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
}
#quem-somos p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  #quem-somos {
    background-image: url("../img/mobile-background-quem-somos.svg");
    background-position: top right;
    background-position-y: -40px;
  }
  #quem-somos h1 {
    font-size: 32px;
  }
  #quem-somos h2 {
    font-size: 20px;
  }
  #quem-somos h3 {
    font-size: 25px;
  }
  #quem-somos h2 {
    font-size: 25px;
  }
  #quem-somos p {
    font-size: 20px;
  }
}
#quem-somos .hero-content {
  margin-bottom: 145px;
}
#quem-somos .hero-content .titles {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}
#quem-somos .hero-content p {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #quem-somos .hero-content {
    margin-bottom: 65px;
  }
  #quem-somos .hero-content .titles {
    width: 100%;
    padding-top: 0px;
  }
  #quem-somos .hero-content p {
    width: 100%;
  }
}
#quem-somos .lideres {
  background-color: var(--GRAY-LIGHT);
}
#quem-somos .lideres .svg-hover:hover img {
  filter: invert(30%);
}
#quem-somos .lideres #graf {
  position: relative;
  top: -20%;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #quem-somos .lideres #graf {
    top: -11%;
  }
}
#quem-somos .lideres .container {
  padding-block: 53px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 1020px;
  max-width: 100%;
}
#quem-somos .lideres .image {
  position: relative;
  width: 100%;
  height: 572px;
  background-color: #C4C4C4;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
#quem-somos .lideres .image::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 820px;
  background-image: url(../img/element-1.svg);
  background-position: 100% 170%;
  background-repeat: no-repeat;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  top: 160px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #quem-somos .lideres .image::after {
    display: none;
  }
}
#quem-somos .reverse {
  flex-direction: row-reverse;
}
#quem-somos .person {
  display: flex;
  align-items: center;
  gap: 20px;
}
#quem-somos .person .person-name {
  display: flex;
  gap: 20px;
  align-items: center;
}
#quem-somos .person .person-name h4 {
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}
#quem-somos .person .avatar {
  padding: 0 40px;
  background-image: url("../img/person-background.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#quem-somos .person .avatar img {
  border-radius: 50%;
  width: 265px;
  height: 265px;
}
#quem-somos .person .avatar-bg-purple {
  background-image: url("../img/avatar-bg-purple.svg");
}
#quem-somos .person .avatar-bg-red {
  background-image: url("../img/avatar-bg-red.svg");
}
#quem-somos .person .avatar-bg-yellow {
  background-image: url("../img/avatar-bg-red.svg");
}
#quem-somos .person p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #quem-somos .person {
    flex-direction: column;
  }
  #quem-somos .person .avatar {
    padding: 40px;
  }
}
#quem-somos .colaboradores {
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  #quem-somos .colaboradores {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
#quem-somos .colaboradores h5 {
  font-family: Urbanist;
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #quem-somos .colaboradores h5 {
    font-size: 32px;
    text-align: left;
  }
}
#quem-somos .colaboradores .colaborador {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#quem-somos .colaboradores .colaborador h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
  margin-top: 10px;
}
#quem-somos .colaboradores .colaborador p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 10px;
}
#quem-somos .colaboradores .colaborador .avatar {
  width: 187px;
  height: 185px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #quem-somos .colaboradores .colaborador .avatar {
    width: 152px;
    height: 152px;
  }
}
@media screen and (max-width: 768px) {
  #quem-somos .colaboradores .colaborador {
    max-width: 159px;
  }
}
#quem-somos .colaboradores .icon {
  width: 32px;
  height: 32px;
}

#cases-interna {
  position: relative;
}
#cases-interna .hero-content {
  margin-bottom: 58px;
}
@media (max-width: 990px) {
  #cases-interna .hero-content {
    margin-bottom: 20px;
  }
}
#cases-interna .hero-content .logo-case {
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
}
#cases-interna .hero-content span {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#cases-interna .hero-content .content-head {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
#cases-interna .hero-content h1,
#cases-interna .hero-content h2 {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--PURPLE);
}
#cases-interna .first-conteudo {
  position: relative;
}
#cases-interna .first-conteudo::before {
  content: "";
  background-image: url("../img/grafismo-case-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  width: 350px;
  height: 500px;
  display: inline-block;
  top: -70px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1080px) {
  #cases-interna .first-conteudo::before {
    width: 270px;
    top: -100px;
  }
}
@media (max-width: 767px) {
  #cases-interna .first-conteudo::before {
    width: 270px;
    top: 240px;
  }
}
@media (max-width: 500px) {
  #cases-interna .first-conteudo::before {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #cases-interna .first-conteudo {
    background-image: none;
  }
}
#cases-interna .first-conteudo .mockup-desktop {
  height: auto;
  max-width: 100%;
  margin: 30px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#cases-interna .first-conteudo p {
  max-width: 503px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
#cases-interna .two-conteudo {
  padding-bottom: 40px;
  position: relative;
}
#cases-interna .two-conteudo::after {
  content: url(../img/grafismo-case-2.png);
  position: absolute;
  bottom: -330px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #cases-interna .two-conteudo {
    background-position: 100% 110%;
    background-size: 100%;
  }
}
#cases-interna .two-conteudo img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#cases-interna .two-conteudo p {
  max-width: 503px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
#cases-interna .banner-destaque .img-destaque {
  width: 100%;
  display: block;
}
#cases-interna .banner-destaque .img-destaque-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  #cases-interna .banner-destaque .img-destaque {
    display: none;
  }
  #cases-interna .banner-destaque .img-destaque-mobile {
    display: block;
  }
}
#cases-interna .depoimento {
  padding-block: 80px;
}
@media (max-width: 991px) {
  #cases-interna .depoimento {
    padding: 36px 15px;
  }
}
#cases-interna .depoimento article {
  background-color: var(--GRAY);
  width: 1027px;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 86px;
  border-radius: 32px;
}
@media (max-width: 991px) {
  #cases-interna .depoimento article {
    padding: 36px;
  }
}
#cases-interna .depoimento article cite {
  width: 495px;
  max-width: 100%;
}
#cases-interna .depoimento article cite p {
  font-size: 20px;
  font-style: normal;
}
#cases-interna .depoimento article cite:before {
  content: url(../img/icon-aspas.svg);
}
#cases-interna .depoimento article .autor {
  margin: 45px 0;
}
#cases-interna .depoimento article .autor:before {
  content: "";
  position: relative;
  width: 125px;
  height: 2px;
  background-color: var(--PURPLE);
  display: block;
  margin-bottom: 10px;
}
#cases-interna .depoimento article .autor p {
  font-size: 18px;
  margin: 0;
}
#cases-interna .depoimento article .autor p.nome {
  font-weight: bold;
}
#cases-interna .depoimento article .avatar {
  width: 295px;
  max-width: 100%;
}
#cases-interna .go-back {
  padding-bottom: 80px;
}
#cases-interna .go-back a {
  color: var(--RED-CONTRAST);
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#cases-interna .go-back a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 14%;
}
#cases-interna .go-back a::before {
  content: url(../img/icon-arrow.svg);
  vertical-align: text-bottom;
  margin-right: 8px;
  transform: rotate(180deg);
  display: inline-block;
}
#cases-interna::after {
  content: url(../img/grafismo-case-interno.svg);
  position: absolute;
  bottom: -231px;
  z-index: -1;
}
@media (max-width: 767px) {
  #cases-interna::after {
    display: none;
  }
}

#cases::before {
  content: "";
  background-image: url("../img/cases.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 700px;
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
}
@media (max-width: 990px) {
  #cases::before {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #cases::before {
    background-image: url(../img/grafismo-cases-mobile-bannner.svg);
    top: -10px;
    width: 160px;
  }
}
#cases .hero-content {
  padding-bottom: 100px;
}
#cases .hero-content p {
  width: 50%;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  #cases {
    background-size: 200px;
    background-position: 112% -10%;
  }
  #cases .hero-content {
    padding-bottom: 0;
  }
  #cases .hero-content p {
    width: 100%;
    margin-top: 32px;
  }
}
#cases h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#cases h1 span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #cases h1 {
    font-size: 32px;
  }
}
#cases .content .cases-list {
  margin-block: 84px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  #cases .content .cases-list {
    grid-template-columns: 1fr;
  }
}
#cases .content .cases-list .case-card {
  background-color: var(--GRAY);
  border-radius: 24px;
  max-width: 608px;
  height: -moz-max-content;
  height: max-content;
}
#cases .content .cases-list .case-card img {
  width: 100%;
  max-width: 608px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 310px;
  border-radius: 24px 24px 0 0;
}
#cases .content .cases-list .case-card .card-content {
  padding: 24px 16px;
}
#cases .content .cases-list .case-card .card-content h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}
#cases .content .cases-list .case-card .card-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}
#cases .content .cases-list .case-card .card-content a {
  color: var(--RED-CONTRAST);
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 4px 8px;
}
#cases .content .cases-list .case-card .card-content a:hover {
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
  border-radius: 4px;
}
#cases .content .cases-list .case-card .card-content a:hover:after {
  filter: brightness(0) invert(1);
}
#cases .content .cases-list .case-card .card-content a:after {
  content: url(../img/icon-arrow.svg);
  vertical-align: text-top;
  margin-left: 8px;
}
#cases .content .cases-list .case-right {
  margin-top: 10%;
}

#dna .hero {
  position: relative;
}
#dna .hero::before {
  content: url(../img/dna-acessesivel.svg);
  position: absolute;
  z-index: -1;
  right: 0;
  top: -175px;
}
@media screen and (max-width: 768px) {
  #dna .hero::before {
    content: url(../img/dna-acessesivel-mobile.svg);
    top: -35px;
  }
}
#dna .hero::after {
  content: url(../img/dna-hero-2.svg);
  position: absolute;
  z-index: -2;
  right: 0;
  top: 70%;
}
@media screen and (max-width: 768px) {
  #dna .hero::after {
    content: url(../img/dna-hero-2-mobile.svg);
    right: 0;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #dna .hero {
    background-size: 100%;
  }
  #dna .hero::after {
    background-size: 100%;
  }
}
#dna .content-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #dna .content-hero {
    padding-bottom: 30px;
    gap: 0;
  }
}
#dna .content-hero h1 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #dna .content-hero h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#dna .content-hero p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  #dna .content-hero p {
    font-size: 20px;
    width: 80%;
  }
}
#dna .content-hero h2 {
  font-family: Urbanist;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #dna .content-hero h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
#dna .menu-container {
  position: sticky;
  z-index: 5;
  top: 199px;
  background-color: var(--GRAY);
  transition: top 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #dna .menu-container {
    top: 90px;
  }
}
#dna .menu-container nav {
  padding-block: 18px;
}
#dna .menu-container nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #dna .menu-container nav ul {
    display: none;
  }
}
#dna .menu-container nav ul li {
  list-style: none;
  text-decoration: none;
}
#dna .menu-container nav ul li a {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  list-style: none;
  text-decoration: none;
  color: #000000;
  padding: 2px;
}
#dna .menu-container nav ul li a:hover, #dna .menu-container nav ul li a:focus, #dna .menu-container nav ul li a:active {
  background-color: var(--RED-CONTRAST);
  color: var(--OFFWHITE);
}
#dna .menu-container nav ul .link-active {
  background-color: var(--RED-CONTRAST);
  color: var(--OFFWHITE);
}
@media screen and (max-width: 768px) {
  #dna .menu-container nav ul {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }
  #dna .menu-container nav ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #dna .menu-container {
    top: 86px;
  }
}
#dna .default-container, #dna #abnt-nbr-17225, #dna #nossos-projetos, #dna #solucoes, #dna #avaliacao-acessibilidade, #dna #beneficios, #dna #o-que-e {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 90px;
  scroll-margin-top: 180px;
}
@media screen and (max-width: 768px) {
  #dna .default-container, #dna #abnt-nbr-17225, #dna #nossos-projetos, #dna #solucoes, #dna #avaliacao-acessibilidade, #dna #beneficios, #dna #o-que-e {
    scroll-margin-top: 90px;
  }
}
#dna .default-container h2, #dna #abnt-nbr-17225 h2, #dna #nossos-projetos h2, #dna #solucoes h2, #dna #avaliacao-acessibilidade h2, #dna #beneficios h2, #dna #o-que-e h2 {
  font-family: Urbanist;
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  #dna .default-container h2, #dna #abnt-nbr-17225 h2, #dna #nossos-projetos h2, #dna #solucoes h2, #dna #avaliacao-acessibilidade h2, #dna #beneficios h2, #dna #o-que-e h2 {
    font-size: 32px;
  }
}
#dna .default-container p, #dna #abnt-nbr-17225 p, #dna #nossos-projetos p, #dna #solucoes p, #dna #avaliacao-acessibilidade p, #dna #beneficios p, #dna #o-que-e p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
#dna #o-que-e {
  scroll-margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #dna #o-que-e {
    padding-top: 30px;
  }
}
#dna #beneficios {
  padding-bottom: 90px;
  position: relative;
}
#dna #beneficios::before {
  content: url(../img/dna-beneficios-grafismo.svg);
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 768px) {
  #dna #beneficios::before {
    content: url(../img/dna-beneficios-grafismo-mobile.svg);
    z-index: -1;
  }
}
#dna #beneficios::after {
  content: url(../img/dna-beneficios-grafismo-2.svg);
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -80px;
}
@media screen and (max-width: 768px) {
  #dna #beneficios::after {
    bottom: -200px;
  }
}
#dna #beneficios h2 {
  margin-bottom: 40px;
}
#dna #beneficios .destaque ul {
  background-color: var(--PURPLE-LIGHT);
  padding: 52px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#dna #beneficios .destaque li {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
#dna #avaliacao-acessibilidade {
  align-items: center;
  justify-content: center;
  color: var(--WHITE);
}
#dna #avaliacao-acessibilidade .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  background-color: var(--PURPLE);
  width: 100%;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  #dna #avaliacao-acessibilidade .wrapper {
    gap: 32px;
  }
}
#dna #avaliacao-acessibilidade .titles {
  max-width: 420px;
}
#dna #avaliacao-acessibilidade h2 {
  color: var(--WHITE);
}
#dna #avaliacao-acessibilidade #wpcf7-f360-o1 {
  display: flex;
  flex-direction: column;
  max-width: 462px;
  width: 100%;
}
#dna #avaliacao-acessibilidade form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 465px;
  width: 100%;
  background-color: var(--WHITE);
  padding: 32px;
  border-radius: 24px;
  color: var(--BLACK);
}
@media screen and (max-width: 768px) {
  #dna #avaliacao-acessibilidade form {
    min-width: 100%;
  }
}
#dna #avaliacao-acessibilidade form p {
  margin: 0;
}
#dna #avaliacao-acessibilidade form input {
  background-color: var(--GRAY);
  border-radius: 18px;
  width: 100%;
  border: none;
  outline: none;
  height: 60px;
  padding-inline: 24px;
}
#dna #avaliacao-acessibilidade form button {
  width: 100%;
}
#dna #avaliacao-acessibilidade a {
  color: var(--OFFWHITE);
  font-weight: bold;
}
#dna #avaliacao-acessibilidade a:hover {
  color: var(--YELLOW);
}
#dna #solucoes {
  padding-bottom: 90px;
}
#dna #solucoes .list-solucoes {
  background-color: var(--GRAY);
  padding: 32px;
  border-radius: 24px;
}
#dna #solucoes .list-solucoes p {
  margin: 0;
}
#dna #solucoes .destaque {
  background-color: var(--PURPLE);
  padding: 32px 70px;
  border-radius: 24px;
  color: var(--WHITE);
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  position: relative;
  margin-top: 30px;
}
#dna #solucoes .destaque::after {
  content: "";
  background-image: url(../img/solucao-destaque-2.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 180px;
  position: absolute;
  width: 180px;
  bottom: -60px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  #dna #solucoes .destaque::after {
    display: none;
  }
}
#dna #solucoes .destaque::before {
  content: "";
  background-image: url(../img/solucao-destaque-1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 180px;
  position: absolute;
  width: 180px;
  bottom: 60px;
  left: -90px;
}
@media screen and (max-width: 768px) {
  #dna #solucoes .destaque::before {
    bottom: 300px;
    left: -115px;
  }
}
#dna #solucoes .sabia-lista ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  max-height: 455px;
}
#dna #solucoes .sabia-lista ul li {
  width: 50%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #dna #solucoes .sabia-lista ul {
    flex-direction: column;
    gap: 16px;
    max-height: 100%;
  }
  #dna #solucoes .sabia-lista ul li {
    width: 100%;
  }
}
#dna #nossos-projetos {
  background-color: var(--YELLOW);
  padding-bottom: 90px;
  position: relative;
  padding: 16px;
  padding-block: 90px;
  z-index: 2;
}
#dna #nossos-projetos:before {
  content: url(../img/projetos-1.svg);
  position: absolute;
  right: 0;
  top: -160px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #dna #nossos-projetos:before {
    content: url(../img/mobile-projetos-1.svg);
    z-index: -2;
    top: -40px;
  }
}
#dna #nossos-projetos:after {
  content: url(../img/projetos-2.svg);
  position: absolute;
  left: 0;
  bottom: -510px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #dna #nossos-projetos:after {
    content: url(../img/mobile-projetos-2.svg);
    bottom: -40px;
    z-index: -2;
  }
}
#dna #nossos-projetos .row {
  background-color: var(--WHITE);
  padding: 32px;
  border-radius: 24px;
}
#dna #abnt-nbr-17225 {
  z-index: 2;
  position: relative;
}
#dna #abnt-nbr-17225 a {
  color: var(--RED-CONTRAST);
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  border-bottom: 2px solid var(--RED-CONTRAST);
  padding: 4px 8px;
}
#dna #abnt-nbr-17225 a:hover {
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
  border-radius: 4px;
}
#dna #abnt-nbr-17225 a:hover:after {
  filter: brightness(0) invert(1);
}
#dna #abnt-nbr-17225 a:after {
  content: url(../img/icon-arrow.svg);
  vertical-align: text-top;
  margin-left: 8px;
}
#dna #abnt-nbr-17225 #img-selo-acessibilidade {
  width: 100%;
}

#search {
  padding-bottom: 100px;
}
#search .content-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #search .content-hero {
    gap: 10px;
    padding-bottom: 10px;
  }
}
#search .content-hero h1 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #search .content-hero h1 {
    font-size: 32px;
  }
}
#search .content-hero p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 680px;
}
#search .content-hero h2 {
  font-family: Urbanist;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 600px;
}
#search article {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 32px;
  border-bottom: 1px solid;
}
#search article a {
  text-decoration: none;
  color: var(--BLACK);
  text-transform: capitalize;
}
#search article a:hover {
  color: var(--PURPLE);
}
#search article h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-decoration: underline;
  width: 100%;
}
#search article .tag {
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--PURPLE);
  padding: 4px 26px;
  color: var(--WHITE);
  text-transform: capitalize;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

:root {
  --WHITE: #fff;
  --BLACK: #000;
  --OFFWHITE: #F5F5F5;
  --YELLOW: #FFA100;
  --RED-CONTRAST: #E61300;
  --PURPLE: #6145A6;
  --GRAY-LIGHT: #F5F5F5;
  --PURPLE-LIGHT: #B087D9;
  --GRAY: #F5F5F5;
}

* {
  transition: 0.2s ease-in-out;
}

body {
  background-color: var(--WHITE);
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--BLACK);
  padding-top: 180px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--BLACK);
}

.container-espiral {
  width: 1140px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

body:not(.home) header .menu-desktop .current-menu-item a {
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
}

body:not(.home) header .expanded-menu .nav-main li.current_page_item a {
  text-decoration: underline;
}

a:not(:has(> img)):not(:has(article))[target=_blank]::after {
  content: "";
  -webkit-mask: url(../img/Icon-link-externo-blue.svg) no-repeat 50% 50%;
          mask: url(../img/Icon-link-externo-blue.svg) no-repeat 50% 50%;
  display: inline-block;
  margin-left: 4px;
  font-size: 0.9em;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-bottom: 4px;
}

.grecaptcha-badge {
  display: none !important;
}

.shortcuts {
  position: relative;
}

.shortcuts .shortcut {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-100%);
  text-align: center;
  z-index: 100000;
  width: 100%;
}

.shortcuts .shortcut:focus {
  transform: translate(0);
}

.shortcuts .shortcut:before {
  background: rgba(0, 0, 0, 0.85);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.shortcuts .shortcut > span {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 6rem 0 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 4rem 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .shortcuts .shortcut > span {
    font-size: 3rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .shortcuts .shortcut > span {
    font-size: 2.4rem;
    font-size: 2.6rem;
    font-size: 2.8rem;
  }
}
#lbl-main {
  scroll-margin-top: 207px;
}
@media screen and (max-width: 1200px) {
  #lbl-main {
    scroll-margin-top: 87px;
  }
}

header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--WHITE);
}
header .social img:hover {
  filter: invert(20%);
  /* Ajuste para #FFA100 */
}
header .top {
  background-color: var(--YELLOW);
  padding: 8px 0;
}
@media (max-width: 991px) {
  header .top {
    display: none;
  }
}
header .top nav ul a {
  font-weight: 500;
}
header .top nav ul a:hover, header .top nav ul a:focus, header .top nav ul a:active {
  text-decoration: underline;
}
header .top nav ul li.current-menu-item a {
  text-decoration: underline;
}
header .main-header {
  padding: 28px 0;
  position: relative;
  background-color: var(--WHITE);
}
header .main-header .menu-mobile {
  display: none;
  align-items: center;
}
header .main-header .menu-mobile button {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: var(--BLACK);
}
header .main-header .menu-mobile button:active, header .main-header .menu-mobile button:hover {
  background-color: transparent;
}
header .main-header .menu-mobile button img {
  height: 20px;
}
header .main-header .menu-mobile .expanded-search {
  width: 100%;
  top: 60px;
  padding: 20px;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  z-index: 999;
  background-color: var(--WHITE);
}
header .main-header .menu-mobile .expanded-search form {
  display: flex;
  justify-content: center;
}
header .main-header .menu-mobile .expanded-menu {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0 0;
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
}
header .main-header .menu-mobile .expanded-menu .nav-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 0;
}
header .main-header .menu-mobile .expanded-menu .nav-main a {
  color: var(--WHITE);
  font-size: 20px;
}
header .main-header .menu-mobile .expanded-menu .nav-top {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
header .main-header .menu-mobile .expanded-menu .nav-top li a {
  color: var(--WHITE);
  font-size: 18px;
}
header .main-header .menu-mobile .expanded-menu .nav-social {
  list-style: none;
  padding: 0 0 30px;
}
header .main-header .menu-mobile .expanded-menu button {
  color: var(--WHITE);
}
header .main-header .menu-mobile .expanded-menu .nav-main li.current_page_item a {
  text-decoration: underline;
}
header .main-header nav.main-menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 5px;
}
header .main-header nav.main-menu ul li a:hover {
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
}
@media (max-width: 1200px) {
  header .main-header .menu-desktop {
    display: none;
  }
  header .main-header .menu-mobile {
    display: flex;
  }
}
header nav ul a {
  color: var(--BLACK);
  text-decoration: none;
  font-size: 16px;
}
header form {
  border-bottom: 1px solid;
}
header form input {
  background-color: var(--WHITE);
  border: 2px solid transparent;
  padding: 12px 12px;
  outline: 0;
}
header form input:focus, header form input:hover {
  border-color: var(--PURPLE-LIGHT);
}
header form button {
  background: none;
  outline: none;
  border: 2px solid transparent;
  padding: 10px 8px;
}
header form button:focus, header form button:hover {
  border-color: var(--PURPLE-LIGHT);
}

.scroll-up {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 12px;
  display: flex;
  flex-direction: column;
  background-color: var(--PURPLE-LIGHT);
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--BLACK);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border: 3px solid transparent;
  border-radius: 16px 8px 16px 8px;
}

footer {
  background-color: var(--PURPLE);
  color: var(--WHITE);
  position: relative;
  padding: 50px 0 0;
}
footer::before {
  content: "";
  background-image: url(../img/grafismo-footer.png);
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 60%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1170px) {
  footer::before {
    background-image: none;
  }
}
@media (max-width: 767px) {
  footer .container > div,
  footer .div-logo {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
  }
  footer .column {
    width: 385px;
    max-width: 100%;
  }
  footer .column nav {
    justify-content: flex-start !important;
  }
}
footer .intro {
  width: 385px;
  max-width: 100%;
}
@media (max-width: 500px) {
  footer .intro {
    width: 100%;
  }
}
footer a:-moz-any-link {
  color: var(--WHITE);
}
footer a:any-link {
  color: var(--WHITE);
}
footer p {
  font-size: 16px;
}
footer .social img:hover {
  filter: invert(20%);
  /* Ajuste para #FFA100 */
}
footer nav ul li {
  margin: 5px 0;
}
footer nav ul li a {
  color: var(--WHITE);
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  border-top: 1px solid var(--WHITE);
  margin-top: 30px;
}
footer .copyright p {
  text-align: center;
  font-size: 14px;
  margin: 16px 0;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 16px;
}
.breadcrumbs a {
  color: var(--BLACK);
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.btn {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 16px 8px 16px 8px;
}
.btn.btn-primary {
  background-color: var(--RED-CONTRAST);
  color: var(--WHITE);
  border: 3px solid var(--RED-CONTRAST);
}
.btn.btn-primary:hover {
  background-color: var(--WHITE);
  color: var(--RED-CONTRAST);
}
.btn.btn-secondary {
  background-color: var(--BLACK);
  color: var(--WHITE);
  border: 3px solid var(--BLACK);
}
.btn.btn-secondary:hover {
  background-color: var(--WHITE);
  color: var(--BLACK);
}
.btn.btn-back {
  color: var(--RED-CONTRAST);
  text-transform: uppercase;
}
.btn.btn-back:before {
  content: url(../img/icon-back-red.svg);
  margin-right: 8px;
}
.btn.btn-back:hover {
  text-decoration: underline;
}
.btn:focus-visible {
  outline: 1px solid black;
  border-radius: 0;
}

.not-found {
  background-image: url(../img/bg-notfound.svg);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 80vh;
  padding: 50px 0 100px;
}
.not-found h1 {
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.not-found p.intro {
  font-size: 20px;
  width: 450px;
  max-width: 100%;
  margin-bottom: 40px;
}
.not-found a:-moz-any-link {
  text-decoration: underline;
}
.not-found a:any-link {
  text-decoration: underline;
}
.not-found a:-moz-any-link:hover {
  color: var(--PURPLE);
}
.not-found a:any-link:hover {
  color: var(--PURPLE);
}
@media (max-width: 1190px) {
  .not-found h1 {
    font-size: 42px;
  }
}
@media (max-width: 550px) {
  .not-found {
    padding-top: 90px;
  }
  .not-found .posts .lista {
    padding: 20px 0 0px;
  }
}

@media (max-width: 1200px) {
  header .main-header {
    padding: 10px 0;
  }
  header .main-header .logo {
    width: 90px;
  }
  header .top {
    display: none;
  }
}
@media (max-width: 550px) {
  .div-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.wpcf7-not-valid:focus {
  outline: 2px solid #e74c3c;
}

.lista-parceiros img {
  width: 110px;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lista-parceiros a {
  border-bottom: 3px solid transparent;
}
.lista-parceiros a:hover {
  border-color: var(--YELLOW);
}/*# sourceMappingURL=main.css.map */