/*
Theme Name: New Growing
Description: Template de site para New Growing
Author: NewGrowing
Version: 1.0
*/

.icon-whats {
  position: fixed;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  z-index: 10000;
  width: 4rem;
}

.bloco-1-contato button {
  padding: 8px 48px;
  cursor: pointer;
  border: 3px solid #BED62F;
  font-family: 'Podkova';
  color: #00948F;
  font-weight: 500;
  border-radius: 35px;
  font-size: 22px;
  display: inline-block;
  transition: all .4s;
}

.bloco-1-contato button:hover {
  background: #BED62F;
  color: #fff;
  border-color: #BED62F;
}