.hiddenrm {
    display: none;
}

.titulo-aviso-rm {
    font-size: 20px !important;
    font-family: 'D-DINCondensed', Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
}

.logo-modalrm {
    width: 80%;
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-bottomrm {
    width: 10%;
    max-width: 70px;
    height: auto;
    display: block;
    margin: 15% auto 0 auto;
}

.button-aviso-rm {
    font-size: 20px;
    color: #FFFFFF;
    background: transparent;
    font-family: 'Bebas Neue Pro Regular', Verdana, sans-serif;
    text-decoration: none;
    width: 50%;
    max-width: 240px;
    padding: 13px 10px;
    border: 2px solid #FFFFFF;
    margin-top: 20px;
}

.button-aviso-rm:hover {
    background: rgb(9 33 77 / 69%);
    cursor:pointer;
}

.modal-rm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/defrente_aviso2.png) fixed center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 9999;
}

.modal-content-rm {
    padding: 30px 20px;
    width: 50%;
    text-align: center;
    margin: auto;
    color: #FFF;
    font-size: 50px;
}

@keyframes logo-animate-rm {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 700px) {
    .modal-rm {
    background: url(../img/mobile/defrente_modalmobile.png) center center;
    background-size: cover;
    }
    .modal-content-rm {
    padding: 0;
    width: 80%;
    }
    .titulo-aviso-rm {
    font-size: 18pt !important;
    font-family: 'D-DINCondensed', Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
    width: 60%;
    margin: 5% auto;
    line-height: 32px;
    }
    .button-aviso-rm {
    font-size: 24px;
    text-decoration: none;
    width: 50%;
    max-width: 130px;
    padding: 7px 5px;
    display: block;
    margin: 20px auto;
    }
    .logo-bottomrm {
      width: 20%;
      display: block;
      margin: 50% auto 0 auto;
    }
}