
			/*codigo de los botones*/
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
} 

/*FLOAT BUTTONS*/
.float-button{
	position:fixed;
	left:15px;
	z-index: 200;
}

.float-button.whatsapp{
	bottom:30px;
}

.float-button.call{
	bottom:100px;
}

.float{
	width:50px;
	height:50px;
	color:#FFF;
	display: block;
	border-radius:50%;
	text-align:center;
  font-size:26px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  position: relative;
  z-index: 200;
}

.whatsapp .float{
	background-color:#ef0707;
}

.call .float{
	background-color:#18697E;
}

.my-float{
	margin-top:12px;
}

.float-button div {
  position: absolute;
  border: 6px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: wave 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  z-index:100;
}

.float-button.whatsapp div {
  border: 6px solid #25d366;
}

.float-button.call div {
  border: 6px solid #1B5E6F;
}

.float-button div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes wave {
  0% {
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    top: -15px;
    left: -15px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
/*fin codigo de los botones*/

.grecaptcha-badge { 
    visibility: hidden;
}
		