#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 p {
    padding: 0px 30px 0px 30px;
}

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

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

#content table tr>td:nth-child(1) {
    width: 10%;
}

#content table tr:nth-child(odd) {
    background-color: rgba(221, 232, 246, 1);
}

#content table thead tr:nth-child(1) {
    background-color: rgb(157, 181, 212)
}

#content article p {
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 2s;
}

#content table tbody tr>td p {
    opacity: 1;
    font-size: 14px;
}

.ui-state-hover {
    background: #ccc;
}

.correcto {
    border: 1px dotted #76ff03;
    border-radius: 5px;
}

.incorrecto {
    border: #ff3d00 dotted 1px;
    border-radius: 5px;
}

.margen_inf {
    margin-bottom: 35px;
}

.pie {
    font-size: 1rem;
    font-family: 'Playfair Display';
}

div.input-field.col.s12 label {
    display: inline-block;
}

.margenCuestionario {
    margin-top: 350px;
}

.botones {
    border: none;
    background: #92b7d6;
    color: #081a35;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 200ms ease;
}

.botones:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 42px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    transition: all 2s ease;
}

.botones:hover:before {
    width: 100%;
}

a {
    color: #79a3e2;
}

.color {
    background: #79a3e2;
    color: #d7d7d7;
}

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

@media(max-width:600px) {
    #main>div.col.s12 {
        min-height: 200px;
    }
    #main>div.col.s12:nth-child(1) {
        background: url(../images/plantilla_datos.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;
    }
    div.section:nth-child(1) h1 {
        font-size: 38px;
    }
}

@media(max-width:320px) {
    #main>div.col.s12 h1 {
        font-size: 35px;
    }
}

#content strong {
    color: #15448c
}

strong {
    color: #15448c
}


/*arrastrables*/

.draggables {
    padding: 10px;
    background-color: rgba(209, 209, 209, 0.5);
    margin: 10px 0;
}

span.draggable {
    background-color: #15448c;
    display: inline-block;
    padding: 5px;
    color: #fff;
    margin: 5px;
    border-radius: 3px;
    cursor: move;
}

.ui-droppable-hover {
    background-color: rgba(19, 49, 129, 0.855);
    border-radius: 3px;
}

.ui-droppable>span {
    font-weight: bold;
    color: #15448c;
}

#content table {
    margin-bottom: 40px;
}