.neon-button {
  background-color: rgb(247, 0, 80);
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}

.neon-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, transparent 20%, rgba(247, 0, 80, 0.4) 50%);
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s, opacity 0.3s;
  display: flex;
  justify-content: center;
}

.neon-button:hover:before {
  transform: scale(1.2);
  opacity: 1;
}

.img-pedidos-ya {
  width: 50px;
}

.pedidos-ya-link {
  border-bottom: none !important;
}

.inline-hero {
  display: inline;
}

.btn.btn-outline-black {
  border: 2px solid rgb(253, 138, 92);
  background: none;
  color: rgb(253, 138, 92);
  text-decoration: none;
}

.btn.btn-outline-black:hover {
  background: rgb(253, 138, 92);
  color: #ffffff;
  border: 2px solid transparent;
}


.site-logo2-wrap {
  position: relative;
  z-index: 1021;
}

.site-header .site-logo2 {
  line-height: 0;
  padding: 2px 10px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.site-header.scrolled .site-logo2 {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  border: 2px solid rgb(253, 138, 92);
  color: rgb(253, 138, 92);
  background: #fff;
  font-size: 25px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.float2{
	position:fixed;
	bottom:10px;
	right:12px;
  z-index:100;
}
.float2:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}
