/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');*/
/*
font-family: 'Roboto', sans-serif;
*/

html,body,#page{
    width: 100%;
    height:100%;
}


/*--- HEADER ---*/
header#masthead{
	padding: 0;
	background-color: transparent;
}

header #logo-wrap{
	background-color: #f6fbfe;
}

header #menu-wrap{
	background-color: #2b5b7c;
}

header .mega-menu-wrap .mega-menu .mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link{
	font-weight: bold !important;
}

header #mega-menu-wrap-primary{
    width: 100%;
}

@media screen and (min-width: 768px){
	header #menu-wrap ul li.lang-item{
		display: none !important;
	}
}

/*
header .mega-menu-wrap .mega-menu .mega-menu-item ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children:first-child,
header .mega-menu-wrap .mega-menu .mega-menu-item ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children:last-child{
	border-right: none !important;
}

header .mega-menu-wrap .mega-menu .mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children{
	border-right: 1px solid #ffffff !important;
}*/

header #logo-wrap .brand-logo{
	float: left;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

header #logo-wrap .brand-info{
	float: left;
	margin-top: 1%;
	padding-top: .3125rem;
    padding-bottom: .3125rem;
}

header #logo-wrap .brand-info h1,
header #logo-wrap .brand-info h2{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #0c446b;
}

header #logo-wrap .brand-info h1{
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

header #logo-wrap .brand-info h2{
	font-size: 16px;
	font-weight: normal;
}

header #logo-wrap .institution-logo{
	float: right;
	margin-top: 1%;
	margin-right: 5%;
}
header #logo-wrap .institution-logo img {
	max-width: 75%; 
}

header .lang-social-networks{
	float: right;
	margin-top: 1em;
}

header .lang-social-networks ul li.lang-item{
	display: inline-block;
	margin: 4px;
}

header .lang-social-networks ul li.lang-item span{
	display: none;
}

header .lang-social-networks .widget,
header .lang-social-networks ul{
	margin: 0;
	padding: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
header#masthead .navbar-nav > li > a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
header#masthead .navbar-nav > li > a:hover,
header#masthead .navbar-nav > li.current_page_item > a{
	color: #efefef;
    font-weight: initial;
}

@media screen and (max-width: 767px){

	header #logo-wrap .brand-logo{
		width: 75px;
	}
	
	header #logo-wrap .brand-info h1{
		font-size: 16px;
		line-height: 18px;
	}

	header #logo-wrap .brand-info h2{
		font-size: 14px;
		line-height: 16px;
	}

	header .lang-social-networks,
	header #logo-wrap .institution-logo{
		display: none;
	}
}

@media screen and (max-width: 494px){
	header #logo-wrap .col-md-12{
    	padding-left: 3px;
	    padding-right: 3px;
	}

	header #logo-wrap .brand-logo{
		width: 55px;
		margin-right: 5px;
	}
	
	header #logo-wrap .brand-info h1{
		font-size: 12px;
		line-height: 14px;
	}

	header #logo-wrap .brand-info h2{
		font-size: 11px;
		line-height: 13px;
	}
}
/*---//HEADER ---*/

/*--- PESQUISA BVS ---*/
#pesquisa-bvs{
	width: 100%;
	height: 80%;
    background-size: cover;
    background-position: center;
	background-image: url(../img/bg.png);
}

#pesquisa-bvs .container,
#pesquisa-bvs .row{
	height: 100%;
}

#pesquisa-bvs .widget .widgettitle{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#pesquisa-bvs .widget .form-inline .form-control{
	width: 40%;
	border: 1px solid #2B5B7C;
	margin-right: 10px;
}

#pesquisa-bvs .widget .searchItens{
	color: #4A4A4A;
	font-size: 14px;
	line-height: 16px;
}

#pesquisa-bvs .widget .form-inline .btn{
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
}

#pesquisa-bvs .widget .form-inline .btn.btn-circle{
	font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 50%;
    padding: 9px;
    height: 43px;
    width: 43px;
    text-align: center;
    margin-left: 10px;
}

