header {
    z-index: 30;
}
header .header {
    position: relative;
    padding: 12px 3rem;
    background: #fff;
}
header.black .header {
    background: #000206;
}
header .header .logo {
    margin: 0;
    font-size: 0;
    max-width: 110px;
    position: relative;
}
header .header .logo img {
    position: relative;
    top: -.2rem;
}
header .header nav ul li {
    display: inline-block;
    margin-left: 60px;
}
header .header nav ul li.home {
    display: none;
}
header .header nav ul li a {
    color: #000206;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    height: 40px;
    line-height: 36px;
}
header .header nav ul li a i {
    display: none;
}
header.black .header nav ul li a {
    color: #fff;
}
header .header nav ul li a:hover,
header.black .header nav ul li a:hover {
    text-decoration: none;
    color: #a827d2;
}
header .header nav ul li.cursos {
    float: right;
}
header .header nav ul li.cursos a {
    border: solid 2px #a827d2;
    color: #a827d2;
    padding: 0 20px;
    transition: all 0.2s ease-out;
}
header .header nav ul li.cursos a:hover {
    background: #a827d2;
    text-decoration: none;
    color: #fff;
}
header .header nav ul li.cursos a i {
    margin-right: 8px;
}
header .header nav ul li.cursos .painel_ht {
    display: none;
}
header .header nav > ul .hr-mob {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #a3b1ba;
    display: block;
    position: relative;
    margin: 30px 0 20px;
}
header .header nav > ul .hr-mob::before {
    content: '';
    position: absolute;
    right: 10%;
    left: 90px;
    top: 9px;
    height: 1px;
    background: #dae4e9;
}
header .search {
    position: relative;
}
header .search i {
    position: absolute;
    font-size: 18px;
    color: #9ca5b1;
    top: 50%;
    margin-top: -10px;
    left: 3rem;
}
header .search input[type=text] {
    background: #f0f3f8;
    height: 88px;
    margin: 0;
    border: none;
    border-bottom: solid 2px #f6f6f6;
    width: 100%;
    color: #020002;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 3rem 0 6rem;
}
header .header .nav,
header .header nav ul > a,
header .header nav > ul.user .mob {
    display: none;
}

/* QUESTIONS */
div.questions {
    padding: 8rem 0 7rem;
}
div.questions h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #020002;
    max-width: 25rem;
    line-height: 1.2;
    margin: 0 0 20px;
}
div.questions p.mb {
    font-size: 14px;  
    line-height: 1.71;
}
div.questions ol.questions {
    padding-left: 80px;
}
div.questions ol.questions li {
    padding: 0;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.2s ease-out;
}
div.questions ol.questions h3 {
    font-size: 1rem;
    margin: 0;
    padding: 13px 30px 13px 0;
    color: #0f1b1f;
    font-weight: 400;
    cursor: pointer;
    border-bottom: solid 2px #d4d8dd;
    transition: all 0.2s ease-out;
}
div.questions ol.questions li.active h3,
div.questions ol.questions li:hover h3 {
    color: #9801ca;
    border-bottom-color: #9801ca;
}
div.questions ol.questions h3 i {
    color: #040404;
    font-size: 1rem;
    position: absolute;
    top: 20px;
    right: 10px;
}
div.questions ol.questions li.active h3 i,
div.questions ol.questions li:hover h3 i {
    color: #9801ca;
}
div.questions ol.questions .text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
} 
div.questions ol.questions p {
    font-size: 14px;  
    margin: 0;
    padding: 20px 0;
    line-height: 1.71;
    
}
div.questions ol.questions li.active .text {
    max-height: 200px;
    overflow: auto;
    opacity: 1;
}
div.questions p.mb .button {
    margin-top: 2rem;
}


/* PRODUCT */
a.product {
    position: relative;
    display: block;
    margin: 0 0 3.75rem;
}
a.product figure {
    position: relative;
    background: #f0f3f8;
    margin: 0;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}
