/* 
    Document   : elements
    Created on : 17/Mai/2013, 15:56:18
    Author     : joao.a.dias
    Description:
        Purpose of the stylesheet follows.
*/

/*COMUNS*/
.link_ver_mais{
    position:relative;
    margin: 0px;
    padding: 0px;
}

.link_img_mais>.mais_fotos{
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    left: 0;

    right: 0;
    top: 0;
}
.link_img_mais .mais_fotos>div{
    display: table;
    height: 100%;
    width: 100%;
}

.link_img_mais .mais_fotos span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-align: center;
}





.icons_blocos>.linha{
    display: table;
    height: 70px;
    width: 100%;
}
.icons_blocos>.linha>.bloco{
    display: table-cell;
    width: 33%;
    color: white;
    font-weight: 200;
    font-size: 12px;
    border-width: 3px;
    border-style: solid;
    border-color: #f4f4f4;
    cursor: default;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -ms-transition: 0.1s all;
    transition: 0.1s all;
    zoom: 1;
    margin-bottom: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    height: 110px;

}

.icons_blocos>.linha>.bloco i{
    font-size: 55px;
    display: block;
    margin-bottom: 5px;
}

.icons_blocos>.linha>.bloco:hover{
    -webkit-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    -moz-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    -ms-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
    text-decoration: none;
    transition: all 0.8s ease;


}

.icons_blocos .bloco:hover {

}

.contactos_mapa{
    display: block;
    clear: both;
    padding-top: 30px;
}

.infos_localizacao{
    margin-bottom: 10px;
}

.element_index_paginas_items>li{
    padding: 20px;
    margin-bottom: 0px;
    border-bottom: 1px dotted #000000 ;
}

.element_index_paginas_items>li:hover{
    background-color: rgba(157, 157, 157, 0.100);
}

.element_index_paginas_items li .lista_documentos{
    margin: 0px 20px 10px 10px;

}


.element_index_paginas_items>.even_dois{
    background-color: rgba(227, 227, 227, 0.100) ;
}


.even{
    background-color: #F4F5F7;
}

.btn-vermais{
    background-color: #577324;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px
}

.focme-facebook-square{
    color: #3b5998;
}

.focme-google-plus-1{
    color: #dd4b39;
}

.focme-youtube-square{
    color: #bb0000;
}

.focme-twitter-square{
    color: #00aced;
}

.focme-rss-1{
    color: #ff6600;
}

/*esconde o next e o previous dos slides*/
.bx-wrapper .bx-next, .bx-wrapper .bx-prev{
    /*display: none;*/
}

.banner_top .bx-controls .bx-pager{
    display: none;
}


.banner_top .bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    left: 0px;
}

.slide_banners .bx-controls .bx-pager{
    display: none;
}

.slide_banners .bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
}



