/*
 __  __              __           _   
|  \/  |            / _|         | |  
| \  / | ___  _ __ | |_ ___  _ __| |_ 
| |\/| |/ _ \| '_ \|  _/ _ \| '__| __|
| |  | | (_) | | | | || (_) | |  | |_ 
|_|  |_|\___/|_| |_|_| \___/|_|   \__|
======================================
  HTML & CSS por aleagi - 04/08/2015
--------------------------------------
aleagi@eopen.com.br | aleagi@gmail.com
=================================== */

/* Option 2A: Reset an entire region via CSS */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


body {
    background: rgba(243,244,229,1) url(../_images/body-bg.jpg) 50% 0 no-repeat;
    color: rgba(50,50,50,1) !important;
}

a, a:link {
    color: #0000FF;
}
a, a:visited {
    color: #AA0088;
}


a:hover, a:focus {
    /*text-decoration: none;*/
}

a.topo, a.topo:hover, a.topo:visited, a.topo:active, a.topo:link {
    position: fixed;
    bottom: 1em;
    right: 0.5em;
    box-shadow: 1px 1px 10px rgba(220,220,220,1);
    border-radius: 3px;
    padding: 0.2em 1em;
    background: rgba(255,255,255,1);
    color: rgba(50,50,50,1);
    text-decoration: none;
}

.container {
    max-width: 1170px;
}

/* --- formulários --- */

form {
    display: block;
    margin-top: 0em;
    margin-bottom: 0em;
}

fieldset {
/*    background: rgba(240,240,240,1);*/
    padding: 1em;
    margin: 1em 0;
/*    border-radius: 10px;*/
}

legend {
    padding: 0;
    margin: 0;
}

fieldset .row {
    margin-bottom: 0;
}

label {
    display: block;
    clear: both;
}

input[type=text] {
    min-width: 40%;
}

select {
    width: auto !important;
}

.form-select {
    float: left;
    margin: 0 0.5em 0 0;
}

textarea {
    min-height: 250px !important;
}

#email {
    width: 140px;
}

/* --- headers --- */
h1, h2, h3, h4, h5, h6 {
    color: rgba(50,50,50,1);
}

h4, h5 {
    margin: 1em 0 !important;
}

.fonte-titulo,
.fonte-titulo a {
    font-family: "Times New Roman", Times, serif;
    color: rgba(0,102,153,1);
}


/* --- listas --- */
ul {
    list-style-position: inside;
    padding: 0;
}

ul li ul {
    padding-left: 2em !important;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 0;
    margin-top: 0;
}

#header-logo {
    max-width: 1170px;
    margin: 0 auto;
}

.header-principal {
    height: 220px;
    /*	background: rgba(243,244,229,0.4); */
}

.navbar {
    z-index: 9999999999;
    background: rgba(255,255,255,0.9) !important;
    box-shadow: 1px 1px 10px rgba(220,220,220,1);
}

.principal {
    background: rgba(255,255,255,1);
    padding: 5px 0 5px 0;
    z-index: 999999;
}

.header-principal {
    margin-top: 50px;
}

.navbar {
    margin-bottom: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

#navbar > ul li a {
    padding: 15px 10px;
}

#navbar ul li.dropdown ul li a {
    padding: 5px !important;
}

.navbar .navbar-nav a {
    color: rgba(0,0,0,0.7) !important;
}

