section.multi-whatsapp .button {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  cursor: pointer;
  padding: 10px;
  z-index: 500;
  bottom: 110px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  right: 20px;
  border-radius: 75px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 3px 1px 15px #7b7b7b;
          box-shadow: 3px 1px 15px #7b7b7b;
}

section.multi-whatsapp .button .btn-open {
  opacity: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
  position: absolute;
}

section.multi-whatsapp .button .btn-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
  font-size: 50px;
  color: white;
  position: absolute;
}

section.multi-whatsapp .button i {
  color: white;
  font-size: 46px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

section.multi-whatsapp .button:hover {
  background-color: #1f9249;
}

section.multi-whatsapp .button.aberto {
  background-color: #1f9249;
}

section.multi-whatsapp .button.aberto .btn-open {
  opacity: 0;
}

section.multi-whatsapp .button.aberto .btn-close {
  opacity: 1;
}

section.multi-whatsapp .box {
  font-family: 'Segoe UI', sans-serif;
  position: fixed;
  background-color: white;
  overflow: hidden;
  bottom: 110px;
  border-radius: 8px;
  z-index: 500;
  width: 380px;
  right: 20px;
  -webkit-box-shadow: 3px 1px 15px #7b7b7b;
          box-shadow: 3px 1px 15px #7b7b7b;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

section.multi-whatsapp .box.aberto {
  bottom: calc(110px + 85px);
  opacity: 1;
  pointer-events: all;
}

section.multi-whatsapp .box .conteudo {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
}

section.multi-whatsapp .box .conteudo .phone {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  padding: 10px 13px;
  border-radius: 6px;
  border-left: 3px solid #1f9249;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

section.multi-whatsapp .box .conteudo .phone:hover {
  background-color: #e9e9e9;
}

section.multi-whatsapp .box .conteudo .phone span {
  font-size: 15px;
}

section.multi-whatsapp .box .conteudo .phone i {
  color: #1f9249;
  font-size: 28px;
  padding-right: 10px;
}

section.multi-whatsapp .box .titulo {
  background-color: #25d366;
  padding: 15px 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.multi-whatsapp .box .titulo i {
  font-size: 40px;
  padding-right: 20px;
}

section.multi-whatsapp .box .titulo span {
  font-size: 16px;
}

section.multi-whatsapp .box .titulo span strong {
  font-size: 21px;
  display: block;
}

@media screen and (max-width: 768px) {
  section.multi-whatsapp .button {
    bottom: 110px;
  }
  section.multi-whatsapp .button:hover {
    background-color: #25d366;
  }
  section.multi-whatsapp .button.aberto {
    background-color: #1f9249;
  }
  section.multi-whatsapp .box {
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: 499;
    top: 0;
  }
  section.multi-whatsapp .box .titulo i {
    font-size: 35px;
  }
  section.multi-whatsapp .box .titulo span {
    font-size: 14px;
  }
  section.multi-whatsapp .box .titulo strong {
    font-size: 19px;
  }
}

section.barra-contato {
  padding: 20px 0;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.barra-contato.rodape {
  position: fixed;
  width: 100%;
  bottom: -85px;
  z-index: 10;
  border-top: 1px solid #0098c1;
}

section.barra-contato.exibir {
  bottom: 0;
}

section.barra-contato .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section.barra-contato .button-novo {
  color: #0098c1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.barra-contato .button-novo i {
  background-color: #0098c1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 14px;
  color: white;
  border-radius: 100%;
  margin-right: 8px;
}

section.barra-contato .button-novo span {
  font-size: 17px;
}

section.barra-contato .button-novo strong {
  display: block;
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
}

section.barra-contato .button-novo:hover {
  color: #1a556e;
}

section.barra-contato .button-novo:hover i {
  background-color: #1a556e;
}

#modulo-rodape .copyright {
  margin-bottom: 85px;
}
