/*******************************************************
	SECTION
*******************************************************/

@media (max-width: 1124px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

}

/*******************************************************
	SECTION WELCOME
*******************************************************/

.sectionWelcome {
    min-height: calc(100vh - 89px);
    background-color: var(--neutralsneutral-800);
}

.sectionWelcome .welcomeSlideItem {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.sectionWelcome img {
    width: 100%;
    height: calc(100vh - 89px);
    object-fit: cover;
}

.fade {
    opacity: 1 !important;
}

.sectionWelcome .frame-6 {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 64px 0;
}

.sectionWelcome .frame-7 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.sectionWelcome .p {
    position: relative;
    max-width: 705px;
    margin-top: -1px;
    font-family: var(--headings-h1-font-family);
    font-weight: var(--headings-h1-font-weight);
    color: #ffffff;
    font-size: var(--headings-h1-font-size);
    letter-spacing: var(--headings-h1-letter-spacing);
    line-height: var(--headings-h1-line-height);
    font-style: var(--headings-h1-font-style);
}

.sectionWelcome .text-wrapper-4 {
    position: relative;
    width: 595px;
    font-family: var(--headings-h2-font-family);
    font-weight: var(--headings-h2-font-weight);
    color: #ffffff;
    font-size: var(--headings-h2-font-size);
    letter-spacing: var(--headings-h2-letter-spacing);
    line-height: var(--headings-h2-line-height);
    font-style: var(--headings-h2-font-style);
  }

.sectionWelcome .frame-8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--primary-colors1);
    border-radius: 8px;
}

    .sectionWelcome .frame-8:hover {
        background-color: var(--primary-colors1-dark);
    }
  
.sectionWelcome .text-wrapper-5 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: var(--neutralsneutral-100);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
}

@media (max-width: 1124px) {

    .sectionWelcome {
        display: block;
        min-height: calc(100vh - 60px);
    }

    .sectionWelcome img {
        height: calc(100vh - 60px);
    }

    .sectionWelcome .frame-6 {
        position: absolute !important;
        left: 16px;
        right: 16px;
        top: 20%;
        transform: none !important;
        padding: 0;
        margin: 0;
        gap: 24px;
    }

    .sectionWelcome .frame-7 {
        gap: 8px;
        max-width: 100%;
    }

    .sectionWelcome .p {
        width: 100%;
        margin-top: -1px;
        text-shadow: 0px 0px 2px #1212121f;
        font-family: "DM Sans", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
        box-shadow: var(--gray-shadow-extrasmall);
    }

    .sectionWelcome .text-wrapper-4 {
        width: 100% !important;
        text-shadow: 0px 0px 2px #1212121f;
        font-family: "DM Sans", Helvetica;
        font-weight: 700;
        color: #ffffff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
        box-shadow: var(--gray-shadow-extrasmall);
    }

    .sectionWelcome .frame-8 {
        height: 44px;
        width: 100% !important;
    }

    .sectionWelcome .text-wrapper-5 {
        font-size: 18px;
        line-height: 38px;
    }

}

/*******************************************************
	SECTION REAL PROOF
*******************************************************/

.sectionReal {
    height: 270px;
    padding: 24px 100px;
    background-color: var(--neutralsneutral-100);
}

.boxReal {
    position: absolute;
    top: -24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 200px);
    gap: 32px;
    padding: 60px 32px;
    background-color: var(--neutralsneutral-100);
    border-radius: 8px;
    box-shadow: var(--sombra);
    z-index: 100;
}

.boxReal .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

.boxReal .valueWrapper {
    color: var(--neutralsneutral-800);
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--display-display-1-font-family);
    font-weight: var(--display-display-1-font-weight);
    font-size: var(--display-display-1-font-size);
    letter-spacing: var(--display-display-1-letter-spacing);
    line-height: var(--display-display-1-line-height);
    white-space: nowrap;
    font-style: var(--display-display-1-font-style);
}

