﻿body {
    font-family: sans-serif;
}

.fab {
    position: fixed;
    bottom: 70px;
    right: 10px;
}

    .fab button {
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 30px;
        background-color: #cb60b3;
        border: none;
        box-shadow: 0 1px 5px rgba(0,0,0,.4);
        font-size: 24px;
        color: white;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out;
    }

        .fab button:focus {
            outline: none;
        }

        .fab button.main {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 30px;
            background-color: #cdcdcd;
            right: 0;
            bottom: 0;
            z-index: 20;
        }

            .fab button.main:before {
                content: '+';
                color: black;
            }

    .fab ul {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        padding-right: 5px;
        margin: 0;
        list-style: none;
        z-index: 10;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out;
    }

        .fab ul li {
            display: flex;
            justify-content: flex-start;
            position: relative;
            margin-bottom: -10%;
            opacity: 0;
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            transition: .3s ease-out;
        }

            .fab ul li label {
                margin-right: 80px;
                white-space: nowrap;
                display: block;
                margin-top: 10px;
                padding: 5px 8px;
                background-color: white;
                box-shadow: 0 1px 3px rgba(0,0,0,.2);
                border-radius: 3px;
                height: 18px;
                font-size: 16px;
                pointer-events: none;
                opacity: 0;
                -webkit-transition: .2s ease-out;
                -moz-transition: .2s ease-out;
                transition: .2s ease-out;
                margin-bottom: 22px;
            }

    .fab.show button.main,
    .fab.show button.main {
        outline: none;
        background-color: #cdcdcd;
        box-shadow: 0 3px 8px rgba(0,0,0,.5);
    }

        .fab.show button.main:before,
        .fab.show button.main:before {
            content: 'x';
            color: red;
        }

        .fab.show button.main + ul,
        .fab.show button.main + ul {
            bottom: 70px;
        }

            .fab.show button.main + ul li,
            .fab.show button.main + ul li {
                margin-bottom: 10px;
                opacity: 1;
            }

                .fab.show button.main + ul li:hover label,
                .fab.show button.main + ul li:hover label {
                    opacity: 1;
                }

#icoFace {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 350px;
    right: 13px;
    background-color: #355BA6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

#icoInsta {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 280px;
    right: 13px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

#icoWhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 210px;
    right: 13px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

#icoPhone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right: 13px;
    background-color: #745447;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
