/* 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;
}

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: 1rem;
  /* margin: 1rem; */
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*                                                                             Header Article                                                                        */

.s1-tile-video {
  width: 100%;
  background-color: #dda845;
  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%;
}

.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%;
}

/* 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;

  /* background-color: #b47bc2; */
}

.breadcrumb_list a {
  color: #313030;
  font-size: 1.3rem;
  text-decoration: none;
  font-family: var(--body-font);
  pointer-events: all;
}

.breadcrumb_list a:visited,
.breadcrumb_list a:hover {
  color: #4b2c44;
  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;

}



.bold {
  font-weight: 700;
  color: #351231;
}


/*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;

}


.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;
}

.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;
}

.t-dec {
  background-color: #2e7d95;
  width: 21px;
  margin-right: 14px;
}

.text-dec h5 {
  font-family: var(--title-font);
  font-size: 3rem;
  color: #4b0945;
  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: 80%;
  padding: 0 3%;

  /* background-color: aqua; */
}

.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%;
}

/* Image full width */
#ïmg-fullw {
  width: 100vw;
  margin: 0;
}

/* Card objective*/

.obj-card1 {
  background-color: #e2b434;
  margin-right: 5%;
}

.obj-card2 {
  background-color: #3794b1;
}

.obj-card2,
.obj-card1 {
  width: 19vw;
  padding: 3%;

  border-radius: 24px;
  /* height: fit-content; */
}

.obj-card-gp {
  display: flex;
}

/* Box */
.s1-box-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.box {
  padding: 1vw;
  background-color: #623565;
  margin: 0 4% 4% 0;
  border-radius: 24px;
  width: 40%;
  height: 30vh;
}

.s1-box-container .box p {
  color: #fff;
  font-size: 1.2rem;
}

/* 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;
}

/* Column container */
.col-container {
  display: flex;
}

.col01,
.col02 {
  width: 50%;
  padding: 1% 5% 5% 5%;
}

.col01 h5,
.col02 h5 {
  font-family: var(--title-font);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 3%;
  color: #ab5327;
}

.col01 {
  color: #ab5327;
}

.col01 p {
  font-family: var(--body-font);
  font-size: 1.5rem;
  width: 80%;
  font-style: italic;
}

.col02 li {
  list-style-type: disc;
  list-style-position: inside;
  color: #ab5327;
  margin-bottom: 3%;
  line-height: 150%;
  font-size: 1.5rem;
}

#backcolor2 {
  background-color: #f3c69d;
  padding-top: 1%;
  margin-bottom: 0;
}

/* 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;
  background-image: url(../Assets/image/trees.png),
    url(../Assets/image/montanha2.png);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  height: 80vh;
}

.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);
}

/* Footer */
.social-media {
  width: 100vw;
  height: fit-content;
  background-color: #5d3160;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 100%;
  justify-content: center;
  margin-top: -95px;
}

.container-logo-end {
  background-color: #e6642e;
  border-radius: 50%;
  width: 15%;
  margin: 5% 0;
}

.container-logo-end img {
  width: 100%;
  padding: 15%;
  margin-bottom: 5%;
}

.social_media-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sm_icon {
  display: flex;
  width: 40%;
  justify-content: center;
  margin-bottom: 20px;
}

.end-text p {
  font-family: var(--title-font);
  color: #fff;
  text-align: center;
  margin-bottom: 3%;
}

.sm_icon img {
  width: 10%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 0.5% 1%;
  border: 0.5px dashed #fff;
  border-radius: 50%;
  margin-left: 3%;
}

.sm_icon img:hover {
  transform: scale(120%);
  background: rgba(201, 184, 195, 0.1);
}

.scroll-btn i {
  position: fixed;
  right: 2.2rem;
  bottom: 2.2rem;
  color: var(--text-color);
  background: var(--main-color);
  font-size: 23px;
  padding: 9px;
  border-radius: 0.8rem;
}

.card-mob-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

#usability img {
  width: 100%;
}

#usability {
  width: 80vw;
}

#insights {
  width: 70vw;
}

