@charset "UTF-8";
/*!
Theme Name: Braslight
Theme URI: https://www.braslight.com.br/
Author: Storica
Author URI: https://storica.ag
Description: Somos uma Fundação norteada por um objetivo: ajudar você a construir o melhor amanhã possível.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: braslight
*/
body {
  font-family: "Inter", sans-serif;
  color: #555;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

.hero {
  position: relative;
  margin-top: -95px;
  padding-top: 100px;
  background-color: #222;
  color: white;
}
.hero h1 {
  position: relative;
}
.hero h1::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 70px;
  height: 7px;
  background: #bbdac4;
  border-radius: 4px;
  content: "";
}

.btn {
  border-radius: 50px;
}

.padding-section {
  padding: 60px 0;
}

.title-section {
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
  color: #002c41;
  margin-bottom: 25px;
}

.bl-title-with-bar {
  position: relative;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
  color: #002c41;
  margin-bottom: 25px;
}
.bl-title-with-bar::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 70px;
  height: 7px;
  background: #bbdac4;
  border-radius: 4px;
  content: "";
}

.divide-lines {
  height: 80px;
  background-image: url("images/lines.svg");
  background-size: cover;
  background-position: center;
}
.divide-lines__mt {
  margin-top: -35px;
}

.arrow-down {
  position: relative;
  display: flex;
  width: 53px;
  height: 53px;
  top: -22px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/*
 * BUTTONS
*/
.btn {
  position: relative;
  padding: 14px 30px;
  font-weight: 700;
}

.btn-sm {
  padding: 10px 25px;
}

.btn-warning {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: #809b89;
  border-color: #809b89;
  color: white !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #627c6a !important;
  border-color: #627c6a !important;
  color: white;
  box-shadow: none !important;
}
.btn-warning.not-before::before {
  display: none;
}
.btn-warning::before {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 19px;
  height: 44px;
  content: "";
  background-image: url("images/after-btn.png");
  z-index: -2;
}
.btn-warning::after {
  position: relative;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("images/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

/*
 * BLOCKS
*/
.bl-block-text__icon {
  position: relative;
  top: -40px;
  left: 0;
}
.bl-block-text__icon::before {
  position: absolute;
  left: -45px;
  top: -3px;
  width: 65px;
  height: 65px;
  background-image: url("images/before-ico.png");
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.bl-block-text__content {
  margin-bottom: 5px;
}
.bl-block-text__content p {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 5px;
}
.bl-block-text__content p strong {
  color: #0089ca;
}
.bl-block-text__content h3 {
  line-height: 1.2;
}
.bl-block-text__buttons {
  text-align: center;
}
.bl-block-text__buttons .btn {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bl-block-text__content h3 {
    font-size: 43px;
  }
}

.bl-block-incomplete-bg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.bl-block-incomplete-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  background: #0d4e6d;
  content: "";
  z-index: -1;
}
.bl-block-incomplete-bg .container {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bl-block-incomplete-bg .container::after {
  position: absolute;
  top: 0;
  left: -50px;
  width: 60%;
  height: 100%;
  background: #0d4e6d;
  content: "";
  z-index: -1;
  border-radius: 24px 0px 0px 24px;
}
.bl-block-incomplete-bg__icon {
  position: absolute;
  left: 0;
  top: 40px;
}
.bl-block-incomplete-bg .bl-block-text__chart {
  color: #222;
}
.bl-block-incomplete-bg .bl-block-text__content {
  padding-left: 100px;
}
.bl-block-incomplete-bg .bl-block-text__content h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 48px;
}
.bl-block-incomplete-bg .bl-block-text__content p {
  font-size: 24px;
  margin-bottom: 60px;
}
.bl-block-incomplete-bg .bl-block-text__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bl-block-incomplete-bg .bl-block-text__content ul li {
  border-bottom: 1px solid white;
  padding: 10px 0;
  font-size: 17px;
}
.bl-block-incomplete-bg .bl-block-text__content ul li a {
  color: #ffe285;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bl-block-incomplete-bg__icon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .bl-block-incomplete-bg .bl-block-text__content {
    padding: 0;
  }
}

.bl-banner-call-to-action {
  margin: 70px 0;
}
.bl-banner-call-to-action .container {
  max-width: 1320px;
}
.bl-banner-call-to-action__box {
  position: relative;
  color: white;
  border-radius: 24px;
  padding: 0 60px;
  background-color: #002c41;
  height: 430px;
  display: flex;
  align-items: center;
}
.bl-banner-call-to-action__content {
  position: relative;
  max-width: 580px;
  z-index: 1;
}
.bl-banner-call-to-action__content h4 {
  font-size: 56px;
  line-height: 67px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.bl-banner-call-to-action__image {
  position: absolute;
  right: 60px;
}
@media (max-width: 992px) {
  .bl-banner-call-to-action__box {
    flex-direction: column-reverse;
    height: auto;
    align-items: center;
  }
  .bl-banner-call-to-action__content {
    text-align: center;
    padding: 30px 0;
  }
  .bl-banner-call-to-action__content h4 {
    font-size: 43px;
  }
  .bl-banner-call-to-action__image {
    right: 0;
    position: relative;
    text-align: center;
  }
}

.bl-mini-blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: white;
  max-width: 220px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 25px 37px 57px;
  height: 100%; /* <- permite ocupar a altura do maior card */
  flex: 1;
  color: #222;
}
.bl-mini-blocks::before {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 7px;
  background: #bbdac4;
  border-radius: 4px;
  content: "";
}
.bl-mini-blocks h5 {
  font-weight: 700;
  margin-bottom: 0;
}

/*
 * CHARTS
*/
.chart-values,
.linechart-values,
.block-chart-values,
.bar-negative-values {
  font-size: 1px;
  opacity: 0;
}

.chart-item {
  margin-bottom: 60px;
}

/*
 * FAQ
*/
.faq-container {
  margin: 20px 0;
}

.faq-item {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.faq-item .accordion-button:not(.collapsed) {
  color: #01547c;
  background-color: white;
}
.faq-item h2 button {
  color: #01547c;
  font-size: 20px;
  font-weight: 700;
  border: 0 !important;
  box-shadow: none !important;
}

/* Estilos exclusivos da FAQ 2 (FAQ em grid) */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding-bottom: 20px;
  margin-top: 12px;
}

.faq-box-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.faq-box-grid p {
  margin: 0 0 8px 0;
  color: #222;
}

.faq-box-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 20px;
  background-color: #7d9b87;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.top-bar {
  background-color: #0089ca;
}

.top-bar ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 50px;
}

