/* Header */

.onm-assinatura header {
    background: rgba(255, 255, 255, 0.5);
}

body header .content-header {
    width: min(1260px, 90%);
}

.onm-assinatura header .content-header .enter-header {
    color: #041e42;
}
.onm-assinatura header .content-header img {
    width: 140px;
    height: 40px;
}
.onm-assinatura .header-blur {
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.dark {
    color: #041e42 !important;
    -webkit-transition: ease-in-out 2s;
    transition: ease-in-out 2s;
}

.dark:hover {
    color: #e0004d;
}

/* Footer */
:root .footer {
    --footer-text: #041e42;
}
.onm-assinatura .footer {
    font-family: "Gilroy", sans-serif;
}
.onm-assinatura .footer .copyright p {
    font-size: 14px;
    color: #041e42;
}
.onm-assinatura .footer .content-footer .links-footer ul > li {
    color: #041e42;
}
.onm-assinatura .footer .content-footer .links-footer {
    line-height: 1;
    
}
.onm-assinatura .footer .content-footer .links-footer ul a li {
    font-size: 16px;
    color: #041e42;
}
.onm-assinatura .footer .content-footer .links-footer .logo-footer {
    margin: 0 40px 50px 0;
}
.onm-assinatura .footer .content-footer .links-footer .logo-footer svg path.letter {
    fill: #041e42;
}
.onm-assinatura .footer .content-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e7004c), to(rgba(231, 0, 76, 0)));
    background: linear-gradient(270deg, #e7004c 50%, rgba(231, 0, 76, 0) 100%);
}

.onm-assinatura .footer .content-footer .links-footer .line-split {
    background: linear-gradient(91deg, rgba(231, 0, 76, 0) 0%, rgba(231, 0, 76, 0.2) 100%);
    max-width: 107px;
}

.onm-assinatura .footer .content-footer .social-media a svg path {
    fill: #041e42;
}

.onm-assinatura .footer .copyright p {
    color: #041e42;
}

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

