/*GLOBALES RAAR sep,2020*/
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: 1em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
    user-select: none;
    /* background-color: blue; */
    /* antes alineamiento con CAClasico, RAAR oct 6,20
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;     
    line-height: 2.3em;
    text-align: left;
    color: #666666;
    font-weight: 300;
    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;*/
}

#prohibido{
    text-align: center;
     position: absolute; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
    color: red;
    /* background-color: yellow; */
    width: fit-content;
    
}

/* Borde azul para indicar el foco, con esto se elimina pero no debería ser, es para accesibilidad*/
input[type="text"]:focus {
    /* outline: none; */
    outline-width: 2px;
    border-radius: 4px;
}

.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;
    }

.bien {
	border-color:#00A500;
}

.mal{
	border-color:#A50000;
}
select.vacio{
    border-color: #0069d9;
}
.lista-preguntas{
   /* display: list-item;*/
 /* height: 100%;  */
    display: grid; /* si lo quito ya no funciona la proporcion de content_todo*/
    /* align-items: center; */
    
}


/*Es la imagen de fondo .png*/
.perf{
    margin-right: 5px;
}

.info{
    background-color: #0069d9;
    float: right;
    padding: 18px 23px;
    font-size: 1.3em;
}

.estilosinstruccion{
    background-color: #0069d9;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-top: 3px;

}

.mostrarinfo{
    display: inline-block;
}

.tamico{
    color: #fff;
    font-size: 23px;
}

/* .encabezado {
    width: fit-content;
} */
/* .row {
    margin: 0 auto; 

} */
.content_todo { 
    /* align-self: center; */
	/* float: left; */
	position: relative;
    width: 100%; /*aqui ajusto el recuadro que contiene la imagen, asi no se pierden las coordenadas*/
    /* z-index: 1; */
     /* align-self: center;  */
}
img.img_fondo { 
	border: 1px dotted #E97500;
	/* float: left; */
	position: relative;
    z-index: 0;

    max-width: 100%;
    min-width: 400px;
    width: 100%; /* ajusto tamaño de imagen, pero no lo recomiendo mejor ajustar el marco en .content_todo*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    
    
}
i.ip {
    font-size:26px;
    margin-left: 5px;
    color:green;
}
i.it {
    font-size:26px;
    margin-left: 5px;
    color:red;
}
/* SECCION CASILLAS DROP, AQUI AJUSTAMOS COORDENADAS */

/* Para acomodar cada casilla drop, ESTA ES LA 1 y asi incrementalmente*/ 
/*span#cas0 { 
    top: 65%; 
    left: 78%;
    width: 20%;
    height: 4.5%;
  
}
span#cas1 {
    top: 71%; 
    left: 59%; 
    width: 17%;
    height: 4.5%;
  
}
span#cas2 {
    top: 24%;
    left: 33%;
    width: 17%;
    height: 4.5%;

}
span#cas3 {
    top: 44.5%;
    left: 13%;
    width: 17%;
    height: 4.5%;
 
}
*/
span#cas0 { /* Para acomodar cada casilla drop, ESTA ES LA 1 y asi incrementalmente*/ 
    top: 15%; 
    left:14%;
    width: 6%;
    height: 8%;
}

span#cas1 {
    top: 15%; 
    left: 59%; 
    width: 6%;
    height: 8%;
}

span#cas2 {
    top: 42%;
left: 86%;
width: 6%;
height: 8%;
}

span#cas3 {
    top: 62%; 
    left: 49%; 
    width: 6%;
    height: 8%;
}

span#cas4 {
    top: 42%;
    left: 49%;
    width: 6%;
    height:8%;

}

span#cas5 {
    top: 57%; 
    left: 59%; 
    width: 6%;
    height: 8%;
}

span#cas6 {
    top: 51%;
    left: 13%;
    width: 6%;
    height: 8%;
    
}

span#cas7 {
    top: 31%; 
    left: 28%; 
    width: 6%;
    height: 8%;
    
}



/* FIN SECCION CASILLAS DROP, AQUI AJUSTAMOS COORDENADAS */

/* las respuestas, sustituyendo los espacios por guion, se pueden poner como clases para configurar la casilla*/
/*.dafne-de-jacopo-peri {
    font-style: italic;
}*/

.mostrar { /*Estas clases son para activar la capacidad de manejar segmentos de visibilidad*/
	display:""; /* initial o ponemos ""? */
}

.ocultar {
	display: none;
}

.botongeneral{
    background-color:  #0069d9;
}

.botongeneral:hover{
    background-color:  #0062cc;
}
.reactivos.center{
    float: none; /* si apago esto, el carrusel abarca hasta reactivos, pero float no es para esto, revisar, no bastaría con position relative?*/
    margin: auto;
    /* height: 100%; */
    /* background-color: yellow; */
    
}

