/* General reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --h1-font: 7rem;
  --h5-font: 2rem;
  --h2-ih: 5rem;
  --menu-font: 1.3rem;
  --h2-font: 3.5rem;
  --p-big-font: 1.2rem;
  --h3-font: 2.9rem;
  --h4-font: 2.4rem;

  --body-font: "Inter", serif;
  --title-font: "Inter", serif;
  --title-font-case: "Inter", serif;

  --color-grey: #575757;

  --bg-color: #fcfaff;
  --second-bg-color: #e3cfe2;
  --main-color: #87459a;

  --text-color: #fff;
  --second-color: #666;
  --other-color: #623565;
  --contrast-color: #603f3a;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: #fefcff;
}

figure {
  margin: 0;
}

article a::after {
  content: none; /* Remove o conteúdo adicional */
  position: static; /* Redefine a posição */
  cursor: auto; /* Remove o cursor de ponteiro */
}

ul,
ol {
  padding: 0 !important;
}

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                                                                        */
.bold {
  font-weight: 700;
  width: 10vw;
}

/* General Flexbox Utilities */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

/* General Text Utilities */
.text-standard {
  font-family: var(--body-font);
  font-size: 1.5rem;
  line-height: 140%;
}

.text-small {
  font-size: 1rem;
}

.text-title {
  font-family: var(--title-font);
  font-size: 4rem;
  font-weight: 800;
}

.text-bold {
  font-weight: 700;
}

/* General Width and Spacing Utilities */
.full-width {
  width: 100vw;
}

.full-height {
  height: 100vh;
}

.half-width {
  width: 50vw;
}

.three-quarter-width {
  width: 70vw;
}

.spacing-small {
  margin: 0;
  padding: 0;
}

.spacing-medium {
  margin: 3%;
  padding: 3%;
}

.spacing-large {
  margin: 5%;
  padding: 5%;
}

/* General Breadcrumb Styles */

/* Breadcrumb */
.breadcrumb {
  height: fit-content;
  width: 100vh;
}

.breadcrumb ul {
  display: flex;
  /* align-items: center; */
}

.breadcrumb_list {
  margin: 0;
  width: 100%;
}

.breadcrumb_list li {
  list-style-type: none;
  display: inline;

  margin: 10px 1% 0 1%;

  color: #ffffff;
}

.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;
}

/* Header Section */
.s1-tile-video {
  width: 100%;
  background-color: #e60200;
  padding: 2%;
}
.s1-h-title {
  width: 20vw;
  display: flex;
  flex-direction: column;
}

.s1-h-title h3 {
  font-family: var(--title-font);
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 2vh;
  padding: 0 5%;
  width: 60vw;

  color: #fff;

  /* background-color: #391E1E; */
}

.s1-back {
  width: 5vw; /* Ajustar conforme necessário */
  height: auto;
}

.s1-back i {
  font-size: 2rem;
  cursor: pointer;
}

.s1-container {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none; /* Desativa interações no contêiner */
}

.s1-header-case {
  width: 100vw;
  margin-top: 2.5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Video and Description Section */
.s1-desc-vi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.s1-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;

  margin-right: 5%;
}

.s1-video img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.s1-description {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 2%;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #faf6f6;
  width: 60vw;
}

/* Tags   1 */
.s1-tag-container {
  display: flex;
  flex-direction: row;
  gap: 2%;
}

.s1-tag-ux h6,
.s1-tag-product h6 {
  color: #1d0909;
  font-family: var(--title-font);
  font-size: 1rem;
  margin-bottom: 1vh;
  margin-left: 8% !important;

  width: 8vh;
  height: 4vh;

  border-radius: 24px;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 2%;
}

.s1-tag-ux h6 {
  background-color: #96afbb;
  width: 12vh;
  margin-left: 18% !important;
}

.s1-tag-product h6 {
  background-color: #6ec793;
  width: 18vh;

  margin-left: 15% !important;
}

/* Icons */
.s1-img-icon {
  display: flex;
  align-items: center;
  width: 100%;

  margin-top: 1%;
}

.s1-img-icon img {
  width: 8%;
  margin-right: 3%;
}

/* 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;
}

/* Text Description */
.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%;
  margin-right: 5%;
}

.s1-list-desc ul {
  list-style-type: disc;
  font-family: var(--body-font);
  font-size: 1.3rem;
  line-height: 160%;
  width: 50vw;
  margin-left: 2%;
}

.s1-list-desc ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

#s1-text-desc {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 5% 5% 3% 5%;
  line-height: 150%;
  font-style: italic;
}

