@charset "UTF-8";

@font-face {
    font-family: 'Alwyn';
    src: url('/font/ufonts.com_alwyn.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alwyn-bold';
    src: url('/font/ufonts.com_alwyn-bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alwyn-italic';
    src: url('/font/ufonts.com_alwyn-oblique.woff');
    font-weight: normal;
    font-style: italic;
}

html, body {
    height: 100%;

    font-family: Alwyn, "sans-serif";
}

html {
    position: relative;
    min-height: 100%;
}

body {
    min-width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

hr {
    border: none;
    background-color: #000;
    color: #000;
    height: 1px;
}

/* INPUTS */

input, textarea {
    height: 22px;
    padding: 6px 10px;
    font-family: Alwyn, "sans-serif";
    font-size: 18px;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #000;
}

select {
    font-family: Alwyn, "sans-serif";
    font-size: 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #000;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(/img/public/arrowBlack.png);
    background-color: #fff;
    background-position: 97% center;
    background-repeat: no-repeat;
}

button, select {
    text-transform: none;
}

.button {
    width: 168px;
    float: left;
    padding-top: 10px;
    position: relative;
}

.buttonSelect {
    width: 146px;
    float: left;
    position: relative;
    padding: 5px 10px;
    line-height: 24px;
}

.buttonSelect.clicked::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#searchFormFiltros .button .checkmark {
    left: 127px;
    top: -4px;
}

#searchFormFiltros .button {
    width: 147px;
    float: left;
    padding: 10px;
    position: relative;
}

.txtArea {
    width: 400px;
    height: 100px;
    margin: 10px 0 0;
}

#container {
    min-height: 73%;
    position: relative;
    padding-bottom: 200px;
}

#top input[type=password], #top input[type=text] {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #333 inset;
    color: #fff;
    box-shadow: 0 0 0 1000px #333 inset;
    transition: background-color 5000s ease-in-out 0s;
}

#innerTop input[type=password], #innerTop input[type=text] {
    border: 1px solid #333;
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #ecd781 inset;
    color: #333;
    box-shadow: 0 0 0 1000px #ecd781 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.inputSize146 {
    width: 146px;
}

.inputSize168 {
    width: 168px;
}

.inputSize338 {
    width: 338px;
}

.inputSize722 {
    width: 722px;
}

label {
    font-family: Alwyn-bold, "sans-serif";
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    margin: 5px 0;
}

li a {
    color: #000;
}

p {
    margin: 0 0 5px 0;
}

a {
    text-decoration: none;
    color: inherit;
}

b {
    font-family: Alwyn-bold, "sans-serif";
    font-weight: bold;
}

i, em {
    font-family: Alwyn-italic, "sans-serif";
    font-style: italic !important;
}

a:visited {
    text-decoration: none;
}

.link {
    margin-left: 3px;
    color: #000;
}

.link:hover {
    text-decoration: underline;
}

#topInner {
    background-color: #fff;
}

#topInner .noticia {
    padding-top: 0;
    width: 744px !important;
}

.inner {
    width: 936px;
    margin: 0 auto;
    display: table;
    position: relative;

    /*height: 100%;*/
}

.inner .col {
    width: 20.5%;
    float: left;
    min-height: 34px;
}

.inner .col:last-child {
    width: 18%;
    margin-right: 0;
    float: right;
}

#innerLogBar {
    background-color: #ecd781;
}

#innerLogBar .inner .col {
    float: right;
    margin-right: 0;
}

#innerLogBar .inner .col:first-child {
    width: 18%;
    margin-right: 0;
}

#innerLogBar .inner .col:last-child {
    margin-right: 24px;
}

#innerRightLogBar {
    float: left;
    height: 57px;
    width: 552px;
    padding-top: 15px;
}

.hgt36 {
    height: 36px;
}

.inner .col3 {
    width: 61.5%;
    float: left;
}

.inner .col2cnt {
    width: 41%;
    float: left;
}

.inner .col2 {
    width: 38.4%;
    float: left;
}

.topPad {
    padding-top: 36px;
}

.topPadMed {
    padding-top: 18px;
}

.topPadMed22 {
    padding-top: 22px;
}

.topPadMed24 {
    padding-top: 24px;
}

.topPadSmall {
    padding-top: 12px;
}

.topPadSmaller {
    padding-top: 8px;
}

.topPadSmallest {
    padding-top: 4px;
}

.rightPadSmallest {
    padding-right: 4px;
}

.rightPadSmaller {
    padding-right: 8px;
}

.rightPad {
    padding-right: 24px;
}

.rightPadMed {
    padding-right: 12px;
}

.leftPadSmallest {
    padding-left: 4px;
}

.leftPadSmaller {
    padding-left: 8px;
}

.noMargin {
    margin: 0;
}

.botPadSmaller {
    padding-bottom: 6px;
}

.botPadSmall {
    padding-bottom: 12px;
}

.botPad {
    padding-bottom: 24px;
}

.topMargin {
    margin-top: 10px;
}

.botMargin {
    margin-bottom: 10px;
}

.topMargin90 {
    margin-top: 90px;
}

.topMargin28 {
    margin-top: 28px;
}

