
@font-face {
	font-family: 'amino';
	src: url('../fonts/amino/amino-webfont.woff2') format('woff2'),
	url('../fonts/amino/amino-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'aminobold';
	src: url('../fonts/amino/amino_black_italic.woff2') format('woff2'),
	url('../fonts/amino/amino_black_italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-REGULAR.woff'), url('../fonts/myriad/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-COND.woff'), url('../fonts/myriad/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-CONDIT.woff'), url('../fonts/myriad/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Light';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MyriadPro-Light.woff'), url('../fonts/myriad/MyriadPro-Light.woff') format('woff');
}


@font-face {
	font-family: 'Titillium Bold' !important;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-SEMIBOLD.woff'), url('../fonts/myriad/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Semibold Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-SEMIBOLDIT.woff'), url('../fonts/myriad/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Bold Condensed';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-BOLDCOND.woff'), url('../fonts/myriad/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
	font-family: 'Titillium Bold' !important;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-BOLD.woff'), url('../fonts/myriad/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-BOLDIT.woff'), url('../fonts/myriad/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
	font-family: 'Myriad Pro Bold Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/myriad/MYRIADPRO-BOLDCONDIT.woff'), url('../fonts/myriad/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
	font-family: 'Titillium Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Titillium Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-Italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Titillium Light';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Titillium Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Titillium SemiBold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Titillium Thin';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/TitilliumWeb-Thin.woff2') format('woff2');
}


body{

	background-color: #FFFFFF;
	/*font-family: 'Titillium Bold' !important;*/
	font-family: 'Titillium SemiBold';

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Bold' !important;
}

*:focus {
	outline: none;
}

input::placeholder {
	/* Firefox, Chrome, Opera */
	font-size: 14px;
	color: #000
}

input:-ms-input-placeholder{
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #000
}

input::-ms-input-placeholder{
	/* Microsoft Edge */
	font-size: 14px;
	color: #000
}

a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #000;
}

.box_efeito img{
	-webkit-transition: 2s ease;
	-moz-transition:  1.5s ease;
	-o-transition: 1.5s ease;
	transition:  1.5s ease;
}
.box_efeito:hover  img{
	-webkit-transform:scale(1.2); 
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transition: 1.5s ease;
	-moz-transition:  1.5s ease;
	-o-transition: 1.5s ease;
	transition:  1.5s ease;
}

p {
	font-family: 'Titillium Regular';
}

span {
	font-family: 'Titillium Regular' !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem!important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem!important;
}

.mt-7, .my-7 {
	margin-top: 7rem!important;
}

.mb-7, .my-7 {
	margin-bottom: 7rem!important;
}

.pl-2, .px-2 {
    padding-left: .5rem!important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}

/*****************************************/

/*****************************************/

.buscar_datas {
	font-family: 'Titillium Bold';
}

.btn-cancel {
	font-family: 'Titillium Bold';
}

.calendario_agenda_lista {
	display: none;
}

.calendario_agenda_lista .calendario_agenda_lista_ajax #cal {
	display: none;
}

.calendario_agenda_lista.show {
	display: block;
}

.calendario_agenda_lista.show .calendario_agenda_lista_ajax #cal.show {
	display: block;
}

.btn-file {
	background: #0000 !important;
    border-color: #0000 !important;
}

.btn-file svg {
	width: 50px !important;
	height: 50px !important;
}

.btn-file:hover svg {
	fill: #F96C15 !important;
}

.contato {
	width: 100%;
	float: left;
	position: relative;
	
}

.sub_contato {
	padding: 50px 0px 50px 0px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}

.formulario {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	position: relative;
}

.formulario form{
	padding: 35px 0px 35px 0px;
    border-bottom: 2px solid #F0EFEB;
    border-top: 2px solid #F0EFEB;
    float: left;
    width: 100%;
}

.sub_contato h1 {
	font-family: 'Titillium Bold' !important;
	color: #000;
	font-size: 40px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	margin-top: 0px;
}

