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

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

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

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

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

.acordeon .contenido {
    position: relative;
    background: white;
    height: 0;
    font-size: 0.90rem;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
    line-height: 1.3rem;
    margin-top: 0px;
}

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

.acordeon .contenedor.activa .contenido {
    height: fit-content;
}

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

.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-portada01 {
    width: 54%;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.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.61rem;
    text-align: center;
}

.mtop01 {
    margin-top: 20px;
}

.mbottom01 {
    margin-bottom: 20px;
    text-align: center;
}

.arrow {
    font-weight: 800;
}

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

@media (max-width:600px) {
    .img-portada01 {
        width: 80%;
        border-radius: 15px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
}

/*.background02 {
    background-color: 	hsla(73, 33%, 60%, 20%);
}

.background03 {
    background-color:   hsla(210, 29%, 24%, 20%);
}

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

.background05 {
    background-color:   hsla(108, 100%, 29%, 20%)
}*/