.page-link,
a {
  text-decoration: none;
}

body {
  background-color: #fff;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  margin: 3px;
}

.logomarca img {
  max-height: 150px;
}

.clicker {
  background-color: #1c3c75;
}

.clicker:hover {
  background-color: #1c3c75;
}

.nav-link {
  padding: 0.2rem 1rem;
}

/* ===== MOBILE HEADER COMPACTO ===== */
.header-mobile {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header-mobile .container {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.header-mobile-menu,
.header-mobile-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #333;
  padding: 0;
}

.header-mobile-menu {
  width: 40px;
  height: 40px;
  font-size: 1.35rem;
}

.header-mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 0.75rem;
}

.header-mobile-logo img {
  max-height: 100px;
  width: auto;
}

.header-mobile-whatsapp {
  width: 38px;
  height: 38px;

  color: var(--color-custom-primary);
  font-size: 1.25rem;
  text-decoration: none;
}

.header-navbar {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.header-mobile-search .form-control {
  border: none;
  height: 40px;
  padding: 0.5rem 2.75rem 0.5rem 1rem;
  font-size: 0.9rem;
  box-shadow: none;
}

.header-mobile-search .form-control:focus {
  box-shadow: none;
}

.header-mobile-search-btn {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mobile-sidebar-inner {
  background: #fff;
}

.main-nav-offcanvas {
  width: min(82vw, 300px);
  background: #fff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.12);
}

.main-nav-offcanvas .offcanvas-header {
  padding: 0;
}

.main-nav-offcanvas .offcanvas-body {
  overflow-y: auto;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 0.75rem 0.25rem;
}

.mobile-sidebar-close {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mobile-sidebar-logo {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1.25rem 1rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.mobile-sidebar-logo a {
  display: block;
  line-height: 0;
}

.mobile-sidebar-logo img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}

.mobile-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-sidebar-nav li {
  border-bottom: 1px solid #ececec;
}

.mobile-sidebar-nav li a {
  display: block;
  padding: 0.85rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #333;
  text-decoration: none;
}

.mobile-sidebar-nav li a:hover,
.mobile-sidebar-nav li a.active {
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-custom-primary, #333);
}

.mobile-sidebar-contact {
  padding: 1rem 1.25rem 1.25rem;
  background: #fafafa;
}

.mobile-sidebar-contact-item {
  margin-bottom: 0.65rem;
}

.mobile-sidebar-contact-item:last-of-type {
  margin-bottom: 0.85rem;
}

.mobile-sidebar-contact-item span {
  display: block;
  font-size: 0.7rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 0.2rem;
}

.mobile-sidebar-contact-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}

.mobile-sidebar-contact-item a i {
  color: var(--color-custom-primary);
  font-size: 0.9rem;
  text-align: center;
}

.social-buttons a i {
  color: var(--color-custom-primary);
  font-size: 1.6rem;
  text-align: center;
}

.mobile-sidebar-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mobile-sidebar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-custom-primary);
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
}

.mobile-sidebar-social a:hover {
  opacity: 0.9;
  color: #fff !important;
}

