body {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}
.page-wrapper {
    background:#1A1A1A;        
    color: #46A254;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
h1, h3, h5 {
    font-family: 'Rock Salt', cursive;
    padding: 20px;
}
.page-header {
    display: inline-flex;
    line-height: 0;
    position: absolute;
    width: 100%;
}
.page-header #imenu {
    float: right;
	font-size: 40px;
    margin-left: auto;
    margin-right: 14px;    
    margin-top: 20px;
}
#menu {
	background:#1A1A1A;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    display: none;
	float: right;
	font-size: 20px;
    height: 320px;
    margin-top: 70px;
	right: 0;
    opacity: 0.9;
	position: absolute;
    transition: height 1s;		
    width: 180px;
}
#menu ul {
    color: aliceblue;
    padding-right: 10px;
    text-align: right;
}
#menu a {
    color: aliceblue;
    text-decoration: none;
    text-align: right;
}
.page-wrapper1 {
	background:#383838;
	height: 100vh;
	display: flex;
}
.titulo {
	display: flex;
	flex-direction: column;
	margin-top: 2%;
	margin-left: 5%;
	width: 95%;
	justify-content: flex-start;
	align-items: flex-start;
}
h2 {
	margin-top: 0px;
	font-size: 32px;
	color: aliceblue;
	line-height: 0;
}

.page-sheader {
    display: flex;
    line-height: 0;
}

.player {
    align-items: center;
    bottom: 0;
    color:black;
    display: flex;
    flex-direction: row;
    height: 32px;
    justify-content: space-between;
    position: fixed;
    right: 0;
    width: 100%;

}
.player span {
    height: auto;
    padding: 10px;
}
.player span a {
	text-decoration: none;
	color: #46A254;
}

.player ion-icon {
    color: #46A254;
    font-size: 28px;
    letter-spacing: -1em;
}

.page-social {
    text-align: center;
    
    padding-bottom: 130px;    
    width: 100%;
}
.noticia {
	background:#1A1A1A;
	width: 90%;
	margin-left: 5%;
	margin-top: 30%;
}
.noticia img {
	width: 100%;
	height: auto;
}
.noticia a {
	color: aliceblue;
    text-decoration: none;
	font-size: 40px;
}

.lateral {
	display: flex;
	font-size: 28px;
	line-height: 0;
	color: #F0F0F0;
}
.lateral a {
	text-decoration: none;
	color: #F0F0F0;
}
.lateral ion-icon {
    color: #F0F0F0;
    font-size: 28px;
    letter-spacing: -1em;
}