/* General reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --bg-color: #fcfaff;
  --second-bg-color: #e3cfe2;
  --main-color: #5a276c;
  --text-color: #fff;
  --second-color: #666;
  --other-color: #623565;
  --contrast-color: #603f3a;
  --h1-font: 7rem;
  --h5-font: 2rem;
  --h2-font: 3.5rem;
  --p-font: 1.1rem;
  --h2-ih: 5rem;
  --menu-font: 1.3rem;
  --body-font: "Work Sans", sans-serif;
  --title-font: "Mulish", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: #fefcff;
}
figure
article a::after {
  content: none; /* Remove o conteúdo adicional */
  position: static; /* Redefine a posição */
  cursor: auto; /* Remove o cursor de ponteiro */
}

.s1-video img {
  width: 80%;
  height: auto;
}

/* Article styling */
article {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  /* margin: 1rem; */
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

main {
  width: 90vw;
}

/* Image full width */
#ïmg-fullw {
  width: 100vw;
  margin: 0;
}


/* Text description general */
.s1-img-container,
.s1-img-container-full,
.s1-img-container01,
.a2-img-container01 {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.s1-img-container {
  width: 55vw;
}

.s1-img-container-full,
.s1-img-container01,
.a2-img-container01 {
  width: 100vw;
}

.s1-img-container img,
.s1-img-container-full img,
.s1-img-container01 img,
.a2-img-container01 img {
  width: 100%;
}

.s1-img-container01 img,
.a2-img-container01 img {
  width: 55vw;
}

.s1-text-container-1 p,
.a2-text-container-1 p {
  font-family: var(--body-font);
  font-size: 1.3rem;
  line-height: 180%;
  margin-bottom: 5%;
}

#img01 img {
  width: 85% !important;
}


/*                                                                             Header Article                                                                        */

.s1-tile-video {
  width: 100%;
  background-color: #656e4a;
  padding: 2%;
}
main {
  width: 100vw;
  background-color: #fafafa;
}

.s1-header-case {
  background-color: #fafafa;
  width: 100%;
  /* margin-top: 2.5%; */
  display: flex;
  flex-direction: row;
  padding: 3% 5% 5% 3%;

  /* background-color: #501c1c; */
}

.s1-back {
  width: 5vw;
  height: auto;
}

.s1-back i {
  font-size: 2rem;
  cursor: pointer;
}

.s1-container {
  width: 90vw;
  margin-right: 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none; /* Desativa interações no contêiner */
}

.s1-tag-ux {
  /* margin: 0; */
  background-color: #b47bc2;
  color: #fff;
  font-family: var(--title-font);
  font-size: 1.4rem;
  margin-bottom: 1vh;
  margin-left: 5% !important;

  width: 12vh;
  height: fit-content;

  border-radius: 24px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.s1-tag-ux h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;

  padding: 4%;
}

.s1-h-title {
  width: 20vw;
  display: flex;
  flex-direction: column;
}

.s1-container h3 {
  font-family: var(--title-font);
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 2vh;
  padding: 0 5%;

  color: #fff;
}

/* Breadcrumb */
.breadcrumb {
  height: fit-content;
  width: 100vh;

  /* background-color: #86837a; */
}

.breadcrumb ul {
  display: flex;
  /* background-color: #e2b434; */
  align-items: center;
}

.breadcrumb_list {
  margin: 0;
  width: 100%;
  /* padding-left: 5%; */

  /* background-color: #623565; */
}

.breadcrumb_list li:not(:first-child) {
  margin: 0px 1.5%;
}

.breadcrumb_list li {
  list-style-type: none;
  display: inline;

  color: #ffffff;

  /* background-color: #b47bc2; */
}

.breadcrumb_list a {
  color: #ffffff;
  font-size: 1.3rem;
  text-decoration: none;
  font-family: var(--body-font);
  pointer-events: all;
}

.breadcrumb_list a:hover {
  color: #ffffff;
  font-weight: 600;
}

.li-1:after {
  content: "/";
  padding-left: 1%;
  color: #313030;
}

.wrapper {
  height: 5vh;
}

