/*
 ****** ROBERTA - 1.1.10 ****
 *
 ** Tema EDITORA OAB/PE **
 * http://w3designer.com.br *
 *
 */
 
 body {
    margin:0;
    padding:0;
    font: 16px "Epilogue", arial, helvetica, sans-serif;
    color:#333;
}


/*** Topo
                 ****/

.linha-cima {
    float: left;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #062360 40%, #c0090e 60%);
}

    .header {
        float: left;
        min-width: 100%;
        color: #fff;
        margin: 10px 0 0 0;
        padding: 0 0 0 0!important;
        background: #fff;
        border:solid 0px red;
    }
        .top {
            float: left;
            width: 100%;
            padding: 0 0 0 0;
            border:solid 0px red;
        }
            #boxtopo {
                float: left;
                width: 100%;
                padding: 0 0 15px 0;
                border:solid 0px yellow;
            }

            /*logo*/
            .header .col-md-10 {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                text-align: center!important;
                border:solid 0px red;
            }
                .header .col-md-10 img {
                    margin: 0 auto;
                    border: solid 0px red;
                }  
            .header .col-md-2 {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                border:solid 0px red;
            }  

    @media screen and (max-width: 801px) {
        .header {
            padding: 10px 0 5px 0!important;
            border:solid 0px red;
        }
        /*logo*/
        .header .col-md-10 {
            margin: 0 0 20px 0;
            padding: 0 0 0 30px;
            border:solid 0px red;
        } 

        .header .col-md-2 {
            text-align: center;
        }       
            .header .col-md-2 img{
                text-align: center;
                margin: 10px 0 10px 0;;
                border:solid 0px red;
            }
    }
/******/

/*** Menu principal
                 ****/

.box-linha-menu {
    float: left;
    width: 100%;
    background: #062360;
    border: Solid 0px green;
}
    #seguramenu {
        width: 100%;
        float: left;
        border: solid 0px red;
    }

    #menu {
        float:left;
        width:100%;
        margin:0 0 0 0;
        padding:0;
        border:solid 0px red;
    }

    @media screen and (max-width: 801px) {


        #menu {
            margin:0 0 0 0;
            background-color: #062360;
        }

        .header .col-md-7{
           background-color: #062360;    
        }

    }

        .navbar {
          float:right;
          width:100%;
          min-height:50px!important;
          border-radius: 1px;
        }

        .navbar-default {
            width:100%;
            margin:0;
            padding:0!important;
            font: 16px "Montserrat", serif;
            font-weight: 900;
            background-color: transparent;
            text-align: center!important;
            border:solid 0px yellow;
        }

        .navbar-collapse {
            padding:0;  
        }
            .navbar-default .navbar-nav > li {
                float:right;
                margin:0 auto!important;
                padding:0;
                border: solid 0px blue;
            }
            
            .navbar-default .navbar-nav > li > a,
            .navbar-default .navbar-nav > li > a:visited {
              color: #fff;
              padding:20px 15px 20px 15px!important;
              margin:0!important;
              letter-spacing: 0px;
                    border: solid 0px red;
            }
            
            .navbar-default .navbar-nav > li > a:hover{
                color: #cecece;
            }
                    .navbar-default .navbar-nav > .active > a,
                    .navbar-default .navbar-nav > .active > a:focus,
                    .navbar-default .navbar-nav > .active >a:hover {
                        color: #cecece;
                        background-color: transparent;
                    }

                @media (max-width: 801px) {
                    .navbar-default .navbar-nav > li > a,
                    .navbar-default .navbar-nav > li > a:visited {
                      color: #FFF;
                      padding:10px 7px 10px 7px!important;
                      margin:0!important;
                      letter-spacing: -1px;
                      border-bottom:solid 1px #fff;
                    }
                    
                    .navbar-default .navbar-nav > li > a:hover{
                        color: #fff;
                    }
                            .navbar-default .navbar-nav > .active > a,
                            .navbar-default .navbar-nav > .active > a:focus,
                            .navbar-default .navbar-nav > .active >a:hover {
                                color: #fff;
                                background-color: transparent;
                            }
                }


                /*submenu*/
                .dropdown .sub-menu {
                    position: absolute;
                    visibility: hidden;
                }
                    .dropdown li:hover .sub-menu {
                        visibility: visible;
                    }
                    
                    .dropdown:hover .dropdown-menu {
                        display: block;
                    }
    
                 /*submenu do primeiro menu*/        
                 .navbar-default .navbar-nav > li > .dropdown-menu {
                    padding:0!important;
                    margin:0!important;
                    z-index:9999;
                    font:12px 'Montserrat' serif;
                    background-color:#243489!important;
                    -webkit-border-radius: 0px 5px 0px 5px;
                    border-radius: 0px 5px 0px 5px;
                    border:solid 0px red;
                 }
                 /*estilo extra*/
                 .estilo-menu-extra{
                    background-color:#c0090e!important;
                 }
                        .navbar .navbar-nav > li > .dropdown-menu > li  {
                            width:100%;
                            float:left!important;
                        }
                    
                        .navbar .navbar-nav > li > .dropdown-menu > li > a,
                        .navbar .navbar-nav > li > .dropdown-menu > li > a:visited {
                            border-bottom:solid 1px #fff;
                            border-left:solid 7px #5ec2da;
                            padding:8px 8px 8px 8px;
                            color: #fff;
                            letter-spacing: -1px;
                        }
                        
                        .navbar .navbar-nav > li > .dropdown-menu > li > a:hover,
                        .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
                                border-left:solid 7px #243489;
                                background: #5ec2da;
                                color: #fff;
                        }
                    
                                .navbar-default .navbar-nav > .open > a,
                                .navbar-default .navbar-nav > .open > a:focus,
                                .navbar-default .navbar-nav > .open > a:hover {
                                    color: #555;
                                    background-color: transparent;
                                }

            /* Estilo do botão toggle (apenas no mobile) */
            .navbar-toggle {
                display: none;

                @media (max-width: 801px) {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    align-items: center;
                    position: absolute;
                    right: -5px;
                    top: 5px;
                    width: 40px;
                    height: 35px;
                    background-color: #fff;
                    border-radius: 0px;
                    cursor: pointer;
                    padding: 5px;
                    border: 0px solid #000;
                }
            }

            /* Estilo das barras do botão */
            .navbar-toggle .icon-bar {
                display: block;
                width: 20px;
                height: 3px;
                background-color: #062360;
                border-radius: 0px;
                transition: all 0.3s ease-in-out;
            }

            /* Alinhar melhor a posição inicial */
            .navbar-toggle .icon-bar:nth-child(1) {
                transform: translateY(6px);
            }

            .navbar-toggle .icon-bar:nth-child(3) {
                transform: translateY(-6px);
            }

            /* Quando o menu está aberto */
            .navbar-toggle.active .icon-bar:nth-child(1) {
                transform: translateY(9px) rotate(45deg);
                background-color: #062360; /* Cor diferente para indicar ação */
            }

            .navbar-toggle.active .icon-bar:nth-child(2) {
                opacity: 0; /* Some a barra do meio */
            }

            .navbar-toggle.active .icon-bar:nth-child(3) {
                transform: translateY(-13px) rotate(-45deg);
                background-color: #062360;
            }