.boxReal .symbol {
    color: #ff7614;
    font-family: var(--display-display-1-font-family);
    font-style: var(--display-display-1-font-style);
    font-weight: var(--display-display-1-font-weight);
    letter-spacing: var(--display-display-1-letter-spacing);
    line-height: var(--display-display-1-line-height);
    font-size: var(--display-display-1-font-size);
}

.boxReal .label {
    position: relative;
    align-self: stretch;
    font-family: var(--text-single-400-medium-font-family);
    font-weight: var(--text-single-400-medium-font-weight);
    color: var(--neutral-700);
    font-size: var(--text-single-400-medium-font-size);
    text-align: center;
    letter-spacing: var(--text-single-400-medium-letter-spacing);
    line-height: var(--text-single-400-medium-line-height);
    font-style: var(--text-single-400-medium-font-style);
}

@media (max-width: 1124px) {

    .sectionReal {
        height: auto;
    }

    .boxReal {
        position: relative;
        top: 0;
        
        gap: 16px;
        width: 100%;
        padding: 20px;
    }

    .boxReal .item {
        gap: 0;
    }

    .boxReal .valueWrapper {
        font-weight: 700;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 62px;
    }

    .boxReal .symbol {
        font-weight: 700;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 62px;
    }

    .boxReal .label {
        position: relative;
        margin-left: -2.5px;
        margin-right: -2.5px;
        font-family: var(--body-small-font-family);
        font-weight: var(--body-small-font-weight);
        color: var(--neutralsneutral-600);
        font-size: var(--body-small-font-size);
        text-align: center;
        letter-spacing: var(--body-small-letter-spacing);
        line-height: var(--body-small-line-height);
        font-style: var(--body-small-font-style);
    }

}

@media (max-width: 600px) {

    .boxReal {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }

}

/*******************************************************
	SECTION ABOUT
*******************************************************/

.sectionAbout {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 60px;
    padding: 64px 100px;
    background-color: var(--neutralsneutral-100);
}

.sectionAbout .frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.sectionAbout .frame-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sectionAbout .frame-3 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.sectionAbout .text-wrapper {
    margin-top: -1px;
    font-family: var(--headings-h1-font-family);
    font-weight: var(--headings-h1-font-weight);
    color: var(--neutralsneutral-800);
    font-size: var(--headings-h1-font-size);
    letter-spacing: var(--headings-h1-letter-spacing);
    line-height: var(--headings-h1-line-height);
    font-style: var(--headings-h1-font-style);
}

.sectionAbout .rectangle-2 {
    position: relative;
    width: 72px;
    height: 8px;
    background-color: var(--primary-colors1);
}

.sectionAbout .a-ST-levantamento {
    position: relative;
    align-self: stretch;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: #585669;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
}

.sectionAbout .span {
    color: #585669;
    font-family: var(--body-large-font-family);
    font-style: var(--body-large-font-style);
    font-weight: var(--body-large-font-weight);
    letter-spacing: var(--body-large-letter-spacing);
    line-height: var(--body-large-line-height);
    font-size: var(--body-large-font-size);
}

.sectionAbout .text-wrapper-2 {
    font-weight: 700;
    color: #ff7614;
}

@media (max-width: 1124px) {

    .sectionAbout {
        grid-template-columns: 1fr;
        padding: 32px 0;
    }

    .sectionAbout .text-wrapper {
        margin-top: -1px;
        font-family: "DM Sans", Helvetica;
        font-weight: 700;
        color: var(--neutralsneutral-800);
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
    }

    .sectionAbout .a-ST-levantamento {
        align-self: stretch;
        font-family: "DM Sans", Helvetica;
        font-weight: 400;
        color: #585669;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .sectionAbout .span {
        font-size: inherit;
        line-height: inherit;
    }

}

/*******************************************************
	SECTION DIFFERENCES
*******************************************************/

