@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

.aligncenter{
    display: block;
    margin: 0 auto;
}
.sub-container{
    padding: 30px 0 40px;
}
.navbar .container {
	height: 80px;
}

#top-bar-search{
	display: inline-block;
	float: right;
	margin-top: 34px;
}

#top-bar-search a {
	color: #0a416d;
	font-size: 14px;
}

.dropdown-menu .nav-link {
	padding: 20px;
	padding-right: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

/** HOME **/
#diretoria_page h2,
#institucional h2,
#estatuto_page h2,
#calendario_page h2,
#aniver_page h2,
#links_page h2,
h1.home {
	text-align: center;
	font-size: 34px;
	color: #093d6d;
	font-weight: 300;
	margin: 20px 0;
	padding: 15px 0;
	text-transform: uppercase;
}
#diretoria_page h2 {
	padding: 20px 0;
}
#estatuto_page h2,
#aniver_page h2,
#links_page h2 {
	text-align: left;
}
#aniver_page h3,
#links_page h3 {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #093d6d;
	text-transform: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#aniver_page h3 {
	padding-top: 10px;
}
#links_page h3 { 
	font-size: 18px; 
	text-transform: uppercase;
}
#aniver_page p.data,
#links_page p.desc {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}
#links_page p.desc {
	padding-bottom: 50px;
}
#aniver_page .thumb {
	margin: 0 auto;
	overflow: hidden;
	width: 190px;
	height: 190px;
}
#links_page .thumb {
	border: #dfdfdf solid 1px;
	margin-bottom: 15px;
}
.box-aniver {
	border: #dfdfdf solid 1px;
	padding: 15px;
	min-height: 160px;
	margin-bottom: 20px;
}
.thumb, .thumb2{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#noticias .thumb {
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
}
#noticias .thumb-destaque {
	width: 100%;
	height: 335px;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
}
#eventos .thumb {
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
#saude .thumb {
	width: 100%;
	height: 205px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
#fotos .thumb {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
#noticias .thumb img,
#eventos .thumb img,
#saude .thumb img,
#fotos .thumb img {
	width: 100%;
	height: auto;
	position: absolute;
}

#noticias .data {
	font-size: 13px;
	font-weight: 600;
	color: #063d6e;
}
#noticias p {
	font-size: 14px;
	font-weight: 500;
	color: #6d6e71;
}
#noticias h2,
#eventos h2,
#saude h2,
#fotos h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #063d6e;
	padding-top: 10px;
}

#fotos h2 {
	padding: 0px 0px 25px 0px;
}

#eventos {
	background-color: #e6ebf0;
	padding: 10px 0 25px 0;
	margin: 0;
}
#eventos h2 {
	padding-top: 0px;
	font-size: 14px;
}

#saude {
	background-color: #eef6e8;
	padding: 10px 0 0 0;
	margin: 0;
}
#saude .container {
	background: url(../images/bg-saude.png) top right no-repeat;
}
#saude h1.home {
	color: #5ba922;
}
#saude h2 {
	padding: 0 0 20px 0;
}

#fotos .mask {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 230px;
	background: rgba(0,0,0,0.5);
}
/*#fotos h2 {
	position: relative;
	display: block;
	width: 80%;
	top: 40%;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}*/
#fotos .thumb:hover {
	cursor: pointer;
}
#fotos .thumb:hover .mask {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}

a.btn-mais {
	display: block;
	text-align: center;
	margin: 15px auto 30px auto;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #063d6e;
	padding: 12px 0;
	width: 170px;
}
a.btn-mais:hover {
	text-decoration: none;
}

#eventos a.btn-mais {
	margin-top: 30px;
}

#saude a.btn-mais {
	margin: 20px auto 60px auto;
}

#fotos a.btn-mais {
	margin-top: 35px;
	margin-bottom: 40px;
}
/** HOME **/

