﻿body {
}

.mobile {
    display: none;
}
.background-banner {
    color: #151515;
    height: 942px;
    background-image: url(../images/bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.25));
}

.title-home {
    font-size: 72px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    color: #FFAF1F;
    margin: 9% 1% 3% 1%;
}

#version {
    margin: 7% 1% 5% 1%;
}

.bg-img {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
}

.img-banner-selo {
    position: absolute;
    top: 6%;
    left: 3%;
}

.img-banner-centro {
    margin: 2% 0 1% 0;
}

.timer {
    font-size: 145px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
}

.txt-banner-date {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
}

.background-banner-1 {
    background: rgb(52,52,52);
    background: radial-gradient(circle, rgba(52,52,52,1) 1%, rgba(21,21,21,1) 99%);
    display: flex;
    justify-content: center;
}

.txt-banner-schedule {
    font-size: 32px;
    font-family: Roboto;
    font-weight: 400;
    text-align: left;
    color: white;
    margin: 5%;
    width: 51%;
    padding-right: 9%;
}

.background-banner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.fundo-pagina {
    background-color: #151515;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.txt-time-remaining {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
}

.tempo-promocao {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    color: white;
    margin: 0;
}

.valor-preco {
    font-size: 64px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
}

.valor-riscado {
    font-size: 32px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    color: white;
    margin: 0;
}

.ussMenor {
    font-size: 36px;
}


.area-precos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.area-versao {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 46%;
    margin: 3%;
}

.botao-versao-txt {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: white;
    margin: 0;
}

.botao-versao-fundo {
    cursor: pointer;
    background-color: #3A3A3A;
    border-radius: 50px;
    width: 220px;
    height: 63px;
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    transition: .4s;
}

    .botao-versao-fundo:hover {
        background-color: #FFAF1F;
        -webkit-box-shadow: inset 0px 0px 29px -17px rgba(51,51,51,1);
        -moz-box-shadow: inset 0px 0px 29px -17px rgba(51,51,51,1);
        box-shadow: inset 0px 0px 29px -17px rgba(51,51,51,1);
    }

.allfeatures-txt1 {
    font-size: 50px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
    margin-top: 4%;
    z-index: 2;
}

.allfeatures-txt2 {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    z-index: 2;
}

.allfeatures-txt3 {
    font-size: 32px;
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    color: #FFAF1F;
    margin: 0;
    margin-bottom: 5%;
    z-index: 2;
}

.rodape {
    z-index: 0;
    margin-top: -9%;
}

.separador {
    height: 7px;
    background-color: white;
}

.header {
    height: 123px;
    background-color: black;
}

.selo-menu {
    top: 75px;
    position: absolute;
    left: 3%;
    z-index: 3;
}

.title-register {
    margin: 2% 2% 3% 2%;
}

.cadastro_container {
    display: flex;
    justify-content: center;
}

.titulo-cadastro {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.form-bg {
    border: 3px solid #3A3A3A !important;
    padding: 3% 5% !important;
    background-color: #3A3A3A !important;
    border-radius: 16px !important;
}

.largura-form {
    width: 63%;
}

.form-control {
    height: 45px;
    font-size: 18px;
    margin-bottom: 2%;
}

.termos-txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

    .termos-txt.amarelo {
        color: #FFB41F;
        text-decoration-line: underline;
        cursor: pointer;
    }

#ContentPlaceHolder1_TermosCondicoesCheckBox {
    width: 23px;
    height: 23px;
    background: #FFFFFF;
    border: 1px solid #3A3A3A;
    border-radius: 4px;
}

.p-0 {
    padding: 0 !important;
}

