/* Geral */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../img/bg-webinario.jpg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}


@keyframes hidePreloader {
    0% {
      width: 100%;
      height: 100%;
    }
    100% {
      width: 0;
      height: 0;
    }
  }
  body>div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:not(.loaded)>div.preloader {
    opacity: 1;
  }
  body:not(.loaded) {
    overflow: hidden;
  }
  body.loaded>div.preloader {
    animation: hidePreloader .5s linear .5s forwards;
  }


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

h2 span{
    color: #E67308;
    font-weight: 700;
}

h2 strong{
    color:#022859;
    font-weight: 700;
}

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

#topo .container {
    padding-top: 5%;
}

.lado-texto h2{
    margin-right: 20px;
}


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

a:hover {
    color: #c7c7c7;
}

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

/* BotÃµes */
.btn-day-class a {
    background: #b1cc33;
    border: solid 1px black;
    padding: 5% 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: white;
    text-shadow: 0px 2px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
    border-radius: 5px;
    pointer-events: none;
    text-decoration: none;
}

.btn-variante a {
    background: #cf0606;
}

.btn {
    border-radius: .5rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #E67401 !important;
    -webkit-box-shadow: -9px 9px 0px 0px #ba5a00;
    border: none !important;
    box-shadow: -9px 9px 0px 0px #ba5a00;
    border-color: #e6740100;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 10px;
}

.btn-large {
    background-image: url(https://alexandrezara.com/masterclass/assets/img/bg-botao-large-hover.svg);
}

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

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

.btn-primary:hover {
    background-color: #E67401;
    border: 1px solid #E67401;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orange-btn a{
    background-color: #E67401 !important;
}

.lista-btn a{
    background-color: #25e08b !important;
    color: black !important;
    font-size: 28px !important;
    font-weight: 600;
    padding: 8px 12px !important;
    --tw-shadow: 0 2px 16px 0px #76F2BA;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #00B0EE), var(--tw-ring-shadow, 0 0 #00B0EE), var(--tw-shadow);
  }
}

.response a{
    color: white !important;
    display: block;
}

.btn-large:hover {
    background-image: url(/../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: #ff9326 !important;
    border-color: #e67401 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #e67401;
    border-color: #e67401;
    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: #e67401;
    border-color: #e67401;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 22px 30px;
    background-image: url(/../img/btn-telegram.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


.scard{
    margin-right: 0 !important;
}

.card-m{
    margin: 0;
}

.card-master{
    border: solid 2px #cf0606;
    box-shadow: 2px 5px rgb(90, 9, 9) !important;
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f49f3673;
    border-color: #f49f3673;
}

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


.card{
    box-shadow: 2px 5px #c3c3c3;
    margin: 1%;
}

.card h6{
    padding: 20px 0;
}

.main-wave{
    padding-top: 5% !important;
}

.lado-texto {
    text-align: left;
    padding-right: 8%;
}


.iti__country-list{
    color: black !important;
}

/* Topo */
#topo h5 {
    font-weight: 800;
    color: #113d77;
    padding: 0 0;
    font-size: 1.3rem;
}

#topo h3 {
    margin: 1% auto;
    line-height: 1.7;
}
.obgh3{
    font-weight: 800;
    color: #001B3E;
}
.obgh5{
    padding-top: 10px !important;
    color: #7D0101 !important;
    font-weight: 500 !important;
}

#topo h6 {
    font-style: normal;
    font-size: 20px;
    padding-bottom: 6%;
    font-weight: bold;
}

/*WEBINAR */
.h2-obg{
    color: #E67308;
}

.letbe{
    padding: 0 0 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

img.wave-bg {
    width: 100%;
    margin-bottom: -1px;
    padding-top: 8%;
}

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

h2#webinar {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 109.9%;
    color: #FF7C08;
    padding: 0;
}

h3.tit {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    color: #000000;
    margin-bottom: 1% !important;
}
#topo h3 span {
    background: #FFD9B8;
    padding: 0 6px;
}

#topo p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 156.9%;
    color: #000000;
}

/* Sobre o Autor */
#lives{
    background-color: #ffdab1;
}
#lives h2{
    font-weight: 700;
    padding-bottom: 10px;
    color: #E67308;
}

#autor b {
    color: #fff;
}

#autor {
    background-color: #022859;
}
#autor p {
    color: #Fff;
}

#autor h2 {
    color: #E67308;
    padding-bottom: 0;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 76px;
    text-transform: uppercase;
}

#autor span {
    color: #fff;
}

#autor h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-bottom: 5%;
}

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


