
*{
    /* Suavização de fontes mais finas (apenas webkit) */
    --webkit-font-smoothing: antialiased;
}

html {
    overflow-x: hidden;
    background-color: #0A112A;
}

body {
    
    overflow-x: hidden;

    font-family: 'Inter', sans-serif;
    background-image: url('../../assets/img/background/BG.png');
    background-repeat: no-repeat;
    background-size:cover;
    font-style: normal;
}

a {
    cursor: pointer;
}


/* width */

::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 4px;
}


/* Track */

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background: #d5d5d5;
}


/* Handle */

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.padding-container {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 20px 280px;

}

.menu-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    width: 100%;
    max-width: 970px;
    height: 109px;
}

.menu-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;

    height: 56px;

    background: rgba(3, 13, 24, 0.2);
    backdrop-filter: blur(12px);    

    position: relative;
}

#menu-mobile {
    width: 25px;
}

.menu-dropdown {
    display: none;
}

.menu-dropdown.active {
    display: flex;
}

.menu-dropdown {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 10;
    z-index: 10;
    position: absolute;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
}


.multi-bussiness-card {
    width: 300px;
    height: auto;
}


.logo-header-desktop {
    width: 158px;
}

.header-buttons{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

button,
a.accounts-redirect,
a.sac-redirect {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 42px;
    padding: 0 16px;
    border-radius: 4px;

    font-weight: 700;
    font-size: 14px;

    color: #FFFFFF;

    transition: all 0.5s;
    text-decoration: none;
    cursor: pointer;
}

#to-down-arrow {
    cursor: pointer;
}

button:hover,
a:hover {
    opacity: 0.7;
}

.primary-button{
    border-radius: 4px;
    border: none;
    background: #FF4E05;
} 

.secondary-button {
    border: none;
    background: #3B2199;
}

.outline-button {
    border: 1px solid #FFFFFF;
    background: transparent;
}

.borderless-button {
    border:0;
    background: transparent;
}

.title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin: 16px 0 24px 0;
    color: #FFFFFF;
}

.title.mobile {
    display: none;
}


.subtitle-bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #EBEBEB;
}

.about .title  {
    max-width: 481px
}

b {
    font-weight: 700;
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}


.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 970px;
    margin-bottom: 50px;
    gap: 20px;
}

.container.services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
}

.title-container.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container.about {
    max-height: 700px;
}


.container.about .title {
    margin-top: 70px;
}

.container .content {
    display: flex;
    flex-direction: column;
}