.botaoAsp {
    cursor: pointer;
    background-color: #3A3A3A;
    border-radius: 50px;
    width: 220px;
    height: 63px;
    -webkit-box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    transition: .4s;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: white;
    margin: 0;
    justify-content: center;
    border: #3a3a3a;
    margin-top: 11%;
}

    .botaoAsp:hover {
        background-color: #FFAF1F;
        -webkit-box-shadow: inset 0px 0px 29px -17px rgb(51 51 51);
        -moz-box-shadow: inset 0px 0px 29px -17px rgba(51,51,51,1);
        box-shadow: inset 0px 0px 29px -17px rgb(51 51 51);
    }

    .botaoAsp:active,
    .active {
        background: #FFAF1F;
        border: 2px solid #BD8319;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15), inset 0px 0px 5px 5px rgba(51, 51, 51, 0.05);
    }

.fundo-btn-start {
    width: 60%;
    height: 61px;
    background: #FFB41F;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05), inset 0px 0px 5px 5px rgba(89, 59, 0, 0.05);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2% 1% 2% 1%;
    z-index: 9;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
}

.txt-btn-start {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin: 0;
    color: #151515;
    background: #FFB41F;
    border:none;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bordaFormulario {
    margin-bottom: 4%;
}

.txt-client {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin: 10% 1% 1% 1%;
}

.bg-payment {
    background-image: url(../images/bg-payment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt-version {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 2%;
}

.payment-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: #008CDD;
    box-shadow: 0px 4px 4px rgba(9, 63, 94, 0.15), inset 0px 15px 25px rgba(125, 197, 238, 0.85);
    border-radius: 4px;
    width: 298px;
    height: 39px;
}

.cartoes {
    gap: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2% 1% 1% 1%;
}

.txt-contact {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #A7A6A6;
    margin-bottom: 9%;
}

.background-banner-welcome {
    height: fit-content;
    background-image: url(../images/bg-welcome.png);
    background-position: center;
    background-size: cover;
}

.welcome-img {
    margin-top: 3%;
}

.schedule-btn {
    width: 331px;
    height: 64px;
    background: #00ACAC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    color: white;
    border: transparent;
}

    .schedule-btn:hover {
        opacity: 60%;
    }

.account-btn {
    width: 331px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    color: #151515;
    border: transparent;
}

    .account-btn:hover {
        opacity: 60%;
    }

.area-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin: 4%;
}

.versao-txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 0.14em;
    color: #FFAF1F;
    margin: 2% 2% 3% 2%;
}

.bg-white-home {
    padding: 0;
    margin: 0;
}

