.balao2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 auto; 
    background: #fff;
    font-size: 16px;
    line-height: 1.6em;  
    border-radius: 15px;
    width: 370px;
    color: #000;
    padding: 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .balao2:after{ /*Triangulo*/
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    left: 20%;
    margin-top: 95px;
    margin-left: -93px;
  }
  
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 70px;
    right: 35px;
    background-color:#4cc370;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:1000000000;
  }
  
  .float:hover {
    text-decoration: none;
    color: #fff;
    background-color:#3d9e5a;
  }
  
  .my-float{
    margin-top:16px;
  }
  
  .header-whatsapp{
    display:flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #25D366;
    height: 75px;
    border-radius: 30px 30px 0px 0px;
    align-items: center;
    width: 430px;
  }
  
  .fa-whatsapp:before{
    color: #FFF;
    width: 100%;
  }
  
  .top-chat{
    display:flex;
    align-items: center;
  }
  
  .send{
    width: 35%;
    padding-left: 15px;
  }
  
  .abrir-chat{
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
  }
  
  .fa fa-whatsapp{
    color: #fff;
  }
  
  .texto-whatsapp{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px !important;
    color:#fff;
    align-items: flex-end;
    padding:10px;
  }
  
  .whatsAppPopup {
    width: 8%;
    margin-left: 20px;
  }
  
  @import url("https://fonts.googleapis.com/css?family=Roboto");
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  @keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
  }
  .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  }
  
  .nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 50;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
  }
  
  .whatsapp-button {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  }
  
  .circle-anime {
    display: none;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4.0s ease 4;
  }
  
  .popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 430px;
    height: auto;
    bottom: 140px;
    right: 35px;
    transition: .5s;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight .6s 0.0s both;
    background-color: #f1f1f1;
  }

  .popup-whatsapp2 {
    display: block;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 430px;
    height: auto;
    bottom: 140px;
    right: 35px;
    transition: .5s;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight .6s 0.0s both;
    background-color: #f1f1f1;
  }
  
  .popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
  }
  
  .popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  
  .closePopup {
    padding: 15px !important;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    border: none;
    outline: none;
    background-color: #00000066 !important;
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    border: none !important;
  }
  
  .closePopup:hover {
    background-color: #3d9e5a !important;
    transition: .3s !important;
  }
  
  .send-msPopup {
    border-radius: 50px !important;
    background-color: #25D366 !important;
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px !important;
    border:none !important;
  }
  
  .send-msPopup:hover {
    background-color: #9cedba !important;
    transition: .3s;
  }
  
  .is-active-whatsapp-popup {
    display: flex !important;
    animation: slideInRight .6s 0.0s both;
  }
  
  input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
  }
  @media (max-width: 420px) {
    input.whats-input[type=text] {
      width: 225px;
    }
  }
  input.whats-input::placeholder {
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
  }
  
  input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
  }
  
  .icon-whatsapp-small {
    width: 24px;
    height: 24px;
  }
  
  .icon-whatsapp {
    width: 45px;
    height: 45px;
  }
  
  .icon-font-color {
    color: #ffffff;
  }
  
  .icon-font-color--black {
    color: #333333;
  }
  
  /* Cruz para cerrar popup */
  
  /* fallback */
  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-family: Roboto !important;
  }
  
  /* Modo celular */
  
  @media (max-width: 768px){
    .balao2{
        width: 325px;
    }
  
    .balao2:after{
      margin-left: -80px;
    }
  
    .header-whatsapp{
      width: 380px;
    }
  
    .nav-bottom {
      width: 320px;
    }
  
    .popup-whatsapp{
      width: 380px;
      right: 10px;
    }
  
    .float{
      right: 15px;
    }
  
    .popup-whatsapp p {
      font-size: 14px;
    }
  }