.whats-flutuante p{font-size:1rem; color:#7f8c8d}
.whats-flutuante .btn-fechar{
  position:absolute;
  right:15px;
  top:15px;
  border:0;
  background:#e74c3c;
  border-radius:100%;
  width:30px;
  height:30px;
  color:#fff;
}
.whats-flutuante .content{
  display:flex;
}
.whats-flutuante input{
  border:0;
  padding:1rem;
  width:80%;
}
.whats-flutuante .btn-enviar{
  border:0;
  padding:1rem;
  border-radius:100%;
  background:none;
  -webkit-box-shadow: -2px 10px 18px 0px rgba(0,0,0,1);
-moz-box-shadow: -2px 10px 18px 0px rgba(0,0,0,1);
box-shadow: -2px 10px 18px 0px rgba(0,0,0,0.5);
  
}
.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:30px;
  left:30px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:1001;
  animation: pulse 4s infinite;
  cursor: pointer;
}

.whatsapp-icon {
  margin-top:13px;
}

.fab {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.wp-img {
	width: 80%;
	height: auto;
}



@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #25d366; 
box-shadow: 0px 0px 0px 0px #25d366;
  }
  20% {
    -webkit-box-shadow: 0px 0px 25px 0px #25d366; 
box-shadow: 0px 0px 25px 0px #25d366;
  }
  40% {
    -webkit-box-shadow: 0px 0px 0px 0px #25d366; 
box-shadow: 0px 0px 0px 0px #25d366;
  }
}

@media screen and (max-width: 700px){
  .whatsapp {
    left: auto;
    right: 10px;
    bottom: 3vh;
    width: 9vh;
    height: 9vh;
  }
}

.wtext {
  position:fixed;
  width:50px;
  height:50px;
  bottom:5px;
  left:90px;
  text-align:center;
  font-size:18px;
  z-index:100;
}

/*# sourceMappingURL=/wp.cdc851f2.css.map */