:root {
	--verde: #83c635;
	--rojo: #f01b18;
	--azul: #0069d9;
	--tam-sonar: 20px;
	--color-OK: #83c635;
	--color-noOK: #f01b18;
}

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;
}

.tabla {
	box-shadow: 0 0 0 10px #fff, 0 15px 50px;
}

.no-disponible {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #f00;
	display: none;
}

.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 {
	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;
}

.pager {
	text-align: center;
	margin-top: 20px;
}

[data-placeholder] {
	color: blue;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	line-height: 1em;
}

.ocupado[data-placeholder] {
	color: inherit;
	background: inherit;
	font-size: 1em;
	font-style: normal;
	text-align: center;
	line-height: 1.8em;
}

.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;
}


table,
th,
td {
	/*Formato a la tabla*/
	border-collapse: collapse;
	border: 1px solid #000;
	min-height: 150px;
}

th, tr > td:not(.casilla):first-of-type {
	/*formato al encabezado de columna y fila de tabla*/
	text-align: center;
	font-weight: normal;
	top: -2px;
	background-color: #969696;
	color: #fff;
}

td {
	/*formato a renglones de datos*/
	width: 230px;
	width: var(--ancho);
	height: max-content;
	text-align: center;
	padding: 10px;
}

.avisaFaltante {
	border: 2px solid #0069d9 !important;
}

.seleccionRapida {
	/* para click sencillo y doble click*/
	border-collapse: collapse;
	background: rgba(175, 238, 238, 0.3);
}

tr:nth-child(odd) {
	background-color: #e5e5e5;
	border: 1px solid #fff;
}

tr:nth-child(even) {
	background-color: #f0efef;
	border: 1px solid #fff;
}

.reactivos,
.respuestas .lista-respuestas {
	line-height: 1.5em;
	display: flex;
	justify-content: center;
}

.casilla {
	position: relative;
}

.casilla sup {
	color: var(--azul);
	font-style: italic;
}

.casilla sup img {
	opacity: 0.6;
	filter: blur(1px);
}

.casilla.ocupado.correcto {
	background: rgb(131, 198, 53, 0.3);
}

.casilla.ocupado.incorrecto {
	background: rgb(240, 27, 24, 0.3);
}

.casilla.ocupado.correcto .carrusel,
.casilla.ocupado.incorrecto .carrusel {
	background: transparent;
	border: none;
	cursor: auto;
	opacity: 0.65;
}

.casilla.dragOver:not(.ocupado.correcto) {
	border-color: #aaa;
	background-color: #aaa;
}

.reactivos .casilla.ocupado.dragOver {
	border-color: #aaa;
	background-color: transparent;
}

.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;
	}
}

i.ip {
	color: var(--verde);
}

i.it {
	color: var(--rojo);
}

.respuestas {
	text-align: center;
}

.respuestas.center {
	float: none;
	margin: auto;
}

.ejercicio:after {
	clear: both;
	content: "";
	display: block;
}

.barraInferior {
	text-align: center;
	clear: both;
}

p {
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
}

.headings-int {
	color: #000;
	font-size: 1.8em;
	text-align: left;
}

/* ------------------ 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);
}

/* ----------------------------------------------------------------------------- */

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* Slideshow container */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.carrusel-respuestas {
	position: relative;
	background: #f1f1f1;
	margin: 20px -15px 0 -15px;
}

/* Slides */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.mySlides {
	padding: 15px;
	text-align: center;
	/* margin: 0 50px; */
}

.mySlides .carrusel {
	position: relative;
	max-width: 250px;
	min-height: 30px;
	column-count: auto;
	cursor: move;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #aaa;
	overflow: hidden;
	margin: 0px auto;
	z-index: 42;
	left: 0px;
	top: 0px;
	animation: fadeIn 1.2s linear;
}

.mySlides img {
	width: 100%;
}

/* Next & previous buttons */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 16px;
	color: #888;
	user-select: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f1f1f1;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.prev {
	left: 5px;
}

/* Position the "next button" to the right */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.next {
	right: 5px;
}

/* On hover, add a black background color with a little bit see-through */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.prev:hover,
.next:hover {
	background-color: #cccbcb;
	color: white;
	text-decoration: none;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

/* The dot/bullet/indicator container */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.dot-container {
	text-align: center;
	padding: 15px 0;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* The dots/bullets/indicators */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.active {
	background-color: #717171;
	width: 20px;
	height: 15px;
	border-radius: 15px;
	/* JLBG Agosto 25, 2021; ajuste para slide de respuestas */
}

.dot:hover {
	background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
}

td img {
	width: 60%;
}

@media (max-width: 992px) {
	.container {
		display: none;
	}
	.no-disponible {
		display: block;
	}
}


.pulse {
	width: var(--tam-sonar);
	height: var(--tam-sonar);
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	border-radius: 50%;
	font-size: calc(0.7 * var(--tam-sonar));
	display: grid;
	place-items: center;
	color: #fff;
}

.pulse.OK:before,
.pulse.OK:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: var(--color-OK);
	border-radius: 50%;
	opacity: 0.7;
}

.pulse.noOK:before,
.pulse.noOK:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: var(--color-noOK);
	border-radius: 50%;
	opacity: 0.7;
}

.pulse i {
	font-size: var(--tam-sonar);
}

.pulse:before {
	animation: pulse 1s ease-out infinite;
}

.pulse:after {
	animation: pulse 1s 0.5s ease-out infinite;
}

@keyframes pulse {
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}
