html {
	font-size: 16px;
}


@media (max-width: 728px) {
.social-bar {
		visibility: hidden !important;
}
.oculto{
		visibility: visible !important;
			}
}

@media (min-width: 1200px) {
.social-bar {
	visibility: visible;
}
.oculto{
	visibility: hidden;
			}
}
.social-bar {
	position: fixed;
	right: 0;
	top: 30%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}
.social-bar2 {
	position: fixed;
	right: 20px;
	top: 85%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	background: #272624;
	opacity: 0.7;
	border-radius: 8px 8px 8px 8px;
}
.social-bar3 { 
	position: fixed;
	margin-right: 35% !important;
	margin-left: 15% !important;
	margin-bottom: 2px !important;
	bottom: 2px;
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	z-index: 100;
	background: #272624;
	border-radius: 8px 8px 8px 8px;
}
.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
}

.icon-twitter {
	background: #339DC5;
}

.icon-youtube {
	background: #E83028;
}

.icon-instagram {
	background: #3F60A5;
}
.icon-whatsapp {
	background: #1EB842;
}
.icon-pinterest {
	background: #B8071A;
}
.icon-gmail {
	background: #BC3A2C;
}
.icon-messenger {
	background: #0090BF;
}

.icon:first-child {
	border-radius: 0 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 0;
}

.icon:hover {
	padding-top: 0.9rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 10);
	background: orange;
	color :white;
}