body{
	background-image: url('../imgs/fundo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center 80px;
	background-color: #000;
}
body header {
	border-bottom: 0 none transparent;
}
body header h1 {
	background-image: url("../imgs/logo.png");
}
main {
	width: 100%;
	padding: 0;
	max-width: none;
	min-height: 0;
}
a.video_popin {
	left: 290px;
	top: 60px;
}
a.video_popin {
	left: 220px;
	top: 140px;
}
a.video_popin {
	background-image: url("../imgs/video.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	/*border: 2px solid #ffffff;*/
	border-radius: 100px;
	/*box-shadow: 0 0 15px 5px #ea1717;*/
	/*color: transparent;*/
	height: 48px;
	left: 30px;
	/*overflow: hidden;*/
	position: absolute;
	top: 175px;
	width: 46px;
	z-index: 5;
}
a.video_popin span {
	color: #ffffff;
	/* display: none; */
	font-size: 11px;
	font-weight: bold;
	left: 50%;
	margin: 0;
	padding: 4px 0 0 0;
	position: absolute;
	text-align: center;
	top: 100%;
	transform: translate(-50%,0);
}

main section article > h2{
	width: 55%;
    float: right;
    font-size: 3.6em;
    color: #fff;
    padding: 115px 8% 23px 0;
    margin: 0;
    text-align: right;
	max-width: 650px;

}

section marquee {
	background-color: rgba(255,255,255,0.85);
	bottom: 22%;
	/*margin-top: 3%;
	margin-bottom: 1%;*/
	padding: 7px 0;
	position: absolute;
}
section marquee a {
	margin-right: 100px;
	font-weight: bold;
}
aside.video_popin {
	background-color: rgba(0,0,0,0.9);
	border-left: 0 none transparent;
	box-sizing: border-box;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
aside.video_popin.ativo {
	display: block;
}
aside.video_popin.ativo > div {
	display: block;
	overflow: hidden;
	margin: 30px auto 0 auto;
	max-width: 60vw;
	padding: 0;
	position: relative;
	width: 100%;
}
aside.video_popin.ativo > div::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}
aside.video_popin.ativo > div > video, 
side.video_popin.ativo > div > iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 730px){
	body{
		background-size:  auto;
	}
	main h2{
		width: 65%;
		font-size: 2.6em;
	}
}
@media (max-width: 590px){
	main h2{
		width: 55%;
		padding-top: 70px;
	}
	a.video_popin {
		top: 60px;
	}
	a.video_popin span {
		font-size: 14px;
	}
	aside.video_popin.ativo > div {
		max-width: 90vw;
	}

}