body {
    background: linear-gradient(90deg, #050939 0%, #141a61 47.57%, #050939 93.19%);
    overflow-x: hidden
}

img {
    user-select: none
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Gilroy, sans-serif;
    color: #fff
}

h1 {
    width: 60rem;
    min-width: 272px;
    max-width: 100%;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 5.4rem
}
/* Header */
.header-blur {
    background: rgba(5, 9, 57, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

.onm-nossas-aulas header {
    height: 60px;
    z-index: 1999;
}
.onm-nossas-aulas header .content-header {
    max-width: 1640px;
    width: 90%;
}
.onm-nossas-aulas header .content-header img {
    width: 140px;
    height: 40px;
}

/* PLANS */
.onm-nossas-aulas .onm-home-plans {
    font-family: "Gilroy", sans-serif !important;
}
.onm-nossas-aulas .onm-home-plans .content-plans .title-plans h2 {
    font-size: 36px;
    font-family: "Gilroy", sans-serif;
}
.onm-nossas-aulas .onm-home-plans .content-plans .title-plans p {
    font-size: 20px;
    max-width: 680px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card {
    max-width: 480px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card ul {
    margin: 36px auto 64px 49px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card-titulo {
    font-size: 18px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card-preco {
    font-size: 46px;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    margin: 0;
}
.onm-nossas-aulas .onm-home-plans .content-plans ul .check::before {
    margin-left: -28px;
}
.onm-nossas-aulas .onm-home-plans .content-plans ul .uncheck::before {
    margin-left: -28px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card ul li {
    font-size: 16px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card ul span {
    font-size: 14px;
}
.onm-nossas-aulas .onm-home-plans .content-plans .onm-cta-card .container-btn .btn-plans {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
}
.onm-home-plans .content-plans .onm-cta-card .container-btn span {
    font-family: "Gilroy", sans-serif !important;
    font-weight: 700;
}

/* FAQ */
.onm-nossas-aulas .onm-faq {
    background-color: transparent;
    margin: 100px 0;
}
.onm-nossas-aulas .onm-faq .onm-faq-title {
    font-weight: 700;
    font-size: 40px;
}
.onm-nossas-aulas .onm-faq-item-title, .onm-faq-item-resp, .onm-faq p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
}

/* Footer */
.onm-nossas-aulas .footer {
    font-family: "Gilroy", sans-serif;
}
.onm-nossas-aulas .footer .copyright p {
    font-size: 14px;
}
.onm-nossas-aulas .footer .content-footer .links-footer ul > li {
    color: #fff;
}
.onm-nossas-aulas .footer .content-footer .links-footer ul a li {
    font-size: 16px;
}

.font-heavy {
    font-weight: 200;
}

.onm-topo {
    background: #021124;
    position: relative;
    z-index: 10
}

.onm-header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center
}

.onm-header-bg {
    position: absolute;
    background: url(/wp-content/themes/o-novo-mercado/img/onm-comoFunciona-linhas.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125%;
    height: 150rem;
    bottom: 0
}

.onm-header-info {
    width: 90%;
    max-width: 1360px;
    margin: 5rem auto 9rem;
    position: relative
}

.onm-header-info p {
    font-size: 1.8rem;
    max-width: 79rem
}

.onm-popular {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto
}

.onm-eventos-titulo,
.onm-popular-titulo {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ffffff4d
}

.onm-eventos h3,
.onm-popular h3 {
    color: #e0004d;
    font-size: 2rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0024d;
    display: inline-block;
    margin-bottom: -1px
}

.onm-popular-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.onm-popular-controle {
    display: none
}

.onm-eventos-card,
.onm-popular-card {
    width: 24rem;
    min-width: 24rem;
    margin: 0 auto 3rem;
    border-radius: 4px;
    background: #fff
}

.onm-eventos-card img,
.onm-popular-card img {
    width: 100%;
    height: 19rem;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    background: #041d3e
}

.onm-eventos-info,
.onm-popular-info {
    padding: 2rem
}

.onm-eventos-card h4,
.onm-popular-card h4 {
    color: #e0024d;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative
}

.onm-eventos-card h5,
.onm-popular-card h5 {
    color: #e0024d;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .3rem
}

.onm-eventos-info>p,
.onm-popular-info>p {
    color: #000;
    line-height: 1.25;
    height: 5rem;
    overflow-y: auto;
    font-size: 12px;
}

.onm-eventos-rodape,
.onm-popular-rodape {
    display: flex;
    justify-content: space-between
}

.onm-eventos-professor,
.onm-popular-professor {
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 0 0 2.5rem
}

.onm-eventos-professor::before,
.onm-popular-professor::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 -2.5rem;
    border-radius: 50%;
    background: #e0024d
}

.onm-eventos-duracao,
.onm-popular-duracao {
    color: #00000080;
    display: flex;
    align-items: center;
    margin: 0
}

.onm-eventos-duracao::before,
.onm-popular-duracao::before {
    content: '';
    background: url(/wp-content/themes/o-novo-mercado/img/onm-nossasAulas-icon-timer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem
}

.onm-eventos .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.onm-eventos .owl-stage {
    display: flex
}

.onm-eventos .owl-dots,
.onm-eventos .owl-nav {
    display: none
}

.onm-eventos {
    padding: 10rem 0 8rem
}

.onm-eventos-row {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.onm-eventosL {
    background: url(/wp-content/themes/o-novo-mercado/img/onm-comoFunciona-card-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6rem 4rem 4rem;
    width: 25%;
    min-width: 33rem
}

.onm-eventosL h3 {
    width: 66%;
    font-size: 2.4rem;
    border: 0;
    display: block
}

.onm-card-numero {
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem
}

.onm-card-texto {
    height: 16rem;
    margin-bottom: 3rem;
    font-size: 1.6rem
}

.onm-card-aulas {
    color: #fff;
    font-size: 1.4rem;
    text-align: right;
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dd0f49
}

.onm-eventosR {
    display: flex
}

.onm-eventos-slide {
    width: 81rem;
    min-width: 272px
}

.onm-eventos-slide-row {
    margin: 0 auto;
    display: flex;
    justify-content: space-around
}

.onm-eventos-card {
    margin: 0 auto
}

.onm-eventos-slide-controle {
    display: flex;
    align-items: center;
    margin-left: 2rem
}

.onm-eventos-slide-controle-wrap {
    cursor: pointer
}

.onm-eventos-cta {
    width: 90%;
    max-width: 1360px;
    min-width: 272px;
    margin: 6rem auto 0;
    display: flex;
    justify-content: center
}

.onm-botao {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #e0004d;
    border: 2px solid #e0004d;
    padding: 1.8rem 6.8rem;
    border-radius: 4px;
    display: inline-block
}

.onm-botao:hover {
    color: #fff;
    border: 2px solid #e74c80;
    box-shadow: 0 3px 63px #e7004cc7
}

.onm-videos {
    width: 90%;
    max-width: 1360px;
    margin: 6rem auto 0
}

.onm-videos h2 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center
}

.onm-videos>p {
    font-size: 2rem;
    text-align: center;
    max-width: 95rem;
    margin: 0 auto 6rem
}

.onm-videos iframe {
    height: 564px;
}

.onm-vid-p {
    margin: 0 auto !important;
    padding: 4rem 0;
    font-size: 3rem !important;
    font-weight: 600;
}

.onm-videos-miniaturas {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onm-videos-card {
    display: flex;
    background: #021124;
    margin: 0 auto 3rem;
    cursor: pointer
}

.onm-videos-card:hover .onm-videos-info {
    background: #333;
    transition: all .3s
}

.onm-videos-card img {
    width: 100%;
    object-fit: cover
}

.onm-videos-info {
    padding: 1rem 1.6rem;
    width: 21rem;
    flex-shrink: 0
}

.onm-videos-info p {
    line-height: 1.5;
    margin: 0 0 .8rem
}

.onm-videos-info p:first-of-type {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 0 .8rem
}

.onm-videos-info p:nth-of-type(2) {
    height: 42px
}

.onm-videos-info p:last-of-type {
    color: #b3b7bd;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 2.5rem
}

.onm-videos-info p:last-of-type::before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/o-novo-mercado/img/onm-nossasAulas-icon-timer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    margin-left: -2.5rem
}


/* depoiimentos Desk*/
.onm-captura-testimony {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.onm-captura-testimony .content-testimony {
    max-width: 1260px;
    margin: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.onm-captura-testimony .content-testimony .testimony-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 920px;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 51.2px auto;
}

.onm-captura-testimony .content-testimony .testimony-title h2 {
    font-size: 36px;
    /* font-family: "Gilroy"; */
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
    text-align: center;
}

.onm-captura-testimony .content-testimony .testimony-title p {
    font-size: 18px;
    margin-top: 16px;
    text-align: center;
}
.onm-captura-testimony .content-testimony .testimony-title p span {
    font-family: "Gilroy-bold";
}

.onm-captura-testimony .content-testimony .slider {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
}

.onm-captura-testimony .content-testimony .slider .slide {
    padding-top: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.onm-captura-testimony .content-testimony .slider .slide .onm-testimony-card {
    width: 300px;
    height: 385px;
    margin: 10px 0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    position: relative;
}
.onm-captura-testimony .content-testimony .slide .onm-testimony-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(0deg, rgba(224, 0, 102, 0) 21%, #830101 45%, #e0004d 68%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.onm-captura-testimony .content-testimony .slider .slide .onm-testimony-card img {
    width: 90%;
    height: 200px;
    top: -120px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.onm-captura-testimony .content-testimony .slider .slide .onm-testimony-depoimento {
    width: 90%;
    height: 326px;
    margin-top: 104px;
    overflow-y: auto;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onm-captura-testimony
    .content-testimony
    .slide
    .onm-testimony-card
    .onm-testimony-depoimento::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e0004d;
}

.onm-captura-testimony
    .content-testimony
    .slide
    .onm-testimony-card
    .onm-testimony-depoimento::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-testimony-depoimento::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-testimony-depoimento p {
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 5px;
}

.onm-captura-testimony .content-testimony .slider .slide .onm-testimony-depoimento p span {
    display: block;
    margin-top: 32px;
}
.onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-depoimentos-autor {
    width: 100%;
    text-align: left;
    margin-left: 32px;
    margin-top: 16px;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
}

.onm-captura-testimony .content-testimony .slider .owl-dots {
    margin: 16px 0 0;
}

.onm-captura-testimony .content-testimony .slider .owl-nav .left-arrow {
    background-image: url("/wp-content/themes/o-novo-mercado/img/left-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin-right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 32px;
    height: 32px;
    left: -4%;
}

.onm-captura-testimony .content-testimony .slider .owl-nav .right-arrow {
    background-image: url("/wp-content/themes/o-novo-mercado/img/next-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 15px;
    z-index: 10;
    cursor: pointer;    
    width: 32px;
    height: 32px;
    right: -4%;
}
.onm-captura-testimony .content-testimony .slider .owl-nav .owl-next {
    background: transparent;
    border: none;   
}
.onm-captura-testimony .content-testimony .slider {
    position: relative;
}
.onm-captura-testimony .content-testimony .slider .owl-nav {
    position: absolute;
    top: 36%;
    left: 50%;
    width:100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.onm-captura-testimony .content-testimony .slider .owl-nav .owl-prev {
    background: transparent;
    border: none;
    
}

.onm-captura-testimony .content-testimony .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 4px;
    top: -85px;
    margin: 0;
    list-style-type: none;
}
.onm-captura-testimony .content-testimony  li {
    margin: 0 4px;
}

.onm-captura-testimony .content-testimony button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: solid 1px #e0004d;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
}

.onm-captura-testimony .owl-theme .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
}

.onm-captura-testimony .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.onm-captura-testimony .owl-theme .owl-dots .owl-dot:hover span {
    background: #e7004c;
}

.onm-captura-testimony .owl-theme .owl-dots .owl-dot.active {
    background: #e7004c;
}
.onm-captura-testimony .owl-stage-outer{
    overflow: hidden;
}
.onm-captura-testimony .owl-stage-outer .owl-stage {
    display: flex;
}

@media screen and (min-width:2000px) {
    .onm-header-bg {
        height: 175rem
    }
    .onm-motivos-bg {
        width: 116%;
        height: 466%
    }
}

@media screen and (max-width:1279px) {
    body,
    html {
        font-size: 9px
    }
}

@media screen and (max-width:991px) {
    body,
    html {
        font-size: 8px
    }
    .onm-nossas-aulas header {
        height: 64px;
    }
    .onm-captura-testimony {
        margin: 50px 0;
        
    }
    
    .onm-captura-testimony .content-testimony {
        width: 81%;
        max-width: 480px;
        
    }
    
    .onm-captura-testimony .content-testimony .testimony-title {       
        margin-bottom: 25px;
    }
    
    .onm-captura-testimony .content-testimony .testimony-title h2 {
        font-weight: 700;
        font-size: 25px;      
    }
    
    .onm-captura-testimony .content-testimony .testimony-title p {        
        font-size: 16px;
    }
    
    .onm-captura-testimony .content-testimony .slider {
        width: 300px;
        
    }
    
    .onm-captura-testimony .content-testimony .slider .slide {    
        padding-top: 110px;
    }
    
    .onm-captura-testimony .content-testimony .slider .slide .onm-testimony-card {
        width: 230px;
        height: 385px;   
    }
    
    .onm-captura-testimony .content-testimony .slide .onm-testimony-card img {
        width: 90%;
        height: 100.87px;    
        top: -40px;
    }
    
    .onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-testimony-depoimento {    
        width: 195px;
        height: 235px;
        margin-top: 95px;
    }
    
    
    .onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-testimony-depoimento p {
        font-size: 12px;
       
    }
    
    
    .onm-captura-testimony .content-testimony .slide .onm-testimony-card .onm-depoimentos-autor p {
        font-size: 16px;
    }
    
    .onm-captura-testimony .content-testimony .left-arrow {
        height: 32px;
        top: 38%;
        left: 1%;
    }
    
    .onm-captura-testimony .content-testimony .right-arrow {
        height: 32px;
        top: 38%;
        right: -12%;
    }
}

@media screen and (max-width:767px) {
    .onm-header-info {
        width: 100%;
        padding: 0 10%
    }
    h1 {
        font-size: 4.2rem
    }
    .onm-header-info p {
        font-size: 2.2rem
    }
    .onm-vid-p {
        font-size: 2rem !important;
    }
    .onm-popular {
        width: 100%
    }
    .onm-eventos-titulo,
    .onm-popular-titulo {
        margin: 0 10% 3rem
    }
    .onm-eventos h3,
    .onm-popular h3 {
        font-size: 2.4rem;
        width: 25rem
    }
    .onm-popular-wrap {
        display: flex;
        overflow-x: auto;
        padding-left: 10%
    }
    .onm-popular-row {
        flex-wrap: nowrap
    }
    .onm-eventos-card,
    .onm-popular-card {
        width: 27rem;
        margin: 0 2rem 3rem
    }
    .onm-eventos-card {
        margin: 0 auto
    }
    .onm-popular-card:first-of-type {
        margin-left: 0
    }
    .onm-eventos-info>p,
    .onm-popular-info>p {
        font-size: 1.5rem
    }
    .onm-eventos-duracao,
    .onm-popular-duracao {
        font-size: 1.5rem
    }
    .onm-popular-controle {
        position: absolute
    }
    .onm-eventos-row {
        max-width: 272px
    }
    .onm-eventosL {
        height: 49rem
    }
    .onm-eventosR {
        width: 100%;
        position: relative;
        margin: 4rem 0 0
    }
    .onm-eventos-slide-controle {
        position: absolute;
        width: 56px;
        height: 56px;
        top: 48%;
        right: 0
    }
    .onm-eventos-slide-controle-wrap {
        box-shadow: 0 0 8px 0 #000;
        border-radius: 50%
    }
    .onm-videos h2 {
        max-width: 272px;
        margin: 0 auto
    }
    .onm-videos>p {
        max-width: 272px;
        font-size: 2.3rem;
        margin: 2rem auto 4rem
    }
    .onm-videos iframe {
        width: 100%;
        height: 22rem
    }
    .onm-videos-wrap {
        display: flex;
        overflow-x: auto;
        padding-left: calc(50% - 136px)
    }
    .onm-videos-miniaturas {
        flex-wrap: nowrap
    }
    .onm-videos-card {
        flex-shrink: 0;
        margin: 0 2rem 0 0
    }
    .onm-videos-info p:nth-of-type(2) {
        font-size: 1.4rem
    }
    .onm-header-bg {
        width: 65rem;
        height: 36rem;
        top: -225px
    }
}