/* Para desktop */
@media (min-width: 992px) {
    .redes-mobile-wrapper {
        display: none !important;
    }
}

    /* Para mobile */
    @media (max-width: 991px) {
        .redes-mobile-wrapper {
            width: 100%;
            display: none;
            padding: 15px;
            text-align: center;
            border: solid 0px orange;
        }
        
        .navbar-collapse.show ~ .redes-mobile-wrapper,
        .navbar-collapse.collapsing ~ .redes-mobile-wrapper {
            display: block;
        }
    }
        .redes-mobile span {
            width: 50%;
            float: left;
            color: #062360;
            /*background: #fff;*/
            margin: 20px 0 10px 0;
            padding: 0;
            border:solid 0px orange;
        }
        .redes-mobile button {
            background-color: transparent;
            color: #fff;
            border:solid 0px orange;
        }
        
        .redes-mobile span a{
            width: 100%;
            float: left;
            color: #062360;
            background: #c0090e;
            margin: 0 0 0 0;
            padding: 0;
            border:solid 1px #c0090e;
        }

        .redes-mobile  a {
            display: block;
            width: 25px;
            height: 25px;
            float: right;
           font: 16px "Montserrat", serif;
            font-weight: 300;
            color: #fff;
            margin: 20px 5px 10px 0;
            padding: 3px 0 0 0;
            text-align: center;
            text-decoration: none;
            border-radius: 25px;
            background: #C0090E;
            border: solid 0px red;
        }


        .coluna-redes {
            float: left;
            width: 100%;
            margin: 0 0 0 0;
            border:solid 0px red;
        }
            .linha-imprensa {
                float: right;
                width: 100%;
                text-align: right;
                border:solid 0px red;
            }
                .linha-imprensa a {
                    font: 12px "Montserrat", serif;
                    color: #000;
                    font-weight: 400;
                    letter-spacing: -1px;
                }
                
            .redes {
                float:right;
                width: 100%;
                margin: 12% 0 0 0%;
                padding:0;
                text-align:right;
                color: #f1ee4b;
                border:solid 0px red;
            }

                .redes span {
                    width: 50%;
                    float: left;
                    color: #062360;
                    background: #fff;
                    margin: 0 0 0 0;
                    padding: 0;
                    border:solid 0px orange;
                }
                .redes button {
                    background-color: transparent;
                    color: #fff;
                    border:solid 0px orange;
                }
                
                .redes span a{
                    width: 100%;
                    float: left;
                    color: #062360;
                    background: #c0090e;
                    margin: 0 0 0 0;
                    padding: 0;
                    border:solid 1px #c0090e;
                }

                .redes  a {
                    display: block;
                    width: 25px;
                    height: 25px;
                    float: right;
                   font: 16px "Montserrat", serif;
                    font-weight: 300;
                    color: #fff;
                    margin: 0 5px 0 0;
                    padding: 3px 0 0 0;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 25px;
                    background: #C0090E;
                    border: solid 0px red;
                }

        @media screen and (max-width: 801px) {
            .coluna-redes {
                display: none;
            }
        }

/***********/


/*** Busca
                 ****/
        input.digitar {
            float:left;
            width:80%;
            height:45px;
            margin: 5px 0px 0 0;
            padding:0 10px 0 10px;
            font: 16px "Montserrat", serif;
            color:#000;
            font-weight: 700;
            background: transparent;
            border: 1px solid #e8ebed;
        }

        button.confirmar{
            float:right!important;
            width:50px;
            height:50px;
            margin: 0 0px 0 0;
            padding:0 0 0 0;
            color:transparent;
            background: url(../imagens/lupa.png) top right no-repeat;
            cursor:pointer;
            border:solid 0px #fff;
        }

       #busca input:focus{
            outline: none;
        }

        .modal {
            border: solid 0px red;
        }

        .modal-dialog {
           border: solid 0px red;  
           margin: 10% auto;
        }

        .modal-backdrop {
            background-color: #ffffff !important; /* Cor preta com 70% de opacidade */
            opacity: 0.9 !important;
        }

        .modal-title {
            font: 20px "Montserrat", serif;
            color: #000;
            font-weight: 700;
            letter-spacing: -1px;
        }

            @media (max-width: 801px) {

                .redes button {
                    padding:0 0 0 25px;
                    font:15px Arial, Helvetica, sans-serif;
                    color: #fdc319;
                    background: transparent;
                    border: 0 0 0 0!important;
                }
                    #busca {
                        float:right;
                        width:100%;
                        height:55px;
                        margin:20px 5% 0 0;
                        color:#fff;
                        background: transparent!important;
                        border:solid 0px #000;
                    }
            }


/**********/