.sharrre {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
    overflow: hidden;

    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Buttons */
.sharrre .share,
.sharrre .count {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    padding: 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sharrre .share {
    color: #fff;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sharrre:hover .share {
    border: none;
    color: #fff;
    text-decoration: none;
}

.sharrre .count {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    position: relative;
    text-align: center;
}


/* Small */
.share-small .share,
.share-small .count {
    font-size: 10px;
    height: 15px;
    line-height: 15px;

}

.share-small .share {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 0 0 20px;
    width: 15px;
}

.share-small .sharrre:hover .share 		{ width: 60px; }
.share-small .facebook:hover .share 	{ width: 60px; }
.share-small .pinterest:hover .share 	{ width: 45px; }
.share-small .googlePlus:hover .share 	{ width: 60px; }

.share-small .count {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    padding: 0px 5px;
}

.share-small .no-count .share {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 65px;
}

/* Medium */
.share-medium .share,
.share-medium .count {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}

.share-medium .share {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 0 0 28px;
    width: 28px;
}

.share-medium .count {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    width: 42px;
}

.share-medium .sharrre:hover .share 		{ width: 65px; }
.share-medium .facebook:hover .share 		{ width: 65px; }
.share-medium .pinterest:hover .share 		{ width: 50px; }
.share-medium .googlePlus:hover .share 		{ width: 65px; }

.share-medium .no-count .share {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 75px;
}

/* Tall */
.share-tall .share {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    text-align: center;
    width: 100%;
}

.share-tall .googlePlus .share 	{ padding-left: 16px; }
.share-tall .facebook .share 		{ padding-left: 18px; }

.share-tall .count {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    float: none;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    width: 55px;
}

.share-tall .no-count .share {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 75px;
}

/* Icons */
.share-small .share:before,
.share-medium .share:before,
.share-tall .share:before {
    line-height: 1;
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    height: 20px;
    top: 4px;
    left: 6px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    width: 20px;

}

.share-medium .share:before {
    font-size: 14px;
    top: 5px;
    left: 7px;
}

.share-tall .share:before {
    bottom: 0px;
    top: auto;
    font-family: FontAwesome;
}

.twitter .share:before 		{ content: '\f099'; }
.facebook .share:before 	{ content: '\f09a'; }
.googlePlus .share:before 	{ content: '\f0d5'; }
.youtube .share:before 		{ content: '\f213'; }
.digg .share:before 		{ content: '\f221'; }
.delicious .share:before 	{ content: '\f202'; }
.pinterest .share:before 	{ content: '\f209'; }
.linkedin .share:before 	{ content: '\f0e1'; }
.stumbleupon .share:before 	{ content: '\f223'; }

.share-small .pinterest .share:before {
    font-size: 12px;
}

.share-small .linkedin .share:before {
    font-size: 12px;
    top: 2px;
}

.share-small .stumbleupon .share:before {
    font-size: 16px;
    top: 3px;
}

.share-medium .pinterest .share:before {
    font-size: 13px;
    top: 6px;
}

.share-medium .linkedin .share:before {
    font-size: 10px;
    top: 1px;
}

.share-medium .stumbleupon .share:before {
    font-size: 16px;
    top: 5px;
}

.share-tall .pinterest .share:before {
    font-size: 13px;
    bottom: -1px;
}

.share-tall .linkedin .share:before {
    font-size: 17px;
    bottom: 2px;
}

.share-tall .stumbleupon .share:before {
    font-size: 16px;
}


/* Appearance - filled */
.share-filled .twitter .share 			{ background: #09b0ed; }
.share-filled .twitter .count,
.share-filled .twitter .count:hover 		{ color: #09b0ed; border: 1px solid #09b0ed; }

.share-filled .facebook .share 			{ background: #3d5a98; }
.share-filled .facebook .count,
.share-filled .facebook .count:hover 		{ color: #3d5a98; border: 1px solid #3d5a98; }

.share-filled .googlePlus .share 			{ background: #dd4c39; }
.share-filled .googlePlus .count,
.share-filled .googlePlus .count:hover 	{ color: #dd4c39; border: 1px solid #dd4c39; }

.share-filled .linkedin .share 			{ background: #035a87; }
.share-filled .linkedin .count,
.share-filled .linkedin .count:hover 		{ color: #035a87; border: 1px solid #035a87; }

.share-filled .youtube .share 			{ background: #cc181e; }
.share-filled .youtube .count,
.share-filled .youtube .count:hover 		{ color: #cc181e; border: 1px solid #cc181e; }

.share-filled .pinterest .share 			{ background: #cb2127; }
.share-filled .pinterest .count,
.share-filled .pinterest .count:hover 	{ color: #cb2127; border: 1px solid #cb2127; }

.share-filled .stumbleupon .share 		{ background: #eb4923; }
.share-filled .stumbleupon .count,
.share-filled .stumbleupon .count:hover 	{ color: #eb4923; border: 1px solid #eb4923; }

.share-filled .twitter:hover .count 		{ background: #09b0ed !important; }
.share-filled .facebook:hover .count 		{ background: #3d5a98 !important; }
.share-filled .googlePlus:hover .count 	{ background: #dd4c39 !important; }
.share-filled .linkedin:hover .count 		{ background: #035a87 !important; }
.share-filled .youtube:hover .count 		{ background: #cc181e !important; }
.share-filled .pinterest:hover .count 	{ background: #cb2127 !important; }
.share-filled .stumbleupon:hover .count 	{ background: #eb4923 !important; }

.share-filled .sharrre:hover .count {
    color: #fff;
}

/* Appearance - outlined */
.share-outlined .twitter .share,
.share-outlined .twitter .count,
.share-outlined .twitter .count:hover		{ border: 1px solid #09b0ed; color: #09b0ed; }

.share-outlined .facebook .share,
.share-outlined .facebook .count,
.share-outlined .facebook .count:hover	{ border: 1px solid #3d5a98; color: #3d5a98; }

.share-outlined .googlePlus .share,
.share-outlined .googlePlus .count,
.share-outlined .googlePlus .count:hover	{ border: 1px solid #dd4c39; color: #dd4c39; }

.share-outlined .linkedin .share,
.share-outlined .linkedin .count,
.share-outlined .linkedin .count:hover	{ border: 1px solid #035a87; color: #035a87; }

.share-outlined .youtube .share,
.share-outlined .youtube .count,
.share-outlined .youtube .count:hover		{ border: 1px solid #cc181e; color: #cc181e; }

.share-outlined .pinterest .share,
.share-outlined .pinterest .count,
.share-outlined .pinterest .count:hover	{ border: 1px solid #cb2127; color: #cb2127; }

.share-outlined .stumbleupon .share,
.share-outlined .stumbleupon .count,
.share-outlined .stumbleupon .count:hover	{ border: 1px solid #eb4923; color: #eb4923; }

.share-outlined.share-small .share,
.share-outlined.share-medium .share { border-right: none !important; }

.share-outlined.share-tall .share 	{ border-top: none !important; }

.share-outlined .twitter:hover .share,
.share-outlined .twitter:hover .count 	{ background: #09b0ed; }

.share-outlined .facebook:hover .share,
.share-outlined .facebook:hover .count 	{ background: #3d5a98; }

.share-outlined .googlePlus:hover .share,
.share-outlined .googlePlus:hover .count 	{ background: #dd4c39; }

.share-outlined .linkedin:hover .share,
.share-outlined .linkedin:hover .count 	{ background: #035a87; }

.share-outlined .youtube:hover .share,
.share-outlined .youtube:hover .count 	{ background: #cc181e; }

.share-outlined .pinterest:hover .share,
.share-outlined .pinterest:hover .count 	{ background: #cb2127; }

.share-outlined .stumbleupon:hover .share,
.share-outlined .stumbleupon:hover .count { background: #eb4923; }

.share-outlined .sharrre:hover .count,
.share-outlined .sharrre:hover .share {
    color: #fff;
}



/*----fim share----*/

.social_infos{
    float: right;
    display: relative;
    overflow: hidden;
    text-align: right;
}

.social_infos .addthis_sharing_toolbox{
    display: inline;
}

.social_infos nav.social_contagens{
    display: inline;
}

nav.social_contagens ul li{
    font-size: 0.8em;
}

nav.social_contagens ul ul {
    display: none;

}

nav.social_contagens ul li:hover > ul {
    display: none;
    /*z-index: 5000;
    background: #fff;
    border: 1px solid #d5d6d6;
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    position: absolute;
    width: 50px;
    font-family: arial,helvetica,tahoma,verdana,sans-serif!important;
    font-size: 9pt!important;*/
}




.ajax_index a{
    text-align: left;
    font-size: 0.8em;
}



.barra_lermais{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}



.ver_mais_dir{
    right:20px;
    top: 30px;
    font-size: 8px;
    color: #BA5C70;
    position: absolute;
    text-transform: uppercase;
    font-weight: 300;
}

#content_marker{
    text-align: left;
    font-size: 0.9em;
    min-height: 130px;
    min-width: 400px;
}

#content_marker h3{
    text-align: left;
    font-size: 1.4em;
    margin: 0px;
    padding: 5px 0px;
}
#content_marker span{
    text-align: right;
}

#content_marker img{

}

#content_marker .bt_links{
     font-size: 0.6em;
     background-color: #ffffff;
     border-radius: 4px;
     box-shadow: 0 0 5px #ccc;
     border: 5px solid #fff;
     text-align: center;
     margin: 0px 10px;
     display: inline-block;
     color: #6d6d6d;
     text-transform: uppercase;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: lighter;
     width: 40px;
    text-align:  center;

 }

#content_marker .bt_links>i{
    font-size: 1.8em;
    margin-bottom: 3px;
}

#content_marker .infos{
    padding-left: 5px;
    vertical-align: top;
}

#content_marker .botoes{
    text-align: right;
}

#infos_marker_tabela{

}

#infos_marker_tabela>p{
    width: 100%;
    font-size: 1.0em;
}

/*Noticias*/

.thumb_pequeno_left {
    float: left;
    padding: 0px 5px 5px 0px;
}

.thumb_thumb_left {
    float: left;
    padding: 0px 5px 0px 0px;
}

.effect_fade {
    background: #fff;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.effect_fade:hover {

    background: #ddd;

}

/*FIM de COMUNS*/

.botao_mapa > div{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bolder;
}

.botao_mapa{
    color: #ffffff;
    background-color: #009966;
    border: 2px solid #99cc33;
    display: inline-block;
    margin-top: 20px;
    width: 98%;
}

.botao_mapa:hover{
    background-color: #669900;
    border: 2px solid #99cc33;
    margin-top: 20px;
    color: #ffffff;

}

/*tabs home anexos*/
#tabDocumentosContent{
    min-height: 350px;
    overflow:hidden;
}

#tabDocumentos > .nav-tabs > .active > a, #tabDocumentos > .nav-tabs > .active > a:hover, #tabDocumentos > .nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#tabDocumentos .lista_ficheiros li>a{
    display: table;
    padding: 5px;
    border-bottom: 1px solid #eee;
    min-height: 40px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

#tabDocumentos .lista_ficheiros >li>a>* {
    display: table-cell;
    vertical-align: middle;
}

#tabDocumentos .lista_ficheiros>li>a>i{
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
    color: #D71634;
}


/*listagens de subpaginas*/

#pagina_view>.main>.listagens_paginadas{



}

#pagina_view>.main>.listagens_paginadas a{
    text-decoration: none;
}

#pagina_view>.main>.listagens_paginadas>ul>li{
    display: block;
    width: 100%;
    border-bottom: 1px solid silver;
    margin: 10px;
    min-height: 110px;
}
#pagina_view>.main>.listagens_paginadas>ul>li>a>figure{
    float: left;
    width: 100px;
    margin-bottom: 0;
}

#pagina_view>.main>.listagens_paginadas>ul>li>a>div{
    display: table-cell;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}
#pagina_view>.main>.listagens_paginadas>ul>li>a>div>h3{
    margin: 0px;
    padding: 0px;

}



/*----------------------------------*/
#footer_comum article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

#footer_comum ::selection {
    color: #fff;
    background: #707070;
}

#footer_comum .clear:after {
    clear: both;
    content: "";
    display: block;
}

#footer_comum {
    width: 100%;
    float: left;
    color: #999;
    padding: 20px 0 20px 0;
    background: #ededed;
    font-size: 13px;
    border-bottom: 7px solid #333;
}

#footer_comum #footer-content {
    max-width: 1026px;
    margin: 0 auto;
}

#footer_comum #footer-bottom, #footer-top {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

#footer_comum #footer-bottom {
    background-color: #420805;
    font-size: 11px;
    padding: 10px 25px 5px 25px;
    color: #999999;
}

#footer_comum .one-fourth {
    width: 22%;
}

#footer_comum .one, .one-half, .two-third, .one-third, .one-fourth {
    float: left;
    position: relative;
    margin-right: 4%;
}

#footer_comum .last {
    margin-right: 0 !important;
}

#footer_comum h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 12px;
}

#footer_comum ul.footerNav {
    float: right;
}

#footer_comum ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer_comum ul, ol {
    display: block;
    padding: 0px;
    margin: 0 0 14px 17px;
}

/*footer comim*/

.subnivel {
    margin-left: 10px;

}

.on_sub {
    display: block;
}

.off_sub {
    display: none;
}

.ultimas_noticias a {
    display: block;
    font-size: 1.2em;
    color: #808080;

}

.ultimas_noticias a:hover {
    color: black;
    text-decoration: none;

}

.ultimas_noticias li {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.ultimas_noticias li:last-child {
    border-bottom: 0px solid silver;
    margin-bottom: 10px;

}

.ultimas_noticias .date_mini {
    font-size: 0.5em;
}

.ultimas_noticias .img_150px {
    float: left;
    display: block;
    max-width: 150px;
    margin-right: 10px;

}

.noticias_relacionadas a {
    display: block;
    min-height: 60px;

}

.noticias_relacionadas a h3 {
    font-weight: lighter;
    text-align: left;
    font-size: 0.9em;
}

.element_galerias .galeria li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.element_noticias_topicos h4 {
    margin-bottom: 5px;
}

.element_noticias_topicos ul li a {
    font-size: 1.2em;
}

.element_noticias_topicos ul{
    padding-left: 15px;
}
.nota_contactos{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nota_contactos .tel{
    font-size: 42px;
    text-align: center;
    width: 100%;
}

.nota_contactos .c{
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.nota_contactos .legenda{
    font-size: 14px;
    text-align: justify;
    width: 100%;
    margin-top: 30px;
}

@media only screen and (max-width: 480px) {

    /*tamanho telemovel*/
    /*HOME*/























    #homeboxes_cme .homeboxes {
        display: block;
        float: none;
    }

    #homeboxes_cme .b1, .b2, .b3 {
        width: 100%;
    }

    /*AGENDA HOME*/
    .agenda_destaques li {
        margin: 0px 10px 0px 0px;
        /*font-family: 'News Cycle', sans-serif;*/

    }

    .agenda_destaques li .data {
        text-align: center;
        float: left;
        display: block;
        padding: 4px;
        margin: 0px 10px 0px 0px;
    }

    .agenda_destaques .dia {
        font-size: 2.0em;
        text-align: center;
    }

    .agenda_destaques li .local {
        color:#6d6d6d;
        font-weight:lighter;
        font-size: 0.70em;
    }

    .agenda_destaques a {
        display: block;
        margin-bottom: 10px;
        border-left: 1px solid transparent;
        padding-top: 3px;
        color: #000000;
    }

    .agenda_destaques a:hover {
        display: block;
        margin-bottom: 10px;
        border-left: 1px solid #D71634;
        padding-top: 3px;
        color: #D71634;

    }

    .agenda_destaques h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .agenda_destaques h3 {
        font-size: 12px;
        font-weight: 400;
        margin:0px;
        padding: 0px;
        line-height: 14px;
        text-align: left;
    }

    #destaques>h3{
        margin: 8px 0px;
        padding-bottom:  5px;
    }


    #menu_cme, #menu_tur, .slide_header_1 {
        display: none;
    }




    #destaques>h3{
        margin: 8px 0px;
        padding-bottom:  5px;
    }




    /*-----NAV Horizontal---*/
    aside nav a {
        margin: 0px;
        padding: 0px;

    }

    aside nav li {
        display: block;
        width: 100%;
        float: none;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px dotted silver;
    }

    aside nav .nav_t {
        background-color: rgb(191, 21, 21);
        color: white;
        margin: 0px;
        padding: 2px;
        font-size: 0.7em;
    }

    aside nav ul li a {
        padding-left: 5px;

    }

    aside nav ul li ul li:last-child {

        border-bottom: none;
    }

    /*HOME*/
    #homeboxes_cme .homeboxes {
        display: block;
        float: none;
    }

    #homeboxes_cme .b1, .b2, .b3 {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1139px) {

    .jumbotron{
        background-repeat: repeat-x;
        background-position: center;
    }






    section.destaques .noticias > ul{
        display: table;
    }

section.destaques .noticias > ul > li{
    display: table-cell;
    background-color: #ffffff;
    width: 33%;
    border: 4px solid #EAE4D9;
    padding: 5px;
}

    .jumbotron .container> header h1{
        font-size: 4.0em;
        font-weight: bolder;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .jumbotron .container> header h2{
        font-size: 1.0em;
    }





}


@media (max-width: 767px){

    .jumbotron{
        background-repeat: repeat-x;
        background-position: center;
    }


    .infos_localizacao{
        width: 100%;
        font-size: 0.8em;
        display: block;

    }

    .infos_localizacao > .infos{

        width: 100%;
        padding-left:5px;
    }

    .infos_localizacao > .botoes{
        width: 100%;
        text-align: right;
    }

    .infos_localizacao > .botoes > .bt_links{
        font-size: 0.6em;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        display: block;
        text-align: center;
        margin: 10px;
        color: #6d6d6d;
        text-transform: lowercase;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight:lighter;
    }

    .infos_localizacao > .botoes > .bt_links:hover{
        color:#000000;
        text-decoration: none;
        box-shadow: 0 0 5px black;
    }

    .infos_localizacao > .botoes > .bt_links > i{
        font-size: 1.8em;
    }

    .infos_localizacao h3{
        font-size: 1.3em;
    }




    .tabs_paginas .panel-body{
        padding: 10px;
    }

    .panel-body {
        padding: 10px;
    }


}




@media only screen and (min-width: 767px) {

    .jumbotron{
        background-repeat: repeat-x;
        background-position: center;
    }

    .widget{
        margin-bottom: 30px;
    }


    .contactos_mapa_small .infos_localizacao{
        width: 100%;
        font-size: 0.8em;
        display: block;



    }

    .contactos_mapa_small .infos_localizacao .infos {
        display: block;
        width: 100%;
        line-height: 1.8em;
        text-align: left;
    }


    .contactos_mapa_small > .infos_localizacao > .botoes{
        display: block;
        width: 100%;
        text-align: center;
    }


    .contactos_mapa_small .infos_localizacao > .botoes > .bt_links{
        font-size: 0.6em;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        display: block;
        text-align: center;
        margin: 10px 0px;
        color: #6d6d6d;
        text-transform: lowercase;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight:lighter;
    }

    .contactos_mapa_small .infos_localizacao > .botoes > .bt_links:hover{
        color:#000000;
        text-decoration: none;
        box-shadow: 0 0 5px black;
    }

    .contactos_mapa_small .infos_localizacao > .botoes > .bt_links > i{
        font-size: 1.8em;
    }

    .contactos_mapa_small .infos_localizacao h3{
        font-size: 0.3em;
    }

    .contactos_mapa_small #mapa_gmaps .map_media{
        font-size: 0.8em;
    }
    .contactos_mapa_small #mapa_gmaps .map_media .media-left, .bts_mapa{
        display: none;
    }

    .contactos_mapa_small #mapa_gmaps .map_media .media-heading{
        font-size: 0.9em;
    }




    .contactos_mapa .infos_localizacao{
        width: 100%;
        font-size: 0.8em;
        display: block;

    }

    .contactos_mapa .infos_localizacao > .infos{
        display: table-cell;
        width: 100%;
        padding-left:5px;
    }

    .contactos_mapa .infos_localizacao > .botoes{
        display: table-cell;
        width: 30%;
        text-align: right;
    }

    .contactos_mapa .infos_localizacao > .botoes > .bt_links{
        font-size: 0.6em;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        display: block;
        text-align: center;
        margin: 10px;
        color: #6d6d6d;
        text-transform: lowercase;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight:lighter;
    }

    .contactos_mapa .infos_localizacao > .botoes > .bt_links:hover{
        color:#000000;
        text-decoration: none;
        box-shadow: 0 0 5px black;
    }

    .contactos_mapa .infos_localizacao > .botoes > .bt_links > i{
        font-size: 1.8em;
    }

    .contactos_mapa .infos_localizacao h3{
        font-size: 1.3em;
    }


    .tabs_sessoes{
        margin-top: 10px;
    }

    .tabs_sessoes .descricao{
        font-size: 0.8em;
    }

    .tabs_paginas{
        margin-top: 40px;
    }

    .tabs_sessoes .nav{
        border-right: 1px solid #89c251;
        border-left: 1px solid #89c251;
    }

    .tabs_paginas .tab-content{
        padding: 0 0 50px;
        border: 1px solid #eeeeee;
    }

    .tabs_sessoes .tab-content {
        padding: 0 0 50px;
        border-top: 1px solid #89c251;
    }

    .tabs_paginas .tab-content > .tab-pane{

        margin: 20px 25px 0px;
        min-height: 200px;

    }

    .tabs_sessoes .tab-content > .tab-pane{
        margin: 0px;
        min-height: 100px;

    }

    .tabs_paginas > .nav-tabs, .tabs_sessoes > .nav-tabs{
        z-index: 1;
        border-bottom: 0px;

    }

    .tabs_paginas > .nav-tabs > li > a, .tabs_sessoes > .nav-tabs > li > a{
        border-radius: 0;
        border: 1px solid #eeeeee;
        border-bottom: none;
        transition: all 0.2s ease-out;
        text-transform: none;
        font-size: 90.0%;
        font-weight: lighter;
        margin-right: 0px;
    }


    .tabs_paginas > .nav-tabs > li.active > a, .tabs_paginas > .nav-tabs > li.active > a:hover, .tabs_paginas > .nav-tabs > li.active > a:focus,
    .tabs_sessoes > .nav-tabs > li.active > a, .tabs_sessoes > .nav-tabs > li.active > a:hover, .tabs_sessoes > .nav-tabs > li.active > a:focus
    {
        /*background-color: #89c251;
        color: #FFF;
        border-color: #89c251;*/
        background-color: #009966;
        color: #FFF;
        border-color: #009966;
        border-left: none !important;
        border-bottom: none;


    }




/*rodape GERAL*/
    .rodape_geral > .container .cell_menu > .menu {

        display: table;
        table-layout: auto;
        position: relative;
        padding: 20px 0 20px 0;
    }

    .rodape_geral > .container .cell_menu > .menu > ul {
        display: table-cell;
        margin: 0;
        padding: 0 0 20px 20px;
    }

    .rodape_geral > .container .cell_menu > .menu > ul > li:first-child {
        font-weight: bolder;
        color: #000000;
        font-size: 1.0em;
    }

    .rodape_geral > .container .cell_menu > .menu > ul > li {
        display: list-item;
        list-style: none;
        float: none;
        font-size: 0.8em;
        text-align: left;
    }
    .rodape_geral > .container .cell_links {
        min-height: 150px;
        font-size: 0.8em;
        line-height: 1.5em;
    }



    /*tabs menu_rodape*/
    .rodape_geral > .container{

    }


    .rodape_geral > .container .tab-content{
        min-height: 200px;
    }

    .rodape_geral > .container > .nav-tabs {
        border-bottom: inherit;
    }

    .rodape_geral > .container > .nav-tabs > li.active > a, .rodape_geral > .container > .nav-tabs > li.active > a:hover, .rodape_geral > .container > .nav-tabs > li.active > a:focus {
        color: #c82c2c;
        cursor: default;
        background-color: inherit;
        border: none;
        border-bottom: 2px solid #c82c2c;
    }
    .rodape_geral > .container > .nav-tabs > li > a {
        color: #555;
        margin-right: 2px;
        line-height: inherit;
        border: none;
        border-radius:0px;
    }

    .rodape_geral > .container > .nav-tabs > li > a:hover {
       color: #555;
        border-bottom: 2px solid #555;
    }

    .rodape_geral > .container > .nav > li > a:hover, .rodape_geral > .container > .nav > li > a:focus {
        text-decoration: none;
        background-color: inherit;
    }

    /*FIM rodape GERAL*/



    .element_index_entidades li{
        width: 100%;
        text-rendering: optimizeLegibility;
        font-size: 0.9em;
        color: #4d4e53;
        padding: 10px;

    }

    .element_index_entidades .even{
        border-top: 1px solid #F4F5F7 ;
        border-bottom: 1px solid #F4F5F7 ;
        background-color: #F4F5F7;
        border-radius: 10px;
    }

    .element_index_entidades li a h4 {
        font-weight: bolder;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #577324;
        margin: 0px;
        line-height: 25px
    }

    .element_index_entidades li a:hover h4 {
        font-weight: bolder;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #577324;
        text-decoration: underline;
        margin: 0px;
        line-height: 25px
    }







    .element_index_paginas {
        display: table;
        width: 100%;
    }

    .element_index_paginas li{
        padding: 10px;
        width: 100%;

    }

    .element_index_paginas li a {
        display: table-row;
        width: 100%;
        text-rendering: optimizeLegibility;
        font-size: 0.9em;
        color: #4d4e53;
    }


    .element_index_paginas li a .imagem {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 20px;

    }

    .element_index_paginas li a .imagem figure {
        min-width: 150px;
        max-width: 150px;
        /*width: inherit;*/
        height: inherit;
        border: 1px solid white;
        border-radius: 5px;

    }

    .element_index_paginas li .imagem figure img {
        border: 1px solid white;
        border-radius: 5px;
    }

    .element_index_paginas li .infos {
        display: table-cell;
        padding-left: 20px;
        vertical-align: top;
        padding-bottom: 20px;
        width: 100%;
    }

    /* Tamanho Tablet Wide */
    .main_menu_top {
        display: block;
        z-index: 2900;
        position: relative;

    }

    .menu_article_top {
        float: right;

    }

    .menu_article_top ul li {
        margin: 5px 20px 0 0;
    }

    .menu_article_top ul li a {
        padding: 0 0 3px;
        color: #000;

    }

    .slide_header_1 {
        display: inherit;
    }

    .header-container {
       /* -moz-box-shadow: 0 0 5px 5px #ededed;
        -webkit-box-shadow: 0 0 5px 5px #ededed;
        box-shadow: 0 0 50px 10px #ededed;*/
    }

    /* ============ Menu SLIDE 2014 ============ */
    /* ============ Menu CME 2013 ============ */
    #menu_cme {
        position: relative;
        z-index: 100;
        margin: 0 5%;

    }

    .menu_cme ul .box_menu {
        width: 20%;
        margin-top: 20px;

    }

    .menu_cme .cxmenu {
        border: 1px solid silver;
    }

    .menu_cme .sub2 {

        font-size: 0.9em;

    }

    .menu_wide .form_pesquisa {
        float: right;
        width: 216px;
        border-radius: 3px;
        margin: 2px 5px 5px 0;
    }

    fieldset {
        margin: 0;
        padding: 0;
        border-style: none;

    }

    .search {
        float: left;
        font: 12px/15px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #979797;
        height: 12px;
        padding: 5px 10px;
        margin: 0;
        border: none;
        background: none;
        width: 172px;
        outline: none;
        margin-bottom: 0px;
    }

    .form_pesquisa input[type="search"] {
        margin-bottom: 0px;
        line-height: 10px;
        height: 12px;
        font-size: 10px;
        padding-left: 0px;
    }

    .form_pesquisa input[type="submit"] {
        float: right;
        overflow: hidden;
        text-indent: -9999px;
        background: url('../../img/lupa.png') no-repeat 5px 5px;
        width: 23px;
        height: 23px;
        border: none;
        /*margin: 1px 1px 1px 0;*/
        cursor: pointer;
        /* background-color: none;*/
    }

    .nav_social {
        float: right;
        background-color: red;
        min-height: 50px;
    }

    .socialLinks {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
    }

    .socialLinks li {
        display: inline;
        list-style: none;
    }

    .socialLinks li a {
        display: inline-block;
        width: 20px;
        height: 20px;
        /* background: url('img/social.png') no-repeat;*/
        margin-left: 10px;
        opacity: 0.7;
        text-indent: -9999px;
        overflow: hidden;
    }

    /*.box_destaques {
        display: inline-block;
        vertical-align: top;
        text-align: left;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
        width: 100%;
        margin: 10px 0 15px 7px;
        padding: 12px 4px 16px 16px;
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    }

    .box_destaques:first-child {
        margin-left: 0;
    }


    .box_destaques h1 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #420805;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 3px 3px 0;
    }

    .box_destaques h2 {
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        color: #5f5f5f;
        letter-spacing: 0.01em;
        padding: 0px 0px 0;
        margin: 0px 0 5px;
    }

    .box_destaques h2 a {
        color: #5f5f5f;
    }



    .box_destaques .img-holder {
        float: left;
        margin: 3px 10px 0 0;
        width: 32%;
    }
*/
    .agenda_item {
        display: inline-block;
    }

    .agenda_item .data {
        float: left;
        width: 15%;
        padding: 5px 0px 5px 0px;
        color: #5f5f5f;

    }

    .agenda_item .foto {
        float: right;
        width: 85%;
        position: relative;
        text-align: right;
    }

    section .homelista_noticias {
        padding-right: 10px;
        margin-top: 20px;
    }

    .homelista_noticias>ul>li {
        margin-bottom: 15px;
    }

    .homelista_noticias li h4{
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        font-weight: 500;
        margin: 0px;
    }



    .noticias_arquivo .homelista_noticias article {
        margin-bottom: 10px;
        border-bottom: 1px dotted #c0c0c0;
    }

    .noticias_arquivo .homelista_noticias article a h2 {
        margin-bottom: 10px;
        font-size: 1.0em;
        margin: 5px 0px;
        padding: 0px;
        color: #000000;

    }

    .noticias_arquivo .homelista_noticias article a .resumo {
        display: none;
    }

    .data ul li {
        text-align: center;
    }

    .data ul .dia, .ano {
        font-size: 0.60em;
        font-weight: 300;
    }

    .data ul .ndia, .mes {
        font-size: 0.8em;
        font-weight: 700;
    }

    .foto .texto {
        text-align: left;
        font-size: 0.8em;
        position: absolute;
        bottom: 0px;
        font-weight: 0.9em;
        padding: 2px 2% 5px 2%;
        left: 0;
        width: 96%;
        line-height: 1.1em;
        color: #ffffff;
        background: rgb(0, 0, 0); /* fallback color */
        background: rgba(0, 0, 0, 0.7);

    }

    /*  .nav-tabs {
          border-top: 1px solid #ddd;
          border-bottom: none;
      }

      .nav-tabs > li, .nav-pills > li {
          float: right;
      }

      .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
          color: #555555;
          cursor: default;
          background-color: #ffffff;
          border: 1px solid #ddd;
          border-top-color: transparent;
      }

      .nav-tabs  li a{
          margin:0px 0px;
          padding: 0px 5px;
      }

      .nav-tabs > li > a{
          -webkit-border-radius: 0px 0px 0 0;
          -moz-border-radius: 0px 0px 0 0;
          border-radius: 0px;
          font-size: .73em;
          border: 1px solid silver;
      }

      .tab-content{

      }*/
    .anexos_home li {
        width: auto;
        margin: 10px 10px 0 10px;
        padding: 5px 0 5px 45px;
        font-size: 0.60em;
        line-height: 1.20em;
        font-weight: lighter;
        color: #30a7c5;
        background: transparent url(../../img/pdf_icon.gif) no-repeat center left;
    }

    .img_thumb_50px {
        padding: 2px;
        margin: 5px;
        border: 1px solid silver;
        display: inline-block;
    }

    .video_thumb_50px {

    }

    .galeria_thumb_50px {
        display: inline-table;
        margin-bottom: 10px;
        text-align: left;
    }

    .galeria_thumb_50px .img_holder {
        float: left;
        margin: 3px 10px 0 0;
        width: 20%;
    }

    .galeria_thumb_50px .img-holder img {
        width: auto \9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    .galeria_thumb_50px .text-holder h4 {
        font-size: 0.90em;
        line-height: 1.10em;

        font-weight: lighter;
        letter-spacing: 0.01em;
        padding: 3px 3px 0;
    }

    .galeria_thumb_50px .img-holder {
        float: left;
        margin: 3px 10px 0 0;
        width: 32%;
    }

    .galeria_thumbs {
        /*moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
        margin-top: 10px;*/
    }

    .botoes_slide {
        text-align: center;
    }

    .galeria_thumbs > .bx-wrapper > .bx-controls {
        display: none;
    }

    /* ============ Fim MENU CME 2013 ============ */
    .bts_cme2014 {
        position: relative;
        top: 40px;
    }

    .bts_cme2014 ul li {
        width: 100px;
        display: block;
        padding: 5px;
        cursor: pointer;
        background-color: #BF150D;
        margin-left: 5px;
        text-align: center;
        color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .shadow_bottom {
        -webkit-box-shadow: 0 8px 6px -6px #aaa;
        -moz-box-shadow: 0 8px 6px -6px #aaa;
        box-shadow: 0 8px 6px -6px #aaa;

    }

    /*Menu vertical*/
    /*rodape*/
    .rodape_simples {
        font-size: 10px;
        color: black;
        margin: 0;
        border-top: 1px solid silver;

    }

    #homeboxes_cme .homeboxes {
        display: inline;
        float: left;
    }

    /*HOME*/
    #homeboxes_cme .b1 {
        width: 37%;
        padding-right: 2%;
    }

    #homeboxes_cme .b2 {
        width: 33%;
        padding-right: 2%;
    }

    #homeboxes_cme .b3 {
        width: 26%;
    }

    /*MENU LATERAL*/
    .menu_paginas_sub {
        border: 2px solid #009966;
        color: #485056;
        font-size: 0.9em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .menu_paginas_sub a {
        color: #485056;
    }

    .menu_paginas_sub h6 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-transform: uppercase;
        background-color: #009966;
        color: #ffffff;
        padding-left: 5px;
        line-height: 2em;
        font-weight: bolder;
    }

    .menu_paginas_sub .on {
        color: #009966;
        padding-left: 10px;
        font-weight:bolder;
    }

    .menu_paginas_sub a .simb {
        float: left;
        padding-right: 5px;
    }

    .menu_paginas_sub ul li ul {
        /*background-color: rgba(68, 254, 0, 0.08);*/
    }



    .menu_paginas_sub ul li ul li a{
        padding-left: 20px;

    }

    .menu_paginas_sub ul li ul li .on{
        padding-left: 20px;
    }



    .menu_paginas_sub a {
        padding-left: 10px;
        text-align: left;
    }


    .menu_paginas_sub ul li * {
        border-bottom: 1px solid #dddddd;
        display: block;
        width: auto;
        line-height: 26px;
        text-align: left;

    }

    .menu_paginas_sub ul li .nv1 {
      padding-left: 10px;

    }



    .menu_paginas_sub ul li * :last-child {
        border-bottom: 0px solid #dddddd;
        display: block;
        width: auto;
    }





    nav .menu_crub {
        font-weight: 500;
        color: #b3b3b3;
        list-style: circle;
        display: inline-block;
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    nav .menu_crub li {
        float: none;
        display: inline-table;

    }

    nav .menu_crub li a {
        color: #b3b3b3;
        display: inline-block;
        font-weight: 500;

    }

    nav .menu_crub li i {
        margin: 0px 5px 0px 5px;

    }

}

