#recurso-2 .redi-2 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#recurso-2 #list-origen-ec,
#list-destino-ec {
    white-space: nowrap;
    overflow-y: hidden;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

#recurso-2 #list-origen-ec li,
#list-destino-ec li {
    list-style: none;
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin: 5px;
}

#recurso-2 #list-destino-ec li {
    display: none;
}

#recurso-2 #list-origen-ec li.img-recurso2-1 {
    position: absolute;
    top: 11%;
    left: 11%;
    width: 13%;
}

#recurso-2 #list-origen-ec li.img-recurso2-2 {
    position: absolute;
    top: 2%;
    left: 42.5%;
    width: 13%;
}

#recurso-2 #list-origen-ec li.img-recurso2-3 {
    position: absolute;
    top: 13%;
    left: 75%;
    width: 13%;
}

#recurso-2 #list-origen-ec li.img-recurso2-4 {
    position: absolute;
    top: 77%;
    left: 27%;
    width: 10%;
}

#recurso-2 #list-origen-ec li.img-recurso2-5 {
    position: absolute;
    top: 75%;
    left: 58%;
    width: 15%;
}

#recurso-2 .contenido button {
    margin: 0 auto;
}

#recurso-2 .contenido {
    /*  position: relative; */
    text-align: center;
    margin: 0 auto;
}

#recurso-2 .origen {
    position: relative;
    width: 75%;
    padding-bottom: 85%;
    background: url(../img/fondo.png);
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
}

@media (max-width: 767px) {
    #recurso-2 .origen {
        width: 100%;
        padding-bottom: 110%;
        margin-top: 0;
    }
}

#recurso-2 .destino {
    position: absolute;
    text-align: center;
    background-size: contain;
    background: url(../img/escena1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 43%;
    height: 34%;
    top: 30%;
    left: 29%;
    background-size: contain;
}

#recurso-2 .titulo-destino {
    width: auto;
    background-color: #fff;
    left: 89%;
    top: 57%;
    color: #ff4e00;
    border: solid #ff4e00 2px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 600;
    padding: 10px;
    position: absolute;
}

#recurso-2 .titulo-destino:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: dotted 2px #ff4e00;
    border-radius: 10px
}

/*#recurso-2 .imagen-destino {
    position: relative;
    top: -95px;
    left: -8px;
    height: 164px;
    width: 138px;
}*/

@media (max-width: 767px) {
    #recurso-2 .titulo-destino {
        font-size: 16px;
        font-weight: 300;
    }
}

/* modal */

.modal-body {
    padding: 20px 30px 20px 30px;
    font-size: 22px;
    color: #333;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 10px 20px 10px 20px;
        font-size: 18px;
    }
}

.modal-content {
    max-width: 600px;
    margin: auto;
}

.modal-dialog {
    margin-top: 15%;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin-top: 40%;
    }
}

.modal-header {
    border-bottom: 4px solid #ffdc51;
    background-color: #006d31;
    border-radius: 5px 5px 0 0;
}

.modal-title {
    font-size: 25px;
    color: #fff;
}

#cerrar-modal {
    background: #ffdc51;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cerrar-modal img {
    width: 60%;
}