﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600italic,600,400italic,300);
/*------------------------------
	ESTRUTURA
------------------------------*/

html, body {
    height: 100%;
    min-height: 100%;
    color: #4b4b4b;
    /*position: relative;*/
}

body {
    padding-bottom: 369px;
    font-family: 'Open Sans', sans-serif;
    font-size: small;
}

.wrap {
    height: auto;
    min-height: 100%;
    padding: 0px;
}

      .container {
        max-width: 1003px;
      }

.footer {
    width: 100%;
    background-color: #f2f2f2;
    /*position: absolute;
    bottom: 0;*/
    color: #8c8c8c;
    padding: 40px 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

a {
    color: #5c5c5c;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #333;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

/*------------------------------
	REMOVER ESTILOS
------------------------------*/
.no-margin {
    margin: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-border {
    border: 0px !important;
}

.no-bg {
    background: none !important;
}


/*------------------------------
	ESTILOS
------------------------------*/
.barra-bandeira {
    background: rgb(173,22,3); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMTYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(173,22,3,1) 0%, rgba(173,22,3,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(173,22,3,1)), color-stop(50%,rgba(173,22,3,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(173,22,3,1) 0%,rgba(173,22,3,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(173,22,3,1) 0%,rgba(173,22,3,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(173,22,3,1) 0%,rgba(173,22,3,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(173,22,3,1) 0%,rgba(173,22,3,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1603', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
    border-bottom: 1px solid #fff;
}

.container-bandeira {
    background: url("../images/bg-bandeira.png") center no-repeat;
    height: 40px;
}

    .container-bandeira * {
        color: #fff !important;
    }

    .container-bandeira span, .container-bandeira ul {
        margin-top: 10px;
        font-weight: 300;
    }

.acessibilidade-content {
  float: right;
  margin: 5px 0 0;
  width: 100%;
}

.acessibilidade ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: right;
}

.acessibilidade a {
    color: #8c8c8c;
    text-decoration: none;
}

    .acessibilidade a:hover, .acessibilidade a:focus {
        color: #333;
        text-decoration: none;
    }

    .acessibilidade a:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

.language {
    margin-top: 3px;
}

.dropdown-menu-language > li > a, .dropdown-menu-language > li > a {
    padding: 7px 0 10px 10px !important;
}

.tamanho-fonte a.active {
    font-weight: bold;
    color: #ed1c24;
}


.img-noticia img {
    max-width: 139px;
    max-height: 139px;
}

.logo-governo {
  float: left;
  margin: 15px 0 0;
}

.logo-presidencia {
  margin: 0 auto;
  display: block;
}

/*------------------------------
	FORM
------------------------------*/
.form-control {
    border: 1px solid #e9e9e9;
}

.form-control, .btn {
    border-radius: 0px;
}

.btn-search {
    background-color: #f8f8f8;
    border-color: #e9e9e9;
    color: #777;
}

    .btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open > .dropdown-toggle.btn-search {
        background-color: #5c5c5c;
        border-color: #5c5c5c;
        color: #fff;
    }


/* == 
	FORM - THEME BOTÕES
== */

.btn-danger {
    background-color: #ed1c24;
    border-color: #d43f3a;
    color: #fff;
}

/*------------------------------
	SEPARADOR DE BLOCOS
------------------------------*/
.box {
    margin-bottom: 20px;
}


/*------------------------------
	Footer
------------------------------*/
.footer a {
    color: #8c8c8c;
    text-decoration: none;
}

    .footer a:hover, .footer a:focus {
        color: #333;
        text-decoration: none;
    }

    .footer a:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

.h-footer {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.footer {
    line-height: 2.0em;
}

.copyright {
    padding: 20px 0 0 0;
}


/* ================================= 
	SOCIAL BUTTONS
==================================== */
.social-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social-buttons li {
        display: inline-block;
        margin: 0 0.1em 5px 0;
    }

    .social-buttons a {
        color: #fff;
        display: block;
        padding: 15px 0 40px 0px;
        position: relative;
        text-decoration: none;
    }

    .social-buttons.colored-bg .fa-facebook {
        background-color: #3a589b;
    }

    .social-buttons.colored-bg .fa-twitter {
        background-color: #33ccff;
    }

    .social-buttons.colored-bg .fa-youtube-play {
        background-color: #c3191d;
    }

    .social-buttons.colored-bg .fa-flickr {
        background-color: #ff0084;
    }

    .social-buttons .fa {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }

    .social-buttons.big .fa {
        display: block;
        font-size: 40px;
        line-height: 72px;
        text-align: center;
        width: 72px;
    }


/*===================================
    FOOTER SOCIAL ICONS
=====================================*/
.footer .social-buttons .fa {
    display: block;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.footer .social-buttons li {
    background: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 2px;
    display: block;
    margin: 0 0.1em 5px 0;
}

    .footer .social-buttons li a span {
        color: #5c5c5c;
        float: left;
        margin: 3px 0 0 50px;
    }

        .footer .social-buttons li a span em {
            color: #d3d3d3;
        }

    .footer .social-buttons li a:hover span em {
        color: #5c5c5c;
    }

.footer .social-buttons a {
    color: #fff;
    display: block;
    padding: 7px 0 40px;
    position: relative;
    text-decoration: none;
}

.footer .social-buttons.no-color-bg .fa {
    background-color: #c3c3c3;
    color: #fff;
    float: left;
    left: 6px;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-in-out 0s;
}

.footer .social-buttons.no-color-bg li a:hover .fa-facebook {
    background-color: #3a589b;
}

.footer .social-buttons.no-color-bg li a:hover .fa-twitter {
    background-color: #33ccff;
}

.footer .social-buttons.no-color-bg li a:hover .fa-youtube-play {
    background-color: #c3191d;
}

.footer .social-buttons.no-color-bg li a:hover .fa-flickr {
    background-color: #ff0084;
}


/* ============================ 
	FLAGS
=============================== */

.flag {
    background: url("../images/flags.png") no-repeat;
    width: 32px;
    height: 23px;
    display: block;
    margin-right: 5px;
    text-indent: -3000px;
}

.flag-pt {
    background-position: 0 0;
}

.flag-en {
    background-position: 0px -34px;
}

.open > .dropdown-toggle.btn-language {
    background-color: #fff;
}

.dropdown-menu-language {
    border-radius: 0;
    margin: 0;
    min-width: 87px;
    background-color: Gray !important;
    padding: 0;
    border: 0px;
}

    .dropdown-menu-language > li > a {
        padding: 3px 11px;
        padding: 7px 0 10px 10px;
    }

        .dropdown-menu-language > li > a:hover, .dropdown-menu-language > li > a:focus {
            background-color: #686868;
            color: #262626;
            text-decoration: none;
            padding: 7px 0 10px 10px;
        }


/* == 
	BREADCRUMBS
== */
.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0px;
}

    .breadcrumb > li + li:before {
        color: #ff0000;
        content: "> ";
        padding: 0 5px;
        font-weight: normal;
    }

    .breadcrumb li a {
        color: #ff0000;
    }

    .breadcrumb > .active {
        color: #ff0000;
        font-weight: bold;
    }

/* == 
	PANEL
== */

.panel {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}


.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px 15px;
}

    .panel-heading > i, .panel-heading > a > i {
        margin: 5px 0px 0px 0px;
    }



/* == 
	PANEL-CINZA
== */

.panel-cinza > .panel-heading {
    background-color: #f2f4f4;
    border-color: none;
    color: #5c5c5c;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

.panel-body-cinza {
    padding: 15px;
    border: none !important;
    background: #f9fafa;
}

.panel-heading > i.cinza {
    color: #5c5c5c;
    margin: 0;
}

.panel-heading > a > i.cinza {
    color: #5c5c5c;
    margin: 0;
}


/* == 
	CORES ÍCONES FA
== */

.fa-vermelho {
    color: #ed1c24;
}

.fa-cinza {
    color: #5c5c5c;
}

.fa-branco {
    color: #fff;
}

/* == 
	PANEL-VERMELHO
== */

.panel-vermelho > .panel-heading {
    background-color: #ed1c24;
    border-color: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

.panel-body {
    padding: 15px;
    border: 1px solid #ddd;
}


/* == 
	PANEL AZUL -TWITTER
== */

.panel-azul > .panel-heading {
    background-color: #55abd9;
    border-color: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}

.panel-body-azul {
    border: 1px solid #55abd9;
    background: #55abd9;
    color: #fff;
}

.panel-heading > i.twitter {
    font-size: 35px;
    margin: 0;
}

.panel-heading > a > i.twitter {
    font-size: 35px;
    margin: 0;
}

#owl-tweet.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}
/* == 
	NOTÍCIAS - LISTAGEM
== */

.box-form {
    background: #f9fafa;
    border-bottom: 1px solid #eee;
    padding: 15px;
}

    .box-form label {
        display: inline-block;
        font-weight: normal;
        margin-bottom: 5px;
        max-width: 100%;
        color: #5c5c5c;
    }

.h-pesquisa {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0;
}

.Enquete label {
    margin-left: 5px;
    display: inline !important;
}

.media-heading {
    line-height: 24px;
}

.noticia-info {
    background: #f4f4f4;
    padding: 5px 15px;
    color: #9f9f9f;
}

    .noticia-info > li {
        padding: 0px;
    }

    /*.noticia-info > li + li:before {

    content: "- ";

}*/

    .noticia-info > li {
        margin-right: 5px !important;
    }

    .noticia-info li, .noticia-info li a {
        color: #9f9f9f;
    }

        .noticia-info li a:hover, .noticia-info li a:focus {
            color: #333;
            text-decoration: none;
        }

.img-noticia {
    position: relative;
}

.img-noticia-detalhe {
    margin: 0px 20px 10px 0px;
    float: left;
}

.zoom {
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    height: 35px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-out 0s;
    width: 35px;
}

    .zoom i {
        bottom: 10px;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        right: 10px;
    }

.zoom-a:hover .zoom {
    opacity: 0.95;
}

.thumbnail-noticia {
    margin-bottom: 0px !important;
}


.text-noticia a {
    color: #ff0000;
    text-decoration: underline;
}

    .text-noticia a:hover, .text-noticia a:focus {
        color: #ed1c24;
        text-decoration: underline;
    }

    .text-noticia a:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }


.creditos-foto {
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px solid #e9e9e9;
    /*background: #8c8c8c;*/
}

    .creditos-foto span {
        display: inline-block;
        margin: 2px 0px;
    }

.noticias-relacionadas li a {
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
    line-height: 2.143;
}

.headline {
    border-bottom: 1px solid #ed1c24;
    display: block;
    margin: 10px 0;
}

    .headline h2 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Open Sans",sans-serif;
        border-bottom: 3px solid #ed1c24;
        color: #ed1c24;
        display: inline-block;
        margin: 0 0 -2px;
        padding-bottom: 5px;
    }

    .headline a {
        color: #ed1c24;
    }



/* == 
	Label Notícia
== */
.label {
    border-radius: 0;
    color: #fff;
    display: inline;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label-big {
    font-size: 100%;
    font-weight: bold;
    padding: 0.3em 1em 0.3em 1em;
}

.label-angola {
    position: absolute;
    top: 0;
    left: 0;
}

.label-angola-no-image {
    margin-right: 10px;
}


/* == 
	THEME LABELS
== */


.label-economia {
    background-color: #07A658;
}

.label-cultura {
    background-color: #D87DA5;
}

.label-desporto {
    background-color: #3A4C8E;
}

.label-ciencia-e-tecnologia {
    background-color: #000;
}

.label-educacao {
    background-color: #1384C7;
}

.label-saude {
    background-color: #40BFEF;
}

.label-governo {
    background-color: #E73B3A;
}

.label-ambiente {
    background-color: #ADCE74;
}

.label-transporte {
    background-color: #998967;
}

.label-turismo {
    background-color: #F29100;
}

.label-politica {
    background-color: #C60000;
}

.label-internacional {
    background-color: #E73272;
}

.label-sociedade {
    background-color: #5DB3C0;
}

.label-africa {
    background-color: #696969;
}

.label-mundo {
    background-color: #6A8751;
}

.label-provincia {
    background-color: #F2CA59;
}

.label-municipio {
    background-color: #fdb913;
}

.label-comuna {
    background-color: #CE8E64;
}

.label-entrevista {
    background-color: #8C589F;
}



/* == 
	LISTA MINISTÉRIOS COLUNA
== */
.list-ministerios li {
    margin-bottom: 10px;
}


/* == 
	PAGINAÇÃO
== */

.pagination {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 0px !important;
    width: 100%;
}

    .pagination > li > a, .pagination > li > span {
        background-color: #fff;
        border: 0px solid #ddd;
        color: #8c8c8c;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        margin-left: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }


    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        background-color: #8c8c8c;
        border-color: #DDD;
        color: #fff;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #ed1c24;
        border-color: #ddd;
        color: #fff;
        cursor: default;
        z-index: 2;
    }


    .pagination > li > a, .pagination > li > span {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #ed1c24;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #8c8c8c;
            border-color: #DDD;
            color: #fff;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #8c8c8c;
        border-color: #ddd;
        color: #fff;
        cursor: default;
        z-index: 2;
    }

.paginationGrid {
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    margin-top: 35px;
    width: auto;
    border-radius: 0px;
}

    .paginationGrid a, .pagination span {
        background-color: #fff;
        border: 0px solid #ddd;
        color: #8c8c8c;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .paginationGrid span {
        background-color: #ed1c24;
        border-color: #ddd;
        color: #fff;
        cursor: default;
        z-index: 2;
    }

    .paginationGrid a:hover {
        background-color: #ed1c24;
        border-color: #ddd;
        color: #fff;
        cursor: pointer;
        z-index: 2;
    }




/* == 
	SLIDER PRINCIPAL
== */

.slider-home-item {
    width: 100%;
}

.home-item-capition {
  background-color: rgba(51, 51, 51, 0.7);
  min-height: 123px;
  padding: 6px 20px 6px 0;
  width: 75%;
  position: absolute;
  bottom: 0;
}

.item-capition-label {
    margin: 0px 0px 0px 0px;
    width: 45px;
}

.item-capition-text {
    margin: 0px 0px 0px 50px;
}

.home-item-capition .h-slider,
.home-item-capition .h-slider a,
.home-item-capition p,
.home-item-capition p a {
    color: #fff;
}

.home-item-capition .label {
    line-height: 3;
}

.acervo hr {
    margin: 10px 0px;
}


/* == 
	VÍDEO DESTAQUE
== */
.video-destaque {
    background: #333;
    border-color: #333;
    position: relative;
}

.video-destaque-caption {
    padding: 0px 15px 0px 15px !important;
}


    .video-destaque-caption h3 {
        margin-top: 7px;
    }

    .video-destaque-caption h3, .video-destaque-caption p, .video-destaque-caption a {
        color: #fff !important;
    }

    .video-destaque-caption ul li a {
        color: #9f9f9f !important;
    }


.gallery .image {
    margin: 0;
    position: relative;
}

.gallery .overlay {
    background: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}

    .gallery .overlay:hover {
        opacity: 1;
    }

.gallery .links {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

    .gallery .links .wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .gallery .links a {
        display: inline-block;
        margin: 0 3px;
    }

    .gallery .links .fa {
        border: 2px solid #fff;
        border-radius: 50%;
        box-sizing: content-box;
        color: #fff;
        display: inline-block;
        font-size: 40px;
        line-height: 80px;
        text-align: center;
        width: 80px;
    }

    .gallery .links .fa-play {
        padding-left: 10px;
        width: 70px;
    }

    .gallery .links .fa:hover, .gallery .overlay:hover .links .fa {
        /*background: none repeat scroll 0 0 #324367;*/
        color: #fff;
    }


/* == 
	AGENDA-HOME
== */
.agenda-titulo {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}

    .agenda-titulo .h-agenda {
        color: #5c5c5c;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    .agenda-titulo a {
        color: #ed1c24;
    }

.agenda-img {
    display: block;
}

.agenda-caption {
    background: #ddd;
    min-height: 60px;
    padding: 5px 0 0;
    width: 100%;
}

.agenda-data {
    color: #ee2926;
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: -2px;
    text-align: right;
    width: 70px;
}

.agenda-text {
    margin-left: 80px;
    padding: 8px 10px 0px 8px;
}

/* == 
	SERVIÇOS AO CIDADÃO
== */
.bloco-servicos-cidadao {
    width: 100%;
}

.bloco-servicos-01 {
    width: 32.7%;
    height: 100%;
    float: left;
    position: relative;
}

.pasta-small-content {
    position: relative;
}

    .pasta-small-content.espaco {
        margin-bottom: 3.9%;
    }

    .pasta-small-content .label, .pasta-big-content .label {
        position: absolute;
        top: 0;
    }

    .pasta-small-content .label {
        left: 0;
    }

.pasta-big-content .label {
    left: 2%;
}

.bloco-servicos-02 {
    width: 65.2%;
    height: 100%;
    float: left;
    position: relative;
}

.bloco-servicos-01 img {
    width: 100%;
}

.bloco-servicos-01 a img {
    width: 100%;
    display: block;
}

.bloco-servicos-01 a.pasta-01 {
    border-bottom: 3px solid #fff;
}

.bloco-servicos-01 a.pasta-02 {
    border-top: 3px solid #fff;
}

.bloco-servicos-02 a img {
    width: 100%;
    display: block;
    margin-left: 2%;
}

.servicos-item-capition-big, .servicos-item-capition {
    padding: 6px 6px 6px 6px;
    background-color: rgba(51, 51, 51, 0.7);
    min-height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.servicos-item-capition-big {
    margin-left: 2%;
}

.servicos-capition-text {
    margin: 5px 10px;
}

    .h-servicos,
    .h-servicos a,
    .servicos-capition-text p,
    .servicos-capition-text p a,
    .servicos-capition-text a {
        color: #fff;
    }


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    color: #ee2926;
    cursor: default;
}

    .nav-tabs > li.active > a > .n-result, .nav-tabs > li.active > a:hover .n-result, .nav-tabs > li.active > a:focus .n-result {
        font-weight: bold;
    }

.n-result {
    display: block;
}

/*.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

    .nav-tabs > li > a {
        padding: 5px 19px 8px 19px;
        border-radius: 0;
    }

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
}*/

/* == 
	Nav-Tabs da Página de Busca
== */
.tab-content > .tab-pane {
    padding: 40px 0;
}



.boxResumoNoticia {
    font-style: italic;
    width: 100%;
    min-height: 75px;
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 20px;
    display: table;
}

.textResumoNoticia {
    vertical-align: middle;
    display: table-cell;
}




/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #6c0000;
    border-color: #428bca;
}

.dropdown-menu .divider {
    background-color: #ab2e2e;
    margin: 5px 0;
}*/


#owl-slider-home.owl-theme .owl-controls {
    margin-top: -33px;
    text-align: right;
    position: absolute;
    right: 0;
}
