*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body{
	font-family: 'Open sans';
	background: white;	
	color: #333; 
	margin: 100px;  
	margin-left: 2em; 
	padding-left: 2em;
	
}

header{
	position: fixed;
	width: 85%;
	top: 0;
	left: 0;
	background: #34495E;

}

header #button-menu{
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
	background: rgba(0,0,0,.0);

}

.navegacion ul{
	width: 320px;
	height: 100%;
	background: #fff;
	list-style: none;

	position: absolute;
	top: 0;
	left: -320px;
	transition: left .3s;
	overflow-y: visible;
	overflow-x: hidden;
}


.navegacion .menu li.title-menu{
	
	background: #5F6F81;
	color: #fff;
	text-align: center;
	font-size: 22px;
	
}

.navegacion .menu a{
	display: block;
	border-bottom: 1px solid #C6D0DA;

	font-size: 22px;
	font-weight: 200;
	text-decoration: none;
	color: #575D69;
}

.navegacion .menu a:hover{
	background: #798DA3;
	color: #fff;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

.navegacion .menu .item-submenu > a::after{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f105';

	float: right;
	color: #C5C5C5;

}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
	background: #fff;
	color: #575D69;
	
	
}

.navegacion .submenu li.go-back{
	padding: 10px 20px;
	background: #5F6F81;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;
}



@media screen and (max-width: 400px){
	.navegacion ul{
		width: 100%;
	}
}

h1{
    
	margin-bottom: .4em;
	margin-right: 2em;
	
	background:#c1dcf7be;	
	text-align: center;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	box-shadow: black;
	width: 115%;
	padding: .7px;
	top: 0;
	left: 0;
	padding-left: .5em;
	
  } 

  h2{
    
	margin-bottom: .4em;
	margin-right: 0.2em;
	background:#ecdc7fa4;	
	text-align: center;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	box-shadow: black;
	width: 115%;
	top: 0;
	left: 0;
	padding: .7px;
	
  } 

p {
	margin-bottom: .4em;
	margin-right: 0.2em;
	width: 115%;
	color: black;
	text-align: justify;
	padding: .7px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	box-shadow: black;
	top: 0;
	left: 0;
	
	

}
.container {
	margin-bottom: .4em;
	margin-right: 0.2em;
	width: 115%;
	padding: .7px;
	padding: .7px;
    max-width: 850px;
	margin: 0 auto;	
	top: 0;
	left: 0;
	
	}

img {    
	max-width: 115%;
	height: auto;
}