.social-bar {
	position: fixed;
	left: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 100;
}

.iconn {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	/*background: #167ac6;*/
	background: linear-gradient(45deg, #dfb52f7a, #d1a21bb8);
}

.icon-whatsapp {
	/*background: #28a745;*/
	background: linear-gradient(45deg, #dfb52f7a, #d1a21bb8);
}

.icon-youtube {
	/*background: #E83028;*/
	background: linear-gradient(45deg, #dfb52f7a, #d1a21bb8);
}

.icon-instagram {
	/*background: linear-gradient(45deg, #c1a805, #e500ffbf);*/
	background: linear-gradient(45deg, #dfb52f7a, #d1a21bb8);
}

.iconn:first-child {
	border-radius:  0 1rem 0 0 ;
}

.iconn:last-child {
	border-radius:  0 0 1rem 0 ;
}

.iconn:hover {
	padding-left: 3rem;
	border-radius:  0 1rem 1rem 0 ;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
	color: black;
}

.iconos-color{
	color: white;
}

.ourmap{
	height: 550px;
	width: 100%;
}

.icon-facebook-compartir{
	color: white !important;
 background: #167ac6 !important;
  cursor: pointer;
}