.navbar .navbar-nav a:hover {
    color: rgba(0,0,0,1) !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default > li.dropdown a:hover {
    background: rgba(255,255,255,1) !important;
}

img.nsenhora {
    position: relative;
    top: -50px;
    left: 15px;
    z-index: 9;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(15px 15px 10px #fff);
    z-index: -999;
}

img.luismontfort {
    z-index: -999 !important;
}

img.brasao {
    position: absolute;
    top: 50px;
    left: 44.5%;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(15px 15px 10px #fff);
    z-index: 99;
}

img.monfort {
    position: absolute;
    top: 198px;
    left: 41.5%;
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(15px 15px 10px #fff);
    z-index: 999;
}

.imagem-papa {
    margin-top: -15px;
    margin-right: 10px;
    width: 125px;
    float: right;
    background: none !important;
}

.imagem-papa p {
    margin-top: 0px;
    max-width: 125px;
    font-size: 9px;
    position: relative;
    top: -45px !important;
    left: 5px;
    background: rgba(255,255,255,0.5) !important;
    color: rgba(0,0,0,1);
    padding: 5px;
    border-radius: 10px 10px 0 0;
}

.imagem-papa * {
    background: transparent !important;
}

.fbt30 {
    background: rgba(255,255,255,1) !important;
}

.dropdown-menu {
    border: 0;
}

.dropdown-menu li a:hover {
    background: rgba(249,202,124,1) !important;
}

.navbar .caret {
    margin: 0 0 0 5px;
}

/* --- menu-principal --- */
.menu-principal ul {
    padding: 0.5em !important;
    min-width: 200px;
}

.menu-principal ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.menu-principal ul li a {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

/* --- menu do topo --- */
#header-logo {
    margin: 10px auto;
}

.menu-topo {
    position: relative;
    z-index: 999;
}

.menu-topo li {
    display: inline;
}

.menu-topo li a {
    color: rgba(255,255,255,1);
    padding: 5px 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

.menu-topo li a:hover {
    text-decoration: none;
    background: rgba(249,202,124,0.7) !important;
}

/* --- bandeirinhas --- */
.bandeiras {
    position: relative;
    z-index: 9999999;
    float: right;
}

.bandeiras ul {
    padding: 0;
    margin: 5px 10px 0 0;
    text-align: right;
}

.bandeiras ul li {
    display: inline;

}

.bandeiras ul li a img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

/* --- busca --- */
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 60%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

/* --- coluna esquerda --- */
.coluna-1 {
    background: rgba(243,244,235,1);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2em;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 3px rgba(200,190,180,1);
}

.coluna-1 h4 {
    padding-top: 5px !important;
    margin-top: 0 !important;
}

.coluna-1 ul,
.coluna-1 .lista-artigos-assunto ul,
.coluna-1 .lista-artigos-assunto-conteudo ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

.coluna-1 li {
    margin: 2px 0;
}

.coluna-1 ul li a,
.lista-artigos-assunto li a,
.lista-artigos-assunto-conteudo li a {
    display: block;
    color: rgba(51,51,51,1);
    padding: 3px 3px 3px 5px;
    border-radius: 3px;
    font-size: 14px;        
}

.coluna-1 ul li a:hover,
.coluna-1 .lista-artigos-assunto li a:hover,
.coluna-1 .lista-artigos-assunto li a.active,
.coluna-1 .lista-artigos-assunto-conteudo li a:hover,
.coluna-1 .lista-artigos-assunto-conteudo li a.active {
    color: rgba(0,0,0,1);
    background: rgba(249,202,124,1) !important;
    text-decoration: none;
}

/* --- Colunas Temas Principal --- */

.lista-temas-principal li a {
    padding: 1px 0px 1px 5px !important
}

.topo-temas
{
    margin-bottom: 0px !important;
}

.lista-temas-principal li a:hover,
.lista-temas-principal li a.active
{
    background: #FCDFD8 !important;
    border: solid 1px #F9B33F;
}

/* --- Colunas Veritas --- */
.coluna-1 .lista-veritas li a:hover,
.coluna-1 .lista-veritas li a.active
{
    background: #FCDFD8 !important;
    border: solid 1px #990000;
}

.coluna-1 .lista-veritas a
{
    border: solid 1px transparent;
    color: #990000 !important;
    text-decoration: none;
}

.titulo-veritas
{
    color: #990000 !important;
    border-bottom: solid 1px #990000;
}

.coluna-veritas
{
    background-color: #FFF9F9;
    border-left: solid 4px #990000;
}

/* --- Colunas Temas --- */
.coluna-1 .lista-temas li a:hover,
.coluna-1 .lista-temas li a.active
{
    background: #F3E6BA !important;
    border: solid 1px #B58F1E;
}

.coluna-1 .lista-temas a
{
    text-decoration: none;
    border: solid 1px transparent;
}

.titulo-temas
{
    color: #990000 !important;
    border-bottom: solid 1px #990000;
}

.coluna-temas
{
    border-left: solid 4px #990000;
}


/* --- Colunas Cadernos --- */
.coluna-1 .lista-cadernos li a:hover,
.coluna-1 .lista-cadernos li a.active
{
    background: #D9E6E6 !important;
    border: solid 1px #568383;
}

.coluna-1 .lista-cadernos a
{
    color: #2D4444 !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.titulo-cadernos
{
    color: #2D4444 !important;
    border-bottom: solid 1px #568383;
}

.coluna-cadernos
{
    background-color: #F9FBFB;
    border-left: solid 4px #568383;
}

/* --- Colunas Documentos --- */
.coluna-1 .lista-documentos li a:hover,
.coluna-1 .lista-documentos li a.active
{
    background: #DEF1DC !important;
    border: solid 1px #568383;
}

.coluna-1 .lista-documentos a
{
    color: #004439 !important;
    text-decoration: none;
    border: solid 1px transparent;        
}

.titulo-documentos
{
    color: #004439 !important;
    border-bottom: solid 1px #568383;
}

.coluna-documentos
{
    background-color: #F2FFFD;
    border-left: solid 4px #568383;    
}

/* --- Colunas Oracoes --- */
.coluna-1 .lista-oracoes li a:hover,
.coluna-1 .lista-oracoes li a.active
{
    background: #F3E6BA !important;
    border: solid 1px #B58F1E;
}

.coluna-1 .lista-oracoes a
{
    color: #46390D !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.titulo-oracoes
{
    color: #46390D !important;
    border-bottom: solid 1px #B58F1E;
}

.coluna-oracoes
{
    background-color: #FCF8EB;
    border-left: solid 4px #B58F1E;
}

.coluna-temas-principal
{
    border-left: solid 4px #990000;
    margin-top: 5px;
}

.coluna-noticias-principal
{
    /*  border: solid 1px #CCCCCC;
        background-color: #F8F8F8;    */
    margin-top: 5px;
    margin-left: 7px;
    margin-right: -7px;
    
    .col-md-6 {
        padding-left: 0px;
    }
}

.barra-superior
{
    background-image: url("../_images/barra_sup.jpg");
    height: 16px;
    margin-top: 0px;
}



/* --- Colunas Destaques --- */
.coluna-1 .lista-destaques li a:hover,
.coluna-1 .lista-destaques li a.active
{
    background: #E8C8D7 !important;
    border: solid 1px #A44470;
}

.coluna-1 .lista-destaques a
{
    color: #401b2c !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.titulo-destaques
{
    color: #401b2c !important;
    border-bottom: solid 1px #A44470;
}

.coluna-destaques
{
    background-color: #F5E9EE;
    border-left: solid 4px #A44470;    
}

/* --- Colunas Imprensa --- */
.coluna-1 .lista-imprensa li a:hover,
.coluna-1 .lista-imprensa li a.active
{
    background: #D7DBFD !important;
    border: solid 1px #828DF7;
}

.coluna-1 .lista-imprensa a
{
    color: #0c1c8d !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.titulo-imprensa
{
    color: #0c1c8d !important;
    border-bottom: solid 1px #828DF7;
}

.coluna-imprensa
{
    background-color: #F5F7FE;
    border-left: solid 4px #828DF7;        
}

.data-imprensa
{
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

/* --- Colunas Cartas --- */
.coluna-1 .lista-cartas li a:hover,
.coluna-1 .lista-cartas li a.active
{
    background: #E0F3FE !important;
    border: solid 1px #0683C6;
}

.coluna-1 .lista-cartas a
{
    color: #02273A !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.lista-cartas ul li ul
{
    margin-left: -30px;
}

.lista-cartas ul li ul li a
{
    padding-left: 30px;
}


.titulo-cartas
{
    color: #02273A !important;
    border-bottom: solid 1px #0683C6;
}

.coluna-cartas
{
    background-color: #F9FDFF;
    border-left: solid 4px #0683C6;    
}

/* --- Colunas Cartas --- */
.coluna-1 .lista-multimidia li a:hover,
.coluna-1 .lista-multimidia li a.active
{
    background: #ccc !important;
    border: solid 1px #000000;
}

.coluna-1 .lista-multimidia a
{
    color: #02273A !important;
    text-decoration: none;
    border: solid 1px transparent;
}

.lista-multimidia ul li ul
{
    margin-left: -30px;
}

.lista-multimidia ul li ul li a
{
    padding-left: 30px;
}


.titulo-multimidia
{
    color: #02273A !important;
    border-bottom: solid 1px #0683C6;
}

.coluna-multimidia
{
    background-color: #EEE;
    border-left: solid 4px #000000;
}


.full-width {
    width: 100%;
}

.secoes-veritas,
.secoes-cadernos,
.secoes-documentos,
.secoes-oracoes,
.secoes-destaques,
.secoes-imprensa,
.secoes-cartas,
.secoes-multimidia,
.secoes-temas {
    padding: 15px 15px 3px 15px !important;
    color: rgba(255,255,255,1);
}


.secoes-veritas a,
.secoes-cadernos a,
.secoes-documentos a,
.secoes-oracoes a,
.secoes-destaques a,
.secoes-imprensa a,
.secoes-cartas a,
.secoes-multimidia a,
.secoes-temas a{
    color: rgba(255,255,255,1);
    padding: 5px !important;
}


.secoes-veritas,
.secoes-temas,
.fundo-veritas,
.fundo-vermelho {
    background: #cf0505; /* Old browsers */
    background: -moz-linear-gradient(left,  #5a2d28 0%, #cf0505 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5a2d28), color-stop(100%,#cf0505)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5a2d28 0%,#cf0505 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #5a2d28 0%,#cf0505 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #5a2d28 0%,#cf0505 100%); /* IE10+ */
    background: linear-gradient(to right,  #5a2d28 0%,#cf0505 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2d28', endColorstr='#cf0505',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-vermelho {
    color: #cf0505 !important;	
}

.secoes-cadernos,
.fundo-cadernos,
.fundo-cinza {
    background: #797b7a; /* Old browsers */
    background: -moz-linear-gradient(left,  #224642 0%, #797b7a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#224642), color-stop(100%,#797b7a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #224642 0%,#797b7a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #224642 0%,#797b7a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #224642 0%,#797b7a 100%); /* IE10+ */
    background: linear-gradient(to right,  #224642 0%,#797b7a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224642', endColorstr='#797b7a',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.secoes-multimidia,
.fundo-multimidia,
.fundo-preto {
    background: #797b7a; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #797b7a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#797b7a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #000000 0%,#797b7a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #000000 0%,#797b7a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #000000 0%,#797b7a 100%); /* IE10+ */
    background: linear-gradient(to right,  #000000 0%,#797b7a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#797b7a',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-cinza {
    color: #797b7a !important;
}

.secoes-documentos,
.fundo-documentos,
.fundo-verde {
    background: #00857a; /* Old browsers */
    background: -moz-linear-gradient(left,  #004439 0%, #00857a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004439), color-stop(100%,#00857a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #004439 0%,#00857a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #004439 0%,#00857a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #004439 0%,#00857a 100%); /* IE10+ */
    background: linear-gradient(to right,  #004439 0%,#00857a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004439', endColorstr='#00857a',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-verde {
    color: #00857a !important;
}

.secoes-oracoes,
.fundo-oracoes,
.fundo-amarelo {
    background: #cc9a07; /* Old browsers */
    background: -moz-linear-gradient(left,  #453e36 0%, #cc9a07 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#453e36), color-stop(100%,#cc9a07)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #453e36 0%,#cc9a07 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #453e36 0%,#cc9a07 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #453e36 0%,#cc9a07 100%); /* IE10+ */
    background: linear-gradient(to right,  #453e36 0%,#cc9a07 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453e36', endColorstr='#cc9a07',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-amarelo {
    color: #cc9a07 !important;
}

.secoes-destaques,
.fundo-destaques,
.fundo-roxo {
    background: #922c76; /* Old browsers */
    background: -moz-linear-gradient(left,  #401b2c 0%, #922c76 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#401b2c), color-stop(100%,#922c76)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #401b2c 0%,#922c76 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #401b2c 0%,#922c76 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #401b2c 0%,#922c76 100%); /* IE10+ */
    background: linear-gradient(to right,  #401b2c 0%,#922c76 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401b2c', endColorstr='#922c76',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-roxo {
    color: #922c76 !important;
}

.secoes-imprensa,
.fundo-imprensa,
.fundo-azul {
    background: #0278c2; /* Old browsers */
    background: -moz-linear-gradient(left,  #0c1c8d 0%, #0278c2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c1c8d), color-stop(100%,#0278c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #0c1c8d 0%,#0278c2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #0c1c8d 0%,#0278c2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #0c1c8d 0%,#0278c2 100%); /* IE10+ */
    background: linear-gradient(to right,  #0c1c8d 0%,#0278c2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1c8d', endColorstr='#0278c2',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-azul {
    color: #0278c2 !important;
}

.secoes-cartas,
.fundo-cartas,
.fundo-azul-cinza {
    background: #98b2b1; /* Old browsers */
    background: -moz-linear-gradient(left,  #04293c 0%, #98b2b1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#04293c), color-stop(100%,#98b2b1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #04293c 0%,#98b2b1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #04293c 0%,#98b2b1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #04293c 0%,#98b2b1 100%); /* IE10+ */
    background: linear-gradient(to right,  #04293c 0%,#98b2b1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04293c', endColorstr='#98b2b1',GradientType=1 ); /* IE6-9 */
    color: rgba(255,255,255,1);
    border-radius: 3px;
}

.texto-azul-cinza {
    color: #98b2b1 !important;
}

.secoes-cartas .full-width {
    margin-bottom: 2em;
}

/* --- footer --- */
.footer {
    background: rgba(0,80,119,1);
    color: rgba(255,255,255,1);
    padding: 3em 1em;
}

.footer ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

.footer ul li {
    display: inline;
}

.footer ul li:after {
    content: " | ";
}

.footer ul li:last-child:after {
    content: "";
}

.footer ul li a,
.footer p a {
    color: rgba(255,255,255,1);
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer p {
    text-align: right;
}

/* --- boletim --- */
#boletim h5 {
    padding: 0;
    margin: 0 0 1em 0;
}

/* --- conhecer --- */

/* --- leia também --- */

/* --- santos --- */
#santos {
    text-align: center;
}

#santos img {
    background: rgba(255,255,255,1);
    padding: 8px;
    border-top: solid 1px rgba(240,240,240,1);
    border-right: solid 1px rgba(220,220,220,1);
    border-bottom: solid 1px rgba(220,220,220,1);
    border-left: solid 1px rgba(240,240,240,1);
    border-radius: 3px;
}

#boletim,
#conhecer,
#importante,
.lista-artigos-assuntos,
.lista-artigos-assunto-conteudo,
.lista-artigos-assunto,
#multimidia {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px rgba(220,220,220,1);
}

#leia-tambem h5
{
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

#leia-tambem ul li a
{
    padding: 0px 0px 0px 12px;
    background: transparent !important;
    display: inline;
}


#leia-tambem a, a:link {
    color: #0000FF;
}
#leia-tambem a:visited {
    color: #AA0088;
}

#leia-tambem a:hover, a:focus {
    text-decoration: underline;
}

#leia-tambem a:before {
    content: "› ";
}


.central,
.resumo-secoes {
    margin: 15px !important;
    padding: 0 15px !important;
}

.central .col-md-3 {

}

.well {
    margin: 0 auto 1em !important;
    padding: 2em !important;
    background: rgba(243,244,229,1);
    border: 0 !important;
    box-shadow: none;
    border-radius: 10px;
}

.titulo-secao  {
    margin-top: 0px !important;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 5px !important;
}

/* --- lista-artigos --- */
.col-md-9 .lista-artigos-assunto {
    padding-right: 20px;
}

.lista-artigos ul,
.lista-artigos-assunto ul {
    list-style-position: inside;
    padding: 0;
}

.lista-artigos p,
.lista-artigos-assunto p {
    font-size: 0.9em;
    margin: -0.5em 0 0 0;
    padding-top: 7px;
    /*        padding-left: 13px;*/
}

.lista-artigos h5,
.lista-artigos-assunto h5,
.lista-artigos h5 a,
.lista-artigos-assunto h5 a {
    margin: 3px 0 5px 0 !important;
}

/* --- artigo principal --- */
#main_text_artigos {

}

/* --- ferramentas dos artigos --- */
#artigo-ferramentas {
    margin-bottom: -15px;
    margin-right: 15px;    
    text-align: right !important;
    float: right !important;
    background: #045886 !important; 
    box-shadow: 1px 1px 3px rgb(76, 76, 76);
    border-radius: 3px;
    padding: 5px 0px 5px 10px;
}

#artigo-ferramentas a{
    color: rgba(255,255,255,1) !important;
}

#artigo-ferramentas ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

#artigo-ferramentas ul li {
    float: left;
    margin-right: 10px;
}

/* --- ajustes diversos --- 
{
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
*/

.affix-top {
    position: static;
    margin-top: 30px;
    width: 228px;
}

.affix {
    position: fixed;
    top: 70px;
    width: 228px;
}


/* --- ajustes andré --- */
.central .col-md-9 {

}

#footerblock,
#footerblock * {
    color: rgba(255,255,255,1);
}

#footerblock a {
    color: rgba(230,194,108,1);
}

#footerblock h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#footerblock p {
    text-align: left;
}

.footerblock address img {
    text-align: center !important;
    margin: 0 auto;
}


#footerblock .col-sm-3 {
    border-left: solid 1px rgba(205,205,205,1);
}

#footerblock .col-sm-3:first-child {
    border-left: 0;
    text-align: center;
}

#footerblock .envie-sua-carta {
    min-height: 375px;
}

#footerblock .col-md-3:last-child {
    border-right: 0;
}

#footerblock .quem-somos {
    background: #005077;
}

.chamadas-principais p {
    margin-bottom: 2em;
}

.destaques-home {
    background: rgba(240,240,240,1);
    padding: 2em;
    margin: 2em 0;
    border-radius: 10px;
}

.coluna-direita {
    border-left: solid 1px rgba(220,220,220,1);
}

.bloco-m2 {
    /*padding: 1em !important;*/
    /*background: rgba(243,244,229,1);*/
    /*margin: 2em 0;*/
    border-bottom: 0 !important;
    border-radius: 10px;
}

.bloco-m2 h4 {
    padding-top: 5px !important;
    margin-top: 0 !important;
}

.bloco-m2 ul li a {
    padding: 5px;
    display: block;
}

.bloco-m2 ul li a:hover {
    background: rgba(255,255,255,1);
}

/* --- multimidia --- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- destaques do site --- */
.destaques-do-site h4 {
    padding: 5px !important;
    margin: 5px 0 !important;
    /*background: rgba(230,230,230,1);*/
}

/* --- destaques da home --- */
.primeira-linha {
    padding: 0 !important;
}

.destaques-da-home .row {
    margin-bottom: 2em;
}

.coluna-2 {
    margin-top: 0px;
}

.coluna-2 h2 {
    border-top: solid 1px rgba(151,153,129,1);
    border-bottom: solid 1px rgba(151,153,129,1);
    font-size: 1.4em;
    padding: 5px 0;
    color: rgba(0,80,119,1);
    text-transform: uppercase;
    margin-top: 0;
    clear: both;
}

.destaques-da-home h4 {
    padding: 5px !important;
    margin: 5px 0 !important;
    /*background: rgba(230,230,230,1);*/
}

.coluna-2 .col-xm-12 {
    margin-bottom: 2em;
}

.destaques-da-home h2.secundario {
    margin-top: 1em;
}

.destaques-da-home ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.destaques-da-home ul li {
    border-bottom: dotted 1px rgba(148,148,148,1);
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.destaques-da-home ul li:last-child {
    border: 0;
}

.destaques-voce-conhece-o-site ul {
    list-style-type: disc;
}

.destaques-voce-conhece-o-site form,
.destaques-voce-conhece-o-site fieldset {
    padding: 0;
    background: 0;
}

/* --- evento home --- */
.evento-em-destaque img {
    float: left;
    margin-right: 10px;
}

.evento-em-destaque h3 {
    font-size: 1em;
}

/* --- livro em destaque --- */
.livro-em-destaque img {
    float: left;
    margin-right: 10px;
}

.livro-em-destaque h3 {
    font-size: 0.9em;
    text-decoration: underline;
}

#main_text_artigos h5
{
    color: #EE0000;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #EE0000;
    margin-top: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

#main_text_artigos h6
{
    color: #003366;
    font-weight: bold;
    text-align: right;
    padding-right: 30px;
    margin-bottom: 20px;
}


.livro-em-destaque p {
    font-size: 0.8em;
}

.livro-em-destaque ul {
    font-size: 0.7em;
}

.livro-em-destaque ul li {
    border: 0;
    padding: 0;
    margin: 0;
}

.livro-em-destaque button {
    padding: 2px 30px;
    border-radius: 10px;
    box-shadow: none;
    border: solid 1px rgba(208,search-form
        208,208,1);
    margin-bottom: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+47,e2e2e0+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 47%, rgba(226,226,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 47%,rgba(226,226,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 47%,rgba(226,226,224,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 47%,rgba(226,226,224,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 47%,rgba(226,226,224,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e0',GradientType=0 ); /* IE6-9 */
}

/* --- quem somos --- */
.quem {
    background: url(../_images/quem-bg.jpg) 100% 100% no-repeat !important;
    padding: 10px;
    height: 365px;
}

.quem p {
    font-size: 0.9em;
    max-width: 180px ;
}
.quem p a {
    font-size: 14px;
}
.artigos-videos
{
    border: solid 1px #CCCCCC;
    background-color: #F8F8F8;
    padding: 10px 10px 0px 10px !important;
    list-style: none;
    list-style-position: inside;    
}

.linha-video
{
    margin-bottom: 10px;    
}

.raquo,
.raquo-cartas
{
    border: solid 1px #CCCCCC;
    background-color: #F8F8F8;
    padding: 10px 10px 0px 10px !important;
}

ul.baquo,
ul.raquo, 
ul.daquo, 
ul.naquo, 
ul.raquo-cartas {
    list-style: none;
    list-style-position: inside;
}

ul.raquo li:before {
    content: "» ";
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

ul.daquo li:before {
    content: "» ";
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

ul.daquo li{
    margin-left: 3px;
}

ul.naquo li:before {
    content: ":: ";
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

ul.naquo li{
    margin-left: 3px;
}

ul.raquo-cartas li.cartas-1:before {
    content:url('../_images/classif1.png');
    float: left;
    margin-right: 5px;
}

ul.raquo-cartas li.cartas-2:before {
    content:url('../_images/classif2.png');
    float: left;
    margin-right: 5px;
}

ul.raquo-cartas li.cartas-3:before {
    content:url('../_images/classif3.png');
    float: left;
    margin-right: 5px;
}

ul.raquo-cartas li.cartas-4:before {
    content:url('../_images/classif4.png');
    float: left;
    margin-right: 5px;
}

ul.raquo-cartas li.cartas-5:before {
    content:url('../_images/classif5.png');
    float: left;
    margin-right: 5px;
}


ul.raquo li,
ul.raquo-cartas li{
    margin-bottom: 15px;
}

ul.raquo li p.p-nariz,
ul.raquo li div.div-nariz{
    padding-left: 15px;
}


ul.raquo-cartas li p.p-nariz{
    margin-left: 71px;    
}
ul.raquo-cartas li h5
{
    margin-left: 65px !important;
}

.artigo-principal,
.assunto-principal,
.leitura-principal,
.carta-principal {
    margin-top: 0px;
    word-wrap: break-word;
}

.leitura-texto
{
    border: solid 1px #FFCCAA;
    background-color: #FFFFEE;
    padding: 10px 10px 10px 10px;
}

/*------- Leitura Cartas --------*/

.leitura-texto-carta
{
    border: solid 1px #AAAAAA;
    padding-top: 10px;
    background-color: #F0F5F9;
}

.leitura-texto-envio
{
    border: solid 1px #AAAAAA;
    background-color: #F0F5F9;
}

.leitura-texto blockquote,
.leitura-texto-carta blockquote
{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    border-left: none; 
    display: block;
    -webkit-margin-before: 7px;
    -webkit-margin-after: 7px;
    -webkit-margin-start: 12px;
    -webkit-margin-end: 12px;  
}

.leitura-texto blockquote .small, 
.leitura-texto blockquote footer, 
.leitura-texto blockquote small,
.leitura-texto-carta blockquote .small, 
.leitura-texto-carta blockquote footer, 
.leitura-texto-carta blockquote small

{
    color: #000000;
}


.leitura-texto blockquote .small:before, 
.leitura-texto blockquote footer:before, 
.leitura-texto blockquote small:before,
.leitura-texto-carta blockquote .small:before, 
.leitura-texto-carta blockquote footer:before, 
.leitura-texto-carta blockquote small:before
{
    content: "";
}

.leitura-texto h1,
.leitura-texto h2,
.leitura-texto-carta h1,
.leitura-texto-carta h2
{
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.cartas-pergunta
{
    border: solid 1px #02273A;
    background-color: #045886;
    padding: 4px 3px 4px 13px;
    margin: 0px !important;
    color: #FFFFFF !important;    
}

.linha-envio
{
    background-color: #D0DFDD;
    padding: 4px 3px 4px 13px;
    margin: 0px 0px 10px 0px !important;
    color: #000000 !important;    
}

.cartas-texto-pergunta
{
    padding: 10px 13px 10px 13px;
}

.cartas-texto-resposta
{
    padding: 10px 13px 10px 13px;
    background-color: #FFFFEE;
}

#main_text_cartas h5
{
    color: #EE0000;
    font-weight: bold;
}

.cartas-1,
.cartas-2,
.cartas-3,
.cartas-4,
.cartas-5
{
    padding-left: 10px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.col1DadosPessoais
{
    text-align: right;
    padding: 0px;
    font-size: 12px;
    padding-right: 5px;
}

.col2DadosPessoais
{
    text-align: left;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
}


.leitura-texto-carta h5.cartas-1:before {
    content:url('../_images/classif1.png');
    float: left;
    margin-right: 5px;
}

.leitura-texto-carta hr,
.leitura-texto hr
{
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;    
}

.leitura-texto-carta h5.cartas-2:before {
    content:url('../_images/classif2.png');
    float: left;
    margin-right: 5px;
}

.leitura-texto-carta h5.cartas-3:before {
    content:url('../_images/classif3.png');
    float: left;
    margin-right: 5px;
}

.leitura-texto-carta h5.cartas-4:before {
    content:url('../_images/classif4.png');
    float: left;
    margin-right: 5px;
}

.leitura-texto-carta h5.cartas-5:before {
    content:url('../_images/classif5.png');
    float: left;
    margin-right: 5px;
}