/* Text description */
.s1-desc-vi {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s1-description {
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  padding-bottom: 2%;
  background-color: #f8f6f6;
  border-radius: 5px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.s1-txt {
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 140%;
  width: 50vw;
}

.s1-list-desc {
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 140%;
  width: 100%;
  display: flex;

  padding-right: 6%;
  /* background-color: #603f3a; */
}

.bold {
  font-weight: 700;
  /* color: #351231; */
  width: 10vw;

  /* background-color: #92c2ac; */
}

/*icon tool*/

.s1-img-icon {
  display: flex;
  align-items: center;
  width: 30vw;

  /* background-color: #dda845; */
}

.s1-img-icon img {
  width: 5%;
}

.s1-list-desc ul li {
  display: flex;
  flex-direction: column;
}

.s1-list-desc ul {
  list-style-type: disc !important;
  font-family: var(--body-font);
  font-size: 1.3rem;
  line-height: 160%;
  width: 50vw;

  margin-left: 2%;
}

#s1-text-desc {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 5% 5% 3% 5%;
  line-height: 150%;

  font-style: italic;
}

/*divider*/
.divider-icon {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 3% 0;
}

.divider-icon::before,
.divider-icon::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #ddd;
  margin: 0 10px;
}

.divider-icon span {
  font-size: 1.5rem;
  color: #333;
}

/* Right text */
.s1-desc {
  width: 30%;
}

.s1-desc h6 {
  font-family: var(--title-font);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1vh;
}

.s1-desc p {
  font-family: var(--body-font);
  font-size: 1rem;
}

.separator {
  width: 1px;
  height: 20px;
  /* background-color: #333; */
  margin: 0 10px; /* Espaçamento entre itens */
}

/*                                                                     End  Header Article                                                                      */

/* Article */
.s1-articles {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  width: 100vw;

  height: 100vh;
}

.s1-background-color {
  background-color: #656e4a;
  width: 50vw;
  height: 100%;

  opacity: 0.8;
}

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote h2 {
  color: #fff;
  padding: 0 11%;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 180%;
  font-family: var(--body-font);
  font-weight: 200;
}

.s1-image_text {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1-img-text-container,
.a2-img-text-container,
.a3-img-text-container,
.a4-img-text-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0% !important;
  align-items: center;
}

/* .s1-img-text-container {
  align-items: flex-start;
} */

.a3-graph {
  padding: 0 0 3% 8%;
}

.text-dec {
  display: flex;
  /* margin: 5vh 0; */
  flex-direction: column;
}

.padding {
  padding: 30%;
}

.text-dec p {
  font-weight: 300;
  color: #fff;
}

.t-dec {
  background-color: #2e7d95;
  width: 21px;
  margin-right: 14px;
}

.text-dec h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
}

/* Different colors */
#color2-b {
  background-color: #521931;
}

#color2-t {
  color: #a3d2d0;
}

#color3-b {
  background-color: #ffffff;
}

#color3-t {
  color: #ffffff;
}

#color4-b {
  background-color: #7c4c1f;
}

#color4-t {
  color: #7c4c1f;
}

#color4-b {
  background-color: #92c2ac;
}

#color4-t {
  color: #92c2ac;
}

#color6-b {
  background-color: #ab5327;
}

#color6-t {
  color: #ab5327;
}

#background1 {
  background-color: #e5954e;
  padding: 5% 0;
}

/* Text + title */
.text-title h5 {
  font-family: var(--title-font);
  font-size: 1.8rem;
  font-weight: 800;
}

.text-title {
  margin: 0 2%;
}

/* Image lateral */
.img-lat {
  width: 100%;
}

.img-lat-p {
  width: 80vw;
}

.img-lat img {
  background-color: #1b918b;
}

.text-img {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-top: 5%;
}

.text-img p {
  display: flex;
  flex-direction: row;
  width: 80%;
  padding-right: 5%;
}

.s1-text-container-1 {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  height: 100vh;
  background-image: url(/Assets/img/naturcycle/micheile-henderson-3W-CTJ7Yz7w-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.transp {
  background-color: #656e4a;
  opacity: 0.9;

  width: 50vw;
  height: 100vh;
}

.a2-text-container-1 {
  width: 80%;
  padding: 0 10%;
}

.a2-text-container-1 ul li h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2%;
}

/*                                                            Project Goal                                                                                    */
.s2-img-text-container {
  background-color: #ebebeb;
}

.s2-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;

  background-image: url(/Assets/img/naturcycle/imgbase.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.s2-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 200px); /* 2 colunas de 100px */
  grid-template-rows: repeat(2, 200px); /* 2 linhas de 100px */
  /* gap: 10px; Espaçamento entre os quadrados */
}

.s2-box {
  width: 100%;
  height: 100%;
  background-color: rgba(111, 153, 105, 0.5); /* Cor verde para os quadrados */
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;
}

.s2-box h6 {
  text-align: center;
  font-size: 1.3rem;
  padding: 25%;

  font-weight: 400;
}

#s2-img01 {
  background-image: url(/Assets/img/naturcycle/img01.png);
}

