/* Geral */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(180deg, rgba(241,221,174,1) 20%, rgba(238,238,238,1) 20%);
}

body#pag-vip {
    background: linear-gradient(180deg, rgba(241,221,174,1) 25%, rgba(238,238,238,1) 25%);
}
@media (max-width: 768px) {
    body#pag-vip {
        background: linear-gradient(180deg, rgba(241,221,174,1) 53%, rgba(238,238,238,1) 53%);
    }
    body {
        background: linear-gradient(
    180deg
    , rgba(241,221,174,1) 22%, rgba(238,238,238,1) 22%);
    }
}
.bonus.row {
    margin: 0px;
}

h2 {
    color: #212121;
    font-weight: 800;
    font-size: 3rem;
    padding: 4% 0 0 0;
}

.subtitle {
    font-weight: 600;
    font-size: 18px;
    color: #4B4949;
    padding-bottom: 4%;
    color: #ffffff;
}

b {
    font-weight: 800;
    color: #E67401;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    color: #c7c7c7;
}

.arrow {
    --animate-duration: 5s;
}


/* Botões */

.btn-primary1 {
    color: rgb(255 255 255);
    background-color: #e67401;
    border: 1px solid rgb(230 116 1);
    padding: 2% 3%;
    box-shadow: -8px 8px 0px 0px rgb(186 90 0);
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-primary1:hover {
    color: #fff;
    background-color: #ff9427;
    border-color: #ffa549;
    box-shadow: 0px 0 0px 0 rgb(186 90 0);
}
.btn-primary1 img {
    position: relative;
    top: -4px;
}

@media (max-width: 580px) { 
    .btn-primary1 {
        font-size: 14px;
        line-height: 1;
        padding: 4%;
    }
}
.btn-primary {
    color: #fff;
    background-color: #e6740100;
    border-color: #e6740100;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    padding: 25px 50px 30px 50px;
    background-image: url(/../assets3/img/bg-botao.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.first-topo {
    padding: 2% 0 4% 0;
}
.btn-large {
    background-image: url(/../assets3/img/bg-botao-large.svg);
}

.bg-button {
    position: relative;
    --animate-duration: 2.8s;
}

.btn-primary img {
    width: 30px;
    top: -5px;
    position: relative;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffa14200;
    border-color: #ffa14200;
    background-image: url(/../assets3/img/bg-botao-hover.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.btn-large:hover {
    background-image: url(/../assets3/img/bg-botao-large-hover.svg) !important;
    border-radius: 10px;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e6740100;
    border-color: #e6740100;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #e6740100;
    border-color: #e6740100;
    box-shadow: 0 0 0 0.25rem rgb(255 207 159);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 207 159);
}

.btn-whats {
    color: #fff;
    background-color: #e6740100;
    border-color: #e6740100;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 22px 30px;
    background-image: url(/../assets3/img/bg-whats.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd0f;
    border-color: #0d6efd00;
}

.form-check-input:checked {
    background-color: #e67401;
    border-color: #e67401;
}

.form-check-input:focus {
    border-color: #e67401;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(230 116 1 / 36%);
}

input:checked {
    background-color: #e67401 !important;
    border-color: #e67401 !important;
}


/* Topo */
p.subtitulo-topo {
    color: #000 !important;
}
#topo {
    background-image: url(/../assets3/img/alemracao/bg-topo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
#pag-vip #topo {
    background-image: url(/../assets3/img/curso/bg-topo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.topo-geral {
    padding-bottom: 6%;
}
h4.insc-vip {
    font-size: 33px !important;
}

.sarms-text b {
    color: #fff;
}

#topo .container {
    padding-bottom: 10%;
    position: relative;
}

.subtitulo-topo {
    margin: auto 11%;
    font-size: 30px;
    padding-bottom: 2%;
}
p.subtitulo-topo span {
    color: #7A0102;
    font-weight: 900;
}
#topo h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 95.9%;
    text-align: center;
    color: #000;
}

#topo h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 95.9%;
    text-align: center;
    color: #E67401;
}

#topo p {
    color: #fff;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: -7px 9px 0px #fff;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 4%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {

    .video-container {
        max-width: 65%;
    }
    .font-bigger {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #topo h3 {
        font-size: 25px;
    }
    #topo h4 {
        font-size: 18px;
        padding-top: 2% !important;
    }
    .subtitulo-topo {
        font-size: 16px;
        padding-bottom: 6%;
        margin: auto 0%;
    }
    .mt-4.topo-geral {
        margin-top: 0 !important;
    }
    .change-div {
        display: flex;
        flex-direction: column-reverse;
    }
    .font-bigger {
        padding: 20px !important;
    }
}


/* Bloco Lives */



p.live-intagram img {
    max-width: 12px;
    top: -1px;
    position: relative;
}

p.live-intagram {
    font-size: 14px;
}

#lives {
    background-color: #eee;
}

.card h5 img {
    max-width: 65px;
    position: relative;
    top: -3px;
}

.box {
    background: #FFFFFF;
    box-shadow: 4px 4px 2px rgb(137 137 137 / 37%);
    border-radius: 10px;
    padding: 2% 2% 1% 2%;
    color: #000;
}

.card {
    margin: 2%;
    width: 29%;
}

@media (min-width: 990px) {
    .card .col-md-3 {
        width: 21%;
    }
}

.card h5 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    color: #FFC78E;
    font-weight: bold;
}