.top-bar ul li:not(:last-child) {
  margin-right: 20px;
}

.top-bar ul li a:not(.btn) {
  color: #fff;
}

.top-menu .btn {
  padding: 5px 10px;
}

.top-menu .btn a {
  color: #222 !important;
}

.top-menu .btn:after {
  display: none;
}

.home .bl-header {
  background-color: transparent !important;
}

.bl-header {
  position: relative;
  z-index: 998;
  background-color: #002c41;
}
.bl-header .container {
  max-width: 1450px;
}
.bl-header .row {
  height: 95px;
  align-items: center;
}
.bl-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl-header__nav {
  flex: 1;
}
.bl-header__menu ul {
  justify-content: space-between;
}
.bl-header__menu ul li {
  position: relative;
  padding: 3px;
}
.bl-header__menu ul li a {
  position: relative;
  color: #ececec;
  font-weight: 600;
  padding: 10px 4px;
  font-size: 14px;
}
.bl-header__menu ul .menu-item-has-children {
  padding-right: 20px;
}
.bl-header__menu ul .menu-item-has-children::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("images/vector-menu.png");
  background-repeat: no-repeat;
  background-position: center;
  right: -5px;
  top: 5px;
  content: " ";
}
.bl-header__menu ul .menu-item-has-children:hover ul {
  display: block !important;
}
.bl-header__menu ul .menu-item-has-children ul {
  display: none;
  padding: 15px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 217px;
  background: #ececec;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
}
.bl-header__menu ul .menu-item-has-children ul li {
  padding: 10px 0;
}
.bl-header__menu ul .menu-item-has-children ul li a {
  position: relative;
  color: #01547c;
  padding-left: 37px;
}
.bl-header__menu ul .menu-item-has-children ul li a img {
  position: absolute;
  top: 8px;
  left: 0;
}
.bl-header__actions ul {
  align-items: center;
  border-left: 1px solid white;
  padding-left: 15px;
}
.bl-header__actions ul li:not(:first-child) {
  margin-left: 15px;
}
.bl-header__actions ul li a.ico-search {
  color: white;
}
.bl-header__search {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  z-index: 1;
}
.bl-header__search form {
  display: flex;
  position: relative;
}
.bl-header__search form input {
  height: 50px;
}
.bl-header__search form .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 3px;
}
.bl-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bl-header .btn-menu {
  padding: 5px 15px;
  font-size: 14px;
}
.bl-header .btn-menu::before {
  display: none;
}
.bl-header .btn-menu::after {
  left: 6px;
}

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  transition: 0.8s ease;
}
.menu-mobile__header {
  background-color: #01547c;
  padding: 15px 30px;
}
.menu-mobile__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-mobile__search {
  padding: 30px 30px 0;
}
.menu-mobile__search form {
  display: flex;
}
.menu-mobile__search input,
.menu-mobile__search .btn {
  height: 40px;
}
.menu-mobile__search .btn {
  padding: 3px 10px;
  border-radius: 2px;
}
.menu-mobile__search .btn svg {
  position: relative;
  top: -1px;
}
.menu-mobile__content {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
}
.menu-mobile__content > ul {
  padding: 30px;
  margin: 0;
  list-style: none;
}
.menu-mobile__content > ul > li {
  margin-bottom: 15px;
}
.menu-mobile__content > ul > li a {
  color: #01547c;
  font-weight: 600;
  padding: 10px 0;
}
.menu-mobile__content > ul > li ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0px;
}
.menu-mobile__content > ul > li ul li {
  margin-bottom: 10px;
}
.menu-mobile__content > ul > li ul li a {
  font-weight: 400;
  color: #222;
}
.menu-mobile__content > ul > li ul li a img {
  display: none;
}
.menu-mobile__footer {
  padding: 0 30px;
  margin-bottom: 30px;
}

