﻿@import 'https://fonts.googleapis.com/css?family=Anton';
/*font-family: 'Anton', sans-serif;*/
@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i';
/*font-family: 'Roboto', sans-serif;*/



article, aside, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    font-size: 14px;
    
}

body {
    font-family: 'Roboto', sans-serif;
    min-width: 960px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {
    text-align: left;
    font-size: 40px;
    font-family: 'Anton', sans-serif;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    text-align: left;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
h3 {
    text-align: left;
    font-size: 16px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
}
ul {
    margin-left: 40px;
}
li {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}


img {
    border-width: 0px;
    border-style: none;
    vertical-align: bottom;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a:active {
    text-decoration: none;
    color: #FF0000;
}

input, textarea, select {
    border: 1px solid #939598;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #939598;
    font-family: 'Roboto' , sans-serif;
}

textarea {
    resize: none;
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

input[type="text"] {
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Roboto' , sans-serif;
    color: #939598;
}
input[type="submit"] {
    border: none;
    background-color: #FF0000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 17px;
    font-family: 'Roboto' , sans-serif;
    color: #FFFFFF;
    font-weight: 700;
}
input[type="submit"]:hover {
    cursor: pointer;
}
.erro {
    color: #FF0000;
    text-align: center;
    font-size: 10px;
}
.clear {
    clear: both;
}





body {
    background-color: #FFFFFF;
}



.mainHeader {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    z-index: 99999;
}

.mainHeader .mainHeaderWrapper {
    /*background-color: #FFCCFF;*/
    width: 960px;
    height: 132px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mainHeader .logo {
    /*background-color: #CC3300;*/
    position: absolute;
    bottom: 20px;
    left: 5px;
}

#MainNavigationMenu {
    /*background-color: #FF9933;*/
    position: absolute;
    bottom: 0px;
    right: 5px;
    
}



#MainNavigationMenu img.icon { border-style:none;vertical-align:middle; }
#MainNavigationMenu img.separator { border-style:none;display:block; }
#MainNavigationMenu img.horizontal-separator { border-style:none;vertical-align:middle; }
#MainNavigationMenu ul { list-style:none;margin:0;padding:0;width:auto; }

#MainNavigationMenu li { margin: 0;
}

#MainNavigationMenu ul.dynamic {
    z-index: 1;
}
#MainNavigationMenu a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
    font-family: 'Anton' , sans-serif;
    text-transform: uppercase;
}


#MainNavigationMenu a.static {
    background-color: #000000; /*width: 165px;*/ /*height: 40px;*/ /*border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;*/
    font-size: 20px;
    text-align: left;
    color: #FFFFFF; /*line-height: 40px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#MainNavigationMenu a.static.highlighted {
    color: #FFFFFF;
    background-color: #FF0000;
}
#MainNavigationMenu a.popout {
    background-color: #000000; /*width: 165px;*/ /*height: 40px;*/ /*border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;*/
    font-size: 20px;
    text-align: left;
    color: #FFFFFF; /*line-height: 40px;*/
}
#MainNavigationMenu a.dynamic {
    background-color: #FF0000;
    /*width: 163px;*/
    /*height: 40px;*/
    font-size: 16px;
    text-align: left;
    color: #FFFFFF; /*line-height: 40px;*/ /*border-bottom-style: solid;*/ /*border-bottom-width: 1px;*/ /*border-bottom-color: #FFFFFF;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-transform: initial;
}


#MainNavigationMenu a.dynamic.highlighted {
    color: #000000;
}

.mainHeader .redesSociaisContainer {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 31px;
    right: 5px;
    width: 200px;
    height: 25px;
}

.mainHeader .redesSociaisContainer .redesSociais {
    /*background-color: #CCFFCC;*/
    float: right;
    width: 180px;
    text-align: right;
}

.mainHeader .redesSociais .redeSocial {
    display: inline;
    margin-left: 20px;
}








