@-webkit-keyframes shadowbounce {
from {
-webkit-box-shadow:0 0 0 0 rgba(2, 109, 177, 0.44);
box-shadow:0 0 0 0 rgba(2, 109, 177, 0.44)
}
to {
	-webkit-box-shadow:0 0 0 10px rgba(2, 109, 177, 0.44);
	    box-shadow: 0 0 0 10px rgba(2, 109, 177, 0.44);
}
}
@keyframes shadowbounce {
from {
-webkit-box-shadow:0 0 0 0 rgba(2, 109, 177, 0.44);
box-shadow:0 0 0 0 rgba(2, 109, 177, 0.44)
}
to {
	-webkit-box-shadow:0 0 0 10px rgba(2, 109, 177, 0.44);
	    box-shadow: 0 0 0 10px rgba(2, 109, 177, 0.44);
}
}
@-webkit-keyframes shadowbounce1 {
from {
-webkit-box-shadow:0 0 0 0 rgba(170, 227, 177, 0.44);
box-shadow:0 0 0 0 rgba(2, 109, 177, 0.44)
}
to {
	-webkit-box-shadow:0 0 0 10px rgba(170, 227, 177, 0.44);
	    box-shadow: 0 0 0 10px rgba(170, 227, 177, 0.44);
}
}
@keyframes shadowbounce1 {
from {
-webkit-box-shadow:0 0 0 0 rgba(170, 227, 177, 0.44);
box-shadow:0 0 0 0 rgba(170, 227, 177.44)
}
to {
	-webkit-box-shadow:0 0 0 10px rgba(170, 227, 177, 0.44);
	    box-shadow: 0 0 0 10px rgba(170, 227, 177, 0.44);
}
}
input:focus, button:focus, a:focus, a:hover {
	text-decoration:none;
	outline:none;
	color:#eb315a
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
-webkit-box-shadow:0 0 0 1000px #fff inset!important
}
.join-button {
	position:fixed;
    bottom: 50px;
    right: -15px;
	z-index:9999
}
.join-button a.whatsapp-bounce {
	-webkit-animation:shadowbounce1 .5s linear .5s infinite alternate;
    animation:shadowbounce1 .5s linear .5s infinite alternate
}
.join-button a {
	width:50px;
	height:50px;
	text-align:center;
	line-height:20px;
	background-color:#026db1;
	color:#fff;
	font-size:18px;
	display:inline-block;
	border-radius:50%;
    padding: 8px 8px;
    font-size: 12px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin:30px;
-webkit-animation:shadowbounce .5s linear .5s infinite alternate;
animation:shadowbounce .5s linear .5s infinite alternate
}
	
.join-button a:hover, .join-button a:focus, .join-button a:active {
	color:#fff !important;
}


@media (max-width: 768px) {
  .slide-image {
   display:none;
  }
 
}
