:root {
            --sidebar-width: 250px;
            --topbar-height: 60px;
            --primary-color: rgb(7 69 161);
            --secondary-color: #f8f9fc;
        }

        .bg-primary {
   
        background-color: rgb(7 69 161) !important;
            } 
            
            
        
        body {
            font-family: "Be Vietnam Pro", sans-serif;
            background-color: #f8f9fc;
        }


header .logo img{
    max-width: 440px;
    width: 100%;
}

footer .logo img {
    width: 330px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
}

        
        
        #sidebar {
            width: var(--sidebar-width);
            height: 100vh;
            position: fixed;
            background: linear-gradient(180deg, var(--primary-color) 0%, #224abe 100%);
            color: white;
            transition: all 0.3s;
            z-index: 1000;
        }
        
        #content {
            padding-left: calc(var(--sidebar-width) + 20px) !important;

            padding-top: 80px!important;
            min-height: 100vh;
            transition: all 0.3s;
        }
        
        #topbar {
            height: var(--topbar-height);
            position: fixed;
            top: 0;
            right: 0;
            left: var(--sidebar-width);
            z-index: 999;
            box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
            background: white;
            transition: all 0.3s;
        }
        
        .sidebar-link {
            color: rgba(255, 255, 255, 0.8);
            padding: 1rem;
            display: block;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .sidebar-link:hover, .sidebar-link.active {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
        }
        
        .sidebar-icon {
            margin-right: 0.5rem;
        }
        
        .card {
            border: none;
            border-radius: 0.35rem;
            box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.1)!important;
            z-index: 99;
        }

        .container.mt-4 {
        z-index: 99;
        position: relative;
        }
        
        .card-header {
            background-color: #f8f9fc;
            border-bottom: 1px solid #e3e6f0;
        }

        body.inverter-cores {
  filter: invert(1) hue-rotate(180deg);
}

 #acessibilidade {
       display: flex;
    font-size: 14px; /* Tamanho fixo para o container */
  }

  #acessibilidade button {
    margin: 4px;
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 100px;
    height: 35px;
    width: 35px;
}

.nav-link i{
    color: #808080;
}

.pdf_preview{
    max-width: 100%;
    border: 1px solid #eeeeee;
    width: 100%;
}

.post-feed{
        border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.post-feed img {
    min-width: 100px!important;
    width: 100px!important;
    height: 100px!important;
    object-fit: cover!important;
    border-radius: 4px;
}

.post-feed p:nth-of-type(2) {
    display: none!important;
}

.bg-primary.navbar.navbar-dark.navbar-expand-lg.sticky-top{
z-index: 999;}


.bg-secondary {
    background-color: #2f9a66!important;
}

.invertBtn{
    background: linear-gradient(90deg, black 50%, transparent 0%);
}


.carousel-item img {
    height: 420px;
    object-fit: cover;
    object-position: top;
}

.carousel-indicators { 
    margin-bottom: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 70% 70%;
    background-color: #0745a1;
    border-radius: 100px;
}

.h-txt{
    font-size: 65px;
    color: #0745a1;
    font-weight: 700;
    letter-spacing: 1px;
}

.cover-pdf{
    height: 100%!important;
    width: 100%!important;
    object-fit: contain;
    object-position: center;
    padding: 0 60px;
    background: #fff;
}


.transition-main {
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(0);
  opacity: 1;
  overflow: hidden;
}

html.is-animating .transition-main {
  opacity: 0;
  transform: translateX(-1em);
}

html.is-leaving .transition-main {
  transform: translateX(1em);
}


html.is-animating.to-left .transition-main {
  opacity: 0;
  transform: translateX(1em);
}

html.is-leaving.to-left .transition-main {
  transform: translateX(-1em);
}

@media (max-width:768px){
    header .logo img {
    width: 250px;
    padding: 1em 0em;
    align-self: center;
}

.tools{
    flex-direction: column-reverse;
    gap: 12px;
}

.offcanvas-header img{
width: 170px;
}

.h-txt {
    font-size: 35px;
    text-align: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler{
border:none;
margin-left: auto;
}

ul.navbar-nav.me-auto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
}

#acessibilidade button {
    font-size: 11px;
    height: 30px;
    width: 30px;
}

.mob-none{
display: none!important;
}


.carousel-item img {
    height: 235px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.post-feed .me-3{
display: none;
}

}