.botMargin28 {
    margin-bottom: 28px;
}

.lftMargin {
    margin-left: 24px;
}

.lftMarginMed {
    margin-left: 18px;
}

.lftMargin12 {
    margin-left: 12px;
}

.lftMarginSmall {
    margin-left: 2px;
}

.lftMargin5 {
    margin-left: 5px;
}

.innerPadding {
    margin-left: 336px;
}

.rgtMargin {
    margin-right: 24px;
}

.topBotPad {
    padding: 5px 0;
}

.noPadding {
    padding: 0 !important;
}

.cleanTable {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.loginTable td {
    width: 168px;
    padding-left: 24px;
}

#elementTable {
    width: 744px;
    margin-left: 192px;
    margin-top: 12px
}

#elementTable tr td:first-child {
    width: 192px;
}

#elementTable .border {
    border-bottom: 1px solid #ccc;
}

.elementTable1 {
    margin-top: 10px;
    width: 744px;
    margin-left: 192px;
    cursor: pointer;
}

.elementTable1 .border {
    border-top: 1px solid #ccc;
}

#elementTable tr td, .elementTable1 tr td {
    vertical-align: top;
    padding: 5px 0;
}

.relLink:hover {
    background-color: #ecd781;
}

.elementTable1 tr td:first-child {
    width: 192px;
}

.elementTable1 tr:first-child td, #elementTable tr:first-child td {
    border-top: 1px solid #000;
}

.elementTable1 tr:last-child td {
    border-bottom: 0;
}

#elementTable tr:last-child td {
    border-bottom: 0;
}

#logo {
    background: url(/img/public/logoNovo.png) no-repeat 18px 34px;
    height: 164px;
    width: 168px;
    float: left;
    cursor: pointer;
}

#logoLetter {
    background: url(/img/public/logoLetter.png) no-repeat 0 0;
    width: 284px;
    height: 28px;
    margin: 0 auto;
    padding-bottom: 12px;
}

#logoInner {
    background: url(/img/public/innerLogo.png) no-repeat 0 10px;
    height: 72px;
    width: 382px;
    float: left;
}

#home #filterBar {
    padding: 36px 0;
}

#inner #filterBar {
    padding: 36px 0 12px;
}

.inner .bot::after {
    content: '';
    width: 192px;
    height: 6px;
    background: black;
    position: absolute;
    bottom: -4px;
}

#areas .checkmark {
    top: -3px;
}

#searchFormFiltrosHome #areas .button {
    padding-bottom: 9px;
}

#filterBar .bot1::after {
    content: '';
    width: 168px;
    height: 6px;
    background: black;
    position: absolute;
    bottom: -4px;
}

#filterBar select {
    width: 50px;
    height: 24px;
    padding: 3px 4px;
}

#filterBar select.medium {
    width: 168px;
    height: 36px;
    padding: 5px 10px;
    font-size: 18px;
    background-position: 87% center;
}

#filterBar select.large {
    width: 360px;
    height: 36px;
    padding: 5px 10px;
    font-size: 18px;
}

#regsubBar {
    border-top: 6px solid #605b46;
    background-color: #ccc;
}

#regsubBar #map {
    background: url(/img/public/wordMap.png) no-repeat 0 0;
    height: 240px;
}

#logBar {
    background-color: #333;
    height: 72px;
}

#logBarOnBar {
    float: left;
    padding-left: 108px;
    padding-top: 25px;
}

#innerTop #logBar {

    height: 72px;
    width: 276px;
    float: left;
    padding: 0;
}

#logBar.white {
    background-color: #fff;
}

#logBar.white .cleanBut {
    color: #666;
}

#logBar td {
    height: 72px;
    padding-right: 24px;
    width: 168px;
}

#logBar td:last-child {
    padding-right: 0;
}

#topBar {
    height: 307px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,988c5d+51,edd781+100 */
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #988c5d 51%, #edd781 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #333333 0%, #988c5d 51%, #edd781 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #333333 0%, #988c5d 51%, #edd781 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#edd781', GradientType=0); /* IE6-9 */
}

#topMenuBar {
    padding: 21px 0;
    background-color: #333;
}

#topMenuBar #topButtons {
    padding: 21px 0 0 0;
}

#menuBar {
    background-color: #605b46;
    padding: 36px 0 24px;
}

#menuBar p {
    font-size: 14px;
}

#innerTop #menuBar {
    background-color: #666;
    padding: 36px 0 24px;
}

#middle {
    /*min-height: 600px;*/
    overflow: hidden;
    margin-bottom: 50px;
}

#home #middle {
    margin-bottom: 0;
    overflow: auto;
    /*padding-bottom: 180px;*/
}

#innerNews {
    -moz-column-count: 2;
    -moz-column-gap: 24px;
    -webkit-column-count: 2;
    -webkit-column-gap: 24px;
    column-count: 2;
    column-gap: 24px;
    float: left;
    width: 100%;
}

#newsletter {
    width: 168px;
    float: left;
}

.entry {
    font-size: 14px;
    margin-right: 24px;
    padding: 0 0 5px 0;
    display: inline-block;
}

