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

}

.boton-agendar-gpss-white{
    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: white;
	color: #BD1522;
    border-radius: 28.5211px;
    border: 0 !important;
    margin-left: 40%;
    opacity: 1;

}

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

.boton-agendar-gpss-white: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, #C7676E -6.81%, #E63F4C 26.54%, #BD1522 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%);
}