header {
  width: 100%;
  max-width: 1200px;
}

header .route {
  padding: 2rem;
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

header .go_back a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

header .go_back a:hover {
  opacity: 0.8;
}

header .go_back a i {
  font-size: 1.3rem;
  margin-top: 0.4rem;
}

header .path {
  padding-left: 1rem;
}

header .path a {
  text-decoration: none;
}

header .path a:hover {
  text-decoration: underline;
}

header .path span.selected {
  color: var(--primary);
}

section.main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2rem;
}

section.main > * {
  margin: 2rem;
}

section.main .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  max-width: 45rem;
  width: 100%;
}

section.main .text h1 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--consultoria);
}

section.main .text .description > * {
  text-align: justify;
  font-size: 1rem;
  margin: 1rem 0;
  max-width: 45rem;
  width: 100%;
}


section.main .text .sub-description .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  
  color: var(--dark-2);
  margin: 1rem 0;
  max-width: 45rem;
  width: 100%;

  position: relative;
}

section.main .text .sub-description .row:not(:first-child) {
  margin-top: 2rem;
}

section.main .text .sub-description .row:not(:first-child):before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid var(--dark-2);
  top: -1.25rem;
}

section.main .text .sub-description .row .icon {
  width: 4rem;
  margin-right: 1rem;
}

section.main .text .sub-description .row .icon img {
  width: 100%;
}

.suggestions {
  width: 100%;
  max-width: 15rem;
  margin-top: 4rem !important;
}

.Daniel-Goleman h5 {
  font-style: italic;
}

.suggestion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;

  transition: 0.3s ease-in-out;
}

.suggestion {
  margin-top: 1rem;
  margin-bottom: 30px;
}

.daniel-goleman-resposive {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}

.suggestion:hover {
  opacity: 0.6;
}


.quote-estiloslideranca{
font-size: 1.5rem;
font-weight: 500;
color: var(--dark);
font-style: italic;
}

.suggestion img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.suggestion span:first-child {
  font-weight: 600;
}

.suggestion span:last-child {
  font-weight: 600;
  color: var(--dark);
}

section.sub_footer {
  padding: 4rem 2rem;

  background: var(--light-gray);
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.sub_footer.assessments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

section.sub_footer.assessments .column {
  max-width: 15rem;
  width: 100%;
  margin: 1rem 5rem;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

section.sub_footer.assessments .column h1 {
  color: var(--consultoria);
  font-size: 4rem;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.assessments .column i {
  font-size: 2rem;
  color: var(--dark-2);
  transform: scaleX(1.8);
  margin: 1rem 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-gray);
}

section.sub_footer.assessments .column span {
  font-weight: 700;
  color: var(--dark-2);
  font-size: 1.1rem;
}

section.sub_footer.assessments hr {
  height: 13rem;
  border: none;
  align-self: center;
  width: 1px;
  background: var(--dark-2);
}

section.sub_footer.assessments .column span u {
  text-decoration-color: var(--consultoria);
  text-decoration-thickness: 0.15rem;
}

section.sub_footer.coaching {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.sub_footer.coaching > * {
  margin: 1.5rem;
}

section.sub_footer.coaching .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--consultoria);
}

section.sub_footer.coaching .top img {
  height: 7rem;
  margin-right: 1rem;
}

section.sub_footer.coaching .top span {
  font-size: 1.2rem;
  font-weight: 600;
}

section.sub_footer.coaching .top h1 {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--consultoria);
  margin-block-start: -1rem;
  margin-block-end: -1rem;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.coaching .bottom {
  width: 100%;
  max-width: 30rem;
}

section.sub_footer.coaching .bottom p {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-2);
}

section.sub_footer.coaching .bottom p span.blue {
  color: var(--consultoria);
  font-size: 1.15rem;
}

