.onm-entrar {
    background: #FFFFFF;
    font-family: "Gilroy", sans-serif;
}

.onm-entrar-banner {
    display: flex;
    justify-content: center;
}

.onm-entrar-bannerBotao,
.onm-entrar-bannerBotao:active,
.onm-entrar-bannerBotao:focus,
.onm-entrar-bannerBotao:visited {
    background: #ff1654;
    border-radius: 35px;
    color: #edffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    margin-top: 50px;
    min-width: 300px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.6s;
}

.onm-entrar-bannerBotao:active {
    transform: translateY(5px);
}

.onm-entrar-bannerBotao:hover {
    background: #f03875;
    color: #FFFFFF;
}

.onm-entrar-bannerC {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 915px;
    padding: 100px 10px 200px;
    width: 100%;
}

.onm-entrar-bannerCL {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.onm-entrar-bannerCR {
    display: flex;
    justify-content: center;
    width: 50%;
}

.onm-entrar-bannerTexto {
    color: #000000;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.25;
}

.onm-entrar-intro {
    align-items: center;
    background: linear-gradient(#42ebd5 50%, #FFFFFF 50%);
    display: flex;
    justify-content: center;
    min-height: 90vh;
    padding: 100px 5%;
}

.onm-entrar-introBotao,
.onm-entrar-introBotao:active,
.onm-entrar-introBotao:focus,
.onm-entrar-introBotao:visited {
    background: #ff1654;
    border-radius: 6px;
    color: #edffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    margin-top: 65px;
    min-width: 300px;
    padding: 21px 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.6s;
}

.onm-entrar-introBotao:active {
    transform: translateY(5px);
}

.onm-entrar-introBotao:hover {
    background: #f03875;
    color: #FFFFFF;
}

.onm-entrar-introC {
    background: #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 33px 46px 0 rgba(0, 0, 0, 0.18);
    text-align: center;
    max-width: 560px;
    padding: 70px 60px 50px;
    margin: 20px;
    min-height: 512px;
}

.onm-entrar-introLink,
.onm-entrar-introLink:active,
.onm-entrar-introLink:focus,
.onm-entrar-introLink:visited {
    text-decoration: underline;
    transition: 0.6s;
}

.onm-entrar-introLink:hover {
    color: #4183D7;
}

.onm-entrar-introSubtitulo {
    color: #011627;
    font-size: 18px;
    line-height: 1.78;
    margin: 20px 0 0;
}

.onm-entrar-introTitulo {
    color: #011627;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.17;
}




/* --------- MEDIA: Large computers and lower --------- */
@media screen and (max-width: 1919px) {
}

/* --------- MEDIA: Medium computers and lower --------- */
@media screen and (max-width: 1679px) {
}

/* --------- MEDIA: Small computers and lower --------- */
@media screen and (max-width: 1279px) {
}

/* --------- MEDIA: Tablets and lower --------- */
@media screen and (max-width: 991px) {

    .onm-entrar-bannerCL {
        padding: 0 10px;
    }

}

/* --------- MEDIA: Smartphones and lower --------- */
@media screen and (max-width: 767px) {

    .onm-entrar-bannerC {
        flex-wrap: wrap;
        padding: 10px 10px 100px;
    }

    .onm-entrar-bannerCL {
        text-align: center;
        width: 100%;
    }

    .onm-entrar-bannerCR {
        width: 100%;
    }

    .onm-entrar-bannerTexto {
        font-size: 40px;
        width: 100%;
    }

    .onm-entrar-intro{
        background: linear-gradient(#42ebd5 200px, #FFFFFF 5%);
        flex-flow: column;
    }
        

    .onm-entrar-introBotao,
    .onm-entrar-introBotao:active,
    .onm-entrar-introBotao:focus,
    .onm-entrar-introBotao:visited {
        line-height: 1.5;
        margin-top: 20px;
        min-width: initial;
        padding: 15px;
    }

    .onm-entrar-introC {
        max-width: 100%;
        padding: 30px 32px 30px;
        min-height: 100%;
    }

    .onm-entrar-introSubtitulo {
        font-size: 12px;
    }

    .onm-entrar-introTitulo {
        font-size: 26px;
    }

    .onm-entrar-imgTPD {
        width: 175px;
    }

    .onm-entrar-login-TPD{
        margin-top: 25px;
    }

    

}