#pesquisa-bvs .slogan-site{
	color: #FFFFFF;
	font-size: 33px;
	font-weight: bold;
	line-height: 43px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px){
	#pesquisa-bvs{
		height: 50%;
	}

	#pesquisa-bvs .widget .form-inline .form-control{
		width: 65%;
	    margin-right: 5px;
		display: inline;
	}

	#pesquisa-bvs .widget .form-inline .btn.btn-circle,
	#pesquisa-bvs .slogan-site{
		display: none;
	}

	#pesquisa-bvs .widget .widgettitle{
		font-size: 15px;
		line-height: 18px;
	}

	#pesquisa-bvs .widget .searchItens {
	    color: #ffffff;
	    font-size: 12px;
	    line-height: 14px;
	}

	#pesquisa-bvs .widget .searchItens span{
		display: none;
	}

	#pesquisa-bvs .widget .form-inline .btn{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 340px){
	#pesquisa-bvs .widget .form-inline .form-control{
		width: auto;
		display: inline;
	}
}
/*---//PESQUISA BVS ---*/


/*--- FONTES DE INFORMAÇÃO ---*/
#fontes-informacao .title-section{
	color: #2B5B7C;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0;
	margin: 45px 0;
}

#fontes-informacao .item-info{
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
	#fontes-informacao .grid-infos .row:first-child .item-info:first-child{
		margin-left: 13%;
	}
}

#fontes-informacao .item-info a{
	text-decoration: none;
}

#fontes-informacao .item-info .icon-info{
	text-align: center;
	margin-bottom: 15px;
}

#fontes-informacao .item-info .title-info{
	color: #2B5B7C;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	max-width: 223px;
}

#fontes-informacao .item-info .title-info.one-line{
	max-width: 200px;
}

#fontes-informacao .item-info .title-info.two-lines{
	max-width: 223px;
}

#fontes-informacao .info-mobile{
	display: none;
}

@media screen and (max-width: 767px){
	#fontes-informacao .title-section{
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
	}

	#fontes-informacao .info-desktop{
		display: none;
	}

	#fontes-informacao .info-mobile{
		display: flex;
	}

	#fontes-informacao .item-info{
		margin-bottom: 33px;
	}

	#fontes-informacao .item-info .title-info{
		font-size: 14px;
		line-height: 16px;
	}

	#fontes-informacao .item-info .title-info.one-line{
		max-width: 150px;
	}
}

/*--- tooltip custom ---*/
.tooltip.show {
    opacity: 1;
}

.tooltip h4{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

.tooltip p{
	color: #FFFFFF;	
	font-size: 14px;
	line-height: 16px;
}

.tooltip a{
	color: #73C3EC;
	font-size: 14px;
	line-height: 16px;
}

.tooltip .alert-secondary{
	color: #000000;
	font-size: 22px;
	line-height: 25px;
	background-color: #FFFFFF;
}

.tooltip-inner {
    max-width: 260px;
    padding: 20px 15px;
    background-color: #2B5B7C;
    border-radius: .25rem;
    
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #2B5B7C;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #2B5B7C;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #2B5B7C;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #2B5B7C;
}
/*---//tooltip custom ---*/
/*---//FONTES DE INFORMAÇÃO ---*/


/*--- EIXOS TEMATICOS ---*/
#eixos-tematicos{
	background-color: #2B5B7C;
	padding: 25px;
	max-height: 200px;
	margin-top: 60px;
    margin-bottom: 200px;
}

#eixos-tematicos .title-section{
	color: #FFFFFF;	
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin: 3em 0 1em 0;
}

#eixos-tematicos .item-eixo{
	border: 1px solid #4A4A4A;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 7px 0 rgba(0,0,0,0.5);
	padding: 20px 10px 20px 10px;
	width: 19%;
	height: 180px;
	margin-right: 1%;
	float: left;
	position: relative;
}

#eixos-tematicos .item-eixo .title{
	color: #4A4A4A;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	
	position: relative;
	top: 43%;
	transform: translateY(-43%); 
}

#eixos-tematicos .item-eixo .row{
	width: 100%;
	position: absolute;
	bottom: 10px;
}

#eixos-tematicos .item-eixo .number{
	color: #0052BD;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	margin-bottom: 0;
}

#eixos-tematicos .item-eixo label{
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	display: block;
	margin-bottom: 0;
}

