@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Oswald", sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

p {
    margin: 0;
}

img {
    object-fit: contain;
    -webkit-user-drag: none;
    width: 100%;
}

.cnt-all {
    background-color: #fff;
}

.content {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    padding: 10px 0;
}

.top-nav .cnt-logo img {
    max-width: 150px;
}

.top-nav .login {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    gap: 10px;
    min-height: 40px;
    padding: 0 20px;
}

.login:hover {
    opacity: 0.8;
}

.top-nav .login span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.top-nav .login i {
    color: #fff;
}

.background-top {
    background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/profitneat.com.br/lp/top-banner.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 900px;
}

.background-top .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-height: 777px;
}

.background-top .box .my {
    font-size: 37px;
    font-weight: 300;
    line-height: 124%;
    color: #000;
}

.background-top .box .title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.background-top .box .description {
    font-size: 24px;
    font-weight: 400;
    line-height: 124%;
    color: #505050;
    font-family: "Montserrat", sans-serif;
    max-width: 30%;
}

.bdt-ps-button {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    padding-right: 40px;
}

.bdt-ps-button:hover .bdt-ps-button-border-circle {
    transform: translateX(60px);
}

.bdt-ps-button:hover .bdt-ps-button-mask-circle {
    clip-path: circle(25px at 85px);
}

.bdt-ps-button-text {
    z-index: 1;
    font-size: 14px;
    margin-right: -18px;
    color: #000000;
    letter-spacing: .05em;
    transition: color .3s ease;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.bdt-ps-button-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.bdt-ps-button-arrow {
    left: 35px;
    height: 3px;
    width: 50px;
    display: flex;
    position: absolute;
    align-items: center;
    background-color: #fe506c;
}

.bdt-ps-button-arrow:after {
    content: '';
    width: 0;
    height: 0;
    top: -5px;
    right: -7px;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fe506c;
}

.bdt-ps-button-border-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #BFBFBF;
    transition: transform 987ms;
}

.bdt-ps-button-mask-circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: circle(25px);
    transition: clip-path 987ms;
}

.bdt-ps-button-small-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translateX(60px);
    background-color: #fe506c;
}

.box-my-store {
    background-color: #fff;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 6px 7px 6.3px 0 rgba(0, 0, 0, 0.25);
    max-width: 450px;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -5%;
    position: relative;
}

.box-my-store .title {
    font-size: 38px;
    font-weight: 500;
    line-height: 124%;
    color: #000;
}

.box-my-store .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    color: #7b7b7b;
    font-family: "Montserrat", sans-serif;
}

.my-store {
    display: flex;
    gap: 50px;
    padding: 100px 0;
}

.my-store .left img {
    min-width: 550px;
}

.my-store .right {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    gap: 20px;
}

.my-store .right .title {
    font-size: 49px;
    font-weight: 500;
    line-height: 124%;
    color: #444;
    margin-bottom: 40px;
}

.my-store .right .list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.my-store .right .list .box {
    display: flex;
    gap: 20px;
}

.my-store .right .list .box img {
    max-width: 46px;
    max-height: 46px;
    transition-duration: .3s;
    transition-property: transform;
}

.my-store .right .list .box img:hover {
    transform: scale(1.1);
}

.my-store .right .list .box .context {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.my-store .right .list .box .context .box-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 124%;
    color: #444;
}

.my-store .right .list .box .context .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.cnt-step {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cnt-step .context {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
}

.cnt-step .context .title {
    font-size: 49px;
    font-weight: 500;
    line-height: 124%;
    color: #444;
}

.cnt-step .context .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    max-width: 420px;
}

.cnt-step .list {
    display: flex;
    position: relative;
    margin-bottom: 40px;
    gap: 24px;
}

.cnt-step .list .step {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    min-height: 280px;
    gap: 20px;
    border-bottom: 7px solid #E9C108;
}

.cnt-step .list .step img {
    max-width: 40px;
}

.cnt-step .list .step .step-title {
    font-size: 33px;
    font-weight: 500;
    line-height: 124%;
    color: #444;
}

.cnt-step .list .step .step-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.cnt-step .list .product img {
    max-width: 280px;
    min-width: 250px;
}

.cnt-faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
}

.cnt-faq img {
    max-width: 250px;
}

.cnt-faq .title {
    font-size: 33px;
    font-weight: 500;
    line-height: 124%;
    color: #000;
    font-family: "Sora", sans-serif;
    line-height: 1;
    text-align: center;
}

.cnt-faq .background-faq {
    position: relative;
    display: flex;
    justify-content: center;
}

.cnt-faq .background-faq .cnt-img {
    position: absolute;
    left: 0;
}

.cnt-faq .background-faq .cnt-img img {
    max-width: 750px;
}

#faqs {
    display: contents;
}

.faq-content {
    margin: 50px 0 20px;
    max-width: 60%;
    z-index: 1;
}

.container-faq {
    background-color: #444;
    border-radius: 8px;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #444;
    gap: 20px;
    width: 100%;
    transition: 0.4s;
    margin: 10px 0;
    font-weight: 400;
    min-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    padding: 0 15px;
    border-radius: 8px;
}

.accordion::after {
    transition: all 1s;
    content: url('https://bucket-seed.s3.us-east-2.amazonaws.com/profitneat.com.br/lp/icon-faq.png');
}

.accordion.active:after {
    transform: rotate(180deg);
}

.panel {
    text-align: left;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #444;
    padding: 0 15px;
    border-radius: 8px;
}

.panel p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.panel div {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #000;
    padding: 60px 0;
}

.footer img {
    max-width: 250px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
    font-weight: 300;
    line-height: 124%;
    color: #000;
    font-family: "Sora", sans-serif;
    margin-bottom: 10px;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1280px) {
    .product {
        display: none;
    }

    .cnt-step .list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .my-store {
        flex-direction: column-reverse;
    }

    .my-store .right {
        max-width: 100%;
    }

    .my-store .left img {
        max-width: 700px;
        min-width: auto;
    }

}

@media screen and (max-width: 1280px) {
    .cnt-step .context {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }

    .background-top {
        background-image: none;
        min-height: auto;
    }

    .background-top .box {
        min-height: auto;
        padding: 10px 0;
    }

    .background-top .box .description {
        max-width: none;
    }

    .faq-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 590px) {

    .accordion{
        padding: 10px 15px;
    }

    .box-my-store {
        width: auto;
    }

    .background-top .box .my,
    .box-my-store .title {
        font-size: 30px;
    }

    .background-top .box .title {
        font-size: 50px;
    }

    .background-top .box .description {
        font-size: 18px;
    }

    .box-my-store {
        padding: 20px;
    }

    .my-store .right .title,
    .cnt-step .context .title {
        font-size: 35px;
    }

    .box-my-store .description {
        font-size: 16px;
    }

    .my-store .right .list .box .context .description {
        font-size: 14px;
    }

    .my-store .right .list .box .context .box-title {
        font-size: 20px;
    }

    .cnt-step .context .description {
        font-size: 18px;
    }

    .cnt-step .list .step {
        max-width: 300px;
        min-height: auto;
    }

    .cnt-faq img {
        max-width: 180px;
    }

    .cnt-faq .title,
    .cnt-step .list .step .step-title {
        font-size: 30px;
    }

    .copyright {
        flex-direction: column;
    }
}