* {
    font-family: "articulat-cf",sans-serif
}

.q_logo a {
    z-index: 99999
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #081216
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg,rgb(255 149 1) 0%,rgb(255 124 0) 100%)
}

.wrapper_inner header .header_inner {
    max-width: 1600px;
    margin: 20px auto 0 auto;
    border-radius: 100px;
    backdrop-filter: blur(30px)
}

.wrapper_inner header .header_inner .header_bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    border-radius: 100px
}

.wrapper_inner header .header_inner_left {
    position: relative;
    left: 0;
    flex: 0
}

.btn-escalar-nav {
    background: #e9f7f60f;
    padding: 10px 30px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #e9f7f6;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    transition: 0.2s ease-in-out
}

.btn-escalar-nav:hover {
    background: #e9f7f6;
    color: #00070b
}

.btn-escalar-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(26deg,rgb(255 255 255 / 46%),rgb(255 255 255 / 0%),rgb(255 255 255 / 39%));
    -webkit-mask: linear-gradient(#edf7f6 0 0) content-box,linear-gradient(#edf7f6 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.main_menu #menu-menu-principal {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.nav-personalizada {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center
}

.holder-nav-personalizada {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.holder-nav-personalizada a {
    font-size: 16px;
    font-weight: 600;
    color: #e9f7f6;
    line-height: 1;
    transition: 200ms ease-in-out
}

.holder-nav-personalizada button {
    font-size: 16px;
    font-weight: 600;
    color: #e9f7f6;
    line-height: 1;
    transition: 200ms ease-in-out;
    background: none;
    border: none
}

.holder-nav-personalizada a:hover {
    color: rgb(254,162,2)
}

.header_bottom .header_inner_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.nav-personalizada .has-submenu {
    position: relative;
    display: inline-block
}

.nav-personalizada .submenu {
    position: absolute;
    left: 0;
    top: 48px;
    min-width: 200px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #000000e6;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease,transform 0.18s ease,visibility 0.18s;
    z-index: 9999
}

.nav-personalizada .submenu a[role="menuitem"] {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #e9f7f6;
    white-space: nowrap
}

.nav-personalizada .has-submenu:hover>.submenu,.nav-personalizada .has-submenu:focus-within>.submenu,.nav-personalizada .has-submenu.is-open>.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.container-footer-geral {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available
}

.esq-footer {
    gap: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start
}

.meio-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 20px;
    justify-content: flex-start
}

.container-partner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.container-partner img {
    height: 55px
}

.dir-footer {
    flex: 1
}

.redes-sociais {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

.redes-sociais a img {
    height: 30px
}

.cnpj {
    font-size: 14px;
    color: #edf7f6!important;
    font-weight: 500
}

.copy-footer {
    color: #edf7f68a!important;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2px
}

.list-nuns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.list-nuns a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #edf7f6!important;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #edf7f6;
    padding: 8px 19px;
    border-radius: 100px
}

.list-nuns a img {
    width: 20px
}

.esq-footer>img {
    height: 60px
}

.destaque {
    background: -webkit-linear-gradient(298deg,rgb(254 162 2) 0%,rgb(255 125 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body h1,body h2,body h3 {
    background: -webkit-linear-gradient(293deg,rgb(233 247 246) 30% 30%,rgb(53 62 68) 100% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none
}

body .sec-pad {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.btn-geral {
    display: inline-block;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    color: #081216;
    background: linear-gradient(161deg,rgb(255 149 1) 0%,rgb(255 124 0) 100%);
    box-shadow: 0 0 0 1px #fff2 inset;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    margin-top: 60px;
    border: 1px solid #edf7f6;
    text-transform: uppercase
}

.btn-geral::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.05) 100%);
    transform: skewX(-20deg);
    pointer-events: none
}

.btn-geral:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255,168,0,.4),0 0 5px rgba(255,255,255,.1) inset;
    color: #081216
}

.btn-geral:hover::before {
    left: 110%;
    transition: left 0.6s ease
}

.title-geral {
    font-size: 65px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.2;
    text-align: center
}

.title-geral strong {
    font-weight: 600
}

.kicker-geral {
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 999px;
    color: #edf7f6;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(4px);
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px
}

