.fix{
    /* padding: 1em; */
    /* background-color: #ddd; */
}
.fix a{
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.fix i{
    color: #fff;
    background: linear-gradient(45deg , #d90503, #ff3300);
    box-shadow: 5px 5px 10px #000;
    padding: 10px;
    border-radius: 7px;
    font-size: 18pt;
}

.fix .up{
    display: flex;
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 3;
}
.fix .book{
    display: flex;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 3;
}
.fix .whatsapp{
    display: flex;
    position: fixed;
    right: 1em;
    bottom: 5em;
    z-index: 3;
}
.fix .foto{
    display: flex;
    position: fixed;
    right: 1em;
    bottom: 9em;
    z-index: 3;
}
.fix .painel{
    display: flex;
    position: fixed;
    left: 1em;
    bottom: 5em;
    z-index: 3;
}
