/*##############################################################
Menu
################################################################
0 - Variáveis
A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação e pesquisa
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen
################################################################*/

/*##############################################################
A - Variáveis
################################################################*/

/*##############################################################
A - Inicialização
################################################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
/*	font-size: 100%;*/
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; 
	overflow-y: scroll; 
	}
*,
*:before,
*:after { 
	box-sizing: border-box;
}

body { 
    background: #ffffff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

a:focus img {
    	outline: 0;
}



/*##############################################################
B - Tipografia
################################################################*/
body,
button,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.8rem;
	font-family: 'Verdana', Sans-serif;
    line-height: 1.5;
    color: #404040;
    color: hsl(0, 0%, 25%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Verdana', Sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
    }

p { margin-bottom: 1.5em; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

address { margin: 0 0 1.5em; }

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
    background: #fff9c0;
}

sup, sub {
    position: relative;
    height: 0;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }



/*##############################################################
c - Formas
################################################################*/
hr {
    height: 1px;
    margin-bottom: 1.5em;
    background-color: #ccc;
    border: 0;
}

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img {
    height: auto; 
    max-width: 100%; 
}

figure { margin: 0; }

table {
    width: 100%;
    margin: 0 0 1.5em;
}

th { font-weight: bold; }


/*##############################################################
D - Formulários
################################################################*/

button,
input,
select,
textarea {
    vertical-align: baseline; 
    vertical-align: middle; 
    margin: 0; 
    font-size: 100%; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.8em 0.8em;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Verdana', Sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    background-color: #00205b;
    border: none;
    border-radius: 3px;
    cursor: pointer; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffffff;
    color:#00205b;
    border: 2px solid #00205b;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #ffffff;
    color:#00205b;
    border: 2px solid #00205b;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
   width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 8px;
    font-family: 'Verdana', Sans-serif;
    color: #333;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
    vertical-align: top;
    overflow: auto; 

}

.caixa_menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 3.35em;
    color: #ffffff;
    background-color: #00205b;
    z-index:999998;
}

.caixa_menu button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    margin: 5px;
    font-size: 16px;
    font-size: 1.8rem;
    font-family: 'Verdana', Sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    background-color: #00205b;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    border-color: #ffffff;
    cursor: pointer; 
    
}

.caixa_menu button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:  #ffffff;
    background: #ffffff;
    color: #00205b;
    border: 2px solid #00205b;
}

.caixa_menu button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color:  #ffffff;
    background: #ffffff;
    color: #00205b;
    border: 2px solid #00205b;
}

/* ------------------------------------------
  Caixa de Pesquisa
--------------------------------------------- */

.pesquisa {
    width: 100%;
    display: none;
    color: #ffffff;
    background-color: #00205b;
    margin-top: 1em;
}

.pesquisa input[type="text"] {
    width: 50%;
    height: 40px;
}

.pesquisa input[type="submit"] {
    width: 15%;
    margin: 0 auto;
    display: inline-block;
}

.pesquisa_label {
    display: inline-block;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
}

.conteudo_pesquisa {
    background: #00205b;
    background-color: #00205b;
}

.conteudo_pesquisa a:focus {
    background: #ffffff;
    background-color: #ffffff;
    color: #00205b;
}

.pesquisa button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    margin: 5px;
    font-size: 16px;
    font-size: 1.8rem;
    font-family: 'Verdana', Sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    background: #00205b;
    background-color: #00205b;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    border-color: #ffffff;
    cursor: pointer; 
}

.pesquisa button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:  #ffffff;
    background: #ffffff;
    color: #00205b;
}

.pesquisa button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color:  #ffffff;
    background: #ffffff;
    color: #00205b;
}

.mostra_Nome_Botao {
    display: inline-block;
}

/*##############################################################
E - Navegação e pesquisa
################################################################*/

/*!######### responsive-nav.js 1.0.39 by @viljamis #############*/

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0, 0, 0, 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 800px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  RESET
--------------------------------------------- */

body,
div,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
	outline: 0;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

/*
button {
  background-color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
*/

/* ------------------------------------------
  HEADER
--------------------------------------------- */

.logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
Sitemap
---------------------------------------------*/

.lista_sitemap {
    padding: 1em
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 800px) {
  .nav-collapse {
    width: auto;
    float: left;
  }
}

.nav-collapse > ul {
    border: none;
  /*border-top: 1px solid rgba(255, 255, 255, .15);*/
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  background: #00205b;
  border-top: 2px solid rgba(255, 255, 255, .9);
  color: #ffffff;
  float: left;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}

.informacao {
  background: #00205b;
  color: #ffffff;
  float: left;
  text-decoration: none;
  width: 100%;
  padding: 0 15px;

}


