#main>div.col.s12:nth-child(1) {
    background: url(../images/plantilla_head.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content h2,
#content h3 {
    color: #b03845;
    padding-bottom: 5px;
    border-bottom: 1px solid #b03845;
}

#content h3 {
    color: #b03845;
    padding-bottom: 5px;
}

#content h4 {
    color: #b03845;
    padding-bottom: 5px;
}

#content>div>article p {
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}

#content p strong {
    font-weight: bold;
}

ul {
    /*opacity: 0;
    transition: opacity 3s;*/
    margin-left: 8%;
    list-style-type: circle;
}

#content #fichero_sencillo {
    min-height: 450px;
}

#content #fichero_sencillo div.col.m4>div a {
    border: 1px solid #CC9AA3;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    display: block;
    margin: 5px 0;
    background-color: #C56376;
    border-radius: 5px;
}

#content #fichero_sencillo div.col.m4>div a:hover,
#content #fichero_sencillo div.col.m4>div a.active {
    background-color: #929C81;
}

#content #fichero_sencillo div.col.m8>div {
    display: none;
}

a {
    /* color: #D6829D;*/
    color: #fff;
    font-weight: bold;
}

a:hover {
    color: #C56376;
    cursor: pointer;
}

em {
    font-weight: bold;
}

.centrada {
    margin: 0 auto;
    display: block;
}

.sang {
    color: #932A2B;
    margin-left: 10%;
}

.sang2 {
    margin-left: 10%;
}

div.section:nth-child(5)>article:nth-child(1) span {
    opacity: 0;
    transition: opacity 3s;
}

#content ol li {
    opacity: 0;
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
}

#content table {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

#content table tr>td {
    font-size: 16px;
}

#content table tr>td:nth-child(1) {}

#content>div:nth-child(7)>article>div:nth-child(2)>div>div.card-content>table>thead>tr>th {
    font-size: 18px;
    color: #b03845;
}

#content table tbody tr:nth-child(odd)>td:nth-child(odd) {
    border-right: 1px dashed #932A2B;
    border-bottom: 1px dashed #932A2B;
    border-left: 1px dashed #932A2B;
}

#content table tbody tr:nth-child(even)>td:nth-child(odd) {
    border-bottom: 1px dashed #932A2B;
    border-right: 1px dashed #932A2B;
    border-left: 1px dashed #932A2B;
}

#content table tbody tr:nth-child(odd)>td:nth-child(even) {
    border-left: 1px dashed #932A2B;
    border-bottom: 1px dashed #932A2B;
    border-right: 1px dashed #932A2B;
}

#content table tbody tr:nth-child(even)>td:nth-child(even) {
    border-bottom: 1px dashed #932A2B;
    border-left: 1px dashed #932A2B;
    border-right: 1px dashed #932A2B;
}

#content table tbody tr>td:nth-child(1) {
    border-bottom: 1px dashed #932A2B;
    border-left: 1px dashed #932A2B;
    border-right: 1px dashed #932A2B;
}

@media(min-width:601px) and (max-width:992px) {
    #main>div.col.s12:nth-child(1) {
        background: url(../images/plantilla_head.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media(max-width:600px) {
    #main>div.col.s12 {
        min-height: 200px;
    }
    #main>div.col.s12:nth-child(1) {
        background: url(../images/plantilla_head.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#content>div:nth-child(5)>article>div:nth-child(2)>a {
    /*width: 230px;*/
    font-size: 12px;
    height: auto;
    line-height: 14px;
    padding: 10px;
    margin-left: 10%;
}

.correcto {
    border: 3px #5ab11a solid;
    border-radius: 5px;
    color: #FFF;
}

.incorrecto {
    border: #ff3d00 3px solid;
    border-radius: 3px;
    color: #FFF;
}

input.correct {
    background-color: #008A87;
    border-radius: 5px;
    color: #fff;
}

input.incorrect {
    background-color: #de3702;
    border-radius: 5px;
    color: #fff;
}

input.retro_positiva {
    background-color: #20B828;
    border-radius: 5px;
    color: #fff;
}

input.retro_negativa {
    background-color: #EA1D20;
    border-radius: 5px;
    color: #fff;
}

.check {
    font-size: 13px;
    margin-left: 5%;
}

#r3_nc,
#r4_nc,
#r5_nc,
#r6_nc,
#r7_nc,
#r11_c,
#r10_c,
#r9_c,
#r12_c {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    width: 20%;
}

#content>div:nth-child(7)>article>div:nth-child(2)>div>div.card-content>ul>li {
    list-style-type: circle;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}

#content>div:nth-child(9)>article>div:nth-child(2)>div>div>ol>li {
    list-style-type: lower-alpha;
    margin-bottom: 30px;
    margin-left: 50%;
    width: 100px;
    opacity: 0;
    transition: opacity: 3s;
}

#content>div:nth-child(7)>article>div:nth-child(2)>div>div.card-content>ul>li strong {
    color: #941205;
}

#content>div:nth-child(5)>article>div>ol>li {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}

#content>div:nth-child(7)>article>div:nth-child(3)>ol>li {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}

#content>div:nth-child(5)>article>div:nth-child(3)>ol>li {
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity 2s;
}

#content>div:nth-child(7)>article>div:nth-child(2)>div>div.card-content.white-text>ul>li>strong {
    color: #ed3bcb;
}

#content form p>label.opcion {
    font-size: 100%;
    color: #B03845;
}

.alphabet {
    font-size: 150%;
    color: #fff;
    background-color: #B03845;
    margin: 15px;
    padding: 12px 5px 5px 5px;
    border-radius: 8px;
    font-weight: bolder;
    height: 75px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 8px #888888;
}

.spelling {
    font-size: 150%;
    color: #B03845;
    background-color: #fff;
    margin: 15px;
    padding: 0px 2px 5px 2px;
    border-radius: 8px;
    border: 2px solid #B03845;
    font-weight: bolder;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 8px #888888;
    display: inline-block;
}

.spelling a {
    color: #B03845;
}

.draggable,
.droppable {
    border-radius: 5px;
}

.draggable {
    background-color: #B03845;
    border: 1px solid #511815;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    cursor: move;
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 70%;
}

.droppable {
    padding: 10px;
    background-color: #D6829D;
    height: 30px;
    display: inline-block;
}

.droppable.correct {
    background-color: #511815;
}

.dere {
    float: right;
}

#content>div:nth-child(3)>article>div:nth-child(2)>p {
    overflow-wrap: break-word;
}

#r1_c,
#r2_c,
#r3_c,
#r4_c,
#r5_c,
#r6_c,
#r7_c,
#r8_c {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    width: 100%;
}

.minim {
    min-height: 100px;
}

.minimo {
    min-height: 300px;
}

#quizz>div>p>span {
    background-color: rgba(176, 56, 69, 0.45);
    text-align: center;
    padding: 3px;
    margin: 3px;
    -webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    cursor: pointer;
    width: auto;
    height: auto;
    border-radius: 2px;
}

#quizz>div>p>span.selected {
    background-color: rgba(224, 69, 86, 0.76);
}