@keyframes whatsapp-float-pulse {
  0% {
    box-shadow:
      0 4px 16px rgba(0, 0, 0, 0.2),
      0 0 0 0 rgba(37, 211, 102, 0.45);
  }

  70% {
    box-shadow:
      0 4px 16px rgba(0, 0, 0, 0.2),
      0 0 0 14px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow:
      0 4px 16px rgba(0, 0, 0, 0.2),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float-btn {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1060;
  cursor: pointer;
  text-decoration: none;
  animation: whatsapp-float-pulse 2.5s ease-out infinite;
  transition: transform 0.2s ease;
}

.whatsapp-float-btn:hover {
  color: #fff !important;
  transform: translateY(-2px) scale(1.04);
  animation-play-state: paused;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .whatsapp-float-btn {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 60px;
    height: 60px;
    font-size: 1.85rem;
  }
}

@media (min-width: 992px) {
  .header-navbar {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.navbar-nav img {
  width: 28px;
}

.navbar {
  z-index: 1;
  padding: 8px 8px;
}

.navbar-nav a {
  border-radius: 4px;
  padding: 6px 10px 6px 10px !important;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 2px 6px 2px 6px;
  color: #555;
}

.navbar-nav span {
  display: block;
  padding-top: 5px;
}

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

.navbar-toggler {
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  font-weight: normal;
}

.text-green {
  color: var(--color-custom-primary) !important;
}

.bg-cian {
  background: #4d4d4d !important;
}

.bg-cian2 {
  background: #282829 !important;
}

.black {
  background: #000;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.55rem 0.75rem;
}

.navbar-nav nav a {
  text-transform: uppercase;
}

.nav-item:hover a {
  /* color: #fff !important; */
}

#page-title {
  position: relative;
  padding: 22px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

#page-title h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: #40580a;
}

ul {
  list-style: none;
  padding: 0;
}

.fs1 {
  font-size: 1rem;
}

.fs2 {
  font-size: 0.9rem;
}

.fs3 {
  font-size: 0.8rem;
}

.fs4 {
  font-size: 1.1rem;
}

.fs5 {
  font-size: 1.6rem;
}

.fs6 {
  font-size: 2rem;
}

.price {
  font-size: 2rem;
}

.page-item.active .page-link {
  background: #292102;
  border: #292102;
}

.page-link a {
  color: #292102;
}

ul.list-inline {
  text-align: center;
}

.carousel-control-prev {
  background: linear-gradient(to right, #000000, #00000005);
  border-radius: 5px 0px 0px 5px;
}

.carousel-control-next {
  background: linear-gradient(to right, #00000005, #000000);
  border-radius: 0px 5px 5px 0px;
}

/* Banner home — maior no mobile, sem deformar (recorte proporcional) */
@media (max-width: 991.98px) {
  #carouselExampleCaptions .carousel-item {
    aspect-ratio: 16 / 9;
    background: #353434;
    overflow: hidden;
  }

  #carouselExampleCaptions .carousel-item > a {
    display: block;
    height: 100%;
  }

  #carouselExampleCaptions .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.navbar-nav a.nav-link.active {
  color: #000;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

.list-group-item.active {
  background-color: var(--color-custom-primary);
  border-color: rgb(252, 252, 252);
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

.list-group-item {
  padding: 0.45rem 0.5rem;
  font-size: 0.85rem;
}

.list-group-item .badge {
  font-weight: normal;
  padding: 0.44em 0.5em;
}

.pagination .page-item.active .page-link {
  background-color: var(--color-custom-primary);
  border: 1px solid #353434;
}

.pagination .page-link a {
  color: #000;
}

.tagcloud a {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 2px;
  padding: 2px 5px 2px 5px;
  line-height: 35px;
  color: #222629;
}

.btn-custom {
  background: #45453e;
  color: #fff;
}

.btn-custom:hover {
  background: #fff;
  color: #fff;
}

.proposta button {
  background: #222f33;
  border: 1px solid #333;
  color: #4c4848;
}

.captcha {
  transform: scale(0.85);
  margin-left: -18px;
}

.tx-white {
  color: #fff;
}

footer {
  background: #fff;
  color: #333;
}

.bg_green {
  background: var(--color-custom-primary);
  border: 1px solid #35a03c;
}

.bg_green:hover {
  background: #35a03c;
}

.footer2 {
  background: var(--color-custom-primary);
}

.content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ===== HERO — degradê com cor primária (home cards / financiamento) ===== */
.financing-hero::before,
.sell-car-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--color-custom-primary) 80%, transparent) 0%,
    color-mix(in srgb, var(--color-custom-primary) 62%, transparent) 20%,
    color-mix(in srgb, var(--color-custom-primary) 38%, transparent) 45%,
    transparent 70%
  );
}

/* ===== ABOUT PAGE ===== */
.about-hero {
  position: relative;
  min-height: 327px;
  overflow: hidden;
  background: url("../images/estrutura/about-hero.jpg") center / cover no-repeat;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.65);
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  font-size: 3rem;
}

