.icon3DPLP {
    position: absolute;
    bottom: inherit;
top: 2% !important;
    right: 2% !important;
    width: 50px;
    height: 50px;
    background-image: url('https://cdn.jsdelivr.net/gh/mudi-3D/plpmdm@latest/iconPLP.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


#demoup_stage2_script {
    left: 103px;
}

.butonMudiVerMas{
 background-color:#00a2e2;
    border-radius:5px
}



.deployMundi {
    position: absolute;
    width: 36%;
    z-index: 10;
}

.btnsMudiContainer {
    position: absolute;
    width: max-content;
    height: max-content;
    right: 88%;
    top: 12%;
    z-index: 10;
}

.btnMudi3D {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
    filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.196));
}

.btnMudi3D:hover {
    transform: scale(.9);
    transition: all .2s ease-in-out;
}

.tooltipMudi {
    background-color: #d8d8d8;
    font-family: sans-serif;
    width: 320px;
    font-size: 14px;
    padding: 13px 13px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: -148%;
    left: 0%;
    filter: drop-shadow(3px 5px 5px rgba(10, 10, 10, 0.196));
    color: black;
    scale: 0.9;
}

.tooltipMudi::after {
    content: "_";
    position: absolute;
    bottom: -15%;
    right: 90%;
    width: 10px;
    border-bottom-right-radius: 50px;
    background-color: #d8d8d8;
    color: transparent;
}

/* estilos del modal */

.mudiModal {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.416);
    z-index: 10000000;
    backdrop-filter: blur(5px);
}

.iframeMudi3D {
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(3px 5px 10px rgba(10, 10, 10, 0.532));
}

.modelMudi {
    width: 100%;
    height: 100%;
    border: none;
}

.closeModalMudi {
    position: absolute;
    top: 1%;
    right: 1%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    transition: all .2s ease-in-out;
    font-weight: 600;
}

.closeModalMudi:hover {
    font-size: 20px;
    transition: all .2s ease-in-out;
}

.containerBtnsActions {
    display: flex;
    position: absolute;
    top: 5%;
    right: 1%;
}

.cls-1_modal {
    width: 305px;
}

.imgBtnAR {
    width: 200px;
    height: 80px;
    cursor: pointer;
    filter: drop-shadow(3px 5px 5px rgba(10, 10, 10, 0.196));
}

.containerQRMudi {
    position: absolute;
    top: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    right: -150%;
    padding: 20px;
    border-radius: 10px;
    color: white;
    transition: all .2s ease-in-out;
}

.mudiQR {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

.titleContainer:first-child {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.titleContainer:first-child h4 {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.titleContainer:first-child hr {
    width: 100%;
    margin: 0px 0px 2px 0px;
}

.containerText {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.titleContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.textInfoMudi {
    font-size: 13px;
}

.step1 {
    width: 35px;
}

.stepMudi {
    width: 30px;
}

.hrTitle {
    margin-bottom: 20px;
}

.pdp-image-section {
    position: relative;
}

@media screen and (min-width:1400px) and (max-width:1700px) {
    .containerQRMudi {
        position: absolute;
        top: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 200px;
        right: -150%;
        padding: 20px;
        border-radius: 10px;
        color: white;
        transition: all .2s ease-in-out;
        transform: scale(.9);
    }


}

@media screen and (min-width:1100px) and (max-width:1399px) {
    .containerQRMudi {
        position: absolute;
        top: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 230px;
        right: -150%;
        padding: 20px;
        border-radius: 10px;
        color: white;
        transition: all .2s ease-in-out;
        transform: scale(.8);
    }

    .mudiQR {
    width: 67%;
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

      .butonVerMasMudi{
        margin: .55rem auto
    }
}


@media screen and (max-width:500px) {


    .btnsMudiContainer {
        position: absolute;
        width: max-content;
        height: max-content;
        right: 80%;
        top: 5%;
        z-index: 10;
    }

    .btnMudi3D {
        width: 55px;
        height: 55px;
        position: relative;
        cursor: pointer;
        transition: all .2s ease-in-out;
        filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.196));
    }
.tooltipMudi {
    background-color: #d8d8d8;
    font-family: sans-serif;
    width: 315px;
    font-size: 14px;
    padding: 13px 13px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: -40%;
    left: 40px;
    filter: drop-shadow(3px 5px 5px rgba(10, 10, 10, 0.196));
    color: black;
    scale: 0.85;
    height: 107%;
}

.tooltipMudi::after{
    display:none
}

.butonMudiVerMas{
    bottom: 17% !important;
    right:inherit !important;
    border-radius:5px
}


    .iframeMudi3D {
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 85%;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(3px 5px 10px rgba(10, 10, 10, 0.532));
    top: -6%;
}

  .containerQRMudi {
    position: absolute;
    top: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    right: -150%;
    padding: 20px;
    border-radius: 10px;
    color: white;
    transition: all .2s ease-in-out;
}
.container-options {
    bottom: 13px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: flex-start;
    left: 7px;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    width: 90%;
}
    .detailInfoMudi {
    opacity: 0;
    transition: all .2s ease-in-out;
    width: 52%;
    text-align: center;
    right: 0%;
            position: relative;
    z-index: 10;
}
}
