.background-img {
    background: url(images/bg_top.jpg) no-repeat center top;
}



.data-header {
    color: #666;
    font-size: 0.8em;
    display: block;
    float: left;
}

.form_busca {
    background-color: #f9f9f9;
    border: 0;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    height: 46px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 0.9em;
    color: #949494;
    font-weight: normal;
    font-family: 'Roboto';
    border-left: solid 4px #B10305;
    box-sizing: border-box;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(61,61,61,1);
    -moz-box-shadow: 0px 0px 14px -4px rgba(61,61,61,1);
    box-shadow: 0px 0px 12px -6px rgba(61,61,61,1);
}

.input-img {
    background: transparent;
    border: 0;
    display: block;
    position: absolute;
    right: 26px;
    top: 0;
    cursor: pointer;
    color: #B10305;
    font-size: 28px;
}

#acessibilidade a {
    font-size: 0.8em;
    color: #333;
    font-weight: 600;
    letter-spacing: .03rem;
    font-family: 'Roboto';
}

.menu-acessibilidade {
    float: right
}

.midias-sociais {
    display: block;
    float: left;
    font-size: 12px;
    color: #676767;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 100%;
}

.padding-navbar {
    padding-left: 0;
    padding-right: 0;
}

.menu_principal li {
    white-space: nowrap;
    display: block;
    float: left;
    list-style: none;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 0px;
    padding-top: 10px;
    line-height: 16px;
    font-size: 0.87em;
    color: #000000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto';
    border-bottom: solid 4px #295874;
    position: relative;
}

    .menu_principal li:first-child {
        margin-left: 0px;
    }

    .menu_principal li:last-child {
        margin-right: 0px;
    }

    .menu_principal li:hover {
        color: #1d979d;
        margin-top: -4px;
        transition-duration: 0.2s;
        transition-property: transform;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border-color: #ffbc00;
    }

        .menu_principal li:hover > .sub {
            visibility: visible;
        }

.sub {
    visibility: hidden;
    display: block;
    position: absolute;
    min-width: 180px;
    padding: 15px;
    left: 0;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    z-index: 9999;
    top: 42px;
}

    .sub li {
        display: block;
        float: left;
        text-align: left;
        font-size: 0.8em;
        line-height: 16px;
        height: auto;
        padding-top: 5px;
        padding-bottom: 6px;
        min-height: auto;
        color: #3a3a3a;
        list-style: none;
        cursor: pointer;
        clear: both;
        width: 100%;
        box-sizing: border-box;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: solid 1px #e8e8e8;
    }

        .sub li:hover {
            color: #295874;
            margin-top: 0;
            margin-left: 5px;
            background-color: inherit;
        }

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.duas-colunas {
    column-count: 2;
}

.menu-publicidade {
    width: 100%;
}

.noticias-quadro {
    max-width: 793px;
    margin-top: 36px;
    float: left;
}

.noticias-simples {
    max-width: 793px;
    float: left;
    margin-top: -4px;
}

.menu-lateral {
    max-width: 450px;
    float: right;
    margin-top: 36px;
}

.conteudo-lateral {
    max-width: 430px;
    float: right;
}

.menu-home-img {
    width: 220px;
    height: 79px;
    margin-bottom: 6px;
}

.menu-a {
    width: 220px;
    float: left;
    margin-right: 6px;
}

.menu-b {
    width: 220px;
    float: right;
}

