﻿:root {
	--verde: #83c635;
	--rojo: #f01b18;
	--azul: #0069d9;
	--tamano: 50px;
	--tam-sonar: 25px;
	--color-OK: #83c635;
	--color-noOK: #f01b18;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	/*  Usado para trabajar con definición 'em'  */
	font-size: 16px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	color: #000;
	font-weight: 400;
	margin: 2em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.verdadero-falso {
	box-shadow: 0 0 0 10px #fff, 0 15px 50px;
}

.encabezado {
	margin-bottom: 10px;
}

.encabezado .info {
	background-color: var(--azul);
	color: #fff;
	text-align: right;
	padding: 10px 20px;
	margin-top: 20px;
}

.titulo {
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.headings-int {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.8em;
	text-align: left;
	margin-top: 20px;
}

.instrucciones {
	padding: 0;
}

.estilosinstruccion {
	background-color: var(--azul);
	color: #fff;
	padding: 5px 10px;
	margin-top: 3px;
}

.ir-arriba {
	display: none;
	padding: 15px;
	background: #63c9e0;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	z-index: 10000;
}

.barraInferior {
	text-align: center;
	clear: both;
}

.verdadero-falso .reactivos .reactivo {
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
}

.verdadero-falso .reactivos .reactivo:nth-of-type(1) {
	border-top: 1px solid;
}

.verdadero-falso .reactivos .reactivo:nth-child(even) {
	background-color: #e5e5e5;
}

.verdadero-falso .reactivos .reactivo:nth-child(odd) {
	background-color: #f0efef;
}

.verdadero-falso .reactivos .reactivo.bien .texto,
.verdadero-falso .reactivos .reactivo.mal .texto {
	padding-left: 30px;
}

.verdadero-falso .reactivos .reactivo.bien.intento .texto {
	padding-left: calc(var(--bs-gutter-x) * .5);
}

#btnPaginador {
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
	cursor: default;
}

.boton {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.boton,
.boton:hover,
.boton:active,
.boton:focus {
	background-color: var(--azul);
	color: #fff;
}

.boton:hover {
	background-color: #0062cc;
}

.pager {
	text-align: center;
	margin-top: 20px;
}

.verdadero-falso .reactivos .reactivo .opcion {
	/*   ALINEAR VERTICALMENTE */
	display: flex;
	justify-content: center;
	align-items: center;
}

#encabezadoVF {
	position: sticky;
	top: -2px;
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #969696;
	padding: 15px 0;
}

#encabezadoVF :not(div:first-of-type) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.verdadero-falso .reactivos .reactivo .opcion span.txt {
	display: none;
}

.blink {
	animation: blink 1.5s linear infinite;
	-webkit-animation: blink 1.5s linear infinite;
}

@keyframes blink {
	50% {
		opacity: 0.0;
	}
}

@-webkit-keyframes blink {
	50% {
		opacity: 0.0;
	}
}

.headings {
	font-family: 'Open Sans', sans-serif;
	color: #b1b1b1;
	letter-spacing: 1px;
	font-size: 1em;
	margin: 0;
}

.under-li {
	border-bottom: solid #dbdbdb;
	border-width: 3px;
	padding-bottom: 9px;
	width: 80%;
}

/* ----------------------- */
/* JLBG 08/09/2018 animar radiobuttons*/
.verdadero-falso .reactivos .reactivo .opcion .content-input input,
.verdadero-falso .reactivos .reactivo .opcion .content-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.verdadero-falso .reactivos .reactivo .opcion .content-input input {
	visibility: hidden;
	position: absolute;
	right: 0;
}

.verdadero-falso .reactivos .reactivo .opcion .content-input {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}

