
/* FOOT CSS */
.foot{position: fixed; bottom: 0; z-index: 10; box-sizing: border-box; width: 100vw; height: 6vh; text-align: center; padding-top: 2vh; background-color: #264040; color: #ffffff;}
.foot a {text-decoration: none; color: #ffffff; cursor: pointer; margin: 0 2vw;}
.foot a:hover, #servicios a:hover{color: rgb(212,175,55);}
.fspan{display: inline-block; width: 20vw; height: auto; text-align: center;}