a.btn-legislacao {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/legislacao.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-legislacao {
    background-position: -220px 0;
}

a.btn-leis-municipais {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/leis-municipais.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-regimento-interno {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/regimento-interno.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-lei-organica {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/lei-organica.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-proposituras {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/proposituras.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-proposituras {
    background-position: -220px 0;
}

a.btn-indicacoes {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/indicacoes.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-projetos {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/projetos.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-requerimentos {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/requerimentos.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a.btn-pauta-das-sessoes {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/pauta-das-sessoes.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-pauta-das-sessoes {
    background-position: -220px 0;
}

a.btn-vereadores {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/vereadores.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-vereadores {
    background-position: -220px 0;
}

a.btn-mesa-diretora {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/mesa-diretora.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-mesa-diretora {
    background-position: -220px 0;
}

a.btn-comissoes {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/comissoes.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-comissoes {
    background-position: -220px 0;
}

a.btn-camara-mirim {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/camara-mirim.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-camara-mirim {
    background-position: -220px 0;
}

a.btn-camara-concurso {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/concurso.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-camara-concurso {
    background-position: -220px 0;
}

a.btn-camara-relatorios {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/relatorios.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-camara-relatorios {
    background-position: -220px 0;
}

a.btn-camara-concurso {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/concurso.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-camara-concurso {
    background-position: -220px 0;
}

a.btn-camara-itinerante {
    display: block;
    width: 220px;
    height: 79px;
    background: url("images/camara-itinerante.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-camara-itinerante {
    background-position: -220px 0;
}

a.btn-fala-cidadao {
    display: block;
    width: 220px;
    height: 334px;
    background: url("images/fala-cidadao.jpg") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.btn-fala-cidadao {
    background-position: -220px 0;
}

div.btn-fala-cidadao {
    display: block;
    width: 220px;
    height: 334px;
    background: url("images/fala-cidadao.jpg") 0 0 no-repeat;
    text-decoration: none;
}

div:hover.btn-fala-cidadao {
    background-position: -220px 0;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* Upcoming Events */
.upcoming-events,
.upcoming-events ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.upcoming-events {
    margin-bottom: -10px;
    border: 1px solid #E0E0E0;
    width: 97%;
    padding: 26px 40px;
}

    .upcoming-events > li {
        padding: 0;
        width: 100%;
        text-align: left;
    }

        .upcoming-events > li + li {
            padding-top: 15px;
        }

    .upcoming-events li:last-child {
        border: none;
    }

    .upcoming-events > li > * {
        display: table-cell;
        vertical-align: top;
    }

    .upcoming-events .date > span {
        background: #6CA7CA;
        text-align: center;
        padding: 7px 10px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        width: 42px;
        display: block;
        transition: color 0.2s, background 0.3s;
        -webkit-transition: color 0.2s, background 0.3s;
        -moz-transition: color 0.2s, background 0.3s;
    }

    .upcoming-events .date .day {
        font-size: 18px;
        font-weight: 700;
        display: block;
        padding: 0;
        color: #fff;
    }

    .upcoming-events .date .month {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        padding: 0;
        color: #fff;
    }

    .upcoming-events .event-content {
        padding-left: 15px;
        vertical-align: top;
    }

        .upcoming-events .event-content h6 {
            margin: 0 0 4px;
            font-size: 15px;
            font-weight: 400;
        }

        .upcoming-events .event-content .event-meta {
            color: #295874;
            font-size: 14px;
            line-height: 16px;
        }

            .upcoming-events .event-content .event-meta .icons {
                font-size: 10px;
                margin-left: -2px;
                margin-right: 2px;
                color: #cbcdd1;
                position: relative;
                top: -1px;
                transition: color 0.3s;
                -webkit-transition: color 0.3s;
                -moz-transition: color 0.3s;
            }

    .upcoming-events > li:hover .date > span {
        background: #295874;
        color: #fff;
    }

    .upcoming-events > li:hover h6 a {
        color: #274472;
    }

    .upcoming-events > li:hover .event-content .event-meta .icons {
        color: #b1b4b8;
    }

.event-content a {
    color: #295874;
    font-size: 18px;
    font-weight: bold;
}

    .event-content a:hover {
        color: #EC3237 !important;
    }

ul.upcoming-events > li > div.date > span.evento-ILI {
    background: #0172c5
}

.borda-noticia {
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin: 0;
    padding: 16px 0;
}

.font-data {
    color: #285873;
    font-size: 13px;
    font-family: 'Roboto-Condensed';
    padding-top: 20px;
}

.font-noticia-titulo {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bold;
}

.background-titulo-vereador {
    background: #e0e0e0;
    background: -moz-linear-gradient(-45deg, #F2F2F2 0%, #F2F2F2 60%, #F2F2F2 60%, #F2F2F2 61%, #6CA7CA 61%, #6CA7CA 74%, #3A7CA2 74%, #3A7CA2 87%, #295874 87%, #295874 100%);
    background: -webkit-linear-gradient(-45deg, #F2F2F2 0%,#F2F2F2 60%,#F2F2F2 60%,#F2F2F2 61%,#6CA7CA 61%,#6CA7CA 74%,#3A7CA2 74%,#3A7CA2 87%,#295874 87%,#295874 100%);
    background: linear-gradient(135deg, #F2F2F2 0%,#F2F2F2 60%,#F2F2F2 60%,#F2F2F2 61%,#6CA7CA 61%,#6CA7CA 74%,#3A7CA2 74%,#3A7CA2 87%,#295874 87%,#295874 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#295874',GradientType=1 );
    width: 97%;
    margin-top: 16px;
    border: 1px solid #E0E0E0;
}

.bg-titulo-2 {
    color: #295874;
    font-family: 'OpenSans-Semibold';
    text-align: left;
    font-size: 1em;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    padding: 18px 0;
}

.mais-noticias {
    color: #295874;
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
    float: right;
    text-align: right;
    display: block;
    width: 230px;
    background: #E0E0E0;
    background: -moz-linear-gradient(45deg, #fff 0%, #fff 50%, #E0E0E0 50%, #E0E0E0 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%,#fff 50%,#E0E0E0 50%,#E0E0E0 100%);
    background: linear-gradient(45deg, #fff 0%,#fff 50%,#E0E0E0 50%,#E0E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='##E0E0E0',GradientType=1 );
    padding: 4px;
}

.veja-agenda-completa {
    color: #295874;
    font-family: 'OpenSans-Semibold';
    font-size: 11px;
    margin-top: 10px;
    float: right;
    text-align: right;
    display: block;
    width: 330px;
    background: #E0E0E0;
    background: -moz-linear-gradient(45deg, #fff 0%, #fff 50%, #E0E0E0 50%, #E0E0E0 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%,#fff 50%,#E0E0E0 50%,#E0E0E0 100%);
    background: linear-gradient(45deg, #fff 0%,#fff 50%,#E0E0E0 50%,#E0E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='##E0E0E0',GradientType=1 );
    padding: 4px;
}

.link-footer {
    color: #fff;
    text-align: right;
    text-transform: initial;
    float: right;
}

    .link-footer:hover {
        color: #B10305;
    }

.titulo-menu-destaques {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

#playerElement-Container {
    /*background: url(images/Logo-TV-Camara-Mirassol.png) no-repeat center center #fff !important;*/
    border: 1px solid #E0E0E0 !important;
}

#playerElement-OverlayAlert {
    background-color: transparent !important;
}

#playerElement-TopBar {
    background-image: none !important;
}

#playerElement-MediaController {
    background-image: none !important;
}

.playerElement-Position-Center {
    display: none !important;
}


.img-noticia {
    float: left;
    width: 450px;
    margin-right: 26px;
    margin-bottom: 16px;
}

    .img-noticia img {
        border: 1px solid #000;
    }

.coluna-vereador {
    /*background: #f2f2f2;*/
}

.bg-titulo-vereador {
    color: #000;
    font-family: 'OpenSans-Semibold';
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    text-transform: initial;
    border: 1px dotted #000;
    margin-bottom: 10px;
}

.links-fale-vereador {
    font-size: 14px;
    color: #000;
}

    .links-fale-vereador a {
        font-size: 14px;
        color: #EC3237;
    }

        .links-fale-vereador a:hover {
            color: #000;
        }

body#content > div.container-fluid.p-0 > div.container-fluid.mt-5 > div.row > divcol-md-8.p-vereadores > div > span {
    font-family: 'OpenSansRegular' !important;
    font-size: 16px !important;
}

.p-vereadores > span {
    font-family: 'OpenSansRegular' !important;
    font-size: 16px !important;
}

.link-nome-vereador {
    color: #000000;
}

.destaques {
    border-bottom: solid 5px #295874;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
    flex: 1 50%;
    max-width: 100%;
    background-color: #fff;
}

.caixa_dest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    /*border: solid 1px #ececec;*/
    padding: 18px;
    padding-right: 18px;
    padding-left: 18px;
    align-items: center;
    background-image: url(images/1px.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 1px 36px;
    min-height: 91px;
    box-sizing: border-box;
    align-self: stretch;
    flex: 1;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -1px;
}

    .caixa_dest:hover {
        -webkit-filter: brightness(1.0) contrast(0.9);
        filter: brightness(1.0) contrast(0.9);
        transition-duration: 0.2s;
        transition-property: transform;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        margin-top: -7px;
    }


nav.menu-acesso-rapido {
    /*border-bottom: solid 5px #295874;*/
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
    flex: 1 50%;
    max-width: 100%;
    background-color: #fff;
}

    nav.menu-acesso-rapido ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
    }

    nav.menu-acesso-rapido li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        float: left;
        /*border: solid 1px #ececec;*/
        align-items: center;
        background-image: url(images/1px.jpg);
        background-position: bottom center;
        background-repeat: repeat-x;
        background-size: 1px 36px;
        min-height: 130px;
        box-sizing: border-box;
        align-self: stretch;
        flex: 1;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -1px;
    }

        nav.menu-acesso-rapido li a {
            position: relative;
            z-index: 2;
            text-decoration: none;
        }

            nav.menu-acesso-rapido li a:hover {
                border-bottom: 0px;
                color: #fff;
            }

        nav.menu-acesso-rapido li:first-child a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            /*padding: 2px 10px;*/
            width: 211px;
        }

        nav.menu-acesso-rapido li:nth-child(2) a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            padding: 2px 10px;
            width: 211px;
        }

        nav.menu-acesso-rapido li:nth-child(3) a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            padding: 2px 10px;
            width: 211px;
        }

        nav.menu-acesso-rapido li:nth-child(4) a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            padding: 2px 10px;
            width: 211px;
        }

        nav.menu-acesso-rapido li:nth-child(5) a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            padding: 2px 10px;
            width: 210px;
        }

        nav.menu-acesso-rapido li:nth-child(6) a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            padding: 2px 10px;
            width: 208px;
        }

        /*   nav.menu-acesso-rapido li:last-child a {
            border: solid 1px #ececec;
            border-bottom: solid 5px #295874;
            background: url(images/TVCamaraBtn.png) no-repeat center center;
            background-size: 104px;
            padding: 2px 10px;
            width: 180px;
        }

*/

        nav.menu-acesso-rapido li a:after {
            content: "";
            height: 100%;
            left: 0;
            top: 0;
            width: 0px;
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            z-index: -1;
        }

        nav.menu-acesso-rapido li a:hover:after {
            width: 100%;
        }

        nav.menu-acesso-rapido li:first-child a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:nth-child(2) a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:nth-child(3) a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:nth-child(5) a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:nth-child(6) a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:nth-child(4) a:after {
            background: transparent;
        }

        nav.menu-acesso-rapido li:last-child a:after {
            background: transparent;
        }

.rounded-borda {
    border: 1px solid #E0E0E0;
    margin: 0;
    padding: 16px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.evento {
    border: 1px solid #E0E0E0;
    margin: 0;
    padding: 16px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.clique-aqui {
    position: absolute;
    margin-top: 16px;
    margin-left: 36px;
}

.texto-fala-cidadao {
    color: #fff;
    font-size: 20px;
    font-family: 'Swis721';
    padding: 80px 10px 0 10px;
    text-align: center;
    text-shadow: 2px 1px #000;
}

.video-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px dotted #999;
    padding: 20px;
}

    .video-filtro:hover {
        background-color: #f1f1f1;
    }
