@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');


/*reset*/

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

/*mis_estilos*/

*{
font-family:'Source Sans Pro', sans-serif;
font-size: 62,5%;
color: #6db9b6;
list-style-type: none;
text-decoration: none;
}

body {
text-align:left;
background: linear-gradient(to bottom right,#07152d,#520f26);
padding: 15px;
}

.menu i {
padding: 1rem;
}

i:hover{
color: #50007a;
}

.menu nav{
display: none;
}

.menu nav ul{
margin: 0;
padding: 0;
border: solid 2px #16516a;

}

.menu nav ul li {
list-style-type: none;
text-align: center;
margin: 0;
}

.menu nav ul li a {
padding: 1rem;
display: block;
text-decoration: none;
color: #fff;
justify-content: center;
}

.menu nav ul li a:hover {
background: #16516a;
color: #6db9b6;
}

.navegacion li {
border: solid 2px #16516a;
background: #6db9b6;
}

.compas {
padding: 16px;
text-align: center;
display: flex;
justify-content: space-around;
background: #16516a;
}

.compas li a{
background: #16516a;
}

.compas li a:hover {
background: rgba(7, 21, 45, 0.7)
color: #6db9b6;
}

article img {
border-radius: 53rem;
float: left;
margin: 36px 10px 0px 0px;
}

h1 {
color: #16516a;
font-size: 3rem;
padding: 30px 0px;
margin: 0;
}

h1:hover{
color: #50007a;
}

h2{
font-size: 2rem;
padding: 30px 0px;
margin: 0;
}

h3{
margin: 15px;
font-size: 1.5rem;
}

section{
margin: 0 1rem 2rem 1rem;
}

.materias {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
align-content: center;
}

.n1 {
padding-bottom: 16px;
}

.n2 {
padding-bottom: 16px;
}

.n3 {
padding-bottom: 16px;
}

ul{
padding-left: 15px;
}

ul li{
font-size: 0.9rem;
padding: 0.2rem;
}

.unicornio {
margin: 30px auto;
width: 150px;
height: 150px;
border-radius: 50%;
background: red url('https://cdn.dribbble.com/users/1056629/screenshots/3220439/unicorn.gif') no-repeat -50px center;
background-size: cover;
}

.iconos {
text-align: center;
color: #16516a;
padding-bottom: 30px;
}

.iconos i{
padding: 5px;
}

hr{
border-color: #815064;
}

footer{
color: #815064;
font-size: 0.5rem;
padding: 16px 0px;
}


.datos{
column-count: 3;
display: flex;
justify-content:space-around;
margin-bottom: 2rem;
margin-top: 2rem;
font-size: 3rem;
padding:2rem;
border-radius: 1.5rem;
border: solid 2px #815064;
}

.datos h3{
font-size: 1.5rem;
}

.listdatos{
list-style-type: square;
text-align: left;
}

.descrip-tema{
margin: 0 1rem 2rem 1rem;
border-radius: 1.5rem;
border: solid 2px #815064;
}

.descrip{
text-align: center;
padding: 2rem 1rem 2rem 1rem;
}

.descrip h3{
font-size: 1.5rem;
text-align: center;
}



@media (min-width: 700px) {
.materias {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
align-content: center;
}

section {
margin: 0 15rem 3rem 15rem;
}

.no-margen-media{
margin: 1rem;
}

.pie{
display: flex;
}

.datos h3{
margin: 35px;
}

}