/*** Linha slider ***
                    *****/

    #linha_geral_slider {
        width:100%;
        float: left;
        padding:30px 0 30px 0;
        margin:10px 0 0 0;
        background: #fff;
        border:solid 0px yellow;
    }

        @media (max-width: 801px) {
            #linha_geral_slider {
                width:100%;
                padding:0;
                margin:15px 0 0 0;
                background: #fff;
                border:solid 0px yellow;
            }
        }

    #boxlinhaslider {
        float:left;
        width:100%;
        margin:0 0 0 0;
        padding:0 0% 0 0;
        border:solid 0px red;
    }

        #linha-slider {
            float:left;
            margin:0;
            padding:0;
            border:solid 0px green;
        }
        
            #main-slider {
                float:left!important;
                width: 100%;
                border: 0px solid #000;
            }
                #main-slider img {
                  width: 100%;
                  border-radius: 10px;
                  border: 0px solid red;
                }
                
            #main-slider .carousel-indicators {
                bottom: 0.5%;
                width: 15%;
                position: absolute;
                left: 67% !important;
                display: flex;
                justify-content: right;
                align-items: right;
                border: 0px solid red;
            }

            /* Estilo dos marcadores (círculos) */
            #main-slider .carousel-indicators li {
                float: right;
                margin: 0 3px 0 0;
                background-color: #fff;
                border: 2px solid #fff;
                width: 12px;  /* Defina um tamanho adequado */
                height: 12px; /* Igual à largura para formar um círculo */
                border-radius: 50%; /* Deixa os marcadores circulares */
                cursor: pointer;
                transition: background-color 0.3s ease-in-out;
            }

            /* Marcador ativo */
            #main-slider .carousel-indicators li.active {
                background-color: #062360;
                border: 2px solid #062360; /* Pode manter um contorno visível */
            }

               
            @media (max-width: 801px) {
                #main-slider .carousel-indicators {
                   display: none;
                }
            }

                    
       
                /*#main-slider .carousel-caption {
                    width: 100%;
                    float: left;
                    background: linear-gradient(to bottom, rgba(41,137,30,0) 0%, rgba(192,9,14,0) 36%, rgba(192,9,14,0) 43%, rgba(192,9,14,1) 100%);
                    left:0; 
                    bottom:0;
                    height: 200px;
                    text-align: left;
                    border:solid 1px green;
                }*/

                    #main-slider .carousel-caption {
                        width: 100%;
                        position: absolute; /* Garante que a div fique posicionada corretamente */
                        left: 0;
                        bottom: 0;
                        height: 200px; /* Altura fixa que você definiu */
                        text-align: left;
                        background: linear-gradient(to bottom, 
                            rgba(41,137,30,0) 0%, 
                            rgba(192,9,14,0) 8%, 
                            rgba(192,9,14,0) 5%, 
                            rgba(192,9,14,1) 95%);
                        background-size: 100% 100%; /* Faz o gradiente cobrir toda a div */
                        background-repeat: no-repeat; /* Evita repetição do gradiente */
                        padding: 0; /* Adiciona um espaçamento interno para o conteúdo */
                        box-sizing: border-box; /* Garante que o padding não aumente o tamanho total */
                        border: solid 0px green;
                    }

                        .tag-slider {
                            position: absolute;
                            top: 0;
                            font: 16px "Montserrat", serif;
                            font-weight: 700;
                            color: #fff;
                            letter-spacing: -1px;
                            text-shadow: 0 0px 0px rgba(0,0,0,.0);
                            padding: 15px 25px 15px 15px;
                            border-radius: 10px 0 0 0;
                            background: #C0090E;
                            border:solid 0px red;
                        }

                        .box-caption {
                            width:100%;
                            position: absolute;
                            bottom: 0;
                            padding: 0px 20px 0 30px ;
                            border:solid 0px yellow;
                        }
                            #main-slider .carousel-caption h2 {  
                              margin: 0!important;
                              padding:30px 0 50px 0;
                              margin:0px 0 0 0;
                              border:solid 0px red;
                            }
                                #main-slider .carousel-caption h2 a { 
                                    display: block;
                                    margin: 0 0 0 0; 
                                    padding:0 0 0 0!important;
                                    font: 26px "Montserrat", serif;
                                    font-weight: 900;
                                    color: #fff;
                                    letter-spacing: -1px;
                                    line-height: 26px!important;
                                    text-decoration:none;
                                    border:solid 0px red;
                                }


                        @media (max-width: 902px) {
                                /*slider*/
                                #main-slider .carousel-caption {
                                    width: 100%;
                                    height: 80px;
                                    float: left;
                                    border: solid 0px red;
                                }

                                .tag-slider {
                                    display: none;
                                }
                                    /*.tag-slider {
                                        position: absolute;
                                        top: 10px;
                                        font: 12px "Montserrat", serif;
                                        font-weight: 700;
                                        color: #fff;
                                        letter-spacing: -1px;
                                        text-shadow: 0 0px 0px rgba(0,0,0,.0);
                                        padding: 5px 15px 5px 10px;
                                        border-radius: 10px 0 0 0;
                                        background: #C0090E;
                                        border:solid 2px red;
                                    }*/

                                #main-slider .carousel-caption h2 {  
                                  margin: 0!important;
                                  padding:10px 0 15px 0;
                                  margin:0px 0 0 0;
                                  border:solid 0px red;
                                }
                                    #main-slider .carousel-caption h2 a { 
                                        display: block;
                                        margin: 0 0 0 0; 
                                        padding:0 0 0 0!important;
                                        font: 16px "Montserrat", serif;
                                        font-weight: 800;
                                        color: #fff;
                                        letter-spacing: -0.5px;
                                        line-height: 15px!important;
                                        text-decoration:none;
                                        border:solid 0px red;
                                    }

                            
                            }
    /*menu secundario*/
    .l-menudois {
        float: right;
        width: 95%;
        height: 410px;
        padding: 0 0 15px 0;
        background: #062360;
        border-radius: 10px 10px 0 0;
        border:solid 0px red;
    }
        @media (max-width: 801px) {
            .l-menudois {
                float: right;
                width: 100%;
                margin: 15px 0 0 0;
                padding: 0 0 15px 0;
                background: #062360;
                border-radius: 0 0 0 0;
                border:solid 0px red;
            }
        }

        .tag-acesso-rapido {
            float: left;
            width: 100%;
            border:solid 0px red;
        }
        .tag-acesso-rapido p{
            font: 18px "Montserrat", serif;
            font-weight: 700;
            color: #fff;
            border-radius: 10px 10px 0 0;
            padding: 3px 10px 3px 10px;
            letter-spacing: -1px;
            background: #C0090E;
            border-bottom: solid 0px #fff;
        }
        @media (max-width: 801px) {
            .tag-acesso-rapido p{
                border-radius: 0 0 0 0;
            }
        }
            .tag-acesso-rapido p span{
                font-weight: 300;
                color: #fff;
                background: #C0090E;
            }

        .l-menudois ul {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            border:solid 0px #000;
        }
            .l-menudois li {
                list-style:none;
                font: 16px "Montserrat", serif;
                font-weight: 900;
                text-transform: uppercase;
                margin: 10px 0 0 0!important;
                padding: 0 0 10px 0;
                line-height: 16px;
                border-bottom: solid 1px #FFF!important;
            }

            @media (max-width: 801px) {
                .l-menudois li {
                    list-style:none;
                    font: 14px "Montserrat", serif;
                    font-weight: 900;
                    text-transform: uppercase;
                    margin: 10px 0 0 0!important;
                    padding: 0 0 10px 0;
                    line-height: 16px;
                    border-bottom: solid 1px #FFF!important;
                }
            }

            .l-menudois li a{
                display: block;
                color: #fff;
            }
            .l-menudois a:hover {
                color: #cecece;
                text-decoration: none;
            }


    /** editais- guadardo
            .l-servicos {
                float: right;
                width: 95%;
                border:solid 0px red;
            }
                @media (max-width: 801px) {
                    .l-servicos {
                        float: right;
                        width: 100%;
                        margin: 15px 0 0 0;
                        padding: 15px;
                        background: #e7f6e9;
                        border:solid 0px red;
                    }
                }

                .tit-servicos {
                    width: 100%;
                    padding: 0 0 1px 0;
                    background: url(../imagens/backtitvermelho.png) bottom no-repeat;
                    border:solid 0px red;
                }   
                    .tit-servicos h2 {
                        font: 20px "Montserrat", serif;
                        font-weight: 900;
                        color: #000;
                        letter-spacing: -1px;
                        padding: 0 0 3px 0;
                        border-bottom: solid 0px #FFED00;
                    }

                    .box-menu-serv {
                        width:100%;
                        margin:0 0 0 0;
                        text-align: left;
                        border:solid 0px red;
                    }

                    .box-menu-serv ul {
                            margin: 0;
                            padding: 0;
                            border:solid 0px #000;
                    }
                        .box-menu-serv li {
                            list-style:none;
                            margin: 15px 0 0 0!important;
                            padding: 0 0 15px 0;
                            line-height: 17px;
                            border-bottom: solid 1px #243489!important;
                        }
                        .box-menu-serv li.num-2 {
                            border-bottom: solid 0px #243489!important;
                        }
                        .box-menu-serv li a{
                            color: #000;
                        }
                        .box-menu-serv a:hover {
                            color:#000;
                            text-decoration: none;
                        }
                            span.tit-item-servicos {
                                float: left;
                                width: 100%;
                                margin: 0 0 5px 0;
                                border: solid 0px red;
                            }

                            span.box-data-item-servicos {
                                float: left;
                                width: 100%;
                                margin: 0 0 5px 0;
                                border: solid 0px red;
                            }
                                span.data-item-servicos {
                                    color: #e7f6e9;
                                    float: left;
                                    margin: 0 0 0 0;
                                    padding: 0px 10px 0px 5px;
                                    background: #062360;
                                    letter-spacing: -1px;
                                    border: solid 0px red;
                                }
                                    span.data-item-servicos a,
                                    span.data-item-servicos a:hover {
                                        color: #e7f6e9;
                                    }

                                    span.data-classe-servicos {
                                    color: #e7f6e9;
                                    float: left;
                                    margin: 0 0 0 0;
                                    padding: 0px 10px 0px 5px;
                                    background: #1f82c5;
                                    letter-spacing: -1px;
                                    border: solid 0px red;
                                }
                                    span.data-classe-servicos a,
                                    span.data-item-servicos a:hover {
                                        color: #e7f6e9;
                                        text-decoration: none;
                                    }
                            span.tit-item-servicos a {
                                font: 16px "Montserrat", serif;
                                font-weight: 700;
                                line-height: 15px;
                                border:solid 0px blue;
                            }
                            span.texto-item-servicos a {
                                font: 14px "Montserrat", serif;
                                font-weight: 400;
                                line-height: 12px!important;
                                letter-spacing: -0.5;
                                border:solid 0px blue;
                            }

                .box-ler-todos-verde {
                    float: left;
                    width: 100%;
                    margin: 2% 0 0 0;
                    border:solid 0px red;
                }
                    .box-ler-todos-verde p{
                        float: right;
                        margin: 0 0 0 0;
                        border-radius:  0 0 10px 10px;
                        background: #062360;
                        border: solid 0px red;
                    }
                        .box-ler-todos-verde p a,
                        .box-ler-todos-verde p a:hover {
                            display: block;
                            padding: 10px 15px 10px 15px;
                            font: 14px "Montserrat", serif;
                            font-weight: 700;
                            color: #fff;
                            letter-spacing: -1px;
                            border: solid 0px red;
                        }
    **/

/**********/