/** FOOTER **/
#footer {
	/*height: 380px;*/
	background: url(../images/bg-footer.jpg) top center no-repeat;
	color: #fff;
}
#footer-links {
	/*height: 315px; */
}
#footer-copyright {
	height: 65px;
	background-color: #063d6e;
}
#footer-copyright .container {
	padding-top: 15px;
}
#footer-copyright small {
	display: block;
	font-size: 13px;
	text-align: center;
	padding-top: 12px;
}
#footer h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-top: 50px;
}
#footer p {
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
}
#footer a {
	color: #fff;
	font-size: 20px;
}
#footer a.fone {
	font-size: 24px;
}
#footer .link-face {
	margin-top: 50px;
	text-align: right;
}
#footer .social {
	margin-top: 85px;
}
#footer .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .social ul li {
	display: inline-block;
	margin-right: 12px;
}
#footer .social ul li a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icons.png) top left no-repeat;
}
#footer .social ul li a.icon-twitter {
	background-position: -44px 0;
}
#footer .social ul li a.icon-insta {
	background-position: -87px 0;
}
#footer .social ul li a.icon-youtube {
	background-position: -131px 0;
}
/** FOOTER **/

/** PAGES **/
.title-content {
	text-align: center;
	padding: 65px 0;
	background-color: #063d6e;
}
h1 {
	color: #fff;
	font-weight: 300;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}

h1.background {
    position: relative;
    z-index: 1;
}
h1.background:before {
	border-top: 2px solid #dfdfdf;
	content:"";
	margin: 0 auto; 
	position: absolute;
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 60%;
	z-index: -1;
}
h1.background span { 
	background: #063d6e; 
	padding: 0 50px; 
}

h3 {
	color: #093d6d;
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 30px 0;
}
#breadcrumbs{
	margin: 30px 0;
	color: #063d6e;
	font-size: 14px;
	text-transform: uppercase;
}
p#breadcrumbs {
	text-align: left !important;
}
/** PAGES **/
#eventos_page .thumb, #eventos_page .thumb2,#fotos_videos_page .thumb, #fotos_videos_page .thumb2,#informa_page .thumb, #informa_page .thumb2{
	border: 1px solid #dfdfdf;
}

#eventos_page h2, #informa_page h2, #fotos_videos_page h2{
	text-transform: uppercase;
	color:#093d6d;
	font-size:34px;
	font-weight:300;
	text-align:left;
	margin-top:30px;
	margin-bottom:40px;
}
#eventos_page h3, #informa_page h3, #fotos_videos_page h3, #sidebar h3{
	color:#063d6e;
	font-weight:700;
	font-size:16px;
	margin-top: 10px;
	padding: 0;
	text-transform: uppercase;
}
#eventos_page p, #informa_page p{
	 color:#6d6e71;
	 font-size:14px;
}
#eventos_page .data, #informa_page .data, #fotos_videos_page .data {
	font-size:13px;
	font-weight:600;
	color: #063d6e;
}
#eventos_page #sidebar, #informa_page #sidebar, #fotos_videos_page #sideba{
	background-color:#e6ebf0;
}
#eventos_page .box, #informa_page .box, #fotos_videos_page .box{
	margin-bottom: 50px;
	max-height: 440px;
}
#sidebar .box{
	margin-bottom: 20px;
}
#eventos_page .thumb, #informa_page .thumb, #fotos_videos_page .thumb{
	height: 335px;
	width: 100%;
	margin-bottom: 10px;
}
#eventos_page .thumb2, #informa_page .thumb2, #fotos_videos_page .thumb2{
	height: 230px;
	width: 100%;
	margin-bottom: 10px;
}

#sidebar h2{
	margin: 30px 0 20px 15px;
	color: #063d6e;
	font-size: 24px;
	font-weight: 600;

}#sidebar .thumb{
	 height: 140px;
}
.cat-lista{
	list-style-type: square;
}
.cat-lista li{
	font-size: 16px;
	padding-bottom: 10px;
}

/** Institucional **/
#institucional {
	color: #6d6e71;
	font-size: 15px;
	line-height: 20px;
}
#diretoria_page .bg-ciano,
#calendario_page .bg-ciano,
#institucional .bg-ciano {
	background-color: #e6ebf0;
	margin-top: 60px;
	padding-bottom: 60px;
}
#diretoria_page .bg-ciano {
	padding-top: 30px;
}
#institucional .desc {
	display: block;
	padding-top: 15px;
}

#estatuto_page {
	padding: 0 60px 60px 0;
}
#aniver_page,
#links_page,
#contato_page {
	padding-bottom: 60px;
}

#diretoria_page,
#direitos_page {
	padding-bottom: 60px;
}