.about-feature-img {
  height: 700px;
  object-fit: cover;
}

.institutional-intro-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .institutional-intro-img {
    min-height: 420px;
  }
}

.about-principle-card i {
  font-size: 3.5rem;
}

/* ===== MODERN PAGE HEADER ===== */
.page-header-modern {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.page-header-modern h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 500;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6c757d;
}

.breadcrumb-item a {
  color: var(--color-custom-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.breadcrumb-item a i {
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #adb5bd;
  padding: 0 12px;
}

.breadcrumb-item.active {
  color: #495057;
  font-weight: 600;
}

.proposta {
  background: #f9f9f9;
}

.green {
  color: green;
}

.eapps-instagram-feed-posts-grid-load-more-container {
  display: none;
}

/* HACKS MOBILE */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 2.2rem;
  }

  .about-feature-img {
    height: 360px;
  }

  .info {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .captcha {
    transform: scale(1);
    margin-left: 0px;
  }
}

@media (min-width: 769px) {
  #blip-chat-iframe {
    left: 125px !important;
  }

  #blip-chat-container {
    left: 125px !important;
  }

  #blip-chat-open-iframe {
    left: 125px !important;
  }

  #blip-chat-container #blip-chat-iframe.blip-chat-iframe {
    left: 125px !important;
  }

  #blip-chat-container #blip-chat-iframe.blip-chat-iframe-opened {
    left: 125px !important;
  }
}

.page-link,
a {
  text-decoration: none;
  color: #656565;
}

.btn-instagram {
  color: #fff;
  background-color: #bf2f92;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #821c62;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #253964;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#cookieBar {
  position: fixed !important;
  top: auto !important;
  right: auto;
  left: 20px !important;
  bottom: 20px !important;
  color: #000;
}

#cookieBar .modal-dialog {
  position: fixed;
  top: auto;
  right: auto;
  left: 20px;
  bottom: 0px;
}

/* HACKS MOBILE */
@media (max-width: 768px) {
  #cookieBar .modal-dialog {
    left: 0px !important;
  }
}

/* Home - espaçamento entre seções */
.home-sections {
  --home-section-space: 3rem;
  gap: var(--home-section-space);
  padding-bottom: var(--home-section-space);
}

.home-section-institutional {
  padding-top: var(--home-section-space);
  padding-bottom: var(--home-section-space);
}

@media (min-width: 992px) {
  .home-sections {
    --home-section-space: 4rem;
  }
}

.home-institutional-card {
  border-radius: 1.25rem;
}

@media (min-width: 768px) {
  .home-institutional-card {
  }
}

@media (min-width: 992px) {
  .home-institutional-card {
    padding: 2.5rem 3rem;
  }
}

.home-institutional-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-custom-primary);
  margin-bottom: 0.5rem;
}

.home-institutional-title {
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-left: 1rem;
  border-left: 4px solid var(--color-custom-primary);
}

.middle8 p {
  line-height: 1.7;
}

.home-institutional-desc {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #333 !important;
}

.home-institutional-actions {
  margin-top: 1.5rem;
}

/* Botões com cor primária — hover 20% mais escuro (calculado da --color-custom-primary) */
.btn.background-custom-primary {
  border-color: var(--color-custom-primary);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.btn.background-custom-primary:hover {
  background-color: var(--background-custom-primary);
}

.btn.color-background-primary:hover,
.btn.color-background-primary:focus-visible {
  background-color: var(--color-custom-primary-hover) !important;
  border-color: var(--color-custom-primary-hover) !important;
  color: #fff !important;
}

.home-institutional-btn-outline {
  border: 2px solid var(--color-custom-primary);
  color: var(--color-custom-primary);
  background: transparent;
  font-weight: 600;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.home-institutional-btn-outline:hover {
  background-color: var(--color-custom-primary);
  color: #fff;
}

.home-institutional-img-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.home-institutional-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .home-institutional-row {
    align-items: stretch;
  }

  .home-institutional-image {
    height: 100%;
  }

  .home-institutional-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-institutional-actions {
    margin-top: 1.75rem;
  }
}

.home-featured-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
}

