@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

:root {
    --campaign-blue: #1a2848;
    --campaign-blue-strong: #173560;
    --campaign-blue-footer: #002b4d;
    --campaign-orange: #f56b13;
    --campaign-orange-hover: #d95008;
    --campaign-white: #fff;
    --campaign-ink: #162342;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    color: var(--campaign-ink);
    background: var(--campaign-blue-footer);
    font-family: "Nexa", Arial, sans-serif;
    font-weight: 200;
}

body,
button,
input {
    font-family: "Nexa", Arial, sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
strong,
button,
.primary-button,
.site-header .nav-link {
    font-weight: 900;
}

a {
    color: inherit;
}

.feedback-layer {
    position: fixed;
    z-index: 1200;
    top: 20px;
    left: 50%;
    width: min(92vw, 560px);
    transform: translateX(-50%);
}

.feedback-layer .alert {
    margin: 0;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.hero {
    position: relative;
    min-height: clamp(860px, 64.1vw, 1230px);
    overflow: hidden;
    color: var(--campaign-white);
    background-color: var(--campaign-blue-strong);
    background-image: url("../img/bg-hero.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 42px;
    background: #fff;
    clip-path: polygon(0 55%, 44% 55%, 50% 100%, 56% 55%, 100% 55%, 100% 100%, 0 100%);
}

.hero-container {
    position: relative;
    z-index: 3;
    min-height: inherit;
}

.site-header {
    min-height: 112px;
    padding: 18px 0;
    transition: background-color .22s ease, box-shadow .22s ease, padding .22s ease, min-height .22s ease, border-radius .22s ease, backdrop-filter .22s ease;
}

.site-header .navbar-brand img {
    display: block;
    width: 176px;
    height: auto;
}

.site-header .navbar-nav {
    gap: 18px;
}

.site-header .nav-link {
    padding: 4px 10px 3px !important;
    border: 3px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    letter-spacing: -.6px;
    text-shadow: 0 2px 4px rgba(13, 28, 59, .28);
    text-transform: uppercase;
    transition: color .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease, text-shadow .2s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    border-color: var(--campaign-blue);
    color: var(--campaign-blue);
    opacity: .78;
    text-shadow: none;
}

.site-header .nav-donate {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-color: var(--campaign-orange);
    color: #fff;
    background: var(--campaign-orange);
    box-shadow: 0 10px 24px rgba(234, 103, 28, .24);
    text-shadow: none;
}

.nav-heart {
    width: 19px;
    height: 19px;
    fill: currentColor;
    flex: 0 0 auto;
}

.site-header .nav-donate:hover,
.site-header .nav-donate:focus {
    border-color: #fff;
    color: #fff;
    background: var(--campaign-blue);
    opacity: 1;
}

.site-header.is-fixed {
    position: fixed;
    z-index: 1040;
    top: 14px;
    left: 50%;
    width: min(calc(100% - 28px), 1320px);
    min-height: 74px;
    padding: 12px 22px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(22, 54, 103, .96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.site-header.is-fixed .navbar-brand img {
    width: 150px;
}

.site-header.is-fixed .nav-link {
    color: #fff;
}

.site-header.is-fixed .nav-link:hover,
.site-header.is-fixed .nav-link:focus {
    border-color: #fff;
    color: #fff;
    opacity: 1;
}

.site-header.is-fixed .navbar-toggler {
    width: 56px;
    height: 56px;
    border-width: 3px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}

.site-header.is-fixed .navbar-toggler-icon {
    width: 28px;
    height: 28px;
}

.hero-content {
    width: min(50%, 620px);
    margin-left: clamp(0px, 3.1vw, 50px);
    padding-top: clamp(48px, 4.3vw, 74px);
    padding-bottom: 20px;
}

.hero-content h1 {
    margin: 0;
    font-size: clamp(52px, 4.4vw, 68px);
    line-height: .84;
    letter-spacing: -2px;
}

.hero-content h1 span {
    color: var(--campaign-orange);
}

.hero-content > p {
    max-width: min(600px, 37.5vw);
    margin: 24px 0 28px;
    color: rgba(255, 255, 255, .95);
    font-size: clamp(20px, 1.88vw, 28px);
    line-height: 1.25;
}

.campaign-signature {
    width: min(100%, clamp(370px, 29vw, 540px));
    margin: 0 0 18px;
}

.campaign-signature img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 0;
}

.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    padding: 12px 20px 8px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--campaign-orange);
    font-size: clamp(25px, 2.5vw, 32px);
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

@media (min-width: 1200px) {
    .hero-actions .primary-button {
        position: absolute;
        top: 50.8vw;
        left: 54.1%;
        width: min(31vw, 596px);
    }
}

.primary-button:hover,
.primary-button:focus {
    color: #fff;
    background: var(--campaign-orange-hover);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .23);
    transform: translateY(-2px);
}

.jingle-button {
    display: inline-flex;
    align-items: center;
    min-height: 62px;
    padding: .55rem .85rem .55rem .55rem;
    gap: .75rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.jingle-button:hover,
.jingle-button:focus {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
}

.jingle-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: var(--bs-primary);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    flex: 0 0 auto;
}

.jingle-play svg {
    width: 26px;
    fill: currentColor;
}

.jingle-label {
    display: block;
    max-width: 190px;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.03em;
    text-align: left;
}

.jingle-bars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    padding-right: 4px;
}

.jingle-bars i {
    display: block;
    width: 4px;
    height: 10px;
    border-radius: 999px;
    background: #fff;
    opacity: .55;
}

.jingle-button.is-playing {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .18);
}

