.cuerpo{
    position: relative;
    top:100px;
}


.titulo-seccion {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    background: url('../img/titulo.jpg') center/cover no-repeat;
}
.titulo-seccion2 {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    background: url('../img/primario0.jpg') center/cover no-repeat;
}
.titulo-texto {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFD002;

}
.titulo-texto h1{
    font-family: "Oswald", Sans-serif;
    font-size: 55px;
    font-weight: 550;
    
}

.nivel{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 90px;
}

.nivel .card{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;}
    
.nivel p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
}
.linea{
    width: 50vw;
    border-bottom: 5px solid #FFD002; /* Puedes ajustar el color y el grosor según tus preferencias */
    padding-bottom: 10px; /* Ajusta el espaciado según tus preferencias */

}

@media only screen and (max-width: 1200px) {
    .inicial{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 10px;
    }
    .inicial p{
       margin-bottom: 40px;
    }

    .primaria{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 10px;
    }
    .primaria p{
       margin-bottom: 40px;
    }

}
