body {
    overflow-x: hidden;
    background: #111;
}
.slider-container {
    overflow: hidden;
    width: 4054px;
    height: auto;
    position: absolute;
}
.slider-track {
    display: flex;
    width: calc(8108px);
    animation: slide 20s linear infinite;
}
.slider-track img {
    width: 50%;
    height: auto;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.text-green {
    color: #5da57d !important;
}
div#wrapper {
    background: 0 0;
}
section#oferta {
    min-height: 600px;
}
#oferta .assine {
    font-size: 14px;
    margin-top: 6px;
}
.logo {
    width: 289px;
    margin-bottom: 31% !important;
}
#text-legal {
    background: #111;
}
h1,
h2,
h3,
h4 {
    font-family: Montserrat, "Palatino Linotype", "Century Schoolbook L", "Times New Roman", serif;
    color: #fff;
    font-weight: 600;
}
p {
    font-family: Roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
    line-height: 42px !important;
}
h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}
h3 {
    font-weight: 700;
}
h1 span {
    background-color: #5da57d;
    color: #fff !important;
    font-size: 32px;
    padding: 0 10px;
}
.oferta-txt {
    font-weight: 700;
    font-size: 30px !important;
    line-height: 34px !important;
}
p span {
    color: #5da57d;
    margin-bottom: 0;
}
span.preco {
    background: 0 0;
    padding: 0;
    text-decoration: line-through;
    font-weight: 500;
}
.display-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo {
    width: 240px;
}
.font-lg {
    font-size: 20px;
}
.font-sm {
    font-size: 13px;
}
.btn {
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}
.btn-md {
    background-color: #5da57d;
    padding: 16px 30px;
    font-size: 19px;
    border-radius: 6px;
    letter-spacing: 0;
    font-weight: 700;
}
.btn:hover {
    color: #000;
    background-color: #fff;
}
button.green {
    background-color: #2ecc71;
}
.assinatura {
    font-size: 22px !important;
}
#oferta a {
    width: 400px;
}
#intro {
    background: #807856;
}
#intro a {
    background: red;
}
#text-legal p {
    font-size: 13px;
}
#intro h3 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
}
ul {
    list-style-type: none;
}
ul li {
    background-image: url(../../images/lp-vendas-check.png);
    background-repeat: no-repeat;
    background-position: -1px 1px;
    padding-left: 33px;
    padding-bottom: 11px;
}
.assine {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 10px;
}
#cursos {
    background: #1b1b1b;
}
#cursos h4 {
    font-size: 36px;
}
#cursos h2 {
    font-size: 12px;
    line-height: 15px;
}
#cursos h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
}
.p-menor {
    font-size: 16px;
    line-height: 20px;
}
#assine {
    background: #5da57d;
}
#assine a {
    background: #111;
}
#assine a:hover,
#bonus a:hover {
    color: #111;
    background: #fff;
}
#trilhas {
    background: #1b1b1b;
}
#bonus {
    background: #807856;
}
#final {
    background: #1b1b1b;
}
#bonus a {
    background: #1b1b1b;
}
#bonus span {
    padding: 0;
    font-weight: 700;
}
.modal-content {
    background-color: #5da57d;
}
footer {
    background: #1b1b1b;
    border: none !important;
}
div#copyrights {
    background: #1b1b1b;
}
#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}
footer h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 22px;
}
.icon-social {
    margin-right: 15px;
}
p.legal {
    font-size: 13px;
    line-height: 16px !important;
    margin-top: 35px !important;
    width: 70%;
}
.social-icons {
    margin-bottom: 40px;
}
.valor p {
    line-height: 10px !important;
    font-size: 16px;
    letter-spacing: 2px;
}
@media (max-width: 576px) {
    .oferta-txt {
        font-weight: 700;
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .slider-container {
        overflow: hidden;
        width: 100%;
        height: auto;
        position: relative;
    }
    .slider-track {
        display: flex;
        width: calc(200%);
        animation: slide 8s infinite linear;
    }
    .slider-track img {
        width: 100%;
        height: auto;
    }
    h1 {
        font-size: 31px;
        line-height: 33px !important;
    }
    section#oferta {
        min-height: auto;
    }
    #oferta a {
        width: 340px;
        font-size: 17px;
        line-height: 20px;
    }
    p {
        font-family: Roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 24px;
    }
    #oferta {
        background: #111;
    }
    #oferta .assine {
        margin-left: 0;
    }
    .colunaImagem {
        order: 1;
    }
    .colunaTexto {
        order: 2;
    }
    .logo {
        margin: 25px auto 0;
    }
    #cursos h4 {
        font-size: 30px;
        line-height: 33px;
    }
    h2 {
        font-size: 22px;
        line-height: 29px;
        font-weight: 700;
    }
}
@media screen and (min-width: 545px) and (max-width: 800px) {
    .logo {
        width: 289px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px !important;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .slider-container {
        overflow: hidden;
        width: 100%;
        height: auto;
        position: absolute;
    }
    .slider-track {
        width: calc(6230px);
    }
    .padding-text {
        padding: 0 0 0 50px !important;
    }
    p {
        font-size: 20px;
        line-height: 20px !important;
    }
    h1 {
        line-height: 40px !important;
    }
    h2 {
        font-size: 38px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .padding-text {
        padding: 0 0 0 180px !important;
    }
    .font-sm {
        margin-left: 50px;
    }
    .slider-container {
        overflow: hidden;
        width: 130%;
        height: auto;
        position: absolute;
    }
    .slider-track {
        display: flex;
        width: calc(306%);
        animation: slide 20s linear infinite;
    }
    h1 {
        font-size: 30px;
        line-height: 33px !important;
    }
    h2 {
        font-size: 36px;
    }
    p {
        font-size: 17px;
    }
    .btn-lg {
        font-size: 24px;
    }
    .btn-md,
    .btn-white-md {
        font-size: 18px;
        padding: 20px 40px;
    }
    .btn-p-lg {
        padding: 15px 30px !important;
    }
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
    .padding-text {
        padding: 0 0 0 180px !important;
    }
    .font-sm {
        margin-left: 50px;
    }
    .slider-container {
        overflow: hidden;
        width: 125%;
        height: auto;
        position: absolute;
    }
    .slider-track {
        display: flex;
        width: calc(280%);
        animation: slide 20s linear infinite;
    }
    h1 {
        line-height: 35px !important;
    }
    h2 {
        font-size: 36px;
    }
    p {
        font-size: 17px;
    }
    .btn-lg {
        font-size: 24px;
    }
    .btn-md,
    .btn-white-md {
        font-size: 18px;
        padding: 20px 40px;
    }
    .btn-p-lg {
        padding: 15px 30px !important;
    }
}
