@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

@font-face {
  font-family: "GothamBold";
  src: url("GothamBold.ttf");
}

@font-face {
  font-family: "GothamBook";
  src: url("GothamBook.ttf");
}

h1, h2, h3, h4, h5, h6 {
    font-family: GothamBook, sans-serif;
    
}

h5.leve {
    font-family: GothamBook, sans-serif;
    font-size: 22px;
}

a {
    color: #124f76;
    text-decoration: none;
}
a:hover {
    color: #124f76;
    text-decoration: underline;
}

html, body {
    width: 100%;
    height: 100%;
}

#menu-fundo {
    background-image: url(img/fundo-menu2.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    height: 70px;
}

#logo-fundo {
    height: 140px;
    padding: 8px;  
}
#logo-fundo img {
    height: 140px;
    padding-left: 3px;
}


#menu {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    height: 70px;
    
}

a.pdf, a.pdf:link, a.pdf:visited, a.pdf:active {
    text-decoration: none;
    color: #000;
    padding: 8px;
}

a.pdf:hover {
    color: #1d4463;
}

.reuniao-titulo {
    font-family: GothamBold, sans-serif;
    font-size: 20px;
}



.menu-iten {
    display: inline-block;
    height: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.menu-iten:hover {
    
    background-color: rgba(255,255,255,0.1);
    
}


.menu-iten a, .menu-iten a:link, .menu-iten a:active, .menu-iten a:visited  {
    display: inline-block;
    padding-top: 25px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    
}

.menu-iten img {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 13px);
    
}


#sub-menu {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    z-index: 9999;
}

#sub-menu p a, #sub-menu p a:link, #sub-menu p a:active, #sub-menu p a:visited  {
    
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 4px 6px;    
    
}

#sub-menu p a:hover  {
    
    background-color: #2377b8;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
    
    
}



#slide {
    margin-top: 90px;
    text-align: center;
    display: block;
}

#pagina {
    margin-top: 100px;
    margin-bottom: 64px;
    padding-right: 0px;
}


#destaques {
    margin-top: 24px;
}


#destaques a {

    display: inline-block;
    

}


                    
.img_destaque {

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.img_destaque_hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.destaque_texto {

    position: absolute; top: 0px; left: 0px; text-align: center; width: 100%; 

    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(17, 107, 167, 0.65);    
    font-family: GothamBook, sans-serif;
    
    height: 100%;
    padding-top: 25%;

}




/*Carrossel*/

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#000;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 70px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }




        #loading {background-color: #fff; width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 500000}

        #loading-image {position: absolute;top: 40%;left: 42%; width: 64px;} 





        .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

        .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.carousel-caption {
    width: 100%; background-color: #00000050; left: 0px;
}











#direita {
    margin-top: 24px;
    background-color: #ebebeb;
    color: #333;
    background-image: url(../piabanha/img/fundo-baixo.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    
    
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;    
}


#logo-fundo a {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    
    padding-right: 0px;
    padding-left: 0px;
    
}





.dropbtn {
            
 
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    text-transform: none;
    -webkit-appearance: button;
  
  
    padding: 4px 7px;
    
    border: none;
    cursor: pointer;
    text-decoration: none;
            
            
            
          background-color: #fff;
          color: #031e44;

          border: none;
          cursor: pointer;
        }
        
        
        
        
        

        .dropdown {
          position: relative;
          display: inline-block;
        }

        .dropdown-content {
          display: none;
          position: absolute;
          right: 0;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
        }

        .dropdown-content a {
          color: black;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
        }

        .dropdown-content a:hover {background-color: #f1f1f1;}
        .dropdown:hover .dropdown-content {display: block;}
        .dropbtn:hover {background-color: #3664a7;}        
        .dropbtn:hover {color: #fff;}
        
        
        
        
        .titulo {
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    text-size-adjust: 100%;
    text-align: left;
    visibility: visible;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 26px;
    transition: all 0.4s;
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;                
            }
            
            
            
            .datahora {

margin: 6px 0px;
display: inline-block;
                
            } 
            
            
            
            
            
            .tituloSuperior {
                
                
                
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    text-size-adjust: 100%;
    visibility: visible;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.2;
    transition-property: opacity,transform;
    transition-duration: .4s;
    transition-timing-function: ease;
    opacity: 1;
    transform: translate(0);
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 59px;
    width: 100%;
    font-weight: bold;
    position: unset;
    bottom: unset;
    left: unset;
    padding-top: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
    transition-delay: .2s;                
                
                
                
                
                
                
            }            
            
            
            
            
            
            
            .tituloArtigo {
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    text-size-adjust: 100%;
    text-align: left;
    visibility: visible;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: #0D0D0D;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.8px;
    padding-bottom: 10px;                
            }            
            
            
            table#ultimasNoticias {
                border-collapse: separate;
                border-spacing: 0 1em;
                width: 100%;
            }
            
            td {
                padding: 3px;
            }     
            
            table#ultimasNoticias tr td {
                width: 50%;
                
            }
            
            
            .imagemArtigoPrincipal {
                width: 48%;
                float: left;
                margin-right: 26px;
                margin-bottom: 26px;
                -webkit-border-top-right-radius: 40px;
                -moz-border-radius-topright: 40px;
                border-top-right-radius: 40px;
                -webkit-border-bottom-left-radius: 40px;
                -moz-border-radius-bottomleft: 40px;
                border-bottom-left-radius: 40px;                
            }
            
            
            
            .link {
                cursor: pointer;
            }
            
            
            
            .item h3 {
                margin-top: 22px;
            }
            
            
            
  
            

            
            
            
            
            


@media (min-width: 768px) {
    
            .carousel-caption h5 {
                font-size: 2em; 
                padding: 20px;
            }

            .celular-bars {
                position: fixed;
                top: 3px;
                right: 10px;
                z-index: 99999;
                display: none;
            }  
            .celular-xmark {
                position: fixed;
                top: 3px;
                right: 10px;
                z-index: 99999;
                display: none;
            }    
            .celular-menu {
               display: none; 
            }
            
            .site-map {
                font-size: 16px;
                color: #fff;
                font-family: GothamBook, sans-serif;
            }
            
            #corpo {
                text-align: justify;
                padding: 8px;
                padding-right: 32px;
            }            
            
    
    
}



