@charset "UTF-8";
/* Arquivo de estilo principal */
/* ___ Fonts ___ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(90deg, rgb(74, 171, 49) 0%, rgb(207, 171, 17) 83%);
  font-family: "Poppins", "Calibri", "sans-serif";
  color: #ffffff;
  display: flex;
  justify-content: center;
  height: 6rem;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header nav {
  font-size: 1.2rem;
  width: 80%;
  max-width: 2560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}
header nav .logo__superior {
  width: 16rem;
  height: 4rem;
}
header nav ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
header nav ul .nav-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.35rem;
}
header nav ul .dropdown {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  font-size: 1.2rem;
}
header nav ul .dropdown .dropdown-toggle {
  text-decoration: none;
  color: #ffffff;
}
header nav ul .dropdown i {
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}
header nav ul .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #096639;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
  margin-top: 0.5rem;
  width: 12rem;
}
header nav ul .dropdown .dropdown-menu li {
  padding: 0.25rem 0.75rem;
}
header nav ul .dropdown .dropdown-menu li a {
  color: #ffffff;
  text-decoration: none;
}
header nav ul .dropdown .dropdown-menu li a:hover {
  background-color: #048c7f;
}
header nav ul .dropdown.active i {
  transform: rotate(180deg);
}
header nav ul div:hover,
header nav ul li:hover {
  background: #096639;
  border-radius: 3.25rem;
}
header nav ul a {
  text-decoration: none;
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  display: inline-block;
}
header nav ul li.sobre.active, header nav ul li.sobre.active:hover {
  background: #048c7f;
  border-radius: 3.25rem;
}
header nav ul li.sobre:hover {
  background: #048c7f;
  border-radius: 3.25rem;
}
header nav ul .dropdown.active + .sobre {
  background: #048c7f;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  cursor: pointer;
}

.nav-item .dropdown a,
.nav-item .dropdown i {
  padding: 0;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2c3e50;
  padding: 0.5rem 0;
  border-radius: 4px;
  width: 180px;
}

.dropdown.active .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu li a {
  padding: 0.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
}

.dropdown .dropdown-menu li a:hover {
  background-color: #096639;
}

.menu {
  display: flex;
  gap: 1rem;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  header nav .logo__superior {
    width: 12rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .menu {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #096639;
    width: 100%;
    z-index: 999;
    padding: 1rem 0;
  }
  .menu.active {
    display: flex;
  }
  .menu div {
    text-align: center;
  }
  .menu a {
    padding: 0.75rem;
    display: block;
    color: #fff;
  }
}
footer {
  background: linear-gradient(90deg, rgb(74, 171, 49) 0%, rgb(207, 171, 17) 83%);
  color: #ffffff;
  font-family: "Poppins", "Calibri", "sans-serif";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  gap: 5rem;
  padding: 2rem;
}
footer .content .logo__inferior {
  width: 12rem;
  height: 3rem;
}
footer .content .column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .content .column--logo {
  flex: 0.4;
  align-items: flex-start;
}
footer .content .column--about {
  flex: 1.4;
  align-items: flex-start;
}
footer .content .column--about h2 {
  font-weight: 600;
  font-size: 1.25rem;
}
footer .content .column--about article {
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
footer .content .column--newsletter {
  flex: 1;
  align-items: flex-start;
}
footer .content .column--newsletter h2 {
  font-weight: 600;
  font-size: 1.25rem;
}
footer .content .column--newsletter .newsletter {
  display: flex;
}
footer .content .column--newsletter .newsletter .newsletter-input {
  padding: 0.8rem;
  border-radius: 12px 0 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 180px;
}
footer .content .column--newsletter .newsletter .newsletter-input::placeholder {
  color: #ffffff;
  text-align: center;
}
footer .content .column--newsletter .newsletter .newsletter-input:focus {
  outline: none;
  border-color: white;
  background: rgba(255, 255, 255, 0.2);
}
footer .content .column--newsletter .newsletter .newsletter-btn {
  padding: 0.8rem 1rem;
  border-radius: 0 12px 12px 0;
  border: none;
  background-color: #ffffff;
  color: #28a745;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .content .column--newsletter .newsletter .newsletter-btn:hover {
  background-color: #218838;
  color: #ffffff;
}
footer .content a {
  text-decoration: none;
  color: #ffffff;
}
footer .content .content__icon {
  font-size: 3rem;
  display: flex;
  gap: 1rem;
}
footer .content .content__icon i {
  transition: all 0.2s ease-in-out;
}
footer .content .content__icon i:hover {
  color: #f7aa06;
}
@media (max-width: 1024px) {
  footer .content {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  footer .content .column {
    align-items: center;
    text-align: center;
  }
  footer .content .column--about, footer .content .column--newsletter {
    width: 100%;
  }
  footer .content .column article {
    margin: 0;
  }
}
@media (max-width: 768px) {
  footer .content {
    gap: 2rem;
  }
  footer .content__icon {
    font-size: 1.5rem;
    gap: 0.5rem;
  }
  footer .column--newsletter .newsletter-input {
    width: 140px;
    font-size: 0.875rem;
  }
  footer .column--newsletter .newsletter-btn {
    font-size: 0.875rem;
    padding: 0.6rem 0.8rem;
  }
}
@media (max-width: 480px) {
  footer .footer .content .column--newsletter .newsletter-input {
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 12px;
  }
  footer .footer .content .column--newsletter .newsletter-btn {
    width: 100%;
    border-radius: 12px;
    font-size: 0.5rem;
  }
}

main {
  background: linear-gradient(90deg, rgb(74, 171, 49) 0%, rgb(207, 171, 17) 83%);
  padding-top: 4.5rem;
}
main .titulo {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  max-width: 2560px;
  font-family: "Poppins", "Calibri", "sans-serif";
  color: #ffffff;
  gap: 2rem;
  position: relative;
  height: 100vh;
  margin: 0 auto;
}
main .titulo__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8rem;
  position: absolute;
  top: 4rem;
  left: 8%;
  width: 100%;
  margin-left: -6rem;
  margin-top: 1rem;
}
main .titulo__info h1 {
  font-size: 4rem;
  font-weight: 700;
}
main .titulo__desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  width: 51%;
}
main .titulo__button {
  font-size: 1.25rem;
  font-weight: 800;
  width: 18.75rem;
  color: #ffffff;
  background: #f7aa06;
  padding: 1.25rem 0.25rem;
  border-radius: 0.375rem;
  border: 2px solid #f5f6f7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
main .titulo__button:hover {
  background: rgb(197.209486166, 135.7312252964, 4.790513834);
  transform: scale(1.05);
}
main .titulo__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90%;
}
main .titulo__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1140px) {
  main .titulo {
    height: auto;
    width: 90%;
    gap: 2rem;
  }
  main .titulo__info {
    position: static;
    margin-left: 0;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  main .titulo__info h1 {
    font-size: 3rem;
  }
  main .titulo__desc {
    font-size: 1.5rem;
    width: 100%;
  }
  main .titulo__button {
    width: 16rem;
    font-size: 1rem;
  }
  main .titulo__image {
    height: 70%;
  }
}
@media (max-width: 768px) {
  main .titulo {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  main .titulo__info {
    align-items: center;
    text-align: center;
  }
  main .titulo__info h1 {
    font-size: 2.5rem;
  }
  main .titulo__desc {
    font-size: 1.25rem;
  }
  main .titulo__button {
    width: 14rem;
  }
  main .titulo__image {
    height: 50%;
  }
}

.compare {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 2.85rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.compare__title {
  color: #096639;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
}
.compare__content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.compare__cards {
  display: flex;
  align-items: center;
  gap: 7rem;
}
.compare__empresa {
  display: flex;
  gap: 4rem;
  position: relative;
}
.compare__main {
  border: 3px solid #09a93f;
  border-radius: 1.85rem;
  width: 28rem;
  height: 30rem;
  padding: 2.25rem;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.compare__input {
  color: #096639;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare__atual {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 3px solid #096639;
  color: #096639;
  border-radius: 1.85rem;
  height: 20rem;
  width: 12rem;
}
.compare__atual h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.compare__nova {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 3px solid #09a93f;
  background-color: #09a93f;
  color: #ffffff;
  border-radius: 1.85rem;
  height: 20rem;
  width: 12rem;
  position: relative;
}
.compare__nova h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.compare__selection {
  margin-top: -0.5rem;
}
.compare__economia {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare__main input[type=number] {
  border: 1px solid #096639;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.compare__main input[type=number]:focus {
  border: 2.5px solid #096639;
  outline: none;
}
.compare__dado {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}
.compare__retangulo {
  margin-top: 1rem;
  width: 1rem;
  height: 10rem;
  background-color: #f7aa06;
  margin-right: 1rem;
}
.compare__where {
  font-weight: 700;
  color: #096639;
  margin: 1rem 0;
  width: 21rem;
}
.compare article {
  line-height: 2rem;
  font-size: 1rem;
  color: #096639;
  width: 25rem;
}
.compare .compare__empresa img[src*=triangulo] {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
@media (max-width: 1200px) {
  .compare .compare__cards {
    flex-direction: column;
    gap: 3rem;
  }
  .compare .compare__main {
    width: 24rem;
    height: auto;
  }
  .compare .compare__atual,
  .compare .compare__nova {
    width: 100%;
    max-width: 20rem;
  }
}
@media (max-width: 768px) {
  .compare .compare {
    padding: 2rem 1rem;
    text-align: center;
  }
  .compare .compare__title {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 25rem;
  }
  .compare .compare__content {
    width: 100%;
  }
  .compare .compare__empresa {
    flex-direction: column;
    gap: 2rem;
  }
  .compare .compare__main {
    width: 90%;
    max-width: 22rem;
  }
  .compare .compare__input input {
    max-width: 100%;
  }
  .compare button {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .compare .compare {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  .compare .compare__texto-main {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 0.85rem;
    width: 10rem;
  }
  .compare .compare__retangulo {
    display: none;
  }
  .compare .compare__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .compare .compare__content {
    width: 90%;
  }
  .compare .compare__empresa {
    flex-direction: column;
    gap: 1.5rem;
  }
  .compare .compare__main {
    width: 20rem;
    padding: 1.5rem;
  }
  .compare .compare__atual,
  .compare .compare__nova {
    width: 90%;
    max-width: 16rem;
  }
  .compare article {
    line-height: 2rem;
    font-size: 1rem;
    color: #096639;
    width: 20rem;
  }
  .compare #comparar {
    width: 100%;
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 0.5rem;
  }
  .compare #preco-atual,
  .compare #preco-nova {
    font-size: 1.25rem;
  }
}
@media (max-width: 400px) {
  .compare .compare {
    padding: 1.5rem 0.5rem;
  }
  .compare .compare__title {
    font-size: 1.25rem;
    line-height: 1.8rem;
    width: 20rem;
  }
  .compare .compare__content {
    width: 90%;
  }
  .compare .compare__cards {
    flex-direction: column;
    gap: 1.5rem;
  }
  .compare .compare__empresa {
    flex-direction: column;
    gap: 2rem;
  }
  .compare .compare__main {
    width: 16rem;
    height: auto;
    padding: 1rem;
  }
  .compare .compare__where {
    width: 15rem;
  }
  .compare article {
    line-height: 2rem;
    font-size: 1rem;
    color: #096639;
    width: 15rem;
  }
  .compare .compare__atual,
  .compare .compare__nova {
    width: 100%;
    max-width: 14rem;
    padding: 1rem;
    margin-right: 4rem;
  }
  .compare .compare__atual h2,
  .compare .compare__nova h2 {
    font-size: 1.25rem;
  }
  .compare #comparar {
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .compare #preco-atual,
  .compare #preco-nova {
    font-size: 1rem;
  }
}

#preco-atual,
#preco-nova {
  font-size: 2.25rem;
}

#comparar {
  width: 15rem;
  height: 3rem;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  border: 1px solid #09a93f;
  background: #09a93f;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

#comparar:hover {
  background: #ffffff;
  color: #09a93f;
  border: 1px solid #09a93f;
  box-shadow: 0px 4px 10px rgba(9, 169, 63, 0.4);
  cursor: pointer;
}

.conhecendo {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 2.85rem 0;
}
.conhecendo__content {
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 2000px;
}
.conhecendo__content p {
  color: #09a63e;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.conhecendo__content h2 {
  color: var(--Color-2, #096639);
  font-family: Poppins;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
}
.conhecendo__content article {
  color: var(--Color-2, #096639);
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  width: 37.0625rem;
  height: auto;
}
.conhecendo__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.conhecendo__data {
  display: flex;
  gap: 2rem;
}
.conhecendo__data .conhecendo__iten {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.conhecendo__data .number {
  color: #096639;
  font-size: 2.75rem;
  font-weight: bold;
}
.conhecendo__data .info {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 0.5rem;
  margin-left: 0.1rem;
}
.conhecendo__data i {
  font-size: 3rem;
  color: #ffffff;
  padding: 1rem;
  background-color: #09a93f;
  border-radius: 50%;
  display: inline-block;
}
.conhecendo__data .conhecendo__principal {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .conhecendo__content {
    flex-direction: column;
    gap: 3rem;
  }
  .conhecendo__content h2 {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
  }
  .conhecendo__content article {
    width: 100%;
    text-align: center;
  }
  .conhecendo__data {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .conhecendo__content {
    gap: 2rem;
  }
  .conhecendo__content p {
    font-size: 0.875rem;
  }
  .conhecendo__content h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .conhecendo__data .number {
    font-size: 2rem;
  }
  .conhecendo__data i {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .conhecendo {
    padding: 2rem 1rem;
  }
  .conhecendo__content {
    width: 100%;
    gap: 1rem;
  }
  .conhecendo__content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .conhecendo__content article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .conhecendo__data {
    gap: 1rem;
  }
  .conhecendo__data .conhecendo__iten {
    gap: 0.5rem;
  }
  .conhecendo__data .number {
    font-size: 1.5rem;
  }
  .conhecendo__data i {
    font-size: 2rem;
  }
}

.vantagens {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
.vantagens__content {
  display: flex;
  justify-content: center;
  width: 80%;
  gap: 12rem;
}
.vantagens__first {
  padding: 2rem 0;
}
.vantagens__veja {
  color: #09a93f;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.vantagens__title {
  color: #096639;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
}
.vantagens__iten {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  margin: 4rem 0;
}
.vantagens__iten img {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
}
.vantagens__iten h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.375rem;
  color: #09a93f;
}
.vantagens__iten article {
  width: 28rem;
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
@media (max-width: 1200px) {
  .vantagens__content {
    gap: 6rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vantagens__iten {
    margin: 2rem 0;
  }
  .vantagens__iten article {
    width: 100%;
  }
  .vantagens__title {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
  }
  .vantagens__veja {
    text-align: center;
  }
  .vantagens .vantagens__content div img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .vantagens {
    padding: 3rem 1rem;
  }
  .vantagens__content {
    flex-direction: column;
    gap: 2rem;
  }
  .vantagens__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .vantagens__iten {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .vantagens__iten img {
    width: 80px;
  }
  .vantagens__iten article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  .vantagens {
    padding: 2rem 1rem;
  }
  .vantagens__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .vantagens__iten {
    margin: 1.5rem 0;
  }
  .vantagens__iten img {
    width: 60px;
  }
  .vantagens__iten h2 {
    font-size: 1.25rem;
  }
  .vantagens__iten article {
    font-size: 0.875rem;
  }
}

.missao {
  font-family: "Poppins", "Calibri", "sans-serif";
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.missao__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  max-width: 2000px;
}
.missao i {
  color: #09a93f;
  text-align: center;
}
.missao h2 {
  color: #09763a;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.missao .sun {
  font-size: 6rem;
  padding: 2rem 0;
}
.missao__cards {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  width: 100%;
}
.missao .card {
  display: flex;
  flex-direction: column;
  width: 17rem;
  height: 20rem;
  align-items: center;
  border-radius: 1.85rem;
  border: 5px solid #09a93f;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s;
}
.missao .card.active {
  background-color: #09a93f;
  color: #ffffff;
  line-height: 150%;
}
.missao .card.active .default-content,
.missao .card.active .default-title,
.missao .card.active .add-icon.default {
  display: none;
}
.missao .card.active .additional-content,
.missao .card.active .add-icon.additional {
  display: block;
}
.missao .card .default-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.missao .card .icon-title {
  font-size: 4rem;
  color: #09a93f;
}
.missao .card .default-title {
  color: #09a93f;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}
.missao .card .additional-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #ffffff;
  line-height: 2.5;
  text-align: center;
  padding: 1rem;
}
.missao .card .texto-content {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 150%;
  font-size: 1.25rem;
}
.missao .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.missao .card .default-content {
  display: block;
}
.missao .card .additional-content {
  display: none;
}
.missao .card .card.active .additional-content {
  display: block;
}
.missao .card .card .default-content {
  display: block;
}
.missao .card .card.active .default-content {
  display: none;
}
.missao .card .add-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.missao .card .add-icon.default {
  display: block;
}
.missao .card .add-icon.additional {
  display: block;
  color: #ffffff;
}
.missao .card .card.active .add-icon.default {
  display: none;
}
.missao .card .card.active .add-icon.additional {
  display: block;
  color: #ffffff;
  bottom: 10px;
  left: 10px;
}
@media (max-width: 1200px) {
  .missao h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .missao .missao__cards {
    flex-direction: column;
    align-items: center;
  }
  .missao .card {
    width: 80%;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .missao h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .missao .missao__cards {
    flex-direction: column;
    align-items: center;
  }
  .missao .card {
    width: 90%;
  }
  .missao .card .default-title {
    font-size: 2rem;
  }
  .missao .card .texto-content {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .missao h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .missao .card {
    width: 100%;
  }
  .missao .card .default-title {
    font-size: 1.75rem;
  }
  .missao .card .texto-content {
    font-size: 0.875rem;
  }
}

.avaliacao {
  background-color: #ffffff;
  font-family: "Poppins", "Calibri", "sans-serif";
  display: flex;
  justify-content: center;
  align-items: center;
}
.avaliacao__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  height: 85%;
  padding: 5rem 0;
  gap: 4rem;
}
.avaliacao__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #096639;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  width: 55rem;
}
.avaliacao__cards {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}
.avaliacao__iten {
  background: linear-gradient(90deg, rgb(74, 171, 49) 0%, rgb(207, 171, 17) 83%);
  color: #ffffff;
  border-radius: 1rem;
  width: 18.8rem;
  height: 15.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.avaliacao__iten img {
  max-width: 80%;
  height: auto;
}
.avaliacao__iten h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  width: 100%;
  max-width: 16rem;
}
.avaliacao__iten article {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 140%;
}
.avaliacao__iten p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.045rem;
  text-align: left;
}
@media (max-width: 1200px) {
  .avaliacao__title {
    font-size: 3rem;
    width: 45rem;
  }
  .avaliacao__iten {
    width: 16rem;
    height: 15rem;
  }
  .avaliacao__content {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .avaliacao__title {
    font-size: 2rem;
    width: 29rem;
  }
  .avaliacao__iten {
    width: 19rem;
    height: 15rem;
    padding: 1.5rem;
  }
  .avaliacao__content {
    gap: 2rem;
  }
  .avaliacao__cards {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .avaliacao__title {
    font-size: 2rem;
    width: 100%;
  }
  .avaliacao__iten {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  .avaliacao__content {
    gap: 1.5rem;
  }
  .avaliacao__cards {
    gap: 0.75rem;
  }
}

.first {
  color: #096639;
  font-family: "Poppins", "Calibri", "sans-serif";
  margin-top: -1rem;
}
.first__content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  width: 100%;
  box-sizing: border-box;
}
.first__content h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
  padding-bottom: 1.75rem;
  text-align: center;
}
.first__content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .first__content {
    padding-top: 3rem;
  }
  .first__content h1 {
    font-size: 2.5rem;
    line-height: 4rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .first__content {
    padding-top: 2.5rem;
  }
  .first__content h1 {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .first__content {
    padding-top: 2rem;
  }
  .first__content h1 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
  }
  .first__content img {
    max-width: 90%;
  }
}

.second {
  color: #096639;
  font-family: "Poppins", "Calibri", "sans-serif";
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.second__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 3rem;
  width: 80%;
}
.second__content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
  padding-bottom: 1.5rem;
}
.second__content article {
  text-align: center;
  font-size: 1.5rem;
  max-width: 60rem;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  padding: 0 1rem;
}
.second__content p {
  text-align: center;
  color: #f7aa06;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  max-width: 55rem;
}
.second__explicativo {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .second__content h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .second__content article,
  .second__content p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .second__content h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .second__content article,
  .second__content p {
    font-size: 1.2rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .second__content h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .second__content article,
  .second__content p {
    font-size: 1rem;
  }
}

.third {
  color: #096639;
  font-family: "Poppins", "Calibri", "sans-serif";
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.third__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 3rem;
  width: 80%;
  padding-bottom: 5rem;
}
.third__content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
  text-transform: capitalize;
  padding-bottom: 1.5rem;
  text-align: center;
  max-width: 60rem;
  margin: 2rem 0;
}
.third__content article {
  text-align: center;
  font-size: 1.5rem;
  max-width: 60rem;
  line-height: 2;
  letter-spacing: 0.03rem;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .third__content h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .third__content article {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .third__content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .third__content article {
    font-size: 1.2rem;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .third__content h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .third__content article {
    font-size: 1rem;
  }
}

.table__content {
  background-color: #ffffff;
  margin-bottom: 2rem;
}

.table-container {
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
}

.table-container {
  overflow-x: auto;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

thead {
  background-color: #4aab31;
  color: #fff;
}

th,
td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:hover {
  background-color: #f1f1f1;
}

th {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

td {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
}

th:first-child,
td:first-child {
  background-color: #4aab31;
  color: white;
  font-weight: bold;
}

td {
  position: relative;
}
td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  td {
    position: relative;
  }
  td::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    transform: translateX(-50%);
  }
  td:first-child::after, td:last-child::after {
    display: none;
  }
  td:nth-child(2)::after {
    display: none;
  }
  td:first-child,
  td:nth-child(2),
  td:nth-child(3) {
    background-color: transparent;
    color: #333;
  }
  th,
  td {
    font-size: 1rem;
    padding: 15px;
    text-align: left;
  }
  td {
    width: 33%;
  }
}
@media (max-width: 768px) {
  table {
    display: block;
  }
  thead {
    display: none;
  }
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }
  tr {
    margin-bottom: 10px;
  }
  td {
    text-align: left;
    padding-left: 50%;
    position: relative;
  }
  td::after {
    display: none;
  }
  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bold;
    color: #4aab31;
  }
  td[data-label=Definição], td[data-label=Acesso] {
    background-color: #4aab31;
    color: white;
    font-weight: bold;
  }
}
.grafico {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 3rem 0;
  color: #096639;
}
.grafico__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  gap: 1.5rem;
}
.grafico h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.grafico h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}
.grafico p {
  font-size: 1rem;
  line-height: 1.5;
}
.grafico__fonte {
  font-weight: 800;
  font-style: italic;
  font-size: 2.5rem;
}
.grafico article {
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .grafico__content {
    width: 90%;
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  p,
  article {
    font-size: 0.9rem;
  }
}
.grafico-tarifa-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  padding: 20px;
  background-color: #f4f4f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grafico-tarifa-social h1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.grafico-tarifa-social canvas {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
}

.economize {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 3rem 0;
  color: #096639;
}
.economize__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  background-color: #f7aa06;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  gap: 2rem;
}
.economize__content img {
  margin-top: -2.6rem;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.economize__content hr {
  width: 0.4rem;
  height: 5rem;
  background-color: #ffffff;
  border: none;
}
.economize__content article {
  text-align: left;
  color: #ffffff;
  width: 45rem;
  font-size: 1.25rem;
}
.economize__content .economize__link {
  align-self: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.45rem;
  border: 3px solid #f5f6f7;
  background-color: #09a93f;
  font-weight: 700;
  color: #ffffff;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.economize__content .economize__link:hover {
  background-color: #0c7f32;
  color: #e6e6e6;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .economize .economize__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  .economize article {
    font-size: 1rem;
    width: auto;
  }
  .economize .economize__link {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .economize img {
    max-width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .economize hr {
    display: none;
  }
}
@media (max-width: 550px) {
  .economize .economize__content {
    flex-direction: column;
    gap: 1rem;
  }
  .economize article {
    font-size: 0.9rem;
  }
  .economize img {
    max-width: 80%;
  }
  .economize .economize__link {
    width: auto;
    padding: 0.65rem 1rem;
  }
  .economize hr {
    display: none;
  }
}

.aprenda {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 2.85rem 0;
  color: #096639;
}
.aprenda__content {
  text-align: start;
  width: 80%;
  margin: 0 auto;
}
.aprenda__content h1 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1.5rem 0 3rem 0;
}
.aprenda__content iframe {
  width: 100%;
  max-width: 100%;
  height: 40rem;
  border: 0;
  border-radius: 1.85rem;
}

body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Poppins", "Calibri", "sans-serif";
}

.blog {
  background: #f3f3f3;
  font-family: "Poppins", "Calibri", "sans-serif";
  padding: 3rem 0;
  color: #096639;
}
.blog__content {
  text-align: start;
  width: 80%;
  margin: 0 auto;
}
.blog__content h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 3rem;
}
.blog__content .blog__cards {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.blog__content .blog__cards div {
  width: 22%;
}
.blog__content .blog__cards div img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.blog__content .blog__cards div h3 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.blog__content .blog__cards div article {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.blog__content .blog__cards div p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.blog__content .blog__card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
@media (max-width: 1000px) and (min-width: 661px) {
  .blog .blog__cards {
    justify-content: center;
    gap: 1.5rem;
  }
  .blog .blog__cards div {
    width: 48%;
  }
}
@media (max-width: 650px) {
  .blog .blog__cards {
    justify-content: center;
    gap: 1.5rem;
  }
  .blog .blog__cards div {
    width: 48%;
  }
}
@media (max-width: 400px) {
  .blog .blog__cards div {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.back-to-top {
  position: fixed;
  bottom: -5rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #09A93F;
  width: 3.85rem;
  height: 4rem;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2rem;
  transition: bottom 0.3s ease-out, background-color 0.3s ease, transform 0.3s ease;
  z-index: 10;
  cursor: pointer;
  font-weight: 700;
}
.back-to-top.visible {
  bottom: 2rem;
}
.back-to-top:hover {
  background-color: #09763A;
  transform: translateY(-4px);
}

/* Barra Lateral e Seleção */
html ::-webkit-scrollbar {
  width: 10px;
}

html ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  /* From https://css.glass */
  background: #4AAB31;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.2px);
  -webkit-backdrop-filter: blur(4.2px);
  border: 1px solid rgba(26, 85, 216, 0.24);
}

html ::-webkit-scrollbar-track {
  background: #dbe1e3;
}

/*# sourceMappingURL=style.css.map */
