#block-languagedropdownswitcherinterfacetext {
    display: none;
}

.pos_fundo img {
	display: block;
	position: relative;
	top: -27px !important;
	margin-bottom: -90px !important;
	width: 100%;
	height:500px;
	filter: brightness(70%);
}

.pos_fundo h1{
	font-size:50px;
	z-index:900;
	left: 25%;
	top:30%;
	width:50%;
	text-align: center;
	position: absolute;
	color: #fff;
}

.pos_fundo h3{
	font-size:20px;
	z-index:900;
	left: 25%;
	top:40%;
	width:50%;
	text-align: center;
	position: absolute;
	color: #fff;
}


.logovoltar{
	float:left;
}
.logovoltar img{
	width: 50px;
}


.flags {
    font-size: 20px !important;
    display: block;  
    color: #fff;
    margin------right: 250px;
    text-align: center;
    width: 150px;
    float: right;    
    margin-top:3px;
    line-height: 35px;
    height: 35px;
    
}
.flags img{
    border: 1px solid #999;
    display: inline;
    width: 25px;
}
@media screen and (max-width: 998px) { /* 700px */
	.flags {
		margin-top: -33px;		
		margin-right: 0px;
	}
}
