.socsetiSidebar {
	position: fixed;
	top: 33%;
	left: 0.5%;
	z-index: 200;
	display: flex;
	flex-direction: column;
}

.socsetiSidebar a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #0040ff;
	max-width: 60px;
	margin-bottom: 10px;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.socsetiSidebar a:hover {
	background-color: #ff0000;	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.tgSidebar {
	background-image: url('img/telegram.gif');
}

.waSidebar {
	background-image: url('img/wa.gif');
}

.telSidebar {
	background-image: url('img/tel.gif');
}

@media (max-width: 767px) {
  .socsetiSidebar {
	top: unset;
    bottom: 35px;
    right: 15px;
    left: unset;
  }
  .socsetiSidebar a {
	width: 40px;
    height: 40px;
    max-width: 40px;
  }
}