/*** Linha noticias - capa ***
                              *****/
    .linha-noticias {
        width:100%;
        float: left;
        padding:30px 0 30px 0;
        margin:10px 0 0 0;
        background: #fff;
        border:solid 0px yellow;
    }

        .linha-noticias .col-md-3{ 
            float: right;
            width: 100%;
            border: solid 0px red;
        }

        @media (max-width: 801px) {
            .linha-noticias {
                width:100%;
                padding:0;
                margin:15px 0 0 0;
                background: #fff;
                border:solid 0px yellow;
            }
        }

        .box-tit-noticias {
            float: left;
            width: 100%;
            border:solid 0px red;

        }
            .tit-linha-noticias {
                float: left;
                width: 38%;
                padding: 0 0 5px 0;
                background: url(../imagens/backtitazul.png) bottom no-repeat;
                border:solid 0px red;
            }
                .tit-linha-noticias h1 {
                    font: 30px "Montserrat", serif;
                    font-weight: 900;
                    color: #C0090E;
                    letter-spacing: -1px;
                    line-height: 30px;
                    border:solid 0px red;
                }

        .leia-mais-noticias {
            float: right;
            width: 30%;
            margin: 0 0 0 0;
            border:solid 0px orange;
        }
            .box-ler-todos-verde-escuro {
                    float: left;
                    width: 100%;
                    margin: 0 0 0 0;
                    border:solid 0px red;
                }
                    .box-ler-todos-verde-escuro p{
                        float: right;
                        margin: 0 0 0 0;
                        /*border-radius: 10px;*/
                        background: #C0090E;
                        border: solid 0px red;
                    }
                        .box-ler-todos-verde-escuro p a {
                            display: block;
                            padding: 10px 15px 10px 15px;
                            font: 14px "Montserrat", serif;
                            font-weight: 500;
                            color: #fff;
                            letter-spacing: -0.5px;
                            border: solid 0px red;
                        }

        @media (max-width: 801px) {
            .tit-linha-noticias {
                width: 100%;
                margin: 10px 0 0 0;
                border:solid 0px red;
            }
            .leia-mais-noticias {
                float: right;
                width: 100%;
                margin: 1.5% 0 0 0;
                border:solid 0px orange;
            }
                .box-ler-todos-verde-escuro p a {
                    font: 10px "Montserrat", serif;
                    border: solid 0px red;
                }
        }


        /**Noticias**/
        .box-noticias {
            float: left;
            width: 100%;
            margin: 30px 0 0 0;
            border: solid 0px orange;
        }
            /*.box-noticias .col-md-6 {
                margin: 15px 0 15px 0;
                border: solid 1px orange;
            }*/
                .imagem-noticia {
                    float: left;
                    width: 100%;
                    border:solid 0px green;
                }
                    .imagem-noticia img {
                        height: 190px!important; 
                        border-radius: 7px 7px 0 0;
                    }
                .coluna-noticia {
                    float: left;
                    width: 100%;
                    margin: 0 0 40px 0;
                    border:solid 0px red;
                }
                    .tag-secret {
                        float: left;
                        width: 100%;
                        margin: -190px 0 0 0;
                        border:solid 0px red;
                    }
                        .tag-secret span {
                            float:left;
                            margin:0 0 0 0;
                            padding: 2px 10px 2px 10px;
                            font: 14px "Montserrat", serif;
                            font-weight: 400;
                            color:#fff;
                            letter-spacing: -1px;
                            font-weight: 300;
                            background: #C0090E;
                            border-radius: 7px 0 0 0;
                            text-transform: uppercase;
                            border:solid 0px red;
                        }  

                    .data-item-noticias {
                        float: left;
                        width: 100%;
                        border: solid 0px red;
                    }
                        .data-item-noticias span {
                            float:left;
                            margin:3px 0 0 0;
                            padding:0 0 0 0;
                            font: 14px "Montserrat", serif;
                            font-weight: 500;
                            color:#000;
                            border:solid 0px red;
                        }

                    .tit-noticias {
                        float: left;
                        width: 100%;
                        margin: 5px 0 0 0;
                        border: solid 0px red;
                    } 
                        .tit-noticias h2 {
                           font: 16px "Montserrat", serif;
                           font-weight: 700;
                           color:#000;

                        }
                            .tit-noticias h2 a,
                            .tit-noticias h2 a:hover  {
                                display: block;
                               font: 16px "Montserrat", serif;
                               font-weight: 700;
                               color:#000;
                               letter-spacing: 0px;
                               line-height: 15px;
                               text-decoration: none;
                            } 


                    .linha-cinza {
                        float: left;
                        width: 100%;
                        height: 10px;
                        margin: 10px 0 0 0;
                        border-top: solid 0px red;
                    } 

            @media (max-width: 902px) {
                .imagem-noticia {
                    float: left;
                    width: 100%;
                    border:solid 0px red;
                }
                    .imagem-noticia img {
                        height: 100%!important; 
                        border-radius: 7px 7px 0 0;
                    }

                .coluna-noticia {
                    float: left;
                    width: 100%;
                    margin: 0 0 25px 0;
                    border:solid 0px red;
                }
                    .tit-noticias {
                        margin: 5px 0 0 0;
                        border: solid 0px red;
                    } 

                .tag-secret { 
                    display: none;
                }
                /*.tag-secret {
                        margin: -190px 0 0 0;
                        border:solid 0px red;
                    }*/

            }
/**********/



/*** Linha galeria de videos***
                                *****/
    .box-linha-galeria-videos {
        float: left;
        width: 100%;
        padding: 60px 0 40px 0;
        border: solid 0px red;
    }

    /*video*/
    .leia-mais-noticias-video {
        float: right;
        width: 30%;
        margin: 0 0 0 0;
        border:solid 0px orange;
    }
        @media (max-width: 902px) {
            .leia-mais-noticias-video {
                float: left;
                width: 50%;
                margin: 10px 0 0 0;
                border:solid 0px orange;
            }
            .leia-mais-noticias-video .box-ler-todos-verde-escuro p{
                float: left!important;
                border: solid 0px black;
            }
        }

    .video-item {
        float: left;
        width: 100%;
        border: solid 0px red;
    }
    h4.titulo-video{
        font: 18px "Montserrat", serif;
        font-weight: 900;
        color: #000;
        letter-spacing: -1px;
        line-height: 18px;
        margin: 0 0 30px 0;
        padding: 10px 0 0 0;
        border:solid 0px red;
    }
        h4.titulo-video a{
            font: 18px "Montserrat", serif;
            font-weight: 900;
            color: #000;
            letter-spacing: -1px;
            line-height: 18px;
            text-decoration: none;
            border:solid 0px red;
        }

        h4.titulo-video-interno{
        font: 18px "Montserrat", serif;
        font-weight: 900;
        color: #000;
        letter-spacing: -1px;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border:solid 0px red;
    }

        #videosCarousel {
            float: left;
            width: 100%;
            border: solid 0px red;
        }

        /*cantos arredondados video*/
        .box-linha-galeria-videos  .video-embed iframe {
            border-radius: 8px;
        }

        /* Posiciona os controles do slider no topo direito, fora do bloco dos slides */
        .box-controle-slider-vereadores {
          position: absolute;
          top: -60px;       /* ajuste conforme necessário */
          right: 42px;     /* ajuste conforme necessário */
          z-index: 10;
          border: solid 0px red;
        }

        /* Estiliza os links dos controles, se desejar */
        .box-controle-slider-vereadores a {
            width: 40px;
            height: 40px;
            display: inline-block;
            margin-left: 5px;
            background: #000;
            color: #fff;
            padding: 10px;
            border-radius: 3px;
            text-decoration: none;
        }


        @media (max-width: 902px) {
            /* Posiciona os controles do slider no topo direito, fora do bloco dos slides */
            .box-controle-slider-vereadores {
              position: absolute;
              top: -85px;       /* ajuste conforme necessário */
              right: 42px;     /* ajuste conforme necessário */
              z-index: 10;
              border: solid 0px red;
            }

            /* Estiliza os links dos controles, se desejar */
            .box-controle-slider-vereadores a {
                width: 35px;
                height: 35px;
                display: inline-block;
                margin-left: 5px;
                background: #000;
                color: #fff;
                padding: 7px 4px 7px 4px;
                border-radius: 3px;
                text-decoration: none;
            }
        }

        .box-controle-slider-vereadores a:hover {
          background: #000;
        }

    .linha-vermelha-separacao {
        float: left;
        width: 100%;
        height: 10px;
        margin: 30px 0 0px 0;
        border-top: solid 1px #C0090E;
    }