#diretoria_page h3,
#diretoria_page h4 {
	font-size: 15px;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	/*max-width: 218px;*/
}
#diretoria_page h3 {
	color: #093d6d;
	font-weight: bold;
}
#diretoria_page h4 {
	color: #6d6e71;
	padding-top: 10px;
}
#diretoria_page img,
#direitos_page img {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

#diretoria_page .diretor {
	margin: 0 auto;
	text-align: center;
}

#direitos_page h2 {
	font-size: 15px;
	color: #093d6d;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
#direitos_page p {
	font-size: 14px;
	text-align: center;
}
#aniver_page .dia{
	font-size: 17px;
	background-color: #f0f8ff;
	font-style: italic;
	font-weight: 100;
	color: #000;
}
#aniver_page a.btn-parabens,
#direitos_page a.btn-baixar {
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #093d6d;
	padding: 10px 30px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
#aniver_page a.btn-parabens {
	width: 120px;
	padding: 10px;
}

#institucional p.subtitle,
#direitos_page p.subtitle,
.subtitle {
	color: #6d6e71;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 50px;
}

#calendario_page table {
	text-align: center;
	border: #b1cfea solid 1px;
	margin: 0 auto;
}
#calendario_page table thead {
	background: #e6f3fe;
}
#calendario_page table tbody {
	background: #d5eafc;
}
#calendario_page table td {
	font-size: 15px;
	color: #093d6d;
	text-transform: uppercase;
	text-align: center;
	border: #b1cfea solid 1px;
	padding: 15px 20px;
}
#calendario_page h3 {
	font-size: 24px;
	font-weight: 300;
	margin: -25px 0 30px 0;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}
#calendario_page p {
	font-size: 15px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

#institucional ul {
	list-style: none;
}
#institucional ul li {
	margin: 0 10px 40px 10px;
	padding: 0;
	position: relative;
}
#institucional ul li:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -40px;
	width: 41px;
	height: 42px;
	background-image: url(../images/icon-check.png);
}
#institucional ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #063d6e;
	display: block;
	text-transform: none;
	padding: 0 0 0 10px;
}
#institucional ul li p {
	padding: 0 0 0 10px;
}
/** Single **/
#page-content .compartilhe{
	font-size: 40px;
}
.compartilhe .fa-facebook-square{
	color: #2d609b;
	cursor: pointer;
}
.compartilhe .fa-google-plus-square{
	color: #ec3d24;
	cursor: pointer;
}
.compartilhe .fa-twitter-square{
	color: #14c4f3;
	cursor: pointer;
}
#page-content .titulo{
	color:#093d6d;
	font-weight: 300;
	margin: 30px 0;
	text-transform: uppercase;
}
#page-content .conteudo{
	font-size:14px;
	color:#6d6e71;
	padding: 20px 0;
}
#page-content .data {
	font-size: 13px;
	font-weight: 600;
	color: #063d6e;
}
#page-content .compartilhe {
	text-align:right;
}
#data-compartilhe{
	padding-top: 20px;
}

/** formulários **/
.btn-select {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	color: #063d6e;
	border: solid 1px #063d6e;
	background: #fff;
}
.btn-select:focus {
	border: solid 1px #063d6e;
}
/** formulários **/

/** Classe do Ajax **/
.load-more {
	cursor: pointer;
	display: block;
	text-align: center;
	margin: 15px auto 30px auto;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #063d6e;
	padding: 12px 0;
	width: 170px;
}
.load-more {
	text-decoration: none;
}
.loader{
	width:100%;
	padding:20px;
	text-align:center;

}
.fundo-branco{
	background-color:#ffffff;
	padding-right: 30px;
	min-height: 720px;
}
.fundo-degrade{
	background-image: linear-gradient(to left, rgba(230, 235, 240, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

/* Sidebar */
#sidebar ul.lista-capitulos,
#sidebar ul.lista-links {
	margin: 10px 0 0 20px;
	position: relative;
	list-style: none;
}
#sidebar ul.lista-links {
	margin-left: 0;
}

#sidebar ul.lista-capitulos li,
#sidebar ul.lista-links li {
	margin: 15px 0;
}
#sidebar ul.lista-capitulos li a
#sidebar ul.lista-links li a {
	font-size: 15px;
	font-weight: 400;
	color: #88898b;
}
#sidebar ul.lista-capitulos li.active a,
#sidebar ul.lista-capitulos li a:hover,
#sidebar ul.lista-links li.active a,
#sidebar ul.lista-links li a:hover {
	color: #005695 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}