.jingle-button.is-playing .jingle-play {
    color: var(--bs-primary);
    background: #fff;
}

.jingle-button.is-playing .jingle-bars i {
    animation: soundBars .72s ease-in-out infinite;
    opacity: 1;
}

.jingle-button.is-playing .jingle-bars i:nth-child(2) {
    animation-delay: .12s;
}

.jingle-button.is-playing .jingle-bars i:nth-child(3) {
    animation-delay: .24s;
}

@keyframes soundBars {
    0%, 100% { height: 8px; }
    50% { height: 24px; }
}

.mobile-menu {
    color: #fff;
    border-left: 0;
    background: linear-gradient(180deg, rgba(255, 121, 7, .18), rgba(22, 54, 103, 0) 42%), #163667;
    box-shadow: -20px 0 55px rgba(0, 0, 0, .34);
}

.mobile-menu .offcanvas-header img {
    width: 190px;
    max-width: 72%;
    height: auto;
}

.mobile-menu .btn-close {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background-size: 14px;
    opacity: 1;
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.mobile-menu nav a {
    display: inline-flex;
    width: auto;
    padding: 8px 15px 7px;
    border: 3px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.7px;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(13, 28, 59, .28);
    text-transform: uppercase;
}

.mobile-menu nav a:hover,
.mobile-menu nav a:focus {
    border-color: #fff;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.mobile-menu nav .nav-donate {
    border: 2px solid var(--campaign-orange);
    background: var(--campaign-orange);
}

.mobile-menu .nav-heart {
    width: 22px;
    height: 22px;
}

.section-with-notch {
    position: relative;
}

.about-section {
    margin: 0;
    padding: 70px 0 48px;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 0;
    align-items: center;
}

.about-photo {
    width: 75%;
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #d5d7dc;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

.about-copy h2,
.regions-section h2 {
    margin: 0 0 26px;
    color: var(--campaign-ink);
    font-size: clamp(50px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -2px;
}

.about-copy p {
    margin: 0 0 17px;
    color: #4e5058;
    font-size: 16px;
    line-height: 1.42;
}

.about-copy strong {
    color: #23242a;
}

.vision-section {
    padding: 100px 0 110px;
    color: #fff;
    background: var(--campaign-blue);
}

.vision-section::before,
.regions-section::before,
.site-footer .section-notch {
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 0;
    width: 100%;
    height: 42px;
    background: #fff;
    clip-path: polygon(0 0, 44% 0, 50% 100%, 56% 0, 100% 0, 100% 0, 0 0);
}

.vision-section::after,
.regions-section::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -41px;
    left: 0;
    height: 42px;
    background: inherit;
    clip-path: polygon(0 0, 44% 0, 50% 100%, 56% 0, 100% 0);
}

.vision-section h2 {
    margin: 0 0 50px;
    color: var(--campaign-orange);
    font-size: clamp(48px, 4.375vw, 56px);
    text-align: center;
}

.vision-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}

.vision-card {
    display: flex;
    flex: 0 1 calc(33.333% - 16px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    padding: 50px 35px;
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 28px;
    text-align: center;
}

.vision-card img {
    width: 110px;
    height: 92px;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: center;
}

.vision-card h3 {
    margin: 0 0 20px;
    color: var(--campaign-orange);
    font-size: clamp(24px, 2vw, 30px);
    line-height: .96;
    letter-spacing: -1.5px;
}

.vision-card p {
    max-width: 270px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.18;
}

.vision-commitment {
    margin: 50px 0 0;
    font-size: clamp(18px, 1.5vw, 22px);
    text-align: center;
}

.regions-section {
    padding: 115px 0 120px;
    background: #fff;
}

.regions-container {
    max-width: 950px;
}

.regions-section h2 {
    margin-bottom: 50px;
    text-align: center;
}

.region-item + .region-item {
    margin-top: 24px;
}

.region-item h3 {
    margin: 0 0 12px;
    color: #121212;
    font-size: clamp(23px, 1.8vw, 31px);
}

.region-card {
    display: grid;
    grid-template-columns: 33% 67%;
    min-height: 250px;
    overflow: hidden;
    border-radius: 23px;
    background: #e7e7e7;
}

.region-story {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.region-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .06) 78%);
}

