/* Plan de Estudios Classes */

.plan-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.plan-header {
    text-align: center;
    margin-bottom: 60px;
}

.plan-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.plan-header h2 {
    font-size: 1.8rem;
    color: #34495e;
    margin-bottom: 10px;
}

.plan-header p {
    font-size: 1.1rem;
    color: #666;
}

.plan-section {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.plan-section-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-section-title i {
    font-size: 1.5rem;
}

.plan-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.plan-section ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}

.plan-section ul li {
    padding: 10px 0;
    color: #333;
    font-size: 1rem;
}

.plan-section ul li strong {
    color: #2c3e50;
}

.plan-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.plan-table th {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    background-color: #34495e;
    color: #fff;
    font-weight: 600;
}

.plan-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.plan-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.plan-table tbody tr:hover {
    background-color: #e8f4f8;
    transition: background-color 0.3s ease;
}
.esp {
    margin-top: 150px !important;
}