﻿/* fontes
    destaques: Myriad Pro
    a mais parecida no google fonts é:
    http://www.google.com/fonts/specimen/PT+Sans

    o resto é verdana
*/
body, td{
    font-family: Verdana;
}
.xxsHeader, .xxsHeader img{
    vertical-align: bottom;
    position: relative;
}
.xxsLinkContacto{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.xxsHeader img {
    margin-right: 15px;
}
 /* Destaques da Homepage*/
.xxsDestaqueHP{
    float: left;
    width: 100%;
}
.xxsDestaqueHPImg{
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.xxsDestaqueHPTexto{
    max-width: 600px;
    float: left;
    margin-top: 5px;
    font-size: 12px;
}
.xxsDestaqueHPTexto h3{
    color: #005a8c;
    padding-top: 10px;
}
.xxsDestaqueHPTexto h3::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.xxsDestaqueHPData{
    background-color: #329eca;
    color: white;
    max-width: 245px;
    padding: 2px;
}
.xxsDestaqueHPTexto hr{
    margin-top: 1px;
    margin-bottom: 3px;
    margin-right: 5px;
    border: none;
    height: 5px;
    background: url('../img/dotted.png');
}
.xxsDestaqueHPMaisNoticias{
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

/*Banners da HomePage
    http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs
*/
.xxsHPBanners{
    height: auto;
    clear: left;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.xxsHPBanners>div{
    height: auto; /*300 da imagem mais */
    width: 220px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.xxsHPBanners > div > div > a {
    height: 60px;
    color: white;
}
.xxsHPBanners hr{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    border: none;
    height: 1px;
    background: url('../img/bannerDotLine.png');
}
.xxsStretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.xxsBannerLegend, .xxsBannerSubLegend{
    width: 100%;
    height: 50px;
    background-color: #005A8C;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.xxsBannerLegend{
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}
.xxsBannerSubLegend {
    text-align: right;
    font-size: 11px;
}
.xxsBannerSubLegend a{
    line-height: 20px;
    font-size: 12px;
}
/* end banners*/


.xxsDestaqueTit{
    padding-left: 10px;


}
/* todo o conteúdo dinâmico do site é carregado aqui, tanto a HP como os conteúdos de 1º, 2º e 3º nível */
/* os conteúdos são carregados para o div que tem esta classe*/
#xssContent{
    height: auto;
}
.xxsHighlightAside{
    overflow: hidden;
    height: 100%;
}
.xxsHighlightAside article{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #848484;
    font-size: 12px;
}
.xxsHighlightAside img{
    margin-bottom: 20px;
}
.xssExtensorMenu{
    width: 100%;
    height: 47px;
    background-color: #329eca;
    position: absolute; left: -0px;
}

/* a zona por baixo dos banners na homepage */
.xxsHomeDestaquesNoticiasRow {
    position: relative;
}
.xxsHomeDestaquesNoticiasRow>div{
    overflow: hidden;
}

/* Destaque Lateral da homepage*/
.xxsDestaqueLateralHPContainer {
    /*position: absolute;*/
    height: 679px;
    right: 0px;
    padding-left: 5px;
    text-align: left;
}
#xxsDestaquesLateraisHP{
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    font-size: 12px;
}
.xxsDestaqueLateralHPContainer span{
    color: #004880;
    font-weight: bold;
    font-size: 12px;
}
.xxsDestaqueLateralHPContainer p{
    color: #5C5A5A;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #CECECE;
    margin-bottom: 10px;
}

/* Footer */
.xxsFooterAgenda, .xxsFooterAgendaCompleta, .xxsFooterCopy{
    color: white;
}
.xxsFooterTitAgenda{
    background-color: transparent;
    color:  #329ECA;
    font-size: 50px;
    position: relative;
    height: 20px;
   /*overflow: hidden;*/
    clear: both;
}
#preFooterAgendaTit, #preFooterContactenosTit{
     margin-bottom: -11px;
     display: inline;
}
.xxsFooterRedesSociais{
    position: relative;
    vertical-align: top;
    float: right;
    margin-top:-11px;
}

.xxsSiganos{
    font-size:12px;
    color: #666;
    vertical-align: middle;
}

.xxsHeaderRedesSociais{
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 14px;
    font-weight: bold;
}
.xxsHeaderRedesSociais img {
    margin-left: 10px;
    margin-right: 0px;
}
.xxsFooterRedesSociais img {
    margin-left: 5px;
}
.xxsFooterAgenda{
    background-color: #329ECA;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
}
.xxsFooterAgenda ul {
    margin: 10px;
    list-style-image: url('../img/arrowwhite.png');
}
.xxsFooterAgenda ul li{
    margin: 15px;
}
.xxsFooterAgenda ul li span{
    color: #84FE00;
}
.xxsFooterAgenda ul li a {
    color: white;
}
.xxsFooterAgenda img{
    float: right;
}
.xxsFooterAgendaCompleta{
    background-color: #0063BE;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
}
.xxsFooterAgendaCompleta img{
    margin-right: 10px;
}
.xxsFooterAgendaCompleta a{
    font-weight: bold;
    color: white;
    font-size: 12px;
}
.xxsFooterCopy{
    background-color: #06427A;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
.xxsFooterApoios{
    background-color: #00204E;
    font-size: 46px;
    color: #1A3760;
    padding-left: 10px;
}
.xxsFooterApoios img{
    margin: 10px 20px;
}

/* ------------------------------------------------------------- */
/* Nivel 2*/
/* ------------------------------------------------------------- */
.xxsN2FooterHome>div{
    float: left;
    margin-right: 10px;
}
#contactenosNivel2{
    height: 70px;
    margin: 20px 20px;
}
.xxsN2FooterPhoneEmail>div{
    float: left;
    clear: both;
    vertical-align: top;
    sheight: 55px;
    sline-height: 40px;
    overflow:hidden;
    border: solid 1px black;
}
.xxsN2FooterMobile{

}
.xxsN2FooterMobile::before {
    content: url('../img/bots/n2mobile.png');
}
.xxsN2FooterEmail::before {
    content: url('../img/bots/n2mail.png');
}
/* Destaque Lateral Segundo Nivel*/
.xxsDestaqueLateralN2 ul{
    list-style: none;
}

.xxsDestaque2NImgRight{
    border-radius: 10px;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Agenda  / Notícias - 2º Nível*/
.xxsDestaque2N{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.xxsDestaque2NImg{
    border-radius: 10px;
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
 
.xxsDestaque2NImgBig{
    border-radius: 10px;
    width: 440px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.xxsDestaque2NTexto{
    width: 100%;
    /*float: left;*/
    margin-top: 5px;
    display: block;
}
.xxsDestaque2NTexto h3, .xxsDestaque2NTexto h4{
    color: #005a8c;
    padding-top: 10px;
}
.xxsDestaque2NTexto h3::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.xxsDestaque2NData{
    background-color: #329eca;
    color: white;
    max-width: 245px;
    padding: 2px;
}
.xxsDestaque2NTexto hr{
    margin-top: 1px;
    margin-bottom: 3px;
    margin-right: 5px;
    border: none;
    height: 5px;
    background: url('../img/dotted.png');
}

.xxsDestaqueHPTexto h2{
    color: #005a8c;
    padding-top: 10px;
}
.xxsDestaqueHPTexto h2::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.xxsDestaqueHPTexto h4::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.xxsDestaque2NTexto h4::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.xxsDestaque2NTexto h2{
    color: #005a8c;
    padding-top: 10px;
}
.xxsDestaque2NTexto h2::before{
    content:  url('../img/arrowblue.png');
    position: relative;
    top: -4px;
    margin-right: 5px;
}



/* textos dos menus */
.xxsMenuContent{
    font-size: 12px;
	text-align: justify;
	color: #666;
}
.xxsMenuContent .xxsDestaqueHPTexto{
    width: 100%;
    max-width: 100%;
}

.submenu {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.colorverde, .colorblue, .submenu, .pad_bot1 pad_top1 {
    color: #005a8c;
    margin-bottom: 10px;
}

.breadcrumbs {
    color: #005a8c;
    font-size: 9px;
    margin-top: 10px;
}

/* ------------------------------------------------------------- */
/* Fim do Nivel 2*/
/* ------------------------------------------------------------- */






/* overwrite do smartmenu.css*/
#nav {
    margin-top: 10px;
	padding-top:0px;
    min-height: 47px;
}
.sm-blue a{
    padding: 12px 24px;
}
.xssNavHomeIcon a{
    padding: 8px 24px;
}
.sm-blue ul a{
    font-size: 14px;    /* define o tamanho da fonte nos submenus */
    line-height: 15px; /* define o espaço entre linhas na mesma entrada (entrada com duas ou mais linhas) */
    padding: 9px 40px 8px 23px;
}
ul.sm>li{
    background-color: #329eca;
    min-height: 47px;
}
#main-menu > li:last-child{
    width: 1px;
    height: 47px;
    background-color: #FFFFFF;
}
/* para o tamanho de ecran mais pequeno - telemoveis*/
@media screen and (max-width: 640px){
    #main-menu > li:last-child {
        display: none;
    } 
    .xxsDestaqueLateralHPContainer{
        height: auto;
    }
    .xxsFooterAgenda{
        height: 230px;
    }
    .hidePhone{
        display: none;
    }
}
@media screen and (max-width: 1199px) { /* primeiro colapso*/
       .xxsDestaqueLateralHPContainer{
        height: auto;
    }
}
/* overwrite bootstrap*/



 .bigicon {
        font-size: 35px;
        color: #36A0FF;
    }

 .header {
        color: #36A0FF;
        font-size: 27px;
        padding: 10px;
    }