@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'BentonSans';
    src: url('font/BentonSans-Book.eot');
    src: url('font/BentonSans-Book.eot?#iefix') format('embedded-opentype'),
        url('font/BentonSans-Book.woff2') format('woff2'),
        url('font/BentonSans-Book.woff') format('woff'),
        url('font/BentonSans-Book.ttf') format('truetype'),
        url('font/BentonSans-Book.svg#BentonSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BentonSans';
    src: url('font/BentonSans-Bold.eot');
    src: url('font/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/BentonSans-Bold.woff2') format('woff2'),
        url('font/BentonSans-Bold.woff') format('woff'),
        url('font/BentonSans-Bold.ttf') format('truetype'),
        url('font/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-------------------------------------------------------------------------------------------*/
/* BASIC CSS */
/*-------------------------------------------------------------------------------------------*/
*{outline:none !important;}
html, body {
	height:100%; 
	font-size:20px;
}
body {
	/*font-family: 'PT Sans Caption', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	color:#000;
	font-weight:300;
	background-color:#fff;
}
#wrapper {
  min-height: 100%;
}
#wrapper {
	/*overflow:auto;*/
	/*overflow:visible;*/
	/*padding-bottom:324px;*/ /* this needs to be bigger than footer height*/
	/*padding-bottom:178px;*/
	position: relative;
	overflow: hidden;
}
.search #main{overflow:visible;}
p {
  margin: 0 0 1rem;
}
b, strong {
    font-weight: 700;
}
img{
	/*width: 100%;*/
	height: auto;
	max-width: 100%;
}
.print{display:none !important;}
.mobi{display:none !important;}
.tablet{display:none !important;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	width: 100% !important;
}
img.aligncenter,
div.aligncenter img{
	width:100% !important;
	height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.5789rem;
    line-height: 0.8947rem;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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.7368rem;
	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. */
}
/*-------------------------------------------------------------------------------------------*/
/* HEADER E FOOTER */
/*-------------------------------------------------------------------------------------------*/
.header-wrapper{
	position: relative;
	width: 100%;
}
.topo-menu{
	color: #293795;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 100%;
	height: auto;
	padding-top: 20px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.topo-menu-1{
}
.logo{
	display: inline-block;
	background-color: transparent;
	position: relative;
	z-index: 2;
	margin-right: 0px;
}
.logo img{
	width: auto;
	height: 80px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.topo-menu-1 .bg-light{
	background-color: transparent !important;
	padding: 0px;
}
.topo-menu-1 .topo-menu-1b{
	text-align: right;
}
.topo-menu-1 .menu{
	font-size: 0.9rem;
	font-weight: 300;
	display: inline-block;
}
.topo-menu-1 .menu a{
	color: #f26522;
	margin-right: 20px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	/*text-transform: uppercase;*/
}
.topo-menu-1 .menu li{
	position: relative;
}
.topo-menu-1 .menu li::after {
    content: '●';
    display: block;
    color: #f26522;
	position: absolute;
    top: 3px;
    right: 5px;
    font-size: 0.7rem;
}
.topo-menu-1 .topo-menu-2 li:last-child a {
	margin-right: 0px;
}
.topo-menu-1 .topo-menu-2 li:last-child::after {
	display: none;
}
.topo-menu-1 .menu-sub1{
	border-left: 1px solid #f26522;
    padding-left: 10px;
    margin-left: 10px;
	flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.topo-menu-1 .menu-sub1 li::after {
	display: none;
}
.topo-menu-1 .menu-sub1 a{
	color: #8e8e8e;
	line-height: 1;
	font-size: 0.8rem;
	margin-right: 0px;
	padding: 5px 0px;
}
.menu-sub1 .topo-menu-3{
	display: flex;
    flex-direction: column;
}
.menu2{
	display: none;
	margin-right: 0px;
}
.topo-menu-1 .menu a:hover{
	color: #5f2596;
	text-decoration: none;
}
.topo-menu-1 .menu a:active{
	color: #5f2596;
	text-decoration: none;
}
.topo-menu-1 ul.topo-menu-2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-direction: row;
	margin-top: 0px;
}
.topo-menu-1 ul.topo-menu-2 > li{
	
}
.topo-menu-1 ul.topo-menu-2 > li.current-menu-item a,
.topo-menu-1 ul.topo-menu-2 > li.current_page_item a{
	color: #5f2596 !important;
	text-decoration: none;
}
.menu-menu-topo-container{
	width: 100%;
}
/*-------------------------------------------------------------------------------------------*/
/* MENU FIXO */
/*-------------------------------------------------------------------------------------------*/
.topo-menu .m1{
	display: block;
}
.topo-menu.menu_fixo .m1{
	display: block;
	height: 50px;
}
.topo-menu.menu_fixo .logo img {
    width: auto;
    height: 50px;
}
.topo-menu.menu_fixo {
    color: #f26522;
    position: fixed;
    z-index: 997;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-bottom: 2px solid #f26522;
}
/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
#sidebar {
    width: 100vw;
	max-width: 450px;
    position: fixed;
    top: 0;
    left: -110vw;
    height: 100vh;
    z-index: 999;
    background: #efefef;
    color: #f26522;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #f26522;
}

#dismiss:hover {
    background: transparent;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px 15px;
    background: #48197c;
	height: 92px;
	border-bottom: 2px solid #000;
	margin-bottom: 0rem;
}
#sidebar .sidebar-header img{
	width: auto;
    height: 50px;
}
#sidebar ul.topo-menu-3 {
    padding: 0;
    list-style: none;
    margin: 0px 0px 0px;
}
#sidebar ul li a {
	padding: 0.4rem 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: block;
    color: #5f2596;
}
#sidebar ul li{
	border-bottom: 2px solid #cbcbc1;
}
#sidebar ul li a:hover {
    color: #f26522;
    background: #fff;
	text-decoration: none;
}
#sidebar .menu-rs {
    text-align: center;
    padding: 0.5rem 1rem 0px;
	display: flex;
    justify-content: space-between;
}
#sidebar .menu-rs a {
    color: #c7cfe6;
    background-color: #293795;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#sidebar .menu-rs a:last-child{
	margin-right: 0px;
}
#sidebar .menu-rs a:hover {
    color: #fff;
    background-color: #FF4D3F;
    text-decoration: none;
}
#sidebar .menu-rs a i.fa {
	font-size: 36px;
    line-height: 50px;
}
/*-------------------------------------------------------------------------------------------*/
/* LANDPAGE */
/*-------------------------------------------------------------------------------------------*/
a{
	color: #5f2596;
	text-decoration: none;
}
a:hover{
	color: #f26522;
	text-decoration: underline;
}
.h100{
	height: 100%;
}
.inv-recaptcha-holder {
    visibility: hidden !important;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
.efeito-blur{
	-webkit-filter: grayscale(50%) blur(5px);
	filter: grayscale(50%) blur(5px);
}
.noScroll {
    overflow: hidden;
    /*position:fixed;*/
}
/*-------------------------------------------------------------------------------------------*/
/* INICIO */
/*-------------------------------------------------------------------------------------------*/
.homepage-content{
	margin-top: 2rem;
}
.homepage-content .bloco1{
    margin-bottom: 2.5rem;
}
.homepage-content .slide-01{
	padding-right: 30px;
	min-height: 399px;
}
.slide-destaque .owl-carousel .owl-item img{
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;	
}
.slide-destaque .owl-carousel .owl-nav{
	width: 100%;
	top: 50%;
	top: calc(50% - 45px);
    position: absolute;
	z-index: 2;
}
.slide-destaque .owl-theme .owl-nav [class*=owl-] {
	color: #5f2596;
    font-size: 50px;
    margin: 0px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 90px;
    line-height: 90px;
}
.slide-destaque .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #f26522;
	text-decoration: none;
}
.slide-destaque .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;/*-22px*/
	padding: 0px 0px 0px 20px;
	top: -15px;
}
.slide-destaque .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -48px;
	padding: 0px 20px 0px 0px;
	top: -15px;
}
.slide-destaque .owl-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: -33px;
	left: 0px;
}
.slide-destaque .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
	border: 2px solid #5f2596;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.slide-destaque .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.slide-destaque .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5f2596;
}
.homepage-content .coluna-slide-01{
	background-color: #48197c;
	color: #fff;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.homepage-content .coluna-slide-01 > div{
	border-bottom: 5px solid #fff;
	padding: 10px 15px;
}
.rs-acesse{
	
}
.rs-acesse span{
	display: inline-block;
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
    float: left;
    margin-right: 50px;
}
.rs-acesse .menu-rs{
	height: 30px;
}
.rs-acesse .menu-rs a{
	color: #fff;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	margin-right: 5px;
	width: 30px;
    height: 30px;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.menu-rs a:last-child{
	margin-right: 0px;
}
.menu-rs a i.fa{
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.menu-rs a:hover{
	color: #ff7330;
	text-decoration: none;
}
.menu-rs a:active{
	color: #ff7330;
	text-decoration: none;
}
.busca #searchform .campobuscar{
	border: none;
	background-color: #fff;
	color: #f26522;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 10px;
	font-size: 0.8rem;
	line-height: 1.4rem;
	height: 1.4rem;
	margin-right: 0px;
	width: 285px;
}
.busca #searchform button.botaobusca {
    background: transparent;
    color: #fff;
    border: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.busca #searchform button.botaobusca:hover{
	color: #f26522;
}
.sidebar div.homedoacao,
.homepage-content .coluna-slide-01 div.homedoacao{
	/*padding: 20px 15px;*/
	padding: 0px;
	display: flex;
	background-color: #f26522;
}
.sidebar div.homedoacao{
	margin-bottom: 5px;
}
.homedoacao .coluna1{
	/*flex: 0 0 auto;*/
	flex: 1;
    width: auto;
    max-width: 100%;
	font-size: 1.2rem;
	line-height: 1.2;
}
.homedoacao .coluna1 a.botaodoacao{
	display: block;
	text-align: center;
}
.homedoacao .coluna1 figure{
	position: relative;
	margin: 0;
    width: 100%;
    text-align: center;
    padding: 5px 15px;
	overflow: hidden;
}
.homedoacao .coluna1 figure::before {
	position: absolute;
	top: 0;
	left: -60%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.homedoacao .coluna1 figure:hover::before {
	/*-webkit-animation: shine .75s;
	animation: shine .75s;*/
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 135%;
	}
}
@keyframes shine {
	100% {
		left: 135%;
	}
}
.homedoacao .coluna2{
	/*flex: 1;*/
	flex: 0 0 auto;
    width: auto;
    max-width: 100%;
	text-align: center;
	align-self: center;
}
.homedoacao .coluna2 a.botaodoacao{
	background: #f26522;
    color: #fff;
    display: block;
    margin: 0px auto;
    padding: 7px 15px;
    text-align: center;
    font-size: 0.85rem;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0;
    line-height: 1.3;
}
.homedoacao .coluna2 a.botaodoacao:hover{
	text-decoration: none;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
}
.homepage-content .cloudtag{
	border-bottom: none !important;
	font-size: 18px;
	line-height: 22px;
    padding-bottom: 0px !important;
}
.homepage-content .cloudtag h3{
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 8px;
	font-weight: 300;
}
.homepage-content .cloudtag a{
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
.homepage-content .cloudtag a:hover,
.homepage-content .cloudtag a:active{
	color: #f26522;
	text-decoration: none;
}
.homepage-content .bloco-noticias .notic-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
}
.homepage-content .bloco-noticias .bloco2-1{
	margin-bottom: 1rem;
}
a.botaolaranja1{
    background: #f26522;
    color: #fff;
    display: block;
    margin: 0px auto;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.85rem;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0;
    line-height: 1.3;
}
a.botaolaranja1:hover{
	text-decoration: none;
	border-radius: 0px;
	background: #5f2596;
}
.homepage-content .bloco-noticias .bloco-noticia{
	margin-bottom: 1.5rem;
}
.homepage-content .bloco-noticias p.data{
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #f26522 !important;
}
.homepage-content .bloco-noticias a p.noti-titulo,
.homepage-content .bloco-noticias a:visited p.noti-titulo,
.homepage-content .bloco-noticias a:active p.noti-titulo{
	color: #000;
}
.homepage-content .bloco-noticias a:hover{
	text-decoration: none;
}
.homepage-content .bloco-noticias a p.noti-titulo{
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 0px;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.homepage-content .bloco-noticias a:hover p.noti-titulo{
	text-decoration: none;
	color: #5f2596;
}
.homepage-content .bloco-noticia a .noti-imagem{
	display: block;
	overflow: hidden;
}
.homepage-content .bloco-noticia a .noti-imagem img{
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.homepage-content .bloco-noticia a:hover .noti-imagem img{
	transform: scale(1.1);
}
.bloco-campanhas{
	margin-top: 0;
	padding: 2.5rem 0px;
	background-color: #4b1a81;
}
.bloco-campanhas .campanhas-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	padding-right: 0px;
}
.bloco-campanhas .campanhas-linha::before{
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	display: block;
}
.bloco-campanhas .bloco3-1{
	margin-bottom: 1.5rem;
}
.bloco-campanhas .campanha-imagem {
    position: relative;
}
.bloco-campanhas .campanha-imagem .camp-desc {
    width: 100%;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    z-index: 2;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.bloco-campanhas .campanha-imagem .bglaranja {
    width: 100%;
    background-color: #f26522;
    height: 100%;
    /* display: block; */
    position: absolute;
    opacity: 0.7;
    z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.bloco-campanhas a:hover .campanha-imagem .bglaranja{
	/*opacity: 0.9;*/
	opacity: 0.6;
    background-color: #5f2596;
}
.bloco-publicacoes{
	margin-top: 0rem;
	padding: 2.5rem 0px;
	background-color: #ffd4c0;
}
.bloco-publicacoes .publicacoes-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
	color: #f26522;
	padding-right: 0px;
}
.bloco-publicacoes .publicacoes-linha{
    overflow: hidden;
    padding-right: 0;
    margin-right: 15px;
}
.bloco-publicacoes .publicacoes-linha::before{
	content: '/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / ';
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
.bloco-publicacoes .bloco4-1{
	margin-bottom: 1.5rem;
}
.bloco-publicacoes .publicacoes-desc{
	width: 100%;
	min-height: 68px;
	padding:15px 10px;
	background-color: #f26522;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.bloco-publicacoes a:hover{
	text-decoration: none;
}
.bloco-publicacoes a:hover .publicacoes-desc{
	background-color: #5f2596;
}
.publicacoes-slide .owl-carousel .owl-nav{
	width: 100%;
	top: 50%;
	top: calc(50% - 45px);
    position: absolute;
	z-index: 2;
}
.publicacoes-slide .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
    font-size: 60px;
	font-weight: 900;
    margin: 0px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 90px;
    line-height: 90px;
}
.publicacoes-slide .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #5f2596;
	text-decoration: none;
}
.publicacoes-slide .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;/*-22px*/
	padding: 0px 0px 0px 0px;
	top: -15px;
}
.publicacoes-slide .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -48px;
	padding: 0px 0px 0px 0px;
	top: -15px;
}
.publicacoes-slide .owl-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: -33px;
	left: 0px;
}
.publicacoes-slide .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #ffd4c0;
    display: block;
    border-radius: 30px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.publicacoes-slide .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.publicacoes-slide .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.homepage-content .bloco-videos{
	margin-top: 0rem;
	padding: 2.5rem 0px;
}
.homepage-content .bloco-videos .videos-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0px;
}
.homepage-content .bloco-videos .bloco5-1{
	margin-bottom: 1rem;
}
.homepage-content .bloco-videos .video-imagem{
	position: relative;
	text-align: center;
}
.homepage-content .bloco-videos .camp-desc{
	width: 100%;
	min-height: 68px;
	padding:15px 10px;
	background-color: #f26522;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.homepage-content .bloco-videos a:hover{
	text-decoration: none;
}
.homepage-content .bloco-videos a:hover .camp-desc{
	background-color: #5f2596;
}
.homepage-content .bloco-videos .setavideo{
	position: absolute;
	/*top: 95.5px;*/
	font-size: 60px;
	line-height: 1;
	color: #fff;
	z-index: 2;
	/*margin-left: -30px;
    margin-top: -23.6px;*/
	margin-left: -23.5px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.homepage-content .bloco-videos .box-video .bgroxo {
    width: 100%;
    background-color: rgba(95, 37, 150, 0);
    /*height: calc( 100% - 74px)*/;
    /* display: block; */
    position: absolute;
	top: 0px;
	left: 0px;
    /*opacity: 0.8;*/
    z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.homepage-content .bloco-videos .box-video a:hover  .bgroxo{
	/*opacity: 0.9;*/
	/*opacity: 0.0;*/
    background-color: rgba(95, 37, 150, 0);;
}
.homepage-content .bloco-videos .owl-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: -33px;
	left: 0px;
}
.homepage-content .bloco-videos .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
	border: 2px solid #5f2596;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.homepage-content .bloco-videos .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.homepage-content .bloco-videos .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5f2596;
}
.homepage-content .bloco-posicionamentos{
	margin-top: 1rem;
	padding: 2.5rem 0px;
	background-color: #ffd4c0;
}
.homepage-content .bloco-posicionamentos .posicionamentos-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
	color: #f26522;
	padding-right: 0px;
}
.homepage-content .bloco-posicionamentos .posicionamentos-linha::before{
	content: '';
	width: 100%;
	height: 3px;
	background: #f26522;
	display: block;
}
.homepage-content .bloco-posicionamentos .bloco6-1{
	margin-bottom: 1.5rem;
}
.homepage-content .bloco-posicionamentos .bloco-posicionamento {
    position: relative;
	height: 100%;
}
.homepage-content .bloco-posicionamentos .bloco-posicionamento .posicionamento-imagem{
	width: 100%;
	height: 100%;
	background-color: #f26522;
	display: flex;
	padding: 20px;
	align-items: center;
}
.homepage-content .bloco-posicionamentos .bloco-posicionamento .posi-desc {
    width: 100%;
	text-align: center;
    color: #FFF;
	font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    z-index: 2;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.posicionamentos-slide .owl-carousel .owl-nav{
	width: 100%;
	top: 50%;
	top: calc(50% - 45px);
    position: absolute;
	z-index: 2;
}
.posicionamentos-slide .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
    font-size: 60px;
	font-weight: 900;
    margin: 0px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 90px;
    line-height: 90px;
}
.posicionamentos-slide .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #5f2596;
	text-decoration: none;
}
.posicionamentos-slide .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;/*-22px*/
	padding: 0px 0px 0px 0px;
	top: -15px;
}
.posicionamentos-slide .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -48px;
	padding: 0px 0px 0px 0px;
	top: -15px;
}
.posicionamentos-slide .owl-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: -33px;
	left: 0px;
}
.posicionamentos-slide .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #ffd4c0;
    display: block;
    border-radius: 30px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.posicionamentos-slide .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.posicionamentos-slide .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.posicionamentos-slide .owl-carousel .owl-stage{
	display: flex;
    align-items: stretch;
}
.posicionamentos-slide .owl-carousel .owl-item{
	flex: 1;
}
.posicionamentos-slide .owl-carousel .owl-item a .posi-desc{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.posicionamentos-slide .owl-carousel .owl-item a:hover .posi-desc{
	color: #5f2596;
	text-decoration: none;
}
.bloco-posicionamentos .bloco6-2 {
    margin-bottom: 2.5rem;
}
.bloco-contato{
	margin-top: 0rem;
    padding: 2.5rem 0px;
}
/*.homepage-content .bloco-contato .box-newsletter{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background-color: #48197c;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}*/
.bloco-contato .box-newsletter .box-newsletter-bg{
	padding: 20px 15px;
	color: #fff;
	background-color: #48197c;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}

.bloco-contato .box-newsletter h2{
	font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
}
.bloco-contato .box-newsletter strong{
	font-weight: 600 !important;
}
.bloco-contato .newsletter-form,
.bloco-contato .denuncie-form{
	width: 100%;
	/*overflow: hidden;*/
}
.bloco-contato .newsletter-form p,
.bloco-contato .denuncie-form p{
	margin-bottom: 5px;
}
.bloco-contato .newsletter-form input,
.bloco-contato .denuncie-form textarea,
.bloco-contato .denuncie-form input{
	width: 100%;
	height: auto;
	font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 300;
	color: #000;
	padding: 8px 10px;
	border: none;
}
.bloco-contato .denuncie-form textarea{
	height: 64px;
}
.bloco-contato .newsletter-form input.wpcf7-submit,
.bloco-contato .denuncie-form input.wpcf7-submit{
	background: #f26522;
    color: #fff;
    display: block;
    margin: 0px;
   	padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
	font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 300;
	border: none;
	width: auto;
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.bloco-contato .newsletter-form input.wpcf7-submit:hover,
.bloco-contato .denuncie-form input.wpcf7-submit:hover{
	background: #f26522;
    color: #5f2596;
}
.bloco-contato .newsletter-imagem img{
	/*margin-top: -50px;*/
	margin-top: -93px;
}
.bloco-contato div.wpcf7 input.wpcf7-text.wpcf7-not-valid,
.bloco-contato div.wpcf7 textarea.wpcf7-textarea.wpcf7-not-valid{
	border: 2px solid #FF0000;
}
.bloco-contato div.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.bloco-contato div.wpcf7 div.wpcf7-response-output {
	margin: 15px auto 0px;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 0.7rem;
    /*color: #000;*/
    width: 100%;
    max-width: 800px;
    line-height: 1.1;
    /*font-weight: 200;*/
	display: none;
	color: #fff;
    font-weight: 300;
}
.bloco-contato div.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background-color: #f9f289;
}
.bloco-contato div.wpcf7 div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
    background-color: #89d369;
}
.bloco-contato div.wpcf7 div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
    background-color: #ff6767;
}
.bloco-contato div.wpcf7 div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
    background-color: #f4c062;
}
/*.homepage-content .bloco-contato .box-denuncie{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background-color: #48197c;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}*/
.bloco-contato .box-denuncie .box-denuncie-bg{
	padding: 10px 30px 10px 30px;
	color: #fff;
	background-color: #48197c;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	height: 100%;
}
.bloco-contato .box-denuncie h2{
	font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.bloco-contato .box-denuncie p{
	font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 300;
	color: #fff;
	margin-bottom: 5px;
}
.bloco-contato .box-denuncie span.wpcf7-form-control-wrap.mensagem {
	display: flex;
}
.bloco-contato .box-denuncie-bg .row{
	height: 100%;
}
.bloco-contato .box-denuncie-bg div.wpcf7 div.wpcf7-response-output {
    margin: 23px auto 0px;
}
.homepage-content .bloco-missao{
	margin-top: 0rem;
    padding: 2.5rem 0px;
}
.homepage-content .bloco-missao h2{
	font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.homepage-content .bloco-missao p{
	font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 300;
	color: #979797;
	margin-bottom: 15px;
}
.homepage-content .bloco-missao .box-missao{
	/*padding-right: 60px;*/
}
.homepage-content .bloco-missao .box-missao a{
	background: #421259;
    color: #fff;
	margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
	font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 300;
	border: none;
	width: auto;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
}
.homepage-content .bloco-missao .box-missao a:hover{
	background: #f26522;
    color: #fff;
	text-decoration: none;
}
.homepage-content .bloco-missao .box-missao img{
	width: 148px;
    height: auto;
    shape-outside: polygon(0px -23px, 148px -23px, 157px 188px, 53px 203px, 20px 171px, 27px 94px, -3px 44px);
    float: right;
	margin-top: -20px;
    margin-right: 0px;
}
.owl-carousel-parcerias.owl-carousel .owl-nav{
	width: 100%;
	top: 50%;
	top: calc(50% - 45px);
    position: absolute;
	z-index: 2;
}
.owl-carousel-parcerias.owl-theme .owl-nav [class*=owl-] {
	color: #e0e0e0;
    font-size: 50px;
    margin: 0px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 90px;
    line-height: 90px;
}
.owl-carousel-parcerias.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
.owl-carousel-parcerias.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;/*-22px*/
	padding: 0px 0px 0px 20px;
	top: -15px;
}
.owl-carousel-parcerias.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -48px;
	padding: 0px 20px 0px 0px;
	top: -15px;
}
.bloco-relatorios {
    margin-top: 0rem;
    padding: 2.5rem 0px;
}
.bloco-relatorios .box-numeros .box-numeros-bg {
    padding: 20px 15px;
    color: #fff;
    background-color: #f26522;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
	height: 100%;
}
.bloco-relatorios .box-balanco .box-balanco-bg {
    padding: 20px 15px;
    color: #fff;
    background-color: #f26522;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
	height: 100%;
}
.bloco-relatorios .newsletter-imagem img {
    /* margin-top: -50px; */
    /*margin-top: -93px;*/
}
.bloco-relatorios h2 {
font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.bloco-relatorios a {
    background: #421259;
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
    font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 300;
    border: none;
    width: auto;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
}
.bloco-relatorios a:hover {
    background: #fff;
    color: #421259;
    text-decoration: none;
}


footer.footer{
	/*margin-top: 5rem;*/
	margin-top: 0rem;
	padding: 1rem 0px;
	background-color: #48197c;
	color: #fff;
}
footer.footer .foot-col4 img{
	max-width: 241px;
}
footer.footer .rs-acesse span {
    display: block;
    font-size: 1rem;
    line-height: 24px;
    height: auto;
    float: none;
	margin-right: 0;
    margin-bottom: 12px;
}
footer.footer .foot-col3 p{
	margin-bottom: 0px;
	line-height: 1.1;
}
footer.footer .foot-col3 p.fone{
	margin-bottom: 10px;
}
footer.footer .foot-col3 p.fone .fa{
	font-size: 1.5rem;
    margin-right: 10px;
    position: relative;
    bottom: -6px;
}
footer.footer .foot-col4 a {
    background: #a3a2a2;
    color: #fff;
    margin: 0px auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
    font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 300;
    border: none;
    width: 220px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
	display: block;
}
footer.footer .foot-col4 a:hover{
	color: #f26522;
	text-decoration: none;
}
footer.footer address{
	margin-bottom: 0px;
	border-left: 2px solid #fff;
	padding-left: 30px;
}
footer.footer .foot-col4 p{
	margin-bottom: 6px;
}
footer.footer .foot-col4 img{
	margin-top: -180px;
    margin-bottom: 10px;
}
/*.barra-pz{
	background-color: #000;
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
	position: relative;
}
.marca-pz{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 5px 5px 0px 0px;
	text-decoration:none;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	position:absolute;
	top: 50%;
    right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.marca-pz:hover{
	width:130px;
	margin-left:-65px;
}
.v1{background:url(../img/marca_pz_ani_v1.png) left center no-repeat;}
.v2{background:url(../img/marca_pz_ani_v2.png) left center no-repeat;}
.t1{
	width:20px !important;
	height:20px !important;
	background-size:81px 20px !important;
}
.t1:hover{
	width:81px !important;
	margin-left:-40px !important;
}*/
/**
* Marca PZ
**/
.barra-pz{
	background-color: #000;
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
	position: relative;
}
a.marca-pz{
	display:block;
	width: 32px;
	height: 32px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	text-indent:-9999px;
	font-size: 0px;
	overflow:hidden;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	position:absolute;
	top: 50%;
	/*left:50%;*/
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.marca-pz:hover {
	width: 195px;
	margin-left: -82.5px;
}
a.v1{background:url(https://gestos.org.br/wp-content/themes/gestos_v2/pzassets/img/marca_pz_ani_v3b-50a.png) left center no-repeat; background-size: 195px 32px;}
a.v2{background:url(https://gestos.org.br/wp-content/themes/gestos_v2/pzassets/img/marca_pz_ani_v3b-50a.png) left center no-repeat; background-size: 149px 20px;}

a.v2{
	width: 20px !important;
	height: 20px !important;
	background-size: 133px 20px !important;
}
a.v2:hover{
	width: 133px !important;
	margin-left: -66.5px !important;
}
a.webmail{
	display: inline-block;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 400;
	position: absolute;
    left: 10px;
}
a.webmail:hover,
a.webmail:active{
	color: #ff7330;
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* INTERNAS - COMUNICAÇÃO */
/*-------------------------------------------------------------------------------------------*/
.comunicacao-content{
	margin-top: 5rem;
}
.comunicacao-content .bloco-noticias{
	margin-bottom: 2rem;
}
.comunicacao-content .bloco-noticias .notic-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
}
.comunicacao-content .bloco-noticias .bloco2-1{
	margin-bottom: 1rem;
}
.comunicacao-content .bloco-noticias .bloco-noticia{
	margin-bottom: 1.5rem;
}
.comunicacao-content .bloco-noticias p.data{
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #f26522 !important;
}
.comunicacao-content .bloco-noticias a p.noti-titulo,
.comunicacao-content .bloco-noticias a:visited p.noti-titulo,
.comunicacao-content .bloco-noticias a:active p.noti-titulo{
	color: #000;
}
.comunicacao-content .bloco-noticias a:hover{
	text-decoration: none;
}
.comunicacao-content .bloco-noticias a p.noti-titulo{
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 0px;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.comunicacao-content .bloco-noticias a:hover p.noti-titulo{
	text-decoration: none;
	color: #5f2596;
}
.comunicacao-content .bloco-noticia a .noti-imagem{
	display: block;
	overflow: hidden;
}
.comunicacao-content .bloco-noticia a .noti-imagem img{
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.comunicacao-content .bloco-noticia a:hover .noti-imagem img{
	transform: scale(1.1);
}
.comunicacao-content .bloco-publicacoes{
	margin-bottom: 2rem;
}
.comunicacao-content .bloco-posicionamentos .notic-title h2{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0px;
}
.comunicacao-content .bloco-posicionamentos .bloco6-1{
	margin-bottom: 1rem;
}
.comunicacao-content .bloco-posicionamento a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.comunicacao-content .bloco-posicionamento a:hover,
.comunicacao-content .bloco-posicionamento a:active{
	color: #5f2596;
	text-decoration: none;
}
.comunicacao-content .bloco-posicionamento a .data{
	color: #f26522 !important;
	font-weight: 300;
}
.comunicacao-content .bloco-posicionamento a .posicionamento-titulo{
	font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 300;
}
.comunicacao-content .bloco-posicionamentos{
	margin-bottom: 2rem;
}
    
/*-------------------------------------------------------------------------------------------*/
/* INTERNAS - Noticias */
/*-------------------------------------------------------------------------------------------*/
.single-content{
	margin-top: 5rem;
}
.single-content .news-coluna{
	padding-bottom: 3rem;
}

.single_breadcrumb{
	color: #f26522;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.single_breadcrumb a{
	color: #f26522;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.single_breadcrumb a:hover,
.single_breadcrumb a:active{
	color: #5f2596;
	text-decoration: none;
}
h1.single_titulo{
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
img.single_imagem{
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.meta-data{
	color: #f26522;
	font-size: 0.9rem;
}
.grupo-meta{
	margin-bottom: 2rem;
}
.single-content .single_content{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'BentonSans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.compartilhamento .addthis_toolbox a {
    margin-bottom: 0px;
	height: 32px;
	width: 32px;
}
.compartilhamento .addthis_32x32_style .at-icon{
	margin-top: -6px;
}
.single_content a{
	color: #f26522;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.single_content a:hover,
.single_content a:active{
	color: #5f2596;
	text-decoration: none;
}
.single_content h1{
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content h2{
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content h3{
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content h4{
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content h5{
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content h6{
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1rem;
}
.single_content strong{
	font-weight: 400;
}
.single_tags{
    color: #000;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    margin-top: 1.5rem;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'BentonSans', sans-serif;
    font-weight: 300;
    border-top: 2px solid #f26522;
    padding-top: 0.5rem;
}
.single_tags a{
	color: #f26522;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: lowercase;
}
.single_tags a:hover,
.single_tags a:active{
	color: #5f2596;
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* INTERNAS - ARCHIVES */
/*-------------------------------------------------------------------------------------------*/
.archive-content {
    margin-top: 5rem;
}
.grupo-post-arquivos{
	margin-top: -25px;
	margin-bottom: 60px;
}
.post-link-arquivo{
	/*border-bottom: 2px solid #f26522;*/
	padding: 30px 15px 0px;
	margin-bottom: 0px;
	color: #000;
}
.post-link-arquivo p{
	margin-bottom: 0px;
	font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 300;
}
.post-link-arquivo a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.post-link-arquivo a:hover,
.post-link-arquivo a:active{
	color: #5f2596;
	text-decoration: none;
}
.post-link-arquivo .pdata{
	color: #f26522 !important;
	font-size: 0.9rem;
	font-weight: 300;
}
span.termobusca {
    color: #5f2596 !important;
    font-weight: 500;
    background-color: #ebe5f1;
    padding: 0px 5px;
}
.p404 .grupo-post-arquivos{
	text-align: center;
	padding-top: 4rem;
}
.p404 .single_titulo{
	margin-bottom: 1rem;
}
.p404 .grupo-post-arquivos a.botaolaranja1{
	display: inline-block;
}
/*-------------------------------------------------------------------------------------------*/
/* INTERNAS - PAGES */
/*-------------------------------------------------------------------------------------------*/
.page-content{
	margin-top: 5rem;
}
h2.single_titulo2 {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1.5rem;
	margin-top: -1rem;
	font-style: italic;
}
img.aligncenter.ap-marca{
    max-height: 150px;
    max-width: 300px;
	width: auto !important;
}
hr.divisor{
	width: 80%;
    height: 0px;
    border: none;
    border-bottom: 2px solid #f26522;
    margin: 40px 10%;
}
hr.divisor2{
    width: 50%;
    height: 0px;
    border: none;
    border-bottom: 1px solid #f26522;
    margin: 30px 25%;
}
.row hr.divisor2:last-of-type{
	display: none;
}
.conteudo-parcerias ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.conteudo-parcerias ul li {
	margin-bottom: 0px;
	
}
.conteudo-parcerias ul li a{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
	padding: 5px;
	display: inline-block;
}
.conteudo-parcerias ul li a:hover{
	background: #5f2596;
	color: #fff;
	text-decoration: none;
}
.bloco-hiv{
	padding: 30px 0px;
}
.img-hiv{
	text-align: center;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}
.bloco1 .img-hiv img{
	max-width: 200px;
}
.conteudo-hivaids .bloco2{
	background: #c23c3c;
	color: #fff;
	position: relative;
}
.conteudo-hivaids .bloco3{
	background: #dddddd;
	/*color: #fff;*/
	position: relative;
}
.conteudo-hivaids .bloco2::before{
	content: "";
	width: 300vw;
	height: 100%;
	display: block;
	background: #c23c3c;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.conteudo-hivaids .bloco3::before{
	content: "";
	width: 300vw;
	height: 100%;
	display: block;
	background: #dddddd;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.conteudo-hivaids .bloco2 a{
	color: #000;
}
.conteudo-hivaids .bloco2 a:hover{
	color: #5f2596;
	text-decoration: none;
}
.texto-hiv strong{
	border-bottom: 2px solid #fff;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.conteudo-hivaids .img-hiv h1 {
    font-size: 2rem;
	line-height: 1.1;
}
.conteudo-quemsomos .bloco-grupo{
	padding: 30px 0px;
}
.conteudo-quemsomos .bloco2{
	background: #F5F3F4;
	position: relative;
}
.conteudo-quemsomos .bloco2::before{
	content: "";
	width: 300vw;
	height: 100%;
	display: block;
	background: #F5F3F4;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.conteudo-quemsomos img.laco{
	max-width: 150px;
}
.conteudo-quemsomos .imgb1{
	margin: 0px auto 1.5rem;
	display: block;
	width: 90%;
	height: auto;
	max-width: 700px; 
}
.conteudo-quemsomos .imgb1 p{
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0px;
}
.conteudo-quemsomos .bloco3{
	background: #FFD5C2;
	position: relative;
}
.conteudo-quemsomos .bloco3::before{
	content: "";
	width: 300vw;
	height: 100%;
	display: block;
	background: #FFD5C2;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.conteudo-quemsomos .bloco4{
	background: #c8b4d7;
	/*color: #fff;*/
	position: relative;
}
.conteudo-quemsomos .bloco4::before{
	content: "";
	width: 300vw;
	height: 100%;
	display: block;
	background: #c8b4d7;
	position: absolute;
	top: 0px;
	left: -100vw;
}
.conteudo-quemsomos .owl-carousel .owl-nav{
	width: 100%;
	top: 50%;
	top: calc(50% - 45px);
    position: absolute;
	z-index: 2;
}
.conteudo-quemsomos .owl-theme .owl-nav [class*=owl-] {
	color: #f26522;
    font-size: 60px;
	font-weight: 900;
    margin: 0px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
    height: 90px;
    line-height: 90px;
}
.conteudo-quemsomos .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #5f2596;
	text-decoration: none;
}
.conteudo-quemsomos .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;/*-22px*/
	padding: 0px 0px 0px 0px;
	/*top: -15px;*/
	top: -57px;
}
.conteudo-quemsomos .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -48px;
	padding: 0px 0px 0px 0px;
	top: -57px;
}
.conteudo-quemsomos .owl-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: -33px;
	left: 0px;
}
.conteudo-quemsomos .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
	border: 2px solid #f26522;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.conteudo-quemsomos .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.conteudo-quemsomos .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f26522;
}
.bloco-equipe{
	text-align: center;
}
.bloco-equipe p{
	margin-bottom: 5px;
}
.bloco-equipe p:last-child{
	margin-bottom: 0px;
}
.bloco-equipe p.funcao{
	color: #f26522;
	font-weight: 500;
	line-height: 1.1;
}
.bloco-equipe p.nome{
	color: #5f2596;
	line-height: 1;
	font-weight: 300;
}
.bloco-equipe p.curriculo a{
	color: #f26522;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
.bloco-equipe p.curriculo a:hover{
	color: #f26522;
	text-decoration: underline;
}
.bloco-equipe img.complete{
	margin-bottom: 10px;
    /*border: 2px solid #f26522;*/
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
.conteudo-faleconosco .texto-bloco-conteudo{
	font-size: 1.2rem;
}
.conteudo-faleconosco .form-bloco{
	/*width: 100%;*/
	/*overflow: hidden;*/
}
.conteudo-faleconosco .form-bloco section{
	background: #f2f2f2;
	padding: 20px;
}
.conteudo-faleconosco .form-bloco p{
	margin-bottom: 0px;
}
.conteudo-faleconosco .form-bloco label{
	font-weight: 400;
	/*width: 70px;*/
	width: 85px;
}
.conteudo-faleconosco .form-bloco input,
.conteudo-faleconosco .form-bloco textarea{
	width: 70%;
    /*width: calc( 100% - 70px);*/
    width: calc( 100% - 85px);
    height: auto;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 300;
    color: #000;
    padding: 8px 10px;
    border: none;
    margin-bottom: 8px;
}
.conteudo-faleconosco .form-bloco textarea{
	width: 100%;
	line-height: 1rem;
	height: 96px;
}
.conteudo-faleconosco .form-bloco input.wpcf7-submit{
	background: #f26522;
    color: #fff;
    display: block;
    margin: 0px;
   	padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0;
	font-size: 1rem;
    line-height: 1.3;
    font-weight: 300;
	border: none;
	width: auto;
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.conteudo-faleconosco .form-bloco input.wpcf7-submit:hover{
	background: #f26522;
    color: #5f2596;
}
.conteudo-faleconosco .form-bloco div.wpcf7 input.wpcf7-text.wpcf7-not-valid,
.conteudo-faleconosco .form-bloco div.wpcf7 textarea.wpcf7-textarea.wpcf7-not-valid{
	border: 2px solid #FF0000;
}
.conteudo-faleconosco .form-bloco div.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.conteudo-faleconosco div.wpcf7 div.wpcf7-response-output {
	margin: 15px auto 0px;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 0.7rem;
    color: #000;
    width: 100%;
    max-width: 800px;
    line-height: 1.1;
    font-weight: 300;
}
.conteudo-faleconosco div.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background-color: #f9f289;
}
.conteudo-faleconosco div.wpcf7 div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
    background-color: #89d369;
}
.conteudo-faleconosco div.wpcf7 div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
    background-color: #ff6767;
}
.conteudo-faleconosco div.wpcf7 div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
    background-color: #f4c062;
}
/*-------------------------------------------------------------------------------------------*/
/* INTERNAS - SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
.sidebar .rs-acesse{
	background-color: #48197c;
    color: #fff;
	border-bottom: 5px solid #fff;
    padding: 10px 15px;
	font-weight: 400;
} 
.sidebar .menu-rs a i.fa {
    font-size: 1.2rem;
    line-height: 1.2rem;
	position: relative;
    top: -3px;
}
.sidebar .rs-acesse .menu-rs a{
	width: 24px;
	height: 24px;
}
.sidebar .rs-acesse .menu-rs {
    height: 24px;
}
.sidebar .rs-acesse span {
    font-size: 1.2rem;
	height: 24px;
	line-height: 24px;
	margin-right: 14%;
}
.sidebar .busca{
	background-color: #48197c;
    color: #fff;
	border-bottom: 5px solid #fff;
    padding: 10px 15px;
	font-weight: 400;
}
.sidebar .busca #searchform .campobuscar{
	width: 84%;
	width: calc(100% - 40px);
}
.sidebar .post_recentes{
	background: #ebe6f1;
}
.sidebar h2.tituloside{
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1.2rem;
	color: #000;
}

.sidebar .bloco-post a{
	display: flex;
	justify-content: center;
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar .bloco-post a:hover,
.sidebar .bloco-post a:active{
	color: #f26522;
	text-decoration: none;
}
.sidebar .bloco-post .post-imagem{
	max-width: 120px;
	margin-right: 20px;
	flex: 0 0 auto;
    width: auto;
    /*max-width: 100%;*/
}
.sidebar .bloco-post .post-descricao{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.sidebar .bloco-post .post-descricao .post-titulo{
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .bloco-post .post-descricao .post-data{
	font-size: 0.7rem;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 0px;
}
.sidebar .bloco-post{
	margin-bottom: 20px;
}
.sidebar .bloco-post:last-child{
	margin-bottom: 0px;
}
.sidebar .divfacebook{
	margin: 30px auto;
	text-align: center;
}
.sidebar .divintagram{
	margin: 30px 15px;
	text-align: center;
	display: none;
}
.sidebar .side_tags{
	margin: 30px 15px;
	font-size: 0.8rem;
	line-height: 1.3;
	color: #f26522;
}
.sidebar .side_tags a{
	/* color: #f26522; */
	text-decoration: none;
	text-transform: lowercase;

	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #f26522;
    background: #f26522;
    color: #fff;
}
.sidebar .side_tags, .sidebar .side_tags a{
	font-size: .9rem !important;
}
.sidebar .side_tags a:hover,
.sidebar .side_tags a:active{
	/* color: #5f2596; */
	text-decoration: none;

	color: #f26522;
    background: #fff;
}
.sidebar .side_relacionadas{
	margin: 30px 15px;
	font-size: 0.9rem;
	line-height: 1.3;
	color: #000;
}
.sidebar .side_relacionadas a{
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar .side_relacionadas a:hover,
.sidebar .side_relacionadas a:active{
	color: #f26522;
	text-decoration: none;
}
.sidebar .side_relacionadas .data{
	font-size: 0.8rem;
	color: #f26522 !important;
}
/*-------------------------------------------------------------------------------------------*/
/* PAGINACAO */
/*-------------------------------------------------------------------------------------------*/
.paginacao {
    margin: 30px 0px;
    text-align: center;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400;
}
.paginacao .wp-pagenavi a, 
.paginacao .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 5px;
    margin: 2px;
	color: #fff;
	background: #f26522;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.paginacao .wp-pagenavi a:hover, 
.paginacao .wp-pagenavi span.current {
    border-color: #000;
	color: #fff;
	background: #5f2596;
	text-decoration: none;
}
.paginacao .wp-pagenavi span.current {
    font-weight: 500;
}
.paginacao .pages{
	display: none !important;
}
.paginacao .wp-pagenavi a.first,
.paginacao .wp-pagenavi a.last{
	width: 90px !important;
    display: inline-block;
}
.publicacoes-interna{
	margin-bottom: 20px;
	margin-top: 20px;
}
.publicacoes-interna .owl-carousel .owl-item img {
    border: 1px solid #f26522;
}
.publicacoes-interna .publicacoes-desc {
    width: 100%;
    min-height: 68px;
    padding: 15px 10px;
    background-color: #f26522;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.publicacoes-interna a:hover{
	text-decoration: none;
}
.publicacoes-interna a:hover .publicacoes-desc {
    background-color: #5f2596;
}
.publicacoes-interna .owl-carousel .owl-item  a:hover img {
    border: 1px solid #5f2596;
}
.publicacoes-interna .owl-theme .owl-nav [class*=owl-] {
    color: #5f2596;
}	
.publicacoes-interna .owl-theme .owl-nav [class*=owl-]:hover {
    color: #f26522;
    text-decoration: none;
}
.publicacoes-interna .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
    border: 2px solid #5f2596;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.publicacoes-interna .owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.publicacoes-interna .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5f2596;
}
.publicacoes-interna .owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.publicacoes-interna .owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.publicacoes-interna .bloco-publicacao{
	margin-bottom: 30px;
}
.publicacoes-interna .bloco-publicacao img{
	border: 1px solid #f26522;
}
.publicacoes-interna .bloco-publicacao  a:hover img {
    border: 1px solid #5f2596;
}
.paginacao {
    width: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* MODAL */
/*-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* MOBILE */
/*-------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) { /*+1200*/
	
	
	
	
}
@media screen and (max-width: 1199px) { /*992*/
	html, body {
		font-size: 20px;
	}
	/*.topo-menu-1 .menu {
    	font-size: 0.7rem;
	}*/
	.topo-menu-1 .menu li::after {
		top: 3px;
		right: 5px;
		font-size: 0.6rem;
	}
	.topo-menu-1 .menu a {
		margin-right: 19px;
	}
	/*.topo-menu-1 .menu-sub1 a {
		font-size: 0.6rem;
		padding: 5px 0px;
	}*/
	.topo-menu-1 .menu-sub1 a{
		margin-right: 0px;
	}
	.homepage-content .slide-01{
		min-height: 0px;
	}
	.homepage-content .coluna-slide-01 div.homedoacao {
    	padding: 10px 15px;
	}
	/*.homedoacao .coluna1{
		max-width: 50%;
	}*/
	.homedoacao .coluna1 br{
		display: none;
	}
	.homepage-content .cloudtag h3 {
		/*font-size: 1.2rem;
		line-height: 1;
		margin-bottom: 5px;*/
	}
	.homepage-content .cloudtag {
    	padding-bottom: 10px !important;
	}
	footer.footer {
		margin-top: 3rem;
		padding: 1rem 0px;
	}
	footer.footer .foot-col4 img {
		margin-top: -134px;
		margin-bottom: 5px;
	}
	footer.footer .foot-col4 img {
		max-width: 180px;
	}
	footer.footer .foot-col4 a {
		/*padding: 10px 15px;
		font-size: 0.8rem;
		font-weight: 600;*/
		width: 180px;
		display: block;
	}
}
@media screen and (max-width: 991px) { /*768*/
	.tablet{display:block !important;}
	.notablet{display:none !important;}
	html, body {
		font-size: 20px;
	}
	.topo-menu-1 .navbar-dark .navbar-toggler {
		color: #5f2596;
		border-color: transparent;
		padding: 0;
		font-size: 25px;
		position: absolute;
		right: 0px;
	    margin-top: -10px;
	}
	.homepage-content .slide-01 {
		min-height: 0px;
		padding: 0;
		margin-bottom: 40px;
	}
	/*.slide-destaque .owl-carousel .owl-dots{
		display: none;
	}*/
	.homepage-content .coluna-slide-01 > div {
		text-align: center;
	}
	.rs-acesse span {
		display: inline-block;
		/*font-size: 1rem;
		line-height: 30px;*/
		height: auto;
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.homepage-content .coluna-slide-01 div.homedoacao {
    	flex-direction: column;
	}
	.homedoacao .coluna1 {
		max-width: 100%;
		width: 100%;
	}
	.homedoacao .coluna2 a.botaodoacao {
		/*display: block;*/
		margin: 15px auto 5px;
		/*padding: 16px 32px;
		font-size: 0.75rem;*/
	}
	.homepage-content .cloudtag h3 {
		/*font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 8px;*/
	}
	.homepage-content .cloudtag {
		padding-bottom: 15px !important;
	}
	.homepage-content .bloco-noticias a.botaolaranja1 {
		/*display: block;
		margin: 0px 0px 0px auto;
		padding: 16px 32px;
		font-size: 0.75rem;
		max-width: 230px;*/
	}
	.bloco-posicionamentos .posicionamentos-title h2,
	.bloco-campanhas .campanhas-title h2,
	.bloco-publicacoes .publicacoes-title h2{
		text-align: center;
	}
	.posicionamentos-linha,
	.campanhas-linha,
	.publicacoes-linha{
		display: none !important;
	}
	.homepage-content .bloco-campanhas .bloco-campanha{
		margin-bottom: 30px;
	}
	.homepage-content .bloco-videos a.botaolaranja1 {
		/*display: block;
		margin: 0px 0px 0px auto;
		padding: 16px 32px;
		font-size: 0.75rem;
		max-width: 290px;*/
	}
	.bloco-contato .box-newsletter {
		margin-bottom: 20px;
	}
	.bloco-contato .newsletter-imagem img {
		margin-top: -80px;
	}
	.bloco-contato .box-denuncie .denuncie-txt p{
		margin-bottom: 20px;
	}
	.bloco-contato .box-denuncie .box-denuncie-bg {
		padding: 10px 30px 20px 30px;
	}
	.homepage-content .bloco-missao .box-missao {
		margin-bottom: 30px;
	}
	footer.footer {
		margin-top: 0rem;
		text-align: center;
		padding-bottom: 0px;
	}
	footer.footer .col-lg-auto{
		margin-bottom: 20px;
	}
	footer.footer .foot-col4 a {
		/*padding: 10px 15px;*/
		display: inline-block;
		margin: 0px auto;
		width: auto;
	}
	.foot-col1 img{
		max-width: 211px;
	}
	.foot-col4 img{
		display: none;
	}
	.comunicacao-content .bloco-noticias .notic-botao{
		text-align: center;
	}
	.comunicacao-content .bloco-noticias .notic-botao a.botaolaranja1{
		margin: 0px 0px 0px 0px;
    	max-width: none;
    	display: inline-block;
	}
	.comunicacao-content .bloco-campanhas .bloco-campanha{
		margin-bottom: 30px;
	}
	.sidebar .rs-acesse {
		text-align: center;
	}
	.bloco1 .img-hiv img{
		max-width: 130px;
	}
	.bloco2 .img-hiv img,
	.bloco3 .img-hiv img,
	.bloco4 .img-hiv img{
		max-width: 290px;
	}
	.conteudo-faleconosco .texto-bloco{
		text-align: center;
	}
	.bloco-relatorios .box-numeros{
		margin-bottom: 20px;
	}
	.bloco-relatorios .box-numeros img,
	.bloco-relatorios .box-balanco img{
		max-width: 200px;
	}
}
@media screen and (max-width: 767px) { /*576*/
	.mobi{display:block !important;}
	.nomobi{display:none !important;}
	html, body {
		font-size: 20px;
	}
	.homepage-content .bloco-videos .camp-desc{
		min-height: 0px;
	}
	.homepage-content .bloco-videos a.botaolaranja1{
	    /*padding: 16px 10px;	*/
	}
	.grupo-videos{
		margin-bottom: 40px;
	}
	.posic-botao{
		text-align: center;
	}
	.posic-botao a.botaolaranja1{
		margin: 50px 0px -10px 0px;
    	max-width: none;
    	display: inline-block;
	}
	.comunicacao-content .bloco-campanhas .bloco-campanha:last-child{
		margin-bottom: 0px;
	}
	.comunicacao-content {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 575px) { /*401*/
	html, body {
		font-size: 20px;
	}
	.owl-carousel .owl-nav .owl-next{
		right: -20px !important;
	}
	.owl-carousel .owl-nav .owl-prev {
    	left: -20px !important;
	}
	footer.footer address {
		margin-bottom: 0px;
		border-left: none;
		padding-left: 0px;
		border-top: 2px solid rgba(255, 255, 255, 0.4);
		padding-top: 20px;
	}
	.bloco-noticias a.botaolaranja1,
	.bloco-videos a.botaolaranja1{
		margin: 0px 0px -30px auto;
		/*padding: 6px 12px;*/
		max-width: none;
		display: inline-block;
	}
	.bloco-noticias a.botaolaranja1{
		margin-bottom: 30px;
	}
	.bloco-noticias .notic-botao,
	.bloco-videos .notic-botao{
		text-align: center;
	}
	.bloco-contato .newsletter-imagem img {
		margin-top: -40px;
		width: 100px;
	}
	.bloco-publicacoes .publicacoes-desc{
		min-height: 0px;
	}
	.bloco-posicionamentos .posicionamentos-title h2, 
	.bloco-campanhas .campanhas-title h2, 
	.bloco-publicacoes .publicacoes-title h2 {
		text-align: center;
		font-size: 1.35rem;
	}
	.publicacoes-slide

	.posicionamentos-slide .owl-carousel .owl-nav .owl-prev,
	.publicacoes-slide .owl-carousel .owl-nav .owl-prev{
		left: -12px !important;
	}
	.posicionamentos-slide .owl-carousel .owl-nav .owl-next,
	.publicacoes-slide .owl-carousel .owl-nav .owl-next{
		right: -12px !important;
	}
	.bloco-posicionamentos .bloco-posicionamento .posicionamento-imagem{
		padding: 20px 35px;
	}
	.publicacoes-slide .owl-theme .owl-nav [class*=owl-]{
		color: #5f2596;
	}
	.sidebar .busca #searchform .campobuscar,
	.busca #searchform .campobuscar{
		width: 200px;
	}
	.bloco-contato {
		margin-top: 0rem;
		padding: 0.5rem 0px 1rem;
	}
	.conteudo-quemsomos img.laco {
		max-width: 100px;
	}
	.single-content.conteudo-quemsomos .news-coluna {
		padding-bottom: 0rem;
	}
	.bloco-relatorios .numeros-imagem, .bloco-relatorios .balanco-imagem{
		width: 100%;
    	text-align: center;
   		margin-top: 10px;
	}
	.homepage-content .slide-01 {
		margin-bottom: 10px;
	}
	.rs-acesse span {
		display: none;
	}
	.bloco-posicionamentos .bloco6-2 {
		margin-bottom: 1.25rem;
		border-bottom: 3px solid #f26522;
		padding-bottom: 1.25rem;
	}
	footer.footer .foot-col3 p.fone, 
	footer.footer .foot-col3 p.fone a, 
	footer.footer .foot-col3 a p.fone{
		color: #fff !important;
	}
	.meta-data {
		margin-bottom: 15px;
	}
	
	
	
	
}
@media screen and (max-width: 400px) {	
	.bloco-posicionamentos .bloco-posicionamento .posicionamento-imagem{
		width: 90%;
		margin: 0px auto;
	}
}
@media screen and (max-width: 320px) {
	.bloco-contato .newsletter-imagem {
    	display: none;
	}
	.bloco-contato .box-newsletter strong br{
		display: none;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* ATUALIZACOES */
/*-------------------------------------------------------------------------------------------*/
.publicacoes-slide{
	
}

.single-content .news-coluna article{ 
	border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
}
.single-content .news-coluna .single_titulo{ 
	border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 25px;
}

.sidebar .post_recentes{
	/* background: #ebe6f1; */
	background: transparent;
	color: #000;
	padding: 20px 15px;
}

.sidebar .bloco-post{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 20px;
}

.sidebar .side_tags a{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #f26522;
    background: #f26522;
	color: #fff;
	transition: all .3s ease;
}

.sidebar .side_tags a:hover,
.sidebar .side_tags a:active{
	color: #f26522;
    background: #fff;
}

.sidebar .side_relacionadas .rpost{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.bloco-publicacao figure{
	height: 332px;
	width: 100%;
	margin: 0;
}
.bloco-publicacao figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloco-publicacao .publicacoes-desc{
	min-height: auto;
	height: 90px;
}