.branco{
    color: white;
    font-weight: bold;
}

.chaveNaMao{
    text-align: center !important;
}

/* Início do CSS do Formulário*/

*{
    padding: 0;
    margin: 0;
  }
  .contact{
    width: 40%;
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    box-shadow: 1px 1px 2px;
    border-radius: 7px;
    background: #f9fcfc;
  }
  .contact h1{
    color: #06062a;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dashed #ddd;
  }
  .contact p{
    padding: 5px;
  }
  form{
    padding-bottom: 35px;
  }
  input{
    width: 47%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    height: 25px;
  }
  input:nth-child(1),input:nth-child(3){
    margin-right: 5px;
  }
  textarea{
    width: 98%;
    margin-bottom: 10px;
  }
  input,textarea{
    background: #fff;
    border:1px solid #eee;
    border-radius: 5px;
    padding: 5px;
  }
  input[type="submit"]{
    background: #6685FF;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  #msg{
    width: 100%;
  }
  @media screen and (max-width: 960px){
   .contact{
    width: 60%;
   }
  }
  @media screen and (max-width: 767px){
   .contact{
    width: 90%;
   }
  }
  @media screen and (max-width: 640px){
   input{
    width: 98%;
   }
   textarea{
    width: 98%;
   }
  }

/* Fim do CSS do Formulário*/

/* WhatsApp*/

#wp-icon{
  height:50px;
  width:50px;
  right:31px;
  bottom:80px;
  position:fixed;
  z-index:9999; 
}

/* Fim do CSS do Whatsapp*/