#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 > div > article p{
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}

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

}
.draggable, .dragga, .droppable, .droppa{
    border-radius: 5px;
}
.draggable{
    background-color: #116881;
    border: 1px solid #8C8984;
    text-align: center;
    padding: 5px;
    margin: 3px;
    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%;
    z-index: 80;
}
.dragga{
    background-color: #116881;
    border: 1px solid #8C8984;
    text-align: center;
    padding: 5px;
    margin: 3px;
    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: 250px;
    height: auto;
    display: inline-block;
    font-size: 70%;
}
.droppable{
    padding: 10px;
    border: 1px #9ED3E2 solid;
    position: relative;
    /*display: inline-block;*/
}
.droppable.correct{
    border: 1px #22c764 solid;
}
.droppa{
    background-color: rgba(158, 211, 226, 0.2);
    min-height: 40px;
    display: inline-block;
    padding: 5px;
    width: 85%;
    text-align: center;
    vertical-align: middle;
    border: 1px #9ED3E2 solid;
}
.droppa.correct{
    border: 1px #22c764 solid;
}
.centrada{
    margin: 0 auto;
    display: block;
}
.sang{
    color: #116881;
    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{
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
}
#content > div:nth-child(3) > article > div:nth-child(6) > ol > li{
    opacity: 0;
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(7) > article > div:nth-child(2) > ol > li{
    opacity: 0;
    list-style-type: lower-alpha;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(5) > article > div:nth-child(5) > div:nth-child(2) > ul li{
    opacity: 0;
    list-style-type: disc;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(3) > article > div ul li{
    opacity: 0;
    list-style-type: disc;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(5) > article > div:nth-child(2) ul li{
    opacity: 0;
    list-style-type: circle;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(5) > article > div:nth-child(2) ul li strong{
    color: #116881;
}
#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%;
}
#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(7) > article > div:nth-child(2) > div > div.card-content > ul > li strong{
    color: #941205;
}
#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: #116881;
}
.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: auto;
    height: auto;
    display: inline-block;
    font-size: 70%;
}
.droppable{
    padding: 10px;
    background-color: #9ED3E2;
    width: 205px;
    min-height: 40px;
    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;
}
.minim{
    min-height: 100px;
}
.minimo{
    min-height: 300px;
}
#content table{
    width: 100%;
}
#content table tr:nth-child(even) > td:nth-child(even){
    border: 1px solid #116881;
}
#content table tr > td{
    border: 1px solid #116881;
}
#content table tr > th {
    text-align: center;
    background-color: #116881;
    color: #fff;
    border: 1px solid #ebf3ffff;
}
#content > div:nth-child(7) > article > div:nth-child(3) > div > div > div > p{
    font-style: italic;
}
#content > div:nth-child(9) > article > div > ol > li{
    opacity: 0;
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
    background-color: rgba(250, 235, 215, 0.53);
    border-radius: 5px;
}
.correcto {
    border: 2px solid #76ff03;
    border-radius: 2px;
}

.incorrecto {
    border: 2px solid #ff3d00;
    border-radius: 2px;
}
#content > div:nth-child(7) > article > div > div:nth-child(5) p{
    margin-bottom: 15px;
    background-color: rgba(250, 235, 215, 0.53);
}
#content > div:nth-child(9) > article div span > p{
    opacity: 1;
    color: #388ab0;
}
#content > div:nth-child(9) > article > div > div.col.m12.s12.contiene{
    background-color: rgba(215, 238, 250, 0.5);
    margin-bottom: 15px;
    padding: 30px 0px;
    text-align: center;
}
#content > div:nth-child(9) > article > div span > code > pre{
    font-size: 16px;
    text-align: left;
}
#content > div:nth-child(9) > article > div > p:nth-child(2){
    color: #511815;
}
#content > div:nth-child(9) > article > div > h2{
    font-size: 40px;
}
@media(min-width:992px){
    #content table{
        width: 80%;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@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;
    }
    #content table{
        width: 80%;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #main > div.col.s12 h1 {
        font-size: 43px;
    }
}
@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.section article.row.container div.col.s12.m6.pull-m6 h1.txt_shadow{
        font-size: 2.42rem;
    }
    #content table{
        width: 80%;
        font-size: 13px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media(max-width: 525px){
    #content table{
    width: 80%;
    font-size: 12px;
    margin: 0 auto;
        margin-bottom: 10px;
}
}
@media(max-width:420px){
    div.section:nth-child(9) > article:nth-child(1) > div:nth-child(1) > h3:nth-child(1){
        font-size: 2.7rem;
    }
}
#content article img.responsive-img.sinstyle {
    margin: 10px 0;
    border: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 0px;
    border-top: 0;
    border-bottom: 0;
    /*margin-left: 10%;*/
    padding: 0px;
}
