#buttons-redes-sociales {
    margin: auto 100px;
    right: 0px;
    top: 60px;
    
    z-index: 1;
    position: absolute;
    
   /*     margin: auto 100px;
    margin-top: -50px;
    top: 60px;
    z-index: 32000;
    position: sticky;
    float: right;*/
}

.top-navbar769{
    top: 85px !important;
}
.top-navbar768{
    top: 60px;
}

.button-red-social, .contact-red-social {
    float: left;
    /*margin-right: 10px;*/
    top: 50px;
    z-index: 1;
}

.button-red-social i, .contact-red-social i {
    background-color: rgba(0, 0, 0, 0.6);
    color: #777;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.button-red-social i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.button-red-social.facebook:hover i {
    background: #305c99;
    color: white;
}

.button-red-social.twitter:hover i {
    background: #00cdff;
    color: white;
}

.button-red-social.google:hover i {
    background: #d24228;
    color: white;
}

.button-red-social.linkedin:hover i {
    background: #007bb6;
    color: white;
}

.button-red-social.linkedin {
    margin-right: 0;
}




.contact-red-social.facebook i {
    background: #305c99;
    color: white;
}

.contact-red-social.twitter i {
    background: #00cdff;
    color: white;
}

.contact-red-social.google i {
    background: #d24228;
    color: white;
}

.contact-red-social.linkedin i {
    background: #007bb6;
    color: white;
}