* {
	margin: .2em;
	padding: .2em;
	border: .2em;
	box-sizing: border-box;
	justify-content: center;
	list-style-type: none;
  font-family: Roboto;
}

html,
body {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
}

header {
	background-color: white;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}

nav ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
}

ul li a {
	display: block;
	font-family: sans-serif;
	color: #5753C9;
	flex-direction: column-reverse;
	justify-content: space-between;
	text-decoration: none;
}

header img {
	justify-content: center;
	display: block;
	margin: auto;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	width: 100%;
    
}



#img-wrapper{
  display: flex;
  width: 50%;
    height: auto;
    align-content: center;
    margin: 1em;
}




main {
	background-color: white;
}

h1 {
	background-color: darkblue;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	color: white;
  text-align: center;
}

p {
	color: darkblue;
	font-family: Roboto;
}

section {
    display: block;
	width: 15em;
	margin: 0em;
	font-size: 13px;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	width: 100%;
	list-style: square;
	text-decoration: none;
	background-color: white;
}

ul li a {
	display: flex;
	justify-content: center;
}

aside {
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin: 2em;
	text-align: center;
}

h2 {
	background-color: darkblue;
    color: white;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-size: 2;
	display: flex;
	margin: 0em;
	padding: 0em;
	display: block;
	flex-direction: row;
	text-align: center;
  padding: 20px;
}

h3 {
	text-align: center;
	font-size: 17px;
	font-weight: 100;
	display: block;
	margin: 0em;
	padding: 0em;
	font-family: 'Roboto', sans-serif;
	background-color: darkblue;
    color: white;
  padding: 20px;
}

#names-wrapper a p, #links-wrapper li {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 0, 139, 0.62);
    text-decoration: none;
  padding: 20px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-family: Roboto;
}

#links-wrapper a {
  color: white;
}

#links-wrapper p {
  font-size: 1em;
}

.esto {
	color: #3D4E81;
	font-family: 'Roboto Condensed', sans-serif;
	display: contents;
}


#red ul > li {
  width: 100%;
  display: flex;
  height: 90px;
}

#red img {
  width: 30%;
}


ul li a {
	display: flex;
	font-family: 'Raleway', sans-serif;
	color: #3D4E81;
	list-style: square;
	flex-direction: row;
	justify-content: center;
	text-decoration: none;
	font-size: 1.5em;
}

.parte2 {
	color: #fc468e;
	font-family: 'Roboto Condensed', sans-serif;
	font-variant: inherit;
	display: contents;
}
h4 {
    color: white;
    font-size: 1em;
    background-color: dar
}
footer {
	font-family: 'Raleway', sans-serif;
  display: inline;
  text-align: left;
    color: white;
    background-color: darkblue;
}

@media screen and (max-width: 500px){
  html,
  body {
    background-color: #fff;
    width: unset;
  }
}
