    body {
        font-size: 14px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
        background: #e2e1e0 !important;
    }

    header {
        background: #171d47;
    }

    p {
        margin: -1 0 0 10px;
        text-align: justify;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    h3 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    #banner-desc {
      margin-top: -50px;
      height: 45px;
    }
    .item {
        margin-top: 20px !important; 
    }
  
    @media (max-width: 767px) {
  #banner-desc {
  margin-top: -40px;
  height: 35px;
  }
}

#banner .item {
  position: relative;
  margin-top: -50px;
}

.bannergroup .banneritem img {
  display: block;
  max-height: 260px;
  object-fit: cover;
  margin: 0 auto;
}

#banner .overlay {
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  top: inherit;
}

    .input-group {
        width: 100%;
    }

    .inner-addon {
        position: relative;
    }
    /* style icon */

    .inner-addon .icone_busca {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

    .right-addon .icone_busca {
        top: -5px;
        right: 0px;
    }
    /* Inicio cabeçalho*/

    .cabecalho {
        height: 180px;
        margin-bottom: 0;
    }

    .logo {
        margin-top: 30px;
    }

    .social {
        letter-spacing: 2px;
        margin-right: 5px;
        margin-top: 30px;
        font-size: 1.2em;
        height: 120px;
        border-right: 1px solid #60668f;
    }

    .acessibilidade {
        margin: 30px 10px 0 -33px;
    }

    .acessibilidade ul li {
        list-style: none;
    }

    .acessibilidade ul li a {
        color: white;
        font-size: 0.9em;
    }

    .social a i {
        color: white;
    }

    .direita {
        float: right;
        padding-right: 10px;
    }

    .menu_topo {
        border-top: 1px solid white;
        width: 100%;
        background: #171d47;
    }

    .menu_cabecalho {
        height: 38px;
        border-top: 1px solid #60668f;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #13173e !important;
    }

    #lista_menu_topo li a {
        line-height: 12px;
        color: white !important;
        font-size: 0.900em !important;
        height: 36px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #lista_menu_topo li a:hover {
        background: #13173e;
    }

    .sub-menu {
        position: absolute;
        z-index: 3;
        background-color: #171D47 !important;
        padding: 0px;
    }

    .sub-menu li {
        list-style: none;
    }

    .sub-menu li a {
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
    }

    #busca_site {
        margin-top: 7px;
        margin-bottom: 0;
    }

    #menu_topo {
        background: #171d47;
        border: none;
        height: 36px;
        margin-bottom: 0px !important;
    }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #13173e !important;
}

    .box {
        background: white;
        width: 208px;
        height: 22px;
        border-radius: 5px;
    }

    .botao_busca {
        border: none;
        float: right;
        border-radius: 5px;
        background: transparent;
    }

    .box input {
        display: inline-block;
        outline: 0;
        border: 0;
        padding: 2px;
        width: 80%;
        height: 20px;
        border-radius: 5px;
    }

    .box .button {
        background: white;
        border: none;
        float: right;
        border-radius: 5px;
        height: 20px;
    }

    .imagem {
        padding-top: 30px;
    }



    .descricao_imagem {
        margin: 5px 0px;
        height: 50px;
        /* display: none; */
        font-size: 1.5em;
        color: white;
        /* padding: 0px 10px; */
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .titulo_imagem {
        margin: 5px 0px;
        font-size: 1.05em;
        display: inline;
        color: #ffffff;
        background-color: #7fb539;
        padding: 2px 5px;
        position: relative;
        top: 5px;
        float: right;
    }

    .destaque {
        margin: 1 1% 0 20%;
        font-size: 0.97em;
        display: inline;
        color: #ffffff;
        background-color: #7fb539;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: capitalize;
    }

    .category,
    .sub-category {
        margin: 1 1% 0 20%;
        font-size: 0.97em;
        display: inline;
        color: #ffffff;
        background-color: #5e94f2;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: capitalize;
        margin-right: 5px;
    }

    .sub-category a {
        color: #FFF;
    }

    .published,
    .create,
    .modified,
    .createdby {
        margin: 1 1% 0 20%;
        font-size: 0.8em;
        display: inline;
        color: #8d8989;
        padding-left: 1px;
        padding-right: 1px;
    }

    .title-card-home {
        font-size: 1.5em;
    }

    #space {
        margin-top: 10px;
    }

    .pointer {
        cursor: pointer;
    }

    .pointer .image {
        width: 100%;
        object-fit: cover;
    }

    @media screen and (max-width: 992px) {
        #linha {
            height: 40px !important;
            width: 12% !important;
        }
        #bs-example-navbar-collapse-1 {
            border-color: #e7e7e7;
            background: #171d47;
            width: 100%;
            position: absolute;
            z-index: 3;
        }
        .box {
            width: 100%;
        }



        #botao_menu_topo {
            float: left;
            margin-left: 10px;
            padding: 3px 5px;
            background: rgb(0, 0, 0, 0.3);
            color: #fff !important;
            border: none;
        }
        .menu_cabecalho {
            height: 37px !important;
        }

    }


    @media screen and (max-width: 767px) {
        .w3-card-12 img,
        .card_principal,
        :not('#avs_gallery div div div img') {
            max-height: 396px !important;
            min-height: 0px !important;
        }
        .w3-card-12 {
            height: auto !important;
        }
        #avs_gallery div .w3-card-12 {
            height: auto !important;
        }
        .play {
            width: 20% !important;
        }

        .social {
            border-right: none;
            font-size: 1.667em !important;
            height: 0px;
            margin-top: 15px !important;
        }
        .acessibilidade {
            display: none;
        }
        .direita {
            text-align: center;
            float: none !important;
        }
        .descricao_imagem,
        .titulo_imagem {
            font-size: 0.5625em;
            height: 24px;
        }
        .imagem {
            padding-top: 25px;
            margin: 0 auto;
        }
        #img-responsive {
            margin: 0 auto;
        }
        #rodape .selectors {
            border-left: 0px !important;
            border-bottom: 1px solid white;
            margin-top: 18px;
            padding-bottom: 10px;
            line-height: 1.7;
        }
        #secretarias {
            height: 46px;
        }
        #rodape .fale-conosco {
            min-height: none;
            line-height: 2;
            border-left: 0px !important;
        }
    }

    .video {
        margin-top: 20px;
    }

    .video .w3-card-12 {
        height: auto;
    }

    .video .w3-card-12 img {
        min-height: 0;
    }

    #menu .busca form input {
        border: 0;
        background: none;
    }

    .pull-left {
        float: left!important;
    }

    .pull-right {
        float: right!important;
    }

    .navbar {
        min-height: 36px !important;
    }
    /*Fim Cabeçalho*/
    /*inicio do conteudo*/

    .item-page-title,
    .item-page-title a {
        margin-bottom: 15px;
        color: #171d47 !important;
    }

    .breadcrumbs {
        margin: 10px 0 0 15px;
    }

    .w3-card-12 {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        height: 500px;
        margin-bottom: 20px;
        background: #fff;
        overflow: hidden;
    }
    /* Css dos vídeos internos*/

    .w3-row-padding {
        padding: 0 8px;
    }

    .w3-margin-top {
        margin-top: 16px !important;
    }

    .w3-third {
        float: left;
        margin: 10px 18px;
        width: 30%;
    }

    .w3-card-2 {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    }

    .w3-card-2 img {
        min-height: 0px !important;
    }
    /* Fim do css dos vídeos internos*/

    .print-icon a img,
    .email-icon a img,
    .button-icons {
        float: right;
        list-style-type: none;
        min-height: 0 !important;
    }

    .button-icons li {
        padding: 0 !important;
        display: inline-flex;
    }

    .print-icon {
        margin-right: 10px;
    }

    .w3-card-12 img,
    .card_principal {
        max-height: 270px;
        min-height: 270px;
    }

    .card_principal {
        width: 100%;
        object-fit: cover;
    }

    .btn-default-inverse {
        color: #333;
        background-color: #e2e1e0;
        border-color: #b6afaf !important;
        width: 100%;
        height: 43px;
        font-size: 1.50em;
    }

    .btn-default-inverse:hover {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default-inverse h3 {
        font-size: 1.0625em;
        margin-top: 7px;
    }

    .min-card {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        margin: 20px;
        background: #fff;
        height: 37px;
    }

    .detalhes .container .row h1 {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .w3-container {
        padding: 0.01em 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #avs_gallery div .w3-card-12 .w3-container {
        margin-top: 0 !important;
    }

    #pagination {
        text-align: center;
    }

    .internas .row div .w3-card-12 div p img {
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .internas .w3-card-12 p,
    .internas .w3-card-12 a,
    :not(.button-icons li) {
        padding: 0 15px;
    }

    .internas .w3-card-12 p,
    .internas .w3-card-12 a {
        white-space: normal;
    }

    .internas .w3-card-12 {
        height: auto;
        padding: 10px;
        margin-top: 30px;
    }

    .small-date {
        color: #666;
    }

    #avs_gallery {
        margin-top: 20px;
    }

    .play {
        position: absolute;
        width: 30%;
        left: 35%;
        opacity: 0.7;
    }

    #avs_gallery .w3-card-12 img {
        height: auto;
    }

    .avs_responsive h2,
    .avs_responsive .avs_category_label,
    .avs_responsive .avs_video_description {
        margin-left: 15px;
    }

    .avs_video_description {
        padding-bottom: 10px
    }

    #avs_gallery div .w3-card-12 {
        height: auto;
    }
    /*fim do conteudo*/
    /*footer*/

    #rodape {
        padding: 20px 0px;
        background: #171d47;
        margin-top: 20px;
        color: White;
    }

    #rodape .selectors {
        border-left: 1px solid white;
        padding-left: 15px;
    }

    #rodape .fale-conosco {
        border-left: 1px solid white;
        padding-left: 15px;
        min-height: 127px;
        line-height: 200%;
    }

    #rodape .links {
        list-style: none;
        padding: 0;
        padding-left: 15px;
        border-left: 1px solid white;
    }

    #secretarias {
        margin: 0;
        font: inherit;
        color: Black;
    }

    #rodape select {
        padding: 2px 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;
        overflow: hidden;
        color: black;
        border: none;
    }

    .via a {
        color: white;
    }

    .links a {
        color: white;
    }

    .fonte {
        font-size: 1em;
    }

    .links a:hover {
        color: white;
    }

    .links a:visited {
        color: white;
    }

    .via a:hover {
        color: white;
    }

    .via a:visited {
        color: white;
    }

    .totop {
        position: fixed;
        bottom: 10px;
        right: 20px;
    }

    .totop a {
        display: none;
    }

    #loadMore a,
    a:visited {
        color: #33739E;
        text-decoration: none;
        display: block;
        margin: 10px 0;
    }

    #loadMore a:hover {
        text-decoration: none;
    }

    #loadMore {
        text-align: center;
        color: #171d47;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
    }

    #loadMore:hover {
        background-color: #fff;
        color: #33739E;
    }

    .content_rating img {
        min-height: 16px;
    }

    .pager .next > a,
    .pager .next > span {
        float: right;
        border-radius: 4px;
    }

    .pager .next > span,
    .pager .previous > a,
    .pager .previous > span {
        border-radius: 4px;
    }

    #accessibility {
        display: block !important;
        font-size: 0.88em;
        font-family: Arial, Helvetica, sans-serif;
        list-style: none;
        margin: 0;
        padding: 5px 0 0 0px;
    }

    #accessibility li {
        display: inline;
    }

    #accessibility span {
        padding: 0 4px;
        background-color: #767B9C;
        color: #171D47;
    }

    #accessibility a {
        color: #fff;
        margin-right: 8px;
        text-decoration: none;
    }

    #jfontsize-minus,
    #jfontsize-default,
    #jfontsize-plus {
        text-decoration: none;
        background: #171d47;
        color: #fff;
        border-radius: 5px;
        padding: 2px;
    }

    #jfontsize-minus:hover,
    #jfontsize-default:hover,
    #jfontsize-plus:hover {
        text-decoration: none;
        background: #fff;
        color: #171d47;
        border-radius: 5px;
        padding: 2px;
    }

    .iteminfo span:not(.sub-category)::after {
        content: ' - ';
    }

    .iteminfo span:last-child::after {
        content: '';
    }

    #img-responsive {
        height: 167px;
        margin: 0px auto;
    }
    /* menu hamburger with close icon  */

    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

    ul#lista_menu_topo {
        text-transform: uppercase;
    }

    #linha {
        width: 8.33333333%;
        border-right: 1px solid white;
        margin-top: 2px;
        height: 60px;
    }

    .highlight {
        font-weight: bold;
    }



    #conteudo {
        min-height: 500px;
    }

    .propaganda-central {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