/* FIM  Tamanho Tablet Wide 768px*/

@media only screen and (min-width: 1140px) {


    .jumbotron{
        background-repeat: repeat-x;
        background-position: center;
    }

     h3.galeria_nome{
         font-size: 0.8em;
         margin-bottom: 3px;
         color: #333;
         border-bottom: 1px solid #f5f5f5;
     }



    /*2017*/


    .rodape_geral{
        /*#F7F7F7*/
        background-color:#F7F7F7;
        padding-top: 30px;
        width:100%;
        /*height:230px;*/
        position:absolute;
        bottom:0;
        left:0;

    }


    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .item-list{
        margin-bottom: 40px;
    }

    .item h4{
        font-weight: bolder;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #577324;
        margin: 10px 0;
        line-height: 25px;

    }

    /*.item{
        font-size: 0.9em;
        padding: 20px
    }*/

    .item>.infos{
        margin-bottom: 15px;
    }



    .destaques{
      padding-top: 10px;
        -webkit-box-shadow: 0px -14px 33px -5px rgba(194,192,194,0.78);
        -moz-box-shadow: 0px -14px 33px -5px rgba(194,192,194,0.78);
        box-shadow: 0px -14px 33px -5px rgba(194,192,194,0.78);
        margin-bottom: 20px;
    }
    .noticias_relacionadas{
        margin-top: 10px;
    }

    .noticias_relacionadas h5{
        font-weight: 400;
        text-transform: none;
        font-size: 13px;
        margin: 0;
        line-height: 140%;
        text-align: left;
    }

    .noticias_relacionadas li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: solid 1px #eee;
        line-height: 140%;
    }

    .noticias_relacionadas li a .data_mini{
        font-size: 0.8em;

    }



    /*FIM -------- 2017*/












    .social_mini_cab>a {
        font-size: 20px;
        margin: 0px 2px;
    }

    .social_mini_cab>a:hover {
        text-decoration: none;
    }


    /*MENU COM ICONS*/
    .menu_grupos>.icons{
        display: table-row;
        vertical-align: top;
    }


    .menu_grupos>.icons>li{
        display: table-cell;
        text-align: center;
        vertical-align: top;

    }
    .menu_grupos>.icons>li>a:hover{
        color: #ffffff;
        text-decoration: none;
    }

    .menu_grupos>.icons>li>a{
        color:#e3e3e3;
        max-width: 90px;
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .menu_grupos > .icons > li > a > i{
        display: block;
        font-size: 6.0em;
        padding: 4px;
        text-align: center;
        margin-bottom: 20px;
    }





    .sessoes_tbl{
        font-size: 0.9em;
    }

    .sessoes_tbl .local{
        font-size: 0.8em;
    }

    .widget_anexos{
        margin: 10px;
    }
    .widget_anexos li{
        padding-bottom: 5px;
    }

    .widget_anexos li a{
        font-size: 14px;
    }
    .widget_anexos li a .fa{
        font-size: 18px;
        color: red;
    }

    /*apresentacaoes de listagens em blocos*/

    .columns{
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 2;
        column-gap: 15px;
        column-fill: auto;
    }

    .columns > a{
        display: inline-block;
        background: #FEFEFE;
        border: 2px solid #FAFAFA;
        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
        margin: 0 2px 5px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        padding: 5px;
        padding-bottom: 5px;
        background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
        opacity: 1;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .columns > a > .imagem{
        position: relative;
    }
    .columns > a img{
        transform: scale(1);
        -webkit-filter:grayscale(1);
    }

    .columns > a:hover img{
        transform: scale(1);
        -webkit-filter: grayscale(0);
    }

    .columns > a > .imagem > h3{
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding-bottom: 2px;
        text-align: left;
        text-shadow: 0px 0px 10px #000000;
        font-size: 1.3em;
    }

    .columns > a > .imagem > h3 > span {
        font-weight: bolder;
        color: white;

        letter-spacing: -0.5px;
        text-align: left;
        padding: 10px;
    }

    #PesquisaIndexForm{
        background-color:#f5f5f5;
        padding: 20px;
    }

    .listagem_eventos{
        height: 100%;
        position: relative;
    }

    .listagem_eventos > .row{
        margin-bottom: 50px;
    }

    .listagem_eventos h3{
        margin: 0 0 10px 0;
        font-weight: 300;
        color: #3D3A37;
        text-transform: none;
        text-rendering: optimizelegibility;
        font-size: 1.5em;
    }


    .listagem_eventos .bola_datas{
        position: relative;
        background: none repeat scroll 0 0 #99cc33;
        border-radius: 100%;
        padding: 4px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 10;
    }

    .listagem_eventos .bola_datas > .data{
        border-radius: 100%;
        text-align: center;
        font-family: 'Carrois Gothic', sans-serif;
        background-color: #669900;
        color: #fff;
        display: table-cell;
        height: 90px;
        width: 90px;
        vertical-align: middle;
    }
    .listagem_eventos .bola_datas > .data > span{
        display: block;
    }
    .listagem_eventos .bola_datas > .data > .dia{
        font-size: 1.8em;
        font-weight: bolder;
        padding-top: 5px;
    }

    .listagem_eventos .descricao{

    }

    .barra_time_line{
    border: 1px dotted #ccc;
    border-radius: 3px;
    content: "";
    height: 95%;
    left: 50px;
    position: absolute;
    }



    /* Tamanho máximo PC
    .ajax_video {
        margin-top: 10px;
    }

    .ajax_video > a:first-child {
        margin-left: 0px;
    }

    .ajax_video > a {
        margin-left: 12px;
        display: inline-block;
    }*/
    .ajax_video{
        /*display: table;*/
    }

    .ajax_video>ul>li{
        display: table-row;
        width: 100%;
        background-color:#fbfbfb;

    }

    .ajax_video>ul>li>a{
        display: table-cell;
        width: 33%;
        text-decoration: none;
    }

    .ajax_video>ul>li>a>.video_cont{
       padding: 10px;
        text-align: left;
        font-size: 11px;
        background-position: center;
    }

    .ajax_video>ul>li>a>.video_cont>.img{
        width: 100%;
        text-align: center;
    }

    .ajax_video>ul>li>a>.video_cont>.img>img{
        padding: 10px;
    }


    .ajax_video>ul>li>a>.video_cont>h3{
        font-size: 12px;
        color: #585859;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
    }





    .tabs_home_documentos #ajax_img {
        position: absolute;
        left: 45%;
        top: 50%;
    }

    /*destaques agenda home page*/
    .tabs_home_documentos > #tabDocumentos > li > a {
        font-size: 9px;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 0px;
        line-height: 14px;
        border: 1px solid transparent;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
        padding-right: 5px;
        padding-left: 5px;
        background-color: transparent;
        color: #6d6d6d;
    }

    .tabs_home_documentos > #tabDocumentos > li > a:hover {
        background-color: #ffffff;
        background-color: transparent;
        border-top: 1px solid #669900 ;
        color: #000000;
    }

    .tabs_home_documentos > #tabDocumentos > .active {

        background-color: #669900;
        font-weight: lighter;
        color: #ffffff;
        cursor: pointer;

    }

    .tabs_home_documentos > #tabDocumentos > .active a{
        color: #ffffff;
    }

    .tabs_home_documentos .menu_tabs_baixo{
        border-top: 2px solid #669900;
        border-bottom: none;
    }



    /*---*/

    .tabs_home_agenda{
        margin-bottom: 20px;
    }

    .tabs_home_agenda #ajax_img {
        position: absolute;
        left: 45%;
        top: 50%;
    }

    /*destaques agenda home page*/
    .tabs_home_agenda > #tabEventos > li > a {
        font-size: 9px;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 0px;
        line-height: 14px;
        border: 1px solid transparent;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
        padding-right: 5px;
        padding-left: 5px;
        background-color: transparent;
        color: #6d6d6d;
    }

    .tabs_home_agenda > #tabEventos > li > a:hover {
        background-color: #ffffff;
        background-color: transparent;
        border-top: 1px solid #D71634 ;
        color: #000000;
    }

    .tabs_home_agenda > #tabEventos > .active {
        border-top: 1px solid #D71634 ;
        font-weight: lighter;
        color: #000000;
        cursor: pointer;

    }

    .tabs_home_agenda > #tabEventos > .active a{
        color: #000000;
    }


    .tabs_baixo .nav {
        margin-bottom: 0px;
    }

    .tabs_home_agenda .tab-content {
        min-height: 350px;
        overflow: hidden;
        position: relative;
    }

    .tabs_home_agenda h3{

        font-size: 1.5em;
        margin: 0px;
    }

    .menu_tabs_baixo {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid silver;
    }

    .menu_tabs_baixo .active {
        color: #555555;
        cursor: default;
        border: none;
        font-weight: bold;
    }

    .tabs_baixo {
        position: relative;
    }

    .titulo_areas_eventos{
        border-bottom: 2px solid #c82c2c;
        margin: 0px 0px 10px 0px;
    }

    .titulos_areas i{
        font-size: 1.2em;
    }

    .titulos_areas{
        margin: 0;
        padding: 5px 5px 5px 2px;
        overflow: hidden;
        color:#000000;
        background-color:rgba(227, 227, 227, 0.100);
        text-transform: uppercase;
        font-size: 1.0em;
        border-bottom: 2px solid #ff0000;
    }

    .widgets_titulos{
        border-bottom: 1px solid #E1E1E1;
        margin-bottom:22px;
        padding-bottom: 11px;
        margin-top: 20px;
    }

    .widgets_titulos > .divisor{
        color: #444444;
        font-size: 30px;
        line-height: 35px;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid  #DCD7C8;
        padding-bottom: 14px;
    }

    .widgets_titulos > .titulo-primario {
        font-weight: 800;
        line-height: 32px;
        font-size: 20px
        !important;
        text-transform: uppercase;
        /*color: #df1e37;*/
        color: #DCD7C8;
    }


    .paginas_titulos{
        border-bottom: 1px solid #E1E1E1;
        margin-bottom:22px;
        padding-bottom: 11px;
    }

    .paginas_titulos > .divisor{
        color: #df1e37;
        font-size: 30px;
        line-height: 35px;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid #df1e37;
        padding-bottom: 14px;
    }

    .paginas_titulos > .titulo-primario {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        line-height: 32px;
    }





    .agenda_destaques a {
        margin: 0px 10px 0px 0px;
        background-color: #f7f7f7;
        /*font-family: 'News Cycle', sans-serif;*/
    }

    .agenda_destaques a .data {
        background: #c82c2c;
        color: #fff;
        overflow: hidden;
        text-align: center;
        padding: 9px;
        margin: 0px 10px 0px 0px;
        line-height: 12px;
        float: left;
        /* text-align: center;
         float: left;
         display: block;
         padding: 4px;
         margin: 0px 10px 0px 0px;
        */
 }



 .agenda_destaques a .data .dia {
     font-size: 1.8em;
     margin-bottom: 2px;
     padding-bottom: 2px;
     text-align: center;
 }


    .agenda_destaques a .local {
     color:#6d6d6d;
     font-weight:lighter;
     font-size: 0.70em;
 }

 .agenda_destaques a {
     display: block;
     margin-bottom: 10px;
     border-left: 1px solid transparent;
     padding-top: 3px;
     color: #000000;

 }
    .agenda_destaques a:hover{
        text-decoration: none;
    }

    .agenda_destaques a .data {
        transition: all 0.8s ease;

    }


 .agenda_destaques a:hover .data {
     background-color: #669900;
     color: #ffffff;
     text-decoration: none;

 }

 .agenda_destaques h2 {
     font-size: 14px;
     font-weight: 400;
 }

 .agenda_destaques h3 {
     font-size: 12px;
     font-weight: 400;
     margin:0px;
     padding: 0px;
     line-height: 14px;
     text-align: left;
 }



 /*----------fim de tabs ------*/
    #homeboxes_cme .b1 {
        width: 37%;
        padding-right: 2%;
    }

    #homeboxes_cme .b2 {
        width: 33%;
        padding-right: 2%;
    }

    #homeboxes_cme .b3 {
        width: 26%;
    }

    .slide_header {
        margin-bottom: 80px;
    }




    .rodape_geral > .wrapper{

    }

    .rodape_geral > .container > .cell_links{
        min-height: 150px;
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .rodape_geral > .container > .cell_links h3{
        font-size: 1.8em;
    }

    .rodape_geral > .container > .cell_menu{

    }

    .rodape_geral > .cell_bt{
        clear: both;
        font-size: 10px;
        background-color: #a1d043;
        color: #000000;
        padding: 10px;

    }

    .rodape_geral{
        background-image: url(../../img/bg_rodape.png);
        background-position: right -25px top;
        background-repeat: no-repeat;
    }


    .rodape_geral > .container > .cell_menu > .menu{
        display: table;
        table-layout: auto;
        position: relative;
        padding: 20px 0 20px 0;
    }
    .rodape_geral > .container > .cell_menu > .menu > ul{
        display: table-cell;
        margin: 0;
        padding: 0 0 20px 20px;
    }

    .rodape_geral > .container > .cell_menu > .menu > ul > li{
        display: list-item;
        list-style: none;
        float: none;
        font-size: 0.8em;
        text-align: left;
    }


    .rodape_geral > .container > .cell_menu > .menu > ul > li:first-child{
        font-weight: bolder;
        color: #003300;
    }

    #resultados_contactos{
       font-size: 1.0em;
    }

    #resultados_contactos a{
        text-decoration: underline;
    }
    #resultados_contactos h3{
        font-size: 1.3em;
        font-weight: bolder;
    }
    #resultados_contactos h3>a{
        text-decoration: none;

    }

    #resultados_contactos h3>a:after{
        text-decoration: none;
        font-family: FontAwesome;
        content: "\f08e";
        font-size: 0.5em;
        padding-left: 5px;
    }

    .contacto_unico{
        vertical-align: middle;
        text-align: center
    }
    .contacto_unico h3{
        text-align: center
    }
    .assina_newsletter h3{
        font-size: 1.2em;

    }

    .assina_newsletter .btn:hover, .assina_newsletter .btn:focus, .assina_newsletter .btn.focus {
        color: #ffffff;
        text-decoration: none;
        font-weight: bolder;
    }

    .assina_newsletter .btn{
        background-color: #c82c2c;
        color: #ffffff;
        margin-left: 10px;

    }

    .assina_newsletter #subscreveStatus{
        margin-top: 10px;
    }

    /*---------*/
    /* News */
    .news-slider {
        /* Style the actual content */

    }
    .news-slider .text-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1em;
        width: 30%;
        height: 100%;
    }
    .news-slider .text-content h2 {
        margin: 0;
    }
    .news-slider .text-content p {
        margin: 1em 0;
    }
    .news-slider .text-content a.button-link {
        padding: 0.25em 0.5em;
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    .news-slider .image-content {
        line-height: 0;
    }
    .news-slider .image-content img {
        max-width: 100%;
    }
    .news-slider .news-pager {
        text-align: right;
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        list-style: none;
    }
    .news-slider .news-pager li {
        display: inline-block;
        padding: 0.6em;
        margin: 0 0 0 1em;
    }
    .news-slider .news-pager li.sy-active a {
        color: #31ace2;
    }
    .news-slider .news-pager li a {
        font-weight: 500;
        text-decoration: none;
        display: block;
        color: #222;
    }


}

