/*
Theme Name: Ecoa Soul
Theme URI: https://www.lightsalmon-panther-182114.hostingersite.com/
Author: Soul Development Team
Author URI: https://www.lightsalmon-panther-182114.hostingersite.com/
Description: Tema criado para a landing page Ecoa Soul
Version: 1.0
*/

@font-face {
  font-family: Aeonik;
  src: url(https://soulprime.io/wp-content/themes/ecoa-soul-theme/fonts/Aeonik-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Aeonik-Medium;
  src: url(https://soulprime.io/wp-content/themes/ecoa-soul-theme/fonts/Aeonik-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Aeonik-Bold;
  src: url(https://soulprime.io/wp-content/themes/ecoa-soul-theme/fonts/Aeonik-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: SF Pro;
  src: url(https://soulprime.io/wp-content/themes/ecoa-soul-theme/fonts/SF-Pro.ttf);
  font-weight: normal;
}

@font-face {
  font-family: SF Pro Display;
  src: url(https://soulprime.io/wp-content/themes/ecoa-soul-theme/fonts/SF-Pro-Display-LightItalic.otf);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: SF Pro;
}

a {
  text-decoration: none;
}

.head-container {
  background: linear-gradient(90deg, #12959e 0%, #2db8bb 50%, #56d4ce 100%);
  display: flex;
  flex-direction: column;
}

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
}

header {
  margin: 0px 10%;
}

.header-links a {
  margin: 0px 24px;

  color: #a3f6f2;
  font-weight: 460;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-align: center;
}

.header-links a.active {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.header-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 20px); /* Posição 20px abaixo do texto */
  width: 100%;
  height: 3px; /* Espessura do traço */
  background-color: white;
  border-radius: 50px;
}

.hamburger,
.side-menu,
.overlay {
  display: none;
}

.header-buttons .white-button {
  background-color: #fff;
  border-radius: 32px;
  border: none;
  padding: 16px 24px;

  color: #12959e;
  font-family: SF Pro;
  font-weight: 510;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  cursor: pointer;

  margin-right: 6px;
}

.header-buttons .transparent-button {
  background-color: transparent;
  border-radius: 32px;
  border: 1px solid white;
  padding: 16px 24px;
  min-width: 114px;

  color: #ffffff;
  font-family: SF Pro;
  font-weight: 510;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;

  margin-left: 6px;
}

/* ----------- */

.main-section-container {
  /* margin-top: 60px; */
  display: flex;
  overflow: hidden;
}

.main-section-info-container {
  margin-left: 13%;
  margin-top: 108px;
  min-width: 42%;
}

.main-section-info-container h1 {
  color: #f5f7e3;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 72px;
  line-height: 125%;
  letter-spacing: -4%;
}

.main-section-info-container h4 {
  color: #b5f3f1;

  font-family: Aeonik;
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;

  max-width: 90%;
}

.main-section-info-container > h4:first-of-type {
  margin-top: 32px;
}

.main-section-info-container a .main-section-cta-button {
  margin-top: 64px;
  width: 400px;
  min-height: 59px;
  min-width: 114px;
  padding: 16px 32px;
  gap: 12px;
  border-radius: 44px;
  background-color: #fff;

  color: #12959e;
  font-family: SF Pro;
  font-weight: 510;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  cursor: pointer;

  border: none;
  margin-bottom: 60px;
}

.main-section-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: 150px;
  align-self: flex-end;
}

.main-section-image-container img {
  min-width: 100%;
  height: auto;
}

/* ============================================================== */
.oque-container-section {
  margin: 95px 240px;
}

.oque-container {
  background: #e5e7eb;
  width: 100%;
  border-radius: 44px;
  min-height: 800px;
  display: flex;
  overflow: hidden;
}

.oque-info-container {
  padding-top: 116px;
  margin-left: 154px;
  max-width: 25%;
}

.oque-info-container small,
.subtitulo-small {
  font-family: Aeonik;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #6a6e77;
}

.oque-info-container h3 {
  color: #12959e;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  margin-top: 16px;
  margin-bottom: 32px;
}

.oque-info-container p {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6a6e77;
  margin-top: 20px;
}

.oque-info-container > p:first-of-type {
  margin-top: 0px;
}

/* .oque-image-container {
  width: 100%;
  height: 100%;
  margin-right: 90px;
}

.oque-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.oque-image {
  width: 100%;
  height: auto;
}

/* ============================================================================= */

.quote-container {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin-left: 240px;
  margin-bottom: 170px;
}

.quote-container .linha {
  width: 80px;
  height: 2px;
  background-color: #12959e;
  margin-top: 25px;
  margin-right: 48px;
}

.quote-container .texto {
  color: #12959e;
  font-family: SF Pro Display;
  font-weight: 300;
  font-style: italic;
  font-size: 52px;
  line-height: 125%;
  letter-spacing: -2%;
  max-width: 80%;
}

/* ======================================================================================= */
.beneficios-section-container {
  margin-left: 350px;
}

.beneficios-section-title {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -2%;
  color: #12959e;
  margin-top: 12px;
  margin-bottom: 24px;
}

.beneficios-section-paragraph {
  color: #6a6e77;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 1090px;
}

.beneficios-container {
  display: flex;
  margin-top: 64px;
}

.beneficios-item {
  display: flex;
  width: 500px;
  height: 264px;
  background: url("./assets/Cards.png");
  background-repeat: no-repeat;
  border-radius: 24px;
  margin: 0px 12px;
}

.beneficios-container .beneficios-item:nth-child(2) {
  background: url("./assets/Cards-2.png");
  background-repeat: no-repeat;
}

.beneficios-container .beneficios-item:nth-child(3) {
  background: url("./assets/Cards-3.png");
  background-repeat: no-repeat;
}

.beneficios-container > .beneficios-item:first-child {
  margin-left: 0px;
}

.beneficios-conteudo-container {
  width: 248px;
  height: 238px;
  border-radius: 24px;
  background-color: #ffffff;
  margin: 16px;
  margin-left: auto;
  margin-right: 24px;
}

.beneficios-conteudo {
  margin: 24px;
}

.beneficios-conteudo-container .beneficios-conteudo h3 {
  color: #24231e;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1%;
}

.beneficios-conteudo-container .beneficios-conteudo p {
  color: #5a5a5b;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 12px;
}

.beneficios-button-cta-container {
  margin-bottom: 90px;
  margin-top: 64px;
}

.beneficios-button-cta,
.o-que-somos-button-cta {
  min-width: 310px;
  font-family: SF Pro;
  font-weight: 510;
  font-size: 16px;
  text-align: center;
  color: #fff;
  height: 56px;
  border-radius: 32px;
  background-color: #12959e;
  border: none;
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

/* ==================================================================== */

.proposito-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 800px;
  background: linear-gradient(
    179.94deg,
    #759800 12.17%,
    #98b406 68.23%,
    #aec11d 99.95%
  );
  text-align: center;
  position: relative;
}

.spacer-tree {
  aspect-ratio: 960/300;
  width: 75%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.layer2 {
  background-image: url("./assets/bitmap.svg");
}

.proposito-section-container .proposito-sub-title {
  color: #f5f6ed;
  font-family: Aeonik-Medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 90px;
}

.proposito-section-container .proposito-title {
  color: #e4ef7f;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -2%;
  text-align: center;
  max-width: 800px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.proposito-section-container .proposito-paragraph {
  color: #f5f6ed;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 720px;
}

.proposito-section-container .proposito-phone-container {
  display: flex;
  flex-direction: row;
  max-width: 765px;
  margin-top: 90px;
  text-align: left;
}

.proposito-phone-info-container {
  margin-left: 100px;
}

.proposito-phone-info-container h4 {
  color: #e4ef7f;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
}

.mt-64 {
  margin-top: 64px;
}

.proposito-phone-info-container p {
  color: #f5f6ed;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  margin-top: 24px;
}

.proposito-quote-container {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin-top: 90px;
}

.proposito-quote-container .linha {
  width: 80px;
  height: 2px;
  background-color: #e4ef7f;
  margin-top: 25px;
  margin-right: 48px;
}

.proposito-quote-container .texto {
  color: #e4ef7f;
  font-family: SF Pro Display;
  font-weight: 300;
  font-style: italic;
  font-size: 52px;
  line-height: 125%;
  letter-spacing: -2%;
  max-width: 1000px;
}

.como-funciona-container {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 120px;
}

.como-funciona-info-container {
  width: 75%;
  background-color: #789200;
  padding-left: 150px;
  border-radius: 48px;
  /* padding-top: 64px; */
  display: flex;
  overflow: hidden;
}

.como-funciona-texto-container {
  flex: 1;
}

.como-funciona-texto-container .como-funciona-title {
  color: #e4ef7f;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: left;
}

.como-funciona-texto-container .como-funciona-texto-container {
  display: flex;
}

.como-funciona-texto-container .como-funciona-texto-container article {
  max-width: 200px;
  margin-top: 32px;
  margin-right: 80px;
}

.como-funciona-texto-container
  .como-funciona-texto-container
  article
  .como-funciona-subtitle {
  color: #e4ef7f;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.como-funciona-texto-container
  .como-funciona-texto-container
  article
  .como-funciona-paragraph {
  color: #f5f6ed;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
}

.como-funciona-image-container {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.como-funciona-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.como-funciona-cta-button-container {
  margin: 90px 0px;
  display: flex;
  align-items: center;
}

.como-funciona-cta-button-container button,
.selo-verde-cta-button-container button {
  width: 320px;
  padding: 16px;
  border-radius: 32px;
  border: none;
  background-color: #fff;

  font-family: SF Pro;
  font-weight: 430;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: center;
  color: #385623;
  cursor: pointer;
}

/* ================================================================================== */
.selo-verde-section {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selo-verde-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 75%;
  border-radius: 48px;
  min-height: 600px;
  background: linear-gradient(90deg, #2b8480 0%, #1f9c97 50%, #46cec8 100%);
  text-align: center;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}

.spacer {
  aspect-ratio: 1920/1080;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  top: 0;
}

.layer1 {
  position: absolute;
  margin-left: 100px;
  background-image: url("./assets/wave3.svg");
}

.selo-verde-section .selo-verde-container .selo-verde-subtitle {
  font-family: Aeonik-Medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #eef5f3;
}

.selo-verde-section .selo-verde-container .selo-verde-title {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -2%;
  text-align: center;
  color: #a3f6f2;
  margin-top: 12px;
  margin-bottom: 32px;
}

.selo-verde-section .selo-verde-container .selo-verde-paragraph {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #eef5f3;
  max-width: 650px;
}

.selo-verde-content-container {
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: left;
  margin-top: 64px;
  height: 540px;
}

.selo-verde-content-container .selo-verde-texto .selo-verde-texto-title {
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: -2%;
  color: #a3f6f2;
  max-width: 370px;
  margin-bottom: 24px;
  margin-top: 80px;
}

.selo-verde-content-container .selo-verde-texto p {
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f5f7e3;
  max-width: 300px;
}

.selo-verde-cta-button-container button {
  margin-bottom: 64px;
}

/* ========================================= */
.impacto-section {
  width: 100%;
  background-color: #e5e7eb;
  margin-top: 90px;
}

.impacto-section-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.impacto-subtitle {
  font-family: Aeonik-Medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #6a6e77;
  margin-top: 90px;
}

.impacto-title {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -2%;
  color: #478d8a;
  margin-top: 12px;
  margin-bottom: 24px;
}

.impacto-paragraph {
  color: #6a6e77;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 754px;
}

.impacto-small-title {
  color: #478d8a;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 64px;
  max-width: 548px;
}

.impacto-card-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 852px;
  margin-top: 96px;
  margin-bottom: 116px;
}

.impacto-card {
  position: relative;
  width: 413px;
  height: 498px;
  background-color: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 47px;
  margin-bottom: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impacto-card-image-container {
  text-align: center;
}

.impacto-card-header {
  display: flex;
}

.impacto-card-number {
  color: #bf8d2c;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 84px;
  line-height: 125%;
  letter-spacing: -3%;
  position: absolute;
  top: 210px;
  left: 47px;
}

.impacto-card-header-title {
  color: #52565e;
  font-family: Aeonik-Medium;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -2%;
  max-width: 194px;
}

.number-2 {
  color: #16486b;
}

.number-3 {
  color: #ffc315;
}

.number-4 {
  color: #407f46;
}

.impacto-card-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 44px;
  margin-left: 90px;
}

.impacto-card-content p {
  color: #5a5a5b;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 204px;
  margin-top: 16px;
}

.impacto-card-container > .impacto-card:nth-child(2),
.impacto-card-container > .impacto-card:nth-child(4) {
  margin-left: 24px;
}

/* ================================================================================= */
.mudanca-section {
  width: 100%;
  min-height: 800px;
  background-color: #3a3d43;

  display: flex;
  justify-content: center;
}

.mudanca-container {
  margin: 90px 0px;
  background-color: #ffffff;
  width: 75%;
  min-height: 1000px;
  border-radius: 48px;
  padding: 64px;

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

.mudanca-title {
  text-align: center;
  color: #12959e;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: -2%;
  width: 770px;
}

.mudanca-content-container {
  display: flex;
  align-items: center;
  margin-top: 64px;
}

.mudanca-content-text {
  width: 372px;
}

.mudanca-content-text h3 {
  color: #3a3d43;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 42px;
  line-height: 135%;
  letter-spacing: 0%;
}

.mudanca-content-text p {
  color: #52565e;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0%;
  margin: 32px 0px;
}

.mudanca-content-text b {
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #52565e;
}

.mudanca-content-text h4 {
  color: #12959e;
  font-family: Aeonik-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  letter-spacing: 0%;
  margin-top: 90px;
}

.mudanca-content-buttons {
  margin-top: 50px;
}

.mudanca-content-buttons a {
  cursor: pointer;
}

.mudance-image-container {
  margin-left: 107px;
}

/* ===================================================================== */
.faq-section {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.faq-container h2 {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: -2%;
  text-align: center;
  color: #3e3e3f;
}

.faq-container h5 {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #2c3721;
  margin-top: 12px;
}

.faq-items-container {
  margin-top: 90px;
}

.faq-item {
  min-width: 770px;
  cursor: pointer;
}

.faq-item hr {
  height: 1px;
  background-color: #eeeef0;
  border: none;
  margin: 32px 0px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
}

.faq-question-h4 {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -2%;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #777779;
  max-width: 770px;
  margin-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 12px;
}

.faq-item.active .arrow {
  color: #5a5a5b;
  transform: rotate(0deg);
}

.arrow {
  color: #c0c0c3;
  font-weight: bold;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

/* ============================================================================================ */
footer {
  width: 100%;
  background-color: #003d4c;

  display: flex;
  flex-direction: column;
}

.footer-container {
  max-width: 960px;
  margin: 96px 480px;
}

.footer-image-container {
  width: 200px;
}

.footer-image-container img {
  width: 100%;
}

.footer-text {
  max-width: 274px;
}

.footer-text h4 {
  margin-top: 48px;
  color: #a3f6f2;
  font-family: Aeonik;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.footer-text p {
  color: #f5f6ed;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-top: 12px;
}

.footer-contact-container {
  display: flex;
}

.footer-contact-container > .footer-text:nth-child(1) {
  margin-right: 86px;
}

.social-media-container {
  margin: 48px 0px;
}

.social-media-container > img:nth-child(1) {
  margin-left: 0px;
}

.social-media-container img {
  margin: 0px 16px;
  cursor: pointer;
}

.footer-line {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #fff;
}

.footer-copy-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.footer-copy-container p,
.footer-copy-container .terms-container a {
  color: #ffffff;
  font-family: SF Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.footer-copy-container .terms-container > a:nth-child(1) {
  margin-right: 32px;
}