.region-story > div {
    position: relative;
    z-index: 1;
}

.region-osasco {
    background-image: url("../img/regiao-osasco.jpg");
}

.region-rio-preto {
    background-image: url("../img/regiao-rio-preto.jpg");
}

.region-story p {
    margin: 0 0 18px;
    font-size: clamp(17px, 1.3vw, 22px);
    line-height: 1.12;
}

.region-story strong,
.region-story span {
    display: block;
}

.region-story strong {
    font-size: clamp(23px, 1.7vw, 30px);
    line-height: 1;
}

.region-story span {
    font-size: 18px;
}

.region-card iframe {
    width: 100%;
    min-height: 250px;
    border: 0;
}

.site-footer {
    position: relative;
    min-height: 382px;
    padding: 115px 0 85px;
    color: #fff;
    background: var(--campaign-blue-footer);
}

.site-footer .section-notch {
    background: #fff;
}

.footer-inner {
    position: relative;
    max-width: 1100px;
    text-align: center;
}

.site-footer h3 {
    margin: 0;
    color: var(--campaign-orange);
}

.supporter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    padding: 8px 16px;
    border: 1px solid #ff7907;
    border-radius: 800px;
    color: #fff;
    background: #ff7907;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.supporter-button:hover,
.supporter-button:focus {
    border-color: #ff5800;
    color: #fff;
    background: #ff5800;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .23);
    transform: translateY(-2px);
}

