
/***********************************
------------------------------- **** 
------------------------------- **** IMPORTANDO FOLHAS DE ESTILOS GLOBAIS
------------------------------- **** 
***********************************/

/*
#################################### FONT FACE
*/

@font-face {
    font-family: 'SegoeUILight';
    src: url('../../fonts/segoeui_light/segoeui_light.eot');
    src: url('../../fonts/segoeui_light/segoeui_light.eot') format('embedded-opentype'),
         url('../../fonts/segoeui_light/segoeui_light.woff') format('woff'),
         url('../../fonts/segoeui_light/segoeui_light.ttf') format('truetype'),
         url('../../fonts/segoeui_light/segoeui_light.svg#SegoeUILight') format('svg');
}

@font-face {
    font-family: 'SegoeUISemibold';
    src: url('../../fonts/segoeui_semibold/segoeui_semibold.eot');
    src: url('../../fonts/segoeui_semibold/segoeui_semibold.eot') format('embedded-opentype'),
         url('../../fonts/segoeui_semibold/segoeui_semibold.woff') format('woff'),
         url('../../fonts/segoeui_semibold/segoeui_semibold.ttf') format('truetype'),
         url('../../fonts/segoeui_semibold/segoeui_semibold.svg#SegoeUISemibold') format('svg');
}

/*
#################################### GLOBAL LOADING
*/

#globalLoading {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position:fixed;
    top:0;
    opacity: 0.5;
    z-index: 99999;
    text-align: center;
}

#globalLoading img {
    position: fixed;
    top: 320px;
    margin-left: -24px;
}

/*
#################################### BODY / HTML
*/

*, 
*:before, 
*:after 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body 
{
    background: rgba(0, 0, 0, 0) url("../../img/backgrounds/bg-body.jpg") no-repeat scroll 0 -100px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;    
}

a 
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear:both;
    display:block;
    overflow:hidden;
}

::-moz-selection
{
    background: #2f5978;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #2f5978;
    text-shadow: none;
    color: #fff;
}

/* ELEMENTS WITH TRANSITION EFFECT */
a,
li,
#box_membros li:hover div,
#box_suplentes li:hover div
{
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
}

/*
#################################### ESTRUTURA
*/

div#global
{
    width: 100%;
    height: 100%;
}

.centraliza
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*
#################################### FONT PADRAO
*/

p, a, span, strong, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea
{
    font-family:Arial, Helvetica, sans-serif;
}

p
{
    font: 14px "SegoeUILight",sans-serif;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
}
p:last-child
{
    margin-bottom: 0;
}

/*
#################################### TITULOS
*/

h1, h2, h3, h4, h5, h6
{
    font-family: 'SegoeUISemibold', sans-serif;
    font-weight: normal;
    color: #000;
}

h1
{
    font-size: 26px;
}

h2
{
    font-size: 24px;
}

h3
{
    font-size: 22px;
}

h4
{
    font-size: 20px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

/*
#################################### TOPO
*/

div#envolve_topo{
    width:100%;
    float:left;
    position: fixed;
    z-index: 1000;
}

div#topo
{
    background: url(../../img/backgrounds/bg-top.jpg) center top no-repeat;
    width: 100%;
    height: 150px;
    padding-top: 10px;
    margin:0 auto;    
}

div#topo h1#logo
{    
    background: url(../../img/logos/ic-logo-2016.png) no-repeat;
    width: 170px;
    height: 90px;
    float: left;
    margin: 20px 0 0;    
}

div#topo h1 a
{
    height: 100%;
    display: block;
    text-indent: -99999px;
}

ul#redes_socias{
    background: rgba(0, 0, 0, 0) url("../../img/icones/outros/sprite-redes-socias.png") no-repeat scroll 0 0;
    height: 30px;
    position: absolute;
    right: 0;
    top: 45px;
    width: 63px;
}

ul#redes_socias li a{
    width:30px;
    height:30px;
    text-indent:-9999px;
    float:left;
}

ul#redes_socias li.icon_facebook a{
    background-position: 0 0;
    margin-right:3px;
}

ul#redes_socias li.icon_twitter a{
    background-position: -32px 0;   
}

#topo .centraliza > form {
    position: absolute;
    right: 80px;
    top: 0;
}

form#form_busca input[type=text]{
    background-color: #ffffff;
    border: medium none;
    font: 16px "SegoeUISemibold",sans-serif;
    height: 42px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 350px;
}
form#form_busca input[type='submit']
{
    background: url("../../img/icones/outros/ic-search.png") no-repeat scroll left top;
    border: medium none;
    display: block;
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 40px;
    width: 42px;

    transition:0s;
    -o-transition:0s;
    -ms-transition:0s;
    -moz-transition:0s;
    -webkit-transition:0s;
}
form#form_busca input[type='submit']:hover
{
    background: url("../../img/icones/outros/ic-search.png") no-repeat scroll right top;
}