.mainContentWrapper {
    /*background-color: #CCCC00;*/
    margin-top: 166px;
    margin-bottom: 20px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 300px;
}


.mainContentWrapper .latDir {
    /*background-color: #FFCCFF;*/
    width: 310px;
    float: right;
}

.mainContentWrapper .latDir .pubBox1 {
    background-color: #BCBDC0;
    width: 310px;
    height: 271px;
    position: relative;
    margin-bottom: 30px;
}
.mainContentWrapper .latDir .pubBox1 .pubMin {
    /*background-color: #00CC00;*/
    position: absolute;
    top: 2px;
    left: 6px;
    font-size: 8px;
    color: #FFFFFF;
    height: 10px;
}

.mainContentWrapper .latDir .pubBox1 .container {
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 300px;
    height: 250px;
}



.pubBox2 {
    background-color: #BCBDC0;
    width: 950px;
    height: 124px;
    position: relative;
    margin-bottom:30px;
}
.pubBox2 .pubMin {
    /*background-color: #00CC00;*/
    position: absolute;
    top: 2px;
    left: 217px;
    font-size: 8px;
    color: #FFFFFF;
    
}
.pubBox2 .container {
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    left: 217px;
    width: 728px;
    height: 90px;
}
.pubBox2 .anuncieConnosco {
    /*background-color: #3366FF;*/
    position: absolute;
    top: 54px;
    left: 18px;
    width: 184px;
    height: 50px;
}
.pubBox2 .anuncieConnosco .l1 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}
.pubBox2 .anuncieConnosco .l2 a {
    font-family: 'Anton' , sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    color: #FF0000;
}


.mainContentWrapper .latDir .ultimaEdicao {
    /*background-color: #FFCCCC;*/
    /*margin-top: 31px;*/
    margin-bottom: 23px;
}
.mainContentWrapper .latDir .ultimaEdicao h2 {
    text-transform: uppercase;
}
#UltimaEdicaoCapaHyperLink {
    border: 1px solid #000000;
    display: inline-block;
    background-color: #FFFFFF;
}


.mainContentWrapper .latDir .galaBox {
    background-color: #000000;
    display: block;
    height: 157px;
    margin-bottom: 18px;
}
.mainContentWrapper .latDir .galaBox:link, .mainContentWrapper .latDir .galaBox:visited {
    /*background-color: #FF0000;*/
    -webkit-transition: background-color 0.7s;
    transition: background-color 0.7s;
}
.mainContentWrapper .latDir .galaBox:hover, .mainContentWrapper .latDir .galaBox:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}
.mainContentWrapper .latDir .galaBox h2 {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    font-size: 28px;

}
.mainContentWrapper .latDir .galaBox .logoGala {
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    /*background-color: #FFFF00;*/
    height: 102px;
}





.mainContentWrapper .latDir .opiniao {
    /*background-color: #FFCC66;*/
    margin-bottom: 19px;
}
.mainContentWrapper .latDir .opiniao h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}


.mainContentWrapper .latDir .opiniao .opiniaoBox {
    background-color: #BCBDC0;
    display: block;
    position: relative;
    margin-bottom: 1px;
}

.mainContentWrapper .latDir .opiniao .opiniaoBox:link, .mainContentWrapper .latDir .opiniao .opiniaoBox:visited {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.mainContentWrapper .latDir .opiniao .opiniaoBox:hover, .mainContentWrapper .latDir .opiniao .opiniaoBox:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}


.mainContentWrapper .latDir .opiniao .opiniaoBox img {
    max-width: 53px;
    max-height: 53px;
}
.mainContentWrapper .latDir .opiniao .opiniaoBox .foto {
    position: absolute;
    top: 0;
    left: 0;
}
.mainContentWrapper .latDir .opiniao .opiniaoBox .nome {
    position: absolute;
    top: 12px;
    left: 65px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}



.mainContentWrapper .latDir .eleicoes {
    /*background-color: #FFCC66;*/
    margin-bottom: 19px;
}
.mainContentWrapper .latDir .eleicoes h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}