#s2-img02 {
  background-image: url(/Assets/img/naturcycle/img02.png);
}

#s2-img01,
#s2-img02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.s2-box-container {
  width: 50vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  padding: 0 5% 0 0;
}

.box {
  padding: 5%;
  background-color: #656e4a;

  border-radius: 24px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;

  /* margin: 0 4% 4% 0;


  height: fit-content; */
}

.s2-box-container .box p {
  color: #fff;
  font-size: 1.1rem;
  padding: 2%;
}

.green h5 {
  color: #656e4a;
}

/*                                                                           End Project Goal                                                                   */

/*                                                             Overview: Challenge, Vision, and Client                                                          */

/* Article */
.s3-articles {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  width: 100vw;

  height: 100vh;
}

.s3-background-color {
  background-color: #333d29;
  width: 50vw;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
}

.s3-background-color h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  color: #fff;
  font-weight: 800;

  margin-left: 6%;
}

.s3-background-color ul {
  margin: 0;
}

.s3-back-text {
  padding: 15%;
}

.s3-back-text ul {
  font-weight: 300;
  font-size: 1.3rem;
}

.s3-image_text {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s3-text-dec {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  padding: 0 25%;
  width: 100%;
  height: 100%;

  /* background-color: coral; */
  justify-content: center;
}

.s3-text-dec p {
  font-weight: 300;
  font-size: 1.3rem;
}

.s3-text-dec h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  color: #fff;
  font-weight: 800;

  /* background-color: #3f952e; */
}

/*                                                               Overview: Challenge, Vision, and Client                                                            */

/*                                                                             The process                                                                          */
.a4-text-container {
  width: 100vw;
  height: fit-content;
  display: flex;
  flex-direction: column;

  background-color: #ebebeb;

  background-image: url(/Assets/img/naturcycle/imgbase.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.s4-process-title {
  padding: 5%;
}

.s4-process-title h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  padding-bottom: 0.5%;
}

.s4-process-title p {
  font-weight: 300;
  font-size: 1.3rem;
}

.s4-box-container {
  width: fit-content;

  display: grid;
  grid-template-columns: repeat(2, 50vh); /* 2 colunas de 100px */
  grid-template-rows: repeat(1, 100%); /* 2 linhas de 100px */
  gap: 50px;


  margin: 5% 0;
  }

.s4-box {
  /* background-color: #98a8ad; */
  padding: 8%;

  border: 0.3px solid #c1bfbf;
  border-radius: 24px;
  background-color: #ebebeb;
  box-shadow: 5px 3px 14px -7px #494949;
}

.s4-box ul {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;

  line-height: 150%;
}

.green h5 {
  color: #656e4a;
}

/*                                                                     End The process                                                                                */

/*                                                                     Competitive audit                                                                              */
.a5-text-container {
  position: relative; /* Necessário para o pseudo-elemento */
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;

  /* Imagem do fundo (transparência será aplicada aqui) */
  background-image: url(/Assets/img/naturcycle/back-client.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

.a5-text-container::before {
  content: ""; /* Gera a camada de transparência */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(
    47,
    51,
    45,
    0.4
  ); /* Cor preta com 50% de transparência */
  z-index: 1; /* Camada sobre o fundo */
}

.a5-text-container::after {
  content: ""; /* Gera a camada para imgbase.svg */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/Assets/img/naturcycle/imgbase.svg); /* Imagem que ficará por cima da transparência */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; /* Ajuste conforme necessário */
  z-index: 2; /* Camada acima da transparência */
}

.a5-text-container > * {
  position: relative;
  z-index: 3; /* Garante que o conteúdo textual fique acima de todas as camadas */
}

.s5-graph {
  height: 100%;
}

.s5-graph img {
  height: 80%;
  margin-bottom: 5%;
  box-shadow: 5px 3px 14px -7px #000000;
}

.s5-process-title {
  padding: 2% 0 0 0;
}

.s5-process-title h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;

  padding-bottom: 0.5%;
}

.s5-process-title p {
  font-weight: 300;
  font-size: 1.3rem;
}


/*                                                                   End Competitive audit                                                                              */

/*                                                                          Persona                                                                                     */

/* Photo */
.a6-persona-container {
  width: 100vw;

  background-color: #ebebeb;
}

.s6-cont-foto {
  width: 30vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-color: #848b6e;
}

.s6-cont-foto h6 {
  font-family: var(--title-font);
  font-size: 2.5rem;
  font-weight: 800;
  color: #ebebeb;

  padding-bottom: 0.5%;
  padding: 5%;
}

.s6-cont-foto img {
  box-sizing: border-box;
}

.s6-foto {
  /* background-color: #2e7d95; */
  display: flex;

  flex-direction: column;
}

/* Info */
.s6-cont-info {
  width: 70vw;
  padding: 2% 5%;
}

.s6-info-header {
  display: flex;
  justify-content: space-between;
}

.s6-info-name {
  /* background-color: #e6642e; */
  height: 10vh;
  width: fit-content;

  margin-top: 3%;
}

.s6-info-name h6 {
  font-family: var(--title-font);
  font-size: 2.5rem;
  font-weight: 800;
  color: #41463b;

  margin: 0;
  /* 
  padding-bottom: 0.5%;
  padding: 5%; */
}

.s6-info-name p {
  font-family: var(--title-font);

  color: #656e4a;
  margin-top: 0;

  font-weight: 300;
  font-size: 1.3rem;
  color: #2d3128;
}

.s6-info-status-text {
  height: fit-content;
  background-color: #c1c5aa;
  width: 18vw;

  padding: 5%;
  border-radius: 12px;
}

.s6-info-status-text p {
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  color: #2d3128;
}

.s6-bio-cont {
  background-color: #ffffff;
  padding: 2%;

  margin: 5% 0;
  border-radius: 12px;
}

.s6-bio-cont p {
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  color: #2d3128;
}

.s6-info-container {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(25vw, 1fr)
  ); /* Responsivo com colunas dinâmicas */
  grid-template-rows: auto; /* Deixa as linhas ajustarem a altura conforme o conteúdo */
  gap: 20px; /* Espaçamento entre os elementos da grade */

  width: 100%;
  max-width: 1200px; /* Limita a largura máxima da grade */
  margin: 0 auto;
  /* padding: 0 5%; Espaço extra nas laterais */
}

