/* body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 2.3em;
    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;
}

.reactivos.center{
	float: none;
	margin: auto;
}

.respuestas .lista-respuestas .sub-item .draggable {
	border: 1px solid;
    padding: 5px;
	max-width: 100%;
	cursor:move;
	background-color: #ffffff;
}

.reactivos .lista-preguntas, .respuestas .lista-respuestas{
	line-height: 1.5em;
	background-color:#EAEAEA;
	background: white;
	-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: 15px;
}

.reactivos .lista-preguntas .sub-item .droppable{
	height:34px;
	position: relative;
	top: 13px;
    content: "";
    display: inline-block;
    margin: 5px;
    min-width: 150px;
    min-height: 20px;
    padding: 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;
    color:#030;
}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.incorrecto{
	top: 0;
    border:1px solid #C00;
    color:#300;
}

.reactivos .lista-preguntas .sub-item .droppable.dragOver{
	border-color: #AAAAAA;
	background-color: #AAAAAA;
}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.dragOver{
	border-color: #aaaaaa;
	background-color:transparent;
}

.reactivos .lista-preguntas .sub-item .droppable.ocupado.correcto.dragOver{
    border:1px solid #0C0;
    color:#030;
}

.reactivos .lista-preguntas .sub-item .droppable .clonado{
	margin: 0px;
}

.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;
}

.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;
}
.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}

.headings { 
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;
}
.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%;
}
.palomita, .tache{
	margin-left:10px
}

.icono{
  font-size: 6em;
  float: right;
  color: #b1b1b1;
}
@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;
		font-size: 90%;
	}
	.respuestas .lista-respuestas .sub-item .draggable {
		max-width: 200px;
	}
} */

.respuestas .lista-respuestas .sub-item .draggable {
    display: block;
    padding: 5px 15px;
    max-width: 100%;
    cursor:move;
    background-color: #ffffff;
    border: thin solid #333333;   
} 
    @media screen and (max-width: 480px){
        .respuestas .lista-respuestas .sub-item .draggable{
        max-width: 280px;
    }
}

.reactivos{
    height: 420px;
    overflow-y: auto; 
    overflow-x: hidden;
    width: 50% !important;
}
    @media screen and (min-width: 768px){
        .reactivos{
            height: 100%;
            
        }
        
    }



.reactivos .lista-preguntas , .respuestas .lista-respuestas .sub-item{
    padding: 5px;
    margin: 15px auto;
}
    @media screen and (max-width: 1024px){
        .reactivos .lista-preguntas , .respuestas .lista-respuestas .sub-item{
        width: 100%;
    }
}



.reactivos .lista-preguntas .simildroppable{
    position: relative;
    text-align:inherit;
}

.simildroppable{
    display: block;
    margin: 0;
}
.reactivos .lista-preguntas .droppable.ocupado.dragOver{
    border-color: #aaaaaa;
    background-color:transparent;
}

.reactivos .lista-preguntas .droppable.ocupado.correcto.dragOver{
    border:1px solid #0C0;
    color:#030;
    
}

.reactivos .lista-preguntas .droppable .clonado{
    padding: 5px 15px;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.reactivos .lista-preguntas .droppable .clonado.correcto{
    color:#600;
    background-color: transparent;
    
}

.reactivos .lista-preguntas .droppable .clonado.incorrecto{
    color:#600;
    background-color: transparent;
}


.respuestas{
    text-align:center;
    padding-right: 0;
    padding-left: 0;
}
    @media screen and (max-width: 768px){
        .respuestas{
        padding-right: 15px;
        padding-left: 15px;
    }
}
.respuestas.center{
    float: none;
    margin: auto;
}

.respuestas.center .lista-respuestas .sub-item{
    display: inline-block;
    width:200px;
    vertical-align:middle;
}
.ejercicio-arrastrar{
    
    display: flex;
    margin-bottom: 28px;
    padding: 0;
    justify-content: space-between;
}
.ejercicio:after{
    clear: both;
    content: "";
    display: block;
}
.reactivos .lista-preguntas .droppable{
    /*funciona mejor definiendo aqui ancho y alto...*/

    text-align: inherit;
    height: auto;
    min-height: 25px;
    border: thin solid #AAAAAA;
    border-radius: 5px;
    display: inline-block;
    width: 180px !important; /* para no dejaro en auto en la revision */
    vertical-align: bottom;
    max-width: 220px;
    margin: 10px auto 0;
    text-align: center;
    

}
/*
.cContieneDroppable, .droppable {
        height: inherit; 
    width: inherit;
}*/

.cContieneDroppable {
   background-color:#ffffff;
}


.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{
    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;
}

.ocultarRetro{
    display:none;
}

.respuestas{
    position: relative;
    text-align:center;
    bottom: 0;
    left: -5%;
    width: 45% !important;
    right: 0;
    z-index: 900;
}
    @media screen and (min-width: 768px){
        .respuestas{
       position: fixed;
        left: inherit;
        bottom: inherit;
        top: 10%;    
        width: 320px !important;
        right: 5%;
    }
}
    @media screen and (min-width: 1200px){
        .respuestas{
        left: inherit;
        bottom: inherit;
        top: 10%;    
        right: 15%;
    }
}
    



.mostrar { /*Estas clases son para activar la capacidad de manejar segmentos de visibilidad*/
    display:initial; /* o ponemos ""? */
}

.ocultar {
    display: none;
}

.img__arrastrar{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 667px){
    .img__arrastrar{
        max-width: 375px;
}

p {
    font-size: 1.1em !important;
    line-height: 1.8em;
}