.card h6 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 6% 0%;
}

.wave-bg {
    width: 100%;
    margin-bottom: -1px;
}

.live-day p {
    display: inline-block;
    background-color: #3f5c00;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 640px) {
    .lives-dias {
        margin-bottom: 10%;
        padding-right: 8%;
        max-width: 100%;
    }
    .card {
        padding: 10%;
        margin-bottom: 9%;
        width: 100%;
    }
}


/* Depoimentos */

#depoimentos {
    background-color: #f1ddae;
}

#depoimentos h5 {
    color: #212121;
}


/* Sobre o Autor */

#autor {
    background-color: #EBEBEB;
}

#autor h2 {
    color: #E67308;
    padding-bottom: 0;
    padding-top: 0;
}
p.destaque-autor-2 {
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3F5C00;
}
p.destaque-autor {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3F5C00;
}
#autor span {
    color: #A5580E;
}

#autor h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #5a5a5a;
    padding-bottom: 1%;
    padding-top: 5%;
}

@media (min-width: 640px) {
    #autor-wave {
        margin-top: -4%;
    }
}


/* Rodapé */

footer {
    background-color: #ccc;
    padding: 2% 0;
    background: #304600;
    color: #fff;
}


/* Responsivo */

@media (max-width: 640px) {
    h2 {
        font-size: 2rem;
        text-align: center;
    }
    .subtitle {
        text-align: center;
    }
    .btn-primary {
        font-size: 20px;
    }
    footer {
        padding: 6% 0;
        font-size: 12px;
        text-align: center;
    }
    .btn-large {
        font-size: 15px !important;
        display: inline-block;
        box-sizing: unset;
        margin: auto 10px;
    }
    .btn-large.larger {
        font-size: 13px !important;
        padding: 20px 11px;
    }
    .btn-large img {
        width: 13px;
        top: -3px;
    }
    .arrow-btn {
        display: none;
    }
    .logo-topo {
        max-width: 160px;
        padding-top: 10% !important;
        padding-bottom: 4%;
    }
    #topo h5,
    #topo h6 {
        font-size: 16px;
    }
    #topo .container {
        padding-bottom: 27% !important;
        padding-top: 6% !important;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 375px) {
    .btn-primary {
        font-size: 16px;
    }
    .btn-primary img {
        width: 18px;
    }
    .btn-large {
        font-size: 11px !important;
    }
    .btn-large img {
        width: 13px;
        top: -3px;
    }
    .btn-large.larger {
        font-size: 12px !important;
    }
}


/* Estilo Scroll */

::-webkit-scrollbar {
    background-color: rgb(255 255 255);
    border: 0px solid #f7f7f7;
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #e67401;
    border: 0px solid transparent;
    border-radius: 0px;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background: #afafaf24;
}