@media screen and (min-width: 800px) {
  .nav-collapse a {
    border: none;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
  .nav-collapse li:first-child a {
/*    border-left: 1px solid white; */
    border-bottom: none;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: right;
  font-size: 1.8rem;
  font-family: 'Verdana', Sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  background: #00205b;
  background-color: #00205b;
  border: none;
  border-radius: 3px;
  cursor: pointer; 
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  background-color: #ffffff;
  background: #ffffff;
  color: #00205b;
}


/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

.nav-collapse a:hover,
.nav-collapse li.focus > a {
  background-color: #ffffff;
  color: #00205b;
}

@media screen and (max-width: 799px) {
    
.informacao {
  border-top: 2px solid rgba(255, 255, 255, .9);    
}

.informacao p {
    padding-top: 1em;
    padding-bottom: 1em;  
}
    
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }
  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0, 0, 0, 0);
    max-height: 0;
    position: absolute;
    display: none;
    /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }
  .js .nav-collapse li {
    position: relative;
  }
  .js .nav-collapse .dropdown-toggle {
    border: 1px solid #ffffff;
    color: #ffffff;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0.6em;
    right: 4%;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active {
    border: 1px solid #ffffff;
    background-color: #fff;
    color: #212428;
  }
  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 20px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
}

.dropdown ul a {
/*  background: #282e34;*/
background: #00205b;
  padding-left: 2em;
}

.dropdown ul ul a {
  background: #2d353e;
  padding-left: 2.5em;
}

@media screen and (min-width: 800px) {
  .dropdown-toggle {
    display: none;
  }
}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

@media screen and (min-width: 800px) {
  .nav-collapse {
    padding-right: 4%;
    position: relative;
  }
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    height: auto;
    overflow: visible;
  }
  .has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 1em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border: 0;
    border-bottom: 0 solid transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;

  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .nav-collapse li {
    border: 0;
    display: inline-block;
    height: auto;
    line-height: 55px;
    position: relative;
  }
  .nav-collapse a {
    display: inline-block;
    padding: 0 16px;
  }
  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 85px;
    left: -999em;
    z-index: 99999;
    text-align: center;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }
  .nav-collapse ul ul a {
    padding: 15px 12px;
    white-space: normal;
    width: 250px;
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;
    left: 50%;
    margin-left: -75px;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 150px;
  }
}

.mostra_pesquisa {
    display:block;
    margin: 1em auto 1em;
    color: #ffffff;
    width: 90%;
    max-height: 100%;
    padding: 1em;
    border: solid 1px #ffffff;
    border-radius: 5px;
}

.mostra_pesquisa h1 {
    background-color: #00205b;
    color: #ffffff;
}

.pesquisa_link {
    color: #ffffff;
    margin: 15px 0 15px 0;
}

.pesquisa_paragrah {
    color: #ffffff;
    margin: 15px 0 15px 0;
    background-color: #00205b;
    list-style-type: none;
    font-size: 1em;
    }
    
.pesquisa_paragrah a {
    background-color: #00205b;
}

.pesquisa_link a:focus, a:hover,
a:active {
    background-color: #ffffff;
    color: #00205b;
}

/*##############################################################
F - Acessibilidade
################################################################*/
.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000; 
    clip: auto !important;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*##############################################################
G - Alinhamentos
################################################################*/

.alignleft {
    display: block;
    float: left;
/*    margin-right: 1.5em;*/
    margin-bottom: 1em;
}

.alignright {
    display: block;
    float: right;
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.aligncenter {
    display: inline-block;
    margin: 0 auto 1.6em;
    clear: both;
}

.social_bar {
    display:block;
    margin:0 auto 0;
    width:30%;
}

.social {
    display: inline-block;
    width: 23%;
}

.textaligncenter {
	text-align: center;
	}
	
.imagem_artigo {
    display: block;
    margin: 0 auto ;
    width: 70%;
    padding-bottom: 1em;

}

/* Alignment responsive */
@media screen and (min-width: 1320px) {
    .alignleft { 
        margin-left: -160px; }
}

@media screen and (min-width: 1820px) {
    .alignright { 
        margin-right: -160px; }
}


/*##############################################################
H - Limpeza
################################################################*/
.entry-content:before,
.entry-content:after,
.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.entry-content:after,
.site-footer:after { clear: both; }

/*##############################################################
I - Header
################################################################*/

/*### Cabecalho - Primeiro Atalho ##*/


.primeiroatalho a{
	position: absolute;
	top: -80px;
	left: 0;
	min-height: 3.35em;
	min-width: 28em;
	background: #BF1722;
	color: white;
	padding: 0.8em;
	z-index:999999;
}

.primeiroatalho a:focus {
	top: 0;
}

.display_none {
    display: none;
}

/*### Cabecalho - Caixa Cabecalho ##*/

.caixa_cabecalho {
    margin: 0;
    border: solid 0 #ffffff;
    text-align: left;
    color: #000000;
    font-size: 24px;
}

.imagem_cabecalho {
    width: 100%;
}

.imagem_cabecalho_mobile {
    display: none;
}


/*##############################################################
J - Páginas
################################################################*/

.entry-content { 
    margin: 0; 
}

.entry-content a { 
    text-decoration: underline;
    color: #404040;
    }

/* Typography */

.entry-content h1 { margin: 0.5em 0 0.5em 0 }

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin: 0.5em 0 0.5em 0 }