.noticia:nth-child(3), .noticia:nth-child(4) {
    margin-right: 0;
}

.noticia:nth-child(2) {
    padding-bottom: 0;
}

#noticias .entry {
    width: 360px;
}

.listNews .textoNoticia {
    padding: 5px 0;
}

.newsBox .textoNoticia {
    padding: 5px 0;
}

.textoNoticia {
    padding: 15px 0 10px;
    font-size: 16px;
    line-height: 140%;
}

.textoNoticia span {
    line-height: 20px;
}

.textoNoticia a {
    text-decoration: underline;
    color: #000;
}

#captcha {
    width: 144px !important;
    vertical-align: top;
    margin-left: 20px;
}

#captchaReload {
    float: left;
    width: auto;
    cursor: pointer;
    text-decoration: underline;
    color: #3366cc;
}

.guia {
    width: 168px;
    float: left;
}

#guia {
    background: url('/img/public/guia.png') no-repeat 0 0;
    background-size: cover;
    height: 222px;
    width: 160px;
    float: left;
}

#guia_quadro {
    background: url('/img/public/guia_quadro.png') no-repeat 0 0;
    background-size: cover;
    height: 222px;
    width: 160px;
    float: left;
}

.box {
    padding: 10px 0 0;
}

.rightGuia {
    width: 168px;
    float: left;
}

#videos iframe {
    float: left;
}

#pubBar {
    background-color: #fff;
    height: 310px;
    padding: 36px 0 0;
}

#infoBar {
    background-color: #ccc;
    padding: 34px 0;
}

#innerText {
    width: 700px;
    margin: 0 auto;
    color: #605b46;
    /*padding-top: 48px;*/
    padding: 48px 0;
    text-align: center;
}

#countryBar {
    height: 304px;
    background-color: #fff;
}

#bottom {
    background-color: #aaa;
    bottom: 0;
    width: 100%;
    height: 200px;
    margin-top: -200px;
    position: relative;
}

#home #bottom {
    height: 200px;
    margin-top: -200px;
    position: relative;
}

#topTitulo {
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.titulo {
    padding: 5px 0 10px;
}

.innerTitulo {
    font-size: 36px;
    font-family: Alwyn-bold, "sans-serif";
    padding: 5px 0;
    border-top: 6px solid #000;
}

.innerTitulo24 {
    font-size: 24px;
    font-family: Alwyn-bold, "sans-serif";
    border-top: 6px solid #000;
}

#innerTop .cleanTable {
    width: inherit;
}

.separador {
    width: 24px;
    /*width: 22px;*/
    text-align: center;
    display: block;
    line-height: 38px;
}

.buttonBlack {
    background: url(/img/public/arrow.png) no-repeat 145px 50% #000;
    float: left;
    color: #fff;
    /*width: 360px;*/
    width: 168px;
    cursor: pointer;
    text-align: left;
    position: relative;
    border: 0;
}

.buttonGrey {
    background: url(/img/public/cross.png) no-repeat 145px 50% #aaa;
    float: left;
    color: #fff;
    /*width: 360px;*/
    width: 168px;
    cursor: pointer;
    text-align: left;
    position: relative;
    border: 0;
    margin-right: 24px;
}

.buttonBlackSmall {
    background: url(/img/public/arrow.png) no-repeat 147px 50% #000;
    float: left;
    color: #fff;
    width: 168px;
    cursor: pointer;
    text-align: left;
    position: relative;
    border: 0;
    height: 36px;
}

.buttonSpecial {
    width: 225px;
    border: 1px solid #605b46;
    margin: 28px auto 0;
    cursor: pointer;
    position: relative;

}

.buttonSpecial .inner {
    width: 200px;
    margin: 4px;
    padding: 8px;
    background-color: #605b46;
    text-transform: uppercase;
    font-family: Alwyn-bold, "sans-serif";
}

/* The container */
.container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 144px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #000;
}

.filtro {
    float: left;
}

.filtro p {
    height: 23px;
    line-height: 35px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #000;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
/*#searchFormFiltros .container .checkmark:after {*/
/*left: 0;*/
/*top: 0;*/
/*width: 6px;*/
/*height: 6px;*/
/*border: 4px solid white;*/
/*padding: 1px;*/
/*}*/

#searchFormFiltrosHome .container .checkmark:after, #registoTable .container .checkmark:after, .subscriptionTable .container .checkmark:after, #searchFormFiltros .container .checkmark:after {
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 5px;
    padding: 1px;
}

.large1 {
    width: 552px;
}

.large {
    width: 360px;
}

.medium {
    width: 360px;
}

.veryLarge {
    width: 744px;
}

.borderLightGrey {
    border-top: 6px solid #999;
}

.borderGrey {
    border-top: 6px solid #666;
}

.borderBotGrey {
    border-bottom: 6px solid #666;
    padding-bottom: 6px;
}

.borderBotMildGrey {
    border-bottom: 6px solid #939393;
    padding-bottom: 6px;
}

.borderBotBlack {
    border-bottom: 6px solid #000;
    padding-bottom: 6px;
}

.borderBotThinGrey {
    border-top: 1px solid #939393;
}

