.apm__page {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F1F3F7 100%);

    .apm__principal-section {
        border-radius: 0;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;

        & .apm__hero {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-flow: column nowrap;
            gap: 32px;
            padding-bottom: 48px;
            background-image: url('../img/platform-circulo-img.png');
            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: 100%;
            height: calc(1280px - 80px);
            position: relative;

            & .apm__header {
                display: flex;
                justify-content: space-between;
                padding: 30px 1rem;
                max-width: 1140px;

                & .apm__title {
                    display: flex;
                    padding: 6px 16px;
                    align-items: flex-start;
                    border-radius: 4px;
                    border: 1px solid var(--color-dark-gray);

                    & .tag-small {
                        color: var(--color-dark-gray);
                        text-transform: uppercase;
                    }
                }



                & .apm__go-back {
                    display: flex;
                    height: 32px;
                    padding: 4px 0px;
                    align-items: center;

                    & .tag-small {
                        color: var(--color-dark-gray);
                        text-transform: uppercase;
                        text-decoration: none;
                        display: flex;
                        transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -ms-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        align-items: center;

                        & svg {
                            fill: var(--color-dark-gray);
                            margin-top: 0px;
                            margin-right: 5px;
                            transition: var(--transition);
                            -webkit-transition: var(--transition);
                            -moz-transition: var(--transition);
                            -ms-transition: var(--transition);
                            -o-transition: var(--transition);

                            & path {
                                fill: var(--color-dark-gray);
                            }
                        }

                        &:hover {
                            & svg {
                                margin-right: 10px;
                            }
                        }
                    }
                }
            }

            & .apm__hero-subtitle {
                margin-bottom: 32px;

                & h1.h1-title-tag {
                    color: var(--color-blue-dark);
                    text-align: center;
                    position: relative;
                    display: flex;
                    gap: 12px;

                    &::before {
                        content: " ";
                        background-image: url(../img/icon-platform-units.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        height: 28px;
                        width: 28px;

                    }


                }
            }

            & .apm__hero-title {
                width: 100%;
                max-width: 855px;


                & h2.h2-title-hero {
                    color: var(--color-blue-dark);
                    text-align: center;
                }
            }

            & .apm__hero-text {
                margin-bottom: 32px;

                & p.txt-large {
                    color: var(--color-gray);
                    max-width: 800px;
                    text-align: center;

                    & strong {
                        font-weight: 600;
                    }
                }
            }

            & .apm__hero-button {
                margin-top: 16px;

                & a {
                    color: var(--color-black-gc);
                    text-align: center;
                    font-family: var(--font-family-primary);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 100%;
                    /* 18px */
                    letter-spacing: 0.18px;
                    height: 48px;
                    padding: 24px 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    &:hover {
                        color: var(--color-white);
                        background-color: var(--color-black-gc);
                    }
                }
            }

            & .apm__hero-img {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 1086px;
                height: 736.828px;
                position: absolute;
                top: calc(100% - 368px);
                background: none;
                padding: 0;
                border-radius: 13px;

                & img {
                    width: 1086px;
                    height: auto;
                    border-radius: 13px;

                }
            }
        }

    }

    .apm-hi-performance {
        padding-top: 648px;

        & .apm-hi-performance-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column nowrap;
            gap: 64px;
            padding-bottom: 64px;

            & .apm-hi-performance-title-container {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 16px;


                & .apm__hi-performance-title {
                    width: 100%;
                    max-width: 843px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-flow: column nowrap;
                    gap: 16px;
                    position: relative;

                    & h2.h2-title {
                        background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        text-align: center;
                        font-family: var(--font-family-primary);
                        margin: 0;
                    }
                }

                & .apm__hi-performance-text {
                    & p.txt-large {
                        color: var(--color-gray);
                        max-width: 800px;
                        text-align: center;
                    }

                }
            }

            & .apm__hi-performance-cards {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: row wrap;
                gap: 24px;
                padding-bottom: 64px;
                max-width: 1140px;

                & .apm__hi-performance-card {
                    display: flex;
                    justify-content: flex-start;
                    align-items: stretch;
                    flex-flow: column nowrap;
                    gap: 16px;
                    padding: 32px;
                    width: 100%;
                    max-width: calc(100% - 388px);
                    height: 100%;
                    border-radius: 24px;
                    background: var(--color-white-gc);
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    -ms-border-radius: 24px;
                    -o-border-radius: 24px;
                    min-height: 376.41px;

                    &.small {
                        max-width: 364px;
                        width: 100%;
                        height: 100%;
                    }

                    & .apm__hi-performance-card-icon {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        height: 196px;

                        & img {
                            width: 100%;
                            height: auto;
                            max-width: 100%;
                            max-height: 196px;
                            object-fit: cover;
                        }

                    }
                }

                & .apm__hi-performance-card-title {
                    display: flex;
                    height: auto;
                    flex-flow: column nowrap;
                    gap: 8px;

                    & h4.h4-title {
                        color: var(--color-blue-dark);
                    }

                    & p.txt-medium {
                        color: var(--color-ultra-light-gray);
                    }
                }

            }

            & .apm__hi-from-dev {
                display: flex;
                flex-flow: row wrap;
                justify-content: center;
                width: 100%;
                max-width: 1140px;
                gap: 72px 16px;

                & .apm__hi-performance-title {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-flow: column nowrap;
                    flex: 1 0 100%;
                    gap: 16px;
                    padding-top: 64px;
                    max-width: 768px;

                    & h2.h2-title {
                        color: var(--color-dark-gray);
                        text-align: center;
                        margin: 0;
                        background: var(--GC-MainGradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }

                    & p.txt-large {
                        color: var(--color-ultra-light-gray);
                        text-align: center;
                        max-width: 544px;
                    }
                }

                & .apm__hi-performance-altern-left {
                    display: flex;
                    justify-content: flex-start;
                    align-items: stretch;
                    flex-flow: column nowrap;
                    gap: 16px;
                    padding: 0;
                    flex: 1 0 calc(50% - 16px);
                    height: 100%;
                    border-radius: 24px;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    -ms-border-radius: 24px;
                    -o-border-radius: 24px;

                    & h3.h3-title {
                        color: var(--color-blue-dark);
                        text-align: left;
                        width: 329px;
                    }

                    & p.txt-medium {
                        color: var(--color-ultra-light-gray);
                        width: 100%;
                        max-width: 521px;

                    }

                    & ul {
                        display: flex;
                        flex-flow: column nowrap;
                        gap: 8px;
                        padding: 0;
                        margin: 0;
                        list-style: none;

                        & li {
                            display: flex;
                            justify-content: flex-start;
                            align-items: center;
                            gap: 16px;
                            padding: 0;

                            & p.txt-small {
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                                gap: 16px;
                                color: var(--color-ultra-light-gray);
                            }
                        }
                    }
                }

                & .apm__hi-performance-altern-right {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    flex: 1 0 calc(50% - 16px);
                    border-radius: 24px;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    -ms-border-radius: 24px;
                    -o-border-radius: 24px;

                    & img {
                        width: 100%;
                        height: auto;
                        max-width: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }

    .apm__hi-performance-blue-section {
        display: flex;
        width: 100%;
        height: auto;
        padding: 128px 0 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 128px;
        border-radius: 64px 64px 0px 0px;
        background: var(--color-blue-dark);

        & .apm__hi-performance-blue-content {
            background-image: url('../img/blue-content-bkg.png');
            background-size: 100%;
            background-position: bottom center;
            background-repeat: no-repeat;
            background-position: bottom center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column nowrap;
            width: 100%;
            max-width: 100%;
            height: 100%;
            position: relative;
            gap: 64px;
            padding-bottom: 300px;

            & .apm__hi-performance-blue-title {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 16px;
                padding-top: 64px;
                max-width: 768px;

                & h2.h2-title {
                    color: var(--color-white);
                    text-align: center;
                    margin: 0;
                }

                & p.txt-medium {
                    color: var(--color-white);
                    text-align: center;
                    max-width: 768px;
                }
            }

            & .apm__hi-performance-blue-altern {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: row nowrap;
                gap: 24px;
                padding-bottom: 64px;
                max-width: 1140px;

                & .apm__hi-performance-blue-altern-left {
                    display: flex;
                    justify-content: flex-start;
                    align-items: stretch;
                    flex-flow: column nowrap;
                    gap: 16px;
                    padding: 0;
                    max-width: 50%;
                    width: fit-content;
                    height: 100%;
                    border-radius: 24px;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    -ms-border-radius: 24px;
                    -o-border-radius: 24px;

                    & h3.h3-title {
                        color: var(--color-white);
                        text-align: left;
                        width: 329px;
                    }

                    & p.txt-medium {
                        color: var(--color-white);
                        max-width: 501px;
                        width: 100%;
                    }

                    & ul {
                        display: flex;
                        flex-flow: column nowrap;
                        gap: 16px;
                        padding: 0;
                        margin: 0;
                        list-style: none;

                        & li {
                            & p.txt-small {
                                color: var(--color-white);
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                                gap: 16px;
                            }
                        }
                    }
                }

                & .apm__hi-performance-blue-altern-right {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    max-width: 446px;
                    border-radius: 24px;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    -ms-border-radius: 24px;
                    -o-border-radius: 24px;

                    & img {
                        width: 100%;
                        height: auto;
                        max-width: 100%;
                        object-fit: cover;
                    }
                }
            }

            & .apm__hi-performance-blue-bring {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                flex-flow: column nowrap;
                gap: 24px;
                padding-bottom: 64px;
                max-width: 1140px;
                width: 100%;

                & .apm__hi-performance-blue-bring-title {
                    display: flex;
                    flex-flow: column nowrap;
                    gap: 16px;
                    padding: 0;

                    & h3.h3-title {
                        color: var(--color-white);
                        text-align: left;
                        width: 329px;
                    }

                    & p.txt-medium {
                        color: var(--color-white);
                        max-width: 725px;
                        width: 100%;
                    }
                }

                & .apm__hi-performance-blue-bring-cards {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-flow: row wrap;
                    gap: 24px;
                    max-width: 1140px;
                    width: 100%;
                    padding-bottom: 64px;

                    & .apm__hi-performance-blue-bring-card {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        flex-flow: row nowrap;
                        gap: 16px;
                        padding: 16px;
                        width: 100%;
                        max-width: calc(25% - 24px);
                        border-radius: 24px;
                        background: var(--color-white-gc);
                        -webkit-border-radius: 24px;
                        -moz-border-radius: 24px;
                        -ms-border-radius: 24px;
                        -o-border-radius: 24px;

                        & img {
                            height: 52px;
                            width: 52px;
                        }

                        & p.txt-small {}
                    }
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .apm__page {
        & .apm__principal-section {
            & .apm__hero {
                & .apm__hero-img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 960px;
                    height: auto;
                    position: absolute;
                    top: calc(100% - 368px);
                    background: none;
                    padding: 0;
                    border-radius: 13px;
                }
            }
        }
    }
}

@media (max-width: 992px) {
    .apm__page {
        .apm__principal-section {
            & .apm__hero {
                gap: 24px;
                width: 100%;
                margin: 0 auto;
                height: 800px;

                & .apm__header {
                    display: flex;
                    justify-content: space-between;
                    padding: 24px 0;

                    & .apm__title {
                        padding: 10px 16px;

                        & .tag-small {
                            color: var(--color-dark-gray);
                        }
                    }

                    & .apm__go-back {
                        & .tag-small {
                            font-size: 16px;

                            & svg {
                                width: 10px;
                                height: 10px;
                            }
                        }
                    }
                }

                & .apm__hero-subtitle {
                    margin-bottom: 0;

                    & h1.h1-title-tag {

                        &::before {
                            height: 24px;
                            width: 24px;
                        }
                    }
                }

                & .apm__hero-title {
                    display: flex;
                    justify-content: center;
                    max-width: 520px;

                    & h2.h2-title-hero {}
                }

                & .apm__hero-text {
                    margin-bottom: 0;
                    max-width: 520px;

                    & p.txt-large {
                        color: var(--color-dark-gray);
                        max-width: 100%;

                    }
                }

                & .apm__hero-img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: calc(100% - 42px);
                    max-width: 520px;
                    height: auto;
                    position: absolute;
                    top: calc(100% - 250px);
                    background: none;
                    padding: 0;
                    border-radius: 13px;
                }
            }
        }

        .apm-hi-performance {
            padding-top: 200px;
        }
    }
}

@media (max-width: 768px) {
    .apm__page {
        & .apm__principal-section {
            & .apm__hero {
                gap: 24px;
                width: 100%;
                margin: 0 auto;
                height: 800px;

                & .apm__header {
                    display: flex;
                    justify-content: space-between;
                    padding: 24px 0;
                    max-width: 100%;
                    width: calc(100% - 2rem);

                    & .apm__title {
                        padding: 10px 16px;

                        & .tag-small {
                            color: var(--color-dark-gray);
                            font-family: var(--font-family-primary);
                            font-size: 10px;
                        }
                    }

                    & .apm__go-back {
                        & .tag-small {
                            font-size: 10px;

                            & svg {
                                width: 10px;
                                height: 10px;
                                transition: all .2s ease-in-out;
                            }

                            &:hover {}
                        }
                    }
                }

                & .apm__hero-subtitle {
                    margin-bottom: 0;
                    max-width: 100%;
                    width: calc(100% - 2rem);

                    & h1.h1-title-tag {

                        &::before {
                            height: 24px;
                            width: 24px;
                        }
                    }
                }

                & .apm__hero-title {
                    max-width: 100%;
                    width: calc(100% - 2rem);

                    & h2.h2-title-hero {
                        text-align: left;
                    }
                }

                & .apm__hero-text {
                    margin-bottom: 0;
                    max-width: 100%;
                    width: calc(100% - 2rem);

                    & p.txt-large {
                        color: var(--color-dark-gray);
                        max-width: 100%;
                        text-align: left;

                    }
                }

                & .apm__hero-img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    max-width: 100%;
                    width: calc(100% - 2rem);
                    max-width: 520px;
                    height: auto;
                    position: absolute;
                    top: calc(100% - 200px);
                    background: none;
                    padding: 0;
                    border-radius: 13px;
                }

                & .apm__hero-button {
                    margin-top: 16px;
                    display: flex;
                    width: calc(100% - 24px);
                }
            }
        }

        & .apm-hi-performance {
            padding: 150px 1rem 0 1rem;

            & .apm-hi-performance-container {
                gap: 24px;

                & .apm-hi-performance-title-container {
                    & .apm__hi-performance-title {
                        & h2.h2-title {
                            text-align: left;
                        }
                    }

                    & .apm__hi-performance-text {
                        & p.txt-large {
                            text-align: left;
                        }
                    }
                }

                & .apm__hi-performance-cards {
                    & .apm__hi-performance-card {
                        display: flex;
                        justify-content: flex-start;
                        align-items: stretch;
                        flex-flow: column nowrap;
                        gap: 16px;
                        padding: 32px;
                        width: calc(100% - 2rem);
                        max-width: 364px;
                        height: auto;
                        border-radius: 24px;
                        background: var(--color-white-gc);
                        -webkit-border-radius: 24px;
                        -moz-border-radius: 24px;
                        -ms-border-radius: 24px;
                        -o-border-radius: 24px;
                        min-height: auto;

                        & .apm__hi-performance-card-icon {
                            height: auto;
                        }

                        & .apm__hi-performance-card-title {
                            & h4.h4-title {}
                        }
                    }
                }

                & .apm__hi-from-dev {
                    & .apm__hi-performance-title {
                        padding-top: 16px;

                        & h2.h2-title {
                            text-align: left;
                        }

                        & p.txt-large {
                            text-align: left;
                        }
                    }

                    & .apm__hi-performance-altern-left {
                        & h3.h3-title {
                            font-size: 22px;
                            line-height: 30px;
                            letter-spacing: -0.72px;
                            text-align: left;
                        }

                        & p.txt-medium {
                            text-align: left;
                        }
                    }
                }
            }
        }

        & .apm__hi-performance-blue-section {
            display: flex;
            width: 100%;
            height: auto;
            padding: 0;
            flex-direction: column;
            align-items: flex-start;
            gap: 128px;
            border-radius: 24px 24px 0px 0px;

            & .apm__hi-performance-blue-content {
                width: calc(100% - 2rem);
                margin: 0 auto;
                padding-bottom: 100px;

                & .apm__hi-performance-blue-title {
                    & h2.h2-title {
                        text-align: left;
                    }

                    & p.txt-large {
                        text-align: left;
                    }

                    & p.txt-medium {
                        color: var(--color-white);
                        text-align: left;
                        max-width: 768px;
                    }
                }

                & .apm__hi-performance-blue-altern {
                    flex-flow: column nowrap;
                    gap: 24px;
                    padding-bottom: 64px;
                    max-width: 100%;

                    & .apm__hi-performance-blue-altern-left {
                        width: 100%;
                        max-width: 100%;
                    }
                }

                & .apm__hi-performance-blue-bring {
                    & .apm__hi-performance-blue-bring-cards {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        flex-flow: row wrap;
                        gap: 24px;
                        max-width: 100%;
                        width: 100%;
                        padding-bottom: 64px;

                        & .apm__hi-performance-blue-bring-card {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            flex-flow: row nowrap;
                            gap: 16px;
                            padding: 16px;
                            width: 100%;
                            border-radius: 24px;
                            background: var(--color-white-gc);
                            -webkit-border-radius: 24px;
                            -moz-border-radius: 24px;
                            -ms-border-radius: 24px;
                            -o-border-radius: 24px;
                            width: 300px;
                            min-width: 300px;
                            margin: 0 auto;
                        }
                    }
                }
            }
        }
    }
}