.red{
	position: fixed;
	top: 115px;
	z-index: 1000;
	left: 0;
}
#facebook a{
	background: #1877F2;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebook a:hover{
	background: #1877F2;
	padding: 12px 50px;
}
#linkedin a{
	background: #0077B5;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#linkedin a:hover{
	background: #0077B5;
	padding: 12px 50px;
}
#youtube a{
	background: #FF0000;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#youtube a:hover{
	background: #FF0000;
	padding: 12px 50px;
}
#twitter a{
	background: #55acee;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#twitter a:hover{
	background: #55acee;
	padding: 12px 50px;
}
#whatsapp a{
	background: #00D054;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#whatsapp a:hover{
	background: #00D054;
	padding: 12px 50px;
}
#correo a{
	background: #219AD2;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#correo a:hover{
	background: #219AD2;
	padding: 12px 50px;
}
#tiktok a{
	background: #070103;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#tiktok a:hover{
	background: #070103;
	padding: 12px 50px;
}
#instagram a{
	background: #C5007A;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#instagram a:hover{
	background: #C5007A;
	padding: 12px 50px;
}

.chat{
	position: fixed;
	top: 112px;
	z-index: 5000;
	right: 10px;
    border-radius: 50%;
        
}
.chatwhatsapp{
        border-radius: 50%;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
        transition: box-shadow 150ms linear;
        margin-bottom: 4px;

}
.chatwhatsapp:hover
{
        border-radius: 50%;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .25);
}

.chatmessenger{
        border-radius: 50%;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
        transition: box-shadow 150ms linear;
}
.chatmessenger:hover
{
        border-radius: 50%;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .25);
}








































