.botones_main .one-col-3 a {
    font-size: 0.9em;
    text-decoration: none;
}

.botones_main .one-col-3 {
    width: 33%;
    padding: 8px 0;
    display: table-cell;
}

.botones_main {
    display: none;
    font: caption;
    z-index: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-shadow: inset 0px 4px 14px -7px #404040;
    text-align: center;
}


.wr-icon {
    font-size: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
   /* text-align: left;*/
}

@media (max-width: 790px) {
    .botones_main {
        display: table;
    }
}