*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

@media (max-width: 1080px) {
  html {
    font-size: 93, 75%;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 87, 5%;
  }
}
.page__ {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-family: "Signika", sans-serif;
}
.page__ .page__wrapper {
  width: 100%;
  height: 100%;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.title__ {
  margin-bottom: 0.5rem;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: 0.15rem;
  text-align: start;
}

.subtitle__ {
  margin-bottom: 0.5rem;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: 0.15rem;
  text-align: start;
}

.text__ {
  margin: 0.5rem 0;
  font-family: "Signika", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: start;
}

.header__wrapper {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 1.5rem 0;
}
.header__wrapper img {
  width: 45px;
  height: auto;
  transform: rotate(180deg);
}

.container__,
.container__fluid,
.container__xxl,
.container__xl,
.container__lg,
.container__md,
.container__sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
}

@media (min-width: 576px) {
  .container__sm,
  .container__ {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .container__md,
  .container__sm,
  .container__ {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .container__lg,
  .container__md,
  .container__sm,
  .container__ {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .container__xl,
  .container__lg,
  .container__md,
  .container__sm,
  .container__ {
    max-width: 71.25rem;
  }
}
@media (min-width: 1400px) {
  .container__xxl,
  .container__xl,
  .container__lg,
  .container__md,
  .container__sm,
  .container__ {
    max-width: 82.5rem;
  }
}
.button__ {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  background-color: #F3F3F4;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__ i {
  margin-right: 0.7rem;
}
.button__:hover {
  background-color: #E7E7E9;
}

.link__ {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  background-color: #F3F3F4;
}
.link__.text__ {
  font-style: normal;
  font-size: 0.8rem;
  color: #1D2025;
}

.list__simple {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list__simple .list__item {
  padding: 0 0.8rem;
  font-size: 1.1rem;
  border-right: 0.1rem solid #15181F;
}
.list__simple .list__item:first-child {
  padding-left: 0;
}
.list__simple .list__item:last-child {
  border-right: none;
}

.dropdown__wrapper {
  position: relative;
  height: auto;
}
.dropdown__wrapper .dropdown__motion {
  position: relative;
  cursor: pointer;
  width: 7.5rem;
  height: 3.125rem;
  margin: 0.5rem;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  border: 0.063rem solid #F8f8f8;
  background-color: #F8f8f8;
  font-size: 1rem;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dropdown__wrapper .dropdown__motion .svg__icon {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.dropdown__wrapper .dropdown__motion:hover, .dropdown__wrapper .dropdown__motion:focus, .dropdown__wrapper .dropdown__motion:active, .dropdown__wrapper .dropdown__motion:active:focus {
  border: none;
  outline: none;
}
.dropdown__wrapper .dropdown__inner {
  z-index: 10;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 19.375rem;
  height: auto;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 0.063rem solid #F8f8f8;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 1.25rem 1rem rgba(227, 230, 236, 0.6);
  display: none;
}
.dropdown__wrapper .dropdown__inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  border-radius: 0.24rem;
  background-color: #FFFFFF;
}
.dropdown__wrapper .dropdown__inner .dropdown__item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  background-color: transparent;
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: normal;
}
.dropdown__wrapper .dropdown__inner .dropdown__item .dropdown__descricao {
  color: #4B4E55;
}
.dropdown__wrapper .dropdown__inner .dropdown__item.dropdown__item__pai {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.dropdown__wrapper .dropdown__inner .dropdown__item.dropdown__item__pai i {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-40%);
  font-size: 15px;
}
.dropdown__wrapper .dropdown__inner .dropdown__item:hover {
  background-color: #037D5C;
  color: #FFFFFF;
}
.dropdown__wrapper .dropdown__inner.children__ {
  top: 0;
  left: 155%;
}
.dropdown__wrapper .dropdown__inner.children__::before {
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(45deg);
}

.aviso__wrapper {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.aviso__wrapper.aviso__show {
  display: flex;
}
.aviso__wrapper .aviso__inner {
  position: relative;
  width: 25rem;
  height: 10rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 0.063rem solid #F8f8f8;
  background-color: #FFFFFF;
  box-shadow: 0 1.25rem 1rem rgba(227, 230, 236, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aviso__wrapper .aviso__inner p {
  font-size: 1rem;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: start;
}
.aviso__wrapper .aviso__inner .aviso__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0.44rem;
  background-color: #037D5C;
  font-size: 30px;
  color: #28AB70;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__ {
  margin: 1rem 0.5rem;
  padding: 0.5rem;
}
.form__ .fieldset__ {
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 0.063rem solid #F8f8f8;
}
.form__ .fieldset__ .fieldset__info {
  padding: 0 1.5rem;
}
.form__ .fieldset__ .form__flex {
  display: flex;
  flex-wrap: wrap;
}
.form__ .fieldset__ .form__flex .form__flex__item {
  flex: 1;
}
.form__ .fieldset__ .form__wrapper {
  margin: 0.5rem;
}
.form__ .fieldset__ .form__wrapper .form__label {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form__ .fieldset__ .form__wrapper .form__label .form__text {
  margin-left: 0.5rem;
  font-size: 1.3rem;
  color: #FF2D20;
}
.form__ .fieldset__ .form__wrapper .form__input {
  width: 100%;
  min-width: 12.5rem;
  height: 2.813rem;
  padding: 0 1rem;
  border: 0.063rem solid #F8f8f8;
  border-radius: 0.75rem;
  background-color: #F8f8f8;
}
.form__ .form__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

table.table__ {
  width: 100%;
  height: auto;
  overflow-x: auto;
  border-collapse: separate;
  border-radius: 1.25rem;
  border: 0.063rem solid #E7E7E7;
  background-color: #FFFFFF;
}
table.table__ caption {
  padding-left: 0.5rem;
  margin: 1rem 0;
}
table.table__ thead.table__head {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-color: #E7E7E7;
}
table.table__ thead.table__head th {
  vertical-align: inherit;
  height: 4rem;
  border-top: none;
  border-right: 0.126rem solid #E7E7E7;
  border-bottom: 0.126rem solid #E7E7E7;
  font-family: "Anton", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.2;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  text-align: center;
}
table.table__ thead.table__head th:first-child {
  border-top-left-radius: 1.25rem;
}
table.table__ thead.table__head th:last-child {
  border-right: none;
  border-top-right-radius: 1.25rem;
}
table.table__ tbody.table__body td {
  vertical-align: inherit;
  padding: 0.75rem;
  border-right: 0.126rem solid #F8f8f8;
  border-bottom: 0.126rem solid #F8f8f8;
  font-size: 0.813rem;
  text-align: center;
}
table.table__ tbody.table__body td:last-child {
  border-right: none;
}
table.table__ tbody.table__body td.text__table {
  max-width: 12.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.table__ tbody.table__body td .button__ i {
  margin: 0;
}
table.table__ tbody.table__body tr.table__row:last-child td {
  border-bottom: none;
}
table.table__ tbody.table__body tr.table__row:hover td.text__table {
  white-space: normal !important;
}

.table__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.table__button {
  width: 3rem;
  height: 3rem;
  margin: 0.1rem;
  padding: 0;
}
.table__button i {
  font-size: 1.2rem;
  margin: 0;
}

.section__interna, .section__sobre {
  width: 100%;
  padding: 7rem 0;
  background-color: #FFFFFF;
}
.section__interna .section__wrapper, .section__sobre .section__wrapper {
  width: 100%;
  height: 100%;
}

.section__sobre {
  min-height: 100vh;
}

.navbar__ {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-bottom: 0.063rem solid #E7E7E7;
  background-color: #FFFFFF;
}
.navbar__ .navbar__wrapper {
  width: 100%;
  height: inherit;
  padding: 0 1.5rem;
  display: flex;
}
.navbar__ .navbar__wrapper .navbar__brand {
  width: 12.5rem;
  height: inherit;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__ .navbar__wrapper .navbar__brand img, .navbar__ .navbar__wrapper .navbar__brand svg {
  width: 100%;
  height: 100%;
}
.navbar__ .navbar__wrapper .navbar__menu {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item {
  height: inherit;
  margin: 0 0.2rem;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link {
  width: 100%;
  height: inherit;
  padding: 0 1.5rem;
  border-bottom: 0.3rem solid transparent;
  font-family: "Signika", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1D2025;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__drop, .navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__coop, .navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__assembleia {
  position: relative;
  padding-right: 1.5rem !important;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__drop i, .navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__coop i, .navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.navbar__assembleia i {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-40%);
  font-size: 15px;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link:active, .navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link.active {
  border-color: #28AB70;
}
.navbar__ .navbar__wrapper .navbar__menu .navbar__item .navbar__link:hover {
  border-color: #037D5C;
}
.navbar__ .navbar__wrapper .menu__additional {
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  margin: 0 0 0 auto;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__ .navbar__wrapper .menu__additional .button__ {
  margin: 0;
}

.footer__ {
  width: 100%;
  height: auto;
  padding: 2rem 2rem 0 2rem;
  background-color: #1D2025;
}
.footer__ .title__, .footer__ .subtitle__, .footer__ .text__ {
  color: #FFFFFF;
}
.footer__ .footer__wrapper {
  margin-bottom: 1.5rem;
}
.footer__ .footer__wrapper .body__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__ .footer__wrapper .body__wrapper address {
  font-style: normal;
}
.footer__ .footer__copy {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  border-top: 0.063rem solid #15181F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__ .footer__copy .text__ {
  font-size: 0.9rem;
  color: #4B4E55;
}
.footer__ .footer__copy .link__ {
  background-color: #15181F;
}

.footer__top {
  z-index: 5;
  position: fixed;
  right: 1%;
  bottom: 2%;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.44rem;
  background-color: #037D5C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__top i {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.footer__top:hover {
  background-color: #1D2025;
}
.footer__top:hover i {
  color: #037D5C;
}

.company__ {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  padding: 1rem 0;
  background-color: #28AB70;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.company__ .company__item {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1D2025;
  text-transform: uppercase;
}

.section__banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
.section__banner::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #28AB70;
}
.section__banner .section__wrapper {
  width: 100%;
  height: 100%;
}
.section__banner .section__wrapper .section__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section__banner .section__wrapper .section__inner .banner__title {
  z-index: 3;
  max-width: 700px;
  height: auto;
}
.section__banner .section__wrapper .section__inner .banner__title .button__ {
  margin-top: 2rem;
}
.section__banner .section__wrapper .section__inner .banner__image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 1%;
}
.section__banner .section__wrapper .section__inner .banner__image img {
  height: auto;
  width: auto;
}

@media (max-width: 1440px) {
  .section__banner .section__wrapper .section__inner .banner__image img {
    width: 550px;
  }
}
@media (max-width: 1024px) {
  .section__banner .section__wrapper .section__inner .banner__image img {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .section__banner .section__wrapper .section__inner .banner__image {
    display: none;
  }
}
.banner__infos {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  background-color: #28AB70;
}
.banner__infos .banner__infos__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__infos .banner__infos__inner article {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__infos .banner__infos__inner article i {
  font-size: 3rem;
  margin-right: 1rem;
  color: #FFFFFF;
}
.banner__infos .banner__infos__inner article .text__ {
  font-size: 1rem;
}
.banner__infos .banner__down {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 30%;
  background-color: #28AB70;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__infos .banner__down i {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .banner__infos .banner__infos__inner {
    flex-wrap: wrap;
  }
}
.section__sobre .section__wrapper .section__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section__sobre .section__wrapper .section__inner .header__wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section__sobre .section__wrapper .section__inner .section__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__sobre .section__wrapper .section__inner .section__content .inner__img {
  width: 700px;
  height: 300px;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__sobre .section__wrapper .section__inner .section__content .inner__img img {
  width: 500px;
  height: 280px;
  border-radius: 0.45rem;
}
.section__sobre .section__wrapper .section__inner .section__content .inner__content {
  padding: 2rem;
}

@media (max-width: 1024px) {
  .section__sobre .section__wrapper .section__inner .section__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section__sobre .section__wrapper .section__inner .section__content .inner__content {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .section__sobre .section__wrapper .section__inner .section__content .inner__img {
    order: 2;
    width: 100%;
  }
}