@media (max-width: 767px) {
    
            .rodape {

                text-align: center;
                
            }
    
    
            #direita {
                padding-left: 25px;
                margin-left: 8px;        
            }
    
            .imagemArtigoPrincipal {

                width: 100%;
                float:inherit;
                    
            }
    
    
            #corpo {
                text-align: justify;
                padding: 30px;
                padding-right: 30px;
                padding-top: 5px;
            }    
    
    
            .tituloSuperior {
                font-size: 26px;
            }  
    
    
            .site-map {
                font-size: 14px;
                color: #fff;
                font-family: GothamBook, sans-serif;
            }    
    
    
    
            .celular-bars {
                position: absolute;
                top: 3px;
                right: 8px;
                z-index: 100000;
                display: block;
            }  
            .celular-xmark {
                position: absolute;
                top: 3px;
                right: 25px;
                color: #000;
            }      
            .celular-menu {
                position: fixed;
                left: 100%;
                top: 0px;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, 1 );
                z-index: 100005;
                display: block;
                overflow-y: scroll;
            }
            
            .logo-menu img {
                width: 180px;
            }
            
            .logo-menu {
                padding: 6px;
                border-bottom: 1px solid #000;
            }
    
    
            
            
            .cel-menu-item {
                position: relative;
                width: 90%;
                padding: 10px;
                border-bottom: 1px solid #ddd;
                margin: 20px;
            }  
            
            .cel-menu-item .fa-plus, .cel-menu-item .fa-minus {
                float: right;
            }
            
            .cel-menu-item span {
                font-weight: bold;
            }            
            
            .cel-item-sub {
                display: block;
                margin-left: 40px;
                color: #555;
                text-decoration: none;
            }
            
            .cel-item-trib {
                display: none;
            }
            
            .cel-item-trib a {
                display: block;
                margin-left: 40px;
                color: #555;
                text-decoration: none;
                padding-left: 25px;
            }
            
            .cel-sub-itens {
                display: none;
            }
            
    
    
    
    
    .carousel-caption {
        bottom: inherit;
        top: -15px;
        padding-bottom: 0px;
    }    
    
    .carousel-caption h5 {
        font-size: 0.95em;
        font-family: GothamBook, sans-serif;
        padding: 0px 20px
    }
    
    .destaque_a {
        margin-bottom: 15px;
    }
    
}            




.list-group-item+.list-group-item {
    font-family: GothamBook, sans-serif;
}




.social {
    padding-top: initial !important;
    position: initial !important;
    width: initial !important;
 
}

.menu-comando a:hover {
    cursor: pointer;
}



.camara {
    border: none;
    font-size: 12px;
}




.floating-wpp{position:fixed;bottom:15px;left:15px;font-size:14px;transition:bottom .2s}.floating-wpp .floating-wpp-button{position:relative;border-radius:50%;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow .2s;cursor:pointer;overflow:hidden}.floating-wpp .floating-wpp-button img,.floating-wpp .floating-wpp-button svg{position:absolute;width:100%;height:auto;object-fit:cover;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.floating-wpp:hover{bottom:17px}.floating-wpp:hover .floating-wpp-button{box-shadow:1px 2px 8px rgba(60,60,60,.4)}.floating-wpp .floating-wpp-popup{border-radius:6px;background-color:#E5DDD5;position:absolute;overflow:hidden;padding:0;box-shadow:1px 2px 8px rgba(60,60,60,.25);width:0;height:0;bottom:0;opacity:0;transition:bottom .1s ease-out,opacity .2s ease-out;transform-origin:bottom}.floating-wpp .floating-wpp-popup.active{padding:0 12px 12px;width:260px;height:auto;bottom:82px;opacity:1}.floating-wpp .floating-wpp-popup .floating-wpp-message{background-color:#fff;padding:8px;border-radius:0 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);opacity:0;transition:opacity .2s}.floating-wpp .floating-wpp-popup.active .floating-wpp-message{opacity:1;transition-delay:.2s}.floating-wpp .floating-wpp-popup .floating-wpp-head{text-align:right;color:#fff;margin:0 -15px 10px;padding:6px 12px;display:flex;justify-content:space-between;cursor:pointer}.floating-wpp .floating-wpp-input-message{background-color:#fff;margin:10px -15px -15px;padding:0 15px;display:flex;align-items:center}.floating-wpp .floating-wpp-input-message textarea{border:1px solid #ccc;border-radius:4px;box-shadow:none;padding:8px;margin:10px 0;width:100%;max-width:100%;font-family:inherit;font-size:inherit;resize:none}.floating-wpp .floating-wpp-btn-send{margin-left:12px;font-size:0;cursor:pointer}