/* Padrão Oficial Lotep (Conteúdo Summernote) */
.lotep-content {
  font-family: 'Nunito Sans', sans-serif !important;
  color: #212529;
  line-height: 1.6;
}

.lotep-content h1,
.lotep-content h2,
.lotep-content h3 {
  color: #ed1c24 !important;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.lotep-content .text-justify {
  text-align: justify !important;
  text-justify: inter-word;
}

.lotep-content .badge-dark {
  background-color: #343a40 !important;
  color: #fff !important;
  padding: 0.4em 0.6em;
  border-radius: 0.25rem;
  display: inline-block;
}

.lotep-content .text-danger {
  color: #ed1c24 !important;
}

.lotep-content small.text-muted {
  display: block;
  font-size: 0.85em;
  color: #6c757d !important;
  font-style: italic;
  margin-top: 8px;
  line-height: 1.4;
  text-align: center !important;
}

.lotep-content table,
.post-detail table {
  width: 100% !important;
  margin-bottom: 1.5rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6 !important;
}

.lotep-content table td,
.lotep-content table th,
.post-detail table td,
.post-detail table th {
  border: 1px solid #dee2e6 !important;
  padding: 0.75rem;
  vertical-align: top;
}

.lotep-content table thead th,
.lotep-content table thead th *,
.post-detail table thead th,
.post-detail table thead th *,
.lotep-content table thead th .text-danger,
.post-detail table thead th .text-danger,
.lotep-content table thead th::after,
.lotep-content table thead th::before,
.post-detail table thead th::after,
.post-detail table thead th::before {
  background-color: #343a40 !important;
  border-bottom: 2px solid #212529 !important;
  font-weight: 700;
  color: #ffffff !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

/* Garante que nenhum pseudo-elemento de "linha decorativa" apareça no thead */
.lotep-content table thead th::after,
.lotep-content table thead th::before,
.post-detail table thead th::after,
.post-detail table thead th::before,
.lotep-content table thead th *::after,
.lotep-content table thead th *::before,
.post-detail table thead th *::after,
.post-detail table thead th *::before {
  display: none !important;
  content: none !important;
}

/* Zebra striping para tabelas Lotep */
.lotep-content table.table-striped tbody tr:nth-of-type(odd),
.post-detail table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Alinhamentos de Tabela */
.table-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: table !important;
}

.table-align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
  float: none !important;
  display: table !important;
}

.table-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  float: none !important;
  display: table !important;
}

.table-standardized {
  width: auto !important;
  max-width: 100%;
}

/* Navbar Styles */
.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
}

.navbar-nav .nav-item {
  min-width: 0;
}

.navbar-nav .nav-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}

/* End Navbar Styles */

/* Super Banners Carousel Styles */
.super-banner {
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 1280 / 300;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

#carouselSuperBanners1 .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #adadad !important;
  margin: 0 5px !important;
  border: none !important;
  opacity: 0.6 !important;
  padding: 0 !important;
  box-sizing: content-box !important;
}

#carouselSuperBanners1 {
  position: relative;
}

#carouselSuperBanners1 .carousel-indicators {
  bottom: -40px;
  margin-bottom: 0;
}

#carouselSuperBanners1 .carousel-indicators .active {
  /* background-color: var(--cor-1) !important; /* Usa a cor primária definida no seu projeto */
  opacity: 1 !important;
}

#carouselSuperBanners1 .carousel-control-prev,
#carouselSuperBanners1 .carousel-control-next {
  width: 5%;
  opacity: 1;
  transition: none;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

#carouselSuperBanners1:hover .carousel-control-prev,
#carouselSuperBanners1:hover .carousel-control-next {
  opacity: 1;
}

#carouselSuperBanners1 .carousel-control-prev-icon,
#carouselSuperBanners1 .carousel-control-next-icon {
  background-color: transparent !important;
  background-size: contain;
  width: 30px;
  height: 30px;
}

#carouselSuperBanners1 .carousel-control-prev .visually-hidden,
#carouselSuperBanners1 .carousel-control-next .visually-hidden {
  display: none;
}

#carouselSuperBanners1 .carousel-item {
  transition: transform 0.3s ease-in-out;
}

#carouselSuperBanners1 .carousel-indicators {
  bottom: -30px;
  margin: 0;
  justify-content: center;
}

#carouselSuperBanners1 .carousel-indicators .bolinha {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #adadad;
  margin: 0 5px;
}

#carouselSuperBanners1 .carousel-control-prev,
#carouselSuperBanners1 .carousel-control-next {
  width: 5%;
  background: transparent;
  border-radius: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

#carouselSuperBanners1:hover .carousel-control-prev,
#carouselSuperBanners1:hover .carousel-control-next {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

#carouselSuperBanners1 .carousel-control-prev {
  left: 0;
}

#carouselSuperBanners1 .carousel-control-next {
  right: 0;
}

/* End Super Banners Carousel Styles  */

/* Glossario Buttons Styles */
.btn-letter.active {
  background-color: #fff !important;
  color: #c82333 !important;
  border: 1px solid #c82333 !important;
}

.glossario-buttons-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.glossario-buttons-wrapper::-webkit-scrollbar {
  height: 8px;
}

.glossario-buttons-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.glossario-buttons-wrapper::-webkit-scrollbar-thumb {
  background: #c82333;
  border-radius: 4px;
}

.glossario-buttons-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a01f2a;
}

@media (max-width: 768px) {
  .glossario-buttons-wrapper {
    padding-bottom: 10px;
  }

  .btn-letter {
    font-size: 14px !important;
    min-width: 35px !important;
    padding: 8px 10px !important;
  }
}

@media (max-width: 576px) {
  .btn-letter {
    font-size: 12px !important;
    min-width: 30px !important;
    padding: 6px 8px !important;
  }
}

/* End Glossario Buttons Styles */

/* Footer Links Styles */
.ftco-footer-widget .ftco-heading-2 a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 150ms ease-in-out;
}

.ftco-footer-widget .ftco-heading-2 a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* End Footer Links Styles */

/* Title styles portal */

.hero-wrap-2 .slider-text {
  padding-top: 120px !important;
}

@media (min-width: 992px) {
  .hero-wrap-2 .slider-text .col-md-9 {
    flex: 0 0 85% !important;
    max-width: 85% !important;
  }
}

@media (max-width: 991.98px) {

  .hero-wrap.hero-wrap-2,
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 280px !important;
  }

  .slider-text h1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }

  .hero-wrap-2 .slider-text {
    padding-top: 45px !important;
  }

  .slider-text .breadcrumbs {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .hero-wrap-2 .slider-text .col-md-9 {
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}

@media (max-width: 576px) {

  .hero-wrap.hero-wrap-2,
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 220px !important;
  }

  .slider-text h1 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .hero-wrap-2 .slider-text {
    padding-top: 25px !important;
  }

  .slider-text .breadcrumbs {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .hero-wrap-2 .slider-text .col-md-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* End title styles portal */