#sidebar ul.lista-capitulos li:after,
#sidebar ul.lista-links li:after {
    position: absolute;
    left: 22px;
    background: #bdc9d5;
    border-radius: 55%;
    content: '';
    height: 10px;
    width: 10px;
	margin-top: 2px;
}

#sidebar ul.lista-capitulos li.active:after
#sidebar ul.lista-links li.active:after {
    background: #005695;
}

#sidebar ul.lista-capitulos li:before {
    /* lines */
    content: "";
    position: absolute;
    left: 26px;
    border-left: 1px solid #bdcad3;
    height: 10%;
    width: 1px;
}

#sidebar ul.lista-capitulos li:first-child:before {
    top: 6px;
}

#sidebar ul.lista-capitulos li:last-child:before {
    height: 6px;
}
/* Sidebar */

/* Menu */
#main-menu > .menu-item{
	border-bottom: 6px solid #ffffff;
	padding-bottom: 20px;
}
#main-menu > .current-menu-parent, #main-menu > .current-menu-item, #main-menu > .menu-item:hover{
	color: #063d6e;
	border-bottom: 6px solid #5ba922;
}
.current-menu-parent a{
	 color: #063d6e!important;
}
a:hover{
	color: #063d6e;
	text-decoration: none!important;
}
#barra-busca{
	display: none;
	background-color: #f5f5f5;
	padding: 20px;
	border: 1px solid #d0d0d0;
	z-index: 1000;
	position: absolute;
	top: 95px;
	width: 100%;
}
#barra-busca .input-group {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
#barra-busca form input.form-control {
	width: 98%;
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
#barra-busca .btn-primary {
	background-color: #063d6e;
	border-color: #063d6e;
}
#barra-busca .btn {
	float: left;
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
#barra-busca a.btn-fechar {
	float: right;
	font-size: 18px;
	color: #6d6e71;
	margin-bottom: -20px;
}
#barra-busca a.btn-fechar:hover {
	color: #063d6e;
}

.entry-meta{
	padding-bottom:15px;
}
.error-404{
	padding: 60px 0 150px;
}
p{
	line-height: 20px;
}

/* form contato */
#contato_page form {
	margin-bottom: 40px;
}
#contato_page form legend,
#parabens_page form legend  {
	font-size: 16px;
	color: #063d6e;
	padding-bottom: 20px;
}
#contato_page form label,
#parabens_page form label{
	width: 20%;
	font-size: 15px;
	color: #063d6e;
	font-weight: 400;
	vertical-align: top;
	padding-top: 10px;
}
#contato_page form input,
#contato_page form textarea,
#parabens_page form input,
 #parabens_page form textarea{
	 width: 50%;
	 font-size: 15px;
	 color: #063d6e;
	 border: 1px solid #c5d1dd;
	 border-radius: 3px;
	 padding: 7px 10px;
	 margin-bottom: 10px;
 }
