@charset "utf-8"; 
@import 'https://fonts.googleapis.com/css?family=Abel|Open+Sans+Condensed:300,300i,700';


/*  Primero Mobile */

html {
    font-size: 12px;
}

#pagina{
 width: 92%;
    margin: auto;
}

body {
    background-color: #dedede;
    margin: 0;
    padding: 0; 
    font-family: 'Open Sans', 'Abel', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
}

section {
    clear: both;
}

header  {
    margin-bottom: 85px;

}

main{

}

aside{

}

footer{

}

h1{
    font-family: 'Open-sans', sans-serif;
    margin-top: 10px;
    font-weight: 700;    
    font-size: 2.5rem;
    color: #3d6b5c;

}

h2 {
    color: #132f33;
}

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

header nav ul li{
        width: 100px;
        float: left;
        margin: 0 0 0.5rem 0; 
        transition: background-color 2s ease;
        font-family: 'Abel', arial, sans-serif;
        background-color: none;

}

header nav ul li a:hover {
        background-color: #3d6b5c;
        color: #fff;
        transition: background-color 2s ease, color 2s ease;
}


header nav ul li a {
       color: #000;
        background-color: #8cd6bd;
       font-size: 1.8rem;
       text-decoration: none;
      display: block;
      text-align: center;
      width:90%;
      margin: auto;
      height: 3rem;
      line-height: 3rem;
}