.sectionDifferences {
    padding: 64px 100px;
    background-color: var(--neutralsneutral-800);
}

.sectionDifferences .text-wrapper-12 {
    margin-bottom: 100px;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: var(--neutralsneutral-100);
    font-size: 49.8px;
    letter-spacing: 0;
    line-height: 61.7px;
    text-align: center;
}

.sectionDifferences .group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}

.sectionDifferences .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.sectionDifferences .box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.sectionDifferences .box .title {
    color: var(--primary-colors1);
    font-size: 33.8px;
    line-height: 1.2;
    position: relative;
    width: 100%;
    margin-top: -1px;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sectionDifferences p {
    position: relative;
    align-self: stretch;
    width: 300px;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--neutralsneutral-100);
    font-size: 23.9px;
    text-align: center;
    letter-spacing: 0;
    line-height: 37.8px;
}

@media (max-width: 1124px) {

    .sectionDifferences {
        padding: 32px 0;
    }

    .sectionDifferences .text-wrapper-12 {
        position: relative;
        margin-bottom: 32px;
        align-self: center;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
        line-height: 35px;
    }

    .sectionDifferences .group {
        flex-direction: column !important;
        gap: 48px !important;
    }

    .sectionDifferences .box {
        gap: 16px !important;
    }

    .sectionDifferences .box img {
        width: 60px;
        height: 60px;
    }

    .sectionDifferences .box .title {
        font-size: 18px !important;
        min-height: auto !important;
    }

    .sectionDifferences p {
        width: 100% !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

}

/*******************************************************
	SECTION VALUES
*******************************************************/

.sectionValues {
    background-color: var(--neutralsneutral-800);
}

.sectionValues .frame-values {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sectionValues .frame-values > img {
    width: 150px;
    height: 150px;
}

.sectionValues .group-container {
    position: relative;
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: 60px;
    overflow-x: scroll;
}

.sectionValues .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 200px;
    padding: 16px 24px;
    background-color: #000000b2;
    border-radius: 16px;
    align-self: stretch;
}

.sectionValues .item img {
    width: 60px;
    height: 60px;
}

.sectionValues .item span {
    position: relative;
    align-self: stretch;
    width: 152px;
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: var(--primary-colors1);
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
}

.sectionValues .item p {
    position: relative;
    width: 152px;
    align-self: stretch;
    font-family: var(--body-small-font-family);
    font-weight: var(--body-small-font-weight);
    color: #ffffff;
    font-size: var(--body-small-font-size);
    letter-spacing: var(--body-small-letter-spacing);
    line-height: var(--body-small-line-height);
    font-style: var(--body-small-font-style);
}

@media (max-width: 1124px) {

    .sectionValues {
        padding: 32px 16px;
        background-image: url(../assets//images/rectangle-4494.png);
        background-size: cover;
        background-position: 50% 50%;
    }

    .sectionValues .image-1 {
        display: none;
    }

    .sectionValues .frame-values {
        display: flex;
    }

}

/*******************************************************
	SECTION CLIENTS
*******************************************************/

.sectionClients {
    padding: 40px 100px;
    background-color: var(--neutralsneutral-100);
}

.sectionClients .text-wrapper-15 {
    margin-bottom: 32px;
    font-weight: var(--headings-h1-font-weight);
    color: var(--neutralsneutral-800);
    font-size: var(--headings-h1-font-size);
    line-height: var(--headings-h1-line-height);
    font-family: var(--headings-h1-font-family);
    letter-spacing: var(--headings-h1-letter-spacing);
    font-style: var(--headings-h1-font-style);
    text-align: center;
}

.image-wrapper-2 {
    position: relative;
    display: none;
    width: 100%;
    height: 160px;
    overflow-x: scroll;
}

.image-wrapper-2 img {
    position: absolute;
    width: 1105px;
    height: 134px;
    top: 0;
    left: 0;
}

@media (max-width: 1124px) {

    .sectionClients .text-wrapper-15 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
        text-align: left;
    }

    .image-wrapper-1 {
        display: none;
    }

    .image-wrapper-2 {
        display: block;
    }

}

/*******************************************************
	SECTION FEEDBACKS
*******************************************************/

.sectionFeedbacks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 100px;
    background-color: var(--neutralsneutral-300);
}

