.footerini{
    background: #252525;

}

.footer{
    background-color: #000000;
}

.textfooter{
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
.cssfoot{
    padding: 0 !important;
}
#textfooter{
    font-size: 15px;
}

.containfooter{
    margin-top: 20px;
}
.img-redes{/*se agrego al media query de 980*/
    width: 20%;
}



.view{
    position: relative;
    opacity:0.8;
    background-color: Black;
    z-index:10;
    border-radius: 4px;
    border: solid 2px darkcyan
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.view:hover .image {
    opacity: .1;
}

.view:hover .middle {
    opacity: 1;
}

.text {
     color: white;

 }

 .text2 {
     color: black;
text-decoration: none;
 }

.text a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}