/*
#################################### MENU
*/

div#envolve-menu
{
    background-color: #fff;
    border-bottom: 2px solid #3a86a9;
    border-top: 1px solid #3a86a9;
    clear: both;
    height: 50px;
    margin: 0 auto;
    position: relative !important;
    width: 100%;
}
ul#menu
{    
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
 }

ul#menu > li
{
    display: inline-block;
}

ul#menu li a
{
    color: #000;
    display: block;
    font: 15px "SegoeUISemibold",sans-serif;
    padding: 12px 11px 14px;
    text-transform: uppercase;
}
/* Somente para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul#menu li a
    {
        padding: 13px 11px 15px;
    }
}

ul#menu li a:hover
{
    background-color: #3a86a9;
    color: #fff;
    text-decoration: none;
/*    border-bottom: 4px solid #2f5978;
*/    display: block;
}

ul#menu > li:last-child > a{
    padding: 0 12px 0 12px;
}

@-moz-document url-prefix() {
    ul#menu > li:last-child > a {
        padding: 11px 13px 13px 14px;
    }
}

/* funcionamento dos submenus */
ul#menu ul
{
    position: absolute;
    display: none;
    top:47px;
    left: -9000px;
    z-index:0;
    background-color: #2f5978;
    border: none !important;
}

ul#menu ul li
{
    position:relative;
    height:auto;
}

ul#menu ul a
{
    display:block;
}

ul#menu li:hover > ul
{ 
    position:absolute; 
    left:auto; 
    z-index:600; 
    display: block;
}

ul#menu ul > li:hover > ul
{
    width: 250px!important; /*largura do submenu*/
    position:absolute;
    left:100%;
    top: 0;
    z-index:600;
}

ul#menu li ul {
    max-width: 800px;
    padding: 10px 0;
}

ul#menu > li > ul > li {
    width: auto;
    height:auto;
}

ul#menu li ul li a,
ul#menu li ul li:last-child a
{
    color: #fff;
    display: block;
    font: 13px "SegoeUISemibold",sans-serif;
    height: auto;
    padding: 5px 20px 7px;
    text-align: left;
}

ul#menu li ul li a:hover
{
    text-decoration:none;
    background-color: #3a86a9;
    color: #fff;
    border-bottom: none!important;
}

ul#menu ul.multiplas-colunas
{
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}

ul#menu ul.multiplas-colunas li
{
    width: 400px;
    float: left;
}
ul#menu ul.multiplas-colunas li:nth-child(even)
{
    border-left: 1px solid #235172;
}
ul#menu .sub_left{
    width: 370px;
    float: left;
    border-right: 1px solid #3a86a8;
}

ul#menu .sub_right{
    width: 270px;
    float: left;
}
/* fim funcionamento dos submenus */

/*
#################################### CONTEUDO
*/

div#conteudo
{
    clear: both;
    margin: 0 auto;
    padding-top: 245px;
    width: 1000px;
    z-index: 9999;
}

/*
#################################### TITULO INTERNA
*/

div#titulo_interna{
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
}

div#titulo_interna h1{
    font: 22px/50px 'SegoeUILight', sans-serif;
    color: #000;
    height: 60px;  
}

div#titulo_interna h1 span{
    font: 40px/40px 'SegoeUILight', sans-serif;
    color: #3a86a9;
    padding: 0 15px; 
}

/*
#################################### ACESSO RÁPIDO
*/

div#acesso_rapido{
    background-color: #eeeeed;
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    padding: 10px 50px 0px 50px;
    clear: both;
}

form#form_comissoes,
form#form_acesso_rapido{
    width: 235px;
    float: left;
    margin-right: 20px;
}

form#form_comissoes legend,
form#form_acesso_rapido legend{
    font: 18px 'SegoeUILight', sans-serif;
    margin-bottom: 8px;
}

form#form_comissoes legend strong,
form#form_acesso_rapido legend strong{
    font-weight: bold;
}

form#form_comissoes select,
form#form_acesso_rapido select{
    width: 235px;
    height: 44px;
}

form#form_newsletter{
    width: 490px;
    float: left;
    margin-top: 30px;
}

form#form_newsletter legend{
    font: 18px 'SegoeUILight', sans-serif;
    float: left;
    font-weight: bold;
    margin-right: 12px;
}

form#form_newsletter legend span{
    font: 16px 'SegoeUILight', sans-serif;
    display: block;
    margin-top: -4px;
}

form#form_newsletter div{
    float: left;
}

form#form_newsletter div input[type='text']
{
    width: 211px;
    height: 44px;
    float: left;
}

form#form_newsletter div input[type='submit']
{
    background-color: #3a86a9;
    width: 110px;
    height: 44px;
    font: 18px/44px 'SegoeUILight', sans-serif;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-left: -1px;
}

form#form_newsletter div input[type='submit']:hover
{
    background-color: #2F5978;
}