.container.about .content {
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.container.products {
    margin: 100px 0 100px 0;
    height: 500px;
}

.container.products .content {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: auto;
}

.mobile-illutration{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 70px 0 0;
}

.container-iphone {
    position: relative;
    opacity: 1;
}

.divider-vertical {
    display: none;
    width: 3px;
    height: 80px;
    margin: 50px;
}

.divider-horizontal {
    width: 80px;
    height: 3px;
    margin: 5px;
}

.orange-gradient-vertical {
    background: linear-gradient(180deg, #FF4E05 0%, rgba(255, 78, 5, 0) 100%);
}

.orange-gradient-horizontal {
    background: linear-gradient(270deg, #FF4E05 0%, rgba(255, 78, 5, 0) 100%);
}


.blue-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    background: linear-gradient(90deg, #6072F4 -53%, #55BAE4 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.blue-title b {
    font-weight: 700;
}

.container .content.products {
    /* background-image: url('../../assets/img/illustrations/orbit-starts.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    position: relative;
    width: 500px;
    height: 300px;
}

#orbit-starts {
    width: 100%;
}

#orbit-starts-2 {
    width: 81%;
}

.product-card {
    transition: all .5s;
}

#btn-to-products {
    transition: all .5s;   
}


#card-bag,
#card-ebook,
#shoes-product,
#bag-product,
#clock-product,
#card-billing,
#card-performance {
    position: absolute;
    transform: translatey(0px);
}

#card-bag {
    top: 20px;
    left: 15px;
}

#card-ebook {
    top: 90px;
    right: 15px;
}

#shoes-product {
    top: 71px;
    left: -24px;
}

#bag-product {
    top: 10px;
    right: 168px;
}

#clock-product {
    top: 322px;
    right: 200px;
}

#card-billing {

}

#card-performance {
    margin-top: 150px;
    margin-left: 80px; 
}

#card-bag:hover,
#card-ebook:hover,
#btn-to-products:hover,
.multi-bussiness-card:hover {
    transform: scale(1.1);
}

.light-border {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 114px;
    height: 114px;
    /* transition: .8s; */
}

.light-border button {
    transform: scale(1.1);
    transition: .3s;
}

.light-border.cloudfox {
    background: rgb(255, 78, 5);
    background: linear-gradient(180deg, rgba(255, 78, 5, 1) 0%, rgba(21, 3, 76, 0) 100%);
    -webkit-box-shadow: 0px 0px 17px 1px rgba(255, 78, 5, 0.35);
    box-shadow: 0px 0px 17px 1px rgba(255, 78, 5, 0.35);
}

.light-border.sirius {
    background: rgb(46, 133, 236);
    background: linear-gradient(183deg, rgba(46, 133, 236, 1) 0%, rgba(21, 3, 76, 0) 100%);
    -webkit-box-shadow: 0px 0px 17px 1px rgba(46, 133, 236, 0.35);
    box-shadow: 0px 0px 17px 1px rgba(46, 133, 236, 0.35);
}

.light-border.vega {
    background: rgb(65, 220, 143);
    background: linear-gradient(183deg, rgba(65, 220, 143, 1) 0%, rgba(21, 3, 76, 0) 100%);
    -webkit-box-shadow: 0px 0px 17px 1px rgba(65, 220, 143, 0.35);
    box-shadow: 0px 0px 17px 1px rgba(65, 220, 143, 0.35);
}

.app-button {
    width: 100px;
    height: 100px;
    background: #11033C;
    border-radius: 8px;
    border: none;
}

.app-select {
    width: 60px;
    height: 3px;
    transition: .5s;
    margin: 20px 0 20px 0;
}

.app-select.sirius {
    background: rgb(46, 133, 236);
    background: radial-gradient(circle, rgba(46, 133, 236, 1) 0%, rgba(46, 133, 236, 0) 100%);
}

.app-select.cloudfox {
    background: rgb(255, 78, 5);
    background: radial-gradient(circle, rgba(255, 78, 5, 1) 0%, rgba(255, 78, 5, 0) 100%);
}

.app-select.vega {
    background: rgb(65, 220, 143);
    background: radial-gradient(circle, rgba(65, 220, 143, 1) 0%, rgba(65, 220, 143, 0) 100%);
}

.service-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.service-container .description {
    text-align: center;
    max-width: 265px;
    margin-bottom: 20px;
}


.divider-vertical {
    width: 3px;
    height: 80px;
}

.gradient-orange {
    background: #FF4E05;
    background: linear-gradient(0deg, transparent 0%, #FF4E05 100%);
}

.gradient-green {
    background: #41DC8F;
    background: linear-gradient(180deg, transparent 0%, #41DC8F 100%);
}


.chart-wave,
.ai-illustration
.card-convertions {
    width: 100%;
}

.ai-illustration{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

#ai-illustration-mobile{
    display: none;
}

.chart-wave img,
.ai-illustration img,
.card-convertions img  {
    width: inherit;
}

.card-convertions img  {
    max-width: 970px;
}

.card-convertions {
    margin: 50px 0;
}

.card-convertions {
    overflow-x: hidden;
}

#desktop-card-convertions {
    width: 120%;
}

#mobile-card-convertions {
    width: 163%;
    display: none;
}

.button-transparent {
    padding: 0 !important;
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;

    color: #FFFFFF;
}

.container.multi-bussiness .content {
    height: fit-content;
    margin: 140px 0;
}

.container.multi-bussiness .content.cards {
    width: 500px;
    height: 500px;
    position: relative;
}

.multi-bussiness-card {
    position: absolute;
    width: 300px;
    transition: all .5s;
}

.multi-bussiness-card.smarthouse {
    top:0;
    left: -90px;
}

.multi-bussiness-card.master {
    top: 107px;
    left: 184px;
}


#multi-bussiness-start-button-desktop,
#charts-start-button-desktop {
    display: block;
}

#multi-bussiness-start-button-mobile,
#charts-start-button-mobile {
    display: none;
}

.container.benefits {
    gap: 40px;
    margin-bottom: 40px;
}

.minicard {
    width: 100%;
}

.container.performance {
    margin: 136px 0;
}

.container.performance .content.texts {
    width: 50%;
}

.green {
    color: #0B1D3D;
    background: #41DC8F;
}

.transparent-cards {
    height: auto;
    gap: 50px;
    margin-top: 50px 0;
}


.transparent-cards.mobile {
    flex-direction: column;

}

#transparent-cards-mobile {
    display: none;
    margin: 50px 0;
}

.transparent-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(244, 246, 251, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 8px;

    padding: 20px 45px;
    font-family: 'Inter';
    font-style: normal;

    height: 100%;
}

.transparent-card-container.payment {
    width: 100%;
    height: 600px;
}

.transparent-card-container.shoes {
    gap: 40px;
}

#transparent-card-shoes{
    padding: 40px;
}

#transparent-card-credit-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 150px;
    padding: 10px;
}


.transparent-card .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}