.mainContentWrapper .latDir .eleicoes .eleicoesBox {
    background-color: #BCBDC0;
    display: block;
    position: relative;
    margin-bottom: 1px;
}

.mainContentWrapper .latDir .eleicoes .eleicoesBox:link, .mainContentWrapper .latDir .eleicoes .eleicoesBox:visited {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.mainContentWrapper .latDir .eleicoes .eleicoesBox:hover, .mainContentWrapper .latDir .eleicoes .eleicoesBox:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}


.mainContentWrapper .latDir .eleicoes .eleicoesBox img {
    max-width: 53px;
    max-height: 53px;
}
.mainContentWrapper .latDir .eleicoes .eleicoesBox .foto {
    position: absolute;
    top: 0;
    left: 0;
}
.mainContentWrapper .latDir .eleicoes .eleicoesBox .nome {
    position: absolute;
    top: 1px;
    left: 65px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}





.mainContentWrapper .latDir .newsletterBox {
    background-color: #FF0000;
    display: block;
    height: 54px;
}
.mainContentWrapper .latDir .newsletterBox:link, .mainContentWrapper .latDir .newsletterBox:visited {
    /*background-color: #FF0000;*/
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.mainContentWrapper .latDir .newsletterBox:hover, .mainContentWrapper .latDir .newsletterBox:active {
    background-color: #000000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}
.mainContentWrapper .latDir .newsletterBox h2 {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    font-size: 28px;
}



.mainFooter {
    background-color: #000000;
    height: 221px;
}
.mainFooter .mainFooterWrapper {
    /*background-color: #9999FF;*/
    width: 950px;
    height: 221px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #808080;
}


.mainFooter .mainFooterWrapper p {
    color: #808080;
}
.mainFooter .mainFooterWrapper a:link, .mainFooter .mainFooterWrapper a:visited {
    color: #808080;
    text-decoration: none;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.mainFooter .mainFooterWrapper a:hover, .mainFooter .mainFooterWrapper a:active{
    color: #FFFFFF;
    -webkit-transition: color 0s;
    transition: color 0s;
}

.mainFooter .mainFooterWrapper .logo {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 66px;
    left: 0;
}

.mainFooter .mainFooterWrapper .cofinanciado {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 66px;
    left: 225px;
    font-size: 10px;
    width: 95px;
    text-align: right;
}

.mainFooter .mainFooterWrapper .lisboa2020 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 66px;
    left: 325px;
}
.mainFooter .mainFooterWrapper .portugal2020 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 66px;
    left: 595px;
}
.mainFooter .mainFooterWrapper .uniaoEuropeia {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 66px;
    left: 773px;
}



.mainFooter .mainFooterWrapper .col1 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 144px;
    left: 0px;
}
.mainFooter .mainFooterWrapper .col2 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 144px;
    left: 112px;
}
.mainFooter .mainFooterWrapper .col3 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 144px;
    left: 232px;
}
.mainFooter .mainFooterWrapper .col4 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 144px;
    left: 418px;
}
.mainFooter .mainFooterWrapper .col5 {
    /*background-color: #FFCC99;*/
    position: absolute;
    top: 144px;
    left: 573px;
}

.mainFooter .mainFooterWrapper p.extras {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}



.mainFooter .mainFooterWrapper .latDir {
    /*background-color: #FF6699;*/
    position: absolute;
    top: 144px;
    right: 0;
    width: 185px;
    height: 30px;
    margin-bottom: 30px;
}



.mainFooter .mainFooterWrapper .latDir .copyRight p {
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    margin: 0;
}

