/* Error de minimización. Devolviendo el contenido no minimizado.
(365,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'color'
 */
@font-face {
    font-family: "Amatic SC";
    font-style: normal;
    font-weight: 700;
    src: local("Amatic SC Bold"), local("AmaticSC-Bold"), url("https://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7-gdm0LZdjqr5-oayXSOefg.woff2") format("woff2");
}

body {
    font-size: .85em;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #232323 !important;
    /*background-image: #59cde0 url("Images/bg.png") bottom no-repeat;*/
    background: url(Images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clear {
    width: 1px;
    height: 1px;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
h2 , h3{
    padding: 2rem;
}
#logo-viaje {
    width: 256px;
    height: 169px;
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    background: transparent url(Images/titulo-pagina.png) center center no-repeat;
}

h2.pregunta {
    /*width: 215px;*/
    /*height: 64px;*/
    font-family: "Amatic SC";
    font-size: 42px;
    color: #fff;
    position: relative;
    float: left;
    padding: 30px 0px 0px 35px;
    margin-top: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    background: transparent url(Images/fondo-titulo-pregunta.png) center center no-repeat;
}

h3 {
    font-family: "Amatic SC";
    font-size: 28px;
    margin: 15px 0px 10px 0px;
}

#lista-preguntas {
    position: relative;
    float: left;
    /*width: 186px;*/
    height: 171px;
    background: transparent url(Images/flecha-preguntas.png) left center no-repeat;
    font-family: "Amatic SC";
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    padding: 3px 0px 0px 70px;
}

    #lista-preguntas div {
        width: 28px;
        /*height: 25px;*/
        text-align: center;
        font-family: "Amatic SC";
        font-size: 18px;
        color: #fff;
        position: relative;
        float: left;
        margin: 5px 3px 0px 0px;
        padding-top: 3px;
        background: transparent url(Images/icono-pregunta.png) center 0px no-repeat;
    }

        #lista-preguntas div.actual {
            background: transparent url(Images/icono-pregunta-actual.png) center 0px no-repeat;
        }

        #lista-preguntas div.respondida {
            background: transparent url(Images/icono-pregunta-respondida.png) center 0px no-repeat;
        }


#timer {
    position: relative;
    float: left;
    /*width: 141px;*/
    height: 110px;
    background: transparent url(Images/flecha-timer.png) left center no-repeat;
    font-family: "Amatic SC";
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 0px 0px 115px;
}

    #timer p {
        width: 115px;
        display: block;
        padding: 5px 5px 5px 10px;
        background: #fff;
        margin: 10px 0px 0px 0px;
        opacity: 0.9;
    }

/*#columna-izquierda {
    position: relative;
    float: left;
    width: 260px;
    border: none;
}

#columna-derecha {
    position: relative;
    float: right;
    width: 650px;
    text-align: left;
    border: none;
}*/
.letra-test{
     font-family: "Amatic SC";
    font-size: 28px;
    margin: 15px 0px 10px 0px;
}
#alternativas div {
    /*width: 620px;*/
    background: #fff;
    opacity: 0.9;
    color: #333;
    cursor: pointer;
    margin: 8px auto 8px 0px;
    padding: 10px 10px 10px 10px;
}

    #alternativas div:hover {
        background: #f8c335;
    }

    #alternativas div.seleccionada {
        background: #f8f835;
    }

#siguiente {
    width: 163px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    background: transparent url(Images/pregunta-siguiente.png) center 0px no-repeat;
}

    #siguiente:hover {
        background: transparent url(Images/pregunta-siguiente.png) center -45px no-repeat;
    }

#anterior {
    width: 163px;
    height: 45px;
    position: relative;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    background: transparent url(Images/pregunta-anterior.png) center 0px no-repeat;
}

    #anterior:hover {
        background: transparent url(Images/pregunta-anterior.png) center -45px no-repeat;
    }

#salir-test {
    width: 163px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent url(Images/salir-test.png) center 0px no-repeat;
}

    #salir-test:hover {
        background: transparent url(Images/salir-test.png) center -45px no-repeat;
    }

#iniciar-test {
    width: 163px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent url(Images/iniciar-test.png) center 0px no-repeat;
}

    #iniciar-test:hover {
        background: transparent url(Images/iniciar-test.png) center -45px no-repeat;
    }

#finalizar {
    width: 163px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    background: transparent url(Images/finalizar-test.png) center 0px no-repeat;
}

    #finalizar:hover {
        background: transparent url(Images/finalizar-test.png) center -45px no-repeat;
    }

