/********* Level01 ************/

.title-words-level01 {
    font-size: 1.15rem;
    text-align: center;
    margin: -5px;
}

.acordeon {
    margin: 0 auto;
    color: black;
    background-color: white;
    padding: 10px 10px;
}

.acordeon .contenedor {
    position: relative;
    margin: 10px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.acordeon-cuerpo {
    margin-bottom: 10px;
}

.acordeon .contenido {
    position: relative;
    background: white;
    font-size: 0.90rem;
    text-align: justify;
    transition: 0.5s;
    line-height: 1.3rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.acordeon hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

.acordeon .contenedor.activa .contenido {
    height: auto;
    min-height: 100px;
}

.etiqueta {
    font-weight: 600;
    cursor: pointer;
}

.word-style {
    font-weight: 600;
}


/********* indice ************/

.indice-list {
    margin: 2px;
    width: 90%;
}

/********* Level02 ************/

.style-list::before {
    content: '- ';
    font-size: 1rem;
}

.fontStyle02 {
    font-size: 0.7rem !important;
    line-height: 0.8rem !important;
}

/*****************************/

.img-section {
    width: 30%;
    border-radius: 10px;

    margin-top: 10px;
}

.img-portada01 {
    width: 60%;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.background02 {
    background-color:   hsla(212, 80%, 42%, 20%);
}

.inst-words-box02 {
    font-size: 0.9rem !important;
}

.inst-words-box03 {
    font-size: 0.7rem !important;
}

.referencias {
    width: 90%;
    margin: 0 auto;
    font-size: 0.60rem;
    text-align: center;
}

.mtop01 {
    margin-top: 20px;
}

.arrow {
    font-weight: 800;
}

a {
    text-decoration: none;
    color: inherit;
}

.box-sections {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.imgBox {
    width: 220px;
    height: fit-content;
    border-radius: 15px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #DEDCD9;
    cursor: pointer;
}

.imgBox:hover {
    background-color: #B046A1;
}

.mTop {
    margin-top: 20px;
}

@media (max-width:1500px) {
    .img-portada01 {
        width: 75%;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .title-words-level01 {
        font-size: 0.95rem;
        margin-top: 20px !important;
        margin: -5px;
        padding: 8px;
    }

    .etiqueta {
        font-size: 0.80rem;
    }
}

@media (max-width:700px) {
    .acordeon .contenido {
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
}

@media(max-width: 650px) {
    .imgBox {
        width: 150px;
    }
}