.transparent-card .subtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;

    text-align: center;
    color: #FFFFFF;
}


.transparent-card .description{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

    color: #EFEFEF;
}

.range-container{
    width: 100%;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;;
}

.range-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;

    letter-spacing: 0.01em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.range {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.range-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.02);
}

.range-circle {
    width: 23px;
    height: 23px;
    background: #FF4E05;
    border-radius: 99px;
    margin-top: -15px;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.02);
    outline: none;
    transition: all .2s;
    margin: 20px auto;
}

.slider:hover {
    transition: background-color .2s;
    background: rgba(255, 255, 255, 0.02);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ff4e05;
    cursor: pointer;
    border-radius: 50%;
    border-color: transparent;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff4e05;
    cursor: pointer;
    border-radius: 50%;
    border-color: transparent;
}


.installment-rate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rate-number {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFF;
}

.obs {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #636363;
}

.observation-tax {
    font-weight: 400;
    font-size: 12px;
    text-align: center;

    line-height: 20px;

    max-width: 600px;

    color: #9f9bd4;

    margin-bottom: 60px;
}

.mockup-mobile-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mockup-mobile-smartphone {
    z-index: 2;
}

.mockup-mobile-wheel{
    position: absolute;
    top: -75px;
    left: -80px;
}

.mockup-mobile {
    margin-top: 100px;
}

.divider-horizontal-right {
    width: 100%;
    height: 2px;
    background: rgb(255, 95, 0);
    background: linear-gradient(90deg, rgba(255, 95, 0, 0) 0%, rgba(255, 95, 0, 1) 100%);
}

.divider-horizontal-right.blue {
    background: linear-gradient(90deg, rgba(46, 133, 236, 0) 51.57%, #2E85EC 80.8%);
}

.divider-horizontal-left.blue {
    background: linear-gradient(270deg, rgba(46, 133, 236, 0) 51.57%, #2E85EC 80.8%);
}

.blue-background {
    background: #00092D;
}

.dark-blue-background {
    background: #090025;
}

.doubts-container {
    padding: 40px !important;
}

.primary-button.signup {
    width: 225px;
    height: 62px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.observation{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;    
    color: rgba(235, 235, 235, 0.5);
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

footer p,
footer a {
    margin: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(250, 250, 250, 0.3);
}

footer p {
    width: 100%;
    min-width: 300px;
}

.vertical-scroll-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    overflow-x: scroll;

    padding: 0 40px 0 40px;

    gap: 20px;
    scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.vertical-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.vertical-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.benefits.mobile {
    display: none;
}

.benefits.mobile .minicard {
    width: 250px;
}

#chart-illustration {
    margin-right: 30px;
}

/*copie aqui*/
.squares {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: white;
}

.squares li {
    flex: 1 1 28%;
    border: solid 1px #494365;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.1);
    padding: 100px 16px 16px 16px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 16px 16px;
}

.squares li::before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    top: 80px;
    left: 16px;
    background: rgb(255,78,5);
    background: linear-gradient(-90deg, rgba(255,78,5,1) 0%, rgba(255,78,5,0) 100%);
}

.squares li strong { display: block; font-size: 20px; margin-bottom: 10px; }
.squares li p { opacity: 70%; font-size: 14px; line-height: 1.2; }

@media all and (max-width: 1400px){
    .padding-container,
    .menu-mobile {
        padding: 20px 170px;
    }
}

@media all and (max-width: 1200px){
    .padding-container,
    .menu-mobile {
        padding: 20px 100px;
    }

    .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .about .title  {
        max-width: 481px
    }

    .description {
        font-size: 12px;
        line-height: 16px;
    }
}

@media all and (max-width: 1024px){

    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        display: flex;
    }

    .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .container.products {
        flex-direction: column-reverse;
    }

    .container .title,
    .container .description,
    .container.products .content .title,
    .container.products .content .description,
    .blue-title {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    
    .container.products .content,
    .container.about .content {
        justify-content: center;
        align-items: center;
        height: fit-content;
    }

    #to-down-arrow {
        display: none;
    }

    .mobile-illutration{
        margin: 50px 0;    
    }

    .mobile-illutration .iphone {
       width: 200px; 
    }

    .divider-vertical {
        display: block;
    }

    .container.products .content {
        height: fit-content;
    }

    .container.products .text-products {
        margin-bottom: 100px;
    }
    
    .container.benefits.desktop {
        display: none;
    }

    .benefits.mobile {
        display: flex;
    }

    .content.performance {
        position: relative;
        margin: 50px 0;
    }

    #more-info-perfomance {
        display: none;
    }

    .container.performance {
        margin: 80px 0;
    }

    #transparent-cards-desktop{
        display: none;
    }


    #transparent-cards-mobile{
        display: flex;
    }


    .mockup-mobile-container {
        margin-top: 100px;
    }

    .container.tax-chart {
        flex-direction: column-reverse;
    }
    
}