.home-featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 22%) 30%, rgba(0, 0, 0, 1.9));
}

.home-featured-card__body {
  position: relative;
  z-index: 1;
}

.home-featured-card--main {
  min-height: 20rem;
  padding: 2rem;
}

.home-featured-card--main:hover {
  color: #fff;
  text-decoration: none;
}

.home-featured-card--side {
  min-height: 12rem;
  padding: 2rem;
}

.home-featured-card--side:hover {
  color: #fff;
  text-decoration: none;
}

.home-featured-card:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

.home-video-thumb {
  position: relative;
  min-height: 12rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.home-video-thumb--main {
  min-height: 18rem;
}

.home-video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.home-video-thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.home-president-photo {
  min-height: 20rem;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
}

.home-president-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56%,
    rgba(0, 0, 0, 0.33)
  );
}

.home-president-photo__caption {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .home-featured-card--main {
    min-height: 34rem;
    padding: 2.2rem;
  }

  .home-featured-card--side {
    min-height: 16rem;
  }

  .home-video-thumb--main {
    min-height: 28rem;
  }

  .home-president-photo {
    min-height: 34rem;
  }
}

/* ===== NEW DESIGN STYLES ===== */

/* Social Icons - Circle Green */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  transform: scale(1.1);
}

/* Contact Info Header */
.contact-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.contact-info-item {
  text-align: left;
}

.contact-info-item .label {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.contact-info-item .value {
  font-size: 0.95rem;
  color: #333;
}

.contact-info-item .value i {
  margin-right: 4px;
}

/* Navbar Search */
.navbar-search {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navbar-search .form-control {
  border-radius: 10px 0 0 10px;
  border: none;
  padding: 6px 15px;
  font-size: 0.9rem;
  min-width: 350px;
  height: 36px;
}

.navbar-search .form-control:focus {
  box-shadow: none;
  outline: none;
}

.navbar-search .btn-search {
  border-radius: 0 10px 10px 0;
  background: #fff;
  border: none;
  color: #333;
  padding: 6px 12px;
  height: 36px;
  display: flex;
  align-items: center;
}

.navbar-search .btn-search:hover {
  background: #eee;
}

/* Footer - Social Bar */
.footer-social-bar {
  background: var(--color-custom-primary);
  padding: 30px 0;
  color: #fff;
}

.footer-social-bar .row {
  align-items: center;
}

.footer-social-bar h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.35;
}

@media (max-width: 575.98px) {
  .footer-social-bar h3 {
    font-size: 1.2rem;
    text-wrap: balance;
  }
}

.footer-social-bar .social-icons a {
  background: #fff;
  color: var(--color-custom-primary) !important;
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
}

.footer-social-bar .social-icons a:hover {
  background: #e0e0e0;
  transform: scale(1.1);
}

/* Footer - Main */
.footer-main {
  padding: 15px 0 15px;
  color: #333;
  background-color: #f3f3f3;
}

.footer-main .row > div:first-child {
  align-self: center;
}

.footer-main h4 {
  color: var(--color-custom-primary);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-main ul li a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-main ul li a:hover {
  color: var(--color-custom-primary);
}

.footer-main .footer-contact-item {
  display: flex;
  color: #555;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.footer-main .footer-contact-item i {
  color: var(--color-custom-primary);
  margin-top: 3px;
  color: #555;
  min-width: 18px;
}

/* Footer - Copyright */
.footer-copyright {
  background: var(--color-custom-primary);
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
}

.footer-copyright a {
  color: #fff !important;
  text-decoration: underline;
}

/* Footer - Map Section */
.footer-map-section {
  position: relative;
  height: 200px;
  background: #e8e8e8;
  overflow: hidden;
}

.footer-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.5);
}

