body {
    background: url("../img/hojas.jpg");
}

.main_content_section,
.header_section,
.slider_section,
.aside_section,
.navbar_section{
    background: white;
}

#logo{
    background: #235e3f;
    color: white;
}

#menu_page li:hover {
    background: #235e3f;
}

.btn_see_more {
    background: #235e3f;
    color: #fff;
}

.item_service_title.active{
    background: #235e3f;
}