.btn {
    letter-spacing: 0.08rem;
    font-weight: 500;
    border-radius: 50px;
    transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease, padding .25s ease;
    text-transform: uppercase;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, 0.08);
}

.btn .btn-content-text {
    padding: 0 0 0 0.3rem;
    display: flex;
}

.btn .btn-content-icon {
    font-size: 1.4rem;
    display: flex;
    margin-left: 0.3rem;
}

.btn-action {
    transition: transform .2s ease, opacity .2s ease;
    text-decoration: none;
}

.btn-action:hover {
    transform: translateY(-2px);
    opacity: .9;
}

.btn-action-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    flex: 0 0 48px;
    border-radius: 25px;
    display: inline-flex;
}

.btn-action-icon i.fa-brands {
    padding-left: 2px;
}

.btn-action-title {
    font-size: 0.85rem;
    font-weight: 500;
    display: block;
    transition: color .35s ease;
}

.action-group-title {
    padding-bottom: 15px;
    font-size: .95rem;
    letter-spacing: .08em;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-action-text {
    font-size: 1rem;
    transition: color .35s ease;
}

.btn-social {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    transition: transform .25s ease;
    margin-bottom: 3px;
}

.btn-social i.fa-brands {
    padding-left: 3px;
}

.btn-social:hover {
    transform: translateY(-2px);
}

.mobile-menu .btn-social {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    transition: transform .25s ease;
}

.header-pro-07 {
    position: relative;
    z-index: 1035;
    transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease, padding .35s ease;
}

.header-pro-07.is-scrolled {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.header-pro-07__bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
    z-index: 0;
}

.header-pro-07__brand-wrap {
    z-index: 1046;
}

.header-pro-07__brand-box {
    min-height: 70px;
    position: relative;
    z-index: 3;
}

.header-pro-07__brand-link {
    min-height: 80px;
    padding: 1.25rem 2rem;
}

.header-pro-07.is-scrolled .header-pro-07__bg {
    opacity: 0.80;
}

.header-pro-07__nav-link span {
    transition: color .35s ease;
}

.header-pro-07 .btn[class*="btn-outline"] .btn-content-text {
    transition: color .35s ease;
}

.header-pro-07.is-scrolled .btn-icon-title,
.header-pro-07.is-scrolled .btn-icon-text {
    color: var(--header-scrolled-text) !important;
}

.header-pro-07.is-scrolled .btn[class*="btn-outline"] .btn-content-text {
    color: var(--header-scrolled-text) !important;
}

.header-pro-07 > .container {
    position: relative;
    z-index: 2;
}

.header-pro-07__toggle {
    width: 84px;
    min-width: 84px;
    min-height: 70px;
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.header-pro-07__hamburger {
    position: relative;
    width: 28px;
    height: 18px;
    display: inline-block;
}

.header-pro-07__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform .28s ease, opacity .22s ease, top .28s ease;
}

.header-pro-07__hamburger span:nth-child(1) {
    top: 0;
}

.header-pro-07__hamburger span:nth-child(2) {
    top: 8px;
}

.header-pro-07__hamburger span:nth-child(3) {
    top: 16px;
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(2) {
    opacity: 0;
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

.header-pro-07__panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
            opacity .28s ease,
            transform .28s ease,
            visibility 0s linear .28s;
}

.header-pro-07__panel[hidden] {
    display: block !important;
    pointer-events: none;
}

.header-pro-07__panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition:
            opacity .28s ease,
            transform .28s ease,
            visibility 0s linear 0s;
}

.header-pro-07__panel.is-closing {
    opacity: 0;
    visibility: visible;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
            opacity .24s ease,
            transform .24s ease,
            visibility 0s linear .24s;
}

.header-pro-07__panel-link {
    padding: 1rem 0;
    letter-spacing: .18em;
    font-size: .9rem;
    transition: padding-left .25s ease;
    text-transform: uppercase;
    text-decoration: none;
}

.header-pro-07__panel-link.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.header-pro-07__panel-link:hover {
    padding-left: .35rem;
}

.header-pro-07__page-title {
    isolation: isolate;
    overflow: hidden;
}

.header-pro-07__page-title-bg,
.header-pro-07__page-title-overlay {
    position: absolute;
    inset: 0;
}

.header-pro-07__page-title-bg {
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header-pro-07__page-title-overlay_ {
    z-index: 1;
    pointer-events: none;
    background:
            radial-gradient(
                    circle at 72% 48%,
                    rgba(0, 0, 0, .04) 0%,
                    rgba(0, 0, 0, .09) 18%,
                    rgba(0, 0, 0, .32) 48%,
                    rgba(0, 0, 0, .51) 100%
            ),
            linear-gradient(
                    90deg,
                    rgba(0, 0, 0, .54) 0%,
                    rgba(0, 0, 0, .42) 34%,
                    rgba(0, 0, 0, .18) 62%,
                    rgba(0, 0, 0, .27) 100%
            ),
            linear-gradient(
                    180deg,
                    rgba(0, 0, 0, .45) 0%,
                    rgba(0, 0, 0, .14) 28%,
                    rgba(0, 0, 0, .23) 100%
            );
}

.header-pro-07__page-title-container {
    z-index: 3;
}

/*
 * Pré-titulo
 */
.eyebrow-wrap {
    gap: .5rem;
    border: 1px solid #FFF;
    align-items: center;
}

.eyebrow-icon {
    font-size: .95rem;
    line-height: 1;
    display: inline;
}

.eyebrow {
    font-weight: 600;
    display: inline;
}

@media (max-width: 575.98px) {
    .header-pro-07__brand-wrap,
    .header-pro-07__brand-box {
        width: 100%;
        max-width: 100%;
    }

    .header-pro-07__brand-box {
        min-height: 64px;
    }

    .header-pro-07__brand-link {
        min-width: 0;
        min-height: 64px;
        padding: .75rem 1rem;
    }

    .header-pro-07__brand-link img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 52px;
    }

    .header-pro-07__toggle {
        width: 64px;
        min-width: 64px;
        min-height: 64px;
    }
}
.header-pro-07 {
    position: relative;
    z-index: 1035;
}

.header-pro-07.is-menu-open {
    z-index: 1060;
}

.header-pro-07__panel.is-open {
    z-index: 1050;
}

:root {
    --header-pro-07-height: 140px;
}

@media (min-width: 992px) {
    :root {
        --header-pro-07-height: 205px;
    }
}

.hero-pro-07--header-offset .hero-pro-07__container {
    padding-top: 0;
}

.header-pro-07__bg {
    position: absolute;
    inset: 0;
    transition: opacity .35s ease;
    pointer-events: none;
    z-index: 0;
}

.header-pro-07__brand-wrap {
    z-index: 1046;
}

.header-pro-07__brand-box {
    position: relative;
    z-index: 4;
}

.header-pro-07__toggle {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    border-left: 0 !important;
}

.header-pro-07__hamburger {
    position: relative;
    width: 28px;
    height: 18px;
    display: inline-block;
}

.header-pro-07__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform .28s ease, opacity .22s ease, top .28s ease;
}

