

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	font-family: 'Josefin Sans'
	
}

p{
	line-height: 1.5em;
	font-size: 1.2em;
}

img{
	width: 72%;
}

header{
	text-align: center;
	

	height: 700px;
}
h1{
	font-weight: 600;
	font-size: 3em;
	text-align: center;
	padding: 1em 0;
	color:white;
}
.estructura {
	display: flex;
}
.direction {
flex-direction: row;
align-items: center;
justify-content: center;


}
/*aqui empiezo animación*/

.wrapper {
	height: 10vh;
	/*This part is important for centering*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0em; 
	padding-top:0em;
  }
  
  .typing-demo {
	  text-align: center;
	width: 22ch;
	animation: typing 2s steps(22), blink .5s step-end infinite alternate;
	white-space: nowrap;
	overflow: hidden;
	color: rgb(61, 29, 29);
	font-family: Dela Gothic One;
	
	font-size: 3em; 
  }
  
  @keyframes typing {
	from {
	  width: 0
	}
  }
	  
  @keyframes blink {
	50% {
	  border-color: transparent
	}
	
	/*aqui termino animación*/

  }
h2{
	font-size: 2em;
	font-weight: 600;
	padding: 1em 0;
}

nav{
	background-color: rgba(0, 0, 0, 0);
}

ul{
	padding: 2em 0 2em ;
	text-align: center;
}

ul a{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

li{
	
	display: inline;
	padding: 3em;
	font-size: 1em
}

li:hover {
	background-color: rgb(0, 255, 242);
}

li a:hover {
	color: black;
}

.flexbox{
	display: flex;
}
.flexdirection{
	flex-direction: row;
}
.padding3em{
	padding: 3em;
}
.fondogris{
	background-color: red;
}
footer{
	background-color: red;
	padding: 5em 0 5em 0;
	text-align: center;
	color: white;
}

@media screen and (orientation:portrait){
	
	.flexdirection{
		flex-direction: column;
	}
	
	li{
	display: block;
	
}
	h1{
		padding: 3em 0;
	}
	
	p{
		font-size: 1.8em;
	}
	
	
}

/*responsive*/
@viewport{
    zoom: 1.0;
    width: device-width;
}

@media screen and (orientation:portrait)
 {
	.wrapper {
		height: 5vh;
		/*This part is important for centering*/
		display: flex;
		align-items: center;
		justify-content: center;
		
		padding: 20% 0 20% 0  ;
	  }
	  
	.typing-demo {font-size: 10 px;
		padding: 10% 0 10% 0  ;
		font-size: 2em; 
	}
	
	.estructura.direction{
		width: 100%;
		
		padding: 1em 0 1em}
		

	.ul{
			padding: 1em 0 1em ;
			text-align: center;
		}

	.img{
		width: 200%;
			
			
		}
		li{
	
			display: inline;
			padding: 3em;
			font-size: 10px
		}
		}

		