.onm-assinatura-aprenda {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.box-aulas {
    transition: ease-in-out 0.2s;
}
.box-aulas:hover {
    color: #e0004d;
    
}

.onm-assinatura-aprendaC {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    padding: 300px 2% 0;
}

.onm-assinatura-aprendaCL {
    padding-bottom: 185px;
    padding-right: 20px;
    text-align: left;
    width: 45%;
}

.onm-assinatura-aprendaCR {
    min-height: 800px;
    position: relative;
    width: 55%;
}

.onm-assinatura-aprendaImagem {
    left: 0;
    max-width: 1200px;
    position: absolute;
    top: 0;
}

.onm-assinatura-aprendaTexto {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    margin: 15px 0 0;
}

.onm-assinatura-aprendaTitulo {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.21;
    margin: 0;
}

.onm-assinatura-aula {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
    width: fit-content;
    transition: all .3s ease;
}

.onm-assinatura-aula-filtro {
    border-bottom: solid 2px #ff1654;
    transition: all .3s ease;
}

.onm-assinatura-aulaLabel {
    font-weight: bold;
}

.onm-assinatura-aula-filtro .onm-assinatura-aulaLabel {
    color: #ff1654;
}

.onm-assinatura-aulaLabel-filtro {
    color: #ff1654;
}

.onm-assinatura-aulas {
    display: flex;
    justify-content: center;
}

.onm-assinatura-aulasB {
    display: flex;
    justify-content: space-between;
}

.onm-assinatura-aulasBW {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}

.onm-assinatura-aulasC {
    max-width: 1366px;
    padding: 0 5% 150px;
}

.onm-assinatura-aulasFiltro {
    border: solid 1px #ff1654;
    border-radius: 35px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 20px;
    padding: 10px 20px;
    transition: 0.6s;
}

.onm-assinatura-aulasFiltro-ativo {
    background: #ff1654;
    color: #FFFFFF;
    font-weight: bold;
}

.onm-assinatura-aulasFiltro:hover {
    background: #ff1654;
    color: #FFFFFF;
}

.onm-assinatura-aulasFiltros {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
}

.onm-assinatura-aulasM {
    display: flex;
    justify-content: center;
}

.onm-assinatura-aulasMTexto {
    color: #ed145b;
    font-size: 24px;
    ;
    line-height: 1.42;
    max-width: 1366px;
    padding: 0 5% 50px;
    text-align: center;
}

.onm-assinatura-aulasMTexto span {
    font-weight: bold;
}

.onm-assinatura-aulasSubtitulo {
    color: #000000;
    font-size: 24px;
    line-height: 1.5;
    margin: 40px 0;
}

.onm-assinatura-aulasSubtituloVermelho {
    color: #ed145b;
    font-size: 24px;
    line-height: 1.5;
    margin: 40px 0;
}

.onm-assinatura-aulasT {
    margin: 125px 0 50px;
    text-align: center;
}

.onm-assinatura-aulasTitulo {
    color: #ff1654;
    font-size: 46px;
    font-weight: 800;
    line-height: 46px;
    margin: 0 auto;
    max-width: 615px;
}

.onm-aulas-ao-vivo-aulasSubtitulo {
    max-width: 1078px;
    font-family: Gilroy;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #051438;
    margin: 0 auto;
}

.onm-assinatura-aulasTodasAsCategorias {
    background: #E5E5E5;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    display: none;
    margin-top: 40px;
    padding-bottom: 10px;
    width: 100%;
}

.onm-assinatura-aulasTodasAsCategoriasC {
    background: #ff1654;
    border-radius: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 20px;
    width: 100%;
}

.onm-assinatura-intro {
    background: #42ebd5;
    display: flex;
    justify-content: center;
}

.onm-assinatura-introBotao,
.onm-assinatura-introBotao:active,
.onm-assinatura-introBotao:focus,
.onm-assinatura-introBotao: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-assinatura-introBotao:hover {
    color: #FFFFFF;
}

.onm-assinatura-introC {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    padding: 100px 2% 0;
}

.onm-assinatura-introCL {
    padding-bottom: 185px;
    padding-right: 20px;
    text-align: left;
    width: 45%;
}

.onm-assinatura-introCR {
    position: relative;
    width: 55%;
}

.onm-assinatura-introImagem {
    position: absolute;
    top: 200px;
}

.onm-assinatura-introTitulo {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.21;
    margin: 0;
}

.onm-assinatura-maisAulas {
    align-items: center;
    color: #ff1654;
    display: none;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    line-height: 2.43;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.onm-assinatura-maisAulasSeta {
    max-height: 8px;
    padding-left: 15px;
    transform-origin: 78%;
    transform: translateY(-1px);
}

.onm-assinatura-maisAulasSeta--invertido {
    transform: translateY(-1px) rotate(180deg);
}

.onm-assinatura-paraquem {
    background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.onm-assinatura-paraquemC {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    padding: 150px 2% 100px;
}

.onm-assinatura-paraquemTitulo {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.21;
    margin: 0;
    text-align: center;
    width: 100%;
}

.onm-assinatura-paraquemW {
    text-align: center;
    width: 30%;
}

.onm-assinatura-paraquemWImagem {
    max-height: 250px;
}

.onm-assinatura-paraquemWTexto {
    color: #000000;
    font-size: 16px;
    line-height: 1.88;
    margin: 0;
}

.onm-assinatura-paraquemWTexto-destaque {
    font-weight: bold;
}

.onm-assinatura-paraquemWTitulo {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.56;
    margin: 30px 0;
}

.onm-assinatura-plano {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10%;
    max-width: 330px;
    padding: 50px 40px 40px;
    text-align: center;
    width: 40%;
}

.onm-assinatura-plano1 {
    background-color: #ff1654;
    border-radius: 6px;
}

.onm-assinatura-plano2 {
    background-color: #c4c4c4;
    border-radius: 6px;
}

.onm-assinatura-planoBotao,
.onm-assinatura-planoBotao:active,
.onm-assinatura-planoBotao:focus,
.onm-assinatura-planoBotao:visited {
    background: #ffffff;
    border-radius: 6px;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 0;
    padding: 18px;
    text-align: center;
    width: 100%;
}

.onm-assinatura-planoBotao:hover {
    background: #0C1B37;
    color: #FFFFFF;
}

.onm-assinatura-planoDescricao {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.78;
    min-height: 200px;
}

.onm-assinatura-planoNome {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.78;
}

.onm-assinatura-planos {
    display: flex;
    justify-content: center;
}

.onm-assinatura-planosC {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    padding: 100px 7.5% 80px;
}

.onm-assinatura-planosCL {
    padding-right: 2.5%;
    width: 37.5%;
}

.onm-assinatura-planosCR {
    display: flex;
    justify-content: flex-end;
    width: 62.5%;
}

.onm-assinatura-planosSubtitulo {
    color: #000000;
    font-size: 16px;
    line-height: 1.88;
    margin-top: 30px;
}

.onm-assinatura-planosTitulo {
    color: #ff1654;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.1;
    max-width: 460px;
}

.onm-assinatura-planoValor {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.39;
    margin: 10px 0 20px;
}

.onm-assinatura-poronde {
    display: flex;
    justify-content: center;
}

.onm-assinatura-porondeC {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    padding: 100px 5% 0;
}

.onm-assinatura-porondeCL {
    padding-right: 120px;
    width: 50%;
}

.onm-assinatura-porondeCR {
    width: 50%;
}

.onm-assinatura-porondeCRC {
    display: flex;
}

.onm-assinatura-porondeCRCL {
    max-width: 230px;
    padding-right: 30px;
    width: 50%;
}

.onm-assinatura-porondeCRCR {
    max-width: 230px;
    padding-right: 30px;
    width: 50%;
}

.onm-assinatura-porondeCRCTexto {
    color: #000000;
    font-size: 18px;
    line-height: 1.78;
}

.onm-assinatura-porondeCRCTitulo {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 25px;
}

.onm-assinatura-porondeCRTitulo {
    color: #000000;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.39;
    margin: 0 0 80px;
    max-width: 460px;
}

.onm-assinatura-porondeImagem {
    max-height: 700px;
}

.onm-aulas-ao-vivo {
    padding: 0 30px;
}

.onm-aulas-ao-vivo-aulasTitulo {
    color: #ff1654;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    margin: 100px auto 30px;
    text-align: center;
}

.onm-aulas-ao-vivo-imagem {
    margin: 80px 0 125px;
    width: 100%;
    text-align: center;
}

.onm-aulas-ao-vivo-imagem img {
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
}

.onm-aulas-ao-vivo-imagem img.desktop {
    display: none;
}

.onm-aulas-ao-vivo-imagem img.mobile {
    display: block;
    max-width: 301px;
}

@media screen and (min-width: 991px) {
    .onm-aulas-ao-vivo-imagem img.desktop {
        display: block;
    }
    .onm-aulas-ao-vivo-imagem img.mobile {
        display: none;
    }
}

.onm-aulas-ao-vivo-comunidadeTitulo {
    max-width: 405px;
    font-family: Gilroy;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #171b37;
    margin: 40px auto 20px;
}

.onm-aulas-ao-vivo-comunidadeSubtitulo {
    max-width: 645px;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #171b37;
    margin: 0 auto;
}


/* --------- 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 screen and (max-width: 1024px) {
    .onm-assinatura header {
        height: 64px;
    }

}


/* --------- MEDIA: Tablets and lower --------- */

@media screen and (max-width: 991px) {
    .onm-assinatura-paraquemWImagem {
        max-height: 200px;
    }
    .onm-assinatura-paraquemWTexto {
        font-size: 14px;
    }
    .onm-assinatura-paraquemWTitulo {
        font-size: 24px;
    }
    .onm-assinatura-plano {
        margin: 30px 0;
        border-radius: 6px !important;
    }
    .onm-assinatura-planosC {
        flex-wrap: wrap;
        padding: 80px 2%;
        text-align: center;
    }
    .onm-assinatura-planosCL {
        padding-bottom: 40px;
        padding-right: 0;
        width: 100%;
    }
    .onm-assinatura-planosCR {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    .onm-assinatura-planosTitulo {
        max-width: initial;
        text-align: center;
    }
}


/* --------- MEDIA: Smartphones and lower --------- */

@media screen and (max-width: 767px) {
    .onm-assinatura-aprendaC {
        flex-wrap: wrap;
        padding: 200px 2% 80px;
        width: 100%;
    }
    .onm-assinatura-aprendaCL {
        padding-bottom: 40px;
        width: 100%;
    }
    .onm-assinatura-aprendaCR {
        min-height: initial;
        width: 100%;
    }
    .onm-assinatura-aprendaImagem {
        left: initial;
        max-width: 800px;
        position: relative;
        right: 0;
    }
    .onm-assinatura-aprendaTitulo {
        font-size: 36px;
        text-align: center;
    }
    .onm-assinatura-aula {
        font-size: 14px;
        margin: 5px 0;
    }
    .onm-assinatura-aulasB {
        flex-wrap: wrap;
    }
    .onm-assinatura-aulasBW {
        width: 100%;
    }
    .onm-assinatura-aulasFiltro {
        background: #E4E4E4;
        border: none;
        border-radius: 0;
        font-size: 14px;
        margin: 0;
        padding: 15px;
        text-align: left;
        width: 100%;
    }
    .onm-assinatura-aulasFiltro:last-of-type {
        padding-bottom: 30px;
    }
    .onm-assinatura-aulasFiltro-ativo {
        background: #ff1654;
    }
    .onm-assinatura-aulasSubtitulo,
    .onm-aulas-ao-vivo-aulasSubtitulo {
        font-size: 20px;
        margin: 20px 0;
    }
    .onm-assinatura-aulasT {
        margin: 80px 0 40px;
    }
    .onm-assinatura-aulasTitulo {
        font-size: 36px;
    }
    .onm-assinatura-aulasTodasAsCategorias {
        display: initial;
    }
    .onm-assinatura-introC {
        flex-wrap: wrap;
        padding: 80px 2% 0;
    }
    .onm-assinatura-introCL {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .onm-assinatura-introCR {
        width: 100%;
    }
    .onm-assinatura-introImagem {
        left: 50%;
        position: relative;
        top: 80px;
        transform: translateX(-50%);
        width: 80%;
    }
    .onm-assinatura-introTitulo {
        font-size: 40px;
    }
    .onm-assinatura-maisAulas {
        display: flex;
    }
    .onm-assinatura-paraquem {
        padding-top: 80px;
    }
    .onm-assinatura-paraquemC {
        flex-wrap: wrap;
        padding: 40px 2% 80px;
    }
    .onm-assinatura-paraquemTitulo {
        font-size: 36px;
    }
    .onm-assinatura-paraquemW {
        margin-top: 80px;
        width: 100%;
    }
    .onm-assinatura-paraquemWImagem {
        max-height: 200px;
    }
    .onm-assinatura-paraquemWTitulo {
        color: #000000;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.56;
        margin: 30px 0;
    }
    .onm-assinatura-plano {
        max-width: 300px;
        padding: 30px 20px 20px;
        width: 100%;
    }
    .onm-assinatura-planosCL {
        padding-bottom: 0;
    }
    .onm-assinatura-planosCR {
        justify-content: center;
    }
    .onm-assinatura-planosTitulo {
        font-size: 36px;
    }
    .onm-aulas-ao-vivo-aulasTitulo {
        font-size: 36px;
    }
}