section.redesocial {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    margin: 5px;
    justify-content: center;

    
} 

.redesocial h2 {
    display: none;
}

.rede {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-bottom: 1px;
    transition: all 0.4s ease-out;
    border-radius: 0 5px 5px 0;

}
.rede:hover {
    cursor: pointer;
    transform: translateX(10px);
    box-shadow: 4px 30px 16px 0px rgba(50,50,50,045);
}
.rede#facebook {
    background-color: #2372a3;
   max-width: 100%;
    height: auto;
    
}
.rede#twitter {
    background-color: #0084b4;
   max-width: 100%;
    height: auto;
    
}
.rede#instagram {
    background-color: #3f729b;
    max-width: 100%;
    height: auto;
    
}
.rede#snap {
    background-color: #fc0;
    max-width: 100%;
    height: auto;
    
}
.rede#plus {
    background-color: #dd4b39;
    max-width: 100%;
    height: auto;
    
}
.rede#youtube {
    background-color: #b00;
    max-width: 100%;
    height: auto;
    
    
   
}

.icone {
    margin: 0px auto;
    padding: 5px;
    max-width: 100%;
    height: auto;

} 
   


/*MEDIA QUERIES*/

@media screen and (min-width: 768px){
        section.redesocial {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: absolute;
            left: -5px;
            top: 1200px;
            
           

        }

        section.redesocial h2 {
            display: none;
        }
        .rede#facebook, .rede#twitter,
        .rede#instagram, .rede#snap,
        rede#plus, .rede#youtube {
            height: auto;
    }
    
}
    