
/* PORTUGUESE +++++++++++++++++++++++++++++++++++++++ */

p{
	margin: unset;
}

.lower.portuguese main #headerNews{
	background: rgba(249,255,245,0.2);
}

.lower.portuguese main #headerNews h1 em{
	display: block;
	margin-bottom: 8px;
	height: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #f7931e;
}

.lower.portuguese main #headerNews h1{
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 44px;
	font-weight: bold;
}

a.popbutton span{
	margin-right: 8px;
}

.portuguese #container{
 display: none;
}

.portuguese #headerNews .wrapper .parag{
	margin-bottom: 20px;
}

.portuguese #headerNews .wrapper .parag:last-child{
	margin-bottom: 0px;
}

.portuguese p i{
	color: #50a121;
	text-decoration: none;
	font-style: normal;
}

.lower.portuguese main #headerNews p.parag.ind{
	padding-left: 20px;
	line-height: 20px;
}

.lower.portuguese main #headerNews p.parag.ind b{
	position: relative;
	z-index: 3;
	display: block;
	margin-bottom: 16px;
	line-height: 16px;
}

.lower.portuguese main #headerNews p.parag.ind b:last-child{
	margin-bottom: 0;
}

.lower.portuguese main #headerNews p.parag i.fas{
	position: absolute;
    left: -20px;
    top: 0px;
	margin-right: 4px;
	color: #50a121;
}

.lower.portuguese main #headerNews p.parag i.fas.fa-star{
	color: #f7931e;
}

.lower.portuguese main #headerNews div.wrapper div{
	width: 100%;
}

.lower.portuguese main #headerNews div img{
	padding: 12px 0;
	width: 100%;
	max-width: 240px;
	height: auto;
}

.portuguese main #headerNews div p.parag i b.orange,
.orange{
	color: #f7931e;
}

@media only screen and (min-width: 1200px){

	#headcopy{
		/*font-size: 40px !important;*/
		
	}

}



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

	.lower.portuguese main #headerNews h1 em{
		display: block;
		margin-bottom: 0px;
		height: 20px;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		color: #f7931e;
	}

	.lower.portuguese main #headerNews h1{
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 24px;
	}
	
	.lower.portuguese #headerNews .wrapper div p{
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 22px;
	}

}

