.socialmedia-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.socialmedia-bar .icon {
	color: #FFFFFF;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.socialmedia-bar .icon-phone {
	background: #E4A647;
}

.socialmedia-bar .icon-envelop {
	background: #2B416D;
}

.socialmedia-bar .icon-facebook1 {
	background: #1877f2;
}

.socialmedia-bar .icon-twitter1 {
	background: #1da1f2;
}

.socialmedia-bar .icon:first-child {
	border-radius: 1rem 0 0 0;
}

.socialmedia-bar .icon:last-child {
	border-radius: 0 0 0 1rem;
}

.socialmedia-bar .icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

.btn-whatsapp {
	display:block;
	width:70px;
	height:70px;
	color:#fff;
	position:fixed;
	/*left: 20px;
	right: auto !important;*/
	right:20px;
	left: auto !important;
	bottom:20px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}

/*Video Responsive*/
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 450;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}