#main>div.col.s12:nth-child(1) {
    background: url(/mtm/caracteristicas_base_datos/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: 30%;
}

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

#content table thead tr th {
    width: 25%;
}

#content table thead tr:nth-child(1) {
    width: 30%;
}

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

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

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

#content dl.colorsito dt {
    padding: 0px 30px 0px 45px;
    color: #99bad6;
}

#content dl.colorsito dd {
    margin-bottom: 30px;
    margin-left: 65px;
}

.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:993px) {
    #main>div.col.s12 h1 {
        font-size: 40px;
    }
}

@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;
    }
    #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_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;
    }
    #main>div.col.s12 h1 {
        font-size: 40px;
    }
    div.section:nth-child(1) h1 {
        font-size: 28px;
    }
}

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

#content strong {
    color: #15448c
}

strong {
    color: #15448c
}

#content ol li {
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}

#content article form {
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}