.active{
	z-index: 999;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
}

#inicio{
	top: 0px!important;
	transition: all 0.25s linear;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;

}
#inicio.active.present{
	top: -150px!important;
}

.active.present iframe{
	z-index: 9999!important;
}

.interior *{
	color: white;
}