/*!
 *  Globos CSS 1.0 
 *  Copyright 2021 Solucionestai.com
 *  Author: Arturo Andrade, Solucionestai.com
 */
 @import url(all.min.css);
.fab-container {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

div.fab {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}

div.fab a {
    height: 60px;
    width: 60px;
    border-radius: 50px !important;
}

.fab-icon-holder {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    list-style: none;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    color: #fff;
}

.fab-fab {
    width: 60px;
    height: 60px;
}

.fab-options {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    opacity: 0;
    transition: all 0.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: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 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 0.5s;
}

.cerrado {
    transform: rotate(360deg);
    transition: ease 0.5s;
}

.bg-azul {
    background-color: #f6a525;
}

#btn-ir-arriba {
    margin-bottom: 15px;
    margin-right: 2px;
    /* transform: translateX(0%);
    transition-timing-function: ease;
    transition: .5s; */
    transition-timing-function: linear;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}

.fab-icon-holder.bg-globo-contacto{
    background-color: #DF2626 !important;
}

.fab-icon-holder.bg-globo-whatsapp{
    background-color: #25d366 !important;
}

.azul-marino {
    color: #001435;
}

/* FIN BOLA FLOTANTE */