.kicker-geral::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(26deg,rgb(255 255 255),rgb(255 255 255 / 0%),rgb(255 255 255 / 85%));
    -webkit-mask: linear-gradient(#edf7f6 0 0) content-box,linear-gradient(#edf7f6 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

element.style {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0,0);
    opacity: 1
}

.sub-geral {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    background: -webkit-linear-gradient(317deg,rgb(233 247 246 / 71%) 0%,rgb(120 135 136) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sub-geral strong {
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .wrapper_inner header .header_inner .header_bottom {
        border-radius:0
    }

    .container-partner {
        flex-direction: row
    }

    body .sec-pad {
        padding-left: 0;
        padding-right: 0
    }

    .title-geral {
        font-size: 45px
    }

    .sub-geral {
        font-size: 20px;
        margin-top: 20px
    }

    .kicker-geral {
        font-size: 15px;
        padding: 10px 30px;
        margin-bottom: 10px
    }

    .container-footer-geral {
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
        align-content: center
    }

    .esq-footer {
        align-items: center
    }

    .wrapper_inner header .header_inner {
        margin: 0;
        border-radius: 0
    }

    .wrapper_inner header .header_inner .header_bottom {
        background-color: #00070b!important;
        display: block
    }

    nav.mobile_menu ul li a,nav.mobile_menu ul li h3 {
        font-size: 40px!important;
        line-height: 60px!important
    }

    #menu-menu-principal {
        height: 100vh
    }

    nav.mobile_menu ul li,nav.mobile_menu ul li ul li {
        border: none!important
    }

    nav.mobile_menu ul li a:hover,nav.mobile_menu ul li.active>a {
        transform: translateX(15px)
    }
}

#page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

.bar {
    position: absolute;
    width: 100%;
    height: 33.333%;
    background: #00070b;
    transform: translateX(-100%);
    transition: transform 0.4s ease
}

.bar-1 {
    top: 0;
    transition-delay: 0s
}

.bar-2 {
    top: 33.333%;
    transition-delay: 0.1s
}

.bar-3 {
    top: 66.666%;
    transition-delay: 0.2s
}

#page-transition.active .bar {
    transform: translateX(0)
}

.cases-sucesso {
    margin-top: 60px;
    background: linear-gradient(177deg,#00070b 0%,#022d39 181%);
    border: 1px solid #e9f7f61c;
    border-radius: 30px;
    padding: 0;
    overflow: hidden
}

.cases-sucesso * {
    box-sizing: border-box
}

.cases-head {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 30px
}

.cases-head label {
    font-size: 25px;
    color: #e9f7f6;
    font-weight: 500
}

.select-wrap {
    position: relative
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    background: #e3f2f105;
    color: #e9f7f6;
    border: 1px solid var(--ring);
    border-radius: 999px;
    padding: 15px 30px;
    border: 1px solid #e9f7f62e;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    outline: none
}

.select-wrap select option {
    background: #01161d;
    color: #e9f7f6;
    border-radius: 15px
}

.select-wrap::after {
    content: "▾";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #e9f7f6;
    font-size: 30px
}

.barrinha-filtro {
    background: #e9f7f62b;
    flex: 1;
    height: 2px
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr))
}

@media (max-width: 1100px) {
    .logos-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media (max-width: 768px) {
    .select-wrap {
        width:-webkit-fill-available
    }

    .select-wrap select {
        width: -webkit-fill-available
    }

    .cases-head label {
        max-width: 90%;
        text-align: center
    }

    .cases-sucesso {
        margin-top: 30px
    }

    #casos {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .cases-head {
        flex-direction: column
    }

    .barrinha-filtro {
        display: none
    }
}

.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #e9f7f61c;
    text-decoration: none;
    min-height: 150px;
    transition: 200ms ease-in-out;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    cursor: default
}

.logo-card:hover {
    background: #ffffff0d
}

.logo-card img {
    width: 100%;
    height: 55px;
    object-fit: contain
}

.logo-card[hidden] {
    display: none!important
}

.sem-resultados {
    text-align: center;
    color: var(--muted);
    padding: 16px 12px 0;
    margin: 0;
    font-size: 14px
}