.mainContentWrapper .colunaContent {
    /*background-color: #FFCC66;*/
    width: 600px;
    float: left;
}
.mainContentWrapper .colunaContent .anteTitulo {
    text-align: left;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
.mainContentWrapper .colunaContent .sectionTitle {
    text-align: left;
    font-size: 20px;
    font-family: 'Anton' , sans-serif;
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 7px;
}
.mainContentWrapper .colunaContent .sectionTitle span {
    color: #000000;
}


.mainContentWrapper .colunaContent p {
    text-indent: 20px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.mainContentWrapper .colunaContent h1 {
    /*line-height:  28px;*/
    margin-bottom: 25px;
}
.mainContentWrapper .colunaContent h2 {
    text-align: center;
    font-family: 'Anton' , sans-serif;
    font-size: 20px;
    font-style: normal;
    color: #000000;
    margin-bottom: 5px;
    line-height: 30px;
    font-weight: normal;
}
.mainContentWrapper .colunaContent h3 {
    text-indent: 20px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    line-height: 18px;
    margin: 0;
    font-weight: 700;
}
.mainContentWrapper .colunaContent h4 {
    font-family: 'Roboto' , sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000000;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 700;
}








.fotoAlto {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.fotoBaixo {
    display: block;
    margin-bottom: 20px;
}

.carimbo {
    /*background-color: #FF99FF;*/
    margin-bottom: 15px;
    color: #666666;
    font-size: 12px;
}
.carimbo .data {
    /*background-color: #CCFFCC;*/
    float: left;
}
.carimbo .SharerRedesSociais {
    /*background-color: #FFCC00;*/
    float: right;
}
.carimbo .SharerRedesSociais span {
    margin-left: 10px;
}











.mainContentWrapper .colunaContentEdicoes {
    /*background-color: #FFCC66;*/
    width: 639px;
    float: left;
}
.mainContentWrapper .colunaContentEdicoes h1 {
    line-height:  28px;
    margin-bottom: 25px;
}
.mainContentWrapper .colunaContentEdicoes h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mainContentWrapper .colunaContentEdicoes .edicaoBox {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin-right: 42px;
    width: 171px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-bottom: 60px;
}

.mainContentWrapper .colunaContentEdicoes .edicaoBox:hover, .mainContentWrapper .colunaContentEdicoes .edicaoBox:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}

.mainContentWrapper .colunaContentEdicoes .edicaoBox .imageBox {
    border: 1px solid #BCBDC0;
}
.mainContentWrapper .colunaContentEdicoes .edicaoBox:hover .imageBox, .mainContentWrapper .colunaContentEdicoes .edicaoBox:active .imageBox {
    border: 1px solid #FF0000;
}


.subNav1 {
    text-align: center;
    margin-top: 20px;
}

.subNav1 .GoToPrevious:link, .subNav1 .GoToPrevious:visited {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/_recursos/sub_nav/previous.png');
    background-repeat: no-repeat;
}
.subNav1 .GoToPrevious:hover, .subNav1 .GoToPrevious:active {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/_recursos/sub_nav/previous_over.png');
    background-repeat: no-repeat;
}
.subNav1 .GoToNext:link, .subNav1 .GoToNext:visited {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/_recursos/sub_nav/next.png');
    background-repeat: no-repeat;
}
.subNav1 .GoToNext:hover, .subNav1 .GoToNext:active {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/_recursos/sub_nav/next_over.png');
    background-repeat: no-repeat;
}
.subNav1 a.aspNetDisabled.GoToPrevious {
    display: inline-block;
    width: 25px;
    height: 25px;
    visibility: hidden;
}
.subNav1 a.aspNetDisabled.GoToNext {
    display: inline-block;
    width: 25px;
    height: 25px;
    visibility: hidden;
}
.subNav1 .center {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/_recursos/sub_nav/center.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
}


#HomePage {
}

#HomePage h1 {
    font-size: 36px;
    font-family: 'Anton' , sans-serif;
    text-align: left;
    line-height: 40px;
    margin-bottom: 15px;
    color: #FFFFFF;
}
#HomePage h2 {
    font-size: 18px;
    font-family: 'Roboto' , sans-serif;
    text-align: left;
    color: #FFFFFF;
}
#HomePage p {
    color: #FFFFFF;
    text-indent: 0px;
    margin-bottom: 0;
}