.borderWhite {
    border-top: 6px solid #fff;
}

.borderRed {
    border-top: 6px solid #d2232a;
}

.borderBlue {
    border-top: 6px solid #23408f;
}

.borderBlack {
    border-top: 6px solid #000;
}

.borderGreen {
    border-top: 6px solid #40ae49;
}

.borderYellow {
    border-top: 6px solid #f8a91b;
}

.borderRedT {
    border-top: 6px solid #a16112;
}

.border781 {
    border-top: 6px solid #ecd781;
}

.borderThinBlack {
    border-top: 1px solid #000;
}

.borderThinWhite {
    border-top: 1px solid #fff;
}

.borderBotThinWhite {
    border-bottom: 1px solid #fff;
}

.borderBotThinBlack {
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}

.borderThinGrey {
    border-top: 1px solid #999;
}

.borderAllRed {
    border: 1px solid #d2232a;
}

.borderAllBlack {
    border: 1px solid #000;
}

.borderAllBlue {
    border: 1px solid #23408f;
}

.borderAllRedT {
    border: 1px solid #a16112;
}

.borderAllGreen {
    border: 1px solid #40ae49;
}

.borderAllYellow {
    border: 1px solid #f8a91b;
}

.borderAllGrey {
    border: 1px solid #999;
}

.color393 {
    color: #393938;
}

.color555 {
    color: #555555;
}

.color781, .color781 a {
    color: #ecd781;
}

.colorfff, .colorfff a {
    color: #fff;
}

.color333, .color333 a {
    color: #333;
}

/*#searchFormFiltros #paises, #searchFormFiltros #areas {*/
/*position: absolute;*/
/*top: 67px;*/
/*background-color: #fff;*/
/*width: 166px;*/
/*z-index: 1;*/
/*border-right: 1px solid black;*/
/*border-left: 1px solid black;*/
/*}*/

/*#searchFormFiltros #areas {*/
/*left: 192px;*/
/*}*/

/*#searchFormFiltros #paises div, #searchFormFiltros #areas div {*/
/*!*border-right: 1px solid #000;*!*/
/*!*border-left: 1px solid #000;*!*/
/*padding: 5px 10px;*/
/*font-size: 14px;*/
/*}*/

/*#searchFormFiltros #paises .checkmark, #searchFormFiltros #areas .checkmark {*/
/*left: 129px;*/
/*top: -1px;*/
/*height: 16px;*/
/*width: 16px;*/
/*}*/

/*#searchFormFiltros #paises div:first-child, #searchFormFiltros #areas div:first-child {*/
/*border-top: 1px solid #000;*/
/*padding-top: 10px;*/
/*}*/

/*#searchFormFiltros #paises div:last-child, #searchFormFiltros #areas div:last-child {*/
/*border-bottom: 1px solid #000;*/
/*padding-bottom: 10px;*/
/*}*/

#paisesBar {
    width: 744px;
}

#paisesBar span {
    margin-left: 65px;
}

#paisesBar .paisLabel {
    margin: 8px 60px;
    color: #000;
}

#innerPaisesBar {
    width: 168px;
    float: left;
}

#innerPaisesBar .paisLabel {
    color: #000;
    padding: 0 0 15px;
}

#innerPaisesBar .button {
    padding-top: 5px;
}

#mapa {
    height: 200px;
    background-color: #aaa;
    padding-top: 24px;
}

#newsBar {
    background-color: #605b46;
    /*height: 228px;*/
    padding: 42px 0 36px;
}

.infoBar {
    height: 261px;
    background-color: #ccc;
}

#bottom .infoBar {
    height: 261px;
}

.file, .file a {
    color: #3366cc !important;
}

.grey, .grey a, .grey input {
    color: #666;
}

.greyMid, .greyMid a {
    color: #939393;
}

.lightGrey, .lightGrey a {
    color: #999;
}

.white, .white a {
    color: #fff;
}

.red, .red a {
    color: #d2232a;
}

.redInfo {
    color: #CC0000;
    font-family: Alwyn-bold, "sans-serif";
}

.greenInfo {
    color: #40ae49;
    font-family: Alwyn-bold, "sans-serif";
}

.blue, .blue a {
    color: #23408f;
}

.black, .black a, .dot.black a, .dot.black a:visited {
    color: #000;
}

.green, .green a {
    color: #40ae49;
}

.yellow, .yellow a {
    color: #f8a91b;
}

.redT, .redT a {
    color: #a16112;
}

.angola {
    background: url('/img/public/angolaFlagSmall.png') no-repeat 0 17px;
}

.cabo {
    background: url('/img/public/caboverdeFlagSmall.png') no-repeat 0 19px;
}

.guine {
    background: url('/img/public/guinebissauFlagSmall.png') no-repeat 0 20px;
}

.mocambique {
    background: url('/img/public/mocambiqueFlagSmall.png') no-repeat 0 18px;
}

.saotome {
    background: url('/img/public/saotomeFlagSmall.png') no-repeat 0 20px;
}

.timor {
    background: url('/img/public/timorFlagSmall.png') no-repeat 0 21px;
}