/**********/

/*** Linha colunistas***
                                *****/
    .box-linha-colunistas {
        float: left;
        width: 100%;
        padding: 0px 0 70px 0;
        border: solid 0px red;
    }

/**********/


/*** MENU RODAPE ***
                                *****/

    .linha-menu-rodape {
            float: left;
            width: 100%;
            background: #C0090E;
            padding: 40px 0 40px 0;
            border:solid 0px red;
    }
        .linha-menu-rodape .col-md-6 {
            border:solid 0px red;
        }

        .linha-menu-rodape h2{
                float: left;
                width: 100%;
                font: 18px "Montserrat", serif;
                font-weight: 700;
                color: #fff;
                padding: 0 0 10px 0;
                letter-spacing: -1px;
                border:solid 0px red;
        }
        
        .linha-menu-rodape ul{
            float: left;
            width: 100%;
            font: 14px "Montserrat", serif;
            font-weight: 500;
            color: #fff;
            letter-spacing: -1px;
            list-style-type: square;
            padding: 0 0 0 15px;
            border:solid 0px red;
        } 
            .linha-menu-rodape ul a{
                display: block;
                font: 14px "Montserrat", serif;
                font-weight: 500;
                color: #fff;
                letter-spacing: -1px;
                text-transform: uppercase;
                text-decoration: none;
                padding: 5px 0 5px 0;
                border-top:solid 1px #fff;
            }

/**********/


