#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: 3%;
    left: 15%;
    width: 24%;
}

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

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

#recurso-2 #list-origen-ec li.img-recurso2-4 {
    position: absolute;
    top: 78%;
    left: 58%;
    width: 24%;
}

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

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

#recurso-2 .origen {
    position: relative;
    width: 60%;
    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: 60%;
    height: 38%;
    top: 31%;
    left: 20%;
    background-size: contain;
}

@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 #006d31;
    background-color: #ffdc51;
    border-radius: 5px 5px 0 0;
    padding: 15px 50px 15px 15px;
}

.modal-title {
    font-size: 25px;
    color: #333;
    text-align: center;
}

#cerrar-modal {
    background: #006d31;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

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