.s6-box {
  background-color: #848b6e;
  padding: 5% 10%;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 12px;
}

.s6-box p {
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  color: #eaece8;
}

.b-white {
  background-color: #ffffff;
}

.b-white p {
  background-color: #ffffff;
  color: #2d3128 !important;
}

.s6-info-icons {
  margin-top: 5%;
}

.s6-info-icons img {
  margin-right: 5%;
}

/*                                                                       End Persona                                                                                    */

/*                                                                       Flow-chart                                                                                    */
.s8-img-text-container {
  background-color: #ebebeb;
  width: 100vw;

  background-image: url(/Assets/img/naturcycle/detail.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.s8-text-container {
  padding: 5%;
  width: 30vw;
  display: flex;

  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}

.s8-text-container h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;
  color: #333d29;

  padding-bottom: 0.5%;
}

.s8-text-container p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);

  color: #333d29;
}

.s8-img-container {
  /* padding: 10%; */
  width: 70vw;

  background-color: #848b6e;
  flex-direction: column;
  align-content: center;
  display: flex;
}

.s8-img-container img {
  /* height: 90%;
  padding: 5%; */
}

/*                                                                      End Flow-chart                                                                                 */

/*                                                                         Sitemap                                                                                      */
.s9-img-text-container {
  background-color: #ebebeb;
  width: 100vw;

  background-image: url(/Assets/img/naturcycle/detail.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.s9-text-container {
  padding: 5%;
  width: 30vw;
  height: 100%;

  background-color: #848b6e;
  flex-direction: column;
  align-content: center;
}

.s9-text-container h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  color: #ebebeb;

  padding-bottom: 0.5%;
}

.s9-text-container p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);

  color: #ebebeb;
}

.s9-img-container {
  /* padding: 10%; */
  width: 70vw;

  display: flex;
  /* background-color: #848B6E; */
  flex-direction: column;
  align-content: center;
}

.s9-img-container img {
  height: 90%;
  padding: 5%;
}

/*                                                                     End Sitemap                                                                                      */

/*                                                                         Crazy-8                                                                                      */

.s10-img-text-container {
  background-color: #ebebeb;
  width: 100vw;
}

.s10-text-container {
  padding: 5%;
  width: 30vw;
  height: 100%;

  background-color: #848b6e;
  flex-direction: column;
  align-content: center;

  background-image: url(/Assets/img/naturcycle/detail-claro.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.s10-text-container h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  color: #ebebeb;

  padding-bottom: 0.5%;
}

.s10-text-container p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);

  color: #ebebeb;
}

.s10-img-container {
  /* padding: 10%; */
  width: 70vw;

  display: flex;
  /* background-color: #848B6E; */
  flex-direction: column;
  align-content: center;
}

