
html, body
{
	width: 100%;
    color: #040404;
    line-height: inherit;
}
p{
    color: #fff;
    margin-bottom: inherit;
}
body
{
	font-size:0.8em;
}

[data-draggable="target"] {
    float: left;
    list-style-type: none;
    width: 18.5em;
    height: 11.5em;
    overflow-y: auto;
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
    border: 2px solid #0fa0cf;
    border-radius: 0.2em;
    background: #163c8c80;
    color: #14266c;
}

[data-draggable="target"][aria-dropeffect="move"]
{
	border-color:#68b;

	
	background-image: url('../images/ARRASTRA.png') ;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}

[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover
{
	outline:none;
	
	box-shadow:0 0 0 1px #fff, 0 0 0 3px #68b;
}

[data-draggable="item"] {
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    line-height: 1.3;
}

[data-draggable="item"]:focus
{
	outline:none;
	box-shadow:0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}

[data-draggable="item"][aria-grabbed="true"]
{
	background:#8ad;
	color:#fff;
}


.pcontenedor {
    display: flex;
    flex-direction: column;
    margin: -5px 15px 0 15px;
    width: 24%;
}

.respuestas {
    display: flex;
    flex-direction: column;
    width: 172px;
    /* height: 100%; */
    margin-left: 24px;
    margin-top: 15px;
}

.rompcontainer {
    display: flex;
    flex-direction: column;
    width: 172px;
    /* height: 100%; */
    margin-left: 24px;
    margin-top: 15px;
}

.respuestas ol {
    height: 366px;
    width: 185px;
    margin-left: 6px;
}

.respuestas h1{
	text-align-last: center;
}

.respuestas img {
    width: 93%;
}

.preguntas {
    display: flex;
    margin-left: 47px;
    margin-top: 13px;
}

.pcontainer {
    display: flex;
    /* width: 982px; */
    height: 600px;
    /* margin-top: -6px; */
   
    visibility: hidden;
}

.fulcontainer{

    display: flex;
}

.olcontenedor img {
    width: 50% ;
}

.secondiv {
    display: flex;
    flex-direction: column;
    height: 10px;
    /* width: 14%; */
    margin-right: -5px;
}


.imagep {
    width: 345%;
    margin: 7px;
}

.imageR {
    width: 122% !important;
}

.respuestas [data-draggable="target"][aria-dropeffect="move"] {
		border-color:#68b;
		background-image:none;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}