/* =========================================================
   WEBARTY — SOBRE NÓS
   HERO V2
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */

.wa-about-hero-v2,
.wa-about-hero-v2 *,
.wa-about-hero-v2 *::before,
.wa-about-hero-v2 *::after {
    box-sizing: border-box;
}

.wa-about-hero-v2 h1,
.wa-about-hero-v2 p {
    margin: 0;
    padding: 0;
}

.wa-about-hero-v2 a {
    text-decoration: none;
}

.wa-about-hero-v2 {
    --wa-hero-dark: #17213d;
    --wa-hero-dark-soft: #1b2f4e;
    --wa-hero-teal: #00a78e;
    --wa-hero-teal-hover: #008f7a;
    --wa-hero-teal-active: #007c6b;
    --wa-hero-green: #36c88a;

    position: relative;
    isolation: isolate;

    display: flex;

    width: 100%;
    min-height: 620px;

    align-items: center;

    padding: 144px 40px 96px;

    overflow: hidden;

    color: #ffffff;

    background:
        linear-gradient(
            122deg,
            var(--wa-hero-dark) 0%,
            var(--wa-hero-dark-soft) 54%,
            #075d62 100%
        );

    font-family:
        "Roboto",
        Arial,
        sans-serif;
}

.wa-about-hero-v2__background {
    position: absolute;
    inset: 0;

    overflow: hidden;

    pointer-events: none;

    z-index: -1;
}

.wa-about-hero-v2__background::before {
    content: "";

    position: absolute;

    top: -410px;
    left: -270px;

    width: 820px;
    height: 820px;

    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 50%;
}

.wa-about-hero-v2__background::after {
    content: "";

    position: absolute;

    right: -390px;
    bottom: -670px;

    width: 1120px;
    height: 1120px;

    border: 1px solid rgba(54, 200, 138, 0.14);
    border-radius: 50%;
}

.wa-about-hero-v2__circle {
    position: absolute;

    display: block;

    border-radius: 50%;
}

.wa-about-hero-v2__circle--left {
    top: 110px;
    left: 11%;

    width: 190px;
    height: 190px;

    border: 1px solid rgba(255, 255, 255, 0.045);
}

.wa-about-hero-v2__circle--right {
    top: 62px;
    right: 10%;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(0, 167, 142, 0.18);
}

.wa-about-hero-v2__glow {
    position: absolute;

    top: 48%;
    right: -150px;

    display: block;

    width: 780px;
    height: 780px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 167, 142, 0.29) 0%,
            rgba(0, 167, 142, 0.1) 35%,
            rgba(0, 167, 142, 0) 72%
        );

    transform: translateY(-50%);

    filter: blur(14px);
}

.wa-about-hero-v2__grid {
    position: absolute;

    right: -4%;
    bottom: -16%;

    width: 58%;
    height: 80%;

    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        );

    background-size: 46px 46px;

    mask-image:
        linear-gradient(
            135deg,
            transparent 0%,
            #000000 34%,
            #000000 100%
        );

    -webkit-mask-image:
        linear-gradient(
            135deg,
            transparent 0%,
            #000000 34%,
            #000000 100%
        );
}

.wa-about-hero-v2__container {
    position: relative;

    width: min(calc(100% - 96px), 1380px);

    margin: 0 auto;

    z-index: 2;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__content {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    max-width: 1080px !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto !important;

    text-align: center !important;
}

.wa-about-hero-v2__eyebrow {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #7ce3cb;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.13em;

    text-align: center;
    text-transform: uppercase;
}

.wa-about-hero-v2__eyebrow-line {
    display: block;

    width: 39px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--wa-hero-teal),
            var(--wa-hero-green)
        );
}

.wa-about-hero-v2__eyebrow-line--right {
    background:
        linear-gradient(
            90deg,
            var(--wa-hero-green),
            var(--wa-hero-teal),
            transparent
        );
}

body
.wa-about-hero-v2
.wa-about-hero-v2__title {
    display: block !important;

    width: 100% !important;
    max-width: 960px !important;

    margin: 0 auto 26px !important;
    padding: 0 !important;

    color: #ffffff !important;

    background: none !important;
    background-image: none !important;

    font-family:
        "Roboto",
        Arial,
        sans-serif !important;

    font-size: clamp(48px, 4.6vw, 64px) !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.047em !important;

    text-align: center !important;
    text-transform: none !important;

    text-shadow:
        0 12px 34px rgba(4, 18, 39, 0.22);

    -webkit-text-fill-color: #ffffff !important;
}

.wa-about-hero-v2__title > span {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    text-align: center;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__description {
    display: block !important;

    width: 100% !important;
    max-width: 900px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.82) !important;

    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;

    text-align: center !important;

    -webkit-text-fill-color:
        rgba(255, 255, 255, 0.82) !important;
}

