    .campus-box {
        background: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .campus-header {
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 10px;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .campus-content {
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile-wrapper {
        flex: 0 0 140px;
    }

    .profile-img {
        width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .info-wrapper {
        padding-left: 20px;
    }

    .contact-name {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    /* Circulares Iconos */
    .social-link {
        background-color: #000;
        color: #ffcc00;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-right: 10px;
        font-size: 1.2rem;
    }
