html, body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #111111;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, span, label, font, input, button, textarea, select, div{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em;
    letter-spacing: 0.03em;
}

.bloc{
    width: 100%;
}

.topo{
    margin-bottom: 60px;
    padding-top: 50px;
}
.topo img.logo{
    display: inline-block;
    width: 210px;
}

.meio{

}
.meio .links{
    text-align: center;
}
.meio .links .item{
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
}
.meio .links .item:last-child{
    margin-bottom: 0px;
    border: none;
}
.meio .links .item h3{
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}
.meio .links .item p{
    font-size: 15.5px;
    margin-top: -10px;
    margin-bottom: 15px;
    color: #ffffff;
}
.meio .links .item a.link{
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 17px;
    color: #111111;
    text-decoration: none;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 10px;
    width: 90%;
}
.meio .links .item a.link:last-child{
    margin-bottom: 0;
}
.meio .links .item a.link.em-breve{
    opacity: .35;
    background-color: #bbbbbb;
    color: #666666;
    cursor: not-allowed;
    line-height: 1.1em;
    padding-top: 5px;
    padding-bottom: 3px;
}
.meio .links .item a.link.em-breve span{
    color: #111111;
    font-weight: 900;
    font-size: 12px;
    position: relative;
    top: -2px;
}



@media (max-width: 768px) {


}