.ue {
    background: url('/img/public/ue.png') no-repeat 0 0;
    height: 40px;
    width: 61px;
    float: left;
}

.cplp {
    background: url('/img/public/CPLP_v1.png') no-repeat 0 0;
    height: 53px;
    width: 155px;
}

.fb {
    background: url('/img/public/fb.png') no-repeat 0 0;
    height: 30px;
    width: 30px;
    background-size: cover;
    float: left;
}

.tw {
    background: url('/img/public/twitter.png') no-repeat 0 0;
    height: 30px;
    width: 30px;
    background-size: cover;
    float: left;
}

.linked {
    background: url('/img/public/linked.png') no-repeat 0 0;
    height: 30px;
    width: 30px;
    background-size: cover;
    float: left;
}

.print {
    background: url('/img/public/print.png') no-repeat 0 0;
    height: 15px;
    width: 15px;
}

.favorito {
    background: url('/img/public/favoritos.png') no-repeat 0 0;
    height: 15px;
    width: 15px;
}

.favoritoGrande {
    background: url('/img/public/favoritoGrande.png') no-repeat 0 0;
    height: 34px;
    width: 207px;
    float: left;
}

.socialSmall {
    height: 24px;
    width: 24px;
}

.camoes {
    background: url('/img/public/camoes.png') no-repeat 0 0;
    height: 39px;
    width: 81px;
    float: left;
}

#favs {
    background: url(/img/public/favorito.png) no-repeat 0 1px;
    height: 17px;
    width: 77px;
    float: right;
}

.cleanBut {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.bold {
    font-family: Alwyn-bold, "sans-serif";
}

.italico {
    font-style: italic;
}

.italicBold{
    font-family: Alwyn-bold, "sans-serif";
    font-weight: bold;
    font-style: italic;
}

.pointer {
    cursor: pointer;
}

.marginLft {
    margin-left: 192px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.noBorder {
    border: 0 !important;
}

.width90 {
    width: 90px;
}

.width75 {
    width: 75px;
}

#logos {
    height: 91px;
    padding: 7px 0 7px 10px;
    float: left;
}

.impnac {
    background: url('/img/public/imprensa-nacional-de-angola.png') no-repeat 0 0;
    width: 48px;
    height: 60px;
    background-size: cover;
    float: left;
}

.incv {
    background: url('/img/public/incv.png') no-repeat 0 0;
    width: 100px;
    height: 60px;
    background-size: cover;
    float: left;
}

.inacep {
    background: url('/img/public/inacep.png') no-repeat 0 0;
    width: 66px;
    height: 60px;
    background-size: cover;
    float: left;
}


.inacep1 {
    background: url('/img/public/inacep1.png') no-repeat 0 0;
    width: 66px;
    height: 60px;
    background-size: cover;
    float: left;
}


.inm1 {
    background: url('/img/public/inm1.png') no-repeat 0 0;
    width: 108px;
    height: 60px;
    background-size: cover;
    float: left;
}


.inm {
    background: url('/img/public/INM_LOGO.png') no-repeat 0 0;
    width: 108px;
    height: 60px;
    background-size: cover;
    float: left;
}

.cir {
    background: url('/img/public/stp.png') no-repeat 0 0;
    width: 97px;
    height: 60px;
    background-size: cover;
    float: left;
}

.cir1 {
    background: url('/img/public/cir1.png') no-repeat 0 0;
    width: 122px;
    height: 60px;
    background-size: cover;
    float: left;
}

.timo {
    background: url('/img/public/TLlogo.png') no-repeat 0 0;
    width: 79px;
    height: 60px;
    background-size: cover;
    float: left;
}

.utog {
    background: url('/img/public/utog.png') no-repeat 0 0;
    width: 152px;
    height: 81px;
    background-size: cover;
    float: left;
}

.ecosphere {
    background: url('/img/public/ecosphere.png') no-repeat 0 0;
    width: 82px;
    height: 21px;
    background-size: cover;
    float: left;
}

.oaa {
    background: url('/img/public/oaa.png') no-repeat 0 0;
    width: 63px;
    height: 60px;
    background-size: cover;
    float: left;
}

.mjcv {
    background: url('/img/public/MJ_CVLogo.png') no-repeat 0 0;
    width: 158px;
    height: 60px;
    background-size: cover;
    float: left;
    margin-top: 15px;
}

.bissau {
    background: url('/img/public/GNB-logo.png') no-repeat 0 0;
    width: 70px;
    height: 60px;
    background-size: cover;
    float: left;
}

.fdgb {
    background: url('/img/public/fdgb.png') no-repeat 0 0;
    width: 89px;
    height: 60px;
    background-size: cover;
    float: left;
}

.mj {
    background: url('/img/public/moz-logo.png') no-repeat 0 0;
    width: 61px;
    height: 60px;
    background-size: cover;
    float: left;
}

.cfu {
    background: url('/img/public/cfu.png') no-repeat 0 0;
    width: 33px;
    height: 42px;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

#innerFiltros {
    height: 38px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

#innerMapa {
    -moz-column-count: 5;
    -moz-column-gap: 24px;
    -webkit-column-count: 5;
    -webkit-column-gap: 24px;
    column-count: 5;
    column-gap: 24px;
    float: left;
    width: 936px;
}

.entry {
    float: left;
    margin: 10px 0;
    vertical-align: middle;
    padding-right: 25px;
    cursor: pointer;
}

.entry img {
    vertical-align: middle;
}

.pager {
    margin: 15px 0;
    height: 36px;
    background-color: #cccccc;
    padding: 0 0 0 10px;
    clear: both;
    line-height: 36px;
    width: 926px
}

.pager p {
    width: 50%;
    float: left;
    margin: 0;
}

.pager select {
    width: 45px;
    height: 24px;
    padding: 3px 4px;
    background-position: 93% center;
}

.ppager {
    color: #666;
}

/* FONTS */

.smallFont {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.boldFont {
    font-weight: 600;
}

.normalFont {
    font-weight: normal;
}

.font10 {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
}

.font12 {
    font-size: 12px;
    font-weight: 400;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font13 {
    font-size: 13px;
    line-height: 20px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font18LH {
    line-height: 24px;
}

.font24 {
    font-size: 24px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.list-contacts {
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 24px;
    -webkit-column-count: 2;
    -webkit-column-gap: 24px;
    column-count: 2;
    column-gap: 24px;
}

.list-contacts li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    line-height: 20px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.list-contacts li:nth-child(3), .list-contacts li:nth-child(7) {
    border-bottom: 0;
}

.list-contacts li:nth-child(4) {
    padding-top: 15px;
}

.cursor {
    cursor: pointer;
}

h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    font-weight: 500
}

h2 span {
    background: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/* FOOT */

#foot {
    width: 100%;
    margin: 28px 0 30px;
    overflow: hidden;
}

.footBlock {
    width: 215px;
    padding: 0 18px 18px 0;
    line-height: 14px;
}

.formTable td {
    padding: 0 0 5px;
}

#registoTable {
    border-spacing: 0;
    display: table-cell;
}

#registoTable tr:nth-child(2n+1) td {
    padding-top: 10px;
}

#registoTable td {
    vertical-align: top;
}

#registoTable tr td:nth-child(2) {
    padding-left: 24px;

}

