.logo-flotante{
    width: 100px;
    position: fixed;
    top: 30px;
    z-index: 1040;
}

@media only screen and (max-width: 900px) {

    .logo-flotante{
        display: none;
    }

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 1040;
}

.float-ms{
	bottom:120px;
	right:40px;
    background-color:rgb(229, 35, 240);
}

.float-wh{
	bottom:40px;
	right:40px;
    background-color:#0C9;
}
