.header-diplomado{
    background-image: url(../imgs/nivelacion-background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    height: 400px;
}

.plan-nivelacion{
    background-image: url(../imgs/nivelacion-grid.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    margin-bottom: -120px;
    height: 500px;
}

.playfair-plan{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    font-size: 38px;
    letter-spacing: -0.2px;
    color: #05347f;
}



.accordion-item {
    margin-bottom: 20px;
    background-color: #fff; /* Cambia solo el color de fondo */
    border: 0px solid #ccc;    /* Mantiene el color del*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.accordion-header {
    background-color: #dce3ec;
    padding: 10px;
    cursor: pointer;
}

.accordion-content {
    padding: 10px 10px 10px 50px;
    display: none;
    transition: max-height 0.3s ease-in-out; /* Agregamos una transición suave */
}

.accordion-text{
    font-family: 'Average Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #6c757d ;
    text-align: left;
}

.monse-accordion{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #05347f;
    text-align: left;
}

.turnos-nivelacion{
    background-image: url(../imgs/turnos-nivelacion.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    margin-bottom: -785px;
    height: 1050px;
}

.plan-diplomado{
    background-image: url(../imgs/cuatrimestres.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
    height: 846px;
}

.background-accordion{
    background-color: white;
    z-index: 1000;
    position: relative;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.fondo-acordeon{
    background-color: #b0c1d5;
    position: relative;
    z-index: 111;
}