.verdadero-falso .reactivos .reactivo.bien .content-input,
.verdadero-falso .reactivos .reactivo.mal .content-input {
	opacity: 0.65;
}

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.verdadero-falso .content-input input+i {
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.verdadero-falso .content-input input[type=radio]+i {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.verdadero-falso .reactivos .reactivo.bien {
	border: 1px solid var(--color-OK);
}

.verdadero-falso .reactivos .reactivo.mal {
	border: 1px solid var(--color-noOK);
}

.content-input input[type=radio]+i:before {
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	background: var(--azul);
	transition: all 0.25s ease;
	transform: scale(0);
	opacity: 0;
}

.content-input input[type=radio]:checked+i:before {
	transform: scale(1);
	opacity: 1;
}

.content-input:hover input[type=radio]:not(:checked)+i {
	background: #f4edd9;
}

.content-input:hover input[type=radio]:disabled+i {
	background: transparent;
	cursor: default;
}

.verdadero-falso .reactivos .reactivo.vacio {
	border: 1px solid var(--azul);
}

.mostrar {
	display: initial;
}

.ocultar {
	display: none !important;
}

/* ------------------ CLASES PARA RETROALIMENTACIONES TOOLTIP ------------------ */
.tooltip {
	filter: drop-shadow(2px 4px 10px #444);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip-inner {
	font-size: 1.1em;
	text-align: left;
	min-width: 280px;
	padding: 10px;
	z-index: 1000001;
}

@media (min-width: 992px) {

	/*  lg  BS4   >= 992 px    */
	.tooltip-inner {
		min-width: 480px;
	}
}

.tooltip.show {
	opacity: 1;
}

.tooltip.primary .tooltip-inner {
	background-color: #337ab7;
}

.tooltip.info .tooltip-inner {
	background-color: #31b0d5;
}

.tooltip.success .tooltip-inner {
	background-color: var(--color-OK);
}

.tooltip.warning .tooltip-inner {
	background-color: #ec971f;
}

.tooltip.danger .tooltip-inner {
	background-color: var(--color-noOK);
}

.success.bs-tooltip-end .tooltip-arrow:before {
	border-right-color: var(--color-OK);
}

.danger.bs-tooltip-end .tooltip-arrow:before {
	border-right-color: var(--color-noOK);
}

.success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.success.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: var(--color-OK);
}

.success.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: var(--color-OK);
}

.danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.danger.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: var(--color-noOK);
}

.danger.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: var(--color-noOK);
}

/* ---------------------- EFECTO PULSO PARA PALOMITAS Y TACHES ----------------- */
.pulso {
	width: var(--tam-sonar);
	height: var(--tam-sonar);
	position: absolute;
	margin: auto;
	border-radius: 50%;
	font-size: calc(0.7 * var(--tam-sonar));
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.pulso:before,
.pulso:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.7;
}

.pulso:before {
	animation: pulso 1s ease-out infinite;
}

.pulso:after {
	animation: pulso 1s 0.5s ease-out infinite;
}

.pulso i {
	font-size: var(--tam-sonar);
}

@keyframes pulso {
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.OK {
	color: var(--color-OK);
}

.OK:before,
.OK:after {
	background: var(--color-OK);
}

.noOK {
	color: var(--color-noOK);
}

.noOK:before,
.noOK:after {
	background: var(--color-noOK);
}

/* ----------------------------------------------------------------------------- */
@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;
	}

	.verdadero-falso .reactivos .reactivo .opcion {
		justify-content: flex-start;
	}

	.verdadero-falso .reactivos .reactivo .content-input input[type=radio]+i {
		height: 25px;
		width: 25px;
		border-radius: 100%;
		left: 10px;
		top: 2px;
	}

	.under-li {
		width: 70%;
	}

	.verdadero-falso .reactivos .reactivo .opcion span.txt {
		display: initial;
		font-weight: normal;
		font-family: 'Open Sans', sans-serif;
		color: var(--azul);
		margin-left: 10px;
	}

	#encabezadoVF {
		display: none;
	}

	.pulso {
		top: 20%;
	}
}

@media (max-width: 869px) {
	.verdadero-falso {
		box-shadow: none;
	}

	.verdadero-falso .reactivos .reactivo>.opciones {
		padding-left: 30px;
		flex-direction: column;
		align-items: normal;
	}

	.verdadero-falso .reactivos .reactivo>.opciones>.opcion {
		position: relative;
		width: 100%;
	}
}