/* formato draggables de pregunta..., MEJOR SE APLICA EN .CLONADO*/
/*.reactivos .lista-preguntas .sub-item .droppable .draggable { 
    display: inline-block;
    border: 1px solid;
    height: 30px; 
    width: 300px;
    max-height: 300px;
    min-width: 150px;
    min-height: 30px; 
}/*

/*.respuestas .lista-respuestas .sub-item .draggable {*/
     .respuestas .lista-respuestas .sub-item  .draggable { /*RAAR Ago 14,18: draggables area respuestas*/
        
    min-width: 150px;
    min-height: 30px;
/*  width: 500px;*/
  height: 30px;  
    padding: 5px;
	max-width: 100%; /* Esto funciona bien en zona de respuestas..*/
border: 2px solid;
border-radius: 4px;
	cursor:move;
	background-color: #ffffff;
   /* min-width: 100%;*/	/* Este y el display block para que esten alineadas las casillas de respuesta */
     display: block; /*block*/
     
}


.reactivos .lista-preguntas, .respuestas .lista-respuestas{
    line-height: 1.5em;
    background-color:#EAEAEA;
    background: transparent;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
.sub-item > p {
    display: inline;
    margin-right: 6px;
}

.reactivos .lista-preguntas .sub-item, .respuestas .lista-respuestas .sub-item{
	padding: 5px;
	margin: 0px auto; /* para centrar la imagen, no funciona sin grid*/
/* display:marker;*/


}

/*span.droppable {
	float: left;
	position: absolute;
	z-index: 2;
}*/

.reactivos .lista-preguntas .sub-item .droppable{
    /* float: left; */
	position: absolute; 
    /* z-index: 2;     RAAR deshabilito ene 14,21: para evitar que queden encima de los tooltips, observar...*/
    /* overflow: hidden; */
    /* para que flote*/

  /*  height:auto;*/
    background-color: white; /*Esto varia a necesidad*/
/*	position: relative;*/

    /* content: "";  */
    display: inline-block;
  /*  margin: 5px;*/
 /*   min-width: 150px;
    min-height: 20px;*/
 /*   padding: 1%;*/
    text-align: center;
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    /* z-index: 100; */
}
/* RAAR Nov 15,18: Asi estaba antes de hacerlo responsivo, conflicto imagen-texto?
.reactivos .lista-preguntas .sub-item .droppable{
     
	float: left;
	position: absolute; 
    z-index: 2;    
       

    height:auto;
    background-color: white; 


    content: ""; 
    display: inline-block;
    margin: 5px;

    text-align: center;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
}*/


.reactivos .lista-preguntas .sub-item .droppable.ocupado{
    top: 0;

}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.correcto{
	top: 0;
  /*  border:1px solid #0C0; no se ve, queda atras*/
    color:#030;
    /* background-color: #83c635; RAAR ene 14,21: se elmina por que colisiona con el blinck de la imagen de fondo, si blinkeamos esto el efecto no es agradable */
}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.incorrecto{
	top: 0;
 /*   border:1px solid #C00; no se ve, queda atras*/
    color:#300;
    /* background-color: #f01b18; */
    
}

 .reactivos .lista-preguntas .sub-item  .droppable.dragOver{
	border-color: #AAAAAA;
    background-color: #AAAAAA;
    z-index: 0; /* temporal */
}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.dragOver{
	border-color: #aaaaaa;
    background-color: white; /*temporal, revisar */
    
}

.toolsti{
width: 10%;

}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.correcto.dragOver{
    /* border: 2px solid #0C0; */
    /* border: 2px solid #83c635; */
    color:#030;
}

.reactivos .lista-preguntas .sub-item .droppable .clonado{
  
     height:100%;  /*para que <objecto no se salga del droppable*/
     width:100%; 
     /*bottom: 10%; /* el objeto es mas grande que el droppable, elevo los textos con esto, pero, y si ponemos fit-content al vertical en el droppable*/
    font-size: .9em; 
    /* top: 0px;    */
    /* background-color: transparent; */
  
   /* background:transparent;*/
   /*font-weight: bold;   */
   /*-font-size: 80%;*/
   
   /*Esto es importante va a variar segun si es imagen o texto*/
   /*overflow: hidden;*/
  /* line-height: 140%; /*centro verticalmente*/
   display: inline-block;   
   /*padding: 1px;*/
   /*webkit­shape­inside: rectangle(0,0,100%,100%,5px,5px);*/
   /*margin: 0px; /*solo esto tenia en origen*/
 /*   background-color: yellow; *//*para debug*/
	    
}
/*RAAR Nov 15,18: Asi estaba antes de hacerlo responsivo, conflicto imagen-texto?
.reactivos .lista-preguntas .sub-item .droppable .clonado{
    
    width:100%;    
    height:100%;
    background-color: transparent;
    
   
   font-weight: bold;   
   font-size:80%; 
   line-height: 80%;
   display: inline-block;   

   margin: 0px; 
   
}*/

/* Para que? no se coloca class=correcto al object....
.reactivos .lista-preguntas .sub-item .droppable .clonado.correcto{

    color:#600;
    background-color: transparent;
}

.reactivos .lista-preguntas .sub-item .droppable .clonado.incorrecto{

    color:#600;
    background-color: transparent;
}*/

.respuestas{
	text-align:center;
}



/*
.respuestasSiempreCentro { 
    margin: 0; 

    position: fixed;
    right: 0;
    top: 10%;    

}*/

.respuestas.center{
	float: none;
/*	margin: auto;*/
	
}

.respuestas.center .lista-respuestas .sub-item{
    display: inline-block;
	width:200px;
	vertical-align:middle;
}
.ejercicio:after{
	clear: both;
	content: "";
	display: block;
}

.revisa {
    width: 300px;
    margin: auto;
}

.revisa button{
	display: block;
	width: 150px;
	margin: 10px auto;
}
.revisa:before{
	content: "";
	display: block;
	clear: both;
}
.retroalimentacion{
	text-align:center
}
.barraInferior{
    text-align: center;
    clear: both;
}
.retroBien{
    color: rgb(0, 131, 0);
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid rgb(0, 165, 0);
    padding: 6px;
    border-radius: 3px;
    line-height:30px;
    
}

.retroMal{
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
/*	margin: 0 2px;*/
    line-height:30px;
    
}

/*
.retroArroba{ Para acomodar la retro continua y despues de la imagen
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
	margin: 0 2px;
    line-height:30px;
  
}
*/


.mostrarRetro{
    /*display:inline-block;*/
    display:block;
    
}

.ocultarRetro{
    display:none;
}

.headings { /*nm*/
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
.actividad {
    max-width: 250px;
    background: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #6c6b82;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}
.avisaFaltante {
    background-color:  #0069d9 !important;
    /* opacity: 0.8; */
    opacity: 1;
}

.preguntas{
    flex-direction: row;
margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.palomita{
position: absolute;
 width: 100%;
 height: 100%;
 /*z-index: 1000000;*/
 z-index: 100;
 left: 0;
 background: #83c635;
 opacity: 0.3;
  
}

.tache{
 position: absolute;
 width: 100%;
 height: 100%;
 /*z-index: 1000000;*/
  z-index: 100; 
 left: 0;
 background: #f01b18;
 opacity: 0.3;
}

.blink {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;    
  }
  @keyframes blink {
    70% { opacity: 0.7; }
  }
  @-webkit-keyframes blink {
    70% { opacity: 0.7; }
  }

.icono{
  font-size: 6em;
  float: right;
  color: #b1b1b1;
}

/*  Clases para retros tooltip JLBG*/
.tooltip.in {opacity:1!important; }
/* .tooltip-inner {font-size: 1.2em; text-align: left;} */
.tooltip-inner {font-size: 1.2em; text-align: left; min-width: 280px; padding: 10px;   };

.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; width: 150px; } /*z-index: 100000;*/
.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; width: 150px; }
.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; }

/* Slideshow container */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
    max-width: 100%;
    margin: 0 auto;
  }
  
  /* Slides */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
  .mySlides {
    padding: 30px;
    text-align: center;
    margin: 0 50px;
  }
  
  /* Next & previous buttons */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* 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: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
  }
  
  /* The dots/bullets/indicators */					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    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, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}
  
  .ui-draggable-dragging {
    border: 2px solid #aaaaaa;
    border-radius: 4px; 
    cursor: move;
    background-color: #ffffff;
    /* display: block; */
  }
  
  object.carrusel {					/* JLBG Mayo 22, 2020; ajuste para colocar respuesta desde slides inferiores object.carrusel {		 */
      position: relative; 
      min-height: 30px;
      padding: 5px;
      border: 2px solid #aaaaaa;
      border-radius: 4px; 
      cursor: move;
      background-color: #ffffff;
      display: inline-block;  
      
      overflow: hidden;
      margin: 0px auto;
      /* z-index: 10000 !important;   */
      left: 0px;
      top: 0px; 
      /* box-shadow: 5px 10px 10px #383838; */
       /* border:none; */
  }
  

  #etiquetaRespuesta {
    /* position: absolute;  
    top: 0px;*/
    margin-left: 5px;     
  } 
  
  hr.separador {
    height:2px;
    border-width:0;
    color:gray;
    background-color:gray;
    margin: 2px 2px !important;
  }

/*
@media only screen and (max-width: 992px) { 
    .respuestasSiempreCentro { 
        margin: 0; 
        position: static;
        right: 0;
        top: 10%;    
    }
}*/

@media (min-width:900px){
  .icono {
    display: none;
    }

}

@media only screen and (max-width: 480px) {
	body{
		font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;	
		color: #777;
	
	}
	.respuestas .lista-respuestas .sub-item .draggable {
		max-width: 200px;
	}
}

