@media (min-width: 1281px) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .floating-button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #25d366;
    /* flexbox centraliza o icone */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position */
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 99999;

    /* transition usado no efeito do hover */
    transition: 0.2s;
  }
  .floating-button svg {
    /* deixa o icone em cima do texto */
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
    fill: #fff;
  }

  .floating-button:hover {
    /* faz o efeito do hover do bot�o */
    transform: translateY(-4px);
    /* remove o sublinhado */
    text-decoration: none;
  }

  .floating-button .text-send {
    height: 33px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 54px;
    display: grid;
    font-weight: 600;
    align-items: center;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 15px;
    background: #25d366;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .floating-button:hover .text-send {
    /* mostra o texto */
    visibility: visible;
    opacity: 1;
    /* aumenta o tamanho do container do texto */
    width: 135px;
  }
}