/*--- RESPONSIVIDADE ---*/
@media screen and (min-width: 992px) and (max-width: 1199px){
	#eixos-tematicos .item-eixo .title{
		top: 25%;
	}

	#eixos-tematicos .item-eixo .row{
		left: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	#eixos-tematicos .item-eixo .title{
		font-size: 100%;
    	line-height: 20px;
		top: 25%;
	}

	#eixos-tematicos .item-eixo .row{
		left: 15px;
	}

	#eixos-tematicos .item-eixo .number{
		font-size: 100%;
	}

	#eixos-tematicos .item-eixo label{
		font-size: 10px;
	}
}

@media screen and (max-width: 767px){
	#eixos-tematicos{
		max-height: max-content;
		background-color: #2B5B7C;
		margin-bottom: 25px;
	}

	#eixos-tematicos .title-section{
		font-size: 18px;
		line-height: 21px;
		margin-top: 10px;
	}

	#eixos-tematicos .item-eixo{
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}

	#eixos-tematicos .item-eixo .row{
		position: relative;
		width: initial;
		bottom: 0;
	}

	#eixos-tematicos .item-eixo .title{
		font-size: 20px;
    	line-height: 24px;
    	top: initial;
    	transform: initial;
	}

	#eixos-tematicos .item-eixo .number{
		color: #0052BD;
		font-size: 18px;
    	line-height: 20px;
	}

	#eixos-tematicos .item-eixo label{
		font-size: 14px;
    	line-height: 16px;
	}
}
/*---//RESPONSIVIDADE ---*/

/*---//EIXOS TEMATICOS ---*/


/*--- DESTAQUES E NOTICIAS ---*/
#destaques-noticias{
	margin-bottom: 100px;	
}

#destaques-noticias .title-section{
	color: #2B5B7C;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#destaques-noticias .carousel-control-next,
#destaques-noticias .carousel-control-prev{
	color: #9B9B9B;
	width: 9%;
	height: 70%;
}

#destaques-noticias .featured-posts .img-post{
	width: 80%;
	height: 266px;
	margin: auto;
	background-size: cover;
	background-position: center;
}

#destaques-noticias .featured-posts .embed-responsive{
	width: 80%;
	height: 266px;
	margin: auto;
}

#destaques-noticias .featured-posts .title-post,
#destaques-noticias .featured-posts .title-post a{
	color: #0075ff;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 0;
	text-decoration: none;
	width: 500px;
	margin: 1em auto 0 auto;
}

#destaques-noticias .featured-posts .content-preview,
#destaques-noticias .featured-posts .content-preview p{
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

#destaques-noticias .secondary-posts .item-post{
	margin-bottom: 20px;
}

#destaques-noticias .secondary-posts .item-post .title-post,
#destaques-noticias .secondary-posts .item-post .title-post a{
	color: #0075ff;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
}

#destaques-noticias .secondary-posts .item-post .content-preview,
#destaques-noticias .secondary-posts .item-post .content-preview p{
	color: #4A4A4A;
	font-size: 12px;
	line-height: 16px;
}

@media screen and (max-width: 767px){
	#destaques-noticias{
		margin-bottom: 40px;
	}

	#destaques-noticias .title-section{
		font-size: 22px;
		font-weight: 500;
		line-height: 25px;
	}

	#destaques-noticias .featured-posts .img-post{
		width: 100%;
	}

	#destaques-noticias .featured-posts .embed-responsive{
		width: 100%;
	}

	#destaques-noticias .featured-posts .title-post,
	#destaques-noticias .featured-posts .title-post a{
		font-size: 20px;
		line-height: 24px;
		max-height: 48px;
		overflow-y: hidden;
	}

	#destaques-noticias .featured-posts .content-preview, 
	#destaques-noticias .featured-posts .content-preview p{
		font-size: 14px;
		line-height: 22px;
	}

	#destaques-noticias .featured-posts .carousel-item{
		min-height: 408px;
	}
}

@media screen and (max-width: 425px){
	#destaques-noticias .featured-posts .img-post{
		width: 100%;
		height: 200px;
	}

	#destaques-noticias .featured-posts .embed-responsive{
		width: 100%;
		height: 200px;
	}

	#destaques-noticias .carousel-control-next, 
	#destaques-noticias .carousel-control-prev{
		height: 50%;
	}
}
/*---//DESTAQUES E NOTICIAS ---*/

/*--- REDES ---*/
#redes{
	border-top: 2px solid #979797;
	margin-bottom: 90px;
}

#redes .title-section{
	color: #2B5B7C;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-top: 70px;
}