/* Mobile adjustments for new design */
@media (max-width: 768px) {
  .footer-main .row > div {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-main .footer-contact-item {
    justify-content: center;
  }
}

/* ===== CUSTOM COOKIE CONSENT BANNER ===== */
.cookie-consent-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 420px;
  max-width: calc(100vw - 48px);
  background-color: #ffffff;
  z-index: 99999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: inherit;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.cookie-consent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.cookie-consent-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-custom-primary);
  margin: 0;
}

.cookie-consent-brand {
  font-size: 0.85rem;
  color: var(--color-custom-primary);
  opacity: 0.7;
  font-weight: 600;
}

.cookie-consent-body p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 12px;
}

.cookie-consent-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 12px;
}

.cookie-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  margin-bottom: 18px;
}

.cookie-consent-links a {
  color: var(--color-custom-primary);
  text-decoration: underline;
}

.cookie-consent-links a:hover {
  text-decoration: none;
}

.cookie-consent-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cookie-consent-btn-custom {
  background: none;
  border: none;
  color: #333;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.cookie-consent-btn-custom:hover {
  color: var(--color-custom-primary);
}

.cookie-consent-btn-reject {
  background-color: #e9ecef;
  color: #495057;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  text-align: center;
}

.cookie-consent-btn-reject:hover {
  background-color: #dee2e6;
  color: #212529;
}

.cookie-consent-btn-accept {
  background-color: var(--color-custom-primary);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  text-align: center;
}

.cookie-consent-btn-accept:hover {
  filter: brightness(0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Customization Panel */
.cookie-consent-custom-panel {
  display: none;
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px;
}

.cookie-consent-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-consent-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-custom-primary);
  cursor: pointer;
  margin-top: 2px;
}

.cookie-consent-option-text {
  flex: 1;
}

.cookie-consent-option-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 2px 0;
}

.cookie-consent-option-desc {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.3;
  margin: 0;
}

