
/* =====================================================
   CV DISEÑO UPEA (Institucional)
   ===================================================== */
.cv-upea {
    background: white;
    padding: 20mm;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}

.upea-header-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.upea-header-table td {
    vertical-align: top;
}

.upea-logo-text {
    text-align: center;
    flex: 1;
}
.upea-univ-name {
    font-family: 'Brush Script MT', cursive, serif;
    font-size: 2.2rem;
    color: #333;
    margin: 0;
}
.upea-autonoma {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 5px 0;
}

.upea-main-title-box {
    background: #6b8fb4;
    color: white;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.upea-hoja-vida {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
}
.upea-form-code {
    text-align: center;
    font-size: 0.7rem;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}

.upea-section-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

/* UPEA Table Style */
.upea-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 0.85rem;
}
.upea-table th, .upea-table td {
    border: 1px solid #000;
    padding: 4px 8px;
    text-align: left;
}
.upea-table th {
    background: #d9e1f2;
    font-weight: bold;
    text-align: center;
}

.upea-label {
    background: #d9e1f2;
    font-weight: bold;
    width: 20%;
}
.upea-val {
    background: #fff;
}

.upea-photo-box {
    width: 120px;
    height: 150px;
    border: 2px solid #6b8fb4;
    padding: 2px;
}
.upea-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upea-checkbox-cell {
    text-align: center;
    width: 30px;
    font-weight: bold;
}

@media print {
    .cv-upea {
        padding: 10mm !important;
    }
    .upea-main-title-box {
        background-color: #6b8fb4 !important;
        -webkit-print-color-adjust: exact;
    }
    .upea-label, .upea-table th {
        background-color: #d9e1f2 !important;
        -webkit-print-color-adjust: exact;
    }
    .upea-table tr {
        page-break-inside: avoid !important;
    }
}
