.custom-footer {
    width: 100%;
    height: 100%; /* Ajusta automáticamente al contenido */
    margin: 0;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.redes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
   
}

.redes a {
    flex: 1;
    text-align: center;
}

.redes a i {
    font-size: 1rem;
    color: white;
}

/* WhatsApp Icon */
.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.whatsapp a img {
    padding: 10px;
    height: 3rem;
}