#redes .menu{
    list-style-type: none;
}

#redes .menu > li.menu-item-has-children:first-child {
	width: 50%;
}

#redes .menu > li.menu-item-has-children:first-child .sub-menu > li{
	list-style-type: disc;
    width: 47%;
    padding: 0 10px 0 0px;
    float: left;    
    line-height: .7em;
    list-style-position: outside;
    margin: 1em 0 0 1em;
}

#redes .menu > li {
    float: left;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}

#redes .menu li.menu-item-has-children > a {
    color: #2B5B7C;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    text-decoration: none;
}

#redes ul.sub-menu {
    padding-left: 0;
    list-style: none;
    list-style-position: inside;
}

#redes ul.sub-menu li{
	color: #4A4A4A;
	font-size: 14px;
    line-height: 26px;
}
/*
#redes ul.sub-menu li:before{
	content: '•';
	margin-right: 5px;
	height: 20px;
}
*/
#redes ul.sub-menu li.menu-item-204:before{
	display: none;
}

#redes ul.sub-menu li a{
	color: #0075ff;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;	
	text-decoration: none;
}

@media screen and (max-width: 767px){

	#redes{
		border: none;
		margin-bottom: 0;
	}

	#redes .title-section{
		margin-top: 0;
	}

	#redes .menu{
		display: contents;
	}

	#redes .menu > li.menu-item-has-children:first-child{
		width: 100%;
	}

	#redes .menu > li{
		width: 50%;
		margin-bottom: 35px;
	}

	#redes .title-section{
		font-size: 22px;
		font-weight: 500;
		line-height: 25px;
	}

	#redes .menu li.menu-item-has-children > a{
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
	}

	#redes ul.sub-menu li a{
		font-size: 12px;
		line-height: 14px;
	}
}
/*---//REDES ---*/

/*--- ITEM POST ---*/
.item-post article{
	border: 1px solid #979797;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.5);	
}

.item-post .entries{
	padding: 0 12px 12px 12px;
}

.item-post .entry-title,
.item-post .entry-title a{
	color: #2B5B7C;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -0.72px;
	line-height: 23px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	text-decoration: none;
}

.item-post .entry-category,
.item-post .entry-category a{
	color: #F03C07;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0;
	text-decoration: none;
}

.item-post .entry-date{
	color: #000000;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
}

.item-post .entry-content{
	margin-top: 0;
	color: #4A4A4A;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

.item-post .post-thumbnail{
	width: 100%;
	height: 96px;
	margin-bottom: .5em;
	background-position: top;
	background-size: auto;
	background-repeat: no-repeat;
}

.item-post .entry-footer{
	text-align: right;
	margin-top: 10px;
}
/*---//ITEM POST ---*/

/*--- ITEM VHL ---*/
.item-vhl article{
	border: 1px solid #979797;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.5);
	margin-bottom: 25px;
}

.item-vhl .entries{
	padding: 15px;
}

.item-vhl .entry-title,
.item-vhl .entry-title a{
	color: #2B5B7C;
	font-size: 19px;
	letter-spacing: -0.72px;
	line-height: 23px;
	text-decoration: none;
}

.item-vhl .entry-title {
	border-color: #979797;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 5.5em;
}

.item-vhl .entry-content{
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.72px;
	line-height: 27px;
	margin-top: 10px;
}

.item-vhl .entry-content p{
	margin-bottom: 0;
}

.item-vhl .entry-footer{
	text-align: right;
    margin-top: 10px;
}
/*---//ITEM VHL ---*/

/*--- CONTENT SINGLE ---*/
.content-single .entry-content{
	color: #4A4A4A;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
}

.content-single .page-thumbnail{
	margin-bottom: 20px;
}
/*---//CONTENT SINGLE ---*/

/*--- CONTENT POST ---*/
h1.entry-title{
	border: none;
}

.content-post .categories-post,
.content-post .categories-post a{
	color: #F03C07;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 0;
	text-decoration: none;
}

.content-post .entry-header .entry-title{
	color: #2B5B7C;
	font-size: 22px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 5px;
}

.posted-on, .byline, .comments-link,
.content-post .entry-header .entry-meta,
.content-post .entry-header .entry-meta a{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.content-post .entry-header .entry-tags{
	margin-top: 10px;
	margin-bottom: 20px;
}

.content-post .post-thumbnail{
    width: 47%;
    margin: 0 5% 5% 0;
    float: left;
}

.content-post .entry-content,
.content-post .entry-content p{
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.22px;
	line-height: 22px;
}

#related_posts .title{
	color: #231F20;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.72px;
	line-height: 25px;
}
#related_posts .news-source {
	font-size: .8em;
}
#related_posts .entry-header{
	height: 136px;
}
@media screen and (max-width: 767px){
	.content-post .post-thumbnail{
	    width: 100%;
	}
}
/*---//CONTENT POST ---*/

/*--- CONTENT PAGE ---*/
.wp-caption{
	border: none;
	background-color: transparent;
}

.content-page .entry-header .entry-title{
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0;
    margin-bottom: 5px;
}

.content-page .entry-content,
.content-page .entry-content p{
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
}

.content-page .page-thumbnail{
	text-align: center;
    margin: 3em 0 20px 0px;
}

@media screen and (max-width: 767px){
	.content-page .page-thumbnail{
		margin-top: 15px;
	}
}
/*---//CONTENT PAGE ---*/

/*--- CONTENT SEARCH ---*/
.content-search .page-title{
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0;
    margin-bottom: 5px;
}
/*---//CONTENT SEARCH ---*/

/*--- COMMENTS ---*/
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}

.comment-list li.comment{
	margin-top: 2%;
}

#comments{
	margin-top: 30px;
}

#comments #respond form{
	margin: 0;
}

.comment-respond h3, .entry-comments h3{
    margin-bottom: 0.75rem;
}

#comments h3#reply-title,
#comments h3.comments-title{
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.11px;
	line-height: 25px;
	padding-bottom: 0;
}

#comments #commentform #submit{
	text-transform: uppercase;
	color: #912D11;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 19px;
	border-radius: 6px;
	background-color: #DFDFDF;
    border: 1px solid #979797;
	padding: 8px 20px;
}

#comments #commentform{
	display:flex;
    flex-direction:column;
}

#comments #commentform #comment{
	order: 3;
}

#comments #commentform #email{
	order: 2;
}

#comments #commentform #author{
	order: 1;
}

#comments #commentform .form-submit{
	text-align: right;
	order: 4;
}

#comments .avatar{
	float: none;
    margin: auto;
    display: block;
    border-radius: 50%;
}

.comment-list .children {
	margin-top: 2%;
    margin-left: 17%;
}

.comments-title{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.1px;
	line-height: 24px;
}

.comment .comment-reply-link{
	border-radius: 3px;	
	background-color: #2B5B7C;
	border: 1px solid #2B5B7C;
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.72px;
	line-height: 14px;
	padding: 5px;
	float: left;
}

.comment .comment-reply-link:hover{
	background-color: #d0cfcf;
	border-color: #979797;
	color: #912D11 !important;
}

.comment .comment-reply-link:before{
	display: none;
}

.comment-content{
    padding: 0;
    background-color: transparent;
    border: none;
}

#respond h3#reply-title #cancel-comment-reply-link{
	font-size: 14px;
}

#respond form input[type="text"], #respond form textarea{
	font-size: 14px;
	margin-bottom: 20px;
}
/*---//COMMENTS ---*/

/*--- PAGINATION ---*/
.pagination-grid .page-numbers{
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;

	border: 1px solid #000000;
	border-radius: 4px;
	background-color: transparent;
	padding: 5px 10px;
	margin: 10px;
}

.pagination-grid .page-numbers.current{
	color: #fff;
	font-weight: bold;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
	background-color: #4A4A4A;
}

.pagination-grid .page-numbers:hover{
	color: #fff;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
	background-color: #4A4A4A;
}

@media screen and (min-width: 370px) and (max-width: 767px){
	.pagination-grid .page-numbers{
		margin: 5px;
	}
}

@media screen and (max-width: 369px){
	.pagination-grid .page-numbers{
		margin: 0;
	}
}
/*---//PAGINATION ---*/

/*--- FOOTER---*/
body:not(.theme-preset-active) footer#colophon{
	background-color: #2B5B7C;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

footer.site-footer{
	padding: 20px;
}

