/* Capa */

#capa {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	background-color: #fefadf;
	height: 424px;
	width: 100%;
}

#link_petrobras, #link_riofilme, #link_home {
	position: absolute;
}

#link_petrobras, #link_riofilme {
	top: 3%;
	height: 8%;
}

#link_petrobras {
	left: 1.5%;
	width: 9%;
}

#link_riofilme {
	left: 13%;
	width: 7%;
}

#link_home {
	top: 11%;
	width: 100%;
	height: 89%;
}

#capa img {
	height: 424px;
	width: 1280px;
	margin: auto;
	display: block;
}

/* Menu */

#menu {
    position: absolute;
    top: 424px;
    left: 0;
    width: 100%;
	height: 100px;
	display: inline-table;
	z-index: 9999;
}

#menu li {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;	
}

#barra1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #B4613D;
	display: inline-block;
	height: 50px;
}

#logo {
    width: 13%;
    position: absolute;
	left: 4%;
    top: 0;
    height: 50px;
    margin: auto;
}
		
#logo img {
	width: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#botao1 {
    position: absolute;
    top: 0;
    height: 50px;
    margin: auto;
    width: 4%;
}

#botao1.email, #botao1.menu {
	left: 0;
    right: 0;
}

#botao1.inicio {
	left: 0;
    right: 100px;
}

#botao1.facebook {
	left: 95px;
    right: 0;
}

#botao1.menu, #menu_mobile {
	display: none;	
}

#botao1 img {
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	padding: 15% 25%;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#botao1 img:hover {
	background-color: #FBF4D6;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;	
}

#botao1.menu img:hover {
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
}
		
#lingua {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: -50px;
    margin: auto;
    height: 20px;
    font-size: small;
    font-weight: bold;
    float: right;
    clear: both;
    text-transform: uppercase;
    color: #470743;
	width: 25%;
}
			
#lingua a {
	text-decoration: none;
	color: #470743;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
				
#lingua a:hover {
	color: #000000;
}
			
#lingua img {
    height: 50%;
    float: right;
    margin-left: 2%;
    margin-right: 10%;
    margin-top: 4.2px;
}

#lingua span.idioma {
    float: right;
}

@media only screen and (max-width: 1280px) {
	#capa {
		width: 100%;
	}
	
	#capa img {
		width: 100%;
	}
	
}

@media only screen and (max-device-width: 1100px) {	
	#barra1, #botao1, #logo, #lingua {
		height: 100px;
	}
	
	#botao1 img {
		height: 25%;
	}
	
	#logo {
		width: 25%;
		position: absolute;
		left: 4%;
		top: 0;
		margin: auto;
	}

	#lingua {
		width: 33%;
		right: 4%;
		height: 19px;
		top: 0;
		bottom: -100px;
	}
	
	#lingua img {
		height: 100%;
		margin-left: 2%;
		margin-right: 4%;
		margin-top: 0;
		float: right;	
	}
	
	#lingua span.idioma {
		display: none;	
	}
	
	#botao1.inicio, #botao1.email, #botao1.facebook {
		display: none;
	}
	
	#botao1.menu {
		display: block;
	}
	
	#botao1.menu:hover {
		cursor: pointer;	
	}
}