.sectionFeedbacks .text-wrapper-23 {
    margin-top: -1px;
    font-family: var(--headings-h2-font-family);
    font-weight: var(--headings-h2-font-weight);
    color: var(--neutralsneutral-800);
    font-size: var(--headings-h2-font-size);
    letter-spacing: var(--headings-h2-letter-spacing);
    line-height: var(--headings-h2-line-height);
    font-style: var(--headings-h2-font-style);
    text-align: center;
}

.sectionFeedbacks .frame-31 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    flex: 0 0 auto;
    overflow-x: auto;
}

.sectionFeedbacks .frame-32 {
    display: flex;
    flex-direction: column;
    width: 415px;
    height: 260px;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
    position: relative;
    background-color: var(--neutralsneutral-100);
    border-radius: 16px;
}

.sectionFeedbacks .frame-32.active {
    transform: scale(1.1);
}

.sectionFeedbacks .group {
    position: relative;
    width: 228px;
    height: 60px;
}

.sectionFeedbacks .frame-33 {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.sectionFeedbacks .avatar {
    position: relative;
    width: 60px;
    height: 60px;
  }

.sectionFeedbacks .mask-group {
    width: 60px;
    height: 60px;
}

.sectionFeedbacks .group-2 {
    position: relative;
    width: 150px;
    height: 40.48px;
}

.sectionFeedbacks .frame-34 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
}

.sectionFeedbacks .text-wrapper-24 {
    margin-top: -1px;
    font-size: var(--text-single-200-bold-font-size);
    line-height: var(--text-single-200-bold-line-height);
    position: relative;
    width: fit-content;
    font-family: var(--text-single-200-bold-font-family);
    font-weight: var(--text-single-200-bold-font-weight);
    color: var(--neutralsneutral-800);
    letter-spacing: var(--text-single-200-bold-letter-spacing);
    font-style: var(--text-single-200-bold-font-style);
}

.sectionFeedbacks .group-3 {
    position: relative;
    width: 77.78px;
    height: 12.48px;
}

.sectionFeedbacks .frame-35 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: -8px;
}

.sectionFeedbacks .text-wrapper-25 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "DM Sans", Helvetica;
    font-weight: 400;
    color: var(--neutralsneutral-600);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
}

@media (max-width: 1124px) {

    .sectionFeedbacks {
        padding: 32px 0;
    }

    .sectionFeedbacks .text-wrapper-23 {
        position: relative;
        align-self: stretch;
        margin-top: -1px;
        font-family: "DM Sans", Helvetica;
        font-weight: 700;
        color: var(--neutralsneutral-800);
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
    }

    .sectionFeedbacks .frame-31 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sectionFeedbacks .frame-32 {
        width: 100%;
        height: auto;
    }

}

/*******************************************************
	SECTION QUESTIONS
*******************************************************/

.sectionQuestions {
    padding: 100px;
}

.sectionQuestions .group {
    display: flex;
    flex-direction: column;
}

.sectionQuestions .listWrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 24px 32px;
    border-bottom:  1px solid var(--neutrals-neutral-400, #D9DBE9);
}

.sectionQuestions .listHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    
    cursor: pointer;
}