section.sub_footer.estudos_clima {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

section.sub_footer.estudos_clima > *:not(hr) {
  max-width: 27rem;
  width: 100%;
  margin: 1rem 5rem;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

section.sub_footer.estudos_clima .right img {
  height: 3.5rem;
  margin-bottom: 2.75rem;
  margin-top: 1rem;
}

section.sub_footer.estudos_clima hr {
  height: 13rem;
  border: none;
  align-self: center;
  width: 1px;
  background: var(--dark-2);
}

section.sub_footer.estudos_clima h1 {
  color: var(--consultoria);
  font-size: 4rem;
  margin-bottom: 2rem;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.estudos_clima span {
  font-weight: 700;
  color: var(--dark-2);
  font-size: 1.1rem;
  width: 100%;
}

section.sub_footer.happiness_survey {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

section.sub_footer.happiness_survey > *:not(hr) {
  max-width: 26rem;
  width: 100%;
  margin: 1rem 2rem;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

section.sub_footer.happiness_survey .left h1 {
  color: var(--consultoria);
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0.25rem;
}

section.sub_footer.happiness_survey .right h1 {
  color: var(--consultoria);
  font-size: 5rem;
  font-weight: 800;
  margin-block-end: -.5rem;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.happiness_survey .right h2 {
  color: var(--consultoria);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

section.sub_footer.happiness_survey hr {
  height: 13rem;
  border: none;
  align-self: center;
  width: 1px;
  background: var(--dark-2);
}

section.sub_footer.happiness_survey span {
  font-weight: 700;
  color: var(--dark-2);
  font-size: 1.1rem;
  width: 100%;
}

section.sub_footer.happiness_survey .left .temas span {
  font-weight: 700;
  color: var(--consultoria);
  font-size: 1.1rem;
  width: initial;
  margin: 0.5rem 0 0 1.5rem;
}

section.sub_footer.happiness_survey .left {
  align-items: flex-start;
}

section.sub_footer.happiness_survey .left .temas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  text-align: left;
}

section.sub_footer.happiness_survey .left .temas h1:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 1rem;
  font-weight: 400;
  content: "\f054";
  font-size: 1.2rem;
  color: var(--dark-2);
}

section.sub_footer.feedback_360 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.sub_footer.feedback_360 h1 {
  color: var(--consultoria);
  font-size: 4rem;
  font-weight: 800;
}

section.sub_footer.feedback_360 span {
  font-weight: 700;
  color: var(--dark-2);
  font-size: 1.1rem;
  text-align: center;
}

section.sub_footer.feedback_360 span .blue {
  color: var(--consultoria);
}

section.sub_footer.feedback_360 span:first-child {
  width: 100%;
  max-width: 17rem;
}

section.sub_footer.feedback_360 .percent {
  width: 100%;
  max-width: 30rem;
  margin: 1rem;
  text-align: center;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

section.sub_footer.feedback_360 .percent h1 {
  margin: 1rem;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.feedback_360 .percent .pre {
  background: var(--dark-2);
  border-radius: 2rem;
  width: 5rem;
  height: 1px;
  position: relative;
}

section.sub_footer.feedback_360 .percent .pre:before {
  content: "";
  position: absolute;
  background: var(--dark-2);
  border-radius: 2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2rem;
  width: 1px;
}

section.sub_footer.feedback_360 .percent .pos {
  background: var(--dark-2);
  border-radius: 2rem;
  width: 5rem;
  height: 1px;
  position: relative;
}

section.sub_footer.feedback_360 .percent .pos:before {
  content: "";
  position: absolute;
  background: var(--dark-2);
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}

section.sub_footer.igualdade_genero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

section.sub_footer.igualdade_genero > *:not(hr) {
  max-width: 26rem;
  width: 100%;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.sub_footer.igualdade_genero .left h1 {
  color: var(--consultoria);
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0.25rem;
}

section.sub_footer.igualdade_genero .left .progress-bar .circle-wrap {
  margin: 150px auto;
  width: 150px;
  height: 150px;
  background: var(--light-gray);
  border-radius: 50%;
  border: 1px solid var(--light-gray);
}

section.sub_footer.igualdade_genero .left .circle.start {
  width: calc(12rem/8.3);
  height: calc(12rem/8.3);
  background: var(--consultoria);
  border-radius: 50%;
  top: 0.4%;
  left: 44%;
  position: absolute;
}

section.sub_footer.igualdade_genero .left .circle.end {
  width: calc(12rem/8.3);
  height: calc(12rem/8.3);
  background: var(--consultoria);
  border-radius: 50%;
  top: 57.2%;
  left: 85.7%;
  position: absolute;
  animation: circleEnd 3s 1 forwards;
}

@keyframes circleEnd {
  0%, 90% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 12rem;
  --fg: var(--consultoria);
  --bg: #AFAFAF;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, var(--light-gray) 75%, transparent 0 99.9%, var(--light-gray) 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-weight: 800;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
  margin-bottom: 2rem;
  position: relative;
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

section.sub_footer.igualdade_genero .right h1 {
  color: var(--consultoria);
  font-size: 5rem;
  font-weight: 800;
  text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

section.sub_footer.igualdade_genero hr {
  height: 20rem;
  border: none;
  align-self: center;
  width: 1px;
  background: var(--dark-2);
}

section.sub_footer.igualdade_genero .right {
  padding: 0.5rem;
}

section.sub_footer.igualdade_genero .right .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

section.sub_footer.igualdade_genero .right .top .percent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 1rem;
}

section.sub_footer.igualdade_genero .right .top .percent span {
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: -1rem;
  color: var(--consultoria);
}

section.sub_footer.igualdade_genero .right .top > span {
  color: var(--consultoria);
  text-align: left;
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 1rem;
}

section.sub_footer.igualdade_genero span {
  font-weight: 700;
  color: var(--dark-2);
  font-size: 1.1rem;
}

section.sub_footer.igualdade_genero span .blue {
  color: var(--consultoria);
}

section.final_text {
  padding: 2rem;
  text-align: center;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;

  background: var(--dark-2);
  width: 100%;
}

section.final_text > * {
  margin: 1rem;
}

section.final_text .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

section.final_text h1 {
  color: var(--white);
}

section.final_text .text h1:not(:first-child) {
  font-weight: 500;
}




section.final_text .text button {
  margin-top: 1rem;
  padding: 0.6rem 2rem;
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  border-radius: 30rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: var(--white);
}

section.final_text .text button:hover {
  transform: scale(1.05);
}

section.final_text .social_media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--white);
}

section.final_text .social_media a {
  color: var(--white);
}

section.final_text .social_media .icons a {
  margin: 0 0.25rem;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1087px) {
  .suggestions {
    margin-top: inherit !important;
  }
}

@media only screen and (max-width: 864px) {
  section.sub_footer.assessments hr {
    height: 1px;
    border: none;
    align-self: center;
    width: 90%;
    background: var(--dark-2);
  }
}

@media only screen and (max-width: 896px) {
  section.sub_footer.igualdade_genero hr {
    height: 1px;
    border: none;
    align-self: center;
    width: 90%;
    background: var(--dark-2);
  }

  section.sub_footer.igualdade_genero > *:not(hr) {
    margin: 2rem 0;
  }

  section.sub_footer.igualdade_genero .right .top .percent {
    margin-right: 0;
  }

  section.sub_footer.igualdade_genero .right .top {
    flex-direction: column;
  }

  section.sub_footer.igualdade_genero .right .top > span {
    text-align: center;
  }
}

@media only screen and (max-width: 1248px) {
  section.sub_footer.estudos_clima hr {
    height: 1px;
    border: none;
    align-self: center;
    width: 90%;
    background: var(--dark-2);
  }

  section.sub_footer.estudos_clima > *:not(hr) {
    margin: 5rem 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  section.sub_footer.happiness_survey hr {
    height: 1px;
    border: none;
    align-self: center;
    width: 90%;
    background: var(--dark-2);
  }

  section.sub_footer.happiness_survey {
    padding: 0;
  }
}

@media only screen and (max-width: 632px) {
  section.final_text .text {
    align-items: center;
    text-align: center;
  }

  section.final_text .social_media {
    align-items: center;
  }
}

@media only screen and (max-width: 485px) {
  section.sub_footer.estudos_clima > *:not(hr) {
    margin: 2rem 1rem;
  }
}

@media only screen and (max-width: 1012px) {
  section.sub_footer.feedback_360 {
    flex-direction: column;
  }

  section.sub_footer.feedback_360 .percent {
    flex-direction: column;
    max-width: initial;
    width: initial;
    margin: 3rem 1rem;
  }

  section.sub_footer.feedback_360 .percent h1 {
    margin: 2rem 0;
    font-size: 3.4rem;
  }

  section.sub_footer.feedback_360 .percent .pre,
  section.sub_footer.feedback_360 .percent .pos {
    transform: rotate(90deg);
    width: 3rem;
  }
}