#parabens_page form input,
#parabens_page form textarea{
	width: 70%;
}
#contato_page form textarea,
#parabens_page form textarea {
	width: 70%;
	max-height: 250px;
}
#contato_page form input[type=submit],
#parabens_page form input[type=submit] {
	color: #ffffff;
	background: #063d6e;
	width: 130px;
	padding: 10px 5px;
	text-align: center;
	text-transform: uppercase;
	border: none;
    border-radius: 0;
	margin-right: 20%;
}
#parabens_page h1{
	margin:30px 0;
	font-size: 24px;
	color:#063d6e;
}
.dados-contato ul {
	list-style: none;
	padding: 0 0 0 20px;
}
.dados-contato ul li {
	margin: 0 0 40px 0;
}
.dados-contato ul li h3 {
	font-size: 16px;
	color: #063d6e;
	font-weight: 600;
	text-transform: none !important;
	padding: 0;
	margin: 5px 0 !important;
}
.dados-contato ul li a {
	font-size: 16px;
	color: #063d6e;
}
.dados-contato ul li a:hover {
	text-decoration: underline;
}
.dados-contato ul li p {
	font-size: 14px;
	color: #063d6e;
	margin: 0;
	padding: 0;
}
.hidden{
	display: none;
}
/* Responsivo */
@media (max-width: 1199px) {
	.navbar #main-menu {
		width: 700px;
	}
	#main-menu > .menu-item {
		padding-bottom: 0px;
	}
	.navbar #main-menu {
		margin-top: 0px;
	}
	.navbar-nav .nav-link {
		padding: 14px 30px;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		margin-right: 10px;
	}
	.navbar #main-menu {
		width: 540px;
	}
	#main-menu > .menu-item {
		padding-bottom: 0px;
	}
	.navbar #main-menu {
		margin-top: 0px;
	}
	.navbar-nav .nav-link {
		padding: 14px 10px;
	}
}
@media (max-width: 768px) {
	.navbar-brand {
		margin-right: 10px;
	}
	.navbar #main-menu {
		width: 100%;
	}
	#main-menu > .menu-item {
		padding-bottom: 0px;
	}
	.navbar #main-menu {
		margin-top: 0px;
	}
	.navbar-nav .nav-link {
		padding: 20px;
	}
	.dropdown-menu .nav-link {
		padding-left: 40px;
	}
	.navbar-brand{
	/*	margin: 0;
		float: none;*/
	}
	#top-bar-search a {
		font-size: 40px;
	}
	#top-bar-search {
		margin-top: 24px;
	}
	#saude .container {
		background: url(../images/bg-saude.png) bottom left no-repeat;
	}
	#footer {
		background: url(../images/bg-footer-small.jpg) top center no-repeat;
		padding: 10px 0 0 0;
	}
	#footer .social {
		margin-top: 0;
	}
	#footer-copyright {
		height: 150px;
		text-align: center;
	}
	#footer-copyright small {
		padding: 15px 0;
	}
	.title-content {
		padding: 40px 0;
	}
	h1 {
		font-size: 32px;
	}
	h1.background:before {
		width: 90%;
	}
	#estatuto_page,
	#diretoria_page,
	#page-content,
	#direitos_page,
	#calendario_page {
		padding: 0 20px 40px 20px;
	}
	#links_page {
		padding: 0 20px;
	}
	#parabens_page {
		padding: 0;
	}
	h1.background span {
		padding: 0 20px;
	}
	.fundo-degrade{
		background-image: none;
	}
	#diretoria_page h3, #diretoria_page h4 {
		max-width: none;
	}
	#diretoria_page .row {
		text-align: center;
	}
	#diretoria_page .bg-ciano h4 {
		padding-bottom: 20px;
	}
	#links_page .thumb {
		width: 60%;
		margin: 0 auto 15px auto;
	}
	#sidebar {
		background: #e6ebf0;
		padding: 20px;
	}
	#contato_page form label, #parabens_page form label {
		width: 30%;
	}
	#contato_page form input, #contato_page form textarea, #parabens_page form input, #parabens_page form textarea {
		width: 70%;
	}
}
@media (max-width: 575px) {

	#top-bar-search {
		float: none;
		margin-top: 0;
		border-left: 1px solid #e6ebf0;
		border-right: 1px solid #e6ebf0;
		height: 96px;
		padding: 28px 19px;
		margin-left: 16px;
		width: 25%;
	}
	.navbar-brand {
		margin-left: 10px;
		/* float: none; */
	}
	#top-bar-search a {
		font-size: 35px;
	}
	#top-bar-menu {
		color: #063d6e;
		font-size: 35px;
		float: right;
		width: 25%;
		padding-top: 27px;
		height: 96px;
	 }
	.navbar-header{
		border-bottom: 1px solid #e6ebf0;
	}
	.nav-link{
		background-color:#e6ebf0!important;
	}
}

#barra-busca-resp{
	display: none;
	background-color:#e6ebf0;
	padding: 20px;
	border-bottom: 1px solid #d0d0d0;
	z-index: 1000;
	position: absolute;
	top: 94px;
	width: 100%;
}
#barra-busca-resp h2{
	font-size: 22px;
	text-transform: uppercase;
	color: #063d6e;
	font-weight: 700;
	margin-bottom: 20px;
}
#barra-busca-resp .btn{
	width: 100%;
	text-transform: uppercase;
	margin-top: 20px;
}