/*input[type=text], [type=password] {
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border: 0px solid #000000;
    padding: 0px 15px;
}*/

/*input[type=submit] {
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border: 0px solid #000000;
    padding: 0px 15px;
}*/

#top {
    /*width: 1000px;*/
    height: 115px;
    margin: 0 auto;
}

#top > .title {
    margin-left: 80px;
    font-size: 80px;
    font-family: "Amatic SC";
    color: #f21621;
}
 
@media (max-width: 992px) {  
   #top > .title {
        margin-left: 0px !important;
        font-size: 50px !important;
    }
}
@media (min-width: 992px) {  
  .title {
        width: 500px;
    }
}
    #top > .logo {
        width: 145px;
        height: 115px;
        background: url("Images/logo_chino.png") center no-repeat;
    }

#top2 {
    /*width: 1000px;*/
    height: 115px;
    margin: 0 auto;
}

#top > .title {
    margin-left: 80px;
    font-size: 80px;
    font-family: "Amatic SC";
    color: #f21621;
}

#top2 > .logo {
    width: 145px;
    height: 115px;
    background: url("Images/l_cruzando.jpg") center no-repeat;
}

#top2 > .logo2 {
    width: 145px;
    height: 115px;
    background: url("Images/l_confucio.jpg") center no-repeat;
}

#top2 > .logo3 {
    width: 145px;
    height: 115px;
    background: url("Images/l_cooperativa.jpg") center no-repeat;
}

#wrapper {
    min-height: 500px;
    margin: 0 auto;
}

    .content .title {
        /*width: 500px;*/
        height: 50px;
        padding: 2px 0px 15px 20px;
        background-color: #f21621;
        font-family: "Amatic SC";
        font-size: 36px;
        color: #ffffff;
        -ms-transform: rotate(-1deg); /* IE 9 */
        -webkit-transform: rotate(-1deg); /* Safari */
        transform: rotate(-1deg);
    }
a {
    color: blue !important;
    text-decoration: none;
}
.btn_cerrar{
    background: rgba(0, 0, 0, 0) url("/Content/images/close_button.png") no-repeat scroll left top;
}
.modal-header{
    border-bottom: 0px !important;
}
.video-demo{
     width: 80%;
  height: auto;
}
.video-pregunta{
   width: 100%;
  height: auto;
}
.imagen-pregunta{
   width: 100%;
  height: auto;
}
.content {
    /*margin-left: 20px;*/
    background: url("Images/bg-transparent.png") repeat;
    padding: 20px;
    /*
        background-color: #26bfd5;
        -ms-transform: rotate(-1deg); 
        -webkit-transform: rotate(-1deg); 
        transform: rotate(-1deg);
        font-family: "Amatic SC";
        font-size: 22px;
        */
    background-color: #26bfd5 !important
    color: #333;
}

/*      ESTILO TABLA       */
table {
    width: 98%;
    border-collapse: collapse;
}

    table tr th {
        font-family: "Amatic SC";
        font-size: 24px;
        color: #ffffff;
        text-align: left;
        background: #207886;
        padding: 5px 5px 5px 10px;
    }

    table tr td {
        height: 40px;
        color: #3d8d9a;
        text-align: left;
        padding: 5px 5px 5px 10px;
        background: #b7d7dc;
        border: none;
        border-bottom: 1px solid #fff;
    }

.tbl_grilla {
    width: 100%;
}

    .tbl_grilla tr th {
        font-family: "Amatic SC";
        font-size: 24px;
        color: #ffffff;
        text-align: left;
    }

    .tbl_grilla tr td {
        height: 40px;
        color: #ffffff;
        text-align: left;
    }
/*      ESTILO BOTONES       */
.button {
    margin: 0px 10px;
    width: 150px;
    border: 0px;
    background-color: #f21621;
    font-family: "Amatic SC";
    font-size: 28px;
    color: #ffffff;
    -ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
    transform: rotate(-1deg);
    cursor: pointer;
}

    .button:hover {
    }

/*      ESTILOS         */
.i_small {
    width: 50px;
}

.i_medium {
    width: 250px;
}

.i_large {
    width: 500px;
}

.i_xlarge {
    width: 670px;
}

.subtitle {
    background-color: #f21621;
    padding-left: 20px;
}

.border_dashed {
    border-bottom: 1px dashed #ffffff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.font-min {
    font-size: 30px;
}

.font-amatic {
    font-family: 'Amatic SC';
    font-size: 22px;
}


.valida_error {
    width: 97%;
    padding: 5px;
    margin-left: 20px;
    background-color: #f21621;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.marca_error {
    border: 1px solid #f21621;
}

