/* CSS for Services Pages */

/***************************************
 * Formacao Profissional 
 ***************************************/


#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 95%;
    height: 30px;
    color:#fff;
    background-color: #ff6600;
}

.banner-images-top {
    width: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    position: relative;
    background-position: center -20px !important;
    background-attachment: fixed;
}