html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
}

header{
    position: relative;
    width: 100%;
    height: 75%;
    font-family: Arial, Helvetica,sans-serif;
    margin: auto;
    width: 100%;
    background-size: 100%;
    padding-top: 1%;
}

article, .conteudo{
    position: relative;
    width: 80%;
    height: 75%;
    font-family: Arial, Helvetica,sans-serif;
    margin: auto;
    padding-top: -5%;
}

footer{
    position: relative;
    z-index: 5;
    padding-top: 5%;
    padding-bottom: 1%;
    background: url(../img/rod.jpg) no-repeat; 
    background-size: cover;
    font-family: Arial, Helvetica,sans-serif;
    margin: 0px;
    width: 100%;
    background-size: 100%;
}

.c{
    position: relative;
    color: white;
    margin-top: 10%;
}

.dev{
    color: #EEE9E9;
}
.td{
    color: white;
    background-color: #07739E;
}
itens-menu{
    background-color: #07739E;
    color: white;
}
.itens-menu:hover{
    background-color:#D6D6D6;
    color: blue;
}

.conteudo, .asd{
    background: white;
}

.p{
    line-height: 20px;
    text-align: justify;
    padding-left: 1.8em;
    padding-right: 1.8em;
}

.col-md-3{
    text-align: center;
}