@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");


body {
font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #8D1B1B;
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 20px;
}




    .imagen-circuito {

    width: 545px;
    margin: 20px auto;
    border: 1px solid #FBB03B;
    position: relative;
    }


        .imagen-circuito img{

 width: 100%
    }



#btnRevisar {
    background: #1097CC;
    color: #FFF;
}

#btnReiniciar {
        background: hsla(16,88%,55%,1.00);
    color: #FFF;
}

.preguntas{
}

.pregunta {
font-weight: 600;
    color: #1097CC;
    font-size: 16px;
}
.respuestas{
    clear: both;
}
.draggable {
    min-width: 90px;
    min-height: 40px;
    padding: 0.5em;
    float: left;
    margin: 10px;
    text-align: center;
        border: 1px solid #FBB03B;
}
.draggable:hover{
    cursor: pointer;
    border: 1px solid black;
}
.droppable{
    border-style: dashed;
}
.droppable {
    position: absolute;
    width: 81px;
    min-height: 41px;/*Basicamente aquí se da la altura del recuadro y de la línea*/
    padding: 0.5em;
    /*float: left;*/
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #FBB03B;
}

#a1{
    top: 20%;
    right: 38%;
} 


#a2{
    top: 1%;
    left: 28%;
} 



#a3{
    bottom: 18%;
    right: 11%;
} 



#a4{
    top: 23%;
    right: 17%;
} 



#a5{
     top: 30%;

    right: 38%;
} 


#a6{
    bottom: 22%;
    right: 38%;
} 


#a7{
    bottom: 10%;
    right: 38%;
} 


#a8{
    top: 51%;
    left: 25%;
} 



div.ui-droppable-hover{/* estilo de un droppable cuando un draggable pasa sobre él */
    background: white;
    border: 1px solid #4a75ab
}
.barraInferior{
    text-align: center;
    clear: both;
}
.bien{
    background: #eeffee url("palomita.png") no-repeat top right; 
}
.mal{
    background: #ffeeee url("tache.png") no-repeat top right;
}




@media (min-width: 320px) and  (max-width: 640px){

    .imagen-circuito {

    width: 300px;
    margin: 20px auto;
    border: 1px solid #FBB03B;
    position: relative;
    }


.droppable {
    position: absolute;
    width: 41px;
    min-height: 21px;
    padding: 0.5em;
    /* float: left; */
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #FBB03B;
}

}