html body {
	font-family: 'Oswald';	
	margin: 0px;
	padding: 0px;			
	height: 100%;			
}

header{
	width: 100%;
	background-image: url('images/header.png');
	margin: 0px;
	padding: 0px;			
	background-size: 100% 100%;
	height: 550px;
	position: relative;
}

#logo{
	position: absolute;
	padding-left: 190px;
	padding-top: 25px;	
}


.btn-close{			
	position: absolute;			
	padding: 0px;
	top: 2px;
	left: 130px;
	color: white;			
	font-size: 15pt;						
}

.mobile {
	display: none;
	width: 150px;
	right: -152px;
	float: right;			
	position: relative;				
	height: 150%;				
	z-index: 1;
	background-color: #324c7a;			
	padding-top: 15px;										
}

.mobile li {
	padding-left: 15px;							
	padding-bottom: 5px;
	list-style: none;			
	width: auto;
}

.mobile hr{
	height: 4px;
	background-color: white;
}


#img_menu{
	display: none;			
}

.showMobile{
	display: block;										
	transform: translateX(-150px);	
} 

.show {		
	transform: translateX(-150px);	
}

menu{
	list-style: none;			
	display: inline-block;
	font-size: 15pt;	
	letter-spacing: 1.5px;			
	text-transform: uppercase;
	font-weight: semi-bold;
	float: right;
	color: white;		    
	cursor: pointer;	
	text-shadow: black 0.1em 0.1em 0.2em;	
	padding-right: 25px;
	padding-top: 15px;		    
}

menu li {
	margin-right: 25px;
	display: inline-block;
}

menu li:hover {
	font-size: 17pt;
	text-shadow: black 0.2em 0.2em 0.4em;	
}

.banner{
	top: 250px;
	left: 190px;
	position: absolute;
}

.titulo{
	font-size: 30pt;	
	letter-spacing: 1.5px;			
	text-transform: uppercase;
	font-weight: semi-bold;		    
	color: white;		    
	text-shadow: black 0.2em 0.2em 0.4em;		
}

.subtitulo{
	font-size: 20pt;	
	letter-spacing: 1.5px;
	line-height: 2px;					    
	font-weight: semi-bold;
	color: white;		    
	text-shadow: black 0.2em 0.2em 0.4em;		
}

nav{
	position: relative;
	top: -50px;
	border: 2px;
	height: auto;
	display: flex;						
	padding-left: 15vw;
	margin-bottom: -20px;
}

.box{
	width: 300px;
	height: 199px;			
	margin-right: 15px;									
	padding-left: 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box .titulo {
	font-size: 17pt;			
	bottom: 35px;
	position: absolute;			
}

.box .subtitulo {
	font-size: 13pt;			
	bottom: 10px;
	position: absolute;
}

hr {
	background-color: #324c7a; 			
	height: 8px;
	width: 100%;
	margin: 0px;
	border: 0px;
}		

a:link, a:visited {
   text-decoration: none;
  color: #fff;
}
a:hover {
	font-size: 19pt;
	text-shadow: black 0.2em 0.2em 0.4em;		
}
a:active {
	text-decoration: none
}

article{			
	padding-left: 190px;			
}

article li {
	list-style: none;
}

p{
	line-height: 0.5;
}

footer{
	text-align: center;         
	color: white;           
	background-color: #324c7a;
	padding: 15px;          
	line-height: 0.5;   
	bottom: 0;
}

@media (min-width: 200px) and (max-width: 800px) {
	header{
		height: 400px;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	html body{
		padding: 0px;
	}

	#img_menu{
		position: relative;
		display: block;
		float: right;
		margin-top: 10px;
		margin-right: 10px;			
	}

	menu{
		display: none;
	}

	#logo{
		padding-left: 30px;
		padding-top: 10px;   
		width: 40%;       
	}

	.banner{
		top: 150px;		
		left: 20px;			
	}

	.titulo{
		font-size: 18pt;					
	}

	.subtitulo{
		font-size: 1pt;
	}

	nav{			
		padding: 0px;
		flex-direction: column;
	}

	.box{
		width: 100%;
		padding: 0px;
		margin-bottom: 15px;
	}

	.box .titulo {
		font-size: 14pt;	
		top: 130px;		
		margin-left: 10px;	
		position: relative;						
	}
	
	.box .subtitulo {
		font-size: 11pt;	
		top: 140px;
		margin-left: 10px;
		position: relative;						
	}

	article{
		padding-left: 15px;
	}

	footer .titulo {
		text-decoration: none;
		width: 100%;
	}
	
	p{
		font-size: 8pt;
	}
}
