

body{
    /* overflow: hidden; */
}
section{
    margin-top: 0px !important;
}

.opcion{
    position: relative;
    display: inline-block;
    margin: 5px;
    color: #fff;
}

.m-b-10{
    margin-bottom: 10px;
}
.opcion.resitem{
    width: 150px;
    height: 200px;
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb);
    border-radius: 15px;
}
.opcion.resitem span{
    position: relative;
    display: block;
}
.opcion.imgitem{
    cursor: move;
    width: 114px;
    height: 114px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.opcion.imgitem img{
    border-radius: 5px;
}
.opcion.resitem span.respuesta{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    height: 25px;
    border-radius: 0 0 15px 15px;
}
.btn-purple{
    background-color: darkorchid;
    border-color: darkorchid;
    margin: 10px;
    width: 200px;
    height: 50px;
    color: #fff !important;
    font-size: 2em;
}
.btn-purple,
.btn-purple:hover,
.btn-purple:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb) !important;
}
.bgm-purple{
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb) !important;
}

.text-green{
    font-weight: 700;
    color: green;
}
.text-red{
    font-weight: 700;
    color: red;
}
.bg-white {
    background-color: #fefefe !important;
}
#resultado{
    position: relative;
    top: 5px;
}

.opcion.palabra{
    cursor: move;
    width: 114px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #ccc;
    border-radius: 5px;
}
#canvas{
    /* position: absolute; */
    /* width: 80%;
    height: 200px; */

}
.tablero{
    width: 80%;
    min-height: 400px;
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb) !important;
    border-radius: 15px;
}

.derecho{
    position: relative;
    height: 100%;
    z-index: 2;
}

.izquierdo{
    position: relative;
    height: 100%;
    z-index: 2;
}
hr {
    border: 0; 
    border-top: 1px solid #999; 
    border-bottom: 1px solid #333; 
    height:0;
}
.itemtext{
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    font-weight: 700;

}
.derecho .itemtext{
    text-align: right;
    padding-right: 0;
}

.izquierdo .itemtext{
    text-align: left;
    padding-left: 0;
}

.divisor{
    position: absolute;
    z-index: 100;
    width: 600px;
}
#connector_canvas {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    stroke: #5c96bc;
    stroke-width: 2;
    left: 0;
}
.ui-item {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #eef;
    margin-top: 2px;
    border-radius: 50%;
}
.ui-item {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #eef;
    margin-top: 15px;
}
.ui-item:first-child {
    /* margin-top: 0px; */
}
/* #canvas {
    width: 60%;
    right: 2;
} */

#ui-browser, #canvas, #property-browser {
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}
.item-iz{

}
.barra{
    position: relative;
    /* background-color: #5c96bc !important; */
    height: 100%;
    padding: 0;
    float: left;
    width: 25px;
}
.item-d{
    float: right;
}
.barrai{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.barrad{
    /* right: 20px; */
}

.con_anchor {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: darkorchid;
    border-radius: 50%;
    z-index: 5;
    margin: 0 auto;
    top: 5px;
    cursor: pointer;
}
.con_anchor:hover {
    background-color: chartreuse;
}

.active-anchor{
    background-color: chartreuse !important;
    cursor: no-drop;
}
.error-anchor{
    background-image: linear-gradient(to right top, #ff06d4, #ff00a8, #ff007f, #fc0059, #eb1238);
}

.item-play{
    /* margin: 5px; */
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 3px;
    
}
.item-play:nth-child(even){
    border-left: 2px solid #a500f5;
}
.item-play:nth-child(odd){
    border-right: 2px solid #a500f5;
}
.item-play img{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.item-play .caja{
    padding-top: 5px;
    display: inline-block;
    padding-right: 0;
}
.item-play img:hover{
    transform: scale(1.3);
}
.tablero.act4{
    box-sizing: border-box;
    padding: 5px;
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb);
    border-radius: 15px;
}
.item-play .estado{
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
}
.item-play .cestado{
    margin: 0;
    padding: 0;
    padding-top: 6px;
    padding-left: 25px;
}
.tablero.act5{
    box-sizing: border-box;
    padding: 10px;
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb);
    border-radius: 15px;
    width: 100%;
    /* height: 540px; */
}

/* video */
.modal-lg{
    width: 80%;
}

#act1{

}
#act1 .modal-content, #act6 .modal-content{
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background:rgba(0, 0, 0, 0.7); */
    border:none;
    outline:none;
    color: white;

}
#act1 .modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}

#act1 p, #act6 p{
    color:black !important;
}

#act1 .modal-header, #act6 .modal-header{
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-top: 10px;
}
#act1 .modal-footer, #act6 .modal-footer{
    padding: 0;
    border-top: 1px solid transparent;
}
.textIncompleto{
    color: white !important;
    text-align: justify;
    font-size: 1.2em;
}
.textIncompleto input{
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    width: 150px;
    text-align: center;
}
#act6 .tablero{
    padding-right: 30px !important;

}
#act6 .textIncompleto input:focus{
    outline:0px;
    box-shadow: none;    
}
#act6 .tablero{
    box-sizing: border-box;
    padding: 10px;
    background-image: linear-gradient(to right top, #5106ff, #8300fa, #a500f5, #c100f0, #d812eb);
    border-radius: 15px;
    width: 100%;
}
.section-padding {
    padding-bottom: 10px;
}