.banner-rodape {
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

.mockup {
    position: absolute;
    width: 50%;
}

.bg-white-home {
    height: 493px;
    margin-top: 15%;
    width: 100%;
}

.mobile {
    display: none;
}

.txt-mes {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #C4C4C4;
    margin: 4% 0 3% 0;
}

.linha {
    height: 2px;
    background-color: #3a3a3a;
}

.borda-preco {
    border: solid #3a3a3a 2px;
    margin-bottom: 15px;
}

.label-tipo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #151515;
    background: linear-gradient(0deg, #FFAF1F, #FFAF1F), #3A3A3A;
    box-shadow: inset 0px 0px 5px 5px rgb(51 51 51 / 5%);
    border-radius: 2px 2px 0px 0px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 3% 5%;
    margin:0;
}

.card-preco {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    cursor:default;
}

.banner-blackfriday {
    width: 1041px;
    margin-top: 5%;
}

.margem-preco {
    margin: 8% 0;
}

.stripe-button-el span {
    display: block;
    min-height: 50px !important;
    width: 300px;
    font-size: 25px;
    padding-top: 10px;
}



@media(min-width:2175px) {
    .bg-white-home {
        height: 662px;
    }
}

@media(max-width:1760px) {
    .area-versao {
        width: 53%;
    }

    .bg-white-home {
        height: 432px;
    }
}

@media(max-width:1530px) {
    .largura-preco {
        width: 47%;
    }
}

@media(max-width:1440px) {
    .txt-banner-schedule {
        width: 68%;
    }

    .area-versao {
        width: 64%;
    }

    .mockup {
        width: 52%;
    }

    .bg-white-home {
        height: 386px;
    }
}

@media(max-width:1300px) {
    .area-versao {
        width: 81%;
    }

    .largura-preco {
        width: 63%;
    }
}

@media(max-width:1199px){
    .banner-blackfriday {
        width: 804px;
    }
}

@media(max-width:1100px) {
    .img-banner-selo {
        width: 15%;
    }

    .txt-banner-schedule {
        width: 90%;
    }

    .area-versao {
        width: 97%;
    }

    .bg-white-home {
        height: 590px;
    }

    .mockup {
        width: 87%;
    }
}

@media(max-width:1010px) {
    .txt-banner-schedule {
        margin: 5% 3%;
        width: 100%;
        padding-right: 14%;
    }

    .background-banner {
        height: 1044px;
    }

    .timer {
        margin: 3% 0;
        font-size: 120px;
    }

    .img-banner-centro {
        margin: 5% 0 1% 0;
    }

    .img-100 {
        width: 100%;
    }

    .homem-apontando {
        width: 39%;
    }
}

@media(max-width:991px){
    .banner-blackfriday {
        width: 634px;
    }
}

@media(max-width:920px) {
    .bg-white-home {
        height: 482px;
    }
}

@media(max-width:880px) {
    .txt-version.postPayment {
        padding: 0 8%;
        text-align: center;
        margin-bottom: 6%;
    }
}

@media(max-width:834px) {

    .versao-txt {
        margin: 14% 2% 5% 2%;
    }

    .cartoes {
        margin: 4% 1% 2% 1%;
    }

    .welcome-img {
        width: 51%;
    }

    .largura-preco {
        width: 81%;
    }

    .timer {
        margin: 8% 0;
        font-size: 100px;
    }

    .background-banner {
        height: 966px;
    }

    .txt-banner-schedule {
        font-size: 26px;
    }

    .botao-versao-txt {
        font-size: 20px;
    }

    .botao-versao-fundo {
        width: 183px;
        height: 56px;
    }

    .valor-riscado {
        font-size: 23px;
    }

    .tempo-promocao {
        font-size: 17px;
    }

    .valor-preco {
        font-size: 55px;
    }

    .ussMenor {
        font-size: 27px;
    }
}

@media(max-width:767px){
    .banner-blackfriday {
        width: 94%;
        margin-top:13%;
    }    
}

@media(max-width:700px) {
    .area-precos {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .bg-white-home {
        height: 386px;
    }

    .mockup {
        width: 91%;
    }

    .area-btns {
        flex-direction: column;
    }

    .schedule-btn {
        margin-bottom: 4%;
    }

    .txt-client {
        margin: 12% 2% 4% 2%;
    }

        .txt-client.postPayment {
            padding: 0 5%;
            text-align: center;
        }

    .desktop {
        display: none !important;
    }

    .bg-img {
        content: url(../images/bg-home-mobile.png);
    }

    #homem-amarelo {
        content: url(../images/img2-mobile.png);
        width: 67%;
    }

    #selo-banner {
        display: none;
    }

    #titulo-banner {
        content: url(../images/img1-mobile.png);
        width: 90%;
    }

    .timer {
        margin: 0;
        color: white;
        font-size: 90px;
    }

    #fundo-timer {
        background-color: #3a3a3a;
        border-radius: 7px;
        padding: 3% 4% 0 4%;
    }

    .tempo-promocao.espaco {
        margin-bottom: 20%;
    }

    .txt-banner-date {
        color: white;
    }

    .img-banner-centro {
        margin: 5% 0 4% 0;
    }

    .background-banner {
        height: 1300px;
    }

    .area-versao {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: 8% 0;
    }

    .botao-versao-fundo {
        border-radius: 4px 4px 0px 0px;
    }

    .mobile {
        display: flex;
    }

    .campo-preco {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        padding: 4% 0;
        border: solid #3a3a3a 2px;
        padding: 9% 0;
    }

        .campo-preco.cadastro {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            width: 71%;
        }

    .largura {
        width: 100%;
    }

    .largura-form {
        width: 78%;
    }

    .separador {
        display: block;
    }

    .campo-preco.cadastro {
        border: transparent;
    }
}

