#preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloder .spinner-border {
        width: 4rem;
        height: 4rem;
        border: var(--bs-spinner-border-width) solid var(--bs-primary);
        border-right-color: transparent;
    }

.preloder-done {
    opacity: 0 !important;
    visibility: hidden;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

.py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-10 {
    padding-top: 3rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #000;
}

.title-icon {
    display: inline-block;
    padding-right: 35px;
}

    .title-icon::after {
        content: '';
        height: 43px;
        width: 68px;
        background: url('/css/img/icon.svg');
        background-repeat: repeat;
        background-repeat: repeat;
        position: absolute;
        bottom: -19px;
        background-repeat: no-repeat;
        right: 0;
    }

/* HEADER / MENU */
#header.fixed-top {
    top: 20px;
}

#header .navbar {
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 4px 24px 0 rgba(0, 114, 255, 0.1);
}

#header .navbar-brand img {
    height: 34px;
    transition: all 0.5s;
}

#header .navbar-nav .nav-item {
    margin-right: 10px;
}

    #header .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

#header .navbar-nav .nav-link {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 600;
}

    #header .navbar-nav .nav-link:hover,
    #header .navbar-nav .nav-link:focus,
    #header .navbar-nav .nav-link.active,
    #header .navbar-nav .active .nav-link {
        color: var(--bs-primary);
    }

#header .navbar-nav button.nav-link {
    padding-left: 0;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    border: 0;
    width: 10px;
    height: 10px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
    mask-size: auto 10px;
    mask-repeat: no-repeat;
    background-color: currentColor;
    transition: background-color .15s ease-in-out;
}

#header .navbar .dropdown-menu {
    margin-top: 18px;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 4px 24px 0 rgba(0, 114, 255, 0.1)
}

    #header .navbar .dropdown-menu li:last-child .dropdown-item {
        border-bottom: 0;
    }

    #header .navbar .dropdown-menu .dropdown-item.active,
    #header .navbar .dropdown-menu .dropdown-item:hover,
    #header .navbar .dropdown-menu .dropdown-item:focus {
        color: var(--bs-primary);
        background-color: transparent;
    }

#header .navbar .lang .dropdown-menu {
    min-width: 50px;
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: var(--bs-primary);
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* HEADER BANNER */
.header-banner {
    height: 960px;
}

    .header-banner.header-banner-circle {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-size: 30%;
        opacity: 0;
    }

        .header-banner.header-banner-circle.circle-top {
            background-image: url(img/header-circle/circle-top.svg);
            background-position: 50% -100%;
            background-size: 80%;
        }

@media (max-width: 576px) {
    .header-banner.header-banner-circle.circle-top {
        background-size: 100%;
    }
}

.header-banner.header-banner-circle.circle-top .header-content {
    transform: translate(0, 200px);
}

.header-banner.header-banner-circle.circle-left {
    background-image: url(img/header-circle/circle-left.svg);
    background-position: -50% center;
}

    .header-banner.header-banner-circle.circle-left .header-content {
        transform: translate(200px, 0px);
    }

@media (max-width: 576px) {
    .header-banner.header-banner-circle.circle-left {
        padding-top: 18rem;
        background-size: 35%;
        height: 100%;
    }

    .header-banner.header-banner-circle {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }
}

.header-banner.header-banner-circle.circle-right {
    background-image: url(img/header-circle/circle-right.svg);
    background-position: 135% center;
}

    .header-banner.header-banner-circle.circle-right .header-content {
        transform: translate(-200px, 0px);
    }

.header-banner.header-banner-circle.circle-bottom {
    background-image: url(img/header-circle/circle-bottom.svg);
    background-position: 50% 150%;
    background-size: 80%;
}

