/* PLACE YOU CUSTOM STYLES IN THIS FILE */
/* Boton flotante WA */
    .float-wa{
        position:fixed;
        width:60px;
        height:60px;
        bottom:28px;
        right:30px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
/* Boton flotante INICIO */
    .float-inicio{
        position:fixed;
        width:60px;
        height:60px;
        bottom:28px;
        right:100px;
        background-color:#666666;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }