:root {
    --font-default: 'Frutiger', sans-serif;
    --font-primary: 'Frutiger', sans-serif;
}

@media (max-width: 768px) {

    .section{
        padding-top: 40px;
    }

}
section {
     background: none;
}

.header.sticked {
    background-color: var(--light-color);
}


.sales-section {
    gap: 40px;
    position: relative;
    padding-top: 0;
    height: calc(127vh - 100px);
    z-index: 2;
}
.sales-title{
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.sales-description{
    font-size: 23px;
    color: #ffffff;
    font-weight: 100;
}
.sales-container{
    padding-top: 100px;
}

.sales-background {
    position: absolute;
    top: -34vh;
    left: 1%;
    width: 104%;
    height: 127vh;
    background-color: #0d8aee;
    border-radius: 95px;
    transform: rotate(3.87deg);
    transform-origin: top left;
    z-index: -1;
}
@media (max-width: 992px) {
    .sales-background {
        left: 0;
        width: 130%;
    }
}

.sales-content {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sales-visual{
    width: 200px;
    object-fit: contain;
}

.sales-button {
    background-color: #7ed321;
    color: #333;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sales-button:hover {
    background-color: #6bc016;
}

.sales-image{
    height: 100%;
}
.div-imagem{
    object-fit: contain;
}
@media (max-width: 1200px) {
    .sales-title {
        font-size: 32px;
    }
    .sales-description {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sales-container {
        flex-direction: column;
    }
    .sales-section {
        padding-top: 50px;
        align-items: start;
    }

    .sales-content {
        text-align: center;
    }
    .sales-title {
        font-size: 28px;
    }
    .sales-description {
        font-size: 18px;
    }
    .sales-image{
        max-width: 90vw;
    }
}


/*section 2*/

.title-section-2{
    font-size: 27px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
}

/*section 3*/


.sales-features-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.sales-feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    flex: 1;
}

.sales-feature-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
    color: var(--text-color);
}

.sales-divider {
    width: 1px;
    height: 60px;
    background-color: #e5e7eb;
}

@media (max-width: 992px) {
    .sales-features-container {
        padding: 25px 15px;
    }

    .sales-icon-circle {
        width: 45px;
        height: 45px;
    }

    .sales-feature-text {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .sales-features-container {
        flex-direction: column;
        padding: 20px 15px;
    }
    .sales-feature-item {
        flex-direction: column;
        padding-top: 10px;

    }

    .sales-feature-item {
        margin-bottom: 20px;
        width: 100%;
        max-width: 280px;
    }

    .sales-divider {
        width: 80%;
        height: 1px;
        margin: 5px 0;
    }

    .sales-feature-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .sales-features-container {
        padding: 15px 10px;
    }
}



/*section 4*/

.section-4-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px 10px;
    border-radius: 8px;
    border: 1px solid #848484;
    margin: 1rem 1.5rem;
    height: 190px;
}

.section-4-item-title{
    font-size: 22px;
    font-weight: bold;
}
.section-4-item-description{
    font-size: 16px;
    font-weight: 400;
}

.btn-section4 {
    background: var(--primaria-azul);
    color: #0D0A0A;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 21px;
    font-weight: bold;
}



@media (max-width: 1200px) {
    .section-4-item-title{
        font-size: 18px;
    }
    .section-4-item-description{
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .section-4-item-title{
        font-size: 16px;
    }
    .section-4-item-description{
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .section-4-item-title{
        font-size: 14px;
    }
    .section-4-item-description{
        font-size: 12px;
    }
    .btn-section4 {
        font-size: 16px;
    }
}


/*section 5*/

.section-5{
    background: linear-gradient(0deg, rgba(0, 7, 42, 0.25), rgba(0, 7, 42, 0.25)),
    linear-gradient(244.38deg, #9EE8FF 8.14%, #5ACEFF 27.9%, #79AFFF 56.94%, #2D5FDE 84.11%);
}

.section5-bg-img{
    background: linear-gradient(
    to right,
    #B08BFF 0%,
    #8C61EA 62%,
    #A073FF 100%
    );
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 210px;

    margin-bottom: 20px;
}

.section5-title{
    font-size: 40px;
    font-weight: 700;
    color: white;
}
.section5-subtitle{
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: Frutiger, sans-serif;
}

.section5-item-description {
    font-size: 18px;
    font-weight: 400;
    width: 270px;
    color: white;
}

.section5-item-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    height: 70px;
    text-align: center;
}

@media (max-width: 1200px) {
    .section5-title{
        font-size: 30px;
    }
    .section5-subtitle{
        font-size: 18px;
    }

    .section5-item-description {
        font-size: 16px;
        width: 220px;
    }
    .section5-item-title {
        font-size: 20px;
    }
    .section5-bg-img{
        width: 220px;
        height: 170px;
    }
    .img-section5{
        width: 150px;
        height: auto;
    }
}

@media (max-width: 965px) {
    .section5-title{
        font-size: 25px;
        text-align: center;
    }
    .section5-subtitle{
        font-size: 14px;
    }

    .section5-item-description {
        font-size: 11px;
        width: 170px;
    }
    .section5-item-title {
        font-size: 18px;
        height: 35px;
    }
    .section5-bg-img{
        width: 170px;
        height: 150px;
    }
}


/*section 6*/


.timeline {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
}

.timeline-step {
    position: relative;
    padding-left: 20px;
}

.timeline-step .circle {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #0099ff;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.line {
    position: relative;
    height: 40px;
    margin-left: -26px;
    border-left: 2px solid #0099ff;
}
.section6-item-title {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1200px) {
   .section6-item-title {
        font-size: 18px;
    }

}
@media (max-width: 432px) {
    .section6-item-title {
        font-size: 12px;
    }

}

.section6 {
    position: relative;
    overflow: hidden;
}

.bg-circle {

}

.section6 {
    position: relative;
    overflow: hidden;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: #B3BDF4;
    z-index: -2;
}

.bg-circle-left {
    width: 40vw;
    height: 40vw;
    min-width: 300px;
    min-height: 300px;
    left: 0;
    top: 50%;
    transform:
            translateX(-110%)
            translateY(-50%);
}

.bg-circle-right {
    width: 50vw;
    height: 70vw;
    min-width: 350px;
    min-height: 500px;
    right: 0;
    top: 30%;
    transform:
            translateX(100%)
            translateY(-50%);
}

@media (max-width: 992px) {
    .bg-circle-left {
        min-width: 250px;
        min-height: 250px;
    }
    .bg-circle-right {
        min-width: 300px;
        min-height: 450px;
    }
}

@media (max-width: 768px) {
    .bg-circle-left {
        min-width: 200px;
        min-height: 200px;
    }
    .bg-circle-right {
        min-width: 250px;
        min-height: 400px;
    }
}

.section6-container {
    position: relative;
    z-index: 1;
}

.timeline {
    position: relative;
    z-index: 2;
}

#faleConosco {
    scroll-margin-top: 100px;
}
