@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;500;700&display=swap');

footer{  
    margin-top: 70px;
    text-align: center;
    background: black;
    padding: 20px 0;
}

.redesocial{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.redesocial a{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: 0.5s all ease;
    padding:0 1rem;
}

.redesocial i{
    padding-right: 0.5rem;
    font-size: 32px;
}
    
.redesocial a:hover{
    color: rgba(199, 8, 8, 0.945);
}

.copyright{
    font-family: 'Raleway', sans-serif;   
    font-weight: 100; 
    color: white;
    margin-top: 20px;
    padding: 2rem 0 1rem 0;
    border-top: 0.5px solid rgb(224, 223, 223);
}