.header-pro-07__hamburger span:nth-child(1) {
    top: 0;
}

.header-pro-07__hamburger span:nth-child(2) {
    top: 8px;
}

.header-pro-07__hamburger span:nth-child(3) {
    top: 16px;
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(2) {
    opacity: 0;
}

.header-pro-07.is-menu-open .header-pro-07__hamburger span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

.header-pro-07__panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
            opacity .28s ease,
            transform .28s ease,
            visibility 0s linear .28s;
}

.header-pro-07__panel[hidden] {
    display: block !important;
    pointer-events: none;
}

.header-pro-07__panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition:
            opacity .28s ease,
            transform .28s ease,
            visibility 0s linear 0s;
}

.header-pro-07__panel.is-closing {
    opacity: 0;
    visibility: visible;
    transform: translateY(10px);
    pointer-events: none;
    transition:
            opacity .24s ease,
            transform .24s ease,
            visibility 0s linear .24s;
}

.header-pro-07__panel-link {
    padding: 1rem 0;
    letter-spacing: .18em;
    font-size: .9rem;
    transition: padding-left .25s ease;
    text-transform: none;
    text-decoration: none;
}

.header-pro-07__panel-link.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.header-pro-07__panel-link:hover {
    padding-left: .35rem;
}

@media (max-width: 575px) {
    .header-pro-07__brand-padding {
        padding: 0;
    }
}

.header-pro-07__brand-link,
.header-pro-07__brand-box {
    min-height: auto;
}

.header-pro-07__brand-link {
    padding: 1.5rem;
}

.footer-pro-07__brand-box .header-pro-07__brand-link {
    padding: 2rem 1.25rem 1.25rem 0;
}
.header-pro-07__desktop-menu {
    padding: .85rem 1.25rem .85rem 0;
}

.header-pro-07__bg {
    opacity: 1;
}

.header-pro-07__desktop-menu {
    padding: .775rem 1.5rem;
    border-radius: 30px;
}

.header-pro-07__desktop-link {
    position: relative;
    display: inline-flex;
    padding: .35rem 0;
    transition: transform .25s ease, opacity .25s ease;
}

.header-pro-07__desktop-link:hover {
    opacity: .85;
    transform: translateY(-2px);
}

.header-pro-07__desktop-link:hover::after,
.header-pro-07__desktop-link--active::after {
    transform: scaleX(1);
}

.hero-pro-07__row {
    transform: none;
}

@media (min-width: 992px) {
    .header-pro-07__brand-link {
        padding: 1.5rem 0;
    }
    .hero-pro-07__row {
        transform: none;
    }
}

.header-pro-07__page-title-bg,
.header-pro-07__page-title-overlay {
    position: absolute;
    inset: 0;
}

.header-pro-07__page-title-bg {
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer-text {
    font-size: 0.925rem;
}