a.product figure > img {
    width: 100%;
}
a.product strong {
    font-size: 14px;
    font-weight: 400;
    color: #020002;
    line-height: 1.5;
    margin: 0 0 20px;
    height: 90px;
    display: block;
}
a.product .stars .fa-star {
    color: #ffc600;
    margin-right: 3px;
    font-size: 1.125rem;
}
a.product .list-def {
    padding-top: 0;
    padding-bottom: 0;
}
a.product .defintions {
    position: relative;
    padding: 0;
}
a.product .defintions span {
    display: block;
    color: #6c7a7f;
    line-height: 1.71;
    font-size: 14px;
}
a.product .defintions i {
    font-size: 1.125rem;
    width: 34px;
}
a.product .value {
    position: relative;
}
a.product .value span.line-through {
    font-size: 14px;
    color: #6c7a7f;
    margin-right: 10px;
    text-decoration: line-through;
}
a.product .value b {
    font-size: 1.125rem;
    font-weight: bold;
    color: #020002;
}
a.product .percentage {
    height: 13px;
    border-radius: 5.5px;
    background-color: #e8ebf1;
    position: relative;
    overflow: hidden;
}
a.product .percentage .area {
    position: absolute;
    background: #9902cd;
    border-radius: 5.5px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
}
a.product:hover {
    text-decoration: none;
}
a.product:hover > strong {
    text-decoration: underline;
}
a.product:hover > figure {
    opacity: 0.9;
}

/* TITLES */
.title_base {
    font-size: 1.5rem;
    color: #0f1b1f;
    font-weight: bold;
    margin-bottom: 2rem;
    display: block;
}

/* HELP */
.pro-help {
    padding: 8rem 0;
    background: #f0f3f8;
}
.pro-help strong {
    display: block;
    color: #0f1b1f;
    font-size: 2rem;
    line-height: 1.52;
    font-weight: bold;
}
.pro-help a {
    margin-top: 2rem;
}

/* TYPE NOTICES */
.notice-pop {
    padding-bottom: 3rem;
}
.notice-pop img {
    margin-bottom: 2.5rem;
}
.notice-pop span {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #676c73;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: .2rem;
}
.notice-pop a {
    text-decoration: underline;
    line-height: 1.67;
}
.notice-pop hr {
    border: none;
    border-bottom: #f0f3f8 solid 1px;
    margin: 1.2rem 0;
}


.notice-body .content {
    padding-right: 1rem;
}
.notice-body .content figure {
    margin: 0 1rem 0 0;
    min-height: 10rem;
    background: no-repeat center center;
    background-size: cover;
}
.notice-body .content h2,
.notice-body .content strong {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
    margin: .7rem 0;
    color: #b343d8;
    display: block;
}
.notice-body .content b {
    font-weight: 600;
    color: #58595a;
    text-transform: uppercase;
    font-size: 13px;
}
.notice-body .content a:hover {
    text-decoration: none;
}
.notice-body .content a:hover b {
    color: #000;
}
.notice-body .content a:hover h2,
.notice-body .content a:hover strong {
    color: #9816c3;
}
.notice-body .content p {
    line-height: 1.47;
    font-size: 0.9375rem;
    color: #0f1b1f;
    margin: 0;
}

/* FOOTER */
footer {
    background: #5c1680;
    color: #fff;
}
footer .info {
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
}
footer .info h3 {
    margin: 0 0 20px;
    font-size: 1.125rem;
    font-weight: 900;
}
footer .info span {
    font-size: 14px;
    display: block;
    line-height: 2.29;
}
footer .info a {
    color: #da69ff;
    font-weight: 600;
}
footer .info .social {
    text-align: right;
}
footer .info .midias {
    margin-top: 2.5rem;
}
footer .info .midias a {
    font-size: 1.5rem;
    margin-left: 20px;
    color: #da69ff;
}
footer .info a:hover,
footer .info .midias a:hover {
    color: #e492ff;
    text-decoration: none;
}
footer .copy {
    padding: 14px 0;
    font-size: 14px;
    background: #fff;
    color: #6c7a7f;
}