#HomePage .destaque1 {
    /*background-color: #FFFF99;*/
    width: 600px;
    height: 532px;
    float: left;
    margin-bottom: 16px;
    position: relative;
}
#HomePage .destaque1 .textContainer {
    background-color: #000000;
    position: absolute;
    width: 580px;
    min-height: 182px;
    bottom: 0;
    left: 0;
    padding: 10px;
}


#HomePage .destaque2 {
    /*background-color: #CCFF99;*/
    width: 400px;
    height: 283px;
    float: left;
    margin-bottom: 16px;
    position: relative;
}
#HomePage .destaque2 h1 {
    font-size: 20px;
    margin-bottom: 5px;
    
}
#HomePage .destaque2 .textContainer {
    background-color: #000000;
    position: absolute;
    width: 380px;
    min-height: 86px;
    bottom: 0;
    left: 0;
    padding: 7px 10px 10px 10px;
}


#HomePage .destaque3 {
    /*background-color: #FFCCFF;*/
    width: 190px;
    height: 283px;
    float: left;
    margin-bottom: 16px;
    position: relative;
}
#HomePage .destaque3 h1 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 26px;
}
#HomePage .destaque3 .textContainer {
    background-color: #000000;
    position: absolute;
    width: 170px;
    min-height: 20px;
    bottom: 0;
    left: 0;
    padding: 15px 10px 13px 10px;
}



#HomePage .sepDest {
    float: left;
    width: 10px;
    height: 16px;
    /*background-color: #FF0066;*/
}

#HomePage .antevisaoBox {
    background-color: #FFFFFF;
    margin-top: 14px;
}
#HomePage .antevisaoBox h1 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
}
.ytContainer {
    /*background-color: #66CCFF;*/
    width: 600px;
    height: 338px;
}




.entrevistasIndice {
}
.entrevistasIndice .box {
    display: block;
    /*background-color: #FFCC66;*/
    position: relative;
    width: 600px;
    height: 150px;
    margin-bottom: 1px;
}


.entrevistasIndice .box .foto {
    position: absolute;
    top: 0;
    left: 0;
}

.textContainer1 {
    /*background-color: #FFFFCC;*/
    position: absolute;
    top: 0px;
    left: 160px;
    width: 430px;
    height: 150px;
    display: table;
}
.textContainer2 {
    display: table-cell;
    vertical-align: middle;
}

.entrevistasIndice .box .anteTitulo {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 22px;
    color: #FF0017;
    font-family: 'Anton', sans-serif;
}
.entrevistasIndice .box .titulo {
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 32px;
    color: #000000;
}
.entrevistasIndice .box .data {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 26px;
    font-family: 'Anton' , sans-serif;
    display: block;
    color: #BBBBBE;
}


.entrevistasIndice a:hover .anteTitulo, .entrevistasIndice a:active .anteTitulo {
    color: #FFFFFF;
}
.entrevistasIndice a:hover .titulo, .entrevistasIndice a:active .titulo {
    color: #FFFFFF;
}
.entrevistasIndice a:hover .data, .entrevistasIndice a:active .data {
    color: #FFFFFF;
}

.entrevistasIndice a.box:link, .entrevistasIndice a.box:visited {
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.entrevistasIndice a.box:hover, .entrevistasIndice a.box:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}



.entrevistasDetalhe {
    
}
.entrevistasDetalhe article {
    min-height: 620px;
}

.entrevistasDetalhe h2 {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
}

.entrevistasDetalhe h1 {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 48px;
    text-transform: uppercase;
}


