.circle {
    border-radius: 24px;
    /*Estandar*/
    -webkit-border-radius: 24px;
    /*Safari y Chrome*/
    -moz-border-radius: 24px;
    /*Firefox*/
    -o-border-radius: 24px;
    /*Opera*/
    -ms-border-radius: 24px;
    /*IE 8*/
    padding: 6px 15px;
    float: left;
    margin-left: 5px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    /*bottom: 60px;*/
    display: none;
}

.red {
    background-image: url("../../images/fin.gif");
    background-size: contain;
    width: 70px;
    height: 70px;
    background-position: center;
    cursor: pointer;
}

#redes {
    margin: 0px 0px 10px 0px;
    z-index: 9999999;
    bottom: 10px;
    right: 18px;
    position: fixed;
}

@media (max-width:576px) {
    #redes {
        z-index: 99999;
        /*display: none;*/
        margin: 71px 0px 10px 0px;
    }
    .red_cel {
        padding: 12px;
        border: 1px dotted #F00;
        width: 35px;
        display: inline;
    }
}

.menu_redes {
    display: none;
}

@media (max-width:576px) {
    .menu_redes {
        display: inline;
    }
}

.menu_pie div {
    display: inline-block;
    border-bottom: 1px solid white;
    padding: 5pt;
}

.menu_pie div:hover {
    cursor: pointer;
    border-bottom: 1px solid #e21800;
    background-color: rgba(0, 0, 0, 0.1);
}