#registoTable input[type=text], #registoTable input[type=password] {
    width: 336px;
    border: 1px solid #666;
}

#registoTable .smallIpt input[type=text] {
    width: 145px;
    border: 1px solid #666;
}

#registoTable .largeIpt input[type=text] {
    width: 722px;
}

#registoTable select, .subscriptionTable select {
    width: 358px;
    height: 38px;
    padding: 5px 10px;
    font-size: 18px;
}

.subscriptionTable {
    width: 744px;
    font-size: 14px;
}

.subscriptionTable td {
    border-bottom: 1px solid #666;
    padding: 10px 0;
}

.subscriptionTable tr:last-child td {
    border-bottom: 1px solid #000;
}

.subscriptionTable tr td:first-child {
    width: 192px;
}

.smallIpt {
    float: left;
    width: 167px;
}

.leftPad {
    padding-left: 24px;
}

#registoTable textarea {
    width: 338px;
}

#registoTable option {
    background-color: #fff;
}

#registoTable .errorSp {
    color: red;
}

#registoTable .errorOnInput, .subscriptionTable .errorOnInput {
    background-color: red !important;
    border: 1px solid red !important;
    color: #fff;
}

#registoTable label {
    margin-top: 5px;
}

#registoTable .checkmark {
    left: 0;
    top: -4px;
}

#legalTerms .checkmark, #newsletterSub .checkmark {
    left: 0;
    top: -4px;
}

.subscriptionTable .checkmark {
    left: 0;
    top: -4px;
}

#legalTerms a {
    text-decoration: underline;
}

.leftArea {
    width: 192px;
    float: left;
    min-height: 100%;
}

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

.listTable1 * {
    font-size: 14px;
}

.listTable1 tr:hover td:not(.header):not(.orderHeader) {
    background-color: #ecd781;
}

.listTable1 .header a, .listTable1 .orderHeader a {
    border: 0;
}

.listTable1 .header, .listTable1 .orderHeader {
    height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: Alwyn-bold, "sans-serif";
    text-align: left;
    text-transform: uppercase;
}

.listTable1 tbody tr td, .listTable tbody tr td {
    white-space: normal;
    padding: 6px 8px;
    vertical-align: top;
    cursor: pointer;
    border-bottom: 1px solid #999999;
}

.listTable1 tbody tr.odd td {
    background-color: #e6eef4;
}

.listTable1 tr:last-child td {
    padding-bottom: 15px;
    border-bottom: 0;
}

.listTable1 td:last-child {
    padding-right: 10px;
}

.dontHide {
    display: block !important;
}

ul.section-children {
    padding-left: 1em;
    margin-left: 0em;
}

li.section {
    margin: 2px 0;
    padding: 2px;
}

li.section img {
    cursor: pointer;
}

li.show {
    border: none;
    cursor: default;
}

#masterIndex ul.section-children {
    padding-left: 0;
    margin-left: 0;
}

#masterIndex li.section {
    margin: 0;
    padding: 0 2px;
    cursor: pointer;
    font-size: 12px;
}

#masterIndex li.section img {
    cursor: pointer;
}

#masterIndex li.show {
    border: none;
    cursor: default;
}

.collapseSection {
    padding-right: 3px;
}

.hidden {
    display: none;
}

#popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 256px;
    background-color: #000;
    opacity: 0.8;
    color: #ecd781;
    padding: 60px 0;
    font-size: 24px;
    text-align: center;
    -webkit-animation: cssAnimation 7s forwards;
    animation: cssAnimation 7s forwards;
}

#popup .inner {
    position: relative;
    top: 50px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;

    border-left: 7px solid black;
    float: right;
    position: relative;
    top: 6px;
    right: 4px;
    z-index: -1;
}

.arrow-right.turned {
    top: 10px;
    right: 2px;
    border-top: 7px solid black;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.section::before {
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 6px solid transparent;
}

.section::before.turned {
    top: 0;
    right: 0;
    border-top: 6px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.menu {
    font-size: 16px;
    width: 168px;
    display: inline-block;
}

.menu li {
    border-top: 6px solid #000;
    padding: 5px 0 6px 0;
    font-family: Alwyn-bold, "sans-serif";
    margin: 0;
}

#menuPais li:nth-child(2) {
    border-top: 6px solid #d2232a;
}

#menuPais li:nth-child(3) {
    border-top: 6px solid #23408f;
}

#menuPais li:nth-child(4) {
    border-top: 6px solid #666;
}

#menuPais li:nth-child(5) {
    border-top: 6px solid #f8a91b;
}

#menuPais li:nth-child(6) {
    border-top: 6px solid #40ae49;
}

#menuPais li:nth-child(7) {
    border-top: 6px solid #a16112;
}

ul#list {
    font-size: 12px;
    width: 168px;
    padding-top: 10px;
    display: inline-block;
}

ul#list a {
    display: inline-block;
    padding-bottom: 2px;
    line-height: 14px;
}

#list ul.section-children {
    padding: 0;
    margin: 0;
}

#list li.section {
    padding: 1px 0;
    margin: 0;
}

.bread {
    margin-top: 12px;
    padding-bottom: 8px;
}

ul#list a:hover {
    background-color: #ecd781;
}

.rowsPerPage {
    font-size: 14px;
}

.container .txt {
    margin-left: 33px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    padding: 0;
    z-index: 30 !important;
}

.ui-menu {
    list-style: none;
    margin: 2px;
    display: block;
    float: left;
    border: 0;
    background-color: white;
    color: #000;
    font-family: Alwyn-bold, "sans-serif";
    height: 350px;
    overflow-y: scroll;
    overflow-x: visible;
    max-width: 554px;
    font-family: Alwyn, "sans-serif";
    font-size: 12px;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 3px;
    line-height: 1.5;
}

.ui-menu-item:hover {
    background-color: #ecd781;
    cursor: hand;
}

.ui-state-hover {
    background-color: #eee;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    border: 1px solid #003576;;
    color: #003576;
}

.ui-widget-header {
    background: url("/images/back_layer_text_option.png") repeat-x scroll 50% 50% #003576;;
    border: 1px solid #003576;;
    color: #003576;;
    font-family: Alwyn-bold, "sans-serif";
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("/images/back_layer_text_option.png") repeat-x scroll 50% 50% #003576;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #003576;
}

.ui-menu-item-wrapper {
    color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #f8a91b;
    font-family: Alwyn-bold, "sans-serif";
    color: #000;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 4px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
}

#indexDescritores {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 18px 0;
}

#indexDescritores span {
    font-size: 22px;
    display: inline-block;
    text-align: center;
}

.content {
    padding-top: 8px;
}

.dot::after {
    content: "\2022";
    position: relative;
    left: 1px;
    font-size: 13px;
    bottom: 4px;
    color: #000;
    padding: 2px 3px;
}

.dot a, .dot a:visited {
    color: #3366cc;
}

.noLink {
    color: #999999;
}

#indexDescritores .dot:last-child::after {
    content: "";
}

.centeredMessage {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}

.arvoreDescritores {
    font-size: 14px;
    line-height: 18px;
}

.arvoreDescritores ul {
    margin-left: 24px;
}

.arvoreDescritores ul ul {
    margin-left: 36px;
}

.arvoreDescritores .arrow-right {
    float: left;
    top: 2px;
    right: 0;
    z-index: 10;
    margin-right: 7px;
    margin-left: 3px;
}

.arvoreDescritores .arrow-right.turned {
    right: 0;
    margin-right: 5px;
    margin-left: 0;
    top: 5px;
}

.arvoreDescritores .bigdescritor > .arrow-right.turned {
    top: 8px;
}

.arvoreDescritores .bigdescritor > a {
    font-size: 24px;
    line-height: 24px;
}

.arvoreDescritores .bigdescritor > .arrow-right {
    top: 6px;
}

.desc {
    position: relative;
}

.btn {
    position: absolute;
    right: 0;
    height: 36px;
    background: url(/img/public/limpar.png) no-repeat 3px 11px;
    border: 0;
    width: 30px;
    padding: 0;
}

