.security-main {
    & .security-section-hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        background-image: url(../img/hero-security-bkg-img.jpg);
        background-repeat: no-repeat;
        background-size: 1920px;
        background-position: center;

        & .security-section-back-container {
            display: flex;
            justify-content: space-between;
            padding: 36px 0rem;
            width: calc(100% - 2rem);
            max-width: 1140px;

            & .security-back-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;
                }
            }

            & .security-back-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;
                    gap: 5px;

                    & svg {
                        fill: var(--color-dark-gray);
                        margin-top: 0px;

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

        & .security-section-container {
            display: flex;
            align-items: center;
            padding: 48px 0 128px;
            justify-content: center;
            text-align: center;

            & .security-section-title {
                width: 100%;
                display: flex;
                flex-flow: column;
                gap: 32px;

                & h2.h2-title-hero {
                    max-width: 678px;
                    color: var(--color-blue-dark);
                }

                & p.txt-large {
                    max-width: 622px;
                    color: var(--color-gray);
                    margin: 0 auto;
                }
            }
        }
    }

    & .security-section-simplified {
        display: flex;
        padding: 128px 0px;
        flex-direction: column;
        align-items: center;
        gap: 56px;
        align-self: stretch;

        & .security-section-simplified-title {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 24px;

            & h2 {
                max-width: 726px;
                background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-align: center;
                max-width: 586px;
                width: 100%;
            }

            & p {
                color: var(--color-gray);
                text-align: center;

                /* TXT - Large */
                font-family: var(--font-family-primary);
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                /* 23.4px */
                letter-spacing: 0.18px;
                max-width: 586px;
                width: 100%;
            }
        }
    }



    & .security-section-take-control {
        display: flex;
        justify-content: center;

        & .security-section-take-control-content {
            display: flex;
            gap: 64px;
            padding: 128px 0 128px 0;
            justify-content: center;
            max-width: 1140px;
            width: 100%;
            flex-flow: column;
            align-items: center;




            & .security-section-take-control-content-title {
                display: flex;
                justify-content: center;
                flex-flow: column;
                align-items: center;
                gap: 24px;

                & h2.h2-title {
                    text-align: center;
                    text-align: center;
                    background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    max-width: 586px;
                }

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

            & .security-section-take-control-altern {
                display: flex;
                justify-content: center;
                gap: 24px;
                max-width: 1140px;
                width: calc(100% - 42px);

                & .security-section-take-control-text {
                    display: flex;
                    flex-flow: column;
                    justify-content: center;
                    gap: 24px;
                    width: 50%;



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

                    }

                    & .security-section-take-control-text-title {
                        display: flex;
                        flex-flow: column;
                        gap: 24px;

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

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

                        }
                    }
                }

                & .security-section-take-control-img {
                    width: 50%;

                    & img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }

            & .security-section-certification-support {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: 24px;
                flex: 1 0 0;
                padding: 128px 0 0;
                max-width: 606px;


                & h2 {
                    text-align: center;

                    /* H2 */
                    font-family: var(--font-family-primary);
                    font-size: 54px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 110%;
                    /* 59.4px */
                    letter-spacing: -0.54px;
                    background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                & p {
                    color: var(--color-gray);
                    text-align: center;

                    /* TXT - Large */
                    font-family: var(--font-family-primary);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    /* 23.4px */
                    letter-spacing: 0.18px;
                }


            }

            & .security-section-cards {
                display: flex;
                max-width: 1140px;
                width: 100%;
                align-items: flex-start;
                gap: 42px;
                flex-flow: row nowrap;
                justify-content: center;

                & .security-section-card {
                    display: flex;
                    flex-flow: column nowrap;
                    padding: 32px;
                    align-items: flex-start;
                    gap: 24px;
                    flex: 1 0 0;
                    align-self: stretch;
                    max-width: 50%;

                    & img {
                        width: 72px;
                        height: 72px;
                        align-self: flex-end;
                    }

                    & h3 {
                        color: var(--color-blue-dark);

                        /* H3 */
                        font-family: var(--font-family-primary);
                        font-size: 36px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 110%;
                        /* 39.6px */
                        letter-spacing: -0.72px;
                        width: 402px;
                    }

                    & p {
                        color: var(--color-ultra-light-gray);

                        /* TXT - Medium */
                        font-family: var(--font-family-primary);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 130%;
                        /* 20.8px */
                        letter-spacing: 0.16px;
                    }
                }
            }
        }
    }

    & .security-section-comprehensive {
        display: flex;
        padding: 128px 104px 240px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 72px 72px 0px 0px;
        background: var(--color-blue-dark);

        & .security-section-comprehensive-title {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column;
            width: 692px;
            gap: 24px;
            padding-bottom: 160px;


            & h2.h2-title {
                color: var(--color-white);
                text-align: center;
                width: 692px;
            }

            & p.txt-large {
                color: var(--color-white-gc);
                text-align: center;

            }
        }

        & .security-section-save-desing {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 24px;
            max-width: 1140px;
            width: calc(100% - 2rem);
            padding: 0 0 160px;

            & .security-section-save-desing-cards {
                display: flex;
                flex-flow: row nowrap;
                justify-content: center;
                align-items: flex-start;
                gap: 42px;
                max-width: 1140px;
                width: 100%;
                padding: 0;
                margin: 0;

                & .security-section-save-desing-card {
                    display: flex;
                    flex-flow: column nowrap;
                    align-items: center;
                    justify-content: center;
                    gap: 16px;
                    flex: 1 0 0;
                    align-self: stretch;
                    max-width: 332px;
                    width: 33%;
                    text-align: center;


                    & .icon {
                        display: flex;
                        width: 98px;
                        height: 98px;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        border-radius: 24px;
                        background: var(--color-white);
                        padding: 21px;



                        & img {
                            width: 63px;
                            height: auto;
                        }
                    }


                    & h4.h4-title {
                        color: var(--color-white);
                        width: 402px;
                    }

                    & p.txt-medium {
                        color: var(--color-white);
                        /* TXT - Medium */
                        font-family: var(--font-family-primary);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 130%;
                        /* 20.8px */
                        letter-spacing: 0.16px;
                    }
                }
            }
        }

        & .security-section-comprehensive-altern {
            display: flex;
            justify-content: center;
            max-width: 1140px;
            width: 100%;
            gap: 24px;
            padding-bottom: 160px;

            & .text {
                gap: 24px;
                display: flex;
                flex-flow: column wrap;
                padding: 0;
                max-width: 50%;
                width: 100%;

                & h3 {
                    color: var(--color-white);

                    /* H3 */
                    font-family: var(--font-family-primary);
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 110%;
                    /* 39.6px */
                    letter-spacing: -0.72px;
                }

                & p {
                    color: var(--color-white-gc);

                    /* TXT - Medium */
                    font-family: var(--font-family-primary);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    /* 20.8px */
                    letter-spacing: 0.16px;
                    max-width: 550px;
                }
            }

            & .tabs {
                max-width: 50%;
                width: 100%;
            }

            & .tabs-container {
                max-width: 600px;
                margin: 0;
                width: 100%;
                gap: 24px;
                display: flex;
                flex-flow: column;
            }

            & .tabs-item {
                display: block;
                padding: 0px 0px 4px 24px;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: 8px;
                align-self: stretch;
                border-left: 4px solid var(--color-gc-gray);
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;

                & .security-section-comprehensive-img {
                    max-width: 526px;
                    width: 100%;
                    height: 311px;
                    flex-shrink: 0;
                    border-radius: 12px;
                    background: var(--color-white-gc);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 16px;
                    margin-bottom: 8px;

                    & img {
                        width: auto;
                        height: 150px;
                        max-height: 195px;
                        max-width: 195px;
                        border-radius: 0;
                        padding: 0;
                    }
                }
            }

            & .tabs-item.active {
                border-left: 4px solid var(--color-green);
            }

            & .panel-heading a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-self: stretch;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                color: var(--color-blue-dark);

                /* H4 */
                color: var(--color-white);

                /* H4 */
                font-family: var(--font-family-primary);
                font-size: 28px;
                font-style: normal;
                font-weight: 500;
                line-height: 105%;
                /* 29.4px */

                text-decoration: none;
                padding-bottom: 9.5px;

            }

            & .panel-heading a:hover {
                background-color: none;
            }

            & .panel-body {
                display: none;
                padding: 0;
                background-color: none;
                border-top: none;
                max-width: 100%;
                width: 100%;

                & ul {
                    list-style: none;
                    /* Quitamos los bullets por defecto */
                    padding: 0;

                    & li {
                        position: relative;
                        padding-left: 16px;
                        display: flex;
                        align-items: center;

                        &::before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 7px;
                            width: 5px;
                            height: 5px;
                            background-color: var(--color-white);
                            border-radius: 50%;
                        }
                    }
                }


                & p {
                    color: var(--color-white-gc);

                    /* Body S */
                    font-family: var(--font-family-primary);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    /* 18.2px */
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .security-main {
        & .security-section-hero {
            & .security-section-back-container {
                display: flex;
                justify-content: space-between;
                padding: 36px 0rem;
                width: calc(100% - 2rem);
                max-width: 960px;
            }
        }

        & .security-section-take-control {
            & .security-section-take-control-content {
                display: flex;
                gap: 64px;
                padding: 128px 0 128px 0;
                justify-content: center;
                max-width: 960px;
                width: 100%;
                flex-flow: column;
                align-items: center;

                & .security-section-take-control-altern {
                    max-width: 720px;

                    & .security-section-take-control-text {
                        & .security-section-take-control-text-title {
                            display: flex;
                            flex-flow: column;
                            align-items: center;
                            gap: 24px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 992px) {


    .security-main {

        & .security-section-hero {
            & .security-section-back-container {
                display: flex;
                justify-content: space-between;
                padding: 36px 0rem;
                width: calc(100% - 2rem);
                max-width: 720px;
            }
        }


        & .security-section-hero {

            & .security-section-container {
                flex-flow: column;
                padding: 48px 0 48px;

                & .security-section-title {
                    width: 100%;
                    display: flex;
                    gap: 16px;
                    justify-content: center;
                    align-items: center;

                    & h2.h2-title-hero {
                        max-width: 664px;
                        width: calc(100% - 24px);
                        text-align: center;
                    }

                    & p.txt-large {
                        max-width: 663px;
                        width: calc(100% - 24px);
                        text-align: center;
                    }
                }

                & .security-section-img {
                    margin-top: 24px;
                    max-width: 200px;
                    width: 100%;
                }
            }

        }

        & .security-section-simplified {
            padding: 42px 0px;

            & .security-section-simplified-title {
                gap: 16px;

                & h2 {
                    max-width: 664px;
                    width: calc(100% - 24px);
                    font-size: 32px;
                    text-align: center;
                    line-height: 32px;
                }

                & p {
                    font-size: 16px;
                    line-height: 16px;
                }
            }
        }

        & .security-section-simplified-cards {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            flex-flow: column;
            align-self: stretch;
            justify-content: center;
            max-width: 100%;
            margin: 0 auto;
            width: calc(100% - 24px);

            & .security-section-simplified-card {
                width: 100%;


                & h4 {
                    color: var(--color-blue-dark);
                    font-family: var(--font-family-primary);
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 105%;
                }

                & p {
                    color: var(--color-ultra-dark-gray);
                    font-family: var(--font-family-primary);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    letter-spacing: 0.16px;
                }
            }
        }

        & .security-section-take-control {
            & .security-section-take-control-content {
                display: flex;
                gap: 24px;
                padding: 42px 0 42px 0;
                justify-content: center;
                max-width: 100%;

                & .col-12 {
                    & h2 {
                        font-family: var(--font-family-primary);
                        font-size: 32px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 110%;
                        letter-spacing: -0.54px;
                        text-align: center;
                        background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        max-width: 100%;


                    }
                }

                & .security-section-take-control-altern {
                    display: flex;
                    flex-flow: column;

                    &.reverse {
                        flex-flow: column-reverse;
                    }

                    & .security-section-take-control-text {
                        display: flex;
                        flex-flow: column;
                        justify-content: center;
                        gap: 24px;
                        width: 100%;
                        text-align: center;
                    }

                    & .security-section-take-control-img {
                        width: 100%;
                        max-width: 450px;
                        align-self: center;
                    }
                }

                & .security-section-certification-support {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 16px;
                    flex: 1 0 0;
                    padding: 42px 0 42px;
                    max-width: 606px;

                    & h2 {
                        font-size: 24px;
                    }
                }

                & .security-section-cards {
                    display: flex;
                    flex-flow: column;
                    width: 100%;
                    max-width: 100%;

                    & .security-section-card {
                        padding: 0;
                        width: 100%;
                        max-width: 100%;

                        & h3 {
                            font-size: 24px;
                            max-width: 402px;
                            width: 100%;
                        }
                    }
                }
            }
        }

        & .security-section-comprehensive {
            display: flex;
            padding: 64px 24px 192px;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            border-radius: 72px 72px 0px 0px;
            background: var(--color-blue-dark);
            max-width: 100%;

            & .security-section-comprehensive-title {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column;
                max-width: 692px;
                width: calc(100% - 24px);
                gap: 24px;
                padding-bottom: 42px;

                & h2.h2-title {
                    width: 100%;
                }

                & p.txt-large {}
            }

            & .security-section-comprehensive-altern {
                padding-bottom: 42px;
                flex-flow: column;
                max-width: 720px;

                & .text {
                    max-width: 100%;
                    width: 100%;



                    & p {
                        text-align: center;
                    }
                }

                & .tabs {
                    width: 100%;
                    max-width: 100%;
                }

                & .panel-heading a {
                    font-size: 18px;
                    padding-bottom: 9.5px;
                }
            }

            & .security-section-save-desing {
                & .security-section-save-desing-cards {
                    gap: 24px;

                    & .security-section-save-desing-card {
                        display: flex;
                        flex-flow: column nowrap;
                        align-items: center;
                        justify-content: center;
                        gap: 16px;
                        flex: 1 0 0;
                        align-self: stretch;
                        max-width: 332px;
                        width: 33%;
                        text-align: center;
                    }
                }
            }



        }

        .section__use-cases.tree-use-cases {
            & .use-cases-grid {
                & .use-case-card {
                    &.first {
                        & .use-card__principal-link {
                            & .card-content {
                                padding: 24px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .security-main {
        & .security-section-hero {
            background-size: auto 100%;
            background-position-y: bottom;

            & .security-section-back-container {
                display: flex;
                justify-content: space-between;
                padding: 36px 0rem;
                width: calc(100% - 2rem);
                max-width: 540px;

                & .security-back-title {
                    display: flex;
                    padding: 4px 16px;
                    align-items: center;
                    border-radius: 4px;
                    border: 1px solid var(--color-gc-gray);
                    height: auto;

                    & .tag-small {
                        text-transform: uppercase;
                    }
                }

                & .security-back-go-back {
                    & .tag-small {
                        text-transform: uppercase;
                        align-items: center;

                        & svg {
                            fill: var(--color-dark-gray);
                            margin-top: 0px;
                            max-width: 12px;
                            max-height: 12px;
                        }
                    }
                }
            }

            & .security-section-container {
                flex-flow: column;
                padding: 0;
                width: calc(100% - 2rem);
                max-width: 540px;


                & .security-section-title {
                    width: 100%;
                    display: flex;
                    gap: 16px;
                    justify-content: flex-start;
                    align-items: flex-start;
                    text-align: left;

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

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

                    & .btn-container {
                        display: flex;
                        padding: 16px 0;
                        align-items: flex-start;
                        justify-content: flex-start;
                        width: 100%;

                    }
                }
            }
        }

        & .security-section-comprehensive {
            padding: 64px 24px 192px;

            & .security-section-comprehensive-title {
                max-width: 520px;

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

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

            & .security-section-save-desing {
                & .security-section-save-desing-cards {
                    flex-flow: column nowrap;

                    & .security-section-save-desing-card {
                        display: flex;
                        flex-flow: column nowrap;
                        align-items: center;
                        justify-content: center;
                        gap: 16px;
                        flex: 1 0 0;
                        align-self: stretch;
                        max-width: 332px;
                        text-align: center;
                        margin: 0 auto;
                    }
                }
            }

            & .security-section-comprehensive-altern {
                & .tabs-item {
                    & .security-section-comprehensive-img {
                        max-width: 526px;
                        width: 100%;
                        height: auto;
                        flex-shrink: 0;
                        border-radius: 12px;
                        background: var(--color-bkg-gray);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 16px;
                        margin-bottom: 8px;
                        flex-flow: column;
                        padding: 42px 0;
                    }
                }

                & .text {
                    & h3 {
                        font-size: 24px;
                        text-align: left;
                    }

                    & p {
                        text-align: left;
                    }
                }
            }

            & .security-section-save-desing {
                & .security-section-save-desing-cards {

                    & .security-section-save-desing-card {
                        width: 100%;

                        & h4.h4-title {
                            color: var(--color-white);
                            max-width: 100%;
                            width: 200px;
                        }
                    }
                }
            }
        }

        & .security-section-take-control {
            display: flex;
            justify-content: center;
            align-items: center;
            width: calc(100% - 2rem);
            max-width: 1140px;
            margin: 0 auto;

            & .security-section-take-control-content {
                max-width: 520px;

                & .security-section-take-control-content-title {
                    align-items: flex-start;

                    & h2.h2-title {
                        max-width: 100%;
                        text-align: left;
                    }

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

                }

                & .security-section-take-control-altern {
                    display: flex;
                    flex-flow: column;
                    justify-content: flex-start;
                    width: 100%;
                    max-width: 520px;

                    & .security-section-take-control-text {
                        & .security-section-take-control-text-title {
                            align-items: flex-start;

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

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