/* FIM de Tamanho máximo PC */

.bl_agenda{
    background-color: #ed7423;
}
.bl_bol{
    background-color: #1b9ac5;
}
.bl_boletim{
    background-color: #78c15b;
}
.bl_boneco{
    background-color: #9b1d28;
}
.bl_museu{
    background-color: #009966;
}
.bl_atas{
    background-color: #2abaa8;
}
.bl_taxas{
    background-color: #534299;
}
.bl_biblioteca{
    background-color: #f4123d;
}
.bl_pdm{
    background-color: #fecc0f;
}

.icons_blocos>.linha>.bloco:hover{


}
.carousel-destaques h4{
    margin: 0px;
    padding: 0px;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 20px;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    color: white;

}

.agenda_destaques > a > .evento_data{
    padding: 10px;
}

.agenda_destaques > .titulo_area{


}

.pagina_destaques > a >.titulo_area{
    background-color: #008000 ;
}

.noticia_destaques > a > .titulo_area{
    background-color: #bd0e37 !important;
    border: 1px solid #bd0e37 !important;
    color: #fff !important;
}

.paragraph.withTitle>a {
    right: 16px;
    top: 18px;
    font-size: 11px;
    color: #BA5C70;
    position: absolute;
    text-transform: uppercase;
    font-family: "Asap",Arial,Helvetica,sans-serif;
}

.homelista_noticias>ul>li>a>.media-body>.legenda_data{
    font-size: 0.7em;
}
section.farmacias #farmacia_de_servico div{
    font-size: 0.9em;
}

#farmacia_de_servico h5{
font-weight: 600;
}

.web_video_destaque .img_video{
    height: 250px;
}

.lista_videos .media-body{
    font-size: 0.8em;
}

.lista_videos .media-body h4{
    margin-bottom: 0px;
    font-size: 1.3em;
    line-height: 1.3em;
}
.lista_galerias img{
    max-width: 80px;
}
.lista_galerias .media-body{
    font-size: 0.8em;
}
.lista_galerias a{
    display: block;
    padding: 5px;
}
.lista_galerias a:hover{
background-color: rgba(228, 228, 228, 0.100);
}

.lista_galerias .media-body h4{
    letter-spacing: normal;
    font-weight: bolder;
    margin-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.3em;
}

