.m-botao-flutante{
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    width: 72px;
    height: 72px;
    background: #EFF2F4 url("../images/ico-chat.svg") no-repeat center center;
    box-shadow: 0px 4px 16px 0px #0000001F;
    border-radius: 100%;
    z-index: 999;
    transition: all 0.3s;
    cursor: pointer;
}

.m-botao-flutante:hover{
    background: #002a3f url("../images/ico-chat-white.svg") no-repeat center center;
}
.m-botao-flutante.--active{display: none;}

.acf-block-preview .m-botao-flutante{
    position: static;
}

.m-modal{
    position: fixed;
    background:#fff;
    padding: 3% 1%;
    max-width: 90%;
    max-height: 85%;    
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}
.m-modal-close{
    position: fixed;
    display: block;
    top:10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background:#002a3f url("../images/ico-close-white.svg") no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
}


#floating-button {
  animation: anim-vibrate 1.5s infinite; 
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 1);
}

#floating-button:hover {
  animation: none; /* Sem animação no hover */
}

@keyframes anim-vibrate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #002a3f;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}



#floating-button{
    min-width: 62px;
    height: 62px;
    border-radius: 9999px;
    background: #002a3f;
    position: fixed;
    bottom: 55px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    border: 1px solid white;
    display: flex;
  }

  .floating-button--active {
    display: flex;
    padding: 0 20px;
    color: white;
    text-align: center;
    align-items: center;
  
    .title {
      margin-right: 20px;
      display: block;
      max-width: unset ;
      margin-bottom: 0;
      overflow: inherit;
      transition: all .2s linear;
    }
  }
  
  .title-scroll {
    max-width: 0rem !important; 
    margin: 0 !important;
    overflow: hidden !important;
    transition: all .2s linear;
  }


  .container-floating--active .floating-button--active  {

    animation: none;

    .title {
      /* display: none; */
      max-width: 0rem;
      margin: 0;
      overflow: hidden;
      transition: all .2s linear;
    }
    
  }

  .plus{
    color: white;
    /* position: absolute; */
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }
  
  #container-floating{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }
  
  .container-floating--active{
    height: 400px !important;
    width: 270px !important;
    padding: 30px !important;
  }
  
  .container-floating--active .plus{
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
    display: none;
  }
  
  .edit{
    /* position: absolute; */
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
  }
  
  .container-floating--active .edit{
    animation: edit-in 0.2s;
     animation-delay: 0.1s;
    animation-fill-mode: forwards;
    display: block;
  }
  
  @keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
    }

    @keyframes edit-out{
        from {opacity: 1; transform: rotateZ(0deg);}
        to {opacity: 0; transform: rotateZ(-70deg);}
    }

    @keyframes plus-in{
        from {opacity: 1; transform: rotateZ(0deg);}
        to {opacity: 0; transform: rotateZ(180deg);}
    }

    @keyframes plus-out{
        from {opacity: 0; transform: rotateZ(180deg);}
        to {opacity: 1; transform: rotateZ(0deg);}
    }
  
  .nds{
    width: auto;
    min-width: 62px;
    height: 62px;
    border-radius: 9999px;
    position: fixed;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    transform:  scale(0);
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
    box-shadow: 0px 4px 16px 0px #0000001F;
    transition: all .2s linear;
    border: 1px solid white;
  }
  
  .nds--active {
    /* gap: 20px; */
    display: flex;
    padding: 0 20px;
    color: white;
    text-align: center;
  }

  .nds p {
    margin: 0;
    max-width: 0rem;
    overflow: hidden;
    transition: all .2s linear;
  }

  .nds:hover p {
    margin-left: 20px;
    max-width: 20rem;
  }

  .nd0{
    background: #002a3f;
    right: 30px;
    bottom: 125px;
    animation-delay: 0.2s;
      animation: bounce-out-nds 0.3s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd1{
    background: #002a3f;
    right: 30px;
    bottom: 190px;
    animation-delay: 0.15s;
      animation: bounce-out-nds 0.15s linear;
    animation-fill-mode:  forwards;
  }
  
  .nd2{
    background: #002a3f;
    right: 30px;
    bottom: 255px;
    animation-delay: 0.1s;
      animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }

  .nd3{
    background: #002a3f;
    right: 30px;
    bottom: 320px;
    animation-delay: 0.1s;
      animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  @keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
    }

    @keyframes bounce-out-nds{
        from {opacity: 1; transform: scale(1);}
        to {opacity: 0; transform: scale(0);}
    }
  
  .container-floating--active .nds{
    
    animation: bounce-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  
  .container-floating--active .nd0{
    animation-delay: 0.08s;
  }
  .container-floating--active .nd1{
    animation-delay: 0.15s;
  }
  .container-floating--active .nd2{
    animation-delay: 0.2s;
  }
  .container-floating--active .nd3{
    animation-delay: 0.25s;
  }

  .letter{
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
  }
  
  .profile{
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }