*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#btn-mas{
    display: none;
}
.containericons{
    position: fixed;
    bottom: 25%;
    top: 50%;
    right: 20px;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    /*background: #cc2b2b;*/
    /*color: #fff;*/
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}
.redes a:hover{
    background-color: #fff !important;
    color: #cc2b2b !important;
}
.redes a {
    margin-bottom: 0.45rem;
    opacity: 0;
    visibility: visible;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label {
    cursor: pointer;
    background: #5C5C5C;
    font-size: 23px;
    color:white;
}
#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}

/*MESA DE PARTES*/
.contenedor-rrss {
    /*width: 500px;
    left: 0;
    position: fixed;
    top: 20px;
    margin-left: 10px;*/
    position: fixed;
    bottom: 25%;
    top: 50%;
    left: 10px;
}

.icono {
    top: 20%;
    left: 10px;
    position: relative;
    margin-bottom: 5px;
}

.icono-primary {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: white;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 20px;
}

.contenedor-descripcion {
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 50px;
}

.icono-descripcion {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ED1C24;
    height: 70px;
    line-height: 25px;
    padding-left: 80px;
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
    box-shadow: 1px 0 1px rgba(0,0,0,0.5);
    -webkit-transform: translate3d(-110%, 0, 0);
    -ms-transform: translate3d(-110%, 0, 0);
    -o-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.icono-primary:hover ~ .contenedor-descripcion .icono-descripcion {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*FIN ESTILO MESA DE PARTES*/












