.proteccion-datos-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.pd-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 20px;
}

.pd-logo {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 250px;
    height: auto;
}

.pd-organismo {
    font-size: 14px;
    color: #2c3661;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.pd-header h1 {
    text-align: left;
    color: #1f2951;
    font-size: 28px;
    font-weight: bold;
    margin: 0;

}

.pd-card {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pd-card h2 {
    color: #1f2951;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.pd-card p {
    margin: 0;
    line-height: 1.7;
    text-align: justify;
}

.pd-footer-logos {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 2px solid #d9d9d9;
}

.pd-footer-logo {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.logo-ue {
    max-height: 60px;
}

.logo-fondos {
    max-height: 55px;
}

.logo-ministerio {
    max-height: 90px;
}

.logo-jccm {
    max-height: 80px;
}


