:root {
  --white: #ffffff;
  --black: #000000;
  --gray-100: #fafafa;
  --gray-300: rgba(38, 38, 38, 0.35);
  --gray-500: #3d3d3d;
  --gray-700: #262626;
  --green-300: rgba(84, 191, 130, 0.2);
  --green-500: #00561c;
  --green-400: #00561c;
  --green-700: #1d5d38;
  --green-800: #00ff53;
}

* {
  font-family: "Montserrat";
}

*:focus {
  outline: none;
}

body {
  background-color: #f9f9f9 !important;
}

.navbar {
  color: var(--black);
  background: var(--white);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.navbar-custom {
  width: 100%;
  display: flex;
  padding: 26px 24px !important;
  height: 100px;
}

.navbar .navbar-brand img {
  width: 150px !important;
}

.nav-custom {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}

.m-nav {
  margin-top: 48px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 100px;
}

.nav-item {
  width: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  padding: 20px 0px;
  border-top: 1px solid var(--gray-700);
  width: 100%;
  opacity: 0.8;
}

h2 {
  font-size: 40px;
}

b {
  font-weight: bold;
  font-size: large;
}

.error {
  border: 2px solid #c12020 !important;
}

.error-icon {
  padding-block: 5px;
  width: 15px;
}

.emsg {
  display: flex;
  color: #c12020;
  margin-left: 1px;
  width: 56.5%;
  padding-left: 6px;
  font-size: 11px;
  font-weight: bold;
  background: #ffe6ee;
  text-align: start;
  align-items: center;
  gap: 5px;
}

.section {
  scroll-snap-align: start;
}

#about {
  background: url("../img/about.png") no-repeat center center;
  background-size: cover;
}

#how-to-invest {
  background: url("../img/how-to-invest.png") no-repeat center center;
  background-size: cover;
}

#infos-intro {
  background: url("../img/infos.png") no-repeat center center;
  background-size: cover;
}

#reports-intro {
  background: url("../img/reports.png") no-repeat center center;
  background-size: cover;
}

#fund-intro {
  background: url("../img/funds.png") no-repeat center center;
  background-size: cover;
}

.how-invest-body,
.how-invest-body-INS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.how-invest-container {
  display: flex;
  flex-direction: column;
}

.how-invest-body-INS {
  height: 100%;
}

select {
  border-radius: 6px;
  margin-top: 40px;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 12px !important;
  letter-spacing: -0.04em;
  width: 275x;
}

#INS {
  display: none;
}

option:hover {
  color: #fff;
  background-color: red !important;
}

select option {
  color: #fff;
  background-color: rgb(19, 19, 19);
}

.dropdown-toggle::after {
  display: none;
}

#reports-section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  max-width: 500px;
}

#reports-section li {
  padding: 0.5em 0em 2px 0.5em;
  text-indent: -0.5em;
  margin-bottom: 5px;
}

#reports-section b {
  color: var(--green-700);
}

#reports-section li a > b {
  font-size: initial;
}

#reports-section li:hover {
  border-bottom: 1px solid var(--green-700);
}

#reports-section li:before {
  content: "\f15c";
  padding-right: 5px;
  font-family: "FontAwesome";
  color: var(--green-700);
  font-size: 24px;
}

#contact {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../img/imagem-rodape.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  color: white;
}

.invest-img-green {
  width: 125px;
}

.invest-img {
  width: 100px;
}

.titulos {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
}

.lista {
  margin-top: 16px;
  list-style: none;
  margin-left: -40px;
}

.pontosLista {
  margin-top: 16px;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.pontosLista a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.contatos {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.contatos > div {
  font-size: 18px;
}

.certificados {
  margin-right: -225px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.telefones {
  margin-top: 10px;
}

#contact h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.direitos {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.direitos > p {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.disclaimer-title {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.disclaimer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.disclaimer > p {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 12px;
  text-align: justify;
}

.disclaimer a {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 12px;
  text-align: justify;
}

.table2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.3fr;
  gap: 1rem;
  width: 100%;
  text-align: start;
}

#funds-section li {
  max-width: 240px;
  width: 100%;
}

.funds-movement-characteristics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 1rem;
  width: 100%;
}

.funds-movement-characteristics #auditoria {
  text-align: center;
}

.table6Min {
  display: grid;
  grid-template-columns: 1.6fr 1.9fr;
  gap: 1rem;
  width: 100%;
  border-right: 1.2px solid #99b6a5;
}

.border-right {
  display: block !important;
  padding-right: 0;
  border-right: 0 solid #99b6a5;
}