/* Medium */
@media (max-width:1020px) {
    html, body {
        font-size: 14px;
    }
    header .header nav ul li {
        margin-left: 30px;
    }
}

/* Small */
@media (max-width:640px) {
    body.open,
    body.filter {
        overflow: hidden;
    }
    header .search input[type=text] {
        padding: 0 1rem 0 5rem;
        height: 72px;
    }
    header .search i {
        left: 1.857rem;
    }
    header .header {
        padding: 12px 1.8rem;
    }
    header .header .nav {
        display: block;
        float: right;
        color: #000;
        font-size: 21px;
    }
    header.black .header .nav {
        color: #fff;
    }
    header .header .nav:hover {
        color: #a827d2;
    }
    header .header nav > a i {
        color: #fff;
        margin-right: 15px;
    }
    header .header nav > ul {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        padding: 10% 0 0 10%;
        z-index: 10;
    }
    header.black .header nav > ul {
        background: #000;
    }
    header .header nav > ul > a {
        display: block;
        margin-bottom: 40px;
        text-align: left;
        font-size: 18px;
        color: #a827d2;
    } 
    header .header nav > ul > a:hover {
        color: #9816c3;
    }
    header .header nav > ul > li {
        margin-bottom: 10%;
    }
    header .header nav > ul > li > a {
        font-size: 24px;
        text-decoration: none;
        font-weight: 800;
        text-transform: none;
        height: 30px;
        color: #000;
    }
    header .header nav > ul.user > li {
        margin-bottom: 5%;
    }
    header .header nav > ul.user > strong {
        font-size: 24px;
        font-weight: 800;
        color: #abb7be;
        margin-bottom: 20px;
        display: block;
    }
    header .header nav > ul.user .mob {
        display: block;
    }
    header .header nav > ul.user > li > a {
        font-size: 17px;
        color: #464646;
    }
    header .header nav > ul.user > li > a > i {
        display: inline-block;
        margin-right: 10px;
    }
    header .header nav > ul.user > strong > a.sair {
        font-size: 18px;
        color: #a827d2;
        margin-left: 10px;
    }
    header .header nav > ul > li.active > a,
    header .header nav > ul > li a:hover {
        color: #a827d2;
        text-decoration: none;
    }
    header .header nav ul li.home,
    header .header nav ul li {
        margin-left: 0;
        display: block;
    }
    header .header nav ul li.cursos {
        position: fixed;
        bottom: 30px;
        left: 20px;
        right: 20px;
    }
    header .header nav ul li.cursos {
        margin: 0;
    }
    header .header nav ul li.cursos a {
        border: none;
        text-align: center;
        height: 72px;
        line-height: 72px;
        border: solid 3px #a827d2;
        font-size: 21px;
        color: #a827d2;
        background: #fff;
    }
    header.black .header nav ul li.cursos a {
        background: #000;
    }
    header .header nav ul.user li.cursos a {
        display: none;
    }
    header .header nav ul li.cursos .painel_ht {
        display: block;
    }
    body.open header .header nav > ul {
        overflow: auto;
        display: block;
    }

    a.product {
        border-bottom: solid 3px #f0f3f8;
        padding: 0 0 1.5rem;
        margin: 0 0 2rem;
    }
    .list .grid-container > .cell:last-child a.product {
        border: none;
    }
    a.product .list-def {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
    }
    a.product .defintions {
        padding: 0;
    }
    a.product .defintions i {
        width: 23px;
    }
    a.product strong {
        margin: 0 0 10px;
        height: auto;
    }
    a.product .value span.line-through {
        display: none;
    }
    a.product .value {
        float: right;
    }
    div.questions ol.questions {
        padding-left: 0;
        padding-top: 4rem;
    }
    footer .info .social {
        text-align: left;
    }
    footer .info .midias a {
        margin-left: 0;
        margin-right: 20px;
    }
    footer .copy {
        font-size: 12px;
    }
}






/******/