.redes {
    padding: 1.25rem 1.25rem 2.5rem;
    max-width: 68.75rem;
    margin: 0 auto;
    text-align: center;
}

.redes h1 {
    font-size: 2.5rem;
    margin-bottom: 1.125rem;
}

.redes p {
    color: #555;
    margin-bottom: 2.5rem;
}

.redes-sociales {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0.625rem 0 0.625rem;
}

.red-boton {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    text-decoration: none;
}

.red-boton img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0.2rem;
}

.red-boton:hover {
    background: #f9f8f5;
}

.usuario {
    font-size: 1.125rem;
    margin-top: -0.5rem;
    color: #2b2b2b;
}

.silueta-toledo {
    width: 100%;
    height: auto;
    max-width: 68.75rem;
    margin: 0 auto 0;
    display: block;
    object-fit: cover;
}

@media (min-width: 768px) {
    .redes-sociales {
        flex-direction: row; 
        gap: 2rem; 
    }

    .red-boton {
        width: 4.5rem; 
        height: 4.5rem;
    }

    .usuario {
        font-size: 1.25rem;
        margin-top: 0;
    }
}