.funds-paragraph {
  font-size: 12px;
  text-align: justify;
}

.table6Min2 {
  display: grid;
  grid-template-columns: 1.6fr 1.9fr;
  gap: 1rem;
  width: 100%;
}

.funds-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  color: #4c4b4b;
}

.funds-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  color: #4c4b4b;
}

.table {
  width: 100%;
  margin-inline: auto;
}

.reports-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 97%;
  text-align: center;
  padding-block: 5px;
  justify-items: center;
  align-items: center;
}

#reports-grid-container {
  width: 100%;
}

.reports-header {
  background: #262626;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}

.reports-text {
  text-align: center;
  font-weight: 400 !important;
  font-size: 12px !important;
  width: 8ch;
  padding-block: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hide-columns-in-mobile {
  display: none;
}

.table-icon {
  width: 25px;
  height: 25px;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

#select {
  appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 10px;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.wrapper-login-cadastro {
  display: flex;
  width: auto !important;
  flex-direction: row;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.login-btn:focus {
  outline: 0;
}

.login-btn {
  cursor: pointer;
  border: 1px solid var(--green-700);
  background: var(--green-500);
  border-radius: 17.5px;
  width: 134px;
  padding: 8px 0;
}

.login-btn a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: white;
}

.mt-4-5,
.my-4-5 {
  margin-top: 2.5rem !important;
}

.mt-2-4,
.my-2-4 {
  margin-top: 0.45rem !important;
}

.mt-2-6,
.my-2-6 {
  margin-top: 0.65rem !important;
}

.mr-2-8,
.mx-2-8 {
  margin-right: 0.875rem !important;
}

.mt-2-8,
.my-2-8 {
  margin-top: 0.875rem !important;
}

.mt-3-7,
.my-3-7 {
  margin-top: 1.75rem !important;
}

.font-green-500 {
  color: var(--green-500) !important;
}

.font-gray-700 {
  color: var(--gray-700);
}

.font-gray-300 {
  color: var(--gray-300);
}

.font-gray-500 {
  color: var(--gray-500);
}

.font-white {
  color: white !important;
}

.bg-gray-400 {
  background-color: var(--green-400);
}

.bg-green-700 {
  background-color: var(--green-700) !important;
}

.bg-green-500 {
  background-color: var(--green-500) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 20px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.lh-initial {
  line-height: 100px;
}

.lh-15 {
  line-height: 15px;
}

.lh-20 {
  line-height: 20px;
}

.lh-24 {
  line-height: 24px;
}

.bg-green-300 {
  background-color: var(--green-300);
}

.lh-12 {
  line-height: 12px;
}

.ls-short {
  letter-spacing: -0.04em;
}

.normal-case {
  text-transform: none !important;
}

.content-month-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#live-desk {
  height: 250px;
  width: 75%;
  align-self: center;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.anchor {
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.line {
  border: 1px solid var(--green-400);
}

.border-none {
  border-style: none !important;
}

input::placeholder {
  color: white !important;
  opacity: 1;
}

.rounded-2 {
  border-radius: 2px;
}

.rounded-14 {
  border-radius: 14.5px;
}

.button-open {
  margin-top: 34px;
  border-radius: 12px;
  background-color: var(--green-500);
  padding: 5px 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: #ffffff !important;
}

.h-4 {
  height: 2em;
}

.w-6 {
  width: 6rem;
}

label {
  margin: 0px;
}

.pointer {
  cursor: pointer;
}

.w-8 {
  width: 80% !important;
}

.brand-line {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.how-invest-line {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: inital;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.funds-intro-text {
  margin-top: 1.5rem;
  font-size: 14px;
  letter-spacing: -0.04em;
  font-weight: 600;
  width: 50%;
  color: var(--white);
}

.infos-line {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.intro-img {
  min-height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper {
  height: 500px;
}

.swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bock: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--white) !important;
  width: 10px;
  height: 10px;
}

.scroll-button {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 46px;
  outline: none;
  width: fit-content;
}

.intro {
  padding: 0px !important;
}

.collapse.show {
  display: flex;
}

.section-container {
  padding: 2rem 25px 0rem;
}

.regulament {
  padding-bottom: 0 !important;
}

.section-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.04em;
  color: #262626;
}

.section-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-transform: none !important;
}

.section-division {
  padding-top: 28px;
}

.arrow-contact,
.email-contact {
  width: 20px;
  height: 20px;
  align-self: center;
}

.arrow-contact {
  margin-top: 8px;
}

.social-contact {
  width: 30px;
  height: 30px;
}

.social1-contact {
  width: 31.5px;
  height: 40px;
}

.how-invest-PF-img {
  display: none;
}

.section-height {
  min-height: calc(100% - 294px) !important;
  height: calc(100% - 294px) !important;
}

.how-to-invest-article {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

.link-mail {
  color: var(--green-700) !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.04em;
  border-bottom: 1px solid var(--green-700);
  width: fit-content;
  text-align: center;
}

select:focus {
  color: var(--green-800) !important;
  border: 1px solid var(--green-800);
}

.how-invest-arrow,
.how-invest-arrow-INS {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.75rem;
}

.INS-img-container {
  display: flex;
  margin: 0 auto;
  background: url(../img/instituicional.svg) no-repeat center center;
  background-size: contain;
  width: 50%;
}

.INS-container {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.about-goals-img {
  width: 32px;
  height: 32px;
}

.how-invest-container-INS {
  height: 100%;
  width: 100%;
}

.how-invest-container-INS div p {
  margin-top: 12px;
}

.input-icon {
  margin-right: 8px;
  width: 26px;
  height: 26px;
}

.contact-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #ffffff;
}

.contact {
  background-color: var(--green-500);
  padding: 2rem 1.5rem;
}

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

.button-min-w {
  min-width: 91px !important;
}

.info-container-mobile {
  padding: 25px 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.info-container {
  padding: 60px 100px;
  height: 100%;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  display: none;
}

.info-container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  width: 329px;
  height: 174px;
  gap: 28px;
}

.file-img {
  width: 20px;
  height: 20px;
}

.info-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.06em;
  color: #000000;
}

.infos-border {
  height: 32px;
  width: 1px;
  margin: 4px 8px;
  background-color: var(--green-500);
}

.reports-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.report-line {
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 90px;
  text-align: center;
  width: 2px;
  height: 100%;
  background-color: #1d5d38;
}

.funds-options,
.funds-movement-options {
  width: 100%;
  display: flex;
  gap: 20px;
}

.report-options,
.report-movement-options {
  width: 100%;
  display: flex;
  gap: 20px;
}

.fund-option,
.fund-movement-option,
.fund-movement-regulament {
  width: fit-content !important;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

.report-option,
.-option,
.report-movement-regulament {
  width: fit-content !important;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

.invest-cards {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  border-radius: 10px;
  min-height: 70px;
  background-color: var(--green-300);
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
}

.invest-cards-white {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
  margin-bottom: 25px;
  border-radius: 10px;
  min-height: 70px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.fund-option p {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  padding-bottom: 14px;
}

.report-option p {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  padding-bottom: 14px;
}

.fund-movement-regulament {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
}

.fund-movement-option p,
.fund-movement-regulament a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  padding-bottom: 14px;
}

.fund-movement-regulament img {
  width: 8px;
  height: 8px;
}

.report-movement-regulament {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
}

.report-movement-option p,
.report-movement-regulament a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  padding-bottom: 14px;
}

.report-movement-regulament img {
  width: 8px;
  height: 8px;
}

.fund-selected p {
  color: var(--green-500);
  border-bottom: 2px var(--green-500) solid;
}

.report-selected {
  color: var(--green-500);
  border-bottom: 2px var(--green-500) solid;
  outline-color: transparent;
  outline: none;
}

.funds-section {
  flex-direction: column;
  background-color: #ffffff !important;
}

.funds-options-datas {
  background: #9ce7b259;
}

.funds-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
}

.funds-datas {
  padding-block: 20px;
}

.funds-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: start;
}

.funds-movement-table {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  width: 100%;
  row-gap: 40px;
  padding: 26px 0px;
}

.funds-line {
  width: 100%;
  height: 1px;
  background-color: black;
}

.funds-container {
  padding: 20px 25px;
}

.funds-icons {
  width: 21px;
  height: 21px;
}

.fund-container-datas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  justify-items: center;
}

.fund-container-datas div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 140px;
}

.fund-container-datas .funds-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.04em;
  color: #00561c;
}

.highlightlink {
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.know-more a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: bold;
  padding: 8px 20px;
  background-color: var(--green-500) !important;
  border-radius: 28.5px;
}

.open-container {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 290px;
}

.open-container input {
  height: 30px;
  width: 100%;
  border-radius: 6px 0px 0px 6px;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -0.04em;
  color: #262626;
  border: none;
}

.open-container input::placeholder {
  color: #262626 !important;
  opacity: 0.4;
}

.open-container button {
  min-width: 125px;
  height: 30px;
  margin: 0px;
  margin-left: -15px;
  padding: 0px;
  background: #00561c;
  border-radius: 6px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .section {
    border-radius: 40px 40px 0 0;
    margin-top: -30px;
  }

  .invest-img-green {
    width: 150px;
  }

  .invest-img {
    width: 125px;
  }

  .gap-10 {
    gap: 10px;
  }

  .gap-20 {
    gap: 20px;
  }

  .invest-cards {
    padding-inline: 10px;
    min-height: 80px;
  }

  .invest-cards-white {
    padding-inline: 10px;
    min-height: 80px;
  }

  .border-right {
    display: block !important;
    padding-right: 25px;
    border-right: 1.2px solid #99b6a5;
  }

  .funds-paragraph {
    font-size: 16px;
    text-align: justify;
  }

  .h-md-108 {
    height: 107% !important;
  }

  .open-container input {
    padding-left: 12px;
    font-size: 12px;
    height: 40px;
  }

  .open-container input::placeholder {
    color: #262626 !important;
    font-size: 12px;
    opacity: 0.4;
  }

  .social-contact {
    width: 45px;
    height: 45px;
  }

  .open-container button {
    height: 40px;
    font-size: 12px;
  }

  .navbar-custom {
    padding: 26px 56px !important;
    display: flex;
    justify-content: space-evenly;
  }

  .navbar-custom.top-nav-collapse a {
    display: inline-block;
  }

  .button-min-w {
    width: 146px !important;
  }

  .table2 {
    text-align: center;
  }

  .fs-md-24 {
    font-size: 24px !important;
  }

  .highlightlink {
    font-size: 16px;
  }

  .section-container {
    padding: 62px 76px 0rem;
  }

  .m-nav {
    margin-top: 0px;
    height: auto;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0px;
  }
  .nav-link {
    border: none !important;
    padding: 0px !important;
    width: auto;
  }
  .nav-item {
    width: auto !important;
    padding: 0px 8px;
  }
  .wrapper-login-cadastro {
    margin-left: 16px;
  }
  .brand-line,
  .how-invest-line {
    line-height: inital !important;
    font-size: 58px;
  }

  .error {
    border: 2px solid #c12020 !important;
  }

  .error-icon {
    padding-block: 5px;
    width: 20px;
  }

  .emsg {
    display: flex;
    color: #c12020;
    margin-left: 1px;
    width: 75.25%;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #ffe6ee;
    text-align: start;
    align-items: center;
    gap: 5px;
  }

  .funds-intro-text {
    font-size: 18px;
    width: 45%;
  }
  .reports-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .reports-title {
    font-size: 16px;
  }
  .reports-text {
    padding-block: 15px;
    font-size: 14px !important;
    width: 14ch;
    line-height: 20px !important;
  }
  .hide-columns-in-mobile {
    display: block;
  }
  .infos-line {
    font-size: 58px;
    line-height: normal;
  }
  #about-desk {
    display: none;
  }
  #live-desk {
    min-width: 306px;
    min-height: 400px;
  }
  .section-title {
    font-size: 32px;
    line-height: 39px;
  }
  .section-text {
    font-size: 16px;
    line-height: 20px;
  }
  .underline {
    text-decoration: underline !important;
  }
  .about-left {
    margin-right: 48px;
    width: 100%;
  }
  .about-bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .d-50 {
    width: 50%;
  }
  .our-principles {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px !important;
    gap: 50px;
  }
  .about-goals {
    /* margin-top: 12px; */
  }
  .about-goals-container {
    width: 100%;
  }
  .intro-img {
    height: 50%;
  }

  select {
    font-size: 14px !important;
    width: 444px;
  }
  .section-division {
    padding-top: 84px;
  }
  .section-height {
    min-height: 40% !important;
    height: 40% !important;
  }
  .how-to-invest-article {
    justify-content: space-around;
    flex-direction: row;
    height: 100%;
    gap: 35px;
  }
  .how-invest-links {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 20px;
  }
  .how-invest-links div {
    width: 60%;
    position: relative;
  }
  .how-invest-arrow,
  .how-invest-arrow-INS {
    flex-direction: row;
  }
  .how-invest-arrow-INS {
    margin-top: 48px;
    flex-direction: row !important;
  }
  .how-invest-arrow .arrow-contact {
    margin: 0px 0px 0px 8px;
    transform: rotate(-90deg);
  }
  .email-contact {
    margin: 0px 0px 0px 8px;
  }
  .how-invest-container-INS {
    flex-direction: row;
  }
  .how-invest-container-INS div {
    display: flex;
    flex-direction: column;
  }
  .how-invest-arrow-INS {
    justify-content: flex-start;
  }
  .about-goals-img {
    width: 43px;
    height: 43px;
  }
  .contact-text {
    font-size: 18px;
    line-height: 20px;
  }
  .contact-container {
    margin-top: 22px;
    flex-direction: row;
    gap: 8px;
  }
  .contact-container button {
    margin: 0px !important;
  }
  .contact-container label {
    margin: 0px !important;
  }
  .contact {
    padding: 62px 114px !important;
  }
  .info-container-mobile {
    display: none;
  }
  .info-container {
    display: flex;
    justify-content: space-evenly;
  }
  .info-text {
    font-size: 14px;
  }
  .file-img {
    width: 48px;
    height: 48px;
  }
  .report-line {
    left: -140px;
  }
  .funds-container {
    padding: 20px 114px;
  }
  .funds-icons {
    width: 43px;
    height: 43.31px;
  }
  .fund-container-datas div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 10px 20px;
    text-align: center;
    width: 329px;
    height: 174px;
  }
  .fund-container-datas {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 25px;
  }
  .funds-title {
    font-size: 16px;
    line-height: 20px;
  }
  .funds-text {
    font-size: 16px;
    line-height: 17px;
    align-items: center;
  }
  .fund-movement-option p,
  a,
  .fund-movement-regulament a {
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
  }
  .fund-movement-regulament a {
    color: #00561c;
  }
  .fund-option p,
  a {
    font-size: 16px;
    line-height: 20px;
    color: #00561c;
    padding: 0px;
  }
  .fund-option {
    width: 231px !important;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .fund-movement-option,
  .fund-movement-regulament {
    width: 231px !important;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .report-movement-option p,
  a,
  .report-movement-regulament a {
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
  }
  .report-movement-regulament a {
    color: #00561c;
  }
  .report-option p,
  a {
    font-size: 16px;
    line-height: 20px;
    color: #00561c;
    padding: 0px;
  }
  .report-option {
    width: 231px !important;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .report-movement-option,
  .report-movement-regulament {
    width: 231px !important;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .border-green {
    border: 1px solid #00561c;
  }

  .fund-selected {
    background: #00561c;
    border-radius: 10px;
  }
  .fund-selected p {
    color: #ffffff;
    border: none;
  }

  .report-selected {
    background: #00561c;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    outline: none;
    border: none;
  }

  .open-container {
    width: 509px;
    margin-top: 58px;
  }
}

@media (min-width: 992px) {
  #about-desk {
    display: block;
    background: url("../img/about-us-desk.png") no-repeat center center;
    background-size: contain;
    min-width: 475px;
    min-height: 350px;
  }
  #live-desk {
    min-width: 450px;
    min-height: 400px;
  }
  .content-month-section {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .funds-intro-text {
    font-size: 20px;
  }
}

@media (min-width: 1300px) {
  .fund-container-datas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
    justify-items: center;
  }
}

@media (max-width: 318px) {
  .certificados {
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .telefones {
    font-size: 12px;
  }
  .table2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 452px) {
  .funds-title2 {
    font-size: 18px;
  }
  .d-block {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .how-invest-container {
    margin-left: 0px;
  }
  .titulos {
    padding-left: 20px;
  }
  select {
    padding: 5px 10px;
    font-weight: 400;
  }
  .table2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .titulos {
    padding-left: 25px;
  }
  .highlightlink {
    width: 200px;
    word-wrap: break-word;
  }
  .table2 {
    grid-template-columns: 1fr 1fr;
  }
  .funds-text {
    font-size: 14px;
  }
  .funds-title {
    font-size: 14px;
  }
  .table6Min {
    border-right: none;
  }
  .funds-movement-characteristics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
  }
  .fund-container-datas .funds-title {
    font-size: 15px;
    line-height: 15px;
  }
}

@media (max-width: 992px) {
  .how-invest-body,
  .how-invest-body-INS {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1350px) {
  .contatos {
    flex-direction: column;
    justify-content: center;
  }

  .contatos > div {
    font-size: 12px;
  }
  .certificados {
    margin-top: 30px;
    margin-right: 0px;
  }
  .direitos {
    margin-top: 10px;
  }

  .direitos > p {
    margin-bottom: 35px;
  }
}

@media (min-width: 1600px) {
  .info-container {
    display: flex;
    padding: 80px 300px;
  }
  .funds-container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (max-height: 750px) {
  .intro-img {
    height: 75%;
  }
}


.footer {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    height: max-content;
    padding-bottom: 24px
}