@media all and (max-width: 769px){
    .padding-container,
    .menu-mobile {
        padding: 20px 60px;
    }

    .container .content {
        align-items: center;
    }

    .title.desktop {
        display: none;
    }

    .title.mobile {
        display: block;
        text-align: center;
    }

    .description {
        /* width: 300px; */
    }

    .product-card {
        width: 165px;
    }

    .product-float {
        width: 84px;
    }

    #card-bag {
        top: 20px;
        left: 75px;
    }

    #card-ebook {
        top: 90px;
        right: 75px;
    }

    #shoes-product {
        top: 71px;
        left: 26px;
    }
    
    #bag-product {
        width: 111px;
        top: 10px;
        right: 168px;
    }
    
    #clock-product {
        top: 261px;
        right: 200px;
    }


    #desktop-card-convertions {
        display: none;
    }

    #mobile-card-convertions {
        display: block;
    }

    .container.multi-bussiness .content.cards {
        width: 300px;
        height: 300px;
    }

    .container.multi-bussiness .content {
        margin: 25px 0;
        align-items: center;
    }

    .multi-bussiness-card {
        width: 150px;
    }
    
    .multi-bussiness-card.smarthouse {
        top:0;
        left: 10px;
    }
    
    .multi-bussiness-card.master {
        top: 50px;
        left: 140px;
    }

    #multi-bussiness-start-button-desktop,
    #charts-start-button-desktop {
        display: none;
    }
    
    #multi-bussiness-start-button-mobile,
    #charts-start-button-mobile {
        display: block;
        margin: 50px 0;
    }

    .content.performance {
        margin: 100px 0;;
    }
    
    #orbit-starts-2 {
        width: 100%;
    }

    #card-billing {
        width: 205px;
        top: 0;
        left: 0;
    }

    #card-performance {
        margin-top: 150px;
        margin-left: 50px;
        width: 243px;
    }

    .ai-illustration{
        height: 270px;
    }

    #ai-illustration-desktop {
        display: none;
    }

    #ai-illustration-mobile {
        display: block;
        width: 120%;
    }

    .transparent-card {
        padding: 30px;
    }

    .range-label {
        font-size: 14px;
    }

    .transparent-card-container.payment {
        height: 400px;
    }

    .transparent-card-container .description {
        width: 230px;
    }

    #transparent-card-shoes {
        padding: 40px;
        height: 240px;
    }

    #transparent-card-credit-card {
        padding: 10px 45px;
    }

    .transparent-cards {
        gap: 20px;
    }

    .transparent-card-container.shoes {
        gap: 20px;
    }

    .container.tax-chart .chart{
        width: 290px;
    }
    
    #chart-illustration {
        margin-right: 0;
    }
}

@media all and (max-width: 500px){
    .padding-container,
    .menu-mobile {
        padding: 10px 15px;
    }

    .blue-title {
        width: 300px;
    }

    .title {
        width: 300px;
        font-size: 26px;
        line-height: 32px;
    }

    .description {
        width: 300px;
        font-size: 16px;
        line-height: 22px;
    }

    .container .content.products {
        width: 320px;
        height: 256px;
    }

    .product-card {
        width: 110px;
    }


    #card-bag {
        top: 20px;
        left: 45px;
    }

    #card-ebook {
        top: 90px;
        right: 45px;
    }

    #shoes-product {
        width: 62px;
        top: 31px;
        left: 10px;
    }
    
    #bag-product {
        width: 83px;
        top: 28px;
        right: 98px;
    }
    
    #clock-product {
        width: 52px;
        top: 192px;
        right: 127px;
    }

    .ai-illustration{
        height: 210px;
    }

    .transparent-card {
        padding: 10px;
    }

    .range-label {
        font-size: 14px;
    }

    .transparent-card-container.payment {
        height: 400px;
    }

    .transparent-card-container .description {
        width: 230px;
    }

    #transparent-card-shoes {
        padding: 10px;
        height: 240px;
    }

    #btn-googleplay img,
    #btn-applestore img {
        width: 120px;
    }

    .primary-button.signup {
        width: 100%;
        height: 50px;
        font-size: 14px;
        margin-top: 15px;
    }


    .transparent-card.charts-container {
        width: 300px;
    }

    .sales-chart {
        width: 300px;
    }

    .sales-chart .chart-legends div {
        font-size: 8px;
    }

    .sales-chart .chart-bars .guides span.dashed-guide {
        border-right: 1px dotted #fff;
        margin: 0 12px;
    }

    .chart-bars .bar.higher .chart-label {
        left: -11px;
    }
}



