.botonarriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
}

.citas span{
	font-size: 12pt;
	color: #fff;
	font-weight: 600;
}

.whatsapp span, .messenger span, .email_ span{
	position: absolute;
	width: 200px;
	bottom: 13px;
	left: 60px;
}

.container-share{
	display: all;
	/*background:#04B404;*/
	font-size:35px;
	color:#FFFFFF;
	cursor:pointer;
	position: fixed;
	top: 50%;
	bottom:auto;
	right:0;
	z-index: 200;
	border-radius: 5px;
	height: auto;
}

.container-share div{
	-webkit-transition: width .5s, background 1s;
    -moz-transition: width .5s, background 1s;
    -o-transition: width .5s, background 1s;
    transition: width .5s, background 1s;
}

.citas{
	position: absolute;
	top: -200px;
	right: 8px;
	z-index: 2005;
}

.email_{
	padding:10px 8px 8px 12px;
	background:#F27A0C;
	color:#fff;
	cursor:pointer;
	position: absolute;
	bottom:0;
	right:0px;
	z-index: 200;
	border-radius: 5px 0 0 5px;

    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 50px;
    height: 50px;
}

.email_ a{
	font-size: 14pt;
	display: all;
	vertical-align: middle;
	color: #fff
}

.messenger{
	padding:7px 8px 8px 12px;
	background:#0099FF;
	color:#fff;
	cursor:pointer;
	position: absolute;
	bottom:55px;
	right:0px;
	z-index: 201;
	border-radius: 5px 0 0 5px;

    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 50px;
    height: 50px;
}



.messenger a{
	font-size: 14pt;
	display: all;
	vertical-align: middle;
	color: #fff;
}

.whatsapp{
	padding:7px 8px 8px 12px;
	background:#0B2;
	color:#fff;
	cursor:pointer;
	position: absolute;
	bottom:110px;
	right:0px;
	z-index: 202;
	border-radius: 5px 0 0 5px;

	-webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 50px;
    height: 50px;
}



.whatsapp a{
	font-size: 14pt;
	display: all;
	padding-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.whatsapp i, .messenger i{
	font-size: 35px;
	margin-right: 15px;
}

.email_ i{
	font-size: 30px;
	margin-right: 15px;
}

.facebook-messenger{
	display:inline-block;
	padding:5px;
	background:#04B404;
	font-size:50px;
	color:#FFFFFF;
	cursor:pointer;
	position: fixed;
	bottom:300px;
	right:0;
	z-index: 200;
	border-radius: 5px;
}

.facebook-messenger:before {
  content: "\e900";
  color: #0084ff;
}

#pre-header .fa-phone, 
#pre-header .fa-whatsapp, 
#pre-header .fa-envelope,
#pre-header .fa-facebook-messenger{
	/*position: absolute;
	z-index: 5;*/
	font-size: 11pt;
}

#pre-header .fa-whatsapp{
	color: #1AA830;
	opacity: 0.7;
	margin-left: 10px;
}

#pre-header .fa-phone{
	color: #CD1700;
	opacity: 0.7;
	margin-right: 10px;
}

#pre-header .fa-envelope{
	color: #91A527;
	opacity: 0.7;
	margin-right: 10px;
}

#pre-header .fa-facebook-messenger{
	color: #0A57F4;
	opacity: 0.7;
	margin-left: 10px;
}

#pre-header .medios-contacto p label{
	margin-right: 10px;
	color: #777;
}

#pre-header .fa-whatsapp:hover, 
#pre-header .fa-phone:hover, 
#pre-header .fa-envelope:hover, 
#pre-header .fa-facebook-messenger:hover{
	opacity: 1;
}

#pre-header .medios-contacto p, 
#pre-header .medios-contacto label,
#pre-header .col-sm-4{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: 400;
}

#pre-header .row{
	padding: 0 10px 0 10px;
}