.boton-agendar-wdocs{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 11.4085px 19.0141px;
    gap: 6.34px;

    height: 44.82px;
    left: 71px;
    top: 4535px;

    background: linear-gradient(100.59deg, #6D4092 -6.81%, #5D4192 26.54%, #494292 57.87%);
    border-radius: 28.5211px;
    border: 0 !important;
    margin-left: 5%;
    opacity: 1;

}
.boton-agendar-wdocs:hover{
    opacity: 0.7;
}

.boton-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(100.59deg, #6D4092 -6.81%, #5D4192 26.54%, #494292 57.87%);
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.boton-flotante i {
    opacity: 0.7;
}

.boton-flotante:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.btn-overlay {
    position: absolute;
    top: 75%;
    left: 8%;
    transform: translate(-50%, -50%);
}