footer.site-footer .site-info h3{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

footer.site-footer .site-info p{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

footer.site-footer .site-info a{
	text-decoration: underline;
}

footer.site-footer .site-certificate img{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px){

	footer.site-footer .site-info{
		order: 2;
	}

	footer.site-footer .site-certificate{
		order: 1;
	}

	footer.site-footer .site-info h3{
		font-weight: bold;
		text-align: center;
		margin-top: 0;
	}

	footer.site-footer .site-info p{
		text-align: center;
	}

	footer.site-footer .site-certificate img{
		float: none;
		top: initial;
		transform: inherit;
		display: block;
		margin: auto;
	}
}
/*---//FOOTER---*/

/*--- CLASSES ---*/
.padding-none{
	padding: 0 !important;
}

.m-l-5{
	margin-left: 5px;
}

.m-r-5{
	margin-right: 5px;
}

.btn-primary{
	background-color: #2B5B7C;
	border-color: #2B5B7C;
}

.btn-primary:hover{
    background-color: #1e4158;
    border-color: #1e4158;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
	background-color: #1e4158;
    border-color: #1e4158;
}

.btn-sm{
	font-size: 12px;
	letter-spacing: -0.72px;
	line-height: 14px;
	padding: 4px 8px;
}

.btn-share .dropdown-menu, .btn-dropdown .dropdown-menu {
    border-radius: 4px;
    background-color: #2B5B7C;
    border-color: #2B5B7C;
    min-width: 6rem;
    padding: 0;
}

.btn-share .dropdown-menu a, .btn-dropdown .dropdown-menu a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
}

.btn-share .dropdown-menu .dropdown-item{
	border-bottom: 1px solid #fff;
	padding: 6px;
}

.btn-share .dropdown-menu .dropdown-item:last-child{
	border-bottom: none;
}

.btn-share .dropdown-menu a .fa, .btn-dropdown .dropdown-menu a .fa {
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.btn-share .dropdown-toggle::after{
	display: none;
}

.breadcrumb-item+.breadcrumb-item::before{
	color: #231F20;
}

.badge-primary a{
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
}

.badge-primary{
	border: 1px solid #2B5B7C;
	border-radius: 10.5px;
	background-color: #73C3EC;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
	margin-right: 15px;
}

nav .breadcrumb{
	background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

nav ol.breadcrumb li,
nav ol.breadcrumb li a{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.72px;
	line-height: 25px;
	text-transform: uppercase;
}

nav ol.breadcrumb li.active,
nav ol.breadcrumb li.active a{
	color: #231F20;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.72px;
	line-height: 25px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px){
	nav .breadcrumb{
		margin-bottom: 0;
	}

	nav ol.breadcrumb li,
	nav ol.breadcrumb li a{
		font-size: 14px;
		line-height: 20px;
	}

	nav ol.breadcrumb li.active,
	nav ol.breadcrumb li.active a{
		font-size: 16px;
		line-height: 19px;
		
		text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
	}

	#content.site-content{
		padding-top: 10px;
	}

	.btn-share .btn span{
		display: none;
	}

	.btn-share .dropdown-menu, 
	.btn-dropdown .dropdown-menu{
		min-width: 10rem;
	}
}
/*---//CLASSES ---*/

body.vhl_collection-template-default .item-vhl article.vhl_collection .entry-content {
	display: none;
}
/*   GENERAL TEXT WIDGETS   */
.textwidget {
	font-size: 1.15em;
	line-height:1.6;
}
/*   //GENERAL TEXT WIDGETS   */

/*   MEGAMENU   */
#mega-menu-primary .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-2nd-level > a {
	padding-bottom: .8em !important;
	font-size: 1.2em !important;
	line-height: 1.2 !important;
}
.mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    margin: 0 !important;
    padding: 0px 0px 12px 0px !important;
    line-height: 1.2 !important;
    color: #ffffff8c !important;
}
/*   //MEGAMENU   */

/*   NEWS   */
body.blog article.post .entry-header {
    height: 136px;
    overflow: hidden;
}
body.blog article.post .entry-header .news-source {
	font-size: .8em;
}
@media screen and (max-width: 767px){
	body.blog article.post .entry-header {
		height: auto;
	}
}
/*   //NEWS   * 


/*  FAQs  */
div.ufaq-faq-title h4 {
	font-size: 1.4em;
}
div.ufaq-faq-body .ufaq-permalink {
	display: none;
}

/* ATALHO NOTICIAS  */
#atalho_noticias {
	position: absolute;
	right: 0;
}
