.mrm_memoria_mainbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - 300px);
    height: auto;
    background-color: #ffffff;
}

.mrm_memoria_filmstrip {
    position: relative;
    left: 50%;
    translate: -50%;
    padding-top: 3%;
    padding-bottom: 7%;
    display: inline-block;
    width: 80%;
    height: auto;
    text-align: center;
    background-color: #ffffff;
}

.mrm_memoria_minibox {
    position: relative;
    margin-bottom: 1%;
    display: inline-block;
    width: 200px;
    height: 200px;
    color: transparent;
    border-style: solid;
    border-color: #999999;
    border-width: 2pt;
    border-radius: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #333333;
    cursor: pointer;
}

.mrm_memoria_lightbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - 300px);
    height: 100vh;
    background-color: rgba(0, 0, 0, 1);
    animation-name: fadeIn;
    animation-duration: 0.7s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.mrm_memoria_picbox {
    position: relative;
    top: 0;
    left: 0;
    width: 69%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mrm_memoria_textbox {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 10%;
    padding-bottom: 7%;
    padding-left: 3%;
    padding-right: 3%;
    width: 20%;
    height: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    border-style: solid;
    border-color: #333333;
    border-width: 0pt 0pt 0pt 1pt;
    background-color: #000000;
}

.mrm_memoria_line {
    position: relative;
    top: -3%;
    left: 0;
    width: auto;
    height: 1pt;
    background-color: #333333;
}

h1 {
    font-weight: 500;
    font-size: 3em;
}

h2 {
    font-weight: 500;
    font-size: 2em;
}

h3 {
    font-weight: 500;
    font-size: 1.25em;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}
/*Mejorar este código a: y mrmMemoriaBtback*/
.mrmMemoriaBtback {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 13%;
    padding-left: 2%;
    padding-right: 2%;
    height: 70px;
    width: auto;
    text-align: center;
    line-height: 2;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    color: #ffffff;
    border-style: none;
    border-radius: 10px;
    background-color: #1B924D;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .mrm_memoria_mainbox {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: auto;
        background-color: #ffffff;
    }

    .mrm_memoria_filmstrip {
        position: relative;
        left: 50%;
        translate: -50%;
        padding-top: 5%;
        padding-bottom: 11%;
        display: inline-block;
        width: 80%;
        height: auto;
        text-align: center;
        background-color: #ffffff;
    }

    .mrm_memoria_lightbox {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 1);
        animation-name: fadeIn;
        animation-duration: 0.7s;
    }

    @keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }

    .mrm_memoria_picbox {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .mrm_memoria_textbox {
        position: relative;
        top: 0;
        right: 0;
        padding-top: 7%;
        padding-bottom: 13%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: auto;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 13pt;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        color: #ffffff;
        border-style: solid;
        border-color: #333333;
        border-width: 1pt 0pt 0pt 0pt;
        background-color: #000000;
    }

    .mrm_memoria_line {
        position: relative;
        top: 0;
        left: 50%;
        translate: -50%;
        margin-bottom: 3%;
        width: 70%;
        height: 1pt;
        background-color: #333333;
    }

    p {
        margin-left: 10%;
        margin-right: 7%;
    }

    .mrmMemoriaBtback {
        position: relative;
        bottom: 0;
        left: 10%;
        margin-top: 7%;
    }
}
