@font-face {
    font-family: 'Cera';
    src: url('../fonts/CeraProMedium.otf') format(opentype);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url(../img/01back.jpg);
    background-size: cover;
}

.row-rm {
    display: block;
    height: auto;
    padding: 5% 0 1% 0;
    width: 100%;
    text-align: center;
}

.espaciolink {
    width: 100%;
}

.logo-rm {
    width: 70%;
    height: auto;
    max-width: 1082px;
}

.kaiju {
    background: url(../img/kaiju.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#image {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.mostrarequis {
    animation: mostrarequis 1s;
}

.animadorm {
    opacity: 0;
    transition: all 0.5s;
}

.row-rmflex {
    display: flex;
    height: auto;
    padding: 5% 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.row-rmflex02 {
    display: flex;
    height: auto;
    padding: 5% 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.row-rmflex03 {
    display: flex;
    height: auto;
    padding: 5% 0 0 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.row-rmflex04 {
    display: block;
    height: auto;
    padding: 1% 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    background: #30000e;
}

.col-rm {
    width: 70%;
    height: auto;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.col-rm04 {
    width: 20%;
    height: auto;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.col-rm02 {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.col-rm50 {
    width: 50%;
    height: auto;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.content-rm {
    margin: 0 auto;
    width: 80%;
    max-width: 887px;
    display: block;
}

.contentsocial-rm {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 40px;
    display: block;
}

.btncompra-rm {
    height: auto;
    display: block;
    max-width: 406px;
    width: 85%;
    margin: auto;
}

.prod-rm {
    width: 45%;
    height: auto;
    max-width: 800px;
    display: block;
}

.textosrm {
    line-height: 24px;
    font-family: Cera;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 100;
    width: 80%;
    margin: 15px auto;
}

@keyframes mostrarequis {
    0% {
        transform: translateX(-120px);
    }

    100% {
        transform: translateX(0);
    }
}

.mostrarequisleft {
    animation: mostrarequisleft 1s;
}

@keyframes mostrarequisleft {
    0% {
        transform: translateX(120px);
    }

    100% {
        transform: translateX(0);
    }
}

@media screen and (max-width: 1200px) {
    .logo-rm {
        width: 60%;
    }

    .btncompra-rm {
        width: 80%;
    }

    .prod-rm {
        width: 40%;
        margin: 0 auto;
    }
    .textosrm {
        font-size: 16px;
        line-height: 20px;
    }
    .contentsocial-rm {
        margin: 0 auto;
        max-width: 30px;
    }
}

@media screen and (max-width: 700px) {
    .logo-rm {
        width: 80%;
    }

    .col-rm {
        display: block;
    }

    .col-rm02 {
        display: block;
        width: 100%;
    }
    .textosrm {
            font-size: 12px;
    line-height: 17px;
    }

    .col-rm50 {
        display: grid;
        width: 100%;
    }

    .btncompra-rm {
        width: 80%;
        margin: 0 auto;
    }

    .prod-rm {
        width: 100%;
        margin: 10% auto;
    }

    .content-rm {
        width: 70%;
        margin: 0 auto;
    }
    .row-rmflex03 {
    display: block;
    margin-top: 10%;
    }
    body {
    background: url(../img/m_Back.jpg);
    background-size: cover;
    }
    .contentsocial-rm {
        margin: 0 auto;
        max-width: 30px;
        width: 70%;
    }
    .col-rm04 {
        width: 50%;
    }
    .kaiju {
    background: url(../img/kaiju.png);
    background-size: cover;
    }
}