/*
 *
 * CSS com estilos específicos do tema branco
 *
 * @Autores
 *
 * - Simples Consultoria - www.simplesconsultoria.com.br
 * - DESERTO Digital - www.desertodigital.com.br
 *
 * @Referencias
 *
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * http://jigsaw.w3.org/css-validator/
 */


/* ==========================================================================
   Cabeçalho do portal
   ========================================================================== */

#header {
    padding: 14px 0 0 0;
    background-color: #ebedf1;
    color: #2c66ce;
}

/* Menu de Acessibilidade
   ========================================================================== */

#accessibility a {
    color: #2c66ce;
}

#accessibility span {
    color: #fdffff;
    background: #2c66ce;
    padding: 0 3px;
}


/*Css Banner Lgpd Inincio*/

.ocultar{
    display: none;
}

.contentWarningLgpd{
    display: flex;
    margin: 0 1em;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.btn-aviso{
    box-sizing: border-box;
    padding: 0.4rem 1.5rem ;
    margin: 0 0 0 3rem;
}

#bannerWarningLgpd a{
    color: #F29F1F;
}

#bannerWarningLgpd{
    position: fixed;
    bottom: 0;
    width: 85%;
    z-index: 2;
    margin: 1.5em auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    box-sizing: border-box;
    background-color: #387147; 
    border-radius: 0.4rem;
    color: #FFFFFF;
    padding: 0.7rem;
    text-align: justify;
    box-shadow: 0 0 0.7rem  black;
}


/*Css Banner Lgpd Fim*/



/* Titulo do portal
   ========================================================================== */

#portal-logo,
#portal-title { color: #2c66ce !important; }

/* Menu site actions - Acessibilidade, Alto Contraste, Mapa do site
   ========================================================================== */

#portal-siteactions,
#portal-language { border-bottom: 1px dotted #2c66ce; }

#portal-siteactions a,
#portal-siteactions a:hover,
#portal-language a,
#portal-language a:hover { color: #2c66ce !important; }

/* Menu sobre o portal
   ========================================================================== */

#sobre { background: #dadce2; }

#sobre a { color: #2c66ce; }

#sobre .portalservicos-item a { border-right: 1px solid #5e83d2; }

/* Formulário de busca
   ========================================================================== */

#portal-searchbox { border: 1px solid #CCCCCC; }


/* ==========================================================================
   Sprinte Icons
   ========================================================================== */

/* icones de redes sociais */
#social-icons a,
/* central de conteudo */
.item-central .link-videos,
.item-central .link-audios,
.item-central .link-infograficos,
.item-central .link-publicacoes,
.item-central .link-fotos,
.item-central .link-aplicativos,
.item-central .link-dadosabertos,
/* icone do botão de busca */
#header input.searchButton { background-image: url("../img/sprite.png"); }
/* icone do botão de relatar erros */
#content .relatar-erros a { background: url("../img/icon-reportar-erros.png") no-repeat; }

/* Summary view */
#content .summary-view-icon [class*="icon"] {
    background-image: url("../img/summary-view-icons-sprite.png");
}


/* ==========================================================================
   Portles
   ========================================================================== */

/* Portlet de navegação
   ========================================================================== */

#portal-column-one > .nav-menu-de-relevancia .first-item-nav a,
#portal-column-one > .nav-menu-de-relevancia .first-item-nav a span {
    color: #00500f !important;
}

.portlet-static-contents-central .portletHeader,
.portlet-static-centrales-del-contenido .portletHeader,
.portlet-static-centrais-de-conteudos .portletHeader,
.portletNavigationTree .portletHeader {
    border-top: 4px solid #1659bf;
    color: #1659bf;
}

.portletNavigationTree .portletHeader a { color: #1659bf !important; }

.navTreeLevel0 > li.navTreeItemInPath,
.navTreeLevel0 > li.navTreeCurrentNode {
    border-top: 2px solid #1659bf !important;
    border-bottom: 2px solid #1659bf !important;
}

.portletNavigationTree .portletHeader .portletTopRight{
    position: absolute;
    right: 4px;
    bottom: 3px;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    width: 17px;
    height: 17px;
    cursor: pointer;

}

/* ==========================================================================
   Collective Cover
   ========================================================================== */

/* Tile Banner Rotativo
   ========================================================================== */

/* Cores dos botões */

#tile_banner_rotativo li .button-nav,
.orderTiles .button-nav {
    border-right: 1px solid #254e8c;
    background-color: #1659bf;
}

#tile_banner_rotativo .activeSlide .button-nav,
#tile_banner_rotativo li .button-nav:hover,
#tile_banner_rotativo li .button-nav:focus {
    background-color: #edeff1;
}

/* ícone do botão */

#content  #tile_banner_rotativo li .button-nav,
.orderTiles .button-nav {
    background-image: url("../img/bullet-banner-rotativo.gif");
}

/* Tiles
   ========================================================================== */

.tile a { color: #162937 !important; }


/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    background: #d5d5d5;
    color: #2c66ce;
}

#footer a { color: #2c66ce; }

#footer .footer-logos { background: #0042b1; }

#footer th {
    color: #2C66CE;
}

#footer ul {
    border-left: 1px dotted #2C66CE;
}

#footer tr td p {
    border-left: 1px dotted #2C66CE;
    color: #fff;
}
#linksfooter{
    background: #0042B1;
    color: #fff;
}

#linksfooter a{
    color: #fff;
}
/* Doormat
   ========================================================================== */

#doormat-container { background: #d5d5d5; }

#doormat-container dl { border-left: 1px dotted #2c66ce; }

#doormat-container dt { color: #2c66ce; }


/* ==========================================================================
   Media Queries
   ========================================================================== */


/* Screen
   ========================================================================== */

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

    .portlet-static-contents-central .portletHeader,
    .portlet-static-centrales-del-contenido .portletHeader,
    .portlet-static-centrais-de-conteudos .portletHeader,
    .portletNavigationTree .portletHeader {
        background: #edeff1 url("../img/portlet-header.gif") no-repeat right 5px bottom 4px;
        background-size: 15px;
    }

    .portletNavigationTree .portletHeader.ativo {
        background: #edeff1 url("../img/portlet-header-expanded.gif") no-repeat right 5px bottom 4px;
        background-size: 15px;
    }

}

/* Smartphone
   ========================================================================== */

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .menuTrigger {
        background: #dbdce1 url("../img/bg-menu-mobile.png") top right no-repeat;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
  #header #portal-searchbox .searchButton {
    background: url("../img/search-button-30px.png") no-repeat;
  }
}