html{
	font-size: 16px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
color: #666666;
	font-weight: 400;
	margin: 1em;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
  }

	p {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;

}

h3 {
    color: rgb(239, 151, 84);
    font-size: 24px;
    font-weight: bold;
}


div.pregunta{
	margin:5px;
	background-color:#ddd;
	padding:5px;
	text-align:left;
}

div.opciones a.opcion{
	margin:2px;
	white-space:inherit;
}
div#retroalimentacion{
	text-align:center;
	padding:2px;
}
#contenedor{
	min-width: 300px;
	background: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 30px;
	border: 1px solid #adaa9f;
	-moz-box-shadow: 0 2px 2px #9c9c9c;
	-webkit-box-shadow: 0 2px 2px #9c9c9c;
	box-shadow: 0 2px 2px #9c9c9c;
	text-align:center;
	border-color:#CCC
}

.retros{
	display: table-cell;
}
/*  ================================   */
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}

.imagen{
	height: 150px;
	padding-bottom: 10px;
	max-width: -webkit-fill-available;
}
[id^=rId]{
    border: 1px solid #FFF;
	text-align: center;
	padding-bottom: 10px;
}

[id^=rId]:nth-child(odd) /*label:nth-child(odd)*/{
    background-color: #e5e5e5;
}
[id^=rId]:nth-child(even) /*label:nth-child(even)*/{
    background-color: #f0efef;
}

#recurso{
	text-align: left;
	padding: 0;
}
.opcion{
	text-align:center;
	margin:10px;
	width: 150px;
	height: 185px;
	display: inline-block;
	max-width: -webkit-fill-available;
}
.contenido span.opcion{
	height: auto;
}
.headings { /*nm*/
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
.vacio{
	border: 1px solid #0069d9 !important;
}
.correcto{
    border: 1px solid #00a500 !important;
}

.incorrecto{
    border: 1px solid #a50000 !important;
}
  
.txtPregunta{
	margin-left: 5px;
	margin-top: -10px;
	text-align: left;
	display: table-cell;
	font-size: 1.2em;
	padding-left: 10px;
	width: 500px;
	padding-top: 10px;
}
.mostrar {
	display: initial;
}
.ocultar {
	display: none !important;
}
label{
	/* border: 1px solid #000; */
	margin: 5px;
	border-radius: 5px;
}
#instr{
	font-size: 1.5em;
}
i.ip {
    color:#83c635;
}
i.it {
    color: #f01b18;
}
.blink {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
  }
@keyframes blink {
	50% { opacity: 0.0; }
}
@-webkit-keyframes blink {
	50% { opacity: 0.0; }
}

/* video{
	width: 120px;
} */

@media (max-width: 992px) {
    html{
        margin:0;
        padding: 0;
    }
    body{
        padding: 0;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin:0.5em;
	}
	video{
		width: 120px;
	}
    .controlitos{
        height: 80px;
    }
    .controlitosaud{
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
		justify-content: center;
        height: 110px;
        margin-bottom: -40px;
	}
}

.tooltip-inner {font-size: 1.5em; text-align: left;};
.tooltip.primary .tooltip-inner          { background-color:    #337ab7; }
.tooltip.primary.top > .tooltip-arrow    { border-top-color:    #337ab7; }
.tooltip.primary.right > .tooltip-arrow  { border-right-color:  #337ab7; }
.tooltip.primary.bottom > .tooltip-arrow { border-bottom-color: #337ab7; }
.tooltip.primary.left > .tooltip-arrow   { border-left-color:   #337ab7; }

.tooltip.info .tooltip-inner          { background-color:    #31b0d5; }
.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; }
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; }
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; }
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; }

.tooltip.success .tooltip-inner          { background-color:    #83c635; max-width:300px;}
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #83c635; }
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #83c635; }
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #83c635; }
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #83c635; }

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; }
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; }
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; }
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; }
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; }

.tooltip.danger .tooltip-inner          { background-color:    #f01b18;  max-width:300px;}
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #f01b18; }
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #f01b18; }
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #f01b18; }
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #f01b18; }

.tooltip.in {opacity:1!important;}

/* JLBG 27/11/2019 ANIMAR RADIOBUTTONS*/
.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.content-input input{
	visibility: hidden;
	position: absolute;
}

.content-input{
	position: relative;
	cursor: pointer;
}
 
/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i{
	border:2px solid #000;
	position: absolute; 
	left: 0;
	top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio] + i{
	height: 25px;
	width: 25px;
	border-radius: 100%;
	left: 44%;
	top: 80%;
}

.content-input input[type=radio] + i:before{
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
	background: #0069d9;
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
	opacity: 0; /* Lo ocultamos*/
}

.content-input input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.content-input:hover input[type=radio]:not(:checked) + i{
	background: #f4edd9;
}

/* Estilos para INSTRUCCIONES  */
.titulo{
    display: flex;
    align-items: center;
  }
  #head{
    float: left;
    width: 80%;
  }
  .headings-int {
    color: #000;
    font-size: 1.8em;
    text-align: left;
  }
  .info{
    background-color: #0069d9;
    float: right;
    color: #fff;
    text-align: right; 
    padding: 20px;
    margin: 0 0 0 auto;
  }
  .estilosinstruccion{
    background-color: #0069d9;
    color: #fff;
    padding: 5px 10px;
    margin-top: 3px;
  }

/*  CONTROLES PARA AUDIO-VIDEO */
.controlitos{
	background-color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.controlitosaud{
    background-color: #505050;
    /* font-size: 6px; */
    display: flex;
	padding: 7px;
	height: 30px;
}
.compr-exp{
    font-size: 18px;
    color: #fff;
    padding: 7px;
}

[id^=ctrlDes].rangos{
	height: 15px;
	visibility: visible;
}

.controlitos > [id^=ctrlDes].rangos{
	height: 10px;
	visibility: visible;
	width: 85%;
	position: initial;
}
