@charset "UTF-8";
/* CSS Document */
/*reset*/
@font-face {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Myriad Pro'), url("../fonts/MyriadPro-Regular.otf");
}

@media screen and (max-width: 1366px) and (max-height: 617px) {
	
	/*body {
		background-color: hotpink;
	}*/
	
	#contenido {
		margin-top: 20vh;
	}
	
	header{
	display: flex;
	width: 100%;
	height: 15vh;
	}
	
	footer {
		height: 15vh;
	}
	
	figure {
		padding: .8rem 0.1rem;	
		}
	
	h1  {
		margin-top: 1.7em;
		font-size: 1.8em;
	}
	
	
	
}/* CSS Document */