.contato #form-envie select,
.contato #form-evento select {

	float: left;
	width: 100%;
	border-radius: 5px !important;
	border: none;
	padding: 10px;
	color: #9999;

}

.contato #form-contato select,
.contato #form-envie select,
.contato #form-envie select,
.contato #form-contato input,
.contato #form-evento input,
.contato #form-envie input,
.contato #form-contato textarea,
.contato #form-evento textarea,
.contato #form-envie textarea {
	float: left;
    width: 100%;
    border-radius: 0px !important;
    border: solid 1px #F0EFEB;
    height: 40px;
    text-indent: 0px !important;
    padding: 10px 15px;
    background: #F0EFEB;
	font-size: 14px;
	color: #000;
    font-family: 'Titillium Bold' !important;
}

.contato #form-contato textarea,
.contato #form-envie textarea,
.contato #form-evento textarea {
	text-indent: 0px !important;
}

.contato #form-evento textarea::placeholder, 
.contato #form-envie textarea::placeholder, 
.contato #form-evento input::placeholder, 
.contato #form-envie input::placeholder 
{
	/* Firefox, Chrome, Opera */
	font-size: 14px;
	color: #000;
    font-family: 'Titillium Bold' !important;
}

.contato #form-envie textarea::placeholder, 
.contato #form-evento textarea::placeholder, 
.contato #form-evento input:-ms-input-placeholder,
.contato #form-envie input:-ms-input-placeholder{
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #000;
    font-family: 'Titillium Bold' !important;
}

.contato #form-evento textarea::placeholder, 
.contato #form-envie textarea::placeholder, 
.contato #form-evento input::-ms-input-placeholder,
.contato #form-envie input::-ms-input-placeholder{
	/* Microsoft Edge */
	font-size: 14px;
	color: #000;
    font-family: 'Titillium Bold' !important;
}

.contato #form-evento .radio-inline input::-ms-input-placeholder {
	width: auto !important;
	height: auto !important;
}
.contato #form-evento .radio-inline input:-ms-input-placeholder {
	width: auto !important;
	height: auto !important;
}
.contato #form-evento .radio-inline input::placeholder{
	width: auto !important;
	height: auto !important;
}

.contato #form-evento .radio-inline input {
	width: auto !important;
	height: auto !important;
}

.contato #form-evento textarea,
.contato #form-envie textarea {
	float: left;
	width: 100%;
	height: 190px
}


.contato #form-evento button,
.contato #form-envie button {
	font-family: 'Titillium Bold' !important;
    color: #FFF;
    font-size: 15px;
    float: right;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    border: solid 1px #F96C15;
    padding: 10px 43px;
    background: #F96C15;
    border-radius: 0;
}


.contato #form-evento button:hover,
.contato #form-envie button:hover{
	border: solid #333 1px;
	background: #333;
	color: #FFF
}


.mapa{
	float: left;
	width: 100%;
}

.mapa iframe{
	width: 100% !important;
	height: 750px !important
}


html #banner_principal {
	float: left;
    width: 100%;
    text-align: center;
    /* margin-top: 50px; */
    margin-bottom: 30px;
}

.banner-destaque {
	position: relative;
}

.banner-destaque-listagem {
	position: relative;
}

.banner-destaque-listagem .conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    width: 100%;
}

.banner-destaque .conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 15px 15px;
    width: 70%;
}

.listagem_geral .banner-destaque .conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    margin: 0 !important;
    width: 100%;
}

.banner-destaque-listagem h2 {
	font-size: 15px;
}

.div-titulo-categoria {
	margin-bottom: 5px;
}

.banner-destaque-listagem .selo-categoria {
	font-size: 10px !important;
}

.selo-categoria {
	padding: 3px 6px;
    background: #f96c15 !important;
    color: #fff !important;
    font-size: 14px;
}

.div-titulo-destaque {
	background-color: rgba(0,0,0,0.7);
    /*opacity: 0.6;*/
    padding: 10px;
}