/* Estilo Formulário */

.modal-header {
    position: absolute;
    z-index: 2;
    right: 0;
    border: none;
}

.modal-body {
    background-color: #e5edc0;
    border-radius: 20px;
}

.modal-content {
    background-color: #fff0;
    border: none;
}

#mc_embed_signup h2 {
    margin: 12px;
    font-size: 1.2em;
    color: #202020;
}

#mc_embed_signup .mc-field-group input {
    padding: 13px 0 !important;
    border: 1px solid #bfd06f !important;
    margin: 1% auto !important;
}

#mc_embed_signup input {
    border: none !important;
    margin: 2% auto;
}

.mc-field-group.input-group a {
    color: #e67401;
}

.label-fields- {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* Página Obrigado */

@media (min-width: 800px) {
    #topo-obrigado img.wave-bg {
        margin-top: -5%;
    }
}

#pag-obrigado #autor h4 {
    font-size: 23px;
    max-width: 50%;
    margin: auto;
}

@media (max-width: 640px) {
    #pag-obrigado #autor h4 {
        font-size: 18px;
        max-width: 100%;
        margin: auto;
        padding-bottom: 12%;
    }
    #pag-obrigado #autor h2 {
        font-size: 1.6rem;
    }
    #pag-obrigado #topo-obrigado {
        padding-top: 0 !important;
    }
}


/* Slides */

.splide__arrow {
    opacity: 1;
    background: none;
}

.splide__arrow svg {
    width: 8em;
    height: 8em;
    fill: #9EAC01;
}

.splide__pagination__page.is-active {
    background: #e67401;
}

.splide__pagination__page {
    background: #9eac01;
}

.splide__slide img {
    border-radius: 5px;
}


/* ---------------------- Página Curso */
.text-destaque {
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 2% 0;
}

.bonnus {
    font-size: 18px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}

p.pt-3.destaque-anterior {
    font-weight: 800;
    font-size: 30px;
}

h5.subtitulo-topo {
    color: #fff;
    font-weight: bold;
}
h5.subtitulo-topo b {
    color: #e67401;
    font-weight: 900;
}

/* Benefícios */

#meio h2 {
    padding-top: 3%;
    padding-bottom: 6%;
    font-size: 2.5rem;
}

.ben-botao {
    margin: 5% 0px -2% 0;
}
@media (min-width: 1023px) {
    .beneficios .botao-topo {
        width: 23%;
        margin: 1% 1%;
    }
}
@media (max-width: 1024px) {
    .beneficios .botao-topo {
        width: 48%;
    }
    .card-curso {
        font-size: 14px;
        min-height: 234px;
    }
}

@media (max-width: 580px) {
    .beneficios .botao-topo {
        width: 100%;
    }
    .card-curso {
        font-size: 14px;
        min-height: auto;
    }
}


.card-curso {
    background: #FFFFFF;
    box-shadow: -8px 8px 0px #731511;
    border-radius: 5px;
    padding: 35px 20px 25px 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    min-height: 195px;
    position: relative;
    display: inline-block;
}
.beneficios img {
    margin-bottom: -5%;
    position: relative;
    z-index: 0;
    max-width: 90px;
}
#topo h2 {
    padding: 1% 0 2% 0;
}

/* Perguntas */

#fim {
    background-color: #eee;
}

#fim h5.subtitle {
    color: #262626;
}

/* Contador */

.contador .col-2 {
    max-width: 75px;
}