.agendaAtitData {
    background-color: #FF0017;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}
.agendaAtitData .icon {
    float:left;
}
.agendaAtitData .data {
    float:left;
}
.agendaAtitData .data h2 {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    color: #FFFFFF;
    margin-top: 16px;
    margin-left: 5px;
}




.multimediaThumbnail {
    width:150px;
    height:150px;
    display: table;
}
.multimediaThumbnail img {
    max-width:150px;
    max-height:150px;
}
.multimediaThumbnailcontainer {
    display:table-cell;
    vertical-align: middle;
    text-align:center;

}























.opiniaoIndice {
}
.opiniaoIndice .box {
    display: block;
    /*background-color: #FFCC66;*/
    position: relative;
    width: 600px;
    height: 132px;
    margin-bottom: 1px;
    position: relative;
}



.opiniaoIndice .box .titulo {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 42px;
    color: #000000;
    width: 570px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.opiniaoIndice .box .data {
    font-size: 12px;
    /*text-transform: uppercase;*/
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 26px;
    /*font-family: 'Anton' , sans-serif;*/
    display: block;
    /*color: #BBBBBE;*/
    position: absolute;
    bottom: 8px;
    left: 15px;
}


.opiniaoIndice a:hover .titulo, .opiniaoIndice a:active .titulo {
    color: #FFFFFF;
}
.opiniaoIndice a:hover .data, .opiniaoIndice a:active .data {
    color: #FFFFFF;
}

.opiniaoIndice a.box:link, .opiniaoIndice a.box:visited {
    background-color: #E6E6E6;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.opiniaoIndice a.box:hover, .opiniaoIndice a.box:active {
    background-color: #FF0000;
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
}




/*************************/


#opiniaoDetalheHeader {
    /*background-color: #FFCCFF;*/
}
#opiniaoDetalheHeader .containerBox {
    /*background-color: #99CCFF;*/
    width: 580px;
    height: 90px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
#opiniaoDetalheHeader .containerBox .foto {
    /*background-color: #666699;*/
    width: 90px;
    height: 90px;
    position: absolute;
    top:0;
    left: 0;
}
#opiniaoDetalheHeader .containerBox .nome {
    /*background-color: #666699;*/
    width: 400px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    left: 101px;
    font-family: 'Anton' , sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
#opiniaoDetalheHeader .containerBox .descricao {
    /*background-color: #666699;*/
    width: 400px;
    height: 20px;
    position: absolute;
    bottom: -7px;
    left: 101px;
    font-size: 12px;
}




.eleicoesLista {
    /*background-color: #CCCCFF;*/
}

.eleicoesLista header {
    position: relative;
    /*background-color: #FFFF99;*/
    width: 600px;
    height: 103px;
    margin-bottom: 45px;
}

.eleicoesLista header .HeaderFotoIconBox {
    position:absolute;
    left: 0;
    top: 0;
}
.eleicoesLista header h1 {
    position:absolute;
    left: 100px;
    top: 66px;
    font-size: 20px;

}
.eleicoesLista header .filete {
    width: 600px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
.eleicoesAnosLista {
    /*background-color: #CCFFCC;*/
    margin-left: 0;
    margin-top: 30px;

}
.eleicoesAnosLista li {
    display: block;
    margin-bottom: 1px;
}
.eleicoesAnosLista li a {
    width: 200px;
    height: 60px;
    font-size: 36px;
    font-family: Anton, sans-serif;
    font-weight: normal;
    background-color: #FF0000;
    color: #FFFFFF;
    display:block;
    text-align: center;
    line-height: 40px;
}














#fichaTecnica {
    /*background-color: #808000;*/
}

#fichaTecnica h2 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    color: #FF0017;
    text-align: left !important;
    text-transform: uppercase;
    margin-top: 20px;
}

#fichaTecnica p {
    text-indent: 0px;
}



#ajuda {
    /*background-color: #808000;*/
}

#ajuda h2 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    color: #FF0017;
    text-align: left !important;
    text-transform: uppercase;
    margin-top: 20px;
}

#ajuda p {
    /*text-indent: 0px;*/
}




#termosEcondicoes {
    /*background-color: #808000;*/
}

