.icon-1 {
    content: "";
    background-image: url(../img/icons/icon-index.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.icon-2 {
    content: "";
    background-image: url(../img/icons/icon-artistas.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.icon-3 {
    content: "";
    background-image: url(../img/icons/icon-visibilidade.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.icon-4 {
    content: "";
    background-image: url(../img/icons/icon-galera.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.icon-5 {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

ul {
    list-style-type: none;
    padding: 0;
    display: block;
}

.btn-floating {
    font-size: 1rem;
    outline: 0;
}

.btn-floating i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn-floating:focus {
    background-color: #1d7d74;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    border-style: solid;
    border-width: thin;
    border-color: orange;
    width: 80px;
    height: 80px;
}

.btn-floating:hover {
    background-color: orange;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    width: 90px;
    height: 90px;
}

.btn-floating.btn-large.halfway-fab {
    bottom: -28px;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px;
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px;
}

.btn-floating i {
    width: 58px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    height: 85px;
}

.btn-floating-i {
    width: 58px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    height: 94px;
}

button.btn-floating {
    border: none;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}