/* TIPOGRAFIAS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* TIPOGRAFIAS FIN */

header{max-width: 800px;
       overflow: hidden;
margin: auto;}

h1{
    color: #44c6b2;
    font-family: 'Roboto', sans-serif; 
    font-size: 30px;
    margin-top: 5rem; }

body{
    margin: 0 auto;
    width: 50%;
    font-family: 'roboto' sans-serif;
    max-width: 800px;
}

nav{
    float:right;
}

nav li{
    display: inline-block;
    font-family: 'raleway' sans-serif;
    color: #44c6b2;
    font-weight: 700;
    font-size: 15px;
    margin-left: 1,5rem;
    
}


nav li a{
    color: #000;
    padding-left: 2rem;
    text-decoration: none;
}

nav li a:hover{
    color: #44c6b2;    
}

#imagengustavo {
    width: 25%;
    margin-top: 1rem;
    float: left;
    border: #44c6b2 7px solid; 
    border-radius: 20px}

section {
    padding-left: 19rem;    
    display: block;
}

h2 {
  font-family: 'Open Sans'   sans-serif;
  font-weight: 700;
  color: #000;
    font-size: 20px;}

h3 {
  font-family: 'Open Sans'   sans-serif;
  font-weight: 700;
   color: #000;
    font-size: 15px;}

div ul#info{
    font-size: 13px;
}


hr {
    margin-top: 1,5rem; 
    
}

footer {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    display: block;
    margin: 3rem;
   
}
