.footer {
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Seccion-footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.icon img {
    width: 279px;
}

.Seccion-footer .textcolor {
    color: rgb(12, 12, 12);
}

.info{
    font-weight:700;
    font-size: 18px;
}

.size-icons {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -6px;
}

.copyright {
    display: flex;
    background: #e6e6e6;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
}

.copyright h3 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
}


