body {
	margin: 0;
    padding: 0;
	background: #000000;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 34px;
	color: #ffffff;
    font-weight: 300;
}

@media (min-width:1101px) { 
 
#topo {
    width: 100%;
}

#topocont {
    position: relative;
    width: 482px;
    left:50%;
    margin-left: -241px;
    vertical-align: top;
    margin-bottom: 120px;
}

#top1 {
    display: inline-block;
    width: 336px;
    height: 278px;
    z-index: 9;
    vertical-align: top;
}

#top2 {
    display: inline-block;
    width: 87px;
    height: 41px;
    z-index: 99;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 25px;
}

#top3 {
    display: inline-block;
    width: 277px;
    height: 333px;
    z-index: 999;
    vertical-align: top;
    margin-top: -180px;
    margin-left: 205px;
}

#sobre {
    width: 100%;
}

#sobrecont {
    position: relative;
    width: 870px;
    left:50%;
    margin-left: -435px;
    margin-bottom: 300px;
    vertical-align: top;
}

#c01 {
    display: inline-block;
    width: 224px;
    height: 168px;
    vertical-align: top;
}

#c02 {
    display: inline-block;
    width: 559px;
    vertical-align: top;
    margin-left: 70px;
}

}

@media (max-width:1100px) { 
 
    #topo {
        width: 100%;
    }
    
    #topocont {
        width: 100%;
        height: 620px;
    }
    
    #top1 {
        position:absolute;
        width: 336px;
        height: 278px;
        z-index: 9;
    }
    
    #top2 {
        position:absolute;
        width: 87px;
        height: 41px;
        z-index: 99;
        text-align: center;
        margin-left: 30px;
        margin-top: 30px;
    }
    
    #top3 {
        position:absolute;
        width: 277px;
        height: 333px;
        z-index: 999;
        text-align: center;
        margin-left: 91px;
        margin-top: 180px;
    }
    
    #sobre {
        width: 100%;
    }
    
    #sobrecont {
        position: relative;
        width: 90%;
        left:50%;
        margin-left: -45%;
        margin-bottom: 300px;
        vertical-align: top;
    }
    
    #c01 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #c02 {
        width: 100%;
    }

    .imgb{width:90%;}
    
    }