.cookie-consent-btn-save {
  background-color: var(--color-custom-primary);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.cookie-consent-btn-save:hover {
  filter: brightness(0.95);
}

/* ===== PÁGINA BANCOS ===== */
.banks-section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.banks-section-title__text {
  margin: 0;
  color: var(--color-custom-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.banks-section-title__text--lg {
  font-size: clamp(1.75rem, 4vw, 2.5625rem);
  text-transform: none;
  white-space: normal;
}

.banks-section-title__line {
  flex: 1;
  height: 2px;
  background: var(--color-custom-primary);
}

.banks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.banks-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 1.5rem 1rem;
  background: #f0f0f0;
  border-radius: 12px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.banks-card:hover {
  transform: translateY(-2px);
}

.banks-card img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.banks-card__label {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 991px) {
  .banks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .banks-section-title__text {
    font-size: 1.25rem;
  }

  .banks-grid {
    gap: 0.875rem;
  }

  .banks-card {
    min-height: 96px;
    padding: 1rem 0.75rem;
  }

  .banks-card img {
    max-height: 56px;
  }

  .banks-card__label {
    font-size: 1rem;
  }
}

.bank-docs-list__link:hover .small {
  color: var(--color-custom-primary);
}

/* ===== PÁGINA JORNAL FOLHA BANCÁRIA ===== */
.journal-page__intro {
  max-width: 720px;
}

.journal-page__subtitle {
  color: #232323;
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.journal-page__description {
  color: #667085;
  font-size: 1rem;
  line-height: 1.6;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.journal-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: stretch;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgb(15 23 42 / 8%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.journal-card:hover,
.journal-card:focus-visible {
  border-color: color-mix(in srgb, var(--color-custom-primary) 42%, #e4e7ec);
  box-shadow: 0 18px 38px rgb(15 23 42 / 14%);
  transform: translateY(-3px);
}

.journal-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--color-custom-primary) 92%, #000),
      var(--color-custom-primary)
    ),
    var(--color-custom-primary);
}

.journal-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
  padding: 1.2rem 1.3rem;
}

.journal-card__date {
  align-self: flex-start;
  padding: 0.35rem 0.7rem;
  color: var(--color-custom-primary);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: color-mix(in srgb, var(--color-custom-primary) 10%, #fff);
  border-radius: 999px;
}

.journal-card__title {
  color: #1f2933;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
}

.journal-card__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: var(--color-custom-primary);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.journal-card:hover .journal-card__action {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .journal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .journal-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .journal-card__icon {
    font-size: 1.6rem;
  }

  .journal-card__body {
    padding: 1rem;
  }
}

/* ===== PÁGINA DOCUMENTOS ===== */
.documents-tabs .documents-tabs__nav {
  justify-content: flex-start;
  margin-bottom: 1.7rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9ba4af;
  border-radius: 0;
  gap: 1.6rem;
}

.documents-tabs .documents-tabs__button {
  position: relative;
  min-height: 42px;
  padding: 0 0 0.75rem;
  color: #3f4650;
  font-size: 0.78rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.documents-tabs .documents-tabs__button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  border-radius: 999px 999px 0 0;
}

.documents-tabs .documents-tabs__button:hover,
.documents-tabs .documents-tabs__button.is-active {
  color: var(--color-custom-primary);
  transform: none;
}

.documents-tabs .documents-tabs__button.is-active {
  font-weight: 900;
}

.documents-tabs .documents-tabs__button.is-active::after {
  background: var(--color-custom-primary);
}

.documents-panel {
  display: none;
}

.documents-panel.is-active {
  display: block;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.55rem 1.85rem;
}

.documents-card {
  display: flex;
  flex-direction: column;
  min-height: 136px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 13px;
  box-shadow: 0 10px 26px rgb(15 23 42 / 5%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.documents-card:hover {
  border-color: color-mix(in srgb, var(--color-custom-primary) 38%, #d9dde3);
  box-shadow: 0 18px 34px rgb(15 23 42 / 11%);
  transform: translateY(-2px);
}

.documents-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin: 0 14px;
  padding: 1rem 0.65rem;
  color: #3f4650;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #eef0f3;
}

.documents-card__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 56px;
  color: var(--color-custom-primary);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.documents-card__download:hover,
.documents-card__download:focus-visible {
  color: color-mix(in srgb, var(--color-custom-primary) 78%, #000);
  text-decoration: underline;
}

.agreements-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.55rem 1.85rem;
}

.agreement-card {
  display: flex;
  flex-direction: column;
  min-height: 255px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 13px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.agreement-card:hover {
  border-color: color-mix(in srgb, var(--color-custom-primary) 38%, #d9dde3);
  box-shadow: 0 18px 34px rgb(15 23 42 / 11%);
  transform: translateY(-2px);
}

.agreement-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  padding: 1.35rem 1rem 0.85rem;
}

.agreement-card__image {
  display: block;
  width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.agreement-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin: 0 14px;
  padding: 0.75rem 0.65rem;
  border-bottom: 1px solid #eef0f3;
}

.agreement-card__title {
  margin: 0;
  color: #2d3440;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.agreement-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0;
  color: var(--color-custom-primary);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.agreement-card__link:hover,
.agreement-card__link:focus-visible {
  color: color-mix(in srgb, var(--color-custom-primary) 78%, #000);
  text-decoration: underline;
}

.agreement-modal__content {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgb(15 23 42 / 24%);
}

.agreement-modal__header {
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid #eef0f3;
}

.agreement-modal__brand {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.agreement-modal__image {
  display: block;
  width: 118px;
  max-height: 64px;
  object-fit: contain;
}

.agreement-modal__title {
  color: #2d3440;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.agreement-modal__body {
  padding: 1.5rem;
  color: #3f4650;
  font-size: 1rem;
  line-height: 1.65;
}

.agreement-modal__body > :last-child {
  margin-bottom: 0;
}

.agreement-modal__footer {
  padding: 1rem 1.5rem 1.35rem;
  border-top: 1px solid #eef0f3;
}

@media (max-width: 1199.98px) {
  .documents-grid,
  .agreements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .documents-tabs .documents-tabs__nav {
    gap: 1rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .documents-tabs .documents-tabs__button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .documents-grid,
  .agreements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .documents-tabs .documents-tabs__nav {
    flex-direction: row;
  }

  .documents-tabs .documents-tabs__button {
    width: auto;
  }

  .documents-grid,
  .agreements-grid {
    grid-template-columns: 1fr;
  }

  .agreement-modal__brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .agreement-modal__image {
    width: 150px;
  }
}

#homeAffiliatesCarousel .carousel-inner {
  overflow: visible !important;
}

.affiliate-card {
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

.affiliate-card:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
}

.affiliate-card__logo {
  max-height: 12rem;
  width: auto;
}

/* ===== PÁGINA NOTÍCIAS ===== */
.news-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 0 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 16px;
}

.news-card:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

.news-card__image-wrap {
  display: block;
  margin: 0 -1.5rem;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.news-card__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.news-card__title {
  margin: 0;
  color: #232323;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-card__title a:hover {
  color: var(--color-custom-primary);
}

.news-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.5;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.news-card__link {
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-card__date {
  font-size: 0.875rem;
  white-space: nowrap;
}

.news-card--compact {
  padding-top: 0;
}

.news-card--no-image {
  padding-top: 1.5rem;
}

.news-card--compact.news-card--no-image {
  padding-top: 1.5rem;
}

.news-card--compact .news-card__image {
  height: 146px;
}

.news-card--compact .news-card__title {
  font-size: 1rem;
  line-height: 1.5;
}

.news-card--compact .news-card__link {
  font-size: 0.875rem;
}

.news-detail__title {
  color: #232323;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.news-detail__image-wrap {
  border: 1px solid #c8c8c8;
  border-radius: 16px;
  overflow: hidden;
}

.news-detail__image {
  display: block;
  min-height: 240px;
  object-fit: cover;
}

.news-detail__content {
  color: #232323;
  font-size: 1rem;
  line-height: 1.5;
}

.news-detail__content p {
  margin-bottom: 1rem;
}

.news-detail__category {
  font-size: 1.375rem;
  line-height: 1.2;
}

.news-detail__sidebar-title {
  font-size: 1.875rem;
  line-height: 1.2;
}

.news-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.news-share-btn {
  width: 40px;
  height: 40px;
  background-color: var(--color-custom-primary);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.news-share-btn:hover {
  opacity: 0.8;
}

.news-pagination .page-link {
  min-width: 40px;
  text-align: center;
}

@media (max-width: 575px) {
  .news-card {
    padding: 0 1rem 1rem;
  }

  .news-card__image-wrap {
    margin: 0 -1rem;
  }

  .news-card__title {
    font-size: 1.125rem;
  }
}

/* Responsividade */
@media (max-width: 576px) {
  .cookie-consent-banner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  }
}

/*!
 * froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}
img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family:
    "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol",
    "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #aaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.home-hero__banner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-quick-access__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0 auto;
}

.home-quick-access__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 98px;
  padding: 24px 16px;
  border-radius: 16px;
  background: var(--color-custom-primary, #0150ae);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.home-quick-access__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(1 80 174 / 25%);
}

.home-quick-access__icon {
  flex-shrink: 0;
  width: 50px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

.home-quick-access__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.home-quick-access__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.home-quick-access__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.home-sections {
  margin-top: 3rem;
}

@media (max-width: 1199.98px) {
  .home-quick-access__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

/* CUSTOMIZACOES DO SITE */
.top0 {
  background-color: #fff;
  border-bottom: 2px solid #cccccc5c;
}

.top1 i {
  background-color: #052d41;
  border-radius: 5px;
  padding: 5px;
  width: 35px;
  text-align: center;
}

.middle1 img {
  border-radius: 5px;
}
.middle1 img:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

/* ===== PÁGINA INSTITUCIONAL - DIRETORIA ===== */
.institutional-board {
  overflow: hidden;
}

.institutional-board__header {
  max-width: 820px;
}

.institutional-board__motto {
  color: #333;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
}

.institutional-board-tabs {
  position: relative;
}

.institutional-board-tabs__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.institutional-board-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  padding: 0.5rem;
  background: #f6f8fb;
  border: 1px solid #e5e9ef;
  border-radius: 999px;
}

.institutional-board-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.institutional-board-tabs__button:hover {
  color: var(--color-custom-primary);
  transform: translateY(-1px);
}

#board-tab-diretoria-administrativa:checked
  ~ .institutional-board-tabs__nav
  label[for="board-tab-diretoria-administrativa"],
#board-tab-conselho-fiscal:checked
  ~ .institutional-board-tabs__nav
  label[for="board-tab-conselho-fiscal"],
#board-tab-delegados-representantes:checked
  ~ .institutional-board-tabs__nav
  label[for="board-tab-delegados-representantes"] {
  background: var(--color-custom-primary);
  color: #fff;
  box-shadow: 0 10px 24px
    color-mix(in srgb, var(--color-custom-primary) 28%, transparent);
}

.institutional-board-panel {
  display: none;
}

#board-tab-diretoria-administrativa:checked
  ~ .institutional-board-tabs__panels
  #board-panel-diretoria-administrativa,
#board-tab-conselho-fiscal:checked
  ~ .institutional-board-tabs__panels
  #board-panel-conselho-fiscal,
#board-tab-delegados-representantes:checked
  ~ .institutional-board-tabs__panels
  #board-panel-delegados-representantes {
  display: block;
}

.institutional-board-panel__heading {
  margin-bottom: 2rem;
}

.institutional-people-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
}

.institutional-person-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgb(15 23 42 / 8%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.institutional-person-card:hover {
  border-color: color-mix(in srgb, var(--color-custom-primary) 42%, #e4e7ec);
  box-shadow: 0 18px 36px rgb(15 23 42 / 13%);
  transform: translateY(-3px);
}

.institutional-person-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eef2f7;
}

.institutional-person-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(to top, rgb(0 0 0 / 24%), transparent);
  pointer-events: none;
}

.institutional-person-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.institutional-person-card:hover .institutional-person-card__image {
  transform: scale(1.04);
}

.institutional-person-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.25rem;
}

.institutional-person-card__role {
  align-self: flex-start;
  padding: 0.35rem 0.65rem;
  color: var(--color-custom-primary);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: color-mix(in srgb, var(--color-custom-primary) 10%, #fff);
  border-radius: 999px;
}

.institutional-person-card__name {
  margin: 0;
  color: #1f2933;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
}

.institutional-person-card__unit {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: auto;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.35;
}

.institutional-person-card__unit i {
  margin-top: 0.15rem;
  color: var(--color-custom-primary);
  font-size: 0.85rem;
}

@media (max-width: 1199.98px) {
  .institutional-people-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .institutional-board-tabs__nav {
    border-radius: 24px;
  }

  .institutional-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .institutional-board-tabs__nav {
    align-items: stretch;
    flex-direction: column;
  }

  .institutional-board-tabs__button {
    width: 100%;
  }

  .institutional-people-grid {
    grid-template-columns: 1fr;
  }
}

.footer-partner-logo {
  max-height: 90px;
  width: auto;
}