.tempo {
    background-color: #e67401;
    background: #e67401;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}

.contador-wrapper {
    position: relative;
}

.segundos .nome {
    font-size: 8px;
    margin-top: 5px;
    margin-left: -3px;
}

.sticky {
    position: fixed;
    top: 5%;
    z-index: 20;
    text-align: center;
    right: 2%;
}

p.oferta-especial {
    background-color: #ccc;
    background: #d81313;
    padding: 0 12px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 20px;
    line-height: 3;
}

img.paw-oferta {
    padding-left: 5px;
    max-width: 24px;
    margin-right: 4px;
}

.cont {
    display: inline-block;
    width: 25%;
}

.contador-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nome {
    color: #e67401;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 8%;
}

.mobile-seg {
    display: none;
    margin-left: 5px !important;
    margin-top: 3px !important;
}

.mobile-min,
.mobile-hrs {
    display: none;
}

.direita h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.015em;
    color: #e67401;
}
.lista-perguntas .item {
    margin-bottom: 8%;
    padding-right: 50px;
}
@media (max-width: 768px) {
    .nome {
        color: #ffffff;
    }
    .lista-perguntas .item {
        padding-right: 0px;
    }
    .sticky {
        padding: 0;
        top: 0;
        background-color: #3f5c00;
        left: 0;
        right: 0;
    }
    .contador-wrapper {
        justify-content: center;
    }
    .cont {
        width: 23%;
        padding: 0 6px;
    }
    p.oferta-especial {
        font-size: 12px;
        margin-top: 5px;
        padding: 3px 10px;
        line-height: 2;
    }
    .tempo {
        font-size: 12px;
        width: 31px;
    }
    img.paw-oferta {
        padding-left: 0;
        max-width: 13px;
        margin-right: 0;
        top: -1px;
        position: relative;
    }
    .desktop-seg {
        display: none;
    }
    .mobile-seg {
        display: block;
        font-size: 10px !important;
        margin-left: 3px !important;
        margin-top: 2px !important;
    }
    .desktop-min {
        display: none;
    }
    .mobile-min {
        display: block;
    }
    .desktop-hrs {
        display: none;
    }
    .mobile-hrs {
        display: block;
    }
}

/* Informações */
#informacao h2 {
    padding-top: 0;
    font-size: 2.2rem;
    padding-bottom: 5%;
}
#informacao h5 {
    padding-top: 5% !important;
    font-size: 25px;
}
img.img-fluid.dog-ar {
    padding-top: 11%;
}
.destaque h5 {
    font-weight: bold;
}
.dog-ar {
    padding-top: 5%;
}
p.pergunta-destaque {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 4%;
    font-style: italic;
}
#informacao b {
    color: #242424;
}
@media (max-width: 768px) {

    #descricao-curso ul li {
        font-size: 16px;
    }
    #informacao h5 {
        font-size: 20px;
        text-align: center;
    }
    
    #informacao h2 {
        font-size: 1.6rem;
        padding-top: 0;
        padding-bottom: 17px;
        font-weight: 900;
        margin-top: -12px;
    }
}

/* Descrição do Curso */
.item {
    display: flex;
    text-align: left;
}

#descricao-curso {
    background-image: url(/../assets3/img/curso/bg-descricao.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4% 0;
}
#descricao-curso h2 {
    font-size: 2.3rem;
    color: #fff;
    padding-top: 12%;
}
#descricao-curso ul {
    list-style: none;
    color: #fff;
}
#descricao-curso ul li {
    font-size: 20px;
    padding-bottom: 13px;
}
.destaque-produto h5 {
    font-size: 17px;
    color: #fff;
}
.destaque-produto h5 b {
    color: #fff;
}
@media (max-width: 768px) {
    .logo-meio {
        max-width: 45%;
        padding-bottom: 7%;
    }
    
    #descricao-curso h2 {
        font-size: 1.8rem;
        padding-top: 20%;
    }
}
@media (max-width: 1200px) {
    .no-mobile {
        display: none;
    }
}

/* Módulos */
.card-modulos {
    background-color: #3F5C00;
    color: #fff;
    box-shadow: -7px 9px 0px #731511;
}
p.live-intagram b {
    color: #fff;
}

#lives h5.subtitle {
    color: #000;
}

/* Bônus */
h6.preco-bonus span {
    background-color: #e67401;
    color: #fff;
}
h6.preco-bonus {
    font-weight: 900;
    font-size: 23px;
}
.card-super h6 b {
    color: #731511 !important;
    font-size: 22px;
}

.card-super {
    background: #FFFFFF;
    box-shadow: -8px 8px 0px #731511;
    border-radius: 5px;
    color: #000;
    text-align: left;
    position: relative;
}
.card-super img {
    position: absolute;
    top: 0;
}
.card-super h5 {
    color: #e67401 !important;
    text-align: center;
}

