 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

* { font-family: 'Roboto Condensed', sans-serif; }

input, select {
    display: block;
}

.input,.select {
    display: inline-block;
    margin: 6px 0;
    padding: 4px;
    width: 95%;
}
select#sede { width: 99%; }
.section {
    background: url(../imgs/bg.jpg) no-repeat center center;
}
.wrapper {
    background: url(../imgs/bg.jpg) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
#modalalert { display: block; }
    .shadowmodal {
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .cerrar {
        cursor: pointer;
        font-family: arial;
        color: #fff;
        font-size: 22px;
        position: absolute;
        right: 0;
        top: -30px;
    }
    .contModal {
        background-color: #fff;
        margin: 18% auto 0;
        width: 80%;
        padding: 15px 25px 10px;
        position: relative;
        text-align: center;
    }

.contregistro img {
    display: block;
    margin: 0 auto 14px;
}
.logotronwell {
    width: 200px;
}
.slogan {
    width: 90%;
}

.subrayado {
    text-decoration: underline;
}


.contbar {
    background-color: #dedede;
    margin: 0 auto;
    padding: 1px;
    position: relative;
    width: 65%;
}
.myProgress {
    width: 100%;
    background-color: #dedede;
}
.myBar {
    width: 0%;
    height: 20px;
    background-color: #ff924a;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 30px; /* To center it vertically */
    color: white; 
}
.w3-right {
    color: #fff;
    position: absolute;
    float: right!important;
    right: -40px;
    top: 3px;
}
.text000 { color: #5d5d5d; }
#movebar,#movebar1 { display: none; }
#formulario, .cont {
    text-align: center;
    border-top: solid 6px #ff924a;
    border-bottom: solid 6px #ff924a;
    background-color: #fff;
    margin: 40px auto 0;
    padding: 5px 15px 10px 15px;
}
.cont { width: 60%; }
#formulario h2 {
    font-size: 22px;
    margin: 14px 0 0 0;
}
#formulario p {
    font-size: 15px;
    margin: 4px 0 4px 0;
}
.contregistro {
    margin: 0 auto 20px auto;
    width: 320px;
}
input.checkbox {
    display: inline;
    margin-left: auto;
    width: 20px;
}
.siguiente,.registrar,.convenio,.salirquiz {
    background-color: #f1914c;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border: none;
    margin: 6px 0 0 0;
    outline: none;
    padding: 4px 10px;
    text-transform: uppercase;
}
.siguiente:hover,.siguiente:active, 
.registrar:hover,.registrar:active, 
.salirquiz:hover,.salirquiz:active {
    cursor: pointer;
    background-color: #397bbd;
}

a.salirquiz {
    color: #fff;
    text-decoration: none;
    border: solid 1px;
    display: table;
    margin: 30px auto 0;
}
.inputdiv { position: relative; }
.error {
    background-color: rgb(255, 128, 128);
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 90%;
}

#puntaje {
    background: #ff852f;
    font-size: 18px;
    margin-bottom: 2px;
    color: #fff;
    padding: 1px 8px 1px 8px;
}

.img_puntuacion {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 85%;
}

@media (max-width: 800px){

    .slogan {
        width: 360px;
    }

    .cont {
        margin: 0 auto 0 auto;
        width: 90%;
    }
    .contregistro {
        margin: 0 auto;
        width: 95%;
    }
    .input {
        width: 95%;
    }
    .select { width: 98%; }
}

@media (max-width: 414px){

    .slogan {
        width: 260px;
    }

}