.div-titulo-destaque h2 {
	color: #fff;
    opacity: 1;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noticia-lateral-um {

}

.noticia-lateral-um a {
	/*font-size: 25px;
	line-height: 1.2;*/
}

.noticia-lateral-um .texto {
	margin-top: 0rem !important;
	/*margin-bottom: 0rem !important;*/
}

.noticia-lateral-um .link_ {
    font-family: 'Titillium Bold' !important;
    color: #333;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 25px;
	line-height: 1.2;
}

.listagem_geral .noticia-lateral-um figure {
	margin-bottom: 15px;
}

.noticia-lateral-um .link_:hover {
	color: #F96C15;
}

.div-tags {
	background: #f96c15 !important;
	margin-bottom: 30px !important;
}

.div-tags i {
	font-size: 10px;
}

html .div-tags h4 {
	margin: 15px 0;
	color: #fff !important;
}

html .div-tags .tags a {
	color: #fff !important;
}

.div-sobre {
	padding: 20px;
	background: #f96c15 !important;
}

.div-sobre h2 {
	line-height: 1;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.div-sobre .texto-sobre {
	margin: 0 !important;
}

.div-sobre h2,
.div-sobre .texto-sobre {
	color: #fff !important;
}

.titulo-projeto-manutencao {
	margin-top: 40px !important;
    margin-bottom: 40px !important;
}

html .desktop_busca_noticias {
	padding-bottom: 50px;
    padding-top: 50px;
    float: left;
    width: 100%;
}

html .desktop_busca_noticias form {
	width: 100%;
	float: left;
	position: relative;
}

html .desktop_busca_noticias #form-busca input {
	border-radius: 0px !important;
	border: solid 3px #146ebb;
	text-indent: 15px;
}

html .desktop_busca_noticias #form-busca button {
	color: #146ebb !important;
	left: initial !important;
	right: 10px !important;
}

.navbar-default {
	background-color: transparent;
	border-color:transparent;
}

.owl-galeria {
	float: left;
    width: 100%;
    margin-bottom: 30px !important;
}

.owl-galeria .owl-stage {
	display: flex;
    align-items: center;
}

.owl-galeria .owl-dots {
	margin-top: 30px !important;
}

.owl-galeria .owl-dots .owl-dot.active span {
	background: #00bff0 !important;
}

.owl-galeria .owl-dots .owl-dot span {
	width: 15px;
    height: 15px;
	background: #fff !important;
	border: 2px solid #00bff0 !important;
}

.fancybox-thumbs__list a:before {
	border-color: #00bff0 !important;
}

.fancybox-progress {
	background: #00bff0 !important;
}

.btn-apoiar-projeto {
	font-size: 25px;
	font-family: 'Titillium Bold';
	padding: 3px 30px;
    border-radius: 0 !important;
	background: #f96c15 !important;
	color: #fff !important;
	margin-bottom: 30px;

}

.data_rodape_final_projetos {
	text-align: left !important;
	float: left;
	width: 100%;
}

.data_rodape_final_projetos .btn.voltar {
	border-radius: 0 !important;
}

#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #eb7e23;
}
#progressBar{
	width: 100%;
	background: #d9b766;
}

.carrega_ajax_div {
	float: left;
	width: 100%;
	margin-top: 80px;
	text-align: center;
}

.carrega_ajax_div button{
	border: solid 1px #B6252C;
	font-family: 'Titillium Bold';
	color: #B6252C;
	font-size: 16px;
	position: relative;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 45px;
}



a.btn_what_link{
	position: fixed;
	background-color: #00B285;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 13px;
	bottom: 5px;
	left: 5px;
	display: flex;
	align-items: center;
}

