/* footer */
.foot {background: var(--blue); color: #fff; overflow: hidden;}
.footContainer {padding: 75px 20px 55px; text-align: center;}
.footbtns {margin: 28px 0;}
.logoFooter {width: 45px;}
.footContainer a {color: #fff; margin: 3px 0; }
.footbtns a {display: inline-block; font-weight: 700;font-size: 1.6rem;}
.bContent {font-size: 1.2rem;}
.flotante {
    position: fixed; z-index: 1000;
    bottom: 25px; right: 30px;
    background: #203143;
    background: rgba(32,49,67,.8);
    padding: 10px 12px; border-radius: 8px;
}
.wsplink {color: #fff; text-decoration: none;}
.wsplink img {vertical-align: middle;}

@media screen and (max-width: 640px) {
	.footContainer {padding: 75px 20px;}
 .flotante {bottom: 15px; right: 15px;}
}
