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

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

#content h4 {
    color: #116881;
    padding-bottom: 5px;
    border-bottom: 1px solid #116881;
}

#content div.section.white p {
    padding: 0px 30px 0px 30px;
}

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

#content > div:nth-child(9) > article > div > ol > li:nth-child(2) > ul > li {
    opacity: 0;
    transition: opacity 3s;
    list-style-type: circle;
    margin-left: 15px;
    margin-bottom: 15px;
}

#content > div:nth-child(11) > article > div > ul > li {
    opacity: 0;
    transition: opacity 3s;
    list-style-type: circle;
    margin-left: 35px;
    margin-bottom: 15px;
}

#content > div:nth-child(5) > article > div > ul > li {
    opacity: 0;
    transition: opacity 3s;
    list-style-type: circle;
    margin-left: 35px;
    margin-bottom: 15px;
}
#content > div:nth-child(3) > article > div > ol > li {
    opacity: 0;
    transition: opacity 3s;
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
}
.txt_shadow {
    text-shadow: #131A49 2px 3px;
}

.c_azul0 {
    background-color: #9ED3E2;
}

.c_azul1 {
    background-color: #69b2c7;
}

.c_azul1:hover {
    background-color: #4394aa;
}

.c_azul2 {
    background-color: #4394aa;
}

.c_azul3 {
    background-color: #116881;
}

.c_azul3:hover {
    background-color: #4394aa;
}

.centrar {
    text-align: center;
    margin-left: 150px;
}

.img_style {
    margin: 10px 0;
    padding: 0px 30px 0px 30px;
}

.h_azul2 {
    color: #4394aa;
}

.fraction {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}

.fraction > span {
    display: block;
    padding-top: 0.15em;
}

.fraction span.fdn {
    border-top: thin solid black;
}

.fraction span.bar {
    display: none;
}

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

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

#content article div.retro > p {
    display: none;
}

#content article div.retro > p.correct {
    /*color: #0F0;*/
    color: #20B828;
}

#content article div.retro > p.incorrect {
    color: #F00;
}

footer div.footer-copyright div p {
    color: #fff;
}

@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 .section:nth-child(1) > article .col.s12:nth-child(1) > div.col.s12 img,
    #content footer.page-footer .container .row img {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
    #main > div.col.s12:nth-child(2) {
        padding-top: 20px;
    }
    #content footer.page-footer div.footer-copyright {
        min-height: 106px;
    }
}

#content > div:nth-child(7) > article > div:nth-child(2) > ol > li {
    list-style-type: lower-alpha;
    margin-left: 10%;
}

#content > div:nth-child(9) > article > div > ul > li > div.collapsible-header > span {
    color: #116881;
    font-size: x-large;
}

#content > div:nth-child(9) {
    min-height: 700px;
}

#content > div > article > div > ol > li > span > br {
    display: none;
}

@media(max-width:1485px) {
    #content > div > article > div > ol > li > span > br.w1485 {
        display: block;
    }
}

@media(max-width:1250px) {
    #content > div > article > div > ol > li > span > br {
        display: block;
    }
}

@media(max-width:320px) {
    #content > div > header > div > h1 {
        font-size: 20px;
    }
    #content article .droppable {
        width: 100%;
        padding: 10px 0;
    }
}

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

.draggable {
    background-color: #116881;
    border: 1px solid #8C8984;
    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: 200px;
    height: auto;
    display: inline-block;
    font-size: 70%;
}

.droppable {
    margin-bottom: 10px;
    padding: 10px 0;
    border: #9ED3E2 1px solid;
/*    background-color: #9ED3E2;*/
    width: 80%;
    height: auto;
}

.droppable.correct {
    background-color: #4caf50;
}

#content h5 {
    color: #116881;
    padding-bottom: 5px;
}
#content #opciones > span{
   display: inline-block;
   background-color: #116881;
   color: #fff;
   margin: 2px;
   padding: 2px 5px;
   font-size: 18px;
   border-radius: 3px;
   cursor: move;
}
#content table {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #008A87;
}
#content table tr td{
    width: 100px;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #008A87;
}
#content table thead tr > th:nth-child(1) {
    width: 40%;
    padding: 5px;
    background-color: rgba(158,211,226, 0.20);
    border: 1px solid #008A87;
}
#content > div:nth-child(11) > article > div.col.m12 > table > thead > tr:nth-child(2) > th{
    width: 50%;
    padding: 5px;
}

#content table thead tr > th:nth-child(2) {
    width: 17%;
    padding: 5px;
    background-color: rgba(158,211,226, 0.20);
    border: 1px solid #008A87;
}
#content table thead tr > th:nth-child(3) {
    width: 17%;
    padding: 5px;
    background-color: rgba(158,211,226, 0.20);
    border: 1px solid #008A87;
}
#content table thead tr > th:nth-child(4) {
    width: 17%;
    padding: 5px;
    background-color: rgba(158,211,226, 0.20);
    border: 1px solid #008A87;
}
#content table thead tr > th:nth-child(5) {
    width: 15%;
    padding: 5px;
    background-color: rgba(158,211,226, 0.20);
    border: 1px solid #008A87;
}
#content table tr > td {
    padding: 5px;
}
#content table thead th > span {
    padding-left: 10px;
    display: block;
}
#content > div:nth-child(11) > article > div.col.m12 > table > thead > tr:nth-child(1) > th:nth-child(2){
    width: 30%
}

/*#content table tbody tr > td:nth-child(1) {
    border: none !important;
}*/
.colors{
   background-color: #4394aa;
    border: 1px solid #fff;
}
#content table tbody tr > td p {
    opacity: 1;
}

#r1_datos{
    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: 20%;
}
#r2_datos{
    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: 20%;
}
#r3_datos{
    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: 20%;
}
#r4_datos{
    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: 20%;
}
#r5_datos{
    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: 20%;
}
