.centraliza-birl{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.img-midia img{
	width: 100%;
}
.thumb_noticias_home {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-blog-interna{
	float: left;
    max-width: 40%;
    padding: 0 3rem 2rem 0;
}
#trocarlingua {
	position: fixed;
	bottom: 120px;
	right: -270px;
	height: 50px;
	background-color: #ffffff;
	transition: 0.5s;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	/*display: none;*/
}
#trocarlingua:hover {
	right: 0;
}
#trocarlingua ul {
	position: relative;
	float: left;
	height: 50px;
	padding: 0;
	margin-right: 10px;
}
#trocarlingua ul li {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
}
#trocarlingua ul li.icone {
	margin-right: 10px;
	padding: 10px;
}
#trocarlingua ul li a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#trocarlingua ul li a.selecionado {
	background-color: #337ab7;
}
#trocarlingua ul li figure {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#trocarlingua ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#languageoptions {
	position: absolute;
	top: 0;
	right: 0;
}
#languageoptions ul {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
#languageoptions ul li {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
}
#languageoptions ul li a {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#languageoptions ul li a figure {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#languageoptions ul li a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.header-section.style1 ul li a {
		padding: 35px 8px !important;
		font-size: 12px;
	}

}

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

	.header-section.style1 ul li a {
		padding: 35px 5px !important;
		font-size: 12px;
	}

}

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

	.header-section.style1 ul li a {
		padding: 35px 5px !important;
		font-size: 11px;
	}

}

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

	.header-section.style1 ul li a {
		padding: 15px 25px !important;
		font-weight: 500;
		letter-spacing: 0.5px;
		font-size: 14px;
	}

	.visible-xs.menu-icon a {
		font-size: 24px !important;
		padding: 10px !important;
	}
	.header-section ul li.menu-icon a {
		padding: 10px !important;
	}

 }

 .btn-radio{
	 border-radius: 50px !important;
 }
 .text-shadow{
	text-shadow: 1px 1px 2px #FFFFFF;
 }
 #mensagemlgpd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999;
}
#mensagemlgpd .caixa {
    position: relative;
    float: left;
    width: 100%;
    background-color: #209C52;
    display: flex;
    justify-content: center;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.25);
}
#mensagemlgpd .caixa .faixa {
    position: relative;
    float: left;
    width: 1185px;
    margin: 30px 0;
}
#mensagemlgpd .caixa .faixa .mensagem {
    position: relative;
    float: left;
	width: calc(100% - 160px);
	color: #FFFFFF;
	font-size: 12px;
}
#mensagemlgpd .caixa .faixa .mensagem p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
	text-align: justify;
	color: #FFFFFF;
}
#mensagemlgpd .caixa .faixa .opcoes {
    position: relative;
    float: right;
    width: 130px;
    margin: 10px 0;
}