#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 {
    color: #b03845;
    padding-bottom: 5px;
    border-bottom: 1px solid #b03845;
}

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

#content h5 {
    font-family: 'dosisregular';
    font-size: 100%;
    color: #b03845;
    font-weight: bold;
    padding-left: 4%;
}

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

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

#content ul strong {
    font-weight: bold;
    color: #941205;
}

#content ol strong {
    font-weight: bold;
    color: #941205;
}

#content ul li {
    margin-left: 60px;
    list-style-type: disc;
}

#content ol li {
    margin-left: 35px;
}

#content article img.responsive-img {
    margin: 5px 20px 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.draggable {
    background-color: firebrick;
    text-align: left;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    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;
}

.droppable {
    padding: 20px;
    background-color: #D6829D;
    margin: 10px 0;
    min-height: 100px;
}

.droppable.correct {
    background-color: darkred;
}

.collapsible {
    width: 90%;
    margin: auto;
}

ul.collapsible li {
    list-style-type: none !important;
    margin-left: 0% !important;
}

.correcto {
    border: 2px dotted #76ff03;
    border-radius: 5px;
    width: 80%;
}

.incorrecto {
    border: 2px dotted #ff3d00;
    border-radius: 5px;
    width: 80%;
}

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

@media(max-width:320px) {
    #content div.section article div h2 {
        font-size: 40px;
    }
}