.wa-about-hero-v2__actions {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 13px;

    margin-top: 34px;

    text-align: center;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button {
    display: inline-flex;

    min-height: 56px;

    align-items: center;
    justify-content: center;

    padding: 0 27px;

    border: 1px solid transparent;
    border-radius: 999px;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.045em !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button--primary,
body
.wa-about-hero-v2
.wa-about-hero-v2__button--primary:visited {
    border-color: var(--wa-hero-teal) !important;

    color: #ffffff !important;

    background: var(--wa-hero-teal) !important;
    background-color: var(--wa-hero-teal) !important;
    background-image: none !important;

    box-shadow:
        0 15px 32px rgba(0, 167, 142, 0.25);

    -webkit-text-fill-color: #ffffff !important;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button--primary:hover {
    border-color: var(--wa-hero-teal-hover) !important;

    background: var(--wa-hero-teal-hover) !important;
    background-color: var(--wa-hero-teal-hover) !important;

    box-shadow:
        0 19px 38px rgba(0, 143, 122, 0.32);

    transform: translateY(-2px);
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button--primary:active {
    border-color: var(--wa-hero-teal-active) !important;

    background: var(--wa-hero-teal-active) !important;
    background-color: var(--wa-hero-teal-active) !important;

    transform: translateY(0);
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button--secondary,
body
.wa-about-hero-v2
.wa-about-hero-v2__button--secondary:visited {
    border-color: rgba(255, 255, 255, 0.22) !important;

    color: #ffffff !important;

    background: rgba(255, 255, 255, 0.075) !important;
    background-image: none !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    -webkit-text-fill-color: #ffffff !important;
}

body
.wa-about-hero-v2
.wa-about-hero-v2__button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.38) !important;

    background: rgba(255, 255, 255, 0.13) !important;

    transform: translateY(-2px);
}

body
.wa-about-hero-v2
.wa-about-hero-v2__areas {
    display: flex !important;

    width: 100% !important;

    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;

    gap: 10px 19px !important;

    margin: 30px auto 0 !important;

    text-align: center !important;
}

.wa-about-hero-v2__areas span {
    position: relative;

    display: inline-flex;

    align-items: center;

    color: rgba(255, 255, 255, 0.74);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.wa-about-hero-v2__areas span:not(:first-child)::before {
    content: "";

    display: block;

    width: 4px;
    height: 4px;

    margin-right: 19px;

    border-radius: 50%;

    background: var(--wa-hero-teal);
}

.wa-about-hero-v2__button:focus-visible {
    outline: 3px solid rgba(0, 167, 142, 0.34);
    outline-offset: 3px;
}

@media (max-width: 1280px) {

    .wa-about-hero-v2 {
        min-height: 590px;

        padding: 136px 32px 86px;
    }

    .wa-about-hero-v2__container {
        width: min(calc(100% - 64px), 1240px);
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__title {
        max-width: 900px !important;

        font-size: clamp(46px, 4.4vw, 60px) !important;
    }
}

@media (max-width: 980px) {

    .wa-about-hero-v2 {
        min-height: auto;

        padding: 124px 28px 80px;
    }

    .wa-about-hero-v2__container {
        width: min(100%, 840px);
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__title {
        max-width: 790px !important;

        font-size: clamp(42px, 6.2vw, 56px) !important;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__description {
        max-width: 790px !important;
    }
}

@media (max-width: 767px) {

    .wa-about-hero-v2 {
        padding: 124px 20px 70px;
    }

    .wa-about-hero-v2__container {
        width: 100%;
        max-width: 100%;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__content {
        align-items: flex-start !important;

        text-align: left !important;
    }

    .wa-about-hero-v2__eyebrow {
        justify-content: flex-start;

        margin-bottom: 16px;

        font-size: 11px;

        text-align: left;
    }

    .wa-about-hero-v2__eyebrow-line {
        width: 29px;
    }

    .wa-about-hero-v2__eyebrow-line--right {
        display: none;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__title {
        max-width: 100% !important;

        margin-bottom: 20px !important;

        font-size: clamp(35px, 9.5vw, 42px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.04em !important;

        text-align: left !important;
    }

    .wa-about-hero-v2__title > span {
        display: inline;

        width: auto;

        text-align: left;
    }

    .wa-about-hero-v2__title > span + span::before {
        content: " ";
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__description {
        max-width: 100% !important;

        margin: 0 !important;

        font-size: 16.5px !important;
        line-height: 1.65 !important;

        text-align: left !important;
    }

    .wa-about-hero-v2__actions {
        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 28px;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__button {
        width: 100%;
        min-height: 54px;

        padding: 0 19px;

        font-size: 12.5px !important;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__areas {
        width: auto !important;
        max-width: 100% !important;

        justify-content: center !important;
        flex-wrap: nowrap !important;

        gap: 0 !important;

        margin: 26px auto 0 !important;

        text-align: center !important;
    }

    .wa-about-hero-v2__areas span {
        flex: 0 0 auto !important;

        font-size: 11.5px;
        line-height: 1.25;

        white-space: nowrap !important;
    }

    .wa-about-hero-v2__areas span:nth-child(4) {
        display: none !important;
    }

    .wa-about-hero-v2__areas span:not(:first-child)::before {
        width: 3px;
        height: 3px;

        margin-right: 8px;
        margin-left: 8px;
    }

    .wa-about-hero-v2__circle--right {
        right: -90px;
    }

    .wa-about-hero-v2__grid {
        width: 100%;
    }
}

@media (max-width: 420px) {

    .wa-about-hero-v2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__title {
        font-size: 35px !important;
    }

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__areas {
        width: auto !important;
        max-width: 100% !important;
    }

    .wa-about-hero-v2__areas span {
        font-size: 11px;
    }

    .wa-about-hero-v2__areas span:not(:first-child)::before {
        margin-right: 7px;
        margin-left: 7px;
    }
}

@media (max-width: 359px) {

    body
    .wa-about-hero-v2
    .wa-about-hero-v2__areas {
        width: auto !important;
        max-width: 100% !important;
    }

    .wa-about-hero-v2__areas span:not(:first-child)::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .wa-about-hero-v2__button {
        transition: none !important;
    }

    .wa-about-hero-v2__button:hover {
        transform: none !important;
    }
}

/* =========================================================
   MOBILE SIDE GUTTERS
   24 PX / 20 PX
   ========================================================= */

@media (max-width: 640px) {

    .wa-about-hero-v2 {
        padding-right: 0;
        padding-left: 0;
    }

    .wa-about-hero-v2__container {
        width: calc(100% - 48px);
        max-width: none;
    }
}

@media (max-width: 390px) {

    .wa-about-hero-v2__container {
        width: calc(100% - 40px);
    }
}
