#base_llamarme {
	position: fixed;
	width: 230px;
	background: rgba(255,255,255,0.9);
	height: 240px;
	z-index: 1000001;
	top: 40px;
	box-shadow: 0 0 5px #bbb;
	overflow: hidden;
	transition: 0.5s ease all;
	left:0px;
}
#base_llamarme.vertical{background:#23244f;height: 250px;left: -190px;opacity: 1;color: #fff;}
#base_llamarme:hover{
	left:0px !important;	
}
#base_llamarme:hover #cabecera{
	color: #c4d7e6 !important;
}
#base_llamarme:hover #formularioLlamada{
	opacity:1 !important;
}

#base_llamarme #cabecera {
	text-align: center;
	font-size: 1.4em;
	padding: 5px;
	color: #c4d7e6;
	text-transform:uppercase;
}
#base_llamarme.vertical #cabecera {
	width: 20px;
	word-wrap: break-word;
	text-align: center;
	float: right;
	line-height: 1em;
	padding: 3px 10px 30px 0;
	color: #fff;
	font-size: 1.2em;
}
#base_llamarme.vertical #cabecera  span{
margin: 10px 0 0 0;
width: 100%;
float: left;
position: relative;
}
#base_llamarme.vertical #cabecera::after {
margin: 6px 0 0 0;
color: #fff !important;
float: left;
width: 100%;
transform: rotate(100deg);
}
#formularioLlamada {
	text-align: justify;
	font-size: 0.9em;
	/* padding: 5px; */
	color: #666;
	width: 90%;
	margin: 0;
	padding: 2% 5%;
	font-weight: normal;
	transition:1s ease all;

}
#base_llamarme.vertical #formularioLlamada{display:none;}
#base_llamarme input[type="number"] {
	width: 90%;
	margin: 10px 5%;
	height: 30px;
	text-align: center;
	font-size: 1.8em;
	color: #c4d7e6;
}
#base_llamarme input[type="submit"] {
	width: 60%;
	height: 35px;
	padding: 5px;
	margin: 0 auto;
	float: none;
	display: inherit;
	cursor: pointer;
	font-size: 1.2em;
	background: #c4d7e6;
	border: none;
	color: #ffffff;
}
#base_llamarme input[type="submit"]:hover {
	background: #23244f;
}
#base_llamarme #cabecera::after {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	margin-left: 15px;
	font-size: 1.5em;
	color: #c4d7e6 !important;
	font-weight: bold;
}

/*PARA EL MOVIL*/
#formularioLlamada {
	font-size: 0.8em;
}
#movil #base_llamarme {
	position: relative;
	width: 100%;
	background: #c4d7e6;
	height: auto;
	z-index: 10;
	top: 0;
	box-shadow:none !important;
	overflow: hidden;
	transition: 0.5s ease all;
	padding: 0 0 20px 0;
}
#movil #formularioLlamada {
	text-align: justify;
	font-size: 0.9em;
	/* padding: 5px; */
	color: #33363a;
	width: 90%;
	margin: 0;
	padding: 2% 5%;
	font-weight: normal;
	transition: 1s ease all;
}
#movil #base_llamarme #cabecera {
	text-align: center !important;
	font-size: 1.2em !important;
	padding: 15px 0 20px 0 !important;
	color: #21356d !important;
	background: none;
	border-bottom: none;
	height:auto !important;
}
#movil #base_llamarme #cabecera::after {
	color: #21356d  !important;
}
#movil #base_llamarme #form_llamada{text-align:center;}
#movil #base_llamarme input[type="submit"] {
	width: 55%;
	height: 35px;
	padding: 5px;
	font-size: 1em;
	color: #21356d;
	text-transform: uppercase;
	background: #7AB3D8;
	max-width:250px;
}
#movil #base_llamarme input[type="number"] {
	height: 50px;
	max-width: 350px;
}