#termosEcondicoes h2 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    color: #FF0017;
    text-align: left !important;
    text-transform: uppercase;
    margin-top: 20px;
}

#termosEcondicoes p {
    /*text-indent: 0px;*/
}


#politicaDePrivacidade {
    /*background-color: #808000;*/
}

#politicaDePrivacidade h2 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    color: #FF0017;
    text-align: left !important;
    text-transform: uppercase;
    margin-top: 20px;
}

#politicaDePrivacidade p {
    /*text-indent: 0px;*/
}

#publicidade {
    /*background-color: #808000;*/
}

#publicidade h2 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    color: #FF0017;
    text-align: left !important;
    text-transform: uppercase;
    margin-top: 20px;
}

#publicidade p {
    /*text-indent: 0px;*/
}

#publicidade .formatosBox {
    background-color: #CBCBCB;
    padding-top:30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
#publicidade .box1 {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    /*background-color: #9966FF;*/
    margin-bottom: 20px;
}
#publicidade .tipo {
    display: block;
    font-family: 'Anton' , sans-serif;
    font-size: 14px;
    color: #FF0000;
    text-transform: uppercase;
}
#publicidade .dimensao {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
#publicidade .box2 {
    margin-left: 15px;
    margin-right: 30px;
    /*background-color: #9966FF;*/
    margin-bottom: 5px;
}
#publicidade .box2a1 {
    float: left;
    background-color: #000000;
    margin-bottom: 20px;
    width: 350px;
}
#publicidade .box2a1 .tit {
    display: block;
    font-family: 'Anton' , sans-serif;
    color: #FF0000;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 7px;
}
#publicidade .box2a1 .dimensao {
    color: #FFFFFF;
}
#publicidade .box2a1 .box1 {
    float: left;
    margin-left: 9px;
    margin-right: 6px;
}
#publicidade .box2a1 .box2 {
    float: right;
    margin-left: 6px;
    margin-right: 9px;
}


#publicidade .box2a2 {
    float: right;
    /*background-color: #FF33CC;*/
    margin-bottom: 20px;
    width: 160px;
}
#publicidade .box2a2 .box1 {
    margin-bottom: 20px;
}


#publicidade .box3 {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
#publicidade .box3 .container {
    position: relative;
    background-color: #FFFFFF;
    width: 540px;
    height: 74px;
}
#publicidade .box3 .container .iten1 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #FF0000;
}
#publicidade .box3 .container .iten2 {
    position: absolute;
    top: 12px;
    left: 218px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #FF0000;
    padding-left: 20px;
}




#publicidade .box4 {
    margin-left: 15px;
    margin-right: 15px;
    /*background-color: #FFCCFF;*/
}
#publicidade .box4 .container {
    position: relative;
    background-color: #000000;
    width: 540px;
    height: 74px;
}
#publicidade .box4 .container .iten1 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #FF0000;
}
#publicidade .box4 .container .iten1 .pc {
    font-family: 'Roboto' , sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
}
#publicidade .box4 .container .iten2 {
    position: absolute;
    top: 10px;
    left: 218px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #FF0000;
    padding-left: 20px;
}
#publicidade .box4 .container .iten2 .a1 {
    font-family: 'Anton' , sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #FF0000;
    font-weight: normal;
}
#publicidade .box4 .container .iten2 .a2 {
    color: #FFFFFF;
}


#publicidade .infografiaBox {
    /*background-color: #CC33FF;*/
}
#publicidade .infografiaBox h2 { 
    font-size: 18px;
    margin-left: 45px;
}
#publicidade .infografiaBox p {
    text-indent: 0px;
    margin-left: 45px;
}



#contactos {
}

#contactos .formContainer {
    /*background-color: #FF9900;*/
    position: relative;
    width: 600px;
    height: 260px;
}
#contactos .formContainer label {
    color: #939598;
    display: block;
    margin-bottom: 2px;
}





