/* @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: 45%;
    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;
}

.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: #1B1B1B;
    font-size: 1rem !important;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

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

.boxPuzzle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

#question-text {
    color: #704796;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
}

#answers {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 600px;
    font-weight: 600;
    margin: 0 auto;
}

.answer {
    margin: 2px;
    height: 40px;
    width: 600px;
    cursor: pointer;
    text-align: left;
    font-size: 0.9rem;
}

 .mtop {
    margin-top: 20px;
}

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

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

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

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

.colorPurple {
    color: #7F3F98;
}

#feedback {
    margin-top: -28px !important;
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0px !important;
    padding: 5px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.gif-feedback {
    width: 120px;
}

.one {
    color: #704796;
    font-weight: 600;

    display: block;
}

.two { 
    color: #8BBF45;
    font-weight: 600;

    display: block;
    margin-bottom: 10px;
}

.three {
    padding: 3px;

    display: block;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

@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: black;
        font-size: 0.55rem;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #answers {
        width: 300px;
        margin: 0 auto;
    }
    
    .answer {
        width: 300px;
        font-size: 0.9rem;
        margin: 2px !important;
        height: 40px !important;
    }
}

@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;
    }
}