a.btn_what_link svg{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
a.btn_what_link:hover{
	background-color: #2b9a1f;
	color: #fff !important;
}

.btn_mobile {
	display: none;
}

.tablet_busca {
	display: none;
}

.datas_geral {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'Titillium SemiBold' !important;
}

.datas_geral .icones {
	display: flex;
}

.datas_geral .data, 
.datas_geral .icones .icon_audio, 
.datas_geral .icones .icon_faixa_etaria, 
.datas_geral .icones .icon_acesso_cadeirante 
{
	background: #146EBB;
	color: #FFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}

.datas_geral .data {
	padding: 5px 15px 5px 15px
} 

.datas_geral .icones .icon_audio, 
.datas_geral .icones .icon_faixa_etaria, 
.datas_geral .icones .icon_acesso_cadeirante 
{
	padding: 5px 10px 5px 10px;
}

.datas_geral .icon_faixa_etaria i
{
	font-size: 12px;
	margin-left: 2px;
}

.datas_geral .data i
{
	font-size: 16px;
	margin-right: 5px;
}

.datas_geral .icones .icon_audio, 
.datas_geral .icones .icon_faixa_etaria, 
.datas_geral .icones .icon_acesso_cadeirante 
{
	margin-left: 10px;
	float: right;
	text-align: center;
	display: flex;
	align-items: center;
	width: 45px;
	justify-content: center;
	height: 35px;
	text-transform: uppercase;
}



.datas_geral2
{
	float: left;
	width: 100%;
	font-family: 'Titillium SemiBold';
}

.datas_geral2 .data2
{
	float: right !important;
}

.datas_geral22
{
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	justify-content: space-between;
}

.datas_geral2 .data
{
	float: left;
	background: #146EBB;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	font-size: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}

.datas_geral2 .icones
{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.datas_geral2 .icones2
{
	display: flex;
}

.datas_geral2 .icones.borda
{
	border-bottom: 2px solid #F0EFEB;
	border-top: 2px solid #F0EFEB;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.datas_geral2 .icones .icon_audio, 
.datas_geral2 .icones .icon_faixa_etaria, 
.datas_geral2 .icones .icon_acesso_cadeirante 
{
	background: #146EBB;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	letter-spacing: 2px;
	float: left;
	margin-right: 10px;
	display: flex;
	align-items: center;
	width: 45px;
	justify-content: center;
	height: 35px;
	text-transform: uppercase;
}

.datas_geral2 .icon_faixa_etaria i
{
	font-size: 12px;
	margin-left: 2px;
}

.datas_geral2 .icones_compartilhe
{
	display: flex;
	align-items: center;
}

.datas_geral2 .icones_compartilhe .voltar,
.datas_geral2 .icones_compartilhe .compartilhe
{
	display: flex;
	align-items: center;
	margin-left: 15px;
	font-size: 19px;
	letter-spacing: 2px;
	color: #333
}

.datas_geral2 .icones_compartilhe .voltar a,
.datas_geral2 .icones_compartilhe .compartilhe a
{
	color: #333
}

.datas_geral2 .icones_compartilhe .voltar i,
.datas_geral2 .icones_compartilhe .compartilhe i
{
	margin-right: 5px;
	color: #333
}

.datas_geral2 .data i
{
	font-size: 16px;
	margin-right: 5px;
}

/*#######################*/

html .tags {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

html .tags a {
	font-family: 'Titillium Semibold' !important;
	color: #F96C15 !important;
	border: solid 1px #F96C15;
	padding: 1px 3px;
    float: left;
    margin-right: .25rem;
    margin-bottom: .25rem;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	width: auto;
}

html .tags a:hover {
	color: #f79d66 !important;
}

html .registro_geral .agenda-conteudo .tags a {
	padding: 3px 10px;
	font-size: 11px;
}

html .icones .selo {
	background: #146EBB;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	float: left;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: 'Titillium SemiBold' !important;
	/*font-size: 18px;
	width: 38px;
	height: 38px;*/
	font-size: 11px;
	width: 25px;
	height: 25px;
}

html .icones .selo i {
	font-size: 17px;  
}

html .registro_geral .agenda-conteudo .icones .selo {
	padding: 10px 10px 10px 10px;
	font-size: 17px;
    width: 35px;
    height: 35px;
}

/*html .icones .selo:hover{
	background: #F96C15;
	color: #FFF;
}*/

html  .icones {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

html .data_compartilhe .data {
	margin-right: 10px;
	float: left;
	display: flex;
	align-items: center;
	font-size: 10px;
	color: #333333;
}

html .registro_geral .data_compartilhe .data {
	font-size: 16px;
}

html .registro_geral .data_compartilhe.somente_data {
	border-top: 0px solid #F0EFEB;
	padding-top: 0px !important;
	margin-bottom: 20px !important;
}

html .data_compartilhe .compartilhe {
	cursor: pointer;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 10px;
	color: #333333;
}

html .data_compartilhe .compartilhe span {
	cursor: pointer;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

html .registro_geral .data_compartilhe .compartilhe span {
	font-size: 16px;
}

html .data_compartilhe .compartilhe .addthis_toolbox {
	position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    width: 205px;
}

html .data_compartilhe i {
	font-size: 15px;  
	margin-right: 5px
}

html .data_compartilhe  {
	font-family: 'Titillium Bold' !important;
	float: left;
	width: 100%;
	margin-top: 0;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	margin-bottom: 0;
	/*justify-content: space-between;*/
	justify-content: initial;
}

html #clientes1 figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*################## MANUTENCAO GERAL #######################*/
.registro_geral {
	padding: 40px 0px 40px 0px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}

.registro_geral .imagem_interna{
	margin: 0px 0px 40px 0px;
	position: relative;
	text-align: center;
}

.registro_geral h1 {
	font-family: 'Titillium Bold' !important;
	color: #000;
	font-size: 40px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-top:0px
}

.registro_geral .texto {
	font-family: 'Titillium Regular' !important;
	color: #666;
	font-size: 15px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 25px;
	text-align: justify;
}

.registro_geral .texto ul {
	list-style-type: disc;
	padding-inline-start: 40px;
}

.registro_geral .borda {
	border-bottom: 2px solid #F0EFEB;
	padding-bottom: 0px;
	padding-top: 0px
}

/*################## LISTAGEM GERAL #######################*/
.listagem_geral {
	padding: 0px 0px 50px 0px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}

.listagem_geral h1 {
	font-family: 'Titillium Bold' !important;
	color: #000;
	font-size: 40px !important;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 50px;
	padding-top: 50px
}

.listagem_geral .a_listgagem_geral {
	font-family: 'Titillium Bold' !important;
	color: #000;
	/*font-size: 25px;*/
	font-size: 23px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 25px;
}

.listagem_geral .a_listgagem_geral:hover {
	color: #F96C15;
}

.listagem_geral .texto {
	font-family: 'Titillium Regular' !important;
	/*color: #000;*/
	color: #666;
	font-size: 15px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 25px;
	text-align: left;
}

.listagem_geral .borda {
	border-bottom: 2px solid #F0EFEB;
	border-top: 2px solid #F0EFEB;
	padding-bottom: 40px;
	padding-top: 40px
}

.listagem_geral.listagem-agenda {
	padding: 0px 0px 0px 0px;
}

.listagem-agenda-cultural .col_agenda {
	justify-content: space-between !important;
}

.galeria_manutencao {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	border-top: 2px solid #F0EFEB;
}

.galeria_manutencao a{
	float: left;
	width: calc(100% / 5);
	height: 200px;
	overflow: hidden;
	border: solid 1px #DFDFDF;
	display: flex;
	align-items: center;
	justify-content: center;
}

html .registro_geral .combo_tags_selos {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 2px solid #F0EFEB;
}

html .registro_geral .combo_tags_selos .icones {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
}

html .registro_geral .data_compartilhe {
	float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 30px;
    border-top: 2px solid #F0EFEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html .registro_geral .data_rodape_final {
	float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 2px solid #F0EFEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Titillium Regular' !important;
    color: #333;
    font-size: 14px;
}

html .registro_geral .data_rodape_final .voltar,
html .registro_geral .data_rodape_final .categories,
html .registro_geral .data_rodape_final .autor,
html .registro_geral .data_rodape_final .views {
    float: left;
    display: flex;
    align-items: center;
    background: #146EBB;
    color: #FFF;
    padding: 10px 20px
}

html .registro_geral .data_rodape_final .voltar:hover,
html .registro_geral .data_rodape_final .categories:hover,
html .registro_geral .data_rodape_final .autor:hover,
html .registro_geral .data_rodape_final .views:hover {
    background: #F96C15;
}

html .registro_geral .data_rodape_final .voltar i,
html .registro_geral .data_rodape_final .categories i,
html .registro_geral .data_rodape_final .autor i,
html .registro_geral .data_rodape_final .views i {
    font-size: 22px;
    margin-right: 10px;
}

html .data_rodape_final1 {
	text-align: right;
	margin-bottom: 30px;
}

html .data_rodape_final1 .voltar {
	/*float: left;
    display: flex;
    align-items: center;*/
    background: #146EBB;
    color: #FFF;
    padding: 8px 15px;
}
html .data_rodape_final1 .voltar i {
	font-size: 15px;
    margin-right: 10px;
}

.btn-social {
    position: relative;
    padding-left: 44px !important;
    text-align: left;
    padding: 5px 15px;
    float: left;
    width: 100%;
    height: 40px !important;
    display: flex;
    align-items: center;
}

.btn-social i {
    position: absolute;
    left: 0;
    top: 5px !important;
    bottom: 0;
    width: 32px !important;
    line-height: 34px !important;
    font-size: 1.6em!important;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-whatsapp {
    color: #fff;
    background-color: #25d366;
    border-color: rgba(0,0,0,0.2);
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}

.btn-whatsapp:hover, 
.btn-whatsapp:focus, 
.btn-whatsapp.focus, 
.btn-whatsapp:active, 
.btn-whatsapp.active, 
.open>.dropdown-toggle.btn-whatsapp {
    color: #fff;
    background-color: #25d366;
    border-color: rgba(0,0,0,0.2);
}

.btn-pinterest:hover, 
.btn-pinterest:focus, 
.btn-pinterest.focus, 
.btn-pinterest:active, 
.btn-pinterest.active, 
.open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}

.btn-facebook:hover, 
.btn-facebook:focus, 
.btn-facebook.focus, 
.btn-facebook:active, 
.btn-facebook.active, 
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0,0,0,0.2);
}

.titulo_laranja {
	color: #f96c15 !important;
	font-family: 'Titillium Regular' !important;
}

hr {
	border-top: 1px solid #a0a0a0 !important;
}

.data-close {
	position: absolute;
    right: 0;
    top: 0;
}

.data-close i {
	font-size: 20px;
    padding: 3px 3px;
}

.desktop_busca {
	position: relative;
}

.desktop_busca_agenda #form-busca input {
	border-radius: 0;
	border: solid 3px #8F8F8F;
	text-indent: 10px;
}

.desktop_busca_agenda #form-busca button {
	left: initial !important;
	right: 10px !important;
}

.div-banner-listagem {
	float: left;
	width: 100%;
}

.div-botao-vermais {
	text-align: right;
}

.btn-vermais {
	font-size: 25px;
	font-family: 'Titillium Bold';
	background: #f96c15;
	color: #fff !important;
	padding: 3px 30px;
	border-radius: 0 !important;
}

/* Agenda Nova */

.listagem-agenda .col_agenda {
	display: flex;
    align-items: center;
    justify-content: space-around;
    float: left;
    width: 100%;
}

.listagem-agenda .link_:hover {
	color: #F96C15;
}

.data-evento, .local, .horario {
	font-size: 12px;
	margin-bottom: 0.25rem !important;
	font-family: 'Titillium SemiBold' !important;
	color: #333 !important;
}

.registro_geral .agenda-conteudo .data-evento, 
.registro_geral .agenda-conteudo .local, 
.registro_geral .agenda-conteudo .horario {
	font-size: 16px !important;
}

.horario {
	margin-bottom: 1rem !important;
}

.data-evento i, .local i, .horario i {
	margin-right: 5px;
	font-size: 16px;
}

.registro_geral .agenda-conteudo .data-evento i, 
.registro_geral .agenda-conteudo .local i, 
.registro_geral .agenda-conteudo .horario i {
	font-size: 23px;
}

.listagem-agenda img {
	width: 100%;
}

.listagem-agenda {
	float: left;
    width: 100%;
    /*margin-bottom: 30px;*/
}

.listagem-agenda figure {
	/*margin-bottom: 1rem !important;*/
}

.listagem-agenda .link_ {
	font-size: 15px;
    line-height: 18px;
    font-family: 'Titillium Bold' !important;
    color: #000;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
}

/*.listagem-agenda [class*="col-lg"]{
	margin-bottom: 1rem !important;
} */

.div-titulo-agenda-manutencao {
	background: #f96c15;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 3rem !important;
    float: left;
    width: 100%;
}

.div-titulo-agenda-manutencao h2 {
	margin: 0 !important;
	font-family: 'Titillium Regular' !important;
}

.agenda .imagem_interna {
	margin: 0px 0px 2px 0px !important;
}

.agenda h1 {
	font-size: 30px !important;
}

.agenda h2 {
	margin-top: 0 !important;
}

.agenda .col-sm-6 {
	margin-bottom: 1rem !important;
}

.listagem-agenda figure {
	margin-bottom: 1rem !important;
}

.listagem-agenda .link_ {
	font-family: 'Titillium Bold' !important;
    color: #000;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 18px;
}

/* End Agenda Nova */

.div-botao-contato {
	margin: 50px 0;
}

.btn-laranja {
	background: #f96c15 !important;
	color: #fff !important;
	padding: 10px;
}

.img-banner {
    /*padding-bottom: 20px;*/
}

@media (min-width: 768px){
	.text-md-right {
		text-align: right !important;
	}
	.text-md-left {
		text-align: left !important;
	}
}

@media (min-width: 992px){
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
}

@media (max-width: 992px) {
	.col-lg-20 {
		min-height: 1px;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
		float: left;
		min-height: 1px;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.col_agenda {
	display: flex;
	align-items: center;
	/*justify-content: space-around;*/
	justify-content: space-between;
	float: left;
	width: 100%	
}

.col_agenda .row {
	display: flex;
	align-items: center;
}

.col_agenda h2 {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 17px;
	text-align: left;
	position: relative;
	background: #146EBB;
	padding: 15px 20px;
	color: #FFF;
	cursor: pointer;
}

.col_agenda h2 .fa.fa-calendar,
.col_agenda h2 .fa.fa-tag {
	margin-right: 10px;
}

.col_agenda h2 .fa.fa-chevron-down {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 18px;
}

.col_agenda h2 .status_lista,
.col_agenda h2 .tags_lista {
	position: absolute;
	background: #F0EFEB;
	padding: 20px 20px 10px 20px;
	top: 48px;
	z-index: 2;
	width: 200%;
	right: 0;
}

.col_agenda.col_projeto h2 .status_lista,
.col_agenda.col_projeto h2 .tags_lista {
	position: absolute;
	background: #F0EFEB;
	padding: 0;
	top: 48px;
	z-index: 2;
	width: 100%;
	right: 0;
}

.col_agenda.col_projeto h2 .status_lista .status_ajax,
.col_agenda.col_projeto h2 .tags_lista .tags_ajax {
	float: left;
	font-family: 'Myriad Pro Regular';
	color: #F96C15;
	border: none !important;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	display: block !important
}

.col_agenda.col_projeto h2 .status_lista .status_ajax,
.col_agenda.col_projeto h2 .tags_lista .tags_ajax {
	font-family: 'Titillium Bold' !important;
	margin-right: 0;
	margin-bottom: 0;
	width: 100% !important;
}

.col_agenda h2 .status_lista .status_ajax:hover,
.col_agenda h2 .tags_lista .tags_ajax:hover {
	color: #FFF;
	border: solid 2px #F96C15;
	background:  #F96C15;
}

.col_agenda.col_projeto h2 .status_lista .status_ajax:hover,
.col_agenda.col_projeto h2 .tags_lista .tags_ajax:hover {
	color: #FFF;
	border: none !important;
	background: #F96C15;
}

.col_agenda.col_projeto .tags_ajax:nth-child(odd) {
	background: #d0d0d0 !important;
}

.col_agenda.col_projeto .tags_ajax:nth-child(even) {
	background: #b5b5b5 !important;
}

.div-relacionados {
	width: 100%;
	float: left;
}

.div-relacionados h1 {
	padding-bottom: 0 !important;
}

.div-relacionados .col_agenda {
	margin: 50px 0;
}

@media (min-width: 730px) {
	.daterangepicker.ltr .ranges {
		float: left;
		width: 100%;
	}
}

.calendario_agenda_lista_ajax #cal.show {
    position: absolute;
    background: #F0EFEB;
    padding: 20px 20px 10px 20px;
    top: 48px;
    z-index: 2;
    width: 700px;
    right: 0;
    font-family: 'Myriad Pro Regular';
    color: #F96C15;
    display: block;
}

.buscar_datas {
    cursor: pointer;
}

.listagem_geral .col_projeto h1 {
	font-family: 'Titillium Regular' !important;
	color: #F96C15 !important;
	font-size: 30px !important;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    margin-top: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.carrega_conveniados {
	width: 100%;
	float: left;
}

.texto_projeto {
	font-family: 'Titillium Regular' !important;
    font-size: 15px;
}

.projetos-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.projetos-item figure {
	position: relative;
}

.projetos-item a .titulo-overlay {
	position: absolute;
    /*background: rgba(0, 0, 102, 0.75);*/
    background: rgba(249, 108, 21, 0.9);
    width: 100%;
    z-index: 685;
    display: flex;
    top: 100%;
    transition: .5s;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.projetos-item a:hover .titulo-overlay {
	bottom: 0;
	top: initial !important;
}

.projetos-item .titulo-overlay h2 {
	margin: 0 !important;
	padding: 15px !important;
	font-size: 22px !important;
	color: #fff !important;
	font-family: 'Titillium Regular' !important;
}

.btn-inscrever {
	font-size: 25px;
	font-family: 'Titillium Bold';
    padding: 3px 30px;
    border-radius: 0 !important;
	background: #146ebb !important;
	color: #fff !important;
	margin-bottom: 30px;
}

.btn-apoiar {
	font-size: 25px;
	font-family: 'Titillium Bold';
	padding: 3px 30px;
    border-radius: 0 !important;
	background: #f96c15 !important;
	color: #fff !important;
	margin-bottom: 30px;
}

/* Paginação */

.pagination {
    margin: 60px 0;
}

.pagination .page-link {
	margin-right: 15px;
	margin-bottom: 15px;
}

.pagination > li > a {
	background: #fff !important;
	color: #666 !important;
	border-radius: 0 !important;
	border-color: #e3e3e3 !important;
}

.pagination > .active > a {
	color: #fff !important;
	background-color: #4db2ec !important;
	border-color: #4db2ec !important;
}

.pagination .page-link p {
	color: #7f7f7f !important;
	margin: 0 !important;
}

.listagem-projetos-apoiados .c-pages .container {
	text-align: center;
}

.listagem-projetos-apoiados .pagination {
	margin: 60px auto 0 !important;
}

.div-inscrever-projeto {
	width: 100%;
    float: left;
	margin: 60px auto !important;
}

/* End Paginação */


.desktop_busca input::placeholder {
	font-family: 'Titillium Regular' !important;
}

.desktop_busca input:-ms-input-placeholder {
	font-family: 'Titillium Regular' !important;
}

.desktop_busca input::-ms-input-placeholder {
	font-family: 'Titillium Regular' !important;
}

.contato p {
	font-family: 'Titillium Regular' !important;
}

.links-rodape a {
	font-family: 'Titillium Bold' !important;
}