/*** FOOTER ***
               *****/
    footer.cop-por {
        position: relative;
        z-index: 11;
        float: left;
        min-width:100%;
        float:left;
        margin: -20px 0 0 0;
        font: 13px "Montserrat", serif;
        color: #FFF;
        font-weight: 500;
        letter-spacing: -1px;
        background: #062360;
        border:solid 0px red;
    }

        .cop {
            float:left;
            width: 100%;
            min-height:60px;
            margin:3% 0 0 0;
            padding:5px 0 0 0;
            border:solid 0px blue;      
        }

            span.marcador {
                float: left;
                border:solid 0px #000;
            }

            footer.cop-por .col-md-9 {
                border: solid 0px green;
                padding: 0;
            }
            footer.cop-por .col-md-3 {
                border: solid 0px green;
                padding: 0;
            }
                .por {
                    float:right;
                    width: 100%;
                    margin: 5px 0 0 0;
                    text-align:right;
                    font: 11px "Montserrat", serif;
                    color:#000;
                    font-weight: 300;
                    border: solid 0px yellow;
                }

                                .por  a{
                                        display: block;
                                        color: #fff;
                                    }

                                    .por  a:hover {
                                            color: #fec419;
                                            text-decoration:none;
                                        }

        .box-botoes-rede-um {
            width: 35px;
            height:30px;
            background: #062360;
            position:fixed;
            bottom:72px;
            right:0px;
            border-radius:0px;
            text-align:center;
            font-size:15px;
            z-index:999997;
            /*box-shadow: 1px 1px 2px #888;*/
            padding: 2px 0 0 0;
            border: solid 0px red;
        }
           .box-botoes-rede-um img {
                width: 25px;
                height: 25px;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

        .box-botoes-rede-dois {
            background: #062360;
            position:fixed;
            width:35px;
            height:30px;
            bottom:40px;
            right:0px;
            border-radius:0px;
            text-align:center;
            font-size:15px;
            z-index:999997;

        }
           .box-botoes-rede-dois img {
                width: 25px;
                height: 25px;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

        .box-botoes-rede-tres {
            background: #062360;
        }
           .box-botoes-rede-tres img {
                width: 25px;
                height: 25px;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

        .top2 {
            width:35px;
            height:30px;
            position: fixed;
            right: 0px;
            bottom: 8px;
            z-index: 9999;
            font-size:15px; 
            color: #fff;
            border: none; 
            cursor: pointer; /* Indica que é clicável */
            background: #C0090E;
            z-index:999997;
/*            box-shadow: 1px 1px 2px #888;*/
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottom-left: 5px;
            border-bottom-left-radius: 5px;
            padding: 2px 0 0 2px;
            border: solid 0px red;
        }

        @media (max-width: 902px) {
            .cop {
                padding:5px 20px 0 20px;
                text-align: center;
                border:solid 0px blue;      
            }
            .por {
                width: 100%;
                text-align:center;
                font: 11px "Montserrat", serif;
                color:#000;
                padding: 0 0 10px 0;
                border: solid 0px yellow;
            }
        }

/**********/


/*** Interna - single ***
                        *****/
    .box-conteudo-interno {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
        border: solid 0px red;
    }

  
        .box-tit-h1-interno {
            float: left;
            width: 100%;
            margin: 10px 0 0 0;
            border: solid 0px red;
        }
            .box-tit-h1-interno a {
                color:#000; 
                text-decoration: none;
                border: solid 0px red;
            }
            h1.h1-interno {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                font: 30px "Montserrat", serif;
                color:#000; 
                letter-spacing: -1px;
                line-height: 30px; 
                font-weight: 800;    
           }

        span.box-data-item-servicos {
            float: left;
            width: 100%;
            margin: 7px 0 5px 0;
            border: solid 0px red;
        }
        span.data-item-servicos {
            font: 14px "Epilogue", arial, helvetica, sans-serif;
            color: #fff;
            float: left;
            margin: 0 0 0 0;
            padding: 2px 10px 2px 5px;
            background: #c0090e;
            letter-spacing: -1px;
            border: solid 0px red;
        }   
        /*autor e biografia*/
        span.box-autor-top {
            font: 15px "Epilogue", arial, helvetica, sans-serif;
            float: left;
            width: 100%;
            margin: 7px 0 10px 0;
            text-align: left;
            line-height: 1.2em;
            /*nova*/
            border-left: 3px solid #c0090e;
            padding: 10px 12px 10px 15px;
            background-color: #eeeeee;
            border-radius: 5px;
        }

            span.autor-name {
                font-weight: 700;
                border: solid 0px red;
            }
            span.autor-bio {
                font-weight: normal;
                border: solid 0px red;
            }

        .box-informacao-responsabilidade {
            float: left;
            width: 100%;
            font: italic 15px "Epilogue", arial, helvetica, sans-serif;
            color: #c0090e;
            margin: 0 0 10px 0;
            border: solid 0px red;
        }
        .box-chamada-de-envio {
            float: left;
            width: 100%;
            font: italic 15px "Epilogue", arial, helvetica, sans-serif;
            text-align: justify;
            border: solid 0px red;
        }
        .box-chamada-de-envio a{
            text-decoration: underline;
            color: #000;
        }

        /*compartilhe*/
            /* Container principal */
            .box-compartilhe {
                float: left;
                width: 100%;
                margin: 1rem 0 3rem 0;
                padding: 0 0 0 0;
                border: solid 0px red;
            }

            /* Título "Compartilhe:" */
            .box-compartilhe h4 {
                margin-bottom: 0.5rem;
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color: #333;
                font-weight: 700;
            }

            /* Botões de compartilhamento */
            .jssocials-share {
                display: inline-flex;
                align-items: center;
                margin: 0 8px 8px 0;
                padding: 0 0 0 0;
                border-radius: 4px;
                background-color: #f5f5f5;
                transition: all 0.2s ease;
                text-decoration: none !important;
                border: solid 1px #062360;
            }

            /* Ícones */
            .jssocials-share-logo {
                margin-right: 8px;
                font-size: 18px;
            }

            /* Texto dos botões */
            .jssocials-share-label {
                font-size: 14px;
                font-weight: 500;
            }

          .jssocials-share-link {
              background: #062360!important;
          }
            .jssocials-share-link:hover {
              background: #c0090e!important;
          }

            /* Efeito hover */
            .jssocials-share:hover {
                opacity: 0.9;
                transform: translateY(-2px);
                box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            }
        /********/

        .box-texto-interno {
           float: left;
           width: 100%;
           padding: 0 0 30px 0;
           margin: 15px 0 10px 0;
            /* text-align: justify; */
           border-bottom: solid 4px #cecece;
        }
        .box-texto-interno-page {
           float: left;
           width: 100%;
           padding: 0 0 30px 0;
           margin: 15px 0 10px 0;
           border-bottom: solid 4px #cecece;
        }
            /*paragrafos internos*/
            .box-texto-interno p {
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                font-weight: normal;
                margin: 0 0 25px 0;
                padding: 0 0 0 0;
                line-height: 1.4em;
               border: solid 0px red;
            }
            .box-texto-interno-page p {
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                margin: 0 0 15px 0;
                padding: 0 0 0 0;
                line-height: 18px;
                text-align: justify;
               border: solid 0px red;
            }
                .box-texto-interno a,
                .box-texto-interno-page a {
                    color: #0853a6;
                    text-decoration: underline;
                }


            /*titulos e subtitulos internos*/
            .box-texto-interno h1,
            .box-texto-interno h2 {
                font: 1.8rem "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                font-weight: 600;
                letter-spacing: -1px;
                margin: 0 0 10px 0;
                padding: 0 0 0 0;
               border: solid 0px red;
            }
            .box-texto-interno h3 {
                font: 1.5rem "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                font-weight: 600;
                letter-spacing: -1px;
                margin: 20px 0 15px 0;
                padding: 0 0 0 0;
               border: solid 0px red;
            }

            /*citacoes*/
            .box-texto-interno p.citacao {
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                font-weight: normal;
                margin: 0 0 25px 18%;
                padding: 0 0 0 15px;
                line-height: 1.4em;
               border-left: solid 8px #d9d8d8;
            }

            /*lide*/
            p.lide {
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                margin: 0 0 25px 0;
                padding: 10px 10px 10px 10px;
                line-height: 18px;
                text-align: justify;
                border-left: solid 6px #C0090E;
            }

            /*listas internas*/
            .box-texto-interno-page ul {
                font: 16px "Epilogue", arial, helvetica, sans-serif;
                color:#333;
                /*margin: 0 0 0 0;*/
                padding: 0 0 0 15px;
                list-style-type: square;
                border: solid 0px green;
            }
                .box-texto-interno-page ul li{
                    font: 16px "Epilogue", arial, helvetica, sans-serif;
                    color:#333;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    border: solid 0px red;
                }

            .box-texto-interno-page hr {
                /*float: left;
                width: 100%;*/
                margin: 15px 0 15px 0;
                border: solid 1px #cecece;
            }

            /*config todas as imagens do conteudo*/
            .box-texto-interno-page img,
            .box-texto-interno img {
                /*min-width: 100%;*/
                float: left;
                margin: 0 15px 15px 0;
                padding: 0 15px 15px 0;
                border: solid 0px red;
            }

        @media (max-width: 801px) {

        }

    /*Lado direito*/
    .widget-direita {
        float: right;
        width: 100%;
        margin: 10px 0 0 0;
        border: solid 0px red;
    }
        .widget-direita h2 {
            font: 26px "Montserrat", serif;
            color: #fff; 
            font-weight: 800;
            letter-spacing: -1px;
            line-height: 26px; 
            background: #062360;
            margin: 0 0 20px 0;
            padding: 20px 0 20px 10px;
            border-radius: 10px 0 10px 0;
            border: solid 0px red;
        }

            .widget-direita ul {
                float: left;
                width: 100%;
                list-style: none; /* Remove os bullets */
                padding: 0; /* Remove o recuo padrão */
                margin: 0; /* Remove a margem padrão */
                align-items: center;
                border: solid 0px yellow;
            }
                .widget-direita ul li{
                    float: left;
                    width: 100%;
                    margin: 0 10px 10px 0;
                    padding: 10px 15px 10px 20px; 
                    /*height: 90px;*/
                    background-color: #C0090E;
                    border-radius: 10px 0px 10px 0;
                    border-bottom: solid 5px #062360;
                } 

                 @media (max-width: 801px) {
                    .widget-direita ul li{
                        float: left;
                        width: 100%;
                        min-height: 100px;
                        margin: 5px 0px 5px 0;
                        /* padding: 10px 15px 70px 20px;  */
                        /*height: 90px;*/
                        background-color: #C0090E;
                        border-radius: 10px 0px 10px 0;
                        border-bottom: solid 5px #062360;
                    } 
                 }


                .widget-direita ul li a {
                    /* display: block; 
                    float: left; */
                    height: 100%;
                    font: 16px "Montserrat", serif;
                    font-weight: 400;
                    color: #fff;
                    text-decoration: none;
                    /* line-height: 16px; */
                    letter-spacing: -1px;
                    border: solid 0px green;
                }

                .post-author {
                    float: left;
                    width:100%;
                    font-size: 0.9em;
                    color: #fff;
                    margin-top: 0.9em;
                    padding: 5px 10px 10px 0px; 
                    border-top: solid 0px #fff;
                }

                /* Label "Por" em negrito */
                .post-author .author-label,
                .autor-artigo-mobile .author-label {
                    font-weight: 600;
                    color: #062360;
                    margin-right: 4px;
                }

        /**noticias relacionadas*/
        .linha-relacionados {
            float: left;
            width: 100%;
            background: #d9d8d8;
            border: solid 0px red;
        }

        .linha-relacionados .box-tit-h1-interno {
            margin: 0 0 20px 0;
            padding: 0 0 0 15px;
            border: solid 0px red;
        }

        /**posts relacionados**/
        .related-posts {
            float: left;
            width: 100%;
            margin: 0 0 0 0;
            padding: 50px 0 50px 0;
            border: 0px solid #000;
        }

        .related-posts h3 {
            margin-bottom: 30px;
            font-size: 24px;
            color: #333;
            text-align: center;
        }

        .related-post-card {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            margin: 0 0 20px 0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .related-post-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .related-post-thumbnail {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .related-post-title {
            font: 18px "Montserrat", serif;
            color: #000; 
            font-weight: 500;
            letter-spacing: -1px;
            line-height: 19px; 
            padding: 15px;
            margin: 0;
            border: solid 0px red;
        }
           .related-post-card a {
                text-decoration: none!important;
            }

           .related-post-card a:hover {
                color: #0073aa;
                text-decoration: none!important;
            }

/**********/


/*** Busca - search ***
                        *****/
    .box-termo-buscado {
        float: left;
        width: 100%;
        margin: 10px 0 20px 0;
        background: #074989;
        padding: 15px;
        border: solid 0px red;
    }
        .box-termo-buscado {
             font: 18px "Montserrat", serif;
            color: #fff; 
            font-weight: 900;
            letter-spacing: -1.5px;
            line-height: 18px; 
        }
        .destaque-termo {
            color: #2ea0db;
        }

    /* Estilo do formulário de refinamento */
    .form-refinamento {
        margin-bottom: 30px;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .filtro-texto,
    .filtro-data {
        margin-bottom: 15px;
    }

    .filtro-texto label,
    .filtro-data label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .filtro-texto input[type="text"],
    .filtro-data input[type="date"] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    /* Layout padrão para desktop */
    .filtro-data {
        display: flex;
        gap: 15px; /* Espaço entre os campos */
        align-items: center;
    }

    /* Estilo para mobile */
    @media (max-width: 768px) {
        .filtro-data {
            display: block; /* Altera o layout para uma coluna */
        }

        .filtro-data label {
            margin-top: 10px; /* Adiciona espaço entre as labels */
        }

        .filtro-data input[type="date"] {
            margin-bottom: 10px; /* Adiciona espaço entre os campos de data */
        }
    }

    /* Estilo da área de resultados */

    /*so para as buscas de itens do menu*/
    .resultados-busca {
        float: left;
        width: 100%;
        border: solid 0px red;
        position: relative;
    }
    /*so para as buscas de post type, posts e paginas*/
    .resultados-busca2 {
        float: left;
        width: 100%;
        border: solid 0px red;
        position: relative;
    }
        .carregando::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.8);
            z-index: 10;
        }

        .carregando::before {
            content: 'Carregando...';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
            color: #0073aa;
            z-index: 11;
        }

        .meta-info-busca {
            float: left;
            width: 100%;
            margin: 10px 0 10px 0;
            font-size: 14px;
            color: #666;
            border-left: 3px solid #0073aa;
            padding-left: 15px;
            background-color: #f9f9f9;
            padding: 10px 15px;
            border-radius: 4px;
        }



/****************/

/*** Configurações Gerais internas ***
                                        *****/

    .box-subtopo-interno {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        background: #C0090E;
        padding: 0 0 0 0;
        border-radius: 0 0 10px 10px;
        border: solid 0px red;
    }
        .box-categoria-interno {
            width: 100%;
            float: left;
            margin: 2% 0 0 0;
            padding: 0 0 0 0;
            border: solid 0px white;
        }
        .box-subtopo-interno h2 {
            font: 34px "Montserrat", serif;
            color: #fff; 
            font-weight: 900;
            letter-spacing: -1px;
            padding: 0 15px 0 15px;
            line-height: 30px; 
        }

    /*migalhas*/
    .box-migalhas {
        width: 100%;
        float: left;
        margin: 0 0 1% 1%;
        padding: 0 0 0 0;
        border-radius: 0 0 7px 7px;
        border: solid 0px red;
    }

    @media (max-width: 801px) {
        .box-migalhas {
            margin: 0 0 1% 0;
            padding: 5px;
            border: solid 0px red;
        }
    }
        #breadcrumbs{
            list-style:none;
            margin:10px 0;
            padding: 0;
            overflow:hidden;
            text-transform: uppercase;
            border: solid 0px red;
        }
            #breadcrumbs li {
                display:inline-block;
                /*vertical-align:middle;*/
                margin:0 5px 0 10px;
                padding: 0;
               font: 12px "Montserrat", serif;
                color:#fff;  
                font-weight: 500; 
                letter-spacing: -0.5px; 
                border: solid 0px red;
            }
                #breadcrumbs li a {
                    font: 12px "Montserrat", serif;
                    color:#fff;  
                    font-weight: 500;  
                    text-decoration: underline;
                }
                #breadcrumbs li a:hover {
                    font: 12px "Montserrat", serif;
                    color:#cecece;  
                    font-weight: 500;    
                    text-decoration: none;
                }

        #breadcrumbs .separator{
            font: 9px arial, helvetica, sans-serif;
            color:#fff;
        }

    /*migalhas2*/
    .box-migalhas2 {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 15px 0 15px 0;
        border-radius: 0 0 7px 7px;
        background: #d9d8d8;
        border: solid 0px red;
    }

    @media (max-width: 801px) {
        .box-migalhas2 {
            margin: 0 0 1% 0;
            padding: 5px;
            border: solid 0px red;
        }
    }
        .box-migalhas2 #breadcrumbs{
            list-style:none;
            margin:10px 0;
            padding: 0;
            overflow:hidden;
            text-transform: uppercase;
            border: solid 0px red;
        }
            .box-migalhas2 #breadcrumbs li {
                display:inline-block;
                /*vertical-align:middle;*/
                margin:0 5px 0 10px;
                padding: 0;
               font: 12px "Montserrat", serif;
                color:#000;  
                font-weight: 500; 
                letter-spacing: -0.5px; 
                border: solid 0px red;
            }
                .box-migalhas2 #breadcrumbs li a {
                    font: 12px "Montserrat", serif;
                    color:#000;  
                    font-weight: 500;  
                    text-decoration: underline;
                }
                .box-migalhas2 #breadcrumbs li a:hover {
                    font: 12px "Montserrat", serif;
                    color: #C0090E;  
                    font-weight: 500;    
                    text-decoration: none;
                }

        .box-migalhas2 #breadcrumbs .separator{
            font: 9px arial, helvetica, sans-serif;
            color:#000;
        }

    .colunista-item {
        float: right;
        height:100px;
        border: solid 0px white;
    }
        .colunista-item img{
            float: right;
            width: 100px;
            height:100px;
            border-radius: 0 0 10px 0;
            border: solid 0px green;
        }

    .tit-colunistas {
        float: right;
        margin: 9% 3% 0 0;
        text-align: right;
        border: solid 0px white;
    }
        .tit-colunistas p { 
            font: 16px "Montserrat", serif;
            color: #fff; 
            font-weight: 600;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            letter-spacing: 0px;
        }
        .tit-colunistas h3 { 
            font: 22px "Montserrat", serif;
            color: #fff; 
            font-weight: 900;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            letter-spacing: 0px;
        }

    /*archive-avisos.php*/
    .box-tit-geral-interno-azul {
        float: left;
        width: 100%;
        margin: 10px 0 20px 0;
        background: #1f82c5;
        padding: 15px;
        border: solid 0px red;
    }
        .box-tit-geral-interno-azul h2 {
            font: 30px "Montserrat", serif;
            color: #fff; 
            font-weight: 900;
            letter-spacing: -1px;
            line-height: 30px; 
        }

        a.leiamais {
            font: 16px "Montserrat", serif;
            color: #fff; 
            font-weight: 500;
            letter-spacing: -1px;
            background: #074989;
            text-decoration: none;
            padding: 0 15px 0 15px;
        }
