.contenedor_redes_sociales{
    background: transparent;
    /* background: #0abb50e3; */
    /* background: rgba(0, 0, 0, 0.338); */
    position: fixed;
    width: 100%;
    max-width: 48px;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 1000;
}
.redes_right{
    background: transparent;
    position: fixed;
    width: 100%;
    max-width: 43px;
    top: 50%;
    right: 0;
    text-align: center;
    z-index: 1000;
}

.contenedor_redes_sociales .list_redes a{
    font-size: 17px;
    padding: 15px;
    display: block;
    position: relative;
    transition: all .4s ease;
    color: #fff;
    padding: 10px 0;
    border-radius: 50%;
    margin: 0 0 0.5em 0;
}
.redes_right .list_whatsapp a{
    font-size: 17px;
    padding: 15px;
    display: block;
    position: relative;
    transition: all .4s ease;
    color: #fff;
    padding: 10px 0;
    border-radius: 50%;
}

.icon-facebook{
    background: #3b5998;
}
.icon-linkedin{
    background: #0A66C2;
}
.icon-twitter{
    background: #00acee;
}
.icon-youtube{
    background: #e52a23;
}
.icon-whatsapp{
    background: #25d366!important;
}
.icon-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.contenedor_redes_sociales .title-icon-redes{
    position: fixed;
    background: #1c1c1c;
    border-radius: 50%;
    font-size: 15px;
    margin-top: -3px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    margin-left: -100px;
}

.vigo_container_two {
    width: 82%;
}