﻿.th-cabecera-plan-estudios {
    border-bottom: 2px solid white;
    text-align: center;
    background-color: white !important;
    padding-bottom: 0px !important;
}

.th-plan-estudios {
    border-bottom: 2px solid white;
    text-align: center;
    background-color: #F5F5F0 !important;
}

/* Animación para expansión de categorías */
@keyframes slideDownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-expand {
    animation: slideDownFadeIn 0.4s ease-out forwards;
}

.detalle-categoria-row > td > div {
    overflow: hidden;
}

.a-materia, .a-materia:active, .a-materia:focus {
    color: #125540;
    font-weight: 600;
    text-decoration: none;
}

    .a-materia:hover, .a-materia:active {
        color: #F47B20;
        text-decoration: none;
    }

div.cintilloInternoMaestrias {
    background-color: #f57b1e;
}

.accordion-style4 .panel .panel-heading {
    background: #ed7503;
    border-radius: 0;
    padding: 18px 28px 19px
}

input, textarea, select {
    border: 1px solid #d1d1d1;
    font-size: 1.1rem;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    color: inherit;
}

.c-font-27 {
    font-size: 27px;
}

.table td, .table th {
    padding: 1.1rem;
}

.list-desc-carrera li,
ol li {
    line-height: 170%;
    font-size: 20px;
}

/* list para descripción de detalle carrera */
.list-desc-carrera {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom:20px;
}

    .list-desc-carrera li {
        position: relative;
        padding-left: 50px;
        margin-bottom: 12px;
    }

        .list-desc-carrera li:before {
            content: "\f00c";
            position: absolute;
            top: 1px;
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #ee7404;
        }

    .list-desc-carrera.list-style-color li:before {
        color: #12514b;
    }
