h4{
    font-weight: 700;
    color: #232323;
    text-decoration: none;
    
}
a{
    
    color: black;
    text-decoration: none;
    
}


.iconos{
    
    color: white;
    font-size: 20px;
    
}



.redes{
    
    
    margin-bottom: 20px;
    
    
}



.redes:hover{
    
    text-decoration: none;
   
    
}


h5{
    
    font-variant: small-caps;
    
}




i{
    
    font-size: 50px;
     color: #d63447;
    
}

.nav{
    
    background: #d63447;
    color: white;
    
}

nav a{
    
    color: white;
    
}


nav a:hover{
    
    color: white;
    
    
}






footer{
    
    background: #d63447;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    
}