.boton-agendar-wsecure{
    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, #D03D26 -6.81%, #DE4E20 26.54%, #E85B1C 57.87%);
    border-radius: 28.5211px;
    border: 0 !important;
    margin-left: 5%;
    opacity: 1;

}

.boton-agendar-wsecure: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, #D03D26 -6.81%, #DE4E20 26.54%, #E85B1C 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);
}