/*
#################################### RODAPE
*/

div#envolve_rodape{
    background: #3A86A9 url("../../img/backgrounds/bg-rodape.png") no-repeat scroll center top;
    float: left;
    height: auto;
    margin-top: 40px;
    width: 100%;
}

div#rodape
{
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
}

/*MENU RODAPE*/
dl#menu_rodape{
    width: 230px;
    float: left;
    margin-right: 30px;
}

dl#menu_rodape dt > a{
    font: 16px 'SegoeUILight', sans-serif;
    color: #000;
}

dl#menu_rodape dt > a:hover{
    
}

dl#menu_rodape ul{
    padding-left: 20px;
}

dl#menu_rodape ul li a{
    font: 16px 'SegoeUILight', sans-serif;
    color: #3a86a9!important;
}

/*CONTATOS*/
div#contatos{
    width: 330px;
    float: left;
    margin-right: 70px;
}

div#contatos h1.titulo,
div#facebook h1.titulo{
    width: 100%;
    font: 20px'SegoeUILight', sans-serif;
    color: #3a86a9;
    border-bottom: 1px solid #3a86a9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div#contatos div.endereco {
    width: 100%;
    margin-bottom: 20px;
}

div#contatos div.endereco h5{
    background: url(../../img/icones/outros/icon_rodape_localizacao.png) left no-repeat;
    height: 21px;
    padding-left: 25px;
}

div#contatos div.endereco p{
    font: 16px'SegoeUILight', sans-serif;
    padding-left: 25px;
}

div#contatos div.endereco a{
    color: #3a86a9;
    display: block;
    font: 16px'SegoeUILight', sans-serif; 
    padding-left: 25px;
}

div#contatos div.informacoes{
    margin-bottom: 13px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

div#contatos div.informacoes p{
    background: url(../../img/icones/outros/icon_rodape_informacoes.png) left no-repeat;
    padding-left: 25px;
    font: 16px'SegoeUILight', sans-serif;
}

div#contatos div.email{
    margin-bottom: 13px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

div#contatos div.email p{
    background: url(../../img/icones/outros/icon_rodape_email.png) left no-repeat;
    padding-left: 25px;
    font: 16px'SegoeUILight', sans-serif;
}

div#contatos div.atendimento{
    margin-bottom: 13px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

div#contatos div.atendimento p{
    background: url(../../img/icones/outros/icon_rodape_atendimento.png) left no-repeat;
    padding-left: 25px;
    font: 16px'SegoeUILight', sans-serif;
}

div#contatos div.atendimento span{
    padding-left: 25px;
    font: 16px'SegoeUILight', sans-serif;
    display: block;
}

div#contatos div.atendimento strong{
    padding-left: 25px;
    font: 16px'SegoeUILight', sans-serif;
    font-weight: bold;
}

/*FACEBOOK*/
div#facebook{
    width: 340px;
    float: left;
}

div#copyright{
    background: rgba(0, 0, 0, 0) url("../../img/backgrounds/bg-copyright.png") repeat-x scroll 0 0;
    clear: both;
    height: 52px;
    width: 100%;
}

div#copyright p.left
{
    font-size: 12px;
    color: #fff!important;
    float: left;
    margin-top: 12px;
    line-height: 16px;
}

a#ebrothers
{
    background: url(../../img/logos/ebrothers.png) no-repeat;
    width: 75px;
    height: 14px;
    float: right;
    margin-top: 20px;
}



/*
#################################### TEXTO POST
*/

div.texto_post p, 
div.texto_post a, 
div.texto_post ul, 
div.texto_post ul li,
div.texto_post ol, 
div.texto_post ol li
{
    line-height: 20px;
    text-align:left;
    font-size: 15px;    
}

div.texto_post ul, div.texto_post ol
{
    margin-left: 15px;
}

div.texto_post ul li
{
    list-style: disc;
    font-size: 14px;
}

div.texto_post a
{
    color: #555;
}

div.texto_post a:hover
{
    text-decoration: underline;
}

div.texto_post strong
{
    font-weight:bold;
}

/*
#################################### PAGINACAO
*/

div.pagination
{
    text-align: center;
    width: 100%;
}

div.pagination a
{
    font: 20px/30px 'SegoeUILight', sans-serif;    
    color: #555;
    display: inline-block;
    position: relative;
    text-decoration:none;
}

div.pagination a.page_link
{
    width: 30px;
}

div.pagination .page_link:hover, div.pagination .active_page
{
    background-color: #3a86a9;
    color: #FFFFFF;
}

div.pagination .pagination-previous
{
    margin-right: 8px;
    padding-left: 20px;
}

div.pagination .pagination-next
{
    margin-left: 8px;
    padding-right: 20px;
}

div.pagination .pagination-previous, div.pagination .pagination-previous
{
    background-repeat: no-repeat;
}