#contactos .formContainer .departamentoDDLContainer {
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: #FF00FF;*/
    width: 280px;
}
#contactos .formContainer .departamentoDDLContainer #DepartamentoDDL {
    width: 280px;
    height: 30px;
}

#contactos .formContainer .nomeTextBoxContainer {
    position: absolute;
    top: 65px;
    left: 0;
    width: 280px;
    height: 30px;
}
#contactos .formContainer .nomeTextBoxContainer #NomeTextBox {
    width: 258px;
}



#contactos .formContainer .emailTextBoxContainer {
    position: absolute;
    left: 0;
    top: 130px;
    width: 280px;
}
#contactos .formContainer .emailTextBoxContainer #EmailTextBox {
    width: 258px;
}

#contactos .formContainer .telefoneTextBoxContainer {
    position: absolute;
    left: 0;
    top: 195px;
    width: 280px;
}
#contactos .formContainer .telefoneTextBoxContainer #TelefoneTextBox {
    width: 258px;
}


#contactos .formContainer .mensagemTextBoxContainer {
    position: absolute;
    top: 0px;
    right: 0;
    width: 280px;
}
#contactos .formContainer .mensagemTextBoxContainer #MensagemTextBox {
    width: 258px;
    height: 140px;
}

#contactos .formContainer .sendToMeCheckBoxContainer {
    position: absolute;
    top: 190px;
    right: 0;
    width: 280px;
}
#contactos .formContainer .sendToMeCheckBoxContainer #SendToMeCheckBox {
    margin-right: 10px;
}
#contactos .formContainer .sendToMeCheckBoxContainer label {
    display: inline-block;
    font-size: 12px;
}

#contactos .formContainer .enviarButtonContainer {
    position: absolute;
    top: 211px;
    right: 0px;
    width: 280px;
    /*height: 100px;*/
    /*background-color: #FF9999;*/
}
#contactos .formContainer .enviarButtonContainer #EnviarButton {
    width: 280px;
}

#contactos .geral {
    font-family: 'Anton' , sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}
#contactos .geralTelefone a {
    font-family: 'Anton' , sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #FF0000;
}
#contactos .moradaTit {
    font-family: 'Anton' , sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}
#contactos .moradaExt {
    color: #939598;
    margin-bottom: 20px;
}

#contactos #MensagemComSucessoBox {
    padding: 15px;
    background-color: #000000;
}
#contactos #MensagemComSucessoBox p {
    color: #FFFFFF;
    text-indent: 0px;
    text-align: center;
    margin: 0;
}
#contactos #MensagemComSucessoBox .p1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

#contactos #MensagemSemSucessoBox {
    padding: 15px;
    background-color: #FF0000;
}
#contactos #MensagemSemSucessoBox p {
    color: #FFFFFF;
    text-indent: 0px;
    text-align: center;
    margin: 0;
}
#contactos #MensagemSemSucessoBox .p1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}


.boxTotal {
    /*background-color: #CCCCCC;*/
    width: 600px;
    height: 390px;
    padding-top: 0px;
    margin-left: -40px;
}
.boxTotal .fotoBox {
    /*background-color: #FF99FF;*/
    width: 600px;
    height: 338px;
    margin-right: auto;
    margin-left: auto;
}
.boxTotal .fotoBox img {
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.boxTotal .fotoBox figcaption {
    /*background-color: #FF9999;*/
    position: absolute;
    bottom: 20px;
    left: -40px;
    width: 100%;
    height: 25px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    line-height: 25px;
    text-align: center;
}

#bx-pager {
    text-align: center;
    width:500px;
    margin-left:50px;
}
#bx-pager img {
    border: 2px solid transparent;
    max-height: 54px;
}

#bx-pager a:hover img {
    border: 2px solid #FF0000;
}
#bx-pager a.active img {
    border: 2px solid #FF0000;
}
.bx-has-controls-direction {
    position: absolute;
    z-index: +10;
    height: 1px;
}
.bx-controls-direction {
    margin-left:600px;
    margin-top: 39px;
}