/* Right Text Section */
.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;
}

/* Main Section */
main {
  width: 100vw;
  background-color: #fafafa;
}

.s1-img-container,
.s1-img-container-full,
.s1-img-container01 {
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

.s1-img-container01 img {
  width: 55vw;
}

/* Wrapper */
.wrapper {
  height: 5vh;
}

#s1-separator {
  background-color: #fff;
  border: 0;
  border-top: 2px double #cec4cc;
  height: 3px;
  margin: 2rem auto;
  width: 80%;
}

/*                                                                     End  Header Article                                                                      */
.separator {
  width: 50%;
  height: 3px;
  background-color: #e60200;
  margin: auto 25%;

  display: flex;
}

/*-------------------------------------------------------------Section 01 - Project & Key Challenge---------------------------------------------------------------*/

.s1 {
  width: 100vw;
  background-color: #fcf2f2;
  display: flex;
  flex-direction: column;
  padding: 3%;
  margin-top: 5%;

  background-image: url(/Assets/img/Alessi/back-deitado.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/*up*/

.s1-container-up {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.s1-conteudo-up {
  display: flex;
  padding: 0 5%;
  flex-direction: column;

  /* background-color: rgb(154, 174, 197); */
  height: 100%;

  margin-bottom: 5%;
}

.s1-conteudo-up p {
  font-size: 1.5rem;
  line-height: 200%;

  width: 70%;
}

.s1-conteudo-up h4 {
  font-size: 4rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
}

/*down*/

.s1-container-down {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.s1-conteudo-down {
  /* background-color: rgb(73 70 101); */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 5%;
  margin-top: 5%;
}

.s1-conteudo-down p {
  font-size: 1.5rem;
  line-height: 200%;
  text-align: right;

  width: 70%;
}

.s1-conteudo-down h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  .s1-conteudo-up p,
  .s1-conteudo-down p {
    font-size: 1.3rem;
  }
}

/*-----------------------------------------------------------end-Section 01 - Project & Key Challenge---------------------------------------------------------------*/

/*-----------------------------------------------------------   Section 02 - Purpose of Communication---------------------------------------------------------------*/
.s2 {
  width: 100vw;
  /* background-color: #cec4cc; */
  display: flex;
  flex-direction: column;
  padding: 3%;
  height: 80vh;

  background-image: url(/Assets/img/Alessi/back-bot-lef.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.s2-container {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s2-divider {
  border-left: 3px solid #e60200;
  height: 300px;
  margin: 0 2vw 0 5vw;
}

.s2-img img {
  margin-left: 20%;
  width: 80%;
}

.s2-conteudo {
  flex: 1; /* O conteúdo ocupa o espaço restante */
}

.s2-conteudo p {
  font-size: 1.5rem;
  line-height: 200%;
  /* text-align: right; */
}

.s2-conteudo h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
  /*   
    background-color: #e2998e; */
}

@media screen and (min-width: 1024px) {
  .s2-conteudo p {
    font-size: 1.3rem;
  }

  .s2-conteudo h4 {
    line-height: 120%;
  }
}
/*-----------------------------------------------------------end-Section 02 - Purpose of Communication---------------------------------------------------------------*/

/*----------------------------------------------------------------- Section 03 - Competitors--------------------------------------------------------------------------*/

.s3competitors-section {
  display: flex;
  text-align: center;
  background-image: url(/Assets/img/Alessi/back-sup-esq.png);
  background-repeat: no-repeat;
  background-position: top 10px left; /* Ajuste o valor negativo para mover para a esquerda */
  flex-direction: row;
  align-items: center;
  background-color: #fcf2f2;

  width: 100vw;
  height: 100vh;
  /* background-color: #333; */
}

.s3section-title {
  /* background-color: #ad6b6b; */
  width: 40vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.s3-divider {
  border-left: 4px solid #e60200;
  height: 50px;
  margin: 0 -5vw 0 15vw;
}

.s3section-title h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
}

.competitors-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.competitor {
  width: 300px;
  height: 300px;
  border-radius: 50%; /* Faz o elemento ficar redondo */
  background: linear-gradient(to bottom, white 50%, red 50%);
  border: 1px solid #e60200; /* Adiciona uma borda preta de 1px */

  color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.competitor-logo p {
  line-height: 200%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .s3-divider {
    margin: 0 1vw 0 15vw;
  }
}

/*-----------------------------------------------------------------end-Section 03 - Competitors-----------------------------------------------------------------------*/

/*----------------------------------------------------------------- Section 04 - Target Audience--------------------------------------------------------------------------*/
.s4-target-audience-section {
  width: 100vw;
  height: 100vh;
  /* background-color: #cec4cc; */
  display: flex;
  flex-direction: row;
  padding: 3%;

  /* background-image: url(/Assets/img/Alessi/back-bot-lef.png);
    background-repeat: no-repeat;
    background-position: bottom left; */
}

.s4-profile {
  width: 50%;
  height: 100%;
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: center;

  margin-left: 5%;
}

.s4-divider {
  border-left: 3px solid #e60200;
  height: 300px;
  align-self: center;
  margin: 0 2vw 0 0;
}

.profile-image {
  position: relative;
  width: 65%;
  height: auto; /* Defina a altura da imagem e do contêiner */
}

.profile-image img {
  width: 100%;
  height: 100%;
}
.profile-description {
  position: absolute;
  left: 500px; /* Ajuste a posição horizontal */
  margin-top: -25%;
  width: 400px;
  height: 400px;
  background-color: red;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 1;
}

.profile-description p {
  line-height: 200%;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 80%;
  text-align: center;
}

.audience-info {
  /* background-color: chartreuse; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section-title {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
}

.audience-info ul li {
  line-height: 200%;
  font-size: 1.5rem;
}

.audience-info ul {
  width: 70vh;
  /* background-color: chartreuse; */
}

@media screen and (min-width: 1024px) {
  .profile-description {
    left: 421px;
    margin-top: -25%;
    width: 350px;
    height: 359px;
  }

  .profile-description p {
    font-size: 1rem;
  }

  .audience-info ul li {
    font-size: 1.3rem;
  }
}
/*-----------------------------------------------------------------end-Section 04 - Target Audience-----------------------------------------------------------------------*/

/*-------------------------------------------------------------------Section 05 - The Deliverables-----------------------------------------------------------------------*/

.s5-deliverables {
  width: 100vw;
  height: 100vh;
  background-color: #fcf2f2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s5-deli {
  width: 70%;
  height: fit-content;
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: visible;
  position: relative; /* Apenas se necessário para o posicionamento dos elementos */

  gap: 20px;

  /* margin-left: 5%; */
}

.s5-divider {
  border-left: 3px solid #e60200;
  height: 300px;
  align-self: center;
  margin: 0 1vw 0 2vw;
}

.deli-image01,
.deli-image02 {
  position: relative;
  width: 65%;
  height: auto; /* Defina a altura da imagem e do contêiner */
}

.deli-image02 {
  /* background-color: blue; */
  height: 100%;

  margin-top: 10%;
}

.deli-image01 {
  /* background-color: #623565; */
  height: 100%;

  margin-left: 15%;
}

.deli-image01 img {
  width: 25vw;
  height: auto;
}

.deli-image02 img {
  width: 15vw;
  height: auto;
}

.deli-image01 {
  margin-bottom: 5%;
}

.mockup-description1 {
  position: absolute;
  right: 30px;
  top: 13%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background-color: red;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mockup-description2 {
  position: absolute;
  left: 6%;
  top: 91%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: red;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mockup-description1 p,
.mockup-description2 p {
  line-height: 200%;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 80%;
  text-align: center;
}

.deliverables {
  /* background-color: chartreuse; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  height: 100%;
  width: 35%;
}

.section-title {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
}

.deliverables ul li {
  line-height: 200%;
  font-size: 1.5rem;
}

.deliverables ul {
  width: 70vh;
  /* background-color: chartreuse; */
}

@media screen and (min-width: 1024px) {
  .mockup-description1 {
    right: 30px;
    top: 13%;
    width: 300px;
    height: 300px;
  }

  .mockup-description2 {
    left: 6%;
    top: 91%;
    width: 300px;
    height: 300px;
  }

  .mockup-description1 p,
  .mockup-description2 p {
    line-height: 200%;
    font-size: 1rem;
    margin-bottom: 0rem;
    width: 80%;
    text-align: center;
  }

  .deliverables ul li {
    line-height: 200%;
    font-size: 1.3rem;
  }
}
/*-----------------------------------------------------------------end-Section 05 - The Deliverables----------------------------------------------------------------------*/

/*------------------------------------------------------------------------Section 06 - Logo----------------------------------------------------------------------*/
.s6-logo {
  width: 100vw;
  height: 100vh;

  display: flex;
  flex-direction: row;
  height: 80vh;

  margin-top: 4%;

  background-image: url(/Assets/img/Alessi/s6-background.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.s6-container-logos {
  width: 50%;
  height: 100%;
  /* background-color: rgb(149, 143, 231); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s6-divider {
  border-left: 3px solid #e60200;
  height: 500px;
  align-self: center;
  margin: 0 3vw 0 0;
}

.new-logo,
.old-logo {
  width: 100%;
  height: auto; /* Defina a altura da imagem e do contêiner */

  display: flex;
  flex-direction: column;
  align-items: center;

  /* background-color: #9b4e4e; */
}

.new-logo img,
.old-logo img {
  width: 70%;
}

.new-logo h5,
.old-logo h5 {
  font-size: 1.5rem;
  margin: 2% 0 5% 0;
}

.logo-info {
  /* background-color: chartreuse; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 60%;
  height: 100%;
}

.logo-title {
  font-size: 3.5rem;
  color: #e60200;
  font-weight: 800;
  width: 100%;
}

.logo-info p {
  line-height: 200%;
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .logo-info p {
    font-size: 1.3rem;
    width: 80%;
  }
}

/*----------------------------------------------------------------------end-Section 06 - Logo----------------------------------------------------------------------*/

/*-----------------------------------------------------------Section 07 - Tone & Brand Voice & Media Strategy-------------------------------------------------------*/

.s7 {
  width: 100vw;
  background-color: #fcf2f2;
  display: flex;
  flex-direction: column;
  padding: 3%;
}

/*up*/

.s7-container-up {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.s7-conteudo-up {
  display: flex;
  padding: 0 5%;
  flex-direction: column;

  /* background-color: rgb(154, 174, 197); */
  height: 100%;

  margin-bottom: 5%;
}

.s7-conteudo-up p {
  font-size: 1.5rem;
  line-height: 200%;

  width: 70%;
}

.s7-conteudo-up h4 {
  font-size: 4rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
}

/*down*/

.s7-container-down {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.s7-conteudo-down {
  /* background-color: rgb(73 70 101); */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 5%;
  margin-top: 5%;
  margin-left: 5%;
}

.s7-conteudo-down ul li {
  font-size: 1.5rem;
  line-height: 200%;
  text-align: right;
  padding-left: 45%;
  width: 100%;
  margin-bottom: 3%;
}

.s7-conteudo-down h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
}

.s7-img-right {
  /* background-color: #919bbb; */
  /* height:100%;
    width: 80%; */
  padding-top: 3%;
}

@media screen and (min-width: 1024px) {
  .s7-img-left img,
  .s7-img-right img {
    width: 400px;
  }

  .s7-container-up,
  .s7-container-down {
    display: flex;
    align-items: center;
  }

  .s7-conteudo-up p {
    margin-bottom: -20px;
  }

  .s7-conteudo-up {
    display: flex;
    padding: 2% 5% 0 5%;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }

  .s7-conteudo-down ul li {
    font-size: 1.3rem;
    line-height: 200%;
    text-align: right;
    padding-left: 27%;
    width: 100%;
    margin-bottom: 3%;
  }

  .s7-conteudo-down {
    margin-top: 1%;
  }
}

/*--------------------------------------------------------end-Section 07 - Tone & Brand Voice & Media Strategy--------------------------------------------------------*/

/*-------------------------------------------------------------Section 08 - Budget + High-Level Milestones------------------------------------------------------------*/
.s8 {
  width: 100vw;
  height: 100vh;
  /* background-color: #cec4cc; */
  display: flex;
  flex-direction: column;
  padding: 3%;
  justify-content: center;
  /* background-image: url(/Assets/img/Alessi/back-bot-lef.png);
  background-repeat: no-repeat;
  background-position: bottom left; */
}

.s8-container {
  /* background-color: rgb(187, 211, 204); */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s8-divider {
  border-left: 3px solid #e60200;
  height: 300px;
  margin: 0 2vw 0 5vw;
}

.s8-img img {
  margin-left: 20%;
  width: 80%;
}

.s8-conteudo {
  flex: 1; /* O conteúdo ocupa o espaço restante */
}

.s8-conteudo p {
  font-size: 1.5rem;
  line-height: 200%;
  /* text-align: right; */
}

.s8-conteudo ul {
  font-size: 1.5rem;
  /* text-align: right; */
}

.s8-conteudo h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
  /*   
    background-color: #e2998e; */
}

@media screen and (min-width: 1024px) {
  .s8-conteudo h4 {
    font-size: 3.5rem;
    line-height: 120%;
  }

  .s8-conteudo p,
  .s8-conteudo ul {
    font-size: 1.3rem;
  }
}

/*-----------------------------------------------------------end-Section 08 - Budget + High-Level Milestones------------------------------------------------------------*/

/*------------------------------------------------------------------Section 09 - Timeline------------------------------------------------------------------------------*/

/* Section Container */
.s9 {
  width: 100%;
  background-color: #fcf2f2;
  text-align: center;
  padding: 50px 20px;
  /* margin-bottom: 20%; */

  height: 90vh;

  display: flex;
  flex-direction: column;
  background-image: url(/Assets/img/Alessi/back-deitado.png),
    url(/Assets/img/Alessi/back-bot-lef.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
}

/* Title */
.s9-title {
  font-size: 3.5rem;
  line-height: 200%;
  color: #e60200;
  font-weight: 800;
  width: 100%;
  margin-bottom: 50px;

  /* background-color: #ddc7c7; */
}

/* Timeline Container */
.s9-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 5% auto;
  padding: 20px 10%;

  /* background-color: #ee3f3f; */
}

/* Timeline Line */
.s9-timeline-line {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 70%;
  height: 2px;
  background-color: #e60200;
  z-index: 0;
}

/* Timeline Item */
.s9-timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

/* Circle */
.s9-circle {
  width: 90px;
  height: 90px;
  background-color: #e60200;
  border: 2px solid #e60200;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

/* Description */
.s9-description p {
  margin-top: 5px;
  color: black;
  font-size: 1rem;
}

.s9-description p strong {
  font-weight: bold;
  font-size: 1.5rem;
}

#s9-circle-meio {
  top: 90px;
}

/*-----------------------------------------------------------end-Section 08 - Section 09 - Timeline--------------------------------------------------------------------*/

/*----------------------------------------------------------Section 10- Chief Message & Call to Action------------------------------------------------------------------*/
.s10 {
  width: 100%;
  height: 90vh;

  display: flex;
  flex-direction: column;
  background-image: url(/Assets/img/Alessi/s10-background.png);
  background-repeat: no-repeat;
  background-size: cover;

  align-items: center;
  justify-content: center;
}

.s10-container {
  padding: 5%;
  display: flex;
  width: 80%;
  height: 80%;
  /* background-color: blue; */
  flex-direction: column;
  align-items: center;
}

.s10-text01 h4,
.s10-text02 h4 {
  font-size: 3.5rem;
  line-height: 200%;
  color: #ffffff;
  font-weight: 800;
  width: 100%;
  /* margin-bottom: 50px; */
}

.s10-text01 {
  /* background-color: #603f3a; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 50%;

  margin-right: 40%;
  margin-bottom: 5%;
  width: 50%;
}

.s10-text02 {
  /* background-color: #5eb96d; */
  /* height: 50%; */
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  width: 50%;
  margin-left: 40%;
}

.s10-quote1 p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #e60200;

  width: 20vw;
  padding: 2%;
}

.s10-quote1 p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #e60200;

  width: 20vw;
  padding: 2%;
  display: flex;
  justify-content: center;
}

.s10-quote2 p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #e60200;

  width: 30vw;
  padding: 2%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .s10-container {
    padding: 0
    ;
  }
}

/*---------------------------------------------------------end - Section 10- Chief Message & Call to Action-------------------------------------------------------------*/

/*----------------------------------------------------------------Section 11- Case Thank you---------------------------------------------------------------------------*/

.s11 {
  position: relative; /* Torna o contêiner um ponto de referência */
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  background-image: url(/Assets/img/Alessi/s11-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Garante que o conteúdo fora dos limites seja oculto */
}

.s11-container {
  position: absolute; /* Permite que o círculo ultrapasse os limites do contêiner */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2); /* Centraliza e aumenta o tamanho */
  width: 100vmin; /* Define o tamanho inicial como maior que o viewport */
  height: 100vmin; /* Mesma proporção da largura */
  border-radius: 50%; /* Forma circular */
  background-color: #e60200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0; /* Certifica-se de que o círculo esteja atrás do conteúdo */
}

.s11-text-container {
  position: relative; /* Para garantir que o texto fique dentro do círculo */
  z-index: 1; /* Garante que o texto esteja acima do círculo */
  text-align: center;
  color: white;
  padding: 5%;
}

.s11-text-container h2 {
  font-size: 4rem;
  line-height: 200%;
  color: #ffffff;
  font-weight: 800;
  width: 100%;
  display: flex;
  justify-content: center;
}

.s11-text-container p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 200%;
}

/*-------------------------------------------------------------end - Section 11- Case Thank you-------------------------------------------------------------*/

/*                                                                   Mockup                                                                            */
.mockup {
  width: 100vw;
  margin-top: -5px;
}

.mockup img {
  width: 100%;
}
