/* Geral */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');

.btn-diferente {

    background: #e67401 !important;
    padding: 2% 5% !important;
    -webkit-box-shadow: -10px 10px 0px 0px rgb(186 90 0);
    -moz-box-shadow: -10px 10px 0px 0px rgba(186, 90, 0, 1);
    box-shadow: -10px 10px 0px 0px rgb(186 90 0);
    background-image: none !important;
    transition: .6;
}

.btn-diferente:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transition: .6;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F0F0F0;
}

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

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

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-primary {
    color: #fff;
    background-color: #e6740100;
    border-color: #e6740100;
    font-weight: 800;
    font-size: 21px;
    text-transform: uppercase;
    padding: 25px 30px 30px 30px;
    background-image: url(/../assets2/img/bg-botao.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn-large {
    background-image: url(/../assets2/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(/../assets2/img/bg-botao-hover.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.btn-large:hover {
    background-image: url(/../assets2/img/bg-botao-large-hover.svg) !important;
}

.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(/../assets2/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 */

#topo {
    background-image: url(/../assets2/img/curso/bg-topo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

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

.subtitulo-topo {
    margin: auto;
    font-size: 18px;
    padding-bottom: 2%;
}

.subtitulo-topo b {
    color: #fff;
    font-weight: 600;
}

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

#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) {
    .subtitulo-topo {
        max-width: 51%;
    }

    .video-container {
        max-width: 50%;
    }

    .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%;
    }

    .change-div {
        display: flex;
        flex-direction: column-reverse;
    }

    .font-bigger {
        padding: 20px !important;
    }
}


/* Bloco Lives */

.lives-dias {
    max-width: 80%;
}

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: 46%;
}

@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: #252525;
    padding: 6% 0;
    min-height: 110px;
    padding: 6% 6%;
}

.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 {
        max-height: 390px;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 10%;
        padding-right: 8%;
        max-width: 100%;
    }

    .card {
        padding: 10%;
        margin-bottom: 9%;
        width: 100%;
    }
}


/* Depoimentos */

#depoimentos {
    background-color: #eee;
}


/* Sobre o Autor */

#autor {
    background-color: #EBEBEB;
}

#autor h2 {
    color: #E67308;
    padding-bottom: 0;
}

#autor span {
    color: #A5580E;
}

#autor h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #5a5a5a;
    padding-bottom: 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: 6px solid #9EAC01;
    border-radius: 5px;
}


/* ---------------------- Página Curso */


/* Contador */

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

.tempo {
    background-color: #ccc;
    background: white;
    color: #171212;
    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;
}

.nome {
    color: #ffffff;
    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;
}

@media (max-width: 768px) {
    .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) {
    #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 */
#descricao-curso {
    background-image: url(/../assets2/img/curso/bg-descricao.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 1% 0;
}

#descricao-curso h2 {
    font-size: 2.3rem;
}

#descricao-curso ul {
    list-style: none;
}

.destaque-produto h5 {
    font-size: 17px;
}

.destaque-produto h5 b {
    color: #242424;
}

@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;
}

/* Bônus */
#bonus {
    background-color: #3F5C00;
    color: #fff;
}

.bonnus { text-align: left; font-size: 16px; max-width: 450px; text-align: center; margin: auto; } .bonnus p { margin: 2%; } .destaque-anterior { font-size: 1.5rem; font-weight: 900; }
#bonus h2,
#bonus h5,
#bonus b,
#oferta h2,
#oferta h5 {
    color: #fff;
}

.bonus h5 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.bonus span {
    font-size: 3rem;
    margin-left: -3%;
}

.bonus div {
    padding: 2%;
}

.bonus p {
    padding: 0 5%;
}

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: 75%;
    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;
}

/* Oferta */
#oferta {
    color: #fff;
    background-image: url(/../assets2/img/curso/bg-oferta-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 6% 0 7% 0;
    background-color: #f1ddae;
    clip-path: ellipse(170% 100% at center top);
}

.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) {
    #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: 34px;
    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-size: 1.3rem;
}

/* FAQ */
img.wave-bg.faq {
    background-color: #3f5c00;
}

#faq {
    background-color: #f0f0f0;
}

.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;
    transform: scale(.9);
    transition: .6s;
}

.suporte:hover{
    transform: scale(1);
    transition: .6s;
}

#bloco-final a {
    color: #000;
}

img.icones-suporte {
    position: absolute;
    top: -50px;
    left: 40%;
    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) {
    .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;
    }
}