@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}

/*header inicio*/
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.content {
    margin-top: 70px;
}
header nav {
    height: 140px;
}

li{
    font-size: 20px;
    margin-left: 20px ;
}

/*header fim*/

