.load-sug-cont {
	width:100%;background: #454545;min-height:50px;position:absolute;top:50px;left:0;z-index:999;border-radius: 20px;
	padding: 30px 0 0 0;
}
.load-sug-cont-sm {
	width:45%!important;
	}
.load-sug-cont-sm2 {
	width:45%!important;
	right: 10px;
	left: auto !important;
	}
.load-sug-cont p {
	margin:0;
	padding-left:12px;font-size:16px;font-weight:bold;
	}
.load-sug-cont p a{
	text-decoration: none;
	color:#555;
	cursor: pointer;
	}
.load-sug-cont p a:hover{
	color:#FFF;
	}
.load-sug-cont span.close {
	font-size:16px;
	display:block;
	position: absolute;
	top:10px;
	right: 10px;
}
.button-options {
	margin-left: 10px!important;
}

.load-sug-cont p a{position: relative;text-decoration: none;}
.load-sug-cont p a:after{
	content: '';
	height: 3px;
	border-radius: 1px;
	background-color: #00ebb8;
	position: absolute;
	width: 0%;
	right: 0;
	bottom: -5px;
	transition: ease-out 0.3s;
}
.load-sug-cont p a:hover{color:#FFF;text-decoration: none;}
.load-sug-cont p a:hover:after{
	width: 100%;
	left: 0;
	right: auto;
	text-decoration: none;
}
.load-sug-cont p a.active:after{width: 100%;text-decoration: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 0 #000 inset !important;
}

.form-control:focus {
	background-color: #000!important;
}
.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.whatsapp-my-float{
	margin-top:16px;
}

.chatea-con-nosotros {
	position: fixed;
	width: 130px;
	bottom: 70px;
	right: 20px;
	background-color: transparent;
	color: #000;
	text-align: center;
	font-size: 16px;
	z-index: 100;
	font-weight: bold;
	line-height: 20px;
	background: #00ebb8;
	padding: 12px;
	border-radius: 25px;
	cursor: pointer;
	border:1px solid black;
}