@media (max-width: 992px) {
    .header-banner.header-banner-circle.circle-bottom {
        padding-top: 7rem;
        padding-bottom: 16rem;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .header-banner.header-banner-circle.circle-bottom {
        padding-bottom: 10rem;
    }
}

.bg-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-banner.bg-right .bg-overlay {
    background: radial-gradient(0% 0% at 100% 0%, #FFB326 0%, rgba(255, 76, 79, 0.5) 23.17%, rgba(0, 166, 255, 0.5) 47.31%, #FFFFFF 100%);
}

.header-banner.bg-center .bg-overlay {
    background: radial-gradient(0% 0% at 30% 0%, #FFB326 0%, rgba(255, 76, 79, 0.7) 23.17%, rgba(0, 166, 255, 0.7) 70%, #FFFFFF 100%);
}

.header-banner.bg-center .header-content.mt-custom {
    /*margin-top: 150px;*/
}

.header-banner.bg-right .header-content {
    transform: translate(-100px, 0px);
}

.header-banner .lead {
    font-size: 30px;
}

.header-banner .description p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .header-banner.header-banner-circle {
        padding-top: 6rem;
        padding-bottom: 6rem;
        height: 720px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-banner.header-banner-circle {
        padding: 8rem 0;
        min-height: 100%;
        background-size: contain;
    }
}

@media only screen and (min-width: 1500px) {
    .header-banner.header-banner-circle {
        padding-top: 7rem;
        padding-bottom: 6rem;
        height: 715px;
    }

        .header-banner.header-banner-circle.circle-top {
            background-size: 70%;
        }

        .header-banner.header-banner-circle.circle-bottom {
            background-size: 70%;
        }
}
/* END HEADER BANNER */

/* BREADCRUMB */
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

    .breadcrumb a:hover {
        color: var(--bs-primary);
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 50%);
}

.breadcrumb-item + .breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
/* END BREADCRUMB */

/* CONTENT */
.title {
    font-family: Outfit;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -2px;
    word-wrap: break-word;
    hyphens: auto;
}

.title-small {
    font-size: 50px;
}

@media only screen and (min-width: 992px) {
    .title-small {
        font-size: 63px;
    }
}

.subtitle.lead {
    font-size: 30px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.link-arrow {
    display: inline-flex;
    align-items: center;
}

    .link-arrow svg {
        fill: var(--bs-primary);
        width: 12px;
        height: 12px;
        margin-left: 5px;
    }

    .link-arrow:hover svg {
        fill: #FFB429;
    }

.bg-blue-right {
    background: radial-gradient(circle at 70% 51%, rgb(0 166 255 / 35%) 0%, rgb(191 233 255 / 0%) 60%);
}

.bg-blue-left {
    background: radial-gradient(circle at 20% 45%, rgb(0 166 255 / 35%) 0%, rgb(191 233 255 / 0%) 41%);
}

.news {
    background-image: url(img/news/bg-news.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.bg-gradient-white-to-gray {
    background: linear-gradient(180deg, #ffffff 90%, #e7e7e7);
}

.bg-gradient-dark {
    background: linear-gradient(180deg, #e8e8e8 0%, #080808 100%);
    padding-top: 75px;
}

.page-update-date {
    font-size: 14px;
    line-height: 2;
    color: var(--bs-body-color);
    display: inline-block;
    border-top: 0.5px solid #e1e1e1;
}
/* END CONTENT */

/* STATIC INTRO */
.static-intro {
    padding-top: 10rem;
    padding-bottom: 8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 9%, rgba(255, 223, 163, 0.7) 50%, rgba(255, 223, 163, 0.7) 53%, rgba(255, 255, 255, 0.7) 94%);
    position: relative;
    z-index: 0;
}

    .static-intro .bg-circle-brevemente {
        background-image: url(img/intro-site/circle-static.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 700px;
        width: 700px;
        margin-top: 7%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-radius: 50%;
    }

        .static-intro .bg-circle-brevemente .bg-lines {
            /*background-image: url(https://gratisography.com/wp-content/uploads/2024/11/gratisography-augmented-reality-800x525.jpg);*/
            /*background-image: url(img/intro-site/circle_V2.1.gif);*/
            background-image: url(img/intro-site/linhas_update.gif);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 100%;
            width: 100%;
            border-radius: 50%;
            opacity: 0.3;
        }


        .static-intro .bg-circle-brevemente .content {
            color: #fff;
            text-align: center;
            font-size: 30px;
            line-height: 1.5;
            font-weight: 300;
            text-shadow: 0 0 1em rgb(255 255 255 / 85%);
            opacity: 1;
        }


    .static-intro .arrows {
        position: relative;
        width: 159px;
        height: 59px;
        margin: auto;
    }

    .static-intro .scroll-down a {
        display: block;
        opacity: 0;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        line-height: 0;
        font-size: 0;
        color: transparent;
        margin-left: auto;
        margin-right: auto;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
        -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
        -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
        -o-animation: pulse 1.5s 0s infinite normal ease forwards;
        animation: pulse 1.5s 0s infinite normal ease forwards;
    }

        .static-intro .scroll-down a:before,
        .static-intro .scroll-down a:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 12.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='.54' y1='13.18' x2='19.67' y2='10.9' gradientTransform='translate(0 17.77) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff4c4f'/%3E%3Cstop offset='1' stop-color='%23ffb326'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon class='cls-1' points='10 12.33 0 2.33 2.33 0 10 7.62 17.67 0 20 2.33 10 12.33'/%3E%3C/svg%3E") no-repeat center top;
            -moz-background-size: 24px auto;
            -o-background-size: 24px auto;
            -webkit-background-size: 24px auto;
            background-size: 24px auto;
        }

        .static-intro .scroll-down a:before {
            -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            animation: pulse 1.5s 0.25s infinite normal ease forwards;
        }

        .static-intro .scroll-down a:after {
            -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            animation: pulse 1.5s 0.5s infinite normal ease forwards;
        }

@media only screen and (max-width: 768px) {
    .static-intro .bg-circle-brevemente {
        height: 500px;
        width: 500px;
    }
}

@media only screen and (max-width: 576px) {
    .static-intro .bg-circle-brevemente {
        height: 300px;
        width: 300px;
    }

    .static-intro .lead {
        font-size: 16px;
    }
}

@media only screen and (max-width: 420px) {
    .static-intro {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

        .static-intro .bg-circle-brevemente {
            height: 250px;
            width: 250px;
            margin-top: 50px;
            margin-bottom: 50px;
        }
}
/* END STATIC INTRO */

/* INTRO SITE */
.intro-site {
    height: 200vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 9%, rgba(255, 223, 163, 0.7) 50%, rgba(255, 223, 163, 0.7) 53%, rgba(255, 255, 255, 0.7) 94%);
}

    .intro-site .content {
        margin-top: calc(100vh - 50%);
    }

    .intro-site .circles {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }

        .intro-site .circles .circle-new-left,
        .intro-site .circles .circle-new-right,
        .intro-site .circles .circle-new-done {
            position: absolute;
            top: calc(100vh - 98%);
            width: calc(100vw - 50%);
            height: 110%;
            background-size: 100% auto;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .intro-site .circles .circle-new-left {
            background-image: url(/css/img/intro-site/circulo_1.svg);
            /*background-position: calc(50vw - 75vw) center;*/
            transform: translateX(-50%);
        }

        .intro-site .circles .circle-new-right {
            background-image: url(/css/img/intro-site/circulo_2.svg);
            /*background-position: calc(50vw - 25vw) center;*/
            right: 0;
            transform: translateX(50%);
        }

        .intro-site .circles .circle-new-done {
            background-image: url(/css/img/intro-site/circulo_done.svg);
            transform: translate(50%, 50%) scale(1.4);
            opacity: 0;
        }

            .intro-site .circles .circle-new-done .content-done {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 50%;
            }

                .intro-site .circles .circle-new-done .content-done .text {
                    color: #fff;
                    text-align: center;
                    font-size: 30px;
                    line-height: 1.5;
                    font-weight: 300;
                    text-shadow: 0 0 1em rgb(255 255 255 / 85%);
                    opacity: 0;
                }

            .intro-site .circles .circle-new-done .content-after-intro {
                position: absolute;
                bottom: 5%;
            }

    .intro-site .spinner {
        position: relative;
        width: 159px;
        height: 59px;
        margin: auto;
    }

    .intro-site .scroll-down a {
        display: block;
        opacity: 0;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        line-height: 0;
        font-size: 0;
        color: transparent;
        margin-left: auto;
        margin-right: auto;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
        -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
        -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
        -o-animation: pulse 1.5s 0s infinite normal ease forwards;
        animation: pulse 1.5s 0s infinite normal ease forwards;
    }

        .intro-site .scroll-down a:before,
        .intro-site .scroll-down a:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 12.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='.54' y1='13.18' x2='19.67' y2='10.9' gradientTransform='translate(0 17.77) scale(1 -1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff4c4f'/%3E%3Cstop offset='1' stop-color='%23ffb326'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon class='cls-1' points='10 12.33 0 2.33 2.33 0 10 7.62 17.67 0 20 2.33 10 12.33'/%3E%3C/svg%3E") no-repeat center top;
            -moz-background-size: 24px auto;
            -o-background-size: 24px auto;
            -webkit-background-size: 24px auto;
            background-size: 24px auto;
        }

        .intro-site .scroll-down a:before {
            -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
            animation: pulse 1.5s 0.25s infinite normal ease forwards;
        }

        .intro-site .scroll-down a:after {
            -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
            animation: pulse 1.5s 0.5s infinite normal ease forwards;
        }
/* END INTRO SITE */

/* INTRO */
.intro {
    margin-top: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 13.46%, rgba(255, 223, 163, 0.70) 48.71%, rgba(255, 255, 255, 0.70) 85.39%);
}

    .intro .lead {
        font-size: 30px;
    }

    .intro .list-circles {
        display: flex;
        width: 100%;
        height: 1605px;
        justify-content: center;
        align-items: flex-start;
        gap: 155px;
        overflow: hidden;
    }

    .intro .circle {
        position: relative;
        margin-top: 150px;
        width: 200px;
        height: 200px;
        flex-shrink: 0;
        border-radius: 1000px;
        background: rgb(255,179,38);
        background: radial-gradient(circle, rgba(255,179,38,1) 0%, rgba(255,76,79,1) 100%);
        opacity: 0.1;
    }

        .intro .circle::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(69.61% 69.61% at 50% 30.39%, rgb(253 183 52 / 85%) 0%, rgb(255 31 35) 100%);
            filter: blur(16px);
            opacity: .5;
        }

    .intro .content-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        transform: translate(-50%, 0%);
    }

@media only screen and (min-width: 992px) {
    .intro .content-circle {
        width: 45%;
    }
}

.intro .content-circle .text-circle {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-shadow: 0 0 1em rgb(255 255 255 / 85%);
    opacity: 0;
}


.circle-new-done img {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -2;
    opacity: 0;
}
/* END INTRO */
/* OFFERING */
.content-offering {
    margin-top: 100px;
    background-color: hsl(0, 0%, 100%);
    background-image: radial-gradient(circle farthest-side at center, hsl(199deg 78% 48% / 45%) 0%, hsl(0, 0%, 100%) 30%);
}

    .content-offering .line {
        background-image: url(img/ellipse/line.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        width: 5px;
        height: 60px;
    }

.card-offering {
    border-radius: 30px 30px 30px 0px;
    box-shadow: 4px 4px 10px 0px rgba(0, 166, 255, 0.10);
}

    .card-offering .card-body {
        width: 100%;
    }

    .card-offering.col-top,
    .card-offering.col-bottom {
        min-height: 250px;
    }

    .card-offering .card-title {
        color: var(--bs-heading-color);
        font-size: 30px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-offering .card-content {
        color: var(--bs-body-color);
        font-size: 16px;
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-offering .half-ellipse {
        position: relative;
    }

    .card-offering .half-ellipse-bottom {
        background-image: url(img/ellipse/ellipse1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        width: 250px;
        height: 60px;
        margin: 5px auto auto;
    }

    .card-offering.card-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .card-offering .half-ellipse-left {
        background-image: url(img/ellipse/ellipse2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        width: 89px;
        height: 250px;
        margin: auto auto auto 25px;
    }

    .card-offering.card-right {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .card-offering .half-ellipse-right {
        background-image: url(img/ellipse/ellipse3.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center left;
        width: 84px;
        height: 250px;
        margin: auto 25px auto auto;
    }

    .card-offering .half-ellipse-top {
        background-image: url(img/ellipse/ellipse4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        width: 250px;
        height: 71px;
        margin: auto auto 5px auto;
    }

.content-offering .col-top,
.content-offering .col-left,
.content-offering .col-right,
.content-offering .col-bottom {
    position: relative;
}

    .content-offering .col-top::before,
    .content-offering .col-left::before,
    .content-offering .col-right::before,
    .content-offering .col-bottom::before {
        opacity: var(--slash-bar-opacity,0);
    }

.content-offering .col-top {
    margin-bottom: -32px;
    z-index: 1;
}

    .content-offering .col-top::before {
        content: "";
        background-image: url(img/ellipse/line-ver.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 2px;
        height: 175px;
        position: absolute;
        bottom: -30%;
        left: 50%;
        z-index: 0;
    }

.content-offering .col-left {
    margin-top: -40px;
    z-index: 1;
}

    .content-offering .col-left::before {
        content: "";
        background-image: url(img/ellipse/line-hor.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 175px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -13%;
        z-index: 0;
    }

.content-offering .col-right {
    margin-top: -38px;
    z-index: 1;
}

    .content-offering .col-right::before {
        content: "";
        background-image: url(img/ellipse/line-hor.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 175px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: -13%;
        z-index: 0;
    }

@media only screen and (min-width: 992px) {
    .content-offering .col-left {
        margin-right: -37px;
    }

    .content-offering .col-right {
        margin-left: -37px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-offering .col-left {
        margin-right: -36px;
    }

    .content-offering .col-right {
        margin-left: -36px;
    }
}

@media only screen and (min-width: 1400px) {
    .content-offering .col-left {
        margin-right: -68px;
    }

    .content-offering .col-right {
        margin-left: -68px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .content-offering .col-top {
        margin-bottom: -35px;
    }

    .content-offering .col-left {
        margin-right: -50px;
    }

    .content-offering .col-right {
        margin-left: -50px;
    }

    .content-offering .col-bottom {
        margin-top: -91px;
    }
}

.content-offering .col-bottom {
    margin-top: -89px;
}

    .content-offering .col-bottom::before {
        content: "";
        background-image: url(img/ellipse/line-ver.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 2px;
        height: 175px;
        position: absolute;
        top: -30%;
        left: 50%;
        z-index: 0;
    }

.content-offering .content-centered {
    opacity: 0;
}

.swiper-offering .swiper-wrapper {
    padding-bottom: 20px;
}

.swiper-offering .swiper-pagination {
    position: absolute;
    bottom: -5px;
}

.swiper-offering .swiper-slide {
    height: auto;
}

.swiper-offering .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    background: transparent;
    border: 1px solid var(--bs-primary);
    opacity: 1;
}

.swiper-offering .swiper-pagination-bullet-active {
    background: linear-gradient(97.57deg, #FF4C4F 5.02%, #FFB326 95.72%);
    border: transparent;
}

.swiper-img {
    width: 250px;
    height: 250px;
    /*background: radial-gradient(69.61% 69.61% at 50% 30.39%, #FFB326 16%, #FF4C4F 63%, #00A6FF 98%);*/
    background-image: url(/media/cuobrxsk/circle-offering.svg);
    position: relative;
    margin: auto;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.line-swiper {
    background-image: url(img/ellipse/line-ver.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 75px;
    position: absolute;
    top: -30%;
    left: 50%;
    z-index: 0;
}

.swiper-img.active-slide-1 {
    transform: rotate(0deg);
}

.swiper-img.active-slide-2 {
    transform: rotate(90deg);
}

.swiper-img.active-slide-3 {
    transform: rotate(180deg);
}

.swiper-img.active-slide-4 {
    transform: rotate(270deg);
}

/*    .swiper-offering .swiper-slide .swiper-img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(69.61% 69.61% at 50% 30.39%, #FFB326 16%, #FF4C4F 63%, #00A6FF 98%);
        border-radius: 50%;
        filter: drop-shadow(0px 0px 9px #f1f1f1) blur(20px);
        z-index: -1;
    }*/

@media only screen and (max-width: 991px) {
    .content-offering .col-left::before,
    .content-offering .col-right::before,
    .content-offering .col-bottom::before {
        content: none;
    }
}
/* END OFFERING */

/* ACCORDION */
.where-we-act {
    padding-top: 150px;
    padding-bottom: 150px;
}

    .where-we-act::before {
        content: "";
        background-image: url(img/where-we-act/bg-where_we_act.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

.swiper-cards-where .swiper-slide {
    height: auto
}

.swiper-cards-where .card-where {
    background: #fff;
    border-radius: 30px 30px 30px 0;
    padding: 20px;
    font-weight: 300;
    border: 1px solid rgb(27 157 217 / 10%) !important;
    box-shadow: 4px 4px 10px 0 rgb(0 166 255 / 10%);
    height: 100%;
}

    .swiper-cards-where .card-where .card-body {
        padding-top: 100px;
    }

        .swiper-cards-where .card-where .card-body .subtitle.lead {
            hyphens: auto;
            -webkit-hyphens: auto;
            overflow-wrap: break-word;
            line-height: 1.1;
        }

.swiper-cards-where .swiper-pagination-bullets {
    width: 96% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-cards-where .swiper-pagination-bullet {
    width: 10%;
    height: 5px;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

    .swiper-cards-where .swiper-pagination-bullet:nth-child(-n+3) {
        width: 22%;
    }

    .swiper-cards-where .swiper-pagination-bullet:hover,
    .swiper-cards-where .swiper-pagination-bullet-active {
        background-color: var(--bs-primary) !important;
    }


@media screen and (min-width: 1200px) {
    .swiper-cards-where .pagination {
        margin-top: 100px;
    }
}

.swiper-cards-where .pagination {
    margin-top: 50px;
    width: auto;
}

.accordion {
    --bs-accordion-inner-border-radius: calc(30px -(var(--bs-border-width)));
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231b9dd9' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

    .accordion .accordion-item {
        border: 0;
        border: 1px solid rgb(27 157 217 / 10%) !important;
        border-radius: 30px;
        box-shadow: 4px 4px 10px 0 rgb(0 166 255 / 10%);
    }

        .accordion .accordion-item + .accordion-item {
            margin-top: -2px;
        }

        .accordion .accordion-item .accordion-header {
            --bs-accordion-border-width: 0;
            --bs-accordion-border-radius: 30px;
            --bs-accordion-inner-border-radius: 30px;
        }

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion .accordion-button img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--bs-blue);
}

.accordion .accordion-button.collapsed {
    background-color: var(--bs-blue);
    color: #fff;
    border-radius: 30px;
}

    .accordion .accordion-button.collapsed::after {
        filter: brightness(0) invert(1);
    }

    .accordion .accordion-button.collapsed img {
        filter: brightness(0) invert(1);
    }

.accordion .accordion-body {
    font-weight: 300;
}
/* END ACCORDION */

/* NEWS */
.bg-news {
    /*original gradient*/
    /*background: radial-gradient(98.74% 98.74% at 50.06% 6.23%, rgba(191, 233, 255, 0.1) 12.63%, rgba(0, 166, 255, 0.5) 100%);*/
    background: radial-gradient(circle at center, rgba(0, 166, 255, 0.5) 0%, rgb(191 233 255 / 0%) 60%);
}

.subtitle.categories .subtitle {
    cursor: pointer;
}

    .subtitle.categories .subtitle.active,
    .subtitle.categories .subtitle:hover {
        color: var(--bs-primary);
    }

    .subtitle.categories .subtitle .vr {
        color: var(--bs-dark);
    }

    .subtitle.categories .subtitle:last-child .vr {
        opacity: 0;
    }

.list-news .col-lg-4:first-child {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    height: -webkit-fill-available;
}

.list-news .col-lg-4:last-child {
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, 0%);
    height: -webkit-fill-available;
}

body:not(.homepage) .list-news .col-lg-4:first-child,
body:not(.homepage) .list-news .col-lg-4:last-child {
    position: relative;
    transform: none;
    height: auto;
}

body:not(.homepage) .list-news .col-lg-4:first-child {
    left: 0;
}

body:not(.homepage) .list-news .col-lg-4:last-child {
    right: 0;
}

.card-news {
    border-radius: 30px 30px 30px 0;
    box-shadow: 4px 4px 10px 0px rgb(0 114 255 / 10%);
}

    .card-news:hover {
        box-shadow: 4px 4px 10px 0px rgb(203 203 203 / 10%);
    }

    /*    .card-news.news-left {
        transform: translateX(200px);
    }

    .card-news.news-right {
        transform: translateX(-200px);
    }*/

    .card-news img {
        border-radius: 30px 30px 0 0;
    }

    .card-news .card-title {
        font-size: 28px;
        font-weight: 600;
    }

.swiper-news .swiper-slide {
    height: auto;
}

@media only screen and (max-width: 991px) {
    .container-to-fluid {
        max-width: 100%;
        padding: 0;
    }
}

#news-search:focus {
    box-shadow: none;
}

#news-search-container {
    margin-bottom: 80px;
}

    #news-search-container .input-group {
        border-bottom: 1px solid rgba(88, 88, 88, 0.5);
    }

    #news-search-container .form-control {
        background: transparent;
        border: 0;
        /*height: 77px;*/
    }

        #news-search-container .form-control,
        #news-search-container .form-control::placeholder {
            font-weight: 300;
            font-size: 30px;
        }

    #news-search-container .btn-search-news {
        background: red;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.categories .category-item {
    margin: 0 0 4px;
}

.bg-circle-color {
    background-image: url(img/news/bg-circle-color.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 515px;
    margin: 150px auto;
    position: relative;
    filter: blur(20px);
    opacity: 0.2;
}

@media only screen and (max-width: 576px) {
    .bg-circle-color {
        height: 350px;
    }
}

.bg-circle-content .content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    opacity: 0;
}

    .bg-circle-content .content-text p {
        font-size: 63px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.02em;
        color: #fff;
    }
/* END NEWS */

/* ABOUT US */
.about-us .img-about-bg img {
    border-radius: 30px 30px 30px 0;
}

.about-us::before {
    content: "";
    background-image: url(img/about/bg-circles-colors.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59%;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .img-about-bg img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center 18%;
        border-radius: 30px 30px 30px 0;
    }
}

@media only screen and (min-width: 992px) {
    .about-us .mt-custom {
        margin-top: 150px;
    }

    .about-us::before {
        content: "" !important;
        top: 250px !important;
        width: 47% !important;
        height: 100% !important;
    }
}

.content-about .content-text {
    font-size: 30px;
    font-weight: 300;
}
/* END ABOUT US */

/* TITLE CONTENT */
@media only screen and (min-width: 992px) {
    .title-content::before {
        content: "" !important;
        width: 30% !important;
        height: 100% !important;
    }
}

.title-content::before {
    content: "";
    background-image: url(img/about/bg-circles-colors.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 59%;
    z-index: 0;
    transform: scaleX(-1);
}
/* END TITLE CONTENT */

/* VALUES */
@media only screen and (min-width: 992px) {
    .cols-borders .title {
        padding-top: 100px;
    }

    .cols-borders .col-lg-4::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        border: 2px solid transparent;
    }

    .cols-borders .col-lg-4:nth-child(-n + 2)::after {
        content: "";
        border-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)) 1 100%;
    }

    .cols-borders + .cols-borders .col-lg-4:nth-child(-n + 2)::after {
        content: "";
        border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)) 1 100%;
    }

    .cols-borders + .cols-borders::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
}

@media only screen and (min-width: 992px) {
    .h-lg-100 {
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .bg-service .cols-borders .card-border::after {
        content: none;
    }

    .cols-borders .card-border::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .cols-borders + .cols-borders .col-lg-4:last-child .card-border::after {
        content: none;
    }
}

.card-border {
    padding: 100px 0;
    font-weight: 300;
    opacity: 0;
}

    .card-border .icon {
        /*width: 32px;*/
    }

    .card-border .border-title {
        font-size: 30px;
        font-weight: 600;
    }

    .card-border .content {
        font-weight: 300;
    }
/* END VALUES */

/* BENEFITS */
.benefits::before {
    content: "";
    background-image: url(img/benefits/bg-benefits.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.benefits .card-border {
    opacity: 1;
}

@media only screen and (min-width: 992px) {
    .benefits .col-lg::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        border: 2px solid transparent;
        border-image: linear-gradient(to top, transparent, rgba(27, 157, 217, 0.25), transparent) 1 100% !important;
    }

    .benefits .col-lg:last-child::after {
        content: none;
    }
}

@media only screen and (max-width: 991px) {
    .benefits .cols-borders .card-border::after {
        content: "";
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(27, 157, 217, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .benefits .cols-borders .col-lg:last-child .card-border::after {
        content: none;
    }
}

@media only screen and (max-width: 992px) {
    .benefits .card-border {
        padding: 50px 20px;
    }
}

.card-commitment {
    border-radius: 30px 30px 30px 0px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-yellow));
}
/* END BENEFITS */

/* NUMBERS */
.origin-div,
.target-div-1,
.target-div-2 {
    width: 100px;
    height: 100px;
    background-color: lightblue;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.numbers {
    padding: 200px 0;
    background: radial-gradient(143% 97% at 5% 55%, rgba(27, 157, 217, 0.5) 0%, rgba(255, 255, 255, 0) 42%);
    background-repeat: no-repeat;
}

.content-number {
    position: relative;
    z-index: 1;
}

    .content-number .bg-circle {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        z-index: -1;
        background: radial-gradient(69.61% 69.61% at 50% 30.39%, #FFB326 0%, #FF4C4F 100%);
        filter: blur(20px);
        opacity: 0.7;
    }

    .content-number .number {
        font-size: 44px;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    .content-number p {
        font-size: 24px;
        font-weight: 300;
    }

@media only screen and (max-width: 991px) {
    .content-number.first-n {
        margin-right: auto;
        width: fit-content;
    }

    .content-number.second-n {
        margin: auto;
        width: fit-content;
    }

    .content-number.third-n {
        margin-left: auto;
        width: fit-content;
    }
}

@media only screen and (min-width: 992px) {
    .numbers {
        background: radial-gradient(ellipse at 50% 55%, rgba(27, 157, 217, 0.5) 0%, rgba(255, 255, 255, 0) 42%);
    }

    .content-number .number {
        font-size: 64px;
        font-weight: 400;
        letter-spacing: -0.02em;
    }

    .content-number p {
        font-size: 30px;
        font-weight: 300;
    }
}
/* END NUMBERS */

/* MAP */
.map {
    position: relative;
    /*    background-size: contain;
    background-repeat: no-repeat;
    height: 1162px;*/
}

    .map .location {
        font-weight: 400;
        display: flex;
        align-items: center;
        top: var(--location-top);
        left: var(--location-left);
    }

    .map.map-light .location {
        color: #fff;
    }

    .map.map-dark .location {
        color: var(--bs-dark);
    }

    .map .map-pin {
        background-color: #fff;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .map.map-dark .map-pin {
        background-color: var(--bs-dark);
    }

    .map .country {
        opacity: 0;
    }

.our-presence .details {
    display: none;
}

.our-presence .map.map-details .country {
    opacity: 1;
}

.our-presence .map.map-details {
    margin-bottom: -65px;
}

    .our-presence .map.map-details a .map-pin {
        transition: all .3s;
    }

    .our-presence .map.map-details a:hover .map-pin,
    .our-presence .map.map-details a.active .map-pin {
        width: 24px;
        height: 24px;
        filter: blur(5px);
        background-color: rgb(255, 181, 43);
    }

.our-presence .details-min-h {
    min-height: 100px;
}

.our-presence .details {
    padding-top: 180px;
}

    .our-presence .details .heading {
        font-size: 30px;
        font-weight: 600;
    }
/* END MAP */

/* PARTNER */
.partnership {
    padding: 200px 0;
}

.card-partner {
    padding: 70px 30px;
    opacity: 0;
}

@media only screen and (min-width: 992px) {
    .card-partner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        border: 1px solid transparent;
    }

    .list-partners .col-md-2:nth-child(1) .card-partner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        border: 1px solid transparent;
        border-image: linear-gradient(to top, transparent, rgb(151 151 151), transparent) 1 100%;
        filter: blur(1px);
    }

    .card-partner::after {
        content: "";
        border-image: linear-gradient(to top, transparent, rgb(151 151 151), transparent) 1 100%;
        filter: blur(1px);
    }

    .list-partners div:last-child .card-partner::after {
        content: none;
    }
}
/* END PARTNER */

/* DEVELOPING CAREER */
.developing-careers {
    padding-bottom: 200px;
}

    .developing-careers::before {
        content: "";
        background: radial-gradient(at 40% 50%, rgb(255 255 255 / 40%) 0, transparent 49%);
        position: absolute;
        top: 0;
        left: -27%;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .developing-careers .img-developing-careers img {
        border-radius: 30px 30px 30px 0;
    }

@media only screen and (min-width: 992px) {
    .developing-careers .img-developing-careers img {
        transform: scale(2) translate(30%, 200px);
    }

    .developing-careers .img-developing-careers img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center right;
    }

    .developing-careers::before {
        content: "";
        top: 130px;
        left: 0;
        width: 47%;
    }
}

.developing-careers .content-about {
    opacity: 0;
}

.list-careers {
    margin-bottom: 200px;
}

    .list-careers .card-career {
        border-radius: 30px 30px 30px 0px;
        box-shadow: 4px 4px 10px 0px rgba(0, 166, 255, 0.10);
    }

        .list-careers .card-career:hover {
            background: linear-gradient(90deg, var(--bs-primary), var(--bs-yellow));
        }

            .list-careers .card-career:hover .card-body * {
                color: #fff;
            }

            .list-careers .card-career:hover .card-body .rich-text .link-arrow svg {
                fill: #fff;
            }

            .list-careers .card-career:hover .card-body .rich-text .link-arrow {
                background: linear-gradient(90deg, #ffffff, transparent) #ffffff;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

                .list-careers .card-career:hover .card-body .rich-text .link-arrow:hover {
                    background: linear-gradient(90deg, #fff, var(--bs-yellow));
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                    .list-careers .card-career:hover .card-body .rich-text .link-arrow:hover svg {
                        fill: var(--bs-yellow);
                    }

    .list-careers .card-body {
        padding: 20px 30px;
    }

.card-career .title-career {
    font-size: 30px;
    font-weight: 600;
    color: var(--bs-dark);
}
/* END DEVELOPING CAREER */

/* PAGINATION */
.pagination .disabled {
    display: none;
}

.pagination li {
    background: rgb(var(--bs-primary-rgb), 0.6);
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 5px;
}

    .pagination li a {
        line-height: 1;
        color: #FFF;
        text-decoration: none;
        font-weight: 600;
        padding: 10px 15px;
    }

    .pagination li:hover, .pagination li.active {
        background: var(--bs-primary);
    }
/* END PAGINATION */

/* SERVICE */
.bg-service {
    background: #231F20;
}

    .bg-service .card-border {
        padding: 0;
        font-weight: 300;
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bg-service + .content-center::after {
        content: "";
        background-image: url(img/about/bg-circles-colors.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        position: absolute;
        top: -585px;
        right: 0;
        width: 100%;
        height: 166%;
        z-index: 0;
        transform: scaleX(-1);
    }

    .bg-service .cols-borders div:last-child::after {
        content: none;
    }

@media only screen and (min-width: 992px) {
    .bg-service .cols-borders div::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        border: 2px solid transparent;
        border-image: linear-gradient(to top, transparent, rgb(27 157 217 / 66%), transparent) 1 100%;
        filter: blur(2px);
    }
}

@media only screen and (max-width: 991px) {
    .bg-service .cols-borders div::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(17, 157, 217, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
        filter: blur(2px);
    }

    .bg-service .card-border {
        padding: 50px 0;
    }

    .bg-service .cols-borders .no-after-bar-mobile::after {
        content: none;
    }
}
/* END SERVICE */

/* CHECKLIST */
.content-checklist .check {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0;
}
/* END CHECKLIST */

/* FEATURES */
.list-images .feature {
    background: rgb(223 223 223 / 40%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .list-images .feature .feature-content {
        padding: 22px 32px 22px 32px;
    }

.list-images .col-lg-12 .feature .feature-content .description {
    width: 70%;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .list-images .col-lg-12 .feature .feature-content .description {
        width: 100%;
    }
}

.list-images .feature {
    transform: translateX(200px);
    opacity: 0;
}

/*.list-images div:nth-child(1) .feature {
    opacity: 1;
}*/


.feature .card-border img {
    filter: brightness(0) invert(0);
}

@media only screen and (min-width: 992px) {
    .feature .cols-borders div::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        border: 2px solid transparent;
        border-image: linear-gradient(to top, transparent, rgb(27 157 217 / 66%), transparent) 1 100%;
        filter: blur(2px);
    }

    .feature .cols-borders div:last-child::after {
        content: none;
    }
}

.features .bg-circle-content {
    margin-top: 100px;
}
/* END FEATURES */

/* CONTENT TEXT SUBTITLES */
.subtitle-bar, .mb-100 {
    margin-bottom: 100px;
}

    .subtitle-bar .subtitle,
    .subtitle .subtitle {
        cursor: pointer;
    }

        .subtitle-bar .subtitle.active,
        .subtitle .subtitle.active {
            color: var(--bs-primary);
        }

        .subtitle-bar .subtitle .vr,
        .subtitle .subtitle .vr {
            vertical-align: bottom;
            color: #585858;
            width: 2px;
        }

        .subtitle-bar .subtitle:last-child .vr,
        .subtitle-bar .nav-tabs .vr:last-child,
        .subtitle .subtitle:last-child .vr,
        .subtitle .nav-tabs .vr:last-child {
            display: none;
        }

    .subtitle-bar .nav-tabs,
    .subtitle .nav-tabs {
        gap: 19px 0px;
    }
/* END CONTENT TEXT SUBTITLES */

/* INDUSTRY */
.content-industry {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    .content-industry.bg-dark * {
        color: #fff;
    }

    .content-industry + .partnership {
        padding: 6rem;
    }
/* END INDUSTRY */

/* CONTACTOS */
#modalContact .modal-content {
    background: linear-gradient(110.78deg, rgb(255 179 38 / 70%) 0%, rgb(255 76 79 / 70%) 29.06%, rgb(27 157 217 / 70%) 68.88%);
    backdrop-filter: blur(15px);
}

#modalContact .modal-header .btn-close {
    opacity: 1;
    filter: brightness(0) invert(1);
}

body.body-modal-iframe label {
    color: #fff;
    font-weight: 600;
}

body.body-modal-iframe .form-control {
    border-radius: 8px;
    padding: 0.45rem .75rem;
}

body.body-modal-iframe input::placeholder, body.body-modal-iframe textarea::placeholder {
    color: #a1a1a1;
    font-weight: 300;
}
/* END CONTACTOS */

/*FOOTER*/
.tab-pane .bg-gradient-footer .mt-150 {
    margin-top: 50px;
}

.bg-gradient-footer {
    background: linear-gradient(180deg, #FFFFFF 15%, #101010 100%);
}

    .bg-gradient-footer.bg-small {
        background: linear-gradient(180deg, #FFFFFF 65%, #101010 100%);
    }

.bg-footer {
    background-image: url(/media/wdcbam4j/bg-circle-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -50%;
    height: 675px;
    width: 100%;
    padding-top: 230px;
    /*filter: drop-shadow(0 0 140px #fff);*/
}

body:not(.homepage) .footer-content {
    opacity: 1;
}

footer a {
    text-decoration: none;
}

.subfooter {
    color: #fff;
    margin-bottom: 100px;
}

    .subfooter .social-media img {
        filter: brightness(0) invert(1);
    }

    .subfooter .nav-menu a {
        color: #fff;
        font-weight: 600;
    }

    .subfooter .nav-policy a {
        color: #fff;
        font-weight: 300;
    }

    .subfooter .nav a:hover {
        color: var(--bs-primary);
    }

    .subfooter .symbol-circle {
        font-size: 20px;
    }


.copyright a {
    color: inherit;
}
/* END FOOTER */

/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #00205c;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #002f88;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #000;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

#s-c-bn:hover {
    background: #b0b0b0;
}

.c-bn, .c-bn:hover {
    text-transform: uppercase;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover, #s-c-bn:hover {
    color: #FFF;
}

.cc_div .title {
    font-size: 1em;
    display: block;
    margin: 0;
}

    .cc_div .title::before {
        content: none;
    }
/* END COOKIES */

/* BREVEMENTE */
.bg-brevemente {
    position: relative;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 9%, rgba(255, 223, 163, 0.7) 50%, rgba(255, 223, 163, 0.7) 53%, rgba(255, 255, 255, 0.7) 94%);*/
    /*background: radial-gradient(circle, rgba(255,223,163,1) 6%, rgba(255,255,255,0) 100%);*/
    /*background: radial-gradient(circle at top, rgba(255,223,163,1) 6%, rgba(255,255,255,0) 75%);*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 223, 163, 0.7) 65%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 0;
}

    .bg-brevemente::after {
        content: "";
        background-image: url(img/brevemente/bg-brevemente.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

.bg-circle-brevemente {
    background-image: url(img/brevemente/circle-brevemente.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    width: 700px;
    margin-top: 7%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


    .bg-circle-brevemente::before {
        content: "";
        background: radial-gradient(69.61% 69.61% at 50% 30.39%, #FFB326 0%, rgb(255 76 79 / 43%) 100%);
        filter: blur(50px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 115%;
        width: 115%;
        /* opacity: .5; */
        border-radius: 50%;
        z-index: -1;
    }

    .bg-circle-brevemente .content {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }

        .bg-circle-brevemente .content p {
            color: #fff;
            font-weight: 300;
            font-size: 30px;
            line-height: 45px;
        }

.bg-footer-brevemente::before {
    content: "";
    background: url(img/brevemente/bg-footer-brevemente.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-footer-brevemente img {
    max-height: 30px;
    max-width: 30px;
}

.bg-footer-brevemente a {
    color: var(--bs-primary);
    text-decoration: none;
}

@media only screen and (min-width: 2250px) {
    .bg-footer {
        height: 750px;
    }
}

@media only screen and (min-width: 1500px) {
    .container-max {
        max-width: 1580px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-brevemente div::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        border: 2px solid transparent;
        border-image: linear-gradient(to top, transparent, rgb(27 157 217 / 66%), transparent) 1 100%;
        filter: blur(2px);
    }

    .footer-brevemente div:last-child::after {
        content: none;
    }
}

@media only screen and (max-width: 768px) {
    .bg-circle-brevemente {
        height: 500px;
        width: 500px;
    }
}

@media only screen and (max-width: 576px) {
    .bg-circle-brevemente {
        height: 300px;
        width: 300px;
        margin-top: 15%;
        margin-bottom: 10%;
    }

        .bg-circle-brevemente .content p {
            font-size: 20px;
            line-height: 24px;
        }
}

@media only screen and (max-width: 420px) {
    .bg-circle-brevemente {
        height: 250px;
        width: 250px;
    }

        .bg-circle-brevemente .content p {
            font-size: 18px;
            line-height: 20px;
        }
}
/* END BREVEMENTE */
@media only screen and (min-width: 991px) {
    .py-10 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .pt-10 {
        padding-top: 6rem;
    }

    .pb-10 {
        padding-bottom: 6rem;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        overflow-y: scroll !important;
        max-height: 80vh !important;
    }

    #header .navbar-nav .nav-item {
        margin-right: 0;
        display: block;
        width: 100%;
    }

    #header .navbar-nav .nav-link {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .navbar .nav-link.active {
        font-weight: 700;
    }

    .navbar-nav button.nav-link.show .menu-arrow {
        transform: rotate(180deg);
    }

    .navbar button.nav-link .menu-arrow {
        left: auto;
        width: 14px;
        height: 14px;
    }

    .navbar .navbar-nav.level-2 .nav-item {
        margin-right: auto;
    }

    .navbar .nav-item::before {
        content: none;
    }

    .navbar .level-2 .nav-item.dropdown button.nav-link {
        position: absolute;
        top: 0;
        right: 0;
        /* border-left: 1px solid #dee2e6 !important; */
        padding: 5px 16px;
    }

    .navbar .level-3:nth-child(1n+3) .nav-item.dropdown button.nav-link {
        padding: 6px 10px;
        max-height: 40px;
    }

    #header .navbar .dropdown-menu {
        margin-top: 0;
        box-shadow: none;
    }

    .navbar .nav-item .dropdown-menu.level-4,
    .navbar .nav-item .dropdown-menu.level-5 {
        padding-left: 15px;
        padding-top: 0 !important;
    }

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-menu .nav-item.dropdown.hover {
        background: transparent;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .navbar .navbar-nav button {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        justify-content: center;
    }

    .navbar .copyright-menu .lang a,
    .navbar .copyright-menu .nav-policy a {
        text-decoration: none;
        color: var(--bs-dark);
    }

        .navbar .copyright-menu .lang a:hover,
        .navbar .copyright-menu .lang a.active {
            font-weight: 600;
        }

    .navbar .copyright-menu .lang:last-child .separator {
        display: none
    }

    .navbar .copyright-menu .nav-policy a:hover {
        color: var(--bs-primary);
    }

    .navbar .copyright-menu .social-media .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-banner.bg-center .header-content.mt-custom {
        margin-top: 50px;
        padding-bottom: 100px;
    }

    .header-banner.bg-center {
        height: 540px;
        padding-top: 9rem !important;
        padding-bottom: 6rem !important;
    }

    .title {
        font-size: 60px;
    }

    .header-banner .lead, .subtitle.lead {
        font-size: 28px;
    }

    .content-about .content-text {
        font-size: 24px;
    }

    .scroll-item .scroll-content .accordion-title,
    .accordion .accordion-button, .accordion .accordion-title {
        font-size: 24px;
    }

        .accordion .accordion-button img {
            width: 45px;
            height: 45px;
        }

    .bg-circle-content .content-text {
        width: 80%;
    }

        .bg-circle-content .content-text p {
            font-size: 40px;
        }

    .header-banner {
        height: 550px;
    }

    .developing-careers .content-about {
        opacity: 1;
    }

    .bg-news.mt-150 {
        margin-top: 50px;
    }

/*    .list-news-items .news-item:nth-child(n+2) {
        display: none;
    }*/

    .values .card-border {
        padding: 50px 0;
    }

    .numbers {
        padding: 100px 0;
    }

    .developing-careers {
        padding-bottom: 100px;
    }

    .list-careers {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 40px;
    }

    .intro .lead,
    .subtitle.lead,
    .card-career .title-career {
        font-size: 24px;
    }

    .content-about .content-text {
        font-size: 20px;
    }

    .header-banner {
        height: 490px;
    }

    .slide-content {
        display: none;
    }

    .embed-responsive-map.ratio {
        --bs-aspect-ratio: 50% !important;
    }

    .intro .content-circle .text-circle {
        font-size: 24px;
    }

    .map .map-pin {
        height: 5px;
        width: 5px;
    }

    .our-presence .map.map-details a:hover .map-pin,
    .our-presence .map.map-details a.active .map-pin {
        width: 10px;
        height: 10px;
        filter: blur(2px);
    }

    .our-presence .map.map-details .country {
        display: none;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        -moz-background-size: 20% auto;
        -o-background-size: 20% auto;
        -webkit-background-size: 20% auto;
        background-size: 20% auto;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        -moz-background-size: 20% auto;
        -o-background-size: 20% auto;
        -webkit-background-size: 20% auto;
        background-size: 20% auto;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        -moz-background-size: 20% auto;
        -o-background-size: 20% auto;
        -webkit-background-size: 20% auto;
        background-size: 20% auto;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        background-position: center top;
        background-size: 0 auto;
    }

    50% {
        opacity: 1;
        background-size: 20% auto;
    }

    100% {
        opacity: 1;
        background-position: center bottom;
        background-size: 0 auto;
    }
}