.entry-content h1 {
    font-size: 52px;
    font-size: 2.027em;
}

.entry-content h2 {
    font-size: 48px;
    font-size: 1.802em;
}

.entry-content h3 {
    font-size: 44px;
    font-size: 1.602em;
}

.entry-content h4 {
    font-size: 40px;
    font-size: 1.424em;
}

.entry-content h5 {
    font-size: 37px;
    font-size: 1.266em;
}

.entry-content h6 {
    font-size: 33px;
    font-size: 1.125em;
}


.entry-content p {
    font-size: 1em;
    max-width: 33em;
    line-height: 1.5em;
    margin: 0.5em 0 1.5em 0;
    }

.editar {
    font-size: 1em;
}

.editar p {
    color: #0000ff;
}


.entry-content ul,
.entry-content ol {
/*    font-size: 27px;
    font-size: 2rem;*/
    line-height: 1.5em;
    margin: 0.5em 0 2em 0;
}

.entry-content ol li,
.entry-content ul li,
.entry-content ol ul,
.entry-content ol ul ul{
/*    font-size: 27px;
    font-size: 2rem;*/
    line-height: 1.5em;
    margin: 15px 0 15px 0;
}

/*---- Tabelas ---- */

.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid black;
}

/*---- Listagens ---- */

.entry-content ul li, 
.entry-content ul li ul li,
.entry-content ol li,
.entry-content ol li ol li {
    max-width: 33em;
    margin-left: 1em;
}

.entry-content ul li ul li {
    list-style-type: circle;
}

.entry-content ol li {
    /* Bullet color */
    /*color: #05acfa;*/
    /*list-style-type: disc;/*
    /* Margem entre os items da lista:*/
    color: #000000;
    background: #ffffff;
    margin-left: 35px;
    margin-top: 15px;
}

.ligacoes_uteis li {
    display:inline-block;
}

.entry-content a:focus {
        background-color: #00205b;
        color: #ffffff;
    }
    
.entry-content a:hover {
        background-color: #00205b;
        color: #ffffff;
    }
    
.entry-content_e { 
    margin: 0; 
}

.entry-content_e a { 
    text-decoration: underline;
    color: #404040;
    }
    
.entry-content address ul li { 
    list-style-type: none;
    }
    
.contactos li { 
    list-style-type: none;
    }

/* Typography */

.entry-content_e h1 { margin: 0.5em 0 0.5em 0 }

.entry-content_e h2 { margin: 0.5em 0 0.5em 0 }
.entry-content_e h3 { margin: 0.5em 0 0.5em 0.5em }
.entry-content_e h4 { margin: 0.5em 0 0.5em 1em }
.entry-content_e h5 { margin: 0.5em 0 0.5em 1.5em }
.entry-content_e h6 { margin: 0.5em 0 0.5em 2em }

.entry-content_e h1 {
    font-size: 52px;
    font-size: 2.027em;
}

.entry-content_e h2 {
    font-size: 48px;
    font-size: 1.802em;
    background-color: #32F511;
}

.entry-content_e h3 {
    font-size: 44px;
    font-size: 1.602em;
    background-color: #11C6F5;
}

.entry-content_e h4 {
    font-size: 40px;
    font-size: 1.424em;
    background-color: #F9B3F7;
}

.entry-content_e h5 {
    font-size: 37px;
    font-size: 1.266em;
    background-color: #FDB55E;
}

.entry-content_e h6 {
    font-size: 33px;
    font-size: 1.125em;
    background-color: #FDF75E;
}


.entry-content_e p {
    font-size: 1em;
    max-width: 33em;
    line-height: 1.5em;
    margin: 0.5em 0 1.5em 0;
    color: #0000ff;
    }

.entry-content_e ul,
.entry-content_e ol {
/*    font-size: 27px;
    font-size: 2rem;*/
    line-height: 1.5em;
    margin: 0.5em 0 2em 0;
}

.entry-content_e ol li,
.entry-content_e ul li,
.entry-content_e ol ul,
.entry-content_e ol ul ul{
/*    font-size: 27px;
    font-size: 2rem;*/
    line-height: 1.5em;
    margin: 15px 0 15px 0;
}

/*---- Tabelas ---- */

.entry-content_e table,
.entry-content_e th,
.entry-content_e td {
    border: 1px solid black;
}

/*---- Listagens ---- */

.entry-content_e ul li {
    list-style-type: disc;
    color: #000000;
    margin-left: 35px;
    margin-top: 18px;
}

.entry-content_e ul li ul li {
    list-style-type: circle;
}

.entry-content_e ol li {
    /* Bullet color */
    /*color: #05acfa;*/
    /*list-style-type: disc;/*
    /* Margem entre os items da lista:*/
    color: #000000;
    background: #ffffff;
    margin-left: 35px;
    margin-top: 15px;
}

.entry-content_e a:focus {
        background-color: #00205b;
        color: #ffffff;
    }
    
.entry-content_e a:hover {
        background-color: #00205b;
        color: #ffffff;
    }
    
    
    
    
    
    
    

/*---- Site Main ---- */