.bl-header__ico-menu-mobile {
  text-align: right;
  display: none;
  justify-self: flex-end;
}
.bl-header__ico-menu-mobile .btn {
  color: white;
  padding: 5px 2px;
  display: flex;
  align-items: center;
}

@media (max-width: 1326px) {
  .bl-header__search {
    top: 2px;
  }
}
@media (max-width: 1200px) {
  .bl-header__nav {
    display: none;
  }
  .bl-header__ico-menu-mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 700px) {
  .bl-header__search {
    display: none !important;
  }
  .bl-header__actions {
    display: none;
  }
}
.bl-footer {
  padding: 50px 0 0;
  background: linear-gradient(90deg, #002c41 -0.26%, #0d4e6d 100.43%);
}
.bl-footer__about {
  padding-bottom: 30px;
}
.bl-footer__about .row {
  align-items: center;
}
.bl-footer__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bl-footer__social p {
  margin: 0 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.bl-footer__social ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bl-footer__social ul li:not(:first-child) {
  margin-left: 20px;
}
.bl-footer__menu {
  padding: 50px 0;
  border-top: 2px solid #49c5fd;
  border-bottom: 2px solid #49c5fd;
}
.bl-footer__menu .row {
  align-items: center;
}
.bl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bl-footer__menu ul li {
  padding: 6px 0;
}
.bl-footer__menu ul li a {
  color: white;
}
.bl-footer__menu__blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bl-footer__menu__block {
  width: 280px;
  padding: 17px;
  background-color: rgba(0, 165, 240, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.bl-footer__menu__block:not(:last-child) {
  margin-bottom: 25px;
}
.bl-footer__menu__block__icon {
  min-width: 40px;
}
.bl-footer__menu__block__text {
  color: white;
  flex: 1;
  font-size: 14px;
}
.bl-footer__menu__block__text h5 {
  margin: 0;
  font-size: 14px;
}
.bl-footer__menu__block__text p {
  margin: 0;
}
.bl-footer__copy {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 4px solid #0089ca;
}
.bl-footer__copy p {
  margin: 0;
}
@media (max-width: 768px) {
  .bl-footer__about {
    text-align: center;
  }
  .bl-footer__logo {
    margin-bottom: 25px;
  }
  .bl-footer__social {
    justify-content: center;
  }
  .bl-footer__menu {
    text-align: center;
  }
  .bl-footer__menu ul {
    margin-bottom: 30px;
  }
  .bl-footer__menu__blocks {
    align-items: center;
  }
  .bl-footer__copy {
    text-align: center;
  }
}

.hero-home {
  background-size: cover;
}
.hero-home .row {
  align-items: center;
  height: 375px;
}
.hero-home__content {
  padding-right: 90px;
  padding-bottom: 35px;
}
.hero-home__content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
}
.hero-home__content p {
  font-size: 18px;
  max-width: 400px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .hero-home__content h1 {
    font-size: 43px;
  }
}
.bl-news-block__main {
  position: relative;
  z-index: 0;
}
.bl-news-block__main::after {
  position: absolute;
  width: 132px;
  height: 167px;
  left: 100px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -130px;
  content: "";
  background-image: url("images/news-icon-braslight.png");
  z-index: -1;
}
.bl-news-block__main__image {
  margin-bottom: 25px;
}
.bl-news-block__main__body h2 {
  font-size: 40px;
  font-weight: 700;
}
.bl-news-block__main__body h2 a {
  color: #0d4e6d;
}
.bl-news-block__main__body p {
  font-size: 24px;
  max-width: 420px;
}
.bl-news-block__articles {
  max-width: 488px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .bl-news-block__articles {
    margin: 0;
    max-width: 100%;
  }
}
.bl-news-block__article {
  position: relative;
}
.bl-news-block__article a {
  position: relative;
  display: block;
  color: #222;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.bl-news-block__article a::after {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("images/arrow-right-svg.svg");
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.bl-news-block__article h2 {
  color: #0d4e6d;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.bl-news-block__article p {
  font-size: 18px;
  margin: 0;
}
.bl-news-block__footer {
  margin-top: 60px;
  text-align: center;
}
.bl-news-block__footer .btn {
  margin-bottom: 20px;
}

.bl-block-cards-home {
  background-color: #fafafa;
}
.bl-block-cards-home .row {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bl-block-cards-home .row {
    justify-content: center;
  }
}

.bl-block-card-home {
  padding: 44px;
  width: 305px;
  background-color: white;
  box-shadow: 0px 2.48832px 13px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  height: 100%;
}
.bl-block-card-home__col {
  margin-bottom: 25px;
}
.bl-block-card-home h4 {
  position: relative;
}
.bl-block-card-home h4::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 70px;
  height: 7px;
  background: #bbdac4;
  border-radius: 4px;
  content: "";
}
.bl-block-card-home h4 small {
  font-size: 1rem;
  font-weight: 400;
}
.bl-block-card-home h4 span {
  display: block;
}
.bl-block-card-home__ico {
  display: block;
  margin-bottom: 25px;
}
.bl-block-card-home__number {
  color: #0d4e6d;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.bl-block-card-home__text {
  font-size: 22px;
  font-weight: 400;
}

.investment-returns {
  padding-bottom: 80px;
}
.investment-returns h4 {
  font-size: 56px;
  padding-top: 20px;
  color: #002c41;
}
.investment-returns > p {
  font-size: 24px;
  max-width: 930px;
  margin-inline: auto;
}
.investment-returns__btn {
  padding-block: 30px;
}
.investment-returns__year {
  padding-block: 20px;
}
.investment-returns__year h2 {
  font-size: 64px;
}
.investment-returns__block {
  padding-inline: 40px;
  margin-bottom: 50px;
}
.investment-returns__block .tag {
  display: inline-block;
  background-color: #809b89;
  color: white;
  border-radius: 40px;
  padding: 5px 15px;
  font-size: 22px;
  margin-bottom: 30px;
}
.investment-returns__block:nth-child(2) .tag {
  background-color: #f2741c;
}
.investment-returns__block:nth-child(2)
  .investment-flex
  .investment-block
  p:first-child {
  color: #eb924d;
}
.investment-returns__block:nth-child(2)
  .investment-flex
  .investment-block
  p:last-child {
  background-color: #f2741c;
}
.investment-returns .investment-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.investment-returns .investment-flex > div {
  flex: 1;
  padding-block: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 24.4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.investment-returns .investment-flex > div p {
  margin: 0;
}
.investment-returns .investment-flex > div p:first-child {
  font-size: 48px;
  font-weight: 700;
  color: #c1cfc7;
}
.investment-returns .investment-flex > div p:last-child {
  display: inline-block;
  background-color: #809b89;
  color: white;
  border-radius: 40px;
  padding: 5px 15px;
  font-size: 24px;
}

.hero-page {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #002c41 -0.26%, #0d4e6d 100.43%);
}
.hero-page .container {
  height: 380px;
  align-items: center;
  display: flex;
}
.hero-page::after {
  position: absolute;
  width: 383px;
  height: 100%;
  background-image: url("images/img-hero-st.png");
  background-position: center -80px;
  top: 0;
  left: 600px;
  right: 0;
  margin: 0 auto;
  content: "";
}
.hero-page .bl-title-with-bar {
  color: #c9e5d1;
  margin: 0;
}
.hero-page h1 {
  max-width: 530px;
}

.hero-home {
  color: #d3e2d9;
  background-size: cover;
  background-position: center top;
}
.hero-home::after {
  display: none;
}
.hero-home .row {
  flex: 1;
}
.hero-home h1 {
  line-height: 1;
  max-width: 600px;
}

/*
 * ABOUT
*/
.hero-about__logos {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.bl-block-incomplete-bg-about h4 {
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 180px;
  line-height: 33px;
  margin-bottom: 25px;
}
.bl-block-incomplete-bg-about ul {
  list-style: none;
  padding: 0;
}
.bl-block-incomplete-bg-about ul li {
  padding: 10px 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.subtitle-slider {
  color: #0089ca;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 42px;
}

.history-slider {
  position: relative;
  margin-bottom: 60px;
}
.history-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0089ca;
  background: transparent;
  border: 0;
}
.history-slider .slick-prev {
  left: -280px;
}
.history-slider .slick-next {
  left: 280px;
}

.h-item {
  position: relative;
  height: 340px;
  width: 350px;
}
.h-item:first-child::after {
  width: calc(100% - 59px);
}
.h-item::after {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #a6c6af;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.h-item::before {
  position: absolute;
  width: 2px;
  height: 61px;
  background: #a6c6af;
  top: 58px;
  bottom: 0;
  left: -230px;
  right: 0;
  margin: auto;
  content: "";
}
.h-item:nth-child(even)::before {
  top: -58px !important;
}
.h-item:nth-child(odd) .content {
  top: auto;
  bottom: 0;
}
.h-item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.h-item .content span {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0089ca;
  margin-right: 30px;
}
.h-item .content div {
  position: relative;
  display: inline-block;
  background: #01547c;
  color: white;
  padding: 8px;
  border-radius: 4px;
  width: 190px;
  font-size: 0.9rem;
}
.h-item .content div::before {
  position: absolute;
  top: 25px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0089ca;
  content: "";
  z-index: 1;
}
.h-item .content div::after {
  position: absolute;
  top: 28px;
  left: -22px;
  width: 22px;
  height: 1px;
  background-color: #809b89;
  content: "";
}

/*
 * NEWS
*/
.bl-blog-section {
  padding: 50px 0;
}
.bl-blog-section__article {
  margin-bottom: 60px;
}
.bl-blog-section__title {
  font-size: 40px;
  line-height: 48px;
  color: #01547c;
  margin-bottom: 40px;
  font-weight: 700;
}
.bl-blog-section__image {
  height: 233px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 24px;
  background: #0089ca;
}
.bl-blog-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl-blog-section__cat {
  margin-bottom: 10px;
}
.bl-blog-section__cat a {
  display: inline-block;
  background: #0089ca;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  border-radius: 4px;
}
.bl-blog-section__date {
  color: #01547c;
  margin-bottom: 10px;
}
.bl-blog-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.bl-blog-section h2 a {
  color: #0089ca;
}
.bl-blog-section p {
  max-width: 327px;
}

/*
 * CONTACT
*/
.bl-contact-page {
  padding-bottom: 50px;
}
.bl-contact-page__text {
  margin-bottom: 40px;
  color: #555;
}
.bl-contact-page__text h2 {
  font-size: 56px;
  font-weight: 67px;
  color: #01547c;
  font-weight: 700;
}
.bl-contact-page__text h4 {
  font-weight: 700;
  font-size: 24px;
}
.bl-contact-page__text p {
  margin: 0;
  font-size: 24px;
}
.bl-contact-page form .form-group {
  margin-bottom: 20px;
}
.bl-contact-page form .form-control {
  border-radius: 8px;
  order: 1px solid #ccc;
}
.bl-contact-page form input[type="text"],
.bl-contact-page form input[type="email"],
.bl-contact-page form select {
  max-width: 456px;
}
.bl-contact-page form textarea {
  min-height: 200px;
}
.bl-contact-page form label:not(.form-check-label) {
  display: inline-block;
  margin-bottom: 5px;
  color: #0089ca;
  font-size: 20px;
  font-weight: 700;
}
.bl-contact-page form .form-check-label {
  font-size: 14px;
}
.bl-contact-page form .form-check {
  margin-bottom: 40px;
}

/*
 * TRANSPARENCY
*/
.bl-graph__item {
  margin-bottom: 100px;
}
.bl-graph__item h4 {
  font-size: 20px;
  color: #01547c;
  margin-bottom: 30px;
  font-weight: 700;
}
.bl-graph__title {
  font-size: 40px;
  color: #0089ca;
  margin-bottom: 50px;
  font-weight: 700;
}

.conselho-title {
  text-align: center;
  margin-bottom: 20px;
}
.conselho-title h2 {
  font-size: 50px;
  color: #002c41;
  font-weight: 700;
}

.container.conselho {
  max-width: 1000px;
  margin-bottom: 60px;
}

.conselho-box {
  background: #ffffff;
  box-shadow: 0px 4px 19.9px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
  padding: 45px;
}

.conselho-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d4e6d;
  border-radius: 40px;
  padding: 12px 16px;
  margin-bottom: 24px;
}

.conselho-header-title,
.conselho-header-subtitle {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}

.conselho-header-title {
  margin-right: 8px;
}

.conselho-header-subtitle {
  border-left: 1px solid #ffffff;
  padding-left: 8px;
}

.conselho-table-section {
  margin-bottom: 24px;
}

.conselho-members-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}

.conselho-item {
  margin-block: 30px;
}

.conselho-table-line {
  display: grid;
  grid-template-columns: 2fr 100px 1fr 1fr;
  border-radius: 40px;
  padding: 5px 10px;
  margin-block: 10px;
}
.conselho-table-line.header {
  background-color: #0d4e6d;
  color: white;
  padding: 15px 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.conselho-table-line.first {
  background-color: white;
  color: #0d4e6d;
  border: 2px solid #0d4e6d;
}
.conselho-table-line.active {
  background-color: #75cdfa;
  font-weight: 500;
  color: #000;
}
.conselho-table-line > div:not(:first-child) {
  text-align: center;
}

.conselho-footer {
  padding-top: 20px;
  padding-left: 40px;
  font-size: 20px;
}

.diretoria {
  margin-bottom: 60px;
}
.diretoria .container {
  max-width: 1100px;
}
.diretoria .header {
  margin-top: 30px;
}
.diretoria .header h2 {
  font-size: 56px;
  color: #002c41;
  font-weight: 600;
}
.diretoria .header p {
  font-size: 24px;
}

.diretoria-grid {
  margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.diretoria-item {
  background-color: #bbdac4;
  border-radius: 24px;
  color: white;
  padding: 25px;
}
.diretoria-item .diretoria-image {
  width: 200px;
  height: 200px;
  background-color: #c9e5d1;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: -125px;
  border: 6px solid #a6c6af;
  overflow: hidden;
}
.diretoria-item .diretoria-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diretoria-item:first-child {
  background-color: #016a9c;
}
.diretoria-item:first-child .diretoria-image {
  background-color: #016a9c;
  border-color: #0089ca;
}
.diretoria-item:first-child .diretoria-init {
  background-color: #003e5b;
}
.diretoria-item:first-child .diretoria-end {
  background-color: #01547c;
}
.diretoria-item .diretoria-name {
  font-size: 24px;
  margin-block: 20px 5px;
  line-height: 1.2;
}
.diretoria-item .diretoria-init,
.diretoria-item .diretoria-end {
  border-radius: 15px;
  padding: 5px 4px;
  margin-block: 20px;
}
.diretoria-item .diretoria-init p,
.diretoria-item .diretoria-end p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
.diretoria-item .diretoria-init h5,
.diretoria-item .diretoria-end h5 {
  font-size: 32px;
  margin: 0;
}
.diretoria-item .diretoria-init {
  background-color: #809b89;
}
.diretoria-item .diretoria-end {
  background-color: #a6c6af;
}

/*
 * PLANS
*/
.bl-plan-benefits {
  background: #fafafa;
}
.bl-plan-benefits__title {
  margin-bottom: 80px;
  max-width: 518px;
}
.bl-plan-benefits__title h2 {
  color: #002c41;
  font-size: 56px;
  line-height: 67px;
  margin-bottom: 20px;
  font-weight: 700;
}
.bl-plan-benefits__title p {
  font-size: 24px;
  color: #555;
}
.bl-plan-benefits__blocks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.bl-plan-benefits__blocks img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.bl-plan-tables__title h2 {
  font-size: 56px;
  color: #01547c;
  font-weight: 700;
  max-width: 590px;
  margin: 0 auto 50px;
  text-align: center;
}

.bl-plan-table {
  margin-top: 90px;
}
.bl-plan-table h4 {
  text-align: center;
  text-transform: uppercase;
  color: #01547c;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}
.bl-plan-table table {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
}
.bl-plan-table table > :not(:first-child) {
  border-top: 0;
}
.bl-plan-table table thead tr {
  background: #0d4e6d;
  color: white;
  text-align: center;
}
.bl-plan-table table thead tr th {
  padding: 15px 0;
}
.bl-plan-table table tbody tr td {
  padding: 15px;
}

/*
 * CONVENANTS
*/
.bl-covenants {
  position: relative;
  padding: 100px 0;
}
.bl-covenants:nth-child(even) {
  background: #fafafa;
}
.bl-covenants .row {
  align-items: center;
}

.bl-convenant__img img {
  max-width: 80%;
}
.bl-convenant h3 {
  margin-top: 60px;
  color: #0089ca;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bl-convenant h3 img {
  margin-right: 10px;
}
.bl-convenant .bl-plan-benefits__blocks {
  margin-bottom: 40px;
  padding-left: 60px;
}
.bl-convenant .bl-plan-benefits__content {
  padding-left: 60px;
}
.bl-convenant .bl-mini-blocks {
  background: #0d4e6d;
  color: white;
}

/**
 * LGPD
*/
.dpo-cards {
  margin-top: 100px;
}
.dpo-cards h4 {
  color: #01547c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.dpo-cards p {
  margin-bottom: 50px;
}

/**
 * TERMS
*/
.terms-content h2 {
  max-width: 663px;
  color: #01547c;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 60px;
}
.terms-content .wp-block-group:nth-child(even) {
  background: #fafafa;
}
.terms-content .wp-block-group__inner-container {
  padding-right: 250px;
}

/**
 * ADESÃO
*/
.errorRetire {
  font-size: 14px;
}

.accession-page .accession-form h3 {
  color: #0089ca;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
.accession-page .accession-form table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
.accession-page .accession-form table tr td {
  padding: 10px 0;
}
.accession-page .accession-form table span {
  color: #0089ca;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
.accession-page .form-group {
  margin-bottom: 40px;
}
.accession-page .form-group label,
.accession-page .form-group span {
  display: block;
  color: #01547c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.accession-page .form-group label {
  flex: 1;
}
.accession-page .form-group span {
  width: 100px;
}
.accession-page .form-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accession-page .form-control {
  border-radius: 40px;
  background: #ececec;
  border: 0;
  height: 51px;
}
.accession-page .form-select {
  border-radius: 40px;
}
.accession-page .form-dates {
  gap: 40px;
}

.accession-lines {
  position: relative;
  z-index: 1;
}

.accession-convenants {
  position: relative;
  background-color: #fafafa;
  margin-top: -110px;
}
.accession-convenants .bl-mini-blocks img {
  margin-bottom: 15px;
}
.accession-convenants .bl-mini-blocks ul {
  padding: 0 0 0 15px;
  list-style: none;
  text-align: left;
}
.accession-convenants .bl-mini-blocks ul li {
  position: relative;
  font-weight: 700;
  font-size: 0.9rem;
}
.accession-convenants .bl-mini-blocks ul li:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 2px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-image: url("images/ico-list-green.png");
  background-repeat: no-repeat;
  background-position: center;
}
.accession-convenants .bl-mini-blocks ul li:not(:last-child) {
  margin-bottom: 10px;
}
.accession-convenants__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  gap: 10px;
}
@media (max-width: 1030px) {
  .accession-convenants__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .accession-convenants__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .accession-convenants__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
 * 404
*/
.page-404 {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .page-404 {
    padding: 100px 0;
  }
  .page-404__ico {
    text-align: center;
  }
  .page-404__ico img {
    max-width: 200px;
  }
}

.article-page {
  position: relative;
}
.article-page__breadcrumbs {
  margin-bottom: 50px;
}
.article-page__thumbnail img {
  width: 100%;
}
.article-page article {
  margin-top: 60px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .article-page article {
    padding: 0 20px;
  }
}
.article-page article p {
  line-height: 27px;
}
.article-page article footer {
  margin-top: 65px;
  text-align: center;
}
.article-page article footer p {
  font-weight: 600;
  margin-bottom: 1px;
}
.article-page article footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-page article footer ul li {
  padding: 3px 15px;
}
.article-page article footer ul li a {
  color: #222;
}
.title-section {
  position: relative;
  z-index: 1;
}
/* Comentários */
.comment-list .single-comment {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.comment-author {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comment-author .fn {
  font-size: 16px;
}

.comment-meta time {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.comment-text {
  font-size: 16px;
  line-height: 1.6;
}

/* Formulário de comentários */
.comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-family: inherit;
}

.btn-custom-submit {
  background-color: #809b89;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-custom-submit:hover {
  background-color: #6b8575;
}

.rentabilidade-graph2-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.rentabilidade-graph2 {
  margin-block: 60px;
}

.graph-container-table {
  border-radius: 30px;
  box-shadow: 0px 4px 24.4px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  font-size: 14px;
  margin-bottom: 40px;
}

.graph-container-header {
  margin-bottom: 10px;
}

.graph-container-header div:not(:last-child) {
  border-right: 1px solid white;
}

.graph-container-header,
.graph-container-body > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  text-align: center;
  padding: 10px;
  border-radius: 80px;
}

.graph-container-body > div:nth-child(even) {
  background-color: #e7edef;
}

.graph-container-body > div div:first-child {
  font-weight: 700;
}

.graph-container-header {
  background-color: #0e4d6e;
  padding: 12px 16px;
  color: white;
}
