
@font-face {
  font-family: 'Knockout';
  src: url('../fontes/Knockout-HTF68-FullFeatherwt.eot?#iefix') format('embedded-opentype'),  url('../fontes/Knockout-HTF68-FullFeatherwt.otf')  format('opentype'),
	     url('../fontes/Knockout-HTF68-FullFeatherwt.woff') format('woff'), url('../fontes/Knockout-HTF68-FullFeatherwt.ttf')  format('truetype'), url('../fontes/Knockout-HTF68-FullFeatherwt.svg#Knockout-HTF68-FullFeatherwt') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	-webkit-font-smoothing: antialiased;
}


.overflow-hidden{
	overflow: hidden; 
}

.header .menu{
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
	z-index: 9999;
	background: #FFF;
	padding: 50px 0 50px;
	display: none;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    overflow-x: auto;
}

#container_universo_do_jovem .header .menu{
	top: 0;
	left: 0;
}

.menu .chapeu{
	font-family: 'Knockout';
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: #000;
	margin:10px 0 30px;
	display: block;
}

.menu .btn-fechar{
	width: 40px;
	height: 40px;
	float: right;
	background: url(../../images/SVG/icon-fechar-hamburger.svg) center top no-repeat;
	margin: -19px 50px 0;
	text-indent: -9999em;
	border: none;
	position: fixed;
	right: 48px;
    top: 30px;
    z-index: 9999;
    margin: 0;
}

.menu .btn-fechar:hover,
.menu .btn-fechar:focus{
	background-position: center bottom;
}

.header .link{
	font-family: 'Knockout';
	font-size: 7rem;
	color: #000;
	line-height: 9rem;
	letter-spacing: 0;
	margin: 0;
}

.header a:focus,
.header a:hover{
	color: 000;
	text-decoration: none;
}

.header a:focus .link,
.header a:hover .link{
	color: #fb457a;
}

.header .descritivo{
	font-size: 	1.8rem;
	line-height: 3rem;
	font-weight: 300;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 20px;
}

.header .bg-header{
	background: url(../../images/bg-video.jpg) top center no-repeat;
	height: 800px;
	height: 100vh;
	position: relative;
	background-size: cover;
	overflow: hidden;
}


.header .bg_video{
    position: absolute;
    right: 0;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    z-index: 0;
}


.header .container-header{
	    position: relative;
    height: inherit;
}

.bg-header .titulo{
	font-family: 'Knockout';
	 font-size: 14rem;
	 line-height: 11rem;
	 color: #FFF;
	 letter-spacing: 0;
	 text-align: center;
	 position: absolute;
	 bottom: 0;
	width: inherit;	
	margin-bottom: -10px;
}

.container-header .logo{
	background: url(../../images/SVG/logo-porvir.svg) center top no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30px;
}	

.container-header .menu-hamburguer{
	width: 40px;
	height: 40px;
	position: fixed;
	top: 30px;
	/*margin-left: 1100px;*/
	right: 30px;
	border: 0;
	background: url(../../images/SVG/hamburguer-preto.svg) center top no-repeat;
	z-index: 99;
}

#container_universo_do_jovem .container-header .menu-hamburguer{
	background-image: url(../../images/SVG/hamburguer-branco.svg);
}
#container_universo_do_jovem .container-header .menu-hamburguer:hover,
#container_universo_do_jovem .container-header .menu-hamburguer:focus,
.container-header .menu-hamburguer:hover,
.container-header .menu-hamburguer:focus{
	background-position: center bottom;
}

.header .container-descritivo{
	padding: 30px 0;
	margin-bottom: 60px;
}

.header .texto{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	color: #fb457a;
	line-height: 3rem;
	letter-spacing: 0;
}

.btn-padrao-box-icon {
  height: 50px;
  width: auto;
  background-color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 15px 20px;
  box-shadow:none;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform:uppercase;
  text-decoration: none;
  margin: 70px 0;
  display: table;
}

.btn-padrao-box-icon:hover { 
	background-color: #2afc7e;
	color:#000;
    text-decoration:none; 
}

.btn-padrao-box-icon span::after {
  content: '';
  background: url(../../images/SVG/download-icon-branco.svg);
  background-position: top;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: -1px;
}

.btn-padrao-box-icon:hover span::after {
    background-position: bottom;
}