.boton-agendar-wlogis{
    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, rgba(251, 91, 8, 0.39) -6.81%, rgba(251, 91, 8, 0.63) 16.1%, rgba(251, 91, 8, 0.75) 28.56%, rgba(251, 91, 8, 0.99) 57.87%);
    border-radius: 28.5211px;
    border: 0 !important;
    margin-left: 5%;
    opacity: 1;    

}

.boton-agendar-wlogis: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, rgba(251, 91, 8, 0.39) -6.81%, rgba(251, 91, 8, 0.63) 16.1%, rgba(251, 91, 8, 0.75) 28.56%, rgba(251, 91, 8, 0.99) 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%);
}

.btn_mod_1{
    padding: 11.4085px 19.0141px;
    gap: 6.34px;
    height: 44.82px;
    left: 71px;
    top: 4535px;
    text-align: center !important;
    background: #F09B46;
    border-radius: 8.71827px;
    border: 0 !important;
    opacity: 1;
    width: 100% !important;
}

.btn_mod_1:hover{
    background:#E67A58;
}

.btn_mod_2{
    padding: 11.4085px 19.0141px;
    gap: 6.34px;
    height: 44.82px;
    left: 71px;
    top: 4535px;
    text-align: center !important;
    background: #EB8A4E;
    border-radius: 8.71827px;
    border: 0 !important;
    opacity: 1;
    width: 100% !important;
}

.btn_mod_2:hover{
    background:#E67A58;
}

.cierre-button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 9999;
}

.cierre-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}