.noPadding{
    padding-left: 0px;
    padding-right: 0px;
}


ul{
    list-style-type:none;
}

.text-left{
    text-align: left;
}

.wallpaper {
    position:relative;

}
.homeWall {
    width:100%;
    vertical-align:top;
}

.title{
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}

.servico{
    margin-top: 3%;
}

.oculto{
    display: none;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    height: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 60%;
}



.client img{
    height: 100px;
}

.close {
    float:right;
    display:inline-block;
 }

#chapterClientes{
    margin-top: 5%;
}

#chapterServicos{
    margin-top: 5%;
}

.text-muted{
    color: #888888;
}

.service-heading{
    font-weight: 700;
}

.col-half-offset{
    margin-left:4.166666667%
}