.site-footer{
    background-color: #e2211c;
	color: #fff;
}
footer{
    height: 415px;
}
footer .site-info .row{
   margin:0px;
}
.site-footer li{
    list-style-type: none;
}
.logo-footer{
    margin-top: 65px;
    margin-left: 135px;
	width: 155px;
}
.texto-footer{
    margin-left: 135px;
}
.rrss{
	margin-top: 50px;
    margin-left: 135px;
}
.menu1, .menu2{
    padding-top:70px;
}

.fa-li {
  left: calc(var(--fa-li-width, -4em)*-1) !important;
  color: #f6b208;
}

footer .separador{
    margin: 30px auto;
    height: 2px ;
    background-color: #ffed00;
    width:85%;
}

footer .legal{
    margin-left: 135px;
}

footer li{
    line-height: 30px;
}
.site-footer a{
	color:#fff;
}