p,
h1,
h2,
h3 {
    color: #222222;
}
.main-panel-app {
    display: flex;
    max-width: 872px;
    justify-content: space-between;
    gap: 27px;
    margin: auto;
    padding-top: 194px;
}
.orange-block {
    position: relative;
    min-width: 400px;
    min-height: 400px;
    width: 400px;
    height: 400px;
    background: transparent linear-gradient(66deg, #FE8F38 0%, #F72B52 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}
.orange-block > img {
    position: absolute;
    top: 52%;
    left: 50%;
    transform:  translate(-50%, -50%) matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
    width: 520px;
    height: 520px;
}
.text-container-app {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 408px;
}
.text-container-app > h1 {
    color: #222222;
    font-size: 76px;
    line-height: 100px;
    font-family: "InterTight-Medium";
    font-weight: inherit;
}
.text-container-app > p {
    font-family: "InterTight-Regular";
    font-size: 22px;
    line-height: 30px;
}
.text-container-app > p > span {
    color: #FC743F;
    font-family: "InterTight-Bold";
}
.downloads-app {
    max-width: 637px;
    font-size: 123px;
    line-height: 162px;
    font-family: "InterTight-Light";
    padding-left: 68px;
}
.downloads-app > span{
    background: transparent linear-gradient(261deg, #FE8F38 0%, #F72B52 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "InterTight-Bold";
}
.development {
    width: 856px;
    max-width: 856px;
    margin: auto;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.development > div{
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.development-itens {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.development-itens > li > section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.development > h2, .development > div > h2{
    text-align: center;
    font-size: 76px;
    line-height: 84px;
    font-family: "InterTight-Medium";
    font-weight: inherit;
}
.creation-app {
    gap: 28px;
    align-items: center;
}
.change-order {
    flex-direction: row-reverse;
}
.text-development {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 408px;
}
.text-development > h3 {
    font-size: 58px;
    line-height: 70px;
    font-family: "InterTight-Regular";
    font-weight: inherit;
}
.text-development > p {
    font-size: 20px;
    line-height: 30px;
    font-family: "InterTight-Regular";
}
.images-desktop {
    position: relative;
    min-width: 424px;
    min-height: 390px;
    display: flex;
    justify-content: center;
}
.images-desktop > img:nth-child(1){
    position: absolute;
    z-index: 0;
    width: 424px;
    height: 390px
}
.images-desktop > div {
    position: absolute;
    z-index: 1;
    width: 190px;
    height: 178px;
    top: 39px;
}
.images-desktop > div > img {
    position: absolute;
}
.images-desktop > div {
    transition: width 0.5s, height 0.5s; /* Transição suave para largura e altura */
}

.scale-up-div {
    width: 208px !important;
    height: 190px !important;
}

.images-desktop > div img {
    transition: transform 0.5s; /* Transição suave para imagens */
}

.scale-up {
    transform: scale(1.2);
}

.development-gear-1 {
    z-index: 0;
    width: 158px;
    height: 158px;
    bottom: 0;
}
.development-gear-2 {
    z-index: 2;
    width: 158px;
    height: 158px;
    right: 0;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.15));
}
.development-code {
    z-index: 1;
    width: 184px;
    height: 194px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(-20px 20px 40px rgba(0, 0, 0, 0.15));
}
.versions-app {
    gap: 86px;
}
.versions-imgs {
    position: relative;
    min-width: 311px;
    min-height: 256px;
    width: 350px;
    height: 256px;
}
.versions-imgs > img {
    position: absolute;
    width: 143px;
    height: 143px;
    max-width: 143px;
    max-height: 143px;
    transition: all 0.5s ease;
}
.versions-imgs > img:nth-child(1) {
    transform: rotate(-15deg);
    border-radius: 30px;
    box-shadow: 0px 20px 40px #0000001A;
}
.versions-imgs > img:nth-child(2) {
    transform: rotate(15deg);
    bottom: 0;
    right: 10px;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #0000001A;
}

.swap-images > img:nth-child(1) {
    transform: rotate(15deg) translate(180px, 80px);
}

.swap-images > img:nth-child(2) {
    transform: rotate(-15deg) translate(-140px, -140px);
}
.homologation-app {
    gap: 68px;
}
.homologation-app > img {
    width: 371px;
    height: 371px;
    filter: drop-shadow(-20px 30px 40px rgba(0, 0, 0, 0.15));
    transition: transform 0.5s ease;
}
.publication-app {
    gap: 86px;
}
.publication-img {
    position: relative;
    min-width: 350px;
    min-height: 256px;
    width: 350px;
    height: 256px;
}
.publication-img > img {
    position: absolute;
    transition: transform 0.3s ease-in-out;
}
.publication-img > img:nth-child(1) {
    width: 256px;
    height: 256px;
}
.publication-img > img:nth-child(2) {
    transform: matrix(0.93, 0.36, -0.36, 0.93, 0, 0);
    width: 94px;
    height: 94px;
    bottom: 0;
    right: 0;
}

.development-gear-1, .development-gear-2 {
    transition: transform 0.5s; /* Transição suave */
}

.pagination-container {
    display: none !important;
}
.publication-swap-images {
    display: flex;
}
.publication-swap-images > img:nth-child(1) {
    transform: scale(0.5);
}
.publication-swap-images > img:nth-child(2) {
    transform: scale(2.3);
}
.splide.development-content {
    display: none !important;
}

.development .splide__pagination__page {
    background-color: transparent;
    border: 1px solid #FC743F;
    border-radius: 30px;
    width: 16px;
    height: 16px;
}

.development .splide__pagination__page.is-active {
    background: #FC743F;
    width: 46px;
    height: 16px;
    transform: none;
    border: 1px solid #FC743F;
    border-radius: 30px;
    opacity: 1;
}
@media (max-width: 769px) {
    .main-panel-app {
        flex-direction: column;
        gap: 44px;
    }
    .orange-block {
        order: 1;
    }
    .text-container-app {
        order: 2;
        gap: 20px;
    }
    .downloads-app {
        font-size: 64px;
        letter-spacing: -0.42px;
        line-height: normal;
        padding-left: 0;
        text-align: center;
        margin-top: 117px;
    }
    .development {
        width: 100%;
        max-width: none;
        gap: 59px;
    }
    .development > div {
        position: relative;
        flex-direction: row;
        gap: 0;
        overflow: hidden;
    }
    .change-order {
        flex-direction: column;
    }
    .development-itens li section {
        min-width: 100%;
        transition: transform 0.3s ease-in-out;
        flex-direction: column;
      }
    .text-development {
        text-align: left;
        width: fit-content !important;
        gap: 25px;
    }
    .text-development > h3 {
        font-size: 32px;
        line-height: 48px;
    }
    .text-development > p {
        font-size: 18px;
        line-height: 26px;
    }
    .development > h2, .development > div > h2 {
        text-align: left;
        font-size: 37px;
        line-height: 42px;
        padding: 0 20px;
    }
    .development {
        width: 100%;
        margin-top: 35px;
        gap: 59px;
    }
    .pagination-container {
        display: flex !important;
        justify-content: center;
        gap: 20px;
    }
   .pagination-dot {
        width: 16px;
        height: 16px;
        border: 1px solid #FC743F;
        background-color: transparent;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }
    .pagination-dot.active {
        background-color: #FC743F;
        border-radius: 30px;
        width: 46px;
        transition: all 0.5s ease-in;
    }
    .orange-block {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
        margin: auto;
    }
    .orange-block > img {
        width: 266px;
        height: 266px;
    }
    .text-container-app {
        text-align: center;
        width: 320px;
        margin: auto;
    }
    .text-container-app > h2 {
        font-size: 46px;
        line-height: 74px;
    }
    .text-container-app > p {
        font-size: 18px;
        line-height: 26px;
    }
    .downloads-app > span {
        font-size: 70px;
        letter-spacing: -0.42px;
    }
    .development-itens {
        display: flex;
        gap: 0px;
        flex-direction: row;
        padding: 0 20px !important;
    }
    .splide.development-content {
        display: flex !important;
        height: 567px;
    }
    .development > div:nth-child(2) {
        display: none;
    }
    .development-itens > li {
        max-width: 320px;
    }
    .images-desktop {
        min-width: 100%;
        min-height: 276px;
    }
    .images-desktop > img:nth-child(1){
        width: 320px;
        height: 276px;
    }
    .images-desktop > div {
        width: 164px;
        height: 156px;
    }
    .images-desktop > div img {
        transform: scale(0.7);
    }
    .versions-imgs > img {
        width: 123px;
        height: 123px;
    }
    .versions-imgs {
        width: 100%;
        padding: 10px;
    }
    .development > div {
        width: 100%;
        padding: 0 20px;
    }
    .homologation-app > img {
        height: 276px;
        object-fit: contain;
        filter: none;
    }
    .development-itens li section {
        gap: 16px;
    }
    .development-gear-2 {
        filter: none;
    }
}