.sectionQuestions .listHeader .title {
    color: var(--neutrals-neutral-800, #1D1D1F);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 22.398px;
    font-style: normal;
    line-height: 28.507px;
}

    .sectionQuestions .listWrapper.active .listHeader span {
        color: var(--primary-colors-1, #FF7714);
    }

.sectionQuestions .listHeader .material-icons {
    font-size: 24px;
}

    .sectionQuestions .listWrapper.active .listHeader .material-icons {
        transform: rotate(180deg);
    }

.sectionQuestions .listContent {
    display: none;

    color: var(--neutrals-neutral-600, #585769);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 18.326px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.543px;
}

.sectionQuestions {
    padding: 100px;
    background-color: var(--neutralsneutral-100);
}

@media (max-width: 1124px) {

    .sectionQuestions {
        padding: 32px 0;
    }

    .sectionQuestions .listHeader .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .sectionQuestions .listContent {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
    }

}

/*******************************************************
	SECTION CONTACT
*******************************************************/

.sectionContact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 40px 100px;
    background-image: url(../assets/images/rectangle-4493.png);
    background-size: cover;
    background-position: 50% 50%;
}

.sectionContact .frame-20 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 60px 32px;
    width: auto;
    background-color: var(--neutralsneutral-700);
    border-radius: 14.8px;
}

.sectionContact .frame-21 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 44.39px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.sectionContact .frame-22 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sectionContact .text-wrapper-16 {
    position: relative;
    margin-top: -0.92px;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 46.2px;
    letter-spacing: 0;
    line-height: 57.3px;
}

.sectionContact .text-wrapper-17 {
    position: relative;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 22.2px;
    letter-spacing: 0;
    line-height: 32.4px;
}

.sectionContact .frame-23 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29.59px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sectionContact .frame-24 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sectionContact .frame-25 {
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sectionContact .text-wrapper-18 {
    margin-top: -0.92px;
    font-weight: 500;
    color: #ffffff;
    font-size: 16.6px;
    line-height: 35.1px;
    position: relative;
    width: fit-content;
    font-family: "DM Sans", Helvetica;
    letter-spacing: 0;
}

.sectionContact .frame-26 {
    display: flex;
    align-items: flex-end;
    gap: 9.25px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: -7.4px;
    border-bottom-width: 0.92px;
    border-bottom-style: solid;
    border-color: var(--neutralsneutral-500);
}

.sectionContact .text-wrapper-19 {
    position: relative;
    width: 100%;
    padding: 8px 16px;
    margin-top: -0.92px;
    font-family: "DM Sans", Helvetica;
    font-weight: 500;
    color: #ffffff99;
    font-size: 22.2px;
    letter-spacing: 0;
    line-height: 35.1px;
    background-color: transparent;
    resize: vertical;
    min-height: 48px;
}

.sectionContact .botao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.25px;
    width: 100%;
    padding: 11.1px 22.2px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -4.81px;
    background-color: var(--primary-colors1);
    border-radius: 7.4px;
}

.sectionContact .botao:hover {
    background-color: var(--primary-colors1-dark);
}

.sectionContact .text-wrapper-20 {
    position: relative;
    width: fit-content;
    margin-top: -0.92px;
    font-family: "DM Sans", Helvetica;
    font-weight: 700;
    color: var(--neutralsneutral-100);
    font-size: 22.2px;
    letter-spacing: 0;
    line-height: 35.1px;
}

@media (max-width: 1124px) {

    .sectionContact .frame-20 {
        padding: 32px 24px;
    }

    .sectionContact .text-wrapper-16 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 35px;
    }

    .sectionContact .text-wrapper-17 {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .sectionContact .text-wrapper-19 {
        font-weight: var(--body-small-font-weight);
        font-size: var(--body-small-font-size);
        letter-spacing: var(--body-small-letter-spacing);
        line-height: var(--body-small-line-height);
    }

    .sectionContact .botao {
        height: 44px;
    }

    .sectionContact .text-wrapper-20 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 35.1px;
    }

}

/*******************************************************
    ETC
*******************************************************/

.linkWhatsapp {
    position: fixed;
    bottom: 80px;
    right: 16px;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #09A906;
    box-shadow: 0px 26.7864px 117.1905px 0px rgba(2, 3, 27, 0.20);
    z-index: 991;
}