/*Configurações do Footer*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 10px;
    background-color: #0c5b3e;
    color: #fff;
    font-size: 16px;
}
  
footer ul li {
    list-style: none;
    text-align: center;
}

.text_icon_system {
    text-decoration: none;
}

.text_icon_system {
	text-decoration: none;
	color:#add8e6 !important;
    font-size: 15px;
}

  
  