@import url("M_G06_U02_L07.css");
.relaciona {
    background: url(../img/M_G06_U02_L07_04/relaciona.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1190px;
    height: 504px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.preguntaResumen {
    background: url(../img/M_G06_U02_L07_04/preguntaResumen.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 999px;
    height: 288px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.campo {
    cursor: pointer;
    background-color: transparent;
    width: 980px;
    height: 151px;
    position: absolute;
    top: 44%;
    left: 1%;
}

.campo .texto {
    color: #575756;
    font-family: 'cabinbold';
    line-height: 46px;
    font-size: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}

#drops {
    position: absolute;
    left: 42.5%;
    top: 13.5%;
    
}

#drops>div {
    margin-bottom: 8px;
    width: 366px;
}

#drp1 {
    height: 83px;
}

#drp2 {
    height: 88px;
}

#drp3 {
    height: 92px;
}

#drp4 {
    height: 149px;
}

#respuesta1 {
    width: 306px;
    height: 83px;
    position: relative;
}

#respuesta2 {
    width: 306px;
    height: 88px;
    position: relative;
}

#respuesta3 {
    width: 306px;
    height: 92px;
    position: relative;
}

#respuesta4 {
    width: 306px;
    height: 149px;
    position: relative;
}

.relaciona .texto {
    color: #575756;
    font-family: 'cabinmedium';
    line-height: 37px;
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
}