
.fab-container {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 999;
    cursor: pointer
}
div.fab {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px
}
div.fab a {
    height: 50px;
    width: 50px;
    border-radius: 50px!important
}
.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0, .2);
    margin-top: 10px;
}

.fab-icon-holder:hover {
    opacity: .8
}
.fab-icon-holder i {
    list-style: none
}
.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 24px;
    color: #fff
}
.fab-fab {
    width: 50px;
    height: 50px;
}
.fab-options {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 60px;
    right: 0;
    opacity: 0;
    transition: all .3s ease;
    transform: scale(0);
    transform-origin: 85% bottom
}
.fab-fab:hover+.fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1)
}
.fab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 4px
}
.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0, .2);
    margin-right: 10px
}
.fab-options i {
    margin-right: 0!important
}
.fab-options i:hover {
    color: #ccc!important
}
.abierto {
    transform: rotate(45deg);
    transition: ease .5s
}
.cerrado {
    transform: rotate(360deg);
    transition: ease .5s
}

.bg-amarillo{
    /* background-color: #ffcd00; */
    background-color: #797979;
}

.bg-verde{
    background-color: #26D367;
}

.bg-rojo{
    background-color: #D32F2F;
}

.bg-azul{
    background-color: #303F9F;
}

.d-none{
    display: none;
}