.site-footer h3 {
    font-size: 23px;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.social-list a {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    text-decoration: none;
}

.social-list a:hover,
.social-list a:focus {
    color: #fff;
}

.social-list span {
    color: var(--campaign-orange);
}

.party-mark {
    position: absolute;
    right: 12px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    line-height: .8;
    text-align: left;
}

.party-mark strong {
    font-size: 27px;
    font-style: italic;
    letter-spacing: -2px;
}

.party-mark small {
    margin-top: 7px;
    font-size: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .hero-content {
        width: 52%;
    }
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 76px;
    }

    .hero {
        min-height: auto;
        background-position: 61% center;
    }

    .hero::before {
        content: "";
        position: absolute;
        z-index: 1;
        inset: 0;
        background: linear-gradient(90deg, rgba(14, 48, 91, .98) 0%, rgba(14, 48, 91, .88) 45%, rgba(14, 48, 91, .28) 100%);
    }

    .site-header {
        position: relative;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        min-height: 112px;
        padding: calc(22px + env(safe-area-inset-top)) 0 16px;
        flex-wrap: nowrap;
        gap: 0;
    }

    .site-header .navbar-brand img {
        width: 225px;
        max-width: 58vw;
    }

    .site-header .navbar-toggler {
        width: 72px;
        height: 72px;
        padding: 0;
        border: 4px solid rgba(255, 255, 255, .35);
        border-radius: 24px;
        background: rgba(83, 65, 55, .34);
        box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .13), 0 12px 32px rgba(0, 0, 0, .18);
    }

    .site-header .navbar-toggler:focus {
        box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .13), 0 0 0 .18rem rgba(255, 255, 255, .22);
    }

    .site-header .navbar-toggler-icon {
        width: 34px;
        height: 34px;
    }

    .site-header.is-fixed {
        top: 12px;
        width: calc(100% - 24px);
        min-height: 72px;
        padding: 10px 14px 10px 18px;
        border-radius: 26px;
    }

    .site-header.is-fixed .navbar-brand img {
        width: 185px;
        max-width: 58vw;
    }

    .hero-content {
        width: 70%;
        margin-left: 0;
        padding-top: 48px;
        padding-bottom: 70px;
    }

    .hero-content h1 {
        font-size: clamp(52px, 8vw, 70px);
    }

    .hero-content > p {
        max-width: 500px;
        color: rgba(255, 255, 255, .87);
    }

    .about-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .about-photo {
        width: min(100%, 520px);
        height: 640px;
        margin: 0 auto;
    }

    .vision-card {
        flex-basis: calc(50% - 17px);
    }

    .region-card {
        grid-template-columns: 40% 60%;
    }

    .mobile-menu {
        width: min(82vw, 360px);
        border-radius: 32px 0 0 32px;
    }

    .mobile-menu .offcanvas-header {
        min-height: 118px;
        padding: 28px 26px 16px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .mobile-menu .offcanvas-body {
        padding: 34px 26px;
    }

    .supporter-button {
        margin-top: 16px;
        margin-bottom: 10px;
        padding: 15px 22px;
        font-size: 1.35rem;
        line-height: 1;
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: auto;
        background-position: 62% center;
    }

    .hero::before {
        background: linear-gradient(90deg, rgba(14, 48, 91, .97) 0%, rgba(14, 48, 91, .84) 62%, rgba(14, 48, 91, .42) 100%);
    }

    .hero-content {
        width: 92%;
        padding-top: 38px;
        padding-bottom: 50px;
    }

    .hero-content h1 {
        max-width: 520px;
        font-size: clamp(47px, 13vw, 68px);
        letter-spacing: -2.5px;
    }

    .hero-content > p {
        max-width: 500px;
        font-size: 18px;
    }

    .campaign-signature {
        width: min(100%, 340px);
        margin-bottom: 26px;
    }

    .primary-button {
        min-height: 51px;
        font-size: 20px;
    }

    .jingle-button {
        width: 100%;
        max-width: 340px;
        justify-content: flex-start;
    }

    .jingle-label {
        max-width: none;
        font-size: .95rem;
    }

    .about-grid {
        gap: 45px;
    }

    .about-photo {
        height: min(125vw, 620px);
    }

    .vision-grid {
        gap: 22px;
    }

    .vision-card {
        flex-basis: 100%;
        min-height: 305px;
    }

    .vision-card p {
        font-size: 20px;
    }

    .region-card {
        grid-template-columns: 1fr;
    }

    .region-story {
        min-height: 310px;
    }

    .region-card iframe {
        min-height: 290px;
    }

    .party-mark {
        position: static;
        align-items: center;
        margin-top: 42px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        min-height: 108px;
        padding-top: 19px;
        padding-bottom: 14px;
    }

    .site-header .navbar-brand img {
        width: 228px;
        max-width: 61vw;
    }

    .site-header .navbar-toggler {
        width: 66px;
        height: 66px;
        border-radius: 22px;
    }

    .site-header .navbar-toggler-icon {
        width: 31px;
        height: 31px;
    }

    .supporter-button {
        width: 100%;
        max-width: 340px;
        font-size: 1.22rem;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .hero {
        min-height: auto;
        background-position: 60% center;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 47px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .campaign-signature {
        width: min(100%, 300px);
    }

    .about-copy h2,
    .regions-section h2 {
        font-size: 49px;
    }

    .social-list {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 390px) {
    .site-header .navbar-brand img {
        width: 200px;
    }

    .site-header .navbar-toggler {
        width: 60px;
        height: 60px;
        border-radius: 20px;
    }

    .site-header.is-fixed .navbar-brand img {
        width: 176px;
    }

    .site-header.is-fixed .navbar-toggler {
        width: 54px;
        height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