/********/

/*** paginacao sem plugins ***
                              ****/
        #pagination {
            float:left;
            width:100%;
            margin: 10px 0 10px 0;
            font: 16px "Montserrat", serif;
            text-transform: uppercase;
            font-weight: 700;
            border:solid 0px red;
        }
        #pagination a, #pagination .dots, #pagination .next, #pagination .prev {
            padding: 5px;
            margin: 0 2px;
            color: #fff;
            background-color: #c0090e;
            text-decoration:none;
            border: 1px solid #c0090e;
        }
        #pagination a:hover, #pagination .next:hover, #pagination .prev:hover {
            border: 1px solid #062360;
            color: #fff;
            text-decoration:none;
            background-color: #062360;
        }
        #pagination .current {
            padding: 5px;
            margin: 0 2px;
            border: 1px solid #062360;
            color: #fff;
            background-color: #062360;
        }
/********/

/**decanos***/
    /* Estilos para a lista de decanos */
    .decanos-list {
        float: left;
        width: 100%;
    }

    .decano-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding: 15px;
        border-radius: 0 8px 0 8px;
        border: solid 1px #cecece;
    }

    .decano-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .decano-imagem {
/*        margin-bottom: 20px;*/
    }

    .decano-imagem img {
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        max-width: 100%;
        height: auto;
    }
        .sem-imagem {
            background: #f5f5f5;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #777;
            border-radius: 8px;
        }

    .decano-titulo {
        font: 22px "Montserrat", serif!important;
        font-weight: 800!important;
        letter-spacing: -1px;
        color: #333;
        margin: 0 0 15px 0;
        padding: 0 0 0 0;
        font-size: 24px;
    }

    .decano-biografia {
        color: #555;
        line-height: 1.2;
    }

    /* Responsividade */
    @media (max-width: 767px) {
        .decano-imagem {
            margin-bottom: 15px;
        }

    }

    .redes-sociais-decanos {
        float: left;
        width: 100%;
        text-align: right;
        margin-top: 20px;
        border: solid 0px red;
    }
        .rede-social-item {
            display: inline-flex;
            align-items: center;
            margin: 0 5px 0 5px;
            padding: 2px 10px;
            background-color: #f5f5f5;
            border-radius: 4px;
            font-size: 14px;
            color: #333;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .rede-social-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .rede-social-item i {
            margin-right: 8px;
            font-size: 14px;
        }

        /* Cores específicas para cada rede social */
        .rede-social-item[href*="instagram.com"] {
            background-color: #E1306C;
            color: white;
        }

        .rede-social-item[href*="facebook.com"] {
            background-color: #4267B2;
            color: white;
        }

        .rede-social-item[href*="linkedin.com"] {
            background-color: #0077B5;
            color: white;
        }

        .rede-social-item[href*="whatsapp.com"],
        .rede-social-item[href*="wa.me"] {
            background-color: #25D366;
            color: white;
        }

    /* Versão mobile - mostra apenas ícones */
    @media (max-width: 768px) {

        .redes-sociais-decanos {
            text-align: center  ;
        }
            .rede-social-item {
                padding: 5px; /* Reduz o padding */
                width: 30px; /* Largura fixa */
                height: 25px; /* Altura fixa */
                justify-content: center;
            }
            
            .nome-rede {
                display: none; /* Oculta o nome em mobile */
            }
            
            .rede-social-item i {
                margin-right: 0; /* Remove margem do ícone */
                font-size: 14px; /* Aumenta um pouco o ícone */
            }
            
            /* Tooltip para melhor usabilidade */
            .rede-social-item {
                position: relative;
            }
            
            .rede-social-item:hover::after {
                content: attr(aria-label);
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: #333;
                color: white;
                padding: 4px 8px;
                border-radius: 4px;
                font-size: 12px;
                white-space: nowrap;
                margin-top: 5px;
            }
    }