#bonus {
    background-color: #3F5C00;
    color: #fff;
}
#bonus h2,
#bonus h5,
#bonus b,
#oferta h2,
#oferta h5 {
    color: #fff;
}
.bonus h5 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
}

.bonus div {
    padding: 2%;
}

img.star {
    position: absolute;
    top: -10px;
    text-align: center;
    right: 46%;
}
.star-wrapper {
    position: relative;
}
.anuncio {
    font-weight: bold;
    font-size: 13px;
    color: #FFC78E;
}
.bonus-wrapper {
    max-width: 95%;
    margin: auto;
}
@media (max-width: 768px) {
    .bonus h5 {
        font-size: 2rem;
    }
    
    .star-wrapper {
        margin-top: 9%;
    }
    
    img.star {
        top: -34px;
    }
}

/* Garantia */
p.garantia {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    max-width: 450px;
    margin: 5% auto;
}
#garantia {
    background-color: #F1DDAE;
}

#garantia h5 {
    color: #212121;
}

/* Oferta */
#oferta {
    color: #fff;
    background-image: url(/../assets3/img/curso/bg-oferta-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 6% 0 2% 0;
    background-color: #f1ddae;
}
.oferta p#texto {
    font-weight: bold;
    font-size: 20px;
}
.card-oferta span {
    font-size: 20px;
    color: black;
}
.card-oferta h2 {
    color: #e67401 !important;
}
.card-oferta h2 {
    padding-top: 1%;
}
.card-oferta {
    margin: auto;
    margin-bottom: 2%;
}
span.txt-menor {
    font-size: 30px;
}
@media (min-width: 768px) {
    .card-oferta {
        max-width: 50%;
    }
}
@media (max-width: 680px) {
    p.pt-3.destaque-anterior {
        font-size: 23px;
    }
    #oferta {
        padding: 12% 0 2% 0;
    }
}
span.txt-menor02 {
    font-size: 18px;
    line-height: 2px;
    text-transform: uppercase;
    color: #060606;
    position: relative;
    top: -6px;
}
h4.sem-bold {
    font-weight: 800;
    font-size: 42px;
    line-height: 59px;
    color: #E67401;
    margin: auto;
}
.card-oferta {
    font-weight: bold;
}
.font-menor {
    font-size: 19px;
}
.botao-maior {
    width: 20px !important;
}
p.txt-menor03 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

/* FAQ */
#faq {
    background-color: #3f5c00;
}
#faq h2 {
    color: #fff;
}
.accordion-button {
    border: 1px solid rgb(255 255 255 / 13%);
}
button.accordion-button.collapsed {
    color: #fff;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-flush .accordion-collapse {
    color: #fff;
}
img.wave-bg.faq {
    background-color: #3f5c00;
}

.accordion-flush .accordion-button {
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    color: #e67401;
    background-color: #ffede7;
}
@media (min-width: 768px) {
    #faq .col-lg-6 {
        padding: 0 5%;
    }
}

