.header {
    background: #DE0108;
}
.topo-esquerda {
    background: gray;
}
.middle-sec {
    background: #F3F3F2;
    color: #323237;
}
.footer {
    background: #a2a2a2;
    background-repeat: repeat-x;
    padding: 15px;
    color: #fff;
}
.bg {
    background: #9a9b9a;
}
.padd-to-total {
    padding-top: 30px;
}
.blue-box {
    color: #333;
    background: #dcdcdc;
}
.blue-box h3 {
    color: #5f5f5f;
}
.blue-innner h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    border-top: 3px solid #484848;
    border-bottom: 3px solid #5f5f5f;
    padding: 15px 0;
}