@media(max-width:685px) {
    .timer {
        font-size: 71px;
    }

    .background-banner {
        height: 1222px;
    }
}

@media(max-width:664px) {
    .botaoAsp.cadastro {
        width: 195px;
    }
}

@media(max-width:637px) {
    .homem-apontando {
        width: 60%;
    }

    .txt-banner-schedule {
        font-size: 19px;
    }

    .background-banner {
        height: 1131px;
    }

    .title-register {
        margin-top: 15%;
        width: 92%;
    }

    .campo-preco.cadastro {
        width: 100%;
    }
}

@media(max-width:580px) {
    .bg-white-home {
        height: 320px;
    }

    .background-banner {
        height: 1031px;
    }

    .welcome-img {
        width: 87%;
    }

    .txt-version {
        font-size: 18px;
        padding: 0 2%;
        text-align: center;
    }

    .txt-client {
        padding: 0 2%;
        text-align: center;
    }

    .txt-contact {
        padding: 0 2%;
        text-align: center;
    }
}

@media(max-width:547px) {
    .background-banner {
        height: 948px;
    }

    .timer {
        font-size: 55px;
    }

    .title-home {
        font-size: 53px;
    }

    .campo-preco.cadastro {
        width: 98%;
    }

    .largura-form {
        width: 90%;
    }

    .valor-preco.cadastro {
        font-size: 40px;
    }

    .valor-riscado.cadastro {
        font-size: 15px;
    }
}

@media(max-width:460px) {
    .bg-white-home {
        height: 257px;
    }

    .botaoAsp.cadastro {
        width: 139px;
        height: 53px;
        font-size: 17px;
    }

    .botaoAsp {
        width: 140px;
    }

    .selo-menu {
        width: 74%;
    }

    .form-bg {
        border-radius: 0px !important;
    }

    .txt-banner-date {
        font-size: 17px;
    }

    .title-home {
        font-size: 37px;
        padding: 0 4%;
    }

    .campo-preco {
        width: 70%;
    }

    .timer {
        font-size: 44px;
    }

    #fundo-timer {
        border-radius: 6px;
        padding: 2% 1% 2px 0%;
    }

    .background-banner {
        height: 783px;
    }

    .botao-versao-txt.cadastro {
        font-size: 15px;
    }

    .botao-versao-fundo.cadastro {
        border-radius: 50px;
    }

    .botao-versao-fundo.cadastro {
        width: 158px;
        height: 44px;
    }
}

@media(max-width:406px) {
    .bg-white-home {
        height: 228px;
    }

    .schedule-btn {
        font-size: 22px;
        width: 312px;
        height: 57px;
    }

    .account-btn {
        font-size: 22px;
        width: 312px;
        height: 57px;
    }

    .form-bg {
        padding: 3% 2% !important;
    }

    .termos-txt {
        font-size: 10px;
        width: 82.666667%;
    }

    .homem-apontando {
        width: 88%;
    }

    .selo-menu {
        width: 90%;
    }
}

@media(max-width:375px) {
    .bg-white-home {
        height: 222px;
    }

    .txt-version {
        padding: 0px 19%;
    }

    .txt-client {
        font-size: 15px;
        text-align: center;
    }

    .payment-btn {
        font-size: 15px;
        width: 42%;
        margin: 2%;
    }

    .cartoes {
        gap: 7%;
        zoom: 67%;
    }

    .txt-contact {
        margin-top: 10%;
    }

    .timer {
        font-size: 38px;
    }

    .txt-banner-date {
        font-size: 12px;
    }

    #fundo-timer {
        padding: 4% 1% 2px 0%;
    }

    .background-banner {
        height: 635px;
    }

    #schedule-img {
        content: url(../images/img3-mobile.png);
        margin-top: 6%;
    }

    .txt-banner-schedule {
        font-size: 17px;
    }

    .campo-preco {
        width: 86%;
        padding: 12% 0;
    }
}

@media(max-width:320px) {
    .background-banner {
        height: 559px;
    }

    .bg-white-home {
        height: 183px;
    }
}