/* Bloco Final - Suporte */
#bloco-final {
    background-color: #3f5c00;
    padding-bottom: 2%;
}
#autor img.wave-bg {
    background-color: #ebebeb;
}
#bloco-final,
#bloco-final h2,
#bloco-final h5 {
    color: #fff;
}
.suporte {
    position: relative;
    width: 90%;
    margin: 4% auto;
}
#bloco-final a {
    color: #000;
}
#bloco-final a:hover {
    transform: scale(1.1);
}
img.icones-suporte {
    position: absolute;
    top: -50px;
    right: 50%;
    left: 42%;
    text-align: center;
}
.wrapper h5 {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 6%;
    margin-top: 8%;
}
.wrapper h5 span {
    font-size: 2rem;
    font-weight: 900;
}
@media (min-width: 768px) {
    .suporte {
        max-width: 42%;
    }
}
@media (max-width: 768px) {
    #oferta {
        padding: 22% 0 2% 0;
    }
    #faq .container {
        padding: 0;
    }
    #autor .col-lg-6 {
        text-align: center;
        padding-top: 7%;
    }
    
    p.txt-menor03 {
        font-size: 30px;
        padding-top: 4%;
    }
    .wrapper h5 {
        margin-top: 12%;
    }
    
    .wrapper h5 span {
        font-size: 1.5rem;
    }
    
    img.icones-suporte {
        position: absolute;
        top: -25px;
        right: 0;
        left: 42%;
        text-align: center;
        max-width: 150px;
        width: 60px;
    }
    
    .vide-teste {
        padding-bottom: 5% !important;
    }
    
    #bloco-final .btn-large {
        padding: 15px;
        margin: auto 5px;
    }
    
    #faq .font-bigger {
        font-size: 14px !important;
    }
}
@media (max-width: 580px) {
    img.wave-bg.fim {
        width: 100%;
    }
    .splide__arrow svg {
        z-index: 2;
    }
    #fim .container {
        padding: 0 2%;
    }
    h6.preco-bonus {
        font-size: 16px;
    }
    .card-super {
        width: 85%;
    }
    .bonus h5 {
        font-size: 2rem;
        padding: 0 14%;
    }
    .card-super h5 {
        font-size: 1.6rem;
    }
    .splide__slide.p-5 {
        padding: 1rem !important;
        margin-bottom: 0.3%;
    }
    .splide__arrow {
        margin-right: -20px;
        margin-left: -20px;
    }
    .bonus.row {
        justify-content: center;
    }
    #meio .container {
        padding: 0 2%;
    }
    .direita h5 {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 2%;
    }
    .subtitle {
        font-size: 14px;
    }
    .card-super .col-md-8 {
        text-align: center;
    }
    .btn-primary1 {
        width: 90%;
    }
    .card-curso {
        min-height: auto;
        font-size: 15px;
    }
    .subtitulo-topo {
        font-size: 20px;
    }
    .btn-primary1 img {
        top: -2px;
        max-width: 16px;
    }
    #meio h2 {
        font-size: 1.7rem;
    }
    #descricao-curso ul li {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .destaque-produto {
        text-align: center;
    }
    p.txt-menor03 {
        font-size: 28px !important;
        padding-top: 7%;
        margin-top: 0;
    }
    .wave-bg {
        margin-bottom: -3px;
    }
    .text-destaque {
        font-size: 20px;
    }
    .garantia {
        font-size: 19px !important;
        margin: 4% auto !important;
    }
    #fim {
        padding-bottom: 10%;
    }
    #bonus .botao-topo {
        padding-bottom: 8%;
    }
    section#bonus p {
        font-size: 13px;
    }
    #lives h2 {
        line-height: 1;
        font-size: 1.8rem;
    }
    #descricao-curso .container {
        padding: 0;
    }
    p.destaque-autor-2,
    p.destaque-autor {
        font-size: 14px;
    }
    #autor .container {
        padding: 0 2%;
    }
    #autor .col-lg-6 {
        padding-top: 0%;
    }
    p.destaque-autor-2 {
        margin-top: 8%;
    }
}

/* 24 horas */
p.presente {
    margin: 6% 0;
    font-size: 23px;
}
p.more-text {
    color: black !important;
    margin: auto 11%;
    font-size: 26px;
    padding-bottom: 2%;
}
p.more-text span {
    font-weight: bold;
    color: #e67401;
}
p.participou {
    margin: 4% 0 2% 0;
    color: #e67401;
    font-weight: 900;
}

p.more-text.text span {
    background-color: #e67401;
    color: white;
    padding: 0 5px;
}

#geral-al #topo .container {
    padding-bottom: 14%;
}

@media (max-width: 768px) {
    p.more-text {
        margin: auto 0%;
        font-size: 20px;
    }
    .sticky2 {
        padding: 0;
        top: 0;
        background-color: #3f5c00;
        left: 0;
        right: 0;
        position: fixed;
        margin-top: 0 !important;
        z-index: 99;
    }
}

@media (max-width: 580px) {
    p.more-text {
        font-size: 16px;
    }
}
