body{
  min-height: 100%;
  position: relative;
}

/*RODAPÉ*/
footer {
  position: absolute;
  bottom: 0;
  background-color: #2DC083;
  color: #dff6ec;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.rodape-prin{
    background-color: #2DC083;       
    clear: both;
    height: 60px;      
    color: rgb(250,255,250);
    font-size: 18px;
    font-family: "arial", sans-serif;
}

.rodape-prin span{
  float: left;
  width:45%;
  line-height: 60px;  
}

.icones-sociais ul{
  
  display: inline-block;
  height: inherit;
  float: left;
  margin-left: 50px;
  
}

.icones-sociais li{
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 50px;
    height: inherit;
}