@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.eot');
    src: url('../fonts/roboto/Roboto-Black.woff') format('woff'), url('../fonts/roboto/Roboto-Black.ttf') format('truetype'), url('../fonts/roboto/Roboto-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container{
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-login{
    width: 100%;
    height: 100vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    background-image: url("../img/fondo1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.lo-secc{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.img-logo{
    margin-left: 15px;
    margin-top: 15px;
}
.secciones{
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}

.tab {
    width: 80%;
    overflow: hidden;
    border: 1px solid #019ce1;
    background-color: transparent;
}

.tab button {
    width: 50%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 12pt;
    background-color: transparent;
    font-family: 'Roboto-Black';
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #019ce1;
    color: #fff;
}

.cont-preguntas{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tabcontent {
    width: 80%;
    display: none;
    padding: 50px 12px;
    border-top: none;
}
.pregunta-cont{
    width: 100%;
    height: auto;
    display: none;
    flex-wrap: wrap;
}

.nombre-familia{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #dee8ea;
}
.txt-nombre{
    margin: 0;
    margin-left: 15px;
    font-family: Roboto-Regular;
    font-size: 12pt;
}
.n-familia{
    font-family: 'Roboto-Bold';
    margin-right: 15px;
}
.estacion{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #c9d2d4;
    margin-top: 15px;
}
.txt-estacion{
    width: 100%;
    margin: 0;
    margin-left: 15px;
    font-family: Roboto-Black;
    font-size: 12pt;
}
.cuadro-pregunta{
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-color: #fff;
}
.txt-pregunta{
    font-size: 14pt;
    color: #000;
    margin-left: 15px;
    font-family: Roboto-Regular;
}
.respuesta{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.txt-respuesta{
    width: 100%;
    font-family: Roboto-Regular;
    color: #000;
    margin: 0;
    padding-left: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    font-size: 12pt;
}
.txt-correcta{
    width: 100%;
    font-family: Roboto-Regular;
    margin: 0;
    padding-left: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #99c965;
    color: #fff;
    font-size: 12pt;
}

.txt-incorrecta{
    width: 100%;
    font-family: Roboto-Regular;
    margin: 0;
    padding-left: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f0434a;
    color: #fff;
    font-size: 12pt;
}

/*Verificacion estación*/

.estacion-cont{
    display: none;
}

.numero-actividad{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
    background-color: #ffffff;
    font-size: 12pt;
    padding: 5px 15px;
}
.txt-nactividad{
    margin: 0;
    font-family: Roboto-Regular;
    color: #000;
}
.txt-nc{
    margin: 0;
    font-family: Roboto-Regular;
    color: #f0434a;
}
.txt-com{
    margin: 0;
    font-family: 'Roboto-Bold';
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.numero-actividad-c{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
    background-color: #dee8ea;
    font-size: 12pt;
    padding: 5px 15px;
}
.txt-nactividad-c{
    margin: 0;
    font-family: 'Roboto-Bold';
    color: #000;
}
.checkd{
    margin-left: 15px;
}

/*Actividad Fisica*/

.actividad-fisica{
    display: none;
}
.cuadro-pregunta-af{
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #fff;
}
.txt-pregunta-af{
    font-size: 18pt;
    color: #000;
    margin-left: 15px;
    font-family: Roboto-Regular;
}

/*Tiempo*/
.contenedor-tiempo{
    display: none;
}
.cuadro-pregunta-r{
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.reloj{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tiempo{
    font-size: 70pt;
    font-family: Roboto-Black;
}
.btns-reloj{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #019ce1;
}
.btnr{
    width: 50%;
    height: 60px;
    border: 0;
    background-color: transparent;
    font-family: Roboto-Black;
    color: #000;
    font-size: 14pt;
}
.btnr:focus{
    color: #fff;
    background-color: #019ce1;
}
/*Ingreso Familia*/
.cont-ingfamilia{
    display: block;
}
.cuadro-pregunta-form{
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.ingresonf{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    outline: none;
}
.ingresonf:focus {
    text-align: center;
}
.btn-comenzar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btncomenzar{
    width: 35%;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
    background-color: #019ce1;
    color: #fff;
    font-family: Roboto-Black;
}
/*RESULTADOS*/

.cont-resultados{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.cuadro-resultado{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.table{
    display: flex;
    flex-wrap: wrap;
}
.table-bordered{
    border: 0 !important;
}
.h-head{
    width: 100%;
    background-color: #dee8ea;
}

.cont-tr{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tr1t{
    width: 25%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dee8ea;
    border-left: 0px !important;
    border-right: 0px !important;
}
.tr2t{
    width: 50%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dee8ea;
}
.tr1{
    width: 25%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-left: 0px !important;
    border-right: 0px !important;
    font-family: Roboto-Regular;
}
.tr2{
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: Roboto-Regular;
}
.h-body{
    width: 100%;
    background-color: transparent;
}
.min{
    color: #019ce1;
}

#familia-invalida {
    color: red;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 501px) and ( max-width: 990px) {
}

@media screen and (max-width: 500px) {
    .pregunta-cont{
        display: none;
    }
    .logo{
        width: 35%;
    }
    .img-logo{
        width: 70%;
    }
    .secciones{
        width: 65%;
    }
    .tab {
        width: 90%;
    }
    .tab button {
        font-size: 10pt;
        padding: 6% 2%;
    }
    .tabcontent {
        width: 95%;
    }
    /*Verificacion estación*/

    .estacion-cont{
        display: none;
    }
    /*Actividad Fisica*/
    .actividad-fisica{
        display: none;
    }
    /*TIEMPO*/
    .contenedor-tiempo{
        display: none;
    }
    .tiempo{
        font-size: 50pt;
    }
    .btns-reloj{
        width: 80%;
    }
    /*Ingreso Familia*/
    .cont-ingfamilia{
        display: block;
    }
    /*RESULTADOS*/

    .cont-resultados{
    }
    .cuadro-resultado{
    }
    .table{
    }
    .table-bordered{
    }
    .h-head{
    }
    .cont-tr{
    }
    .tr1t{
    }
    .tr2t{
    }
    .tr1{
    }
    .tr2{
    }
    .h-body{
    }
    .min{
    }
}
