/* @Jael Orea para FCS */

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

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

.acordeon .contenedor {
    position: relative;
    margin: 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;
}

/********* Índice ************/
.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;
}

/********* Imágenes y Secciones ************/
.img-section {
    width: 30%;
    border-radius: 10px;
    /*margin-top: 10px;*/
}

.img-section02 {
    width: 20%;
    border-radius: 10px;
    margin-top: 10px;
}

.img-portada01 {
    width: 55%;
    border-radius: 15px;
    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;
}

figure {
    font-size: 0.7rem;
    color: white;
    font-style: italic;
    text-align: center;
}

.nota {
    color: white;
    font-size: 0.55rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.nota02 {
    color: white;
    font-size: 0.75rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.boxPuzzle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
}

/********* Puzzle Boxes ************/
.puzzle-box {
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 10px;
    color: white;
    width: 65px;
    cursor: pointer;
    height: 40px;
}

.puzzle-box01, .puzzle-box01B { 
    position: absolute; 
    top: 34%; 
    left:40%; 
    transform: translate(-50%, -50%); 
    padding: 10px;
    color: white;
    width: 65px;
    cursor: pointer;
    height: 40px;
}
.puzzle-box02, .puzzle-box02B { 
    position: absolute; 
    top: 74%;
    left:40%; 
    transform: translate(-50%, -50%); 
    padding: 10px;
    color: white;
    width: 65px;
    cursor: pointer;
    height: 40px;
}
.puzzle-box03, .puzzle-box03B { 
    position: absolute; 
    top: 8%; 
    left:60%; 
    transform: translate(-50%, -50%); 
    padding: 10px;
    color: white;
    width: 65px;
    cursor: pointer;
    height: 40px;
 }
.puzzle-box04, .puzzle-box04B { 
    position: absolute; 
    top: 74%;
    left:60%; 
    transform: translate(-50%, -50%);
    padding: 10px;
    color: white;
    width: 65px;
    cursor: pointer;
    height: 40px;
}

 .mtop {
    margin-top: 20px;
}

.paragraph {
    display: flex;
    flex-direction: row;
}

.paragraph001 p, .paragraph002 {
    font-size: 0.8rem;
    text-align: left;
    /*line-height: 0.90rem;*/
    line-height: normal;
}

.paragraph001, .paragraph002 {
    width: 50%;
}

.title-bullets {
    font-weight: 600;
    list-style: none;
}

.colorPurple {
    color: #7F3F98;
}

@media (max-width: 900px) {
    .img-portada01 {
        width: 45%;
        margin-top: 15px;
    }
}

@media (max-width: 800px) {
    .img-portada01 {
        width: 27%;
        margin-top: 15px;
    }

    .imgBox {
        width: 180px;
    }
}

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

    .puzzle-box01, .puzzle-box01B { top: 32%; }
    .puzzle-box02, .puzzle-box02B { top: 69%; }
    .puzzle-box04, .puzzle-box04B { top: 70%; }

    .nota02 {
        color: white;
        font-size: 0.55rem;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

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

    .img-portada01 {
        width: 22%;
        margin-top: 15px;
    }
}

@media (max-width:400px) {
    .paragraph001 p, .paragraph002 {
        font-size: 0.7rem;
    }
}