input.predescritores {
    padding-right: 30px;
    width: 318px;
}

.predes {
    max-width: 360px;
}

.predes div {
    float: left;
}

.subBtn {
    bottom: 0;
    right: 0;
}

.dialog {
    background-color: #ecd781;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dialog .inner {
    margin: 100px auto;
}

#dialog {
    width: 936px;
    margin: 20% auto;
    height: 205px;
}


#dialog .close {
    content: url(/img/public/limparOpaco.png);
    float: right;
    cursor: pointer;
    position: relative;
    top: -6px;
    right: -6px;
}

#favsDialog .closeBig {
    background: url(/img/public/closeBig.png) no-repeat 0 0;
    width: 34px;
    height: 36px;
    float: right;
    cursor: pointer;
}

.closeSmall {
    background: url(/img/public/closeBig.png) no-repeat 0 0;
    background-size: cover;
    width: 17px;
    height: 18px;
    float: right;
    cursor: pointer;
}


#popup .closeBigYellow {
    background: url(/img/public/closeBigYellow.png) no-repeat 900px 0;
    width: 936px;
    height: 36px;
    cursor: pointer;
    display: table;
    margin: 0 auto;
}

#dialog span {
    /*text-align: center;*/
    display: block;
}

#dialog input[type=text] {
    width: 451px;
    margin-top: 80px;
    font-size: 14px;
}

#dialog input[type=button] {
    width: 80px;
    height: 36px;
    font-size: 14px;
    margin-top: 80px;
    display: block;
}

#dialog .inptBtn {
    width: 553px;
    position: relative;
    margin: 0 auto;
}

#dialog .buttonBlackSmall {
    background: url(/img/public/arrow.png) no-repeat 60px 13px #000;
}

#dialog input {
    float: left;
}

#favoritos td {
    padding: 6px 0;
}

#favsDialog #cont {
    width: 100%;
    margin-top: 55px;
}

#cont .file {
    width: 100%;
    display: inline-block;
}

#favsDialog .listTable1 tbody tr td {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

#labelPais, #labelArea {
    text-transform: capitalize;
}

#labelPais::before {
    content: 'PAÍSES: ';
    font-family: Alwyn-bold, "sans-serif";
}

#labelArea::before {
    content: 'ÁREAS: ';
    font-family: Alwyn-bold, "sans-serif";
}

.filtros {
    clear: both;
}

#filtros {
    margin-bottom: 24px;
    overflow: hidden;
}

#paises, #areas {
    height: 92px;

}

.lik {
    cursor: pointer;
}

.noCursor {
    cursor: default;
}

.elementTable1 .ang {
    background: url('/img/public/angolaF.png') no-repeat 0 15px;
    height: 33px;
    width: 50px;
}

.elementTable1 .cab {
    background: url('/img/public/caboverdeF.png') no-repeat 0 15px;
    height: 29px;
    width: 50px;
}

.elementTable1 .gui {
    background: url('/img/public/guinebissauF.png') no-repeat 0 15px;
    height: 25px;
    width: 50px;
}

.elementTable1 .moç {
    background: url('/img/public/mocambiqueF.png') no-repeat 0 15px;
    height: 33px;
    width: 50px;
}

.elementTable1 .são {
    background: url('/img/public/saotomeF.png') no-repeat 0 15px;
    height: 25px;
    width: 50px;
}

.elementTable1 .tim {
    background: url('/img/public/timorF.png') no-repeat 0 15px;
    height: 25px;
    width: 50px;
}

.bothPad {
    padding: 10px 0 !important;
}

.elementTable1 .noCursor td:first-child:not(.flag) {
    width: 50px;
}

.bothPad1 {
    padding: 10px 0 5px 0 !important;
}

.noCursor td {
    padding: 20px 0 5px !important;
}

#elementTable br {
    line-height: 200%;
}

.mais td::after {
    content: '+';
}

.mais.menos td::after {
    content: '-' !important;
}

.hide {
    display: none;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.pdf {
    background: url("/img/public/pdf_icon.jpg") no-repeat 0 0;
    width: 16px;
    height: 16px;
    padding-right: 24px;
    cursor: pointer;
}

.pdf a {
    width: 16px;
    height: 16px;
}

.buletted li {
    list-style: disc;
    margin-left: 18px;
}

.flag {
    width: 60px !important;
}

.imagem {
    float: left;
    width: 240px;
    padding: 0 10px 10px 0;
}

.imagemLargura {
    text-align: center;
    width: 100%;
    padding: 0 10px 10px 0;
}

.imagemCentrada {
    text-align: center;
    display: block;
    margin: 0 auto;
}


/*@media only screen and  (max-width: 780px) {*/

    /*body {*/
        /*width: 100vw;*/
        /*min-width: 320px;*/
    /*}*/

    /*#top {*/
        /*width: 100vw;*/
    /*}*/

    /*#top #logo {*/
        /*background: url("/img/logo.png") no-repeat 15% 50%;*/
        /*margin: 0;*/
        /*background-size: 50%;*/

        /*height: 85px;*/
    /*}*/

    /*.inner {*/
        /*width: 100vw;*/
    /*}*/
/*}*/