.site-main-pag-principal {
    display: inline-block;
    width: 99.8%;
    margin: 0;
}

/*---- Cabeçalho ----*/

.div_img_cabecalho {
    margin-top: 0.5em;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    height: auto; 
    }

.div_h1_cabecalho {
    margin-top: 2em;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 55%;
    height: auto; 
    }
    
.div_h1_cabecalho h1 {
    font-size: 3rem;
}

/*---- Corpo da página de entrada ---- */

.caixa_de_entrada_principal {
    width: 100%;
    height: auto; /* You must set a specified height */
    background-image: url("/imagem_entrada_principal.png"); /* The image used */
    background-color: #f7d6cd; /* Used if the image is unavailable */
    background-position: left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-top: 3px solid #f7d6cd; 
    border-bottom: 3px solid #f7d6cd
}
    
.caixa_areas_de_destaque {
    display: block; 
    text-align: center; 
    width: 68vw; 
    height: auto; 
    padding: 1em 0 1em 0;
    margin-left: 33vw
}

.area_de_destaque {
    display: inline-block; 
    text-align: center; 
    vertical-align: top; 
    width: 30vw; 
    min-height: 8vw;
    height: auto; 
    padding-top: 0.8em;
    padding-bottom:0.8em;
    border-radius: 10px;
    margin:0.5vw;
    }
    
.area_de_destaque a {
    color: #00205b;
    text-decoration: none;
}

.color1 {
    border: 5px solid #CCF;
    background-color: #CCF;
}

.color1:hover a {
    background-color: #00205b;
}

.color2 {
    border: 5px solid #FFDF00;
    background-color: #FFDF00;
}

.color2:hover a {
    background-color: #00205b;
}

.color3 {
    border: 5px solid #00FF9A;
    background-color: #00FF9A;
}

.color3:hover a {
    background-color: #00205b;
}

.color4 {
    border: 5px solid #FFB6C1;
    background-color: #FFB6C1;
}

.color4:hover a {
    background-color: #00205b;
}
    
.caixa_de_entrada_principal h2 {
    font-size: 1.6em }

.area_de_destaque h3 {
    font-size: 1.1em;
}
    
.area_de_destaque:hover {
    border: 5px solid #00205b;
    border-radius: 20px
}
    
.area_de_destaque:focus {
    border: 5px solid #00205b;
    border-radius: 20px
}

.area_de_destaque_pagina {
    display:block;
    width:65%; 
    margin:10px auto 10px;
    text-align: center;
    }

.icone_caixa_entrada_principal {
    display: block;
    margin: 5px auto ;
    width: 20%;
}

/*---- Caixas de destaque da página de entrada ---- */


.caixa_secundaria_1 {
    margin-top: 5vw;
    padding: 1vw;
    display: block;
    height: auto; 
    width: 100%; 
    background-color: #ffd3d9
}