/* RodapÃ© */

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


/* Responsivo */

@media (max-width: 1024px) {
    input#mc-embedded-subscribe {
        font-size: 26px !important;
    }
    #mc_embed_signup h2 b {
        font-size: 24px !important;
    }
    #autor h2 {
        font-size: 46px;
    }
    .telephone1 {
        padding-left: 33% !important;
    }
}

@media (max-width: 768px) {
    #topo .container {
        padding-right: 0;
        padding-left: 0;
    }
    .lado-texto h2{
        margin-right: 4%;
    }
    .card{
        margin-bottom: 20px;
    }

    #mc_embed_signup form {
        padding: 0;
    }
    div#mc_embed_signup {
        padding: 1% 5% !important;
    }
    input#mc-embedded-subscribe {
        font-size: 25px;
    }
    .lado-texto {
        text-align: center;
        padding-right: 0;
    }
    #topo p {
        font-size: 16px;
    }
    h2#webinar {
        font-size: 30px;
    }
    .btn-sec {
        margin: 6% auto 10% auto !important;
    }

    h2 {
        font-size: 1.8rem;
        padding-top: 2rem;
        padding-bottom: 0 !important;
    }

    .pb-5{
        padding-bottom: 1rem !important;
    }
    .btn-primary {
        font-size: 20px;
    }

    .btn-telegram{
    color: #fff;
    background-color: #27231e !important;
    -webkit-box-shadow: -9px 9px 0px 0px #ba5a00;
    border: none !important;
    box-shadow: -9px 9px 0px 0px #ba5a00;
    border-color: #e6740100;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 10px;
    }


    footer {
        padding: 6% 0;
        font-size: 12px;
        text-align: center;
    }

    .btn-large {
        font-size: 15px !important;
        padding: 10px 2px;
    }

    .btn-large img {
        width: 20px;
        top: -3px;
    }

    .arrow-btn {
        margin-top: 0px !important
    }

    .logo-topo {
        max-width: 160px;
        padding-top: 8% !important;
    }

    #topo h3 {
        font-size: 25px;
        line-height: 1;
    }
    h3.tit {
        font-size: 35px !important;
        line-height: 1.2 !important;
        margin-top: 0 !important;
    }

    img.wave-bg {
        margin-bottom: -1px;
        padding-top: 12%;
    }
    #mc_embed_signup .mc-field-group.input-group label {
        display: inline;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #autor h2 {
        font-size: 36px;
    }
    #autor h4 {
        text-align: center;
    }
    input#mc-embedded-subscribe {
        height: 60px !important;
        font-size: 24px !important;
    }
}

@media (max-width: 375px) {
    #topo h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    #mc_embed_signup{
        margin: 24px 0;
    }
    #mc_embed_signup h2 b {
        font-size: 22px !important;
    }
    #autor h2 {
        font-size: 26px;
    }
    #mc_embed_signup .mc-field-group.input-group label {
        padding-left: 10px !important;
        font-size: 13px !important;
    }
    img.wave-bg {
        margin-bottom: 0px;
        padding-top: 19%;
    }
    .btn-primary {
        font-size: 16px;
    }

    .btn-primary img {
        width: 18px;
    }

    .btn-large {
        font-size: 11px !important;
    }

    .btn-large img {
        width: 13px;
        top: -3px;
    }
}


/* 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;
}
.telegram-btn{
    background-color: #0088cc  !important;
}

.yt-btn{
    background-color: #FF0000 !important;
    font-size: 14px;
    margin-bottom: 4px;
}

.wpp-btn{
    background-color: #4FCE5D !important;
    font-size: 14px;
    margin-bottom: 4px;
}

.fb-btn{
    background-color: #1778F2 !important;
    font-size: 14px;
    margin-bottom: 4px;
}

.tw-btn{
    background-color: #1DA1F2 !important;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Estilo FormulÃ¡rio */
#mc_embed_signup .mc-field-group.input-group label {
    padding-left: 8px;
    font-size: 15px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 1;
    color: #f3c9a4 !important;    
    box-shadow: none !important;
}

input#mc-embedded-subscribe {
    background: #FF7C09;
    box-shadow: 4px 4px 19px #ffa758;
    border-radius: 3px !important;
    width: 100%;
    height: 70px;
    font-size: 24px;
}
.botao-submeter {
    position: absolute;
    right: 0;
    left: 0;
}
#mc_embed_signup h2 b {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    color: #F7F7F7;
}