.s10-img-container img {
  height: 90%;
  padding: 5%;
}

/*                                                                         End Crazy-8                                                                                  */

/*                                                                         Wireframe                                                                                  */

.s11-img-text-container {
  background-color: #ebebeb;
  width: 100vw;

  height: 100vh;
}

.s11-text-container {
  padding: 5%;
  width: 30vw;
  height: 100vh;

  background-color: #848b6e;
  flex-direction: column;
  align-content: center;

  background-image: url(/Assets/img/naturcycle/detail-claro.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.s11-text-container h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  color: #ebebeb;

  padding-bottom: 0.5%;
}

.s11-text-container p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);

  color: #ebebeb;
}

.s11-img-container {
  /* padding: 10%; */
  width: 70vw;

  display: flex;
  /* background-color: #848B6E; */
  flex-direction: column;
  align-content: center;
}

.s11-img-container img {
  /* width: 80vw; */
  margin-right: 10%;
}
/*                                                                       End Wireframe                                                                                  */

/*                                                                       High Fidelity                                                                                  */

.s12-img-text-container {
  background-color: #7c8670;
  width: 100vw;
  height: 100vh;

  background-image: url(/Assets/img/naturcycle/detail-claro.png);
  background-repeat: no-repeat;
  background-position: right bottom;

  z-index: 2;
}

.s12-text-container {
  /* padding: 5%; */

  height: fit-content;
  margin: 0;
  /* background-color: #848b6e; */
  opacity: 0.9;
  flex-direction: column;
  align-content: center;

  display: flex;
  flex-direction: row;
  align-items: center;

  z-index: 1;
}

.s12-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s12-text a {
  color: #ebebeb;
  text-decoration: none;
}

.s12-text a:hover {
  color: #282e21;
  font-weight: 500;
}

.s12-text-container h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  color: #ebebeb;

  padding-bottom: 0.5%;
}

.s12-text-container p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);

  color: #ebebeb;
}

.s12-text-container img {
  height: 100vh;
}

/*                                                                   End High Fidelity                                                                                  */

/*                                                                 Insights/Takeways                                                                                    */
.a13-text-container {
  width: 100vw;
  height: fit-content;
  display: flex;
  flex-direction: column;

  background-color: #ebebeb;

  background-image: url(/Assets/img/naturcycle/imgbase.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.s13-process-title {
  padding-top: 1%;
  width: 100%;

  display: flex;
  justify-content: center;

  /* background-color: #3794b1; */
}

.s13-process-title h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  font-weight: 800;

  padding: 1% 0;
  color: #444444;
}

.s13-process-title p {
  font-weight: 300;
  font-size: 1.3rem;
}

.s13-box-container {
  width: 100%;
  height: fit-content;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50vh, 1fr));
  gap: 50px;

  padding: 0 5%; /* Espaço de 5% nas laterais */
  margin: 1% 0;

  justify-content: center;
}

.s13-box {
  /* background-color: #1b918b; */
  height: fit-content;
  margin: 0 5%;
}

.s13-box-title {
  background-color: #7c8670;
  border-radius: 6px;
}

.s13-box-title h5 {
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-weight: 800;

  color: #ffffff;

  display: flex;
  justify-content: center;
  padding: 3%;

  text-align: center;
}
.s13-box-text {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 5px 3px 14px -7px #494949;
}

.s13-box-text p {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: var(--body-font);
  padding: 4%;

  line-height: 180%;

  /* color: #ebebeb; */
}

/*                                                                End Insights/Takeways                                                                                 */


/* Thank you message */
.thankyoumessage {
  padding: 5%;
  width: 100%;
  background: rgb(241, 241, 241);
  background: linear-gradient(
    180deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  text-align: center;
  display:flex;
  flex-direction: column;
  /* background-image: url(/Assets/img/trees.png),
    url(/Assets/img/montanha2.png);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right; */

}

.thankyoumessage h2 {
  font-family: var(--title-font);
  font-size: 4rem;
  font-weight: 800;
  color: #462849;
  margin-bottom: 1%;
  margin-top: 5%;
}

.thankyoumessage p {
  font-family: var(--body-font);
  font-size: 1.2rem;
  color: #462849;
  margin-bottom: 5%;
}

/* Button */
.btn {
  display: inline-block;
  padding: 16px 45px;
  background: #b068aa;
  color: var(--text-color);
  font-size: var(--p-font);
  font-weight: 600;
  transition: all ease 0.5s;
  border-radius: 5px;
}

.btn:hover {
  background-color: #581c5c;
  transform: scale(102%);
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}