.gaveta_caixas_secundarias {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.gaveta_caixas_secundarias h2 {
    text-align: center;
}

.caixa_secundaria_a {
    display: inline-block;
    vertical-align: top;
    margin: 2vw 2vw 3vw 2vw;
    width: 27vw;
    height: auto; 
    border: none;
    background-color: #ffffff;
    border-radius: 20px
}


.caixa_secundaria_a img {
    display: inline-block; 
    width: 100%; 
    height: 18vw;
    padding: 0;
    margin: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0; 
}

.caixa_secundaria_a p {
    padding: 0.5em 1em 0.5em 1em
}

.caixa_secundaria_a h3 {
    font-size: 1.3em; 
    padding: 0.5em;
    margin: 0;
}

.caixa_secundaria_a a:hover {
        background-color: #00205b;
        color: #ffffff;
}

.caixa_secundaria_a a:focus {
        background-color: #00205b;
        color: #ffffff;
}


/*---- Barra lateral ---- */

.sidebardireita {
    display: inline-block;
    width: 25%;
    padding: 5px 20px 0 5px;
}

/*------------------- Páginas - Content -----------------------*/
.pagina {
    Display: block;
    width: 100%;
}

.menu_de_pagina {
    display: block;
    float:left;
    width: 23%;
    height: auto;
    background-color: #ffffff; 
    border: 2px solid #00205b;
    vertical-align: top;
    margin: 0.45em;
}

.titulo_de_menu_de_pagina {
    display: block;
    width: 100%;
    background-color: #ffffff;
    color: #00205b;
    border-bottom: 2px solid #00205b;
    margin-bottom: 0.5em;
}

.titulo_de_menu_de_pagina a {
    display: block;
    color: #00205b;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
}

.titulo_de_menu_de_pagina a:hover, 
.titulo_de_menu_de_pagina a:focus {
    background-color: #00205b;
    color: #ffffff;
}

.titulo_de_menu_de_pagina h2 {
    font-size: 1.3em;
}

.menu_de_pagina ul {
  list-style-type: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.menu_de_pagina ul li {
  display:block;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu_de_pagina ul li, .menu_de_pagina ul li ul, .menu_de_pagina ul li ul li {
  list-style-type: none;
  width: 100%;
  float: left;
  border-bottom: 2px solid #00205b;
}

.menu_de_pagina ul li ul, .menu_de_pagina ul li ul li {
    background-color: #00205b;
}

.menu_de_pagina ul li ul {
    margin-top:0.5em;
    display:none;
}

.menu_de_pagina ul li ul li {
border-bottom: 2px solid #ffffff;
padding-left:30px;
}

.menu_de_pagina ul li a {
    display:inline-block;
    text-decoration: none;
    width:100%;
    height:100%;
    padding:10px 60px 10px 10px;
}

.menu_de_pagina ul li a:hover, .menu_de_pagina ul li a:focus {
    background-color: #00205b;
    color: #ffffff;   
}

.menu_ul li a {
  color: #ffffff;
  background-color: #00205b;
  text-decoration: none;
}

.menu_ul li a:hover, .menu_ul li a:focus {
  color: #00205b;
  background-color: #ffffff;
}

.togle_menu_de_pagina {
    border: 1px solid #ffffff;
    color: #ffffff;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    top: 0.6em;
    right: 4%;
}

.togle_menu_de_pagina:focus, .togle_menu_de_pagina:hover {
    border: 2px solid #00205b;
    color: #00205b;
    background-color: #ffffff;
}

.corpo_de_pagina {
    display: block;
    float: right;
    width: 71%;
    height: auto;
    background-color: #ffffff; 
    vertical-align: top;
    margin:1%;
}

.nova_pagina {
    display: block;
    margin: 20px;
}

/*########################################*/
.area_de_conteudo {
    display: inline-block;
    padding: 0 1em 0 0.5em;
    margin: 0;
}

.area_de_conteudo ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.area_de_conteudo a:hover {
        background-color: #00205b;
        color: #ffffff;
    }
    
.area_de_conteudo a:focus {
        background-color: #00205b;
        color: #ffffff;
    }

.ligacao_pagina_sub_area {
    display: inline-block;
    width: 75%;
}

.ligacao_pagina_sub_area p {
    float: left;
    padding-top:0;
    margin-top:0;
}

.li_pagina ul {
    list-style-type:none;
}

/*##############################################################
L - Footer
################################################################*/

    .site-footer {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    }
    .site-footer li {
    display:inline-block;
    }
    .site-footer ul, ul li, ul li a, ul li ul, ul li ul a {
    background-color: #ffffff;
    }
    
    .site-footer a:focus {
        background-color: #00205b;
        color: #ffffff;
    }
    
    .site-footer a:hover {
        background-color: #00205b;
        color: #ffffff;
    }

/*--------------------------------------------------------------
 Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
M - Media Screen
----------------------------------------------------------------*/

.video {
    display: block;
    width: 80%;
    height: 500px;
    margin: 0 auto 0;
}


/*##############################################################*/
/*##############################################################*/
/*##############################################################*/
/*#*/                                                        /*#*/
/*#                       Responsive                           #*/
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################*/

/*##############################################################*/
/*###################### Very Litle MOBILE ##########################*/
/*##############################################################*/
/*#*/                                                        /*#*/
           @media screen and (max-width : 249px) {      
/*#*/                                                        /*#*/
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen

/*--------------------------------------------------------------
B - Tipografia
----------------------------------------------------------------*/
    button,
    input {
        font-size: 12px;
        font-size: 1rem;
        line-height: 1;
    }

/*--------------------------------------------------------------
D - Formulários
----------------------------------------------------------------*/

    button,
    input,
    select,
    textarea {
        vertical-align: baseline; 
        vertical-align: middle; 
        margin: 0; 
        font-size: 100%; 
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
        padding: 0;
    }

    .caixa_menu button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 0.1em;
        font-size: 12px;
        font-size: 1rem;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #ffffff;
    }

    .pesquisa {
        padding: 5px;
    }
    
    .pesquisa input[type="text"] {
        display: block;
        width: 50%;
        height: 20px;
        margin: 0 auto;
    }

    .pesquisa input[type="submit"] {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    
    .pesquisa_label {
        display: block;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    
    .pesquisa button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 0.1em;
        font-size: 12px;
        font-size: 1rem;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #ffffff;
        cursor: pointer; 
    }
    
    .botao_procurar {
    display: block;
    margin: 2px;
    }
    
    .mostra_Nome_Botao {
    display: none;
    }
/*--------------------------------------------------------------
E - Navegação
----------------------------------------------------------------*/
    .mostra_pesquisa {
        color: #ffffff;
        margin: 20px;
        max-height: 100%;
        padding: 20px;
        border: solid 1px #ffffff;
        border-radius: 5px;
    }

    .mostra_pesquisa h1 {
        background-color: #00205b;
        color: #ffffff;
    }
    
    .pesquisa_link {
        color: #ffffff;
        margin: 5px 0 5px 0;
    }
    
    .pesquisa_paragrah {
        color: #ffffff;
        margin: 5px 0 5px 0;
    }

    .caixa_menu {
        overflow-y: scroll;
        max-height: 100%;
    }
    
    .pesquisa input[type="text"] {
        display: block;
        width: 60%;
        height: 20px;
    }
    
    .pesquisa input[type="submit"] {
        display: block;
        width: 50%;
        margin: 5px auto;
    }
    
/*--------------------------------------------------------------
G - Alinhamentos
----------------------------------------------------------------*/
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;
    }

    .imagem_cabecalho {
        display: none
    }

    .imagem_cabecalho_mobile {
        display: block;
        width:100%;
        margin: 0 auto 0;
    }

/*--------------------------------------------------------------
H - Limpeza
----------------------------------------------------------------*/

/*--------------------------------------------------------------
I - Header
----------------------------------------------------------------*/
/*### Cabecalho - Caixa Cabecalho ##*/
    .caixa_cabecalho {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1em;
        border: none;
        text-align: center;
    }

    .caixa_cabecalho p {
        margin: 0 0 0 0;
    }
    
/*--------------------------------------------------------------
J - Páginas
----------------------------------------------------------------*/
    .div_img_cabecalho {
        display: block;
        width: 100%;
    }

    .div_h1_cabecalho {
        margin-top: 0.5rem;
        text-align: center;
        display: block;
        width: 100%;
    }

    .caixa_de_entrada_principal {
        background-image: none;
        border: none;
    }

    .caixa_areas_de_destaque {
        padding-top: 1em;
        width: 100%; 
        margin: 0 auto 0;;
    }
    
    .area_de_destaque {
        display: block;
        margin: 0 auto 0;
        width: 90%;
        height: auto; 
        margin-top: 1em;
    }
    
    .icone_caixa_entrada_principal {
        display: block;
        margin: 0 auto ;
        width: 70%;
    }

    .sidebardireita {
        width: 100%;
        display: block;
        padding: 5px 0 5px 5px;
    }

/*--------------------------------------------------------------
K - Conteúdo
----------------------------------------------------------------*/

/*--------------------------------------------------------------
L - Footer
----------------------------------------------------------------*/

/*--------------------------------------------------------------
M - Media
----------------------------------------------------------------*/
    .imagem_artigo {
        width: 100%;
    }

    embed,
    iframe,
    object { max-width: 100%; 
    }

    video {
        display:block;
        width: 100%;
        height: 200px;
        margin: 0 auto 0;
    }

    .imagem_ligacoes {
        max-width: 150px;
    }
    
    .social_bar {
    display:block;
    margin:0 auto 0;
    width:70%;
}

}
/*################## Fim Very Litle MOBILE ##########################*/

/*##############################################################*/
/*######################### Litle MOBILE #############################*/
/*##############################################################*/
/*#*/                                                        /*#*/
@media screen and (max-width: 355px) and (min-width: 250px)  {           
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen

/*--------------------------------------------------------------
B - Tipografia
----------------------------------------------------------------*/
    button,
    input {
        font-size: 14px;
        font-size: 1.2rem;
        line-height: 1;
    }

/*--------------------------------------------------------------
D - Formulários
----------------------------------------------------------------*/

    button,
    input,
    select,
    textarea {
        vertical-align: baseline; 
        vertical-align: middle; 
        margin: 0; 
        font-size: 100%; 
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
        padding: 0;
    }

    .caixa_menu button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 0.5em;
        font-size: 14px;
        font-size: 1.2rem;
        border-style: solid;
        border-width: 2px;
        border-radius: 3px;
        border-color: #ffffff;
    }

    .pesquisa {
        padding: 5px;
    }
    
    .pesquisa input[type="text"] {
        display: block;
        width: 50%;
        height: 20px;
        margin: 0 auto;
    }
    
    .pesquisa input[type="submit"] {
        padding: 0.5em;
        font-size: 14px;
        font-size: 1.2rem;
        border-style: solid;
        border-width: 2px;
        border-radius: 3px;
        border-color: #ffffff;
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    
    .pesquisa_label {
        display: block;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    
    .pesquisa button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 0.5em;
        font-size: 14px;
        font-size: 1.2rem;
        border-style: solid;
        border-width: 2px;
        border-radius: 3px;
        border-color: #ffffff;
        cursor: pointer; 
    }
    
    .botao_procurar {
        display: block;
        padding: 0.5em;
        font-size: 14px;
        font-size: 1.2rem;
        border-style: solid;
        border-width: 2px;
        border-radius: 3px;
        border-color: #ffffff;
        margin: 2px;
    }
    
    .mostra_Nome_Botao {
    display: none;
    }
/*--------------------------------------------------------------
E - Navegação
----------------------------------------------------------------*/
    .mostra_pesquisa {
        color: #ffffff;
        margin: 20px;
        max-height: 100%;
        padding: 20px;
        border: solid 1px #ffffff;
        border-radius: 5px;
    }

    .mostra_pesquisa h1 {
        background-color: #00205b;
        color: #ffffff;
    }
    
    .pesquisa_link {
        color: #ffffff;
        margin: 5px 0 5px 0;
    }
    
    .pesquisa_paragrah {
        color: #ffffff;
        margin: 5px 0 5px 0;
    }

    .caixa_menu {
        overflow-y: scroll;
        max-height: 100%;
    }
    
    .pesquisa input[type="text"] {
        display: block;
        width: 60%;
        height: 20px;
    }
    
    .pesquisa input[type="submit"] {
        display: block;
        width: 50%;
        margin: 5px auto;
    }
    
/*--------------------------------------------------------------
G - Alinhamentos
----------------------------------------------------------------*/
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;
    }

    .imagem_cabecalho {
        display: none
    }

    .imagem_cabecalho_mobile {
        display: block;
        width:100%;
        margin: 0 auto 0;
    }

/*--------------------------------------------------------------
H - Limpeza
----------------------------------------------------------------*/

/*--------------------------------------------------------------
I - Header
----------------------------------------------------------------*/
/*### Cabecalho - Caixa Cabecalho ##*/
    .caixa_cabecalho {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1em;
        border: none;
        text-align: center;
    }

    .caixa_cabecalho p {
        margin: 0 0 0 0;
    }
    
/*--------------------------------------------------------------
J - Páginas
----------------------------------------------------------------*/
    .div_img_cabecalho {
        display: block;
        width: 100%;
    }

    .div_h1_cabecalho {
        margin-top: 0.5rem;
        text-align: center;
        display: block;
        width: 100%;
    }

    .caixa_de_entrada_principal {
        background-image: none;
        border: none;
    }

    .caixa_areas_de_destaque {
        padding-top: 1em;
        width: 100%; 
        margin: 0 auto 0;;
    }
    
    .area_de_destaque {
        display: block;
        margin: 0 auto 0;
        width: 90%;
        height: auto; 
        margin-top: 1em;
    }
    
    .icone_caixa_entrada_principal {
        display: block;
        margin: 0 auto ;
        width: 70%;
    }

    .sidebardireita {
        width: 100%;
        display: block;
        padding: 5px 0 5px 5px;
    }

/*--------------------------------------------------------------
K - Conteúdo
----------------------------------------------------------------*/

/*--------------------------------------------------------------
L - Footer
----------------------------------------------------------------*/

/*--------------------------------------------------------------
M - Media
----------------------------------------------------------------*/
    .imagem_artigo {
        width: 100%;
    }

    embed,
    iframe,
    object { max-width: 100%; 
    }

    video {
        display:block;
        width: 100%;
        height: 200px;
        margin: 0 auto 0;
    }

    .imagem_ligacoes {
        max-width: 150px;
    }
    
    .social_bar {
    display:block;
    margin:0 auto 0;
    width:60%;
}

}

/*################## Fim Litle MOBILE ##########################*/

/*##############################################################*/
/*######################### MOBILE #############################*/
/*##############################################################*/
/*#*/                                                        /*#*/
        @media screen and (max-width : 800px)  {           
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen
--------------------------------------------------------------
J - Páginas
----------------------------------------------------------------*/
/*---- Corpo da página de entrada ---- */

    .caixa_areas_de_destaque {
        padding-top: 1em;
        width: 100%; 
        margin: 0 auto;
    }

    .icone_caixa_entrada_principal {
        margin: 0 auto;
        width: 70%;
        padding: 1em;
    }
    
    .area_de_destaque {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto; 
        margin-top: 1em;
    }

/*---- Caixas de destaque da página de entrada ---- */
    
    .caixa_secundaria_1 {
        margin-top: 5vw;
        padding: 1em 0 1em 0;
        display: block;
        height: auto; 
        width: 100%; 
        background-color: #ffd3d9
    }
    
    .gaveta_caixas_secundarias {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .caixa_secundaria_a {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto; 
        padding: 0;
    }
    
    .caixa_secundaria_a img {
        display: block; 
        width: 100%; 
        height: auto;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0; 
    }
    
    .caixa_secundaria_a p {
        margin: 1em;    
    }
    
    .caixa_secundaria_a h3 {
    
    }
    
    
    /*---- Corpo das Páginas ---- */
    .corpo_de_pagina {
        display: block;
        width: 95%;
        margin: 0 auto 0;
        padding: 2em 0 2em 0;
        }

/*--------------------------------------------------------------
E - Navegação
----------------------------------------------------------------*/


    .menu_de_pagina {
        display: block;
        width: 95%;
        border: 0;
        margin: 0.5em;
    }

    .titulo_de_menu_de_pagina {
        border: 2px solid #00205b;
    }


    .menu_de_pagina ul {
      list-style-type: none;
      width: 100%;
      border: 2px solid #00205b;
    }

    .menu_de_pagina ul li a {
        padding: 15px 60px 15px 10px;
    }

}




/*##############################################################*/
/*######################### MOBILE #############################*/
/*##############################################################*/
/*#*/                                                        /*#*/
@media screen and (max-width: 800px) and (min-width: 356px)  {           
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen

/*--------------------------------------------------------------
A - Inicialização
----------------------------------------------------------------*/

/*--------------------------------------------------------------
B - Tipografia
----------------------------------------------------------------*/

/*--------------------------------------------------------------
C - Formas
----------------------------------------------------------------*/

/*--------------------------------------------------------------
D - Formulários
----------------------------------------------------------------*/

    .botao_procurar {
    display: block;
    margin: 10px;
    }

/*--------------------------------------------------------------
E - Navegação e pesquisa
----------------------------------------------------------------*/
    .menuclass ul {
        position: static;
        display: none;
    }

    .menuclass li {
        margin-bottom: 1px;
        color: #000000;
    }
    
    .menuclass ul li, li a {
        width: 100%;
        background: #19c589;
        color: #fff;
    }
    
    .menuclass li:hover ul a {
    height: auto;
    text-align: center;
    line-height: 40px;
    }
    
    .show-menu {
        display:block;
    }

    .vertical-menu {
        width: 200px;
    }
    
    .vertical-menu a {
        background-color: #eee;
        color: black;
        display: block;
        padding: 12px;
        text-decoration: none;
    }
    
    .vertical-menu a:hover {
        background-color: #ccc;
    }
    
    .vertical-menu a.active {
        background-color: #4CAF50;
        color: white;
    }
    
    .caixa_menu {
        overflow-y: scroll;
        max-height: 100%;
    }
    
    .pesquisa input[type="text"] {
        width: 60%;
        height: 40px;
    }
    
    .pesquisa input[type="submit"] {
        width: 50%;
        margin: 5px auto;
        display: block;
    }

/*--------------------------------------------------------------
F - Accessibilidade
----------------------------------------------------------------*/

/*--------------------------------------------------------------
G - Alinhamentos
----------------------------------------------------------------*/
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;
    }

    .imagem_cabecalho {
        display: none
    }

    .imagem_cabecalho_mobile {
        display: block;
        width:100%;
        margin: 0 auto 0;
    }

/*--------------------------------------------------------------
H - Limpeza
----------------------------------------------------------------*/

/*--------------------------------------------------------------
I - Header
----------------------------------------------------------------*/
/*### Cabecalho - Caixa Cabecalho ##*/
    .caixa_cabecalho {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1em;
        border: none;
        text-align: center;
    }

    .caixa_cabecalho p {
    margin: 0 0 0 0;
    }
    
/*--------------------------------------------------------------
J - Páginas
----------------------------------------------------------------*/
    .div_img_cabecalho {
        display: block;
        width: 100%;
    }

    .div_h1_cabecalho {
        margin-top: 0.5rem;
        text-align: center;
        display: block;
        width: 100%;
    }

    .caixa_de_entrada_principal {
        background-image: none;
        border: none;
    }
    
    .caixa_areas_de_destaque {
        padding-top: 1em;
        width: 100%; 
        margin: 0 auto;
    }
    
    .area_de_destaque {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto; 
        margin-top: 1em;
    }
    
    .icone_caixa_entrada_principal {
        display: block;
        margin: 0 auto ;
        width: 70%;
    }

    .sidebardireita {
        width: 100%;
        display: block;
        padding: 0;
    }

/*--------------------------------------------------------------
K - Conteúdo
----------------------------------------------------------------*/

/*--------------------------------------------------------------
L - Footer
----------------------------------------------------------------*/

/*--------------------------------------------------------------
M - Media
----------------------------------------------------------------*/
    .imagem_artigo {
        width: 100%;
    }

    embed,
    iframe,
    object { max-width: 100%; 
    }

    video {
        display:block;
        width: 100%;
        height: 300px;
        margin: 0 auto 0;
    }

    .imagem_ligacoes {
        max-width: 150px;
    }

/*--------------------------------------------------------------
N - Media Screen
----------------------------------------------------------------*/

.social_bar {
    display:block;
    margin:0 auto 0;
    width:70%;
}

}

/*############### Fim max-width : 800px ########################*/


/*##############################################################*/
/*######################### MOBILE #############################*/
/*##############################################################*/
/*#*/                                                        /*#*/
@media screen and (max-width: 909px) and (min-width: 801px)  {
/*#*/                                                        /*#*/
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen

/*--------------------------------------------------------------
J - Páginas
----------------------------------------------------------------*/

    .caixa_de_entrada_principal {
        background-image: none;
        border: none;
    }
            
    .caixa_areas_de_destaque {
        padding-top: 1em;
        width: 100%; 
        margin: 0 auto;
    }
        
    .area_de_destaque {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto; 
        margin-top: 1em;
    }

}


/*##############################################################*/
/*######################### MOBILE #############################*/
/*##############################################################*/
/*#*/                                                        /*#*/
           @media screen and (max-width : 910px) {            
/*#*/                                                        /*#*/
/*##############################################################*/
/*##############################################################*/
/*##############################################################

A - Inicialização
B - Tipografia
C - Formas
D - Formulários
E - Navegação
F - Accessibilidade
G - Alinhamentos
H - Limpeza
I - Header
J - Páginas
K - Conteúdo
L - Footer
M - Media
N - Media Screen

/*--------------------------------------------------------------
E - Navegação
----------------------------------------------------------------*/
    .mostra_Nome_Botao {
    display: none;
    }

}

/*############### Fim max-width : 900px ########################*/