div#mc_embed_signup {
    background: #022859;
    border: 2px solid #F7F7F7;
    border-radius: 5px;
    color: #fff;
    padding: 2% 9%;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: -6px 0 0em 0  !important;
    padding: 5px 10px  !important;
    background-color: rgb(255 255 255 / 0%)  !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #ff2900 !important;
    text-transform: none  !important;
    letter-spacing: 0  !important;
    font-weight: bold  !important;
}

.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:not(.custom-i) {
    padding: 10px !important;
    border: 1px solid #bfd06f !important;
    margin: 1% auto !important;
    height: 60px;
    font-size: 14px;
}

.politica input {
    height: auto !important;
}

#mc_embed_signup input:not(.custom-i) {
    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) {
    #mc_embed_signup input#telephone {
        padding-left: 26% !important;
    }
    #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;
    }
}


/* PÃ¡gina VÃ­deo */

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

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

.video {
    padding: 2%;
}

@media (max-width: 640px) {
    .video {
        padding: 8% 0;
    }
}


/* PÃ¡gina Curta */

@media (min-width: 640px) {
    #pag-curta #topo h3 {
        margin: 4% auto 2% auto;
        line-height: 1.7;
        max-width: 57%;
    }
}

#pag-curta #topo h6 {
    padding-bottom: 3%;
}


/* 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;
}

@media (max-width: 575.98px) {
    #lives .sub-t h5{
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #lives .sub-t h5{
        font-size: 18px;
    }
}

.telephone1 {
    padding-left: 25% !important;
    border: 1px solid #bfd06f !important;
    margin: 1% auto !important;
    height: 60px;
    font-size: 14px;
}

#telephone2 {
    padding-left: 20% !important;
    border: 1px solid #bfd06f !important;
    margin: 1% auto !important;
    height: 60px;
    font-size: 14px;
}

.iti {
    display: block !important;
}

@media (max-width: 768px){
    .telephone1 {
        padding-left: 32% !important;
    }

    #telephone2 {
        padding-left: 32% !important;
    }
}

@media (max-width: 1024px) {
    .telephone1 {
        padding-left: 29% !important;
    }
    .yt-btn{
        margin-bottom:16px;
    }
}


.finalp{
    padding-top: 50px;
}

.finalp2{
    padding-bottom: 50px;
    margin-bottom: 0;
}

#final{
    background-color: #022859 !important;
}


#final h2{
    padding: 0;
    color: white;
}

#final p{
    color: white;
}

/* PAGINA OBRIGADO */

section#depoimentos {
    background-color: #ffdab1;
    color: #000;
}

.wave-bg.thnk {
    padding-top: 0;
}

.pag-obrigado .passos .col-lg-6 {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 2%;
    position: relative;
}

img.icon-icon {
    position: absolute;
    right: 6%;
}

@media (min-width: 769px) {
    .pag-obrigado .passos .col-lg-6 {
        width: 46%;
        margin: 2%;
    }
}


.pag-obrigado {
    background-color: #022859;
    color: #000;
}

.pag-obrigado button.bebas-fonte.btn-primary.obrigado {
    background: #039BE5;
    border: 1px solid #00ACFF;
    border-radius: 3px;
    box-shadow: none;
}

.pag-obrigado .ativar button.bebas-fonte.btn-primary.obrigado {
    background: #F81B1B;
    border-radius: 3px;
    border: none;
}

.obrigado-page h3 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 109.9%;
    text-align: center;
    max-width: 500px;
    margin: 2% auto !important;
}

.obrigado-page h3 b {
    font-weight: bold;
}

.obrigado-page h5 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal !important;
    font-size: 30px;
    line-height: 150.9%;
    text-align: center;
    color: #000000 !important;
}

.pag-obrigado .btn-primary:hover {
    background-color: #022859;
}

.pag-obrigado .passos {
    padding-top: 0;
    padding-bottom: 10%;
}

.pag-obrigado  h2.passo {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 155.4%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #E67401;
    padding-bottom: 0;
}

.pag-obrigado  h4.main-titulo {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.015em;
    color: #393939;
}

@media (max-width: 768px) {
    .pag-obrigado .passos {
        padding: 5% 0;
        display: block;
        margin: auto;
    }
    .pag-obrigado .passos .col-lg-6 {
        padding: 5%;
        margin: 6% 0;
    }
    .pag-obrigado .ativar button.bebas-fonte.btn-primary.obrigado {
        font-size: 14px;
    }
    img.img-fluid.wow.animate__fadeIn.logo-trader {
        max-width: 240px;
    }
    .obrigado-page #topo h3 {
        font-size: 27px;
        line-height: 1.3;
    }
}