@charset "utf-8";
@import "https://fonts.googleapis.com/css?family= Paytone + One ";
@import "https://fonts.googleapis.com/css?family= Poppins ";

* {
    box-sizing: border-box;
    margin: 6px;
}


html {
    font-size: 17px;
    background-image:url(../imagenes/eden1500-1.jpg); 
    background-color: black;
    background-repeat: no-repeat;
    background-position: top;
}

header{
    text-align: center
}

img{
    width: 170px;
   background-color:#40e2c3 ;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    color:white;
    font-family: 'Poppins', sans-serif;
    line-height:22px;
    font-weight: 700;
    
}

a{
    color: #50baa6;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: none;
    display: block;
    padding: 6px;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none
    
}

h3{
 font-family: 'Paytone One', sans-serif;
 margin-left: 15px;
 margin-bottom: 10px;
 color: #ffda00;
 letter-spacing: 1px;
    
}

h4{
   font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px;
    color:black;
    font-weight: 600;
}

ul{
    list-style: none;
    padding: 0;
    margin:0;
}

header nav ul li a {
    text-decoration: none;
    background-color:#ffda00 ;
    color: black;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 8px;
    margin-top: 4px;
    
}

.destaque {
    background-color:#ff9fa6 ;
}

header nav ul li  {
    text-decoration: none;
    background-color: ;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    
}

header nav ul li a:hover {
    background-color: #2da1db ;
    color: white;
}

maind p{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

img.perfil{
    width: 190px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 20px
}

maind section{
    text-decoration: none;
    background-color:none;
    color: black;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 8px;
    margin: 0px;
    margin-top: 4px;
    
}
a.materias{
    color: white;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(255,255,255,0.60);
    display: block;
    padding: 6px;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
    font-weight: 400;
    
}