/* Responsividade */
@media (max-width: 1200px) {
  .s1-h-title,
  .s1-container h3 {
    font-size: 3.5rem;
  }

  .s1-container p {
    font-size: 1.3rem;
  }

  .s1-container {
    width: 90vw !important;
    margin-right: 2%;
  }

  .s1-text-container-1 {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .breadcrumb_list a,
  .breadcrumb_list {
    font-size: 1.2rem;
  }

  .obj-card-gp {
    flex-direction: column;
  }

  .obj-card1,
  .obj-card2 {
    width: 40vw;
    margin-bottom: 2%;
  }

  .a2-text-container-1 {
    width: 80%;
    padding: 0 5%;
    margin-left: 5%;
  }
  .a3-graph img {
    width: 100%;
  }
  .a3-graph {
    padding: 0 0 3% 5%;
  }

  .text-title {
    width: 65vw;
  }

  .img-lat-p img {
    width: 100%;
  }
  article {
    width: 100vw !important;
  }

  .s1-back {
    width: 5vw;
    height: auto;
    /* background-color: violet; */
  }

  .s1-h-title {
    width: 40vw;
  }
}

@media (max-width: 992px) {

  .s1-back {
    width: 5vw;
    height: auto;
    /* background-color: rgb(121, 48, 29); */
  }

  .s1-container {
    width: 100vw !important;
    /* background-color: rgb(57, 38, 168); */
  }
}

@media (max-width: 768px) {
  .col01 {
    width: 50vw;
    /* background-color: #2e7d95; */
  }

  .col02 {
    width: 50vw;
    /* background-color: #5f695e; */
  }

  .col01 p {
    width: 350px;
    /* height: 80px; */
    /* background-color: #e2b434; */
  }

  #backcolor2 {
    display: flex;
  }



  .s1-h-title,
  .s1-container h3 {
    font-size: 2.5rem;
  }

  .s1-container p {
    font-size: 1.1rem;
  }

  .breadcrumb {
    width: 90vw;
  }

  .s1-img-container {
    width: 80vw;
  }

  .img-lat-p {
    width: 90vw;
  }

  .text-dec h5 {
    font-size: 2.5rem;
  }

  .btn {
    padding: 14px 40px;
    font-size: 1rem;
  }

  .s1-img-text-container,
  .a2-img-text-container,
  .a3-img-text-container,
  .s1-text-container-1,
  .text-img {
    flex-direction: column;
  }

  .text-img,
  .text-title {
    width: 100vw;
  }

  .text-title {
    margin-left: 15%;
    display: flex;
  }
  .text-img {
    display: flex;
  }

  .s1-text-container-1 p {
    /* width: 100vw; */
    padding: 0 5%;
  }

  .a2-text-container-1 {
    width: 100vw;
    padding: 0 5%;
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .s1-box-container {
    display: flex;
    justify-content: center;
  }

  .box p {
    padding: 1vw;
    background-color: #623565;
    margin: 0 4% 4% 0;
    border-radius: 24px;
    width: 40%;
    height: fit-content;
  }

  .box p {
    margin: 0 4% 4% 0;
    border-radius: 24px;
    width: 100%;
    height: fit-content;
  }
}

@media (max-width: 576px) {
  .s1-header-case {
    padding: 3% 2%;
  }

  .s1-back {
    width: 15vw;
  }

  .s1-container h3 {
    font-size: 2rem;
  }

  .s1-container p {
    font-size: 1rem;
  }

  .s1-box-container {
    flex-direction: column;
    align-items: center;
  }

  .s1-box-container .box {
    width: 90%;
  }

  .thankyoumessage h2 {
    font-size: 2.5rem;
  }

  .thankyoumessage p {
    font-size: 0.9rem;
  }

  .btn {
    padding: 12px 35px;
    font-size: 0.9rem;
  }

  .breadcrumb_list a {
    font-size: 1rem;
  }

  .social-media {
    padding: 10%;
  }

  .sm_icon img {
    width: 15%;
  }
}

@media (max-width: 400px) {
  .s1-header-case {
    padding: 2%;
  }

  .s1-back {
    width: 20vw;
  }

  .s1-container h3 {
    font-size: 1.8rem;
  }

  .s1-container p {
    font-size: 0.9rem;
  }

  .breadcrumb {
    width: 95vw;
  }

  .thankyoumessage h2 {
    font-size: 2rem;
  }

  .btn {
    padding: 10px 30px;
    font-size: 0.8rem;
  }

  .sm_icon img {
    width: 20%;
  }
}
