.fixed-menu { position:fixed; top:calc(50% - 70px); right:0; z-index:7900; transition:all 0.3s; }
.fixed-menu ul { width:44px; }
.fixed-menu li { width:44px; margin-bottom:4px; }
.fixed-menu li:last-child { margin-bottom:0; }
.fixed-menu li a { float:left; width:124px; display:flex; align-items:center; background-color:var(--color-dark); color:#FFF; transition:all 0.3s; border-radius:5px 0 0 5px; font-size:12px; box-shadow:0 0 15px rgba(108,238,228,0.2); }
.fixed-menu li a:hover { margin-left:-80px; }
.fixed-menu li a.linkedin:hover { background-color:#0077B5; }
.fixed-menu li a.whatsapp:hover { background-color:#075e54; }
.fixed-menu li a.instagram:hover { background-color:#7B08FF; }
.fixed-menu li a picture { float:left; width:44px; height:44px; text-align:center; }
.fixed-menu li a picture i { font-size:24px; line-height:44px; }
.fixed-menu li a small { float:left; }

@media only screen and (max-width:1023px) {
  .fixed-menu{display: none;}
}

.connect-whatsapp { position:fixed; bottom:20px; right:20px; z-index:4800; display:block; text-align:center; }
.connect-whatsapp a { float:right; width:48px; height:48px; background-color:#18BC41; border-radius:50%; overflow:hidden; position:relative; box-shadow:0 -5px 10px rgb(24,50,44,0.15); border:2px solid #FFF; color:#FFF; }
.connect-whatsapp a:hover { background-color:#00C451; }
.connect-whatsapp a i { position:absolute; top:0; left:0; bottom:0; right:0; font-size:26px; line-height:44px; }

@media only screen and (max-width:767px) {
    .connect-whatsapp {bottom: 12px;right: 12px;}
}