
body {
   margin:0;
   height:100%;
   background-color:#2F4F4F;
}
.footer {
  position: absolute;
  bottom: 1;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 9%;
  background-color: #607B8B;;
}
.container {margin:0;width:100%;height:100%;}


.active1 {padding:0;margin:0;position:absolute;top:20%;}

.botoes{
	height:100%;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}