/*****/

/****editais******/

    /* Container das ações */
    .editais-list {
        float: left;
        width: 100%;
        border: solid 0px red;
    }
    .edital-item {
        float: left;
        width: 100%;
        border: solid 0px red;
    }

    .edital-conteudo {
        float: left;
        width: 100%;
        padding: 40px 0 40px 0;
        border-bottom: solid 1px #cecece;       
    }
    .edital-titulo {
        font: 22px "Montserrat", serif!important;
        font-weight: 800!important;
        letter-spacing: -1px;
        color: #333;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 24px;
        border: solid 0px red;
    }

        .edital-texto {
            float: left;
            width: 100%;
            margin: 10px 0 0 0;
            border: solid 0px red;            
        }

        .leia-mais-editais {
            float: right;
           font: 12px "Montserrat", serif!important;
           font-weight: 700!important;
           letter-spacing: -1px;
           color: #fff;
           margin: 10px 0 0 0;
           padding: 2px 15px 2px 15px;
           background: #c0090e;
        }
        .leia-mais-editais:hover {
           color: #fff;
           text-decoration: none;

        }

        .edital-acoes {
            float: left;
            width: 100%;
            margin: 20px 0 0 0;
        
        }
            /* Botão de download */
            .edital-download {
                float: left;
                width: 40%;
            }
                .btn-download-edital {
                    display: inline-flex;
                    align-items: center;
                    padding: 5px 10px;
                    background-color: #c0090e;
                    color: white !important;
                    text-decoration: none;
                    border-radius: 0px;
                    transition: all 0.3s ease;
                    width: 100%;
                    justify-content: center;
                }

            /* Botão do WhatsApp */
            .box-compartilhe-edital {
                float: right;
                width: 25%;
                text-align: right;
            }

            @media (max-width: 902px) {
                .box-compartilhe-edital {
                    width: 100%;
                    margin: 10px 0 0 0;
                }
            }

            .btn-share-whatsapp {
                display: inline-flex;
                align-items: center;
                margin: 0 0 0 0;
                padding: 5px 10px;
                background-color: #062360;
                color: white !important;
                text-decoration: none;
                border-radius: 0px;
                transition: all 0.3s ease;
                width: 100%;
                justify-content: center;
            }

            /* Ícones */
            .btn-download-edital i,
            .btn-share-whatsapp i {
                margin-right: 8px;
            }

            /* Efeitos hover */
            .btn-download-edital:hover {
                background-color: #c0392b;
                transform: translateY(-2px);
            }

            .btn-share-whatsapp:hover {
                background-color: #128C7E;
                transform: translateY(-2px);
            }

            /* Responsividade */
            @media (max-width: 768px) {
                .edital-acoes {
                    flex-direction: column;
                }
                
                .edital-download,
                .box-compartilhe {
                    width: 100%;
                    text-align: center;
                }
            }
/******/


/***QUEM SOMOS*******/
/* Estilos para a lista de membros */
.quem-somos-list {
    margin-bottom: 40px;
    border: solid 0px red;
}

.membro-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.membro-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.membro-imagem {
    margin-bottom: 20px;
}

.membro-imagem img {
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
}

.sem-imagem-membro {
    background: #f5f5f5;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    border-radius: 8px;
}

    .membro-titulo {
        font: 22px "Montserrat", serif!important;
        font-weight: 800!important;
        letter-spacing: -1px;
        color: #333;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 24px;
    }

    .membro-biografia {
        color: #555;
        line-height: 1.2;
    }

    .membro-cargo {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        border: solid 0px red;
    }


/* Redes sociais */
.redes-sociais-membros {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: solid 1px #fff;
}

/* Paginação */
#pagination-membros {
    margin-top: 40px;
}

/* Responsividade */
@media (max-width: 767px) {
    .membro-imagem {
        margin-bottom: 15px;
    }
    
    .membro-titulo {
        font-size: 20px;
    }
    
    .redes-sociais-membros {
        justify-content: left;
    }
}

/****************/


/*****404*******/

    h1.ops {
        font: 26px "Montserrat", serif!important;
        font-weight: 800!important;
        letter-spacing: -1px;
        color: #333;
        margin: 0 0 0 5px;
        padding:  0 0 0 0;
    }
    .highlight {
        font: 50px "Montserrat", serif!important;
        font-weight: 800!important;
        letter-spacing: -1px;
        margin: -10px 0 0 0!important;
        padding: 0 0 0 0!important;
        color: #dc3545;
        border: solid 0px red;
    }
    .text-erro {
        font: 24px "Montserrat", serif!important;
        font-weight: 400!important;
        letter-spacing: -1.5px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

/*************/

/* Garante que a ul ocupe 100% do container */


.espaco10 {
    float: left;
    width: 100%;
    height: 10px;
    border: solid 0px red;
}

.linha-cinza {
 float: left;
 width: 100%;
 height: 20px;
 padding: 0 0 0 0;
 margin: 35px 0 15px 0;
 border-top: solid 4px #cecece;
}





/* Estilo para o placeholder de carregamento */
.loading-placeholder {
    background: linear-gradient(90deg, #f5f5f5 25%, #e0e0e0 50%, #f5f5f5 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    color: #999;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Estilo para os vídeos */
.video-embed {
    margin-bottom: 20px;
}


/************/

/**portarias**/
 /* Ícones */
            .btn-download-portaria i,
            .btn-download-portaria i {
                margin-right: 8px;
            }

            /* Efeitos hover */
            a.btn-download-portaria {
                color: #c0090e!important;
            }



/************/

#contact-form {
    max-width: 600px;
    margin: 0 0 0 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: solid 0px red;
}

#contact-form .form-group {
    margin-bottom: 20px;
}

#contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#contact-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

#contact-form textarea.form-control {
    min-height: 150px;
}

#contact-form .btn-primary {
    background: #062360;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

#contact-form .btn-primary:hover {
    background: #1a252f;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
}