  .btn-primary {
    background-color: #AB3165;
    color: #fff;
    font-weight: 600;
    padding: .75rem;
    border-radius: .5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
  }

  .btn-primary:hover {
    opacity: .9
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 2000;
    align-items: center;
    justify-content: center
  }

  .modal-content {
    background: #fff;
    width: 100%;
    padding: 50px 20px 80px 20px;
    border-radius: .5rem;
    position: relative;
    overflow-y: auto
  }

  .close-modal {
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1.2rem;
    color: #6b7280;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1
  }

  .close-modal:hover {
    color: #1f2937
  }

  .donation-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    margin-top: 1rem
  }

  .donation-option {
    position: relative
  }

  .donation-link {
    display: inline-block;
    text-align: center;
    padding: .75rem;
    border: 2px solid #24CA68;
    border-radius: .5rem;
    color: #24CA68;
    font-weight: 600;
    background: none;
    cursor: pointer;
    min-height: 56px;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box;
    text-decoration: none
  }

  .donation-link:hover {
    background-color: #24CA68;
    ;
    color: #fff
  }

  .highlight {
    border-color: #24CA68;
    background-color: #24CA68;
    color: #fff
  }

  .popular-badge {
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #24CA68;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    padding: .15rem .35rem;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgb(0 0 0 / .2)
  }

  .popular-badge svg {
    width: 12px;
    height: 12px;
    fill: #fff
  }

  .col-span-2 {
    grid-column: span 2 / span 2
  }

  .donation-card {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / .1);
    border-radius: .5rem;
    padding: .75rem;
    margin-bottom: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  @media(max-width:768px) {
    .topVakinha h1 {
      font-size: 28px !important;
      line-height: 1.3 !important;
      padding: 0 10px !important;
      color: #000000 !important
    }

    .topVakinha span {
      font-size: 18px !important;
      padding: 0 15px !important;
      color: #000000 !important;
      text-transform: none !important
    }

    .logo div:first-child {
      width: 40px !important;
      height: 40px !important;
      padding: 5px !important
    }

    .logo div:first-child img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important
    }

    .logo div:last-child span:first-child {
      font-size: 0.95rem !important
    }

    .logo div:last-child span:last-child {
      font-size: 0.65rem !important
    }
  }

  .tab-menu {
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .tab-menu:hover {
    color: var(--cor-primaria) !important;
    border-bottom-color: var(--cor-primaria) !important
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block !important;
  }

  .donation-link {
    transition: all 0.3s ease !important;
    position: relative;
    border-color: #24CA68 !important;
    color: #24CA68 !important;
    font-size: 18px !important;
    padding: 18px 12px !important;
  }

  .donation-link:hover {
    background-color: #2b16eb !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(36, 202, 104, 0.4) !important;
  }

  .donation-link.highlight {
    background: linear-gradient(135deg, #FFB300 0%, #FF8F00 100%) !important;
    border-color: #FF8F00 !important;
    color: #fff !important;
  }

  .donation-link.highlight:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 6px 18px rgba(255, 143, 0, 0.5) !important;
  }

  .modal-content {
    max-height: 85vh;
    overflow-y: auto;
  }

  .popular-badge {
    z-index: 2;
    white-space: nowrap;
  }

  @import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

  .galeria {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .galeria .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .galeria .image.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
  }

  .galeria .image.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain
  }

  @media(max-width:992px) {
    .galeria {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      overflow: hidden
    }

    .galeria .swiper-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%
    }

    .galeria .image.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0
    }

    .galeria .image.swiper-slide img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      border-radius: 8px
    }
  }

  .galeria .image.swiper-slide img[src*=".gif"] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain
  }

  body,
  html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/2f9f484c332ee5de-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/b5215411e8ce7768-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/1c6f4cbc58bf1b54-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/756f9c755543fe29-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/18663a228a3c9261-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/25460892714ab800-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/b15a336eec276995-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/9364c9a9ce248cb1-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/6ec89c3f4265bc9b-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/155cae559bbd1a77-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/f1df658da56627d0-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/4de1fea1a954a5b6-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/162938472036e0a8-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/6d664cce900333ee-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/af4d27004aa34222-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
  }

  @font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/temporary/9GQr2F6CAz57/fonts/7ff6869a1704182a-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
  }

  :root {
    --cor-primaria: rgb(36, 202, 104);
    --cor-secundaria: rgb(0, 157, 78);
    --bg_primario: rgb(255, 255, 255);
    --bg_secundario: rgb(249, 249, 249);
    --cor_texto: rgb(40, 40, 40);
    --cor_texto_gray: rgb(138, 138, 138)
  }

  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Lato", sans-serif;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    background: var(--bg_secundario);
    color: var(--cor_texto)
  }

  a {
    text-decoration: none !important;
    transition: all 0.3s linear
  }

  ul {
    margin: 0 !important;
    padding: 0 !important
  }

  ul li {
    padding: 0;
    margin: 0;
    list-style: none
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
    outline: 0
  }

  button,
  input,
  a,
  select,
  textarea {
    outline: 0 !important;
    border: 0;
    text-decoration: none;
    transition: all 0.2s linear
  }

  .container {
    max-width: 1140px !important;
    width: 100% !important;
    position: relative;
    z-index: 3;
    padding: 0 15px
  }

  header {
    border-bottom: 2px solid #f1f0f0;
    background-color: #fff;
    position: relative;
    z-index: 99
  }

  header .content-header {
    height: 90px
  }

  .menu-header {
    width: calc(100% - 170px);
    padding: 0 0 0 56px
  }

  .menu-header .item-menu {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--cor_texto);
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    cursor: pointer;
    transition: all .2s linear
  }

  .menu-header .item-menu svg {
    fill: var(--cor_texto);
    width: 24px;
    height: 24px;
    margin-left: 8px
  }

  .menu-header .item-menu:hover {
    opacity: .8
  }

  .menu-header .item-menu:nth-child(1) {
    padding: 0 16px 0 0
  }

  .menu-header .item-menu:nth-child(2) {
    padding: 0 16px
  }

  .menu-header .item-menu:nth-child(3) {
    padding: 0 0 0 16px
  }

  .menu-header .logArea {
    width: 100%
  }

  .menu-header .item-menu-busca {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto
  }

  .menu-header .item-menu-busca span {
    font-size: 14px;
    line-height: 21px;
    color: var(--cor-primaria);
    font-weight: 700;
    transition: all .2s linear
  }

  .menu-header .item-menu-busca svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: var(--cor-primaria);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: all .2s linear;
    padding-left: 3px
  }

  .menu-header .item-menu-account {
    padding: 0 16px 0 32px;
    font-size: 14px;
    line-height: 21px;
    color: var(--cor-primaria);
    font-weight: 700;
    cursor: pointer;
    transition: all .2s linear
  }

  .menu-header .item-menu-account:hover,
  .menu-header .item-menu-busca:hover span {
    color: var(--cor-secundaria)
  }

  .menu-header .item-menu-busca:hover svg {
    fill: var(--cor-secundaria)
  }

  .logo {
    max-width: 200px;
    display: flex;
    align-items: flex-start
  }

  .logo-img {
    max-height: 85px;
    width: auto;
    margin-top: 8px;
    object-fit: contain
  }

  .header-right {
    gap: 16px
  }

  .busca-header {
    cursor: pointer;
    display: flex;
    align-items: center
  }

  .busca-header svg {
    width: 24px;
    height: 24px;
    fill: #72c142;
    transition: all .2s linear
  }

  .busca-header:hover svg {
    fill: #5da836
  }

  .busca-mobile {
    padding-right: 12px
  }

  .busca-mobile svg {
    fill: #72c142;
    width: 24px;
    height: 24px
  }

  button.btn-create-button {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid #fff0;
    background-color: var(--cor-primaria);
    padding: 8px 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    transition: all .2s linear
  }

  button.btn-create-button:hover {
    background-color: var(--cor-secundaria)
  }

  section#corpo {
    position: relative;
    padding: 20px 0
  }

  .topVakinha {
    margin: 10px 0 20px
  }

  .topVakinha span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #404040;
    display: flex;
    justify-content: center
  }

  .topVakinha h1 {
    margin: 5px auto 7px;
    color: #404040;
    font-weight: 700;
    font-size: 48px;
    text-align: center
  }

  .topVakinha h1+span {
    color: #282828;
    font-size: 18px;
    line-height: 27px
  }

  .detailsVakinha {
    margin-right: -15px;
    margin-left: -15px
  }

  .detailsVakinha .detalhes {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }

  .detailsVakinha .detalhes .detalhes-view {
    padding: 15px;
    background-color: #fff;
    position: relative
  }

  .galeria {
    overflow: hidden;
    position: relative
  }

  .jeWFMw {
    display: flex;
    width: unset;
    padding: 26px 0 20px
  }

  .haSOVG {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 7px 0 0
  }

  .gNSeDc {
    position: relative;
    width: 14px
  }

  .lgcmt {
    background-color: #fff;
    border: 1px solid #f1f0f0;
    border-radius: 50px;
    color: #fff;
    display: block;
    line-height: 38px;
    text-align: center;
    height: 38px;
    width: 38px;
    max-width: 38px
  }

  .jLFjnt {
    background-color: #f1f0f0;
    border: 1px solid #f1f0f0;
    border-radius: 50px;
    color: #404040;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    font-size: 16px;
    padding-bottom: 3px
  }

  .kaMzRM {
    padding: 0 0 0 34px;
    display: flex;
    width: unset;
    -moz-box-align: center;
    align-items: center
  }

  .ivmFdA {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500
  }

  .iVMVsL {
    padding: 0 0 1px 4px
  }

  .galeria-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 5
  }

  .galeria-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    cursor: pointer;
    background-color: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 4px;
    transition: all .3s linear
  }

  .galeria-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cor-primaria)
  }

  .cbskvx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    box-shadow: #282828 1px 1px 3px;
    border-radius: 50%
  }

  .cbskvx::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    box-shadow: #fff 0 0 10px 40px
  }

  .detailsVakinha .resumo {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }

  .detailsVakinha .resumo .sticker-resumo {
    background-color: #fff;
    padding: 0 16px;
    position: sticky;
    top: 15px
  }

  .detailsVakinha .resumo .sticker-resumo .progresso {
    padding: 20px 0 22px
  }

  .detailsVakinha .resumo .sticker-resumo .progresso .barra-geral {
    display: flex;
    -moz-box-align: center;
    align-items: center
  }

  .detailsVakinha .resumo .sticker-resumo .barraTotal {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    height: 5px;
    background: #f1f0f0;
    display: inline-block
  }

  .detailsVakinha .resumo .sticker-resumo .barraParcial {
    overflow: hidden;
    background: var(--cor-primaria);
    height: 100%;
    border-radius: 15px;
    flex: 1 1 0%;
    transition: all .2s linear
  }

  .detailsVakinha .resumo .sticker-resumo .arrecadado span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1
  }

  .detailsVakinha .resumo .sticker-resumo .arrecadado h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--cor-primaria);
    margin: 0
  }

  .detailsVakinha .resumo .sticker-resumo .meta,
  .detailsVakinha .resumo .sticker-resumo .apoiadores {
    margin-top: 20px
  }

  .detailsVakinha .resumo .sticker-resumo .meta span,
  .detailsVakinha .resumo .sticker-resumo .apoiadores span {
    display: block;
    font-size: 20px;
    color: var(--cor_texto_gray);
    line-height: 1.1
  }

  .detailsVakinha .resumo .sticker-resumo .acao .btn-ajudar {
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid #fff0;
    background-color: var(--cor-primaria);
    padding: 12px 16px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    transition: all .2s linear;
    font-weight: 700;
    margin-bottom: 16px
  }

  .detailsVakinha .resumo .sticker-resumo .acao .btn-ajudar:hover {
    background-color: var(--cor-secundaria)
  }

  .detailsVakinha .resumo .sticker-resumo .acao {
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    margin-top: 15px
  }

  .perfil .avatar {
    border: 3px solid #f1f0f0;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c2c2c2
  }

  .perfil .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
  }

  .perfil .dadosPerfil {
    width: calc(100% - 50px)
  }

  .perfil .dadosPerfil h3 {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #404040;
    margin: 0 0 4px
  }

  .perfil .dadosPerfil span.cidade {
    font-size: 12px;
    display: block;
    color: #282828;
    font-weight: 400;
    line-height: 16px
  }

  .perfil .dadosPerfil span.ativo {
    font-size: 12px;
    display: block;
    color: #404040;
    font-weight: 700;
    line-height: 16px
  }

  .perfil .dadosPerfil span.vakinhas {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #282828;
    margin: 3px 0 0
  }

  span.vakinhas .bullet {
    margin: 2px 5px 0;
    background: #282828;
    width: 5px;
    height: 5px;
    border-radius: 50%
  }

  .perfil .dadosPerfil a {
    font-size: 10px;
    white-space: nowrap;
    text-decoration: underline !important;
    color: #1492e6;
    display: block;
    margin: 6px 0 25px 4px
  }

  .menu-detalhes {
    margin: 25px 0 0
  }

  .menu-detalhes ul {
    display: flex;
    align-items: center
  }

  .menu-detalhes ul li {
    border-bottom: 2px solid #dfdfdf;
    padding: 8px !important;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #282828
  }

  .menu-detalhes ul li:not(:last-child) {
    margin-right: 16px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto
  }

  .menu-detalhes ul li.active {
    border-bottom: 2px solid var(--cor-primaria);
    font-weight: 700;
    color: var(--cor-primaria);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto
  }

  .show-sobre {
    background-color: #fff;
    padding: 25px 16px
  }

  .show-sobre span.inicio {
    display: block;
    font-size: 14px;
    color: #3a3a3a;
    margin: 0 0 15px
  }

  .show-sobre p {
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
  }

  .plugin-facebook {
    background-color: #fff;
    padding: 20px 16px;
    margin-top: 20px
  }

  .facebook-comments .content-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
  }

  .facebook-comments .content-box .comentario {
    margin-bottom: 20px
  }

  .facebook-comments .content-box .comentario .content-comentario {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }

  .facebook-comments .content-box .comentario .content-comentario .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
  }

  .facebook-comments .content-box .comentario .content-comentario .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
  }

  .facebook-comments .content-box .comentario .text-comentario {
    width: calc(100% - 60px)
  }

  .facebook-comments .content-box .comentario .text-comentario h3 {
    font-size: 16px;
    color: #365899;
    font-weight: 600;
    margin: 0
  }

  .facebook-comments .content-box .comentario .text-comentario p {
    color: #1E1E1E;
    font-size: 15px;
    margin: 0 0 0;
    line-height: 20px;
    max-width: 96%
  }

  .facebook-comments .content-box .comentario .text-comentario .d-flex span {
    font-weight: 400;
    font-size: 14px;
    color: #365899
  }

  .facebook-comments .content-box .comentario .text-comentario .d-flex span:not(:last-child) {
    padding-right: 8px;
    margin-right: 5px;
    position: relative
  }

  .facebook-comments .content-box .comentario .text-comentario .d-flex span:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    background: #131313;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    position: absolute
  }

  .facebook-comments .content-box .comentario .respostas-comentarios {
    padding-left: 30px;
    margin: 25px 0 25px 29px;
    border-left: 1px solid #ccc
  }

  .facebook-comments p.final {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #555
  }

  .notificacao {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 20px rgb(13 13 13 / .2);
    position: fixed;
    z-index: 99;
    left: 25px;
    bottom: 40px;
    padding: 10px 34px 10px 10px;
    transition: all .2s linear;
    transform: translatey(20px);
    display: flex;
    align-items: center
  }

  .notificacao .avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 12px
  }

  .notificacao .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
  }

  .notificacao .content {
    width: calc(100% - 58px);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
  }

  .notificacao .content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--cor-primaria);
    line-height: 21px;
    margin: 0
  }

  footer {
    background-color: #282828;
    position: relative;
    margin-top: 40px
  }

  footer .aviso {
    position: absolute;
    top: -30px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #8a8a8a;
    left: 0;
    width: 100%
  }

  footer .content-footer {
    padding: 24px 0
  }

  footer .copyright {
    background-color: #5a5a5a;
    display: flex;
    width: unset;
    -moz-box-pack: center;
    justify-content: center;
    padding: 8px 0 10px
  }

  footer .copyright span {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 400
  }

  footer .sociais li a {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer
  }

  footer .sociais li a svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: all .2s linear
  }

  footer .sociais li .separador {
    margin: 0 8px;
    width: 2px;
    height: 20px;
    border-left: 1px solid #fff
  }

  footer .sociais li:last-child svg {
    width: 30px;
    height: 30px
  }

  footer .content {
    padding: 25px 0 0
  }

  footer .content .aba h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--cor-secundaria);
    text-decoration: none;
    text-transform: none;
    min-height: 24px;
    display: flex;
    margin: 0
  }

  footer .content .aba ul {
    padding: 12px 0 0px !important
  }

  footer .content .aba ul li:not(:last-child) {
    padding-bottom: 8px !important
  }

  footer .content .aba ul li a,
  footer .content .aba ul li span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-transform: none;
    transition: all .2s linear;
    display: flex
  }

  footer .content .aba ul li a:hover {
    opacity: .8;
    color: #fff
  }

  .modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(13 13 13 / .75);
    position: fixed
  }

  .modal.open .fora-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer
  }

  .modal.open .content-modal {
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    padding: 25px 25px 15px;
    max-width: 90%
  }

  .modal.open .content-modal .close-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cor-primaria);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: all .2s linear;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px
  }

  .modal.open .content-modal .close-modal:hover {
    background: var(--cor-secundaria)
  }

  .modal.open .content-modal h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 15px
  }

  .modal.open .content-modal .valores {
    max-width: 380px
  }

  .modal.open .content-modal .valores a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--cor-primaria);
    border-radius: 5px;
    height: 40px;
    width: 120px;
    font-weight: 700;
    transition: all .2s linear;
    margin-bottom: 12px
  }

  .modal.open .content-modal .valores a:hover {
    background-color: var(--cor-secundaria);
    color: #fff
  }

  @media(max-width:992px) {
    .modal.open .content-modal .valores a {
      width: 32%;
      font-size: 15px
    }

    .modal.open .content-modal {
      padding: 25px 15px 15px
    }

    .campanha-logo {
      display: flex;
      align-items: center;
      text-decoration: none
    }

    .campanha-texto {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      background: linear-gradient(135deg, #24CA68 0%, #1ea554 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: #fff0;
      background-clip: text;
      letter-spacing: .5px
    }

    @media (max-width:768px) {
      .campanha-texto {
        font-size: 1.2rem
      }
    }

    .pix-section {
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      border: 3px solid #24CA68;
      border-radius: 15px;
      padding: 25px;
      margin: 30px 0;
      box-shadow: 0 8px 25px rgb(36 202 104 / .25)
    }

    .pix-section h3 {
      color: #1f2937;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px
    }

    .pix-section .pix-explicativo {
      color: #4b5563;
      font-size: 1rem;
      margin-bottom: 20px;
      line-height: 1.6
    }

    .pix-button-container {
      display: flex;
      flex-direction: column;
      gap: 15px
    }

    .pix-key-button {
      background: linear-gradient(135deg, #24CA68 0%, #1ea554 100%);
      color: #fff;
      border: none;
      padding: 15px 25px;
      border-radius: 10px;
      font-weight: 700;
      font-size: 1.1rem;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgb(36 202 104 / .4);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      word-break: break-all;
      text-align: center
    }

    .pix-key-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgb(36 202 104 / .6)
    }

    .pix-key-button:active {
      transform: translateY(-1px)
    }

    .pix-info {
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      border-left: 4px solid #24CA68;
      margin-top: 15px
    }

    .pix-info p {
      margin: 5px 0;
      color: #4b5563;
      font-size: .95rem
    }

    .pix-info strong {
      color: #1f2937
    }

    .pix-feedback {
      position: fixed;
      top: 20px;
      right: 20px;
      padding: 15px 25px;
      border-radius: 10px;
      font-weight: 600;
      z-index: 10000;
      box-shadow: 0 4px 15px rgb(0 0 0 / .2);
      animation: slideIn 0.3s ease
    }

    .pix-feedback.success {
      background: #24CA68;
      color: #fff
    }

    .pix-feedback.error {
      background: #dc3545;
      color: #fff
    }

    @keyframes slideIn {
      from {
        transform: translateX(400px);
        opacity: 0
      }

      to {
        transform: translateX(0);
        opacity: 1
      }
    }

    @media (max-width:768px) {
      .pix-section {
        padding: 20px;
        margin: 20px 0
      }

      .pix-section h3 {
        font-size: 1.3rem
      }

      .pix-key-button {
        font-size: .95rem;
        padding: 12px 20px
      }

      .pix-feedback {
        top: 10px;
        right: 10px;
        left: 10px
      }
    }

    button.menu-mobile {
      width: 32px;
      height: 32px;
      background: #fff0;
      padding: 0
    }

    button.menu-mobile svg {
      width: 100%;
      height: 100%;
      fill: #282828;
      opacity: .8
    }

    .busca-mobile {
      padding-right: 16px
    }

    .busca-mobile svg {
      fill: var(--cor-primaria);
      width: 32px;
      height: 32px
    }

    header .content-header {
      height: 80px
    }

    section#corpo {
      padding: 0
    }

    .topVakinha h1+span {
      color: #282828;
      font-size: 16px;
      line-height: 24px
    }

    .topVakinha h1 {
      font-size: 24px
    }

    .detailsVakinha .detalhes {
      max-width: 100%;
      flex: 0 0 100%
    }

    .detailsVakinha .resumo {
      display: none
    }

    .jLFjnt {
      width: 30px;
      height: 30px
    }

    .lgcmt {
      height: 30px;
      width: 30px;
      max-width: 30px;
      line-height: 30px
    }

    .gNSeDc {
      width: 10px
    }

    .menu-detalhes ul li {
      font-size: 16px;
      line-height: 24px;
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto
    }

    .facebook-comments .content-box h4 {
      font-size: 15px
    }

    .facebook-comments .content-box .comentario .content-comentario .avatar {
      width: 40px;
      height: 40px
    }

    .facebook-comments .content-box .comentario .text-comentario {
      width: calc(100% - 50px)
    }

    .facebook-comments .content-box .comentario .text-comentario h3 {
      font-size: 15px
    }

    .facebook-comments .content-box .comentario .text-comentario p {
      color: #1E1E1E;
      font-size: 14px;
      margin: 0 0 0;
      line-height: 18px;
      max-width: 100%
    }

    .facebook-comments .content-box .comentario .text-comentario .d-flex span {
      font-size: 13px
    }

    .facebook-comments .content-box .comentario .respostas-comentarios {
      padding-left: 20px;
      margin: 20px 0 20px 20px;
      border-left: 1px solid #ccc
    }

    footer {
      margin-top: 80px;
      padding-bottom: 100px
    }

    footer .aviso {
      top: -70px
    }

    footer .content {
      flex-wrap: wrap
    }

    footer .content .aba.aba-links {
      width: 50%
    }

    footer .content .aba.aba-links:nth-child(3) {
      margin: 30px 0
    }

    footer .content .aba.aba-links:nth-child(4) {
      align-items: flex-end;
      justify-content: flex-end;
      padding-bottom: 34px
    }

    footer .content .aba.aba-links:nth-child(5) {
      width: 100%
    }

    footer .content .aba.aba-links:nth-child(5) ul {
      display: flex
    }

    footer .content .aba.aba-links:nth-child(5) ul li:first-child {
      margin-right: 15px
    }

    .progresso-mobile .porcentagem {
      color: var(--cor-primaria);
      font-weight: 700;
      margin-right: 10px;
      flex: 0 1 0%;
      font-size: 18px
    }

    .progresso-mobile .barra {
      width: 100%;
      overflow: hidden;
      border-radius: 15px;
      height: 10px;
      background: #f1f0f0;
      display: inline-block
    }

    .progresso-mobile .barra .barraParcial {
      overflow: hidden;
      background: #24ca68;
      height: 100%;
      border-radius: 15px;
      flex: 1 1 0%
    }

    .arrecadacaoMobile {
      font-size: 16px;
      font-weight: 400;
      margin-top: 10px
    }

    .arrecadacaoMobile span {
      color: #8a8a8a
    }

    .arrecadacaoMobile strong {
      font-size: 22px;
      font-weight: 700;
      color: var(--cor-primaria);
      margin-right: 5px
    }

    .resumo-mobile {
      position: sticky;
      top: 10px;
      background: #fff;
      z-index: 10;
      padding: 20px 15px
    }

    .detailsVakinha .detalhes .detalhes-view {
      margin-bottom: -30px
    }

    #fixed-mobile {
      padding: 16px;
      border-radius: 16px 16px 0 0;
      background-color: #fff;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 5
    }

    #fixed-mobile button.btn-ajudar {
      -moz-box-align: center;
      align-items: center;
      cursor: pointer;
      color: #fff;
      border-radius: 8px;
      display: flex;
      -moz-box-pack: center;
      justify-content: center;
      border: 1px solid #fff0;
      background-color: var(--cor-primaria);
      padding: 12px 16px;
      width: 100%;
      font-size: 16px;
      line-height: 22px;
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      transition: all .2s linear;
      font-weight: 700
    }

    #fixed-mobile button.btn-ajudar:hover {
      background-color: var(--cor-secundaria)
    }

    .switch-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      background-color: #f7f7f7;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgb(0 0 0 / .1);
      max-width: 500px;
      margin: 0 auto
    }

    .switch-info {
      display: flex;
      align-items: center;
      column-gap: 10px
    }

    .switch-info span {
      font-size: 14px;
      color: #333
    }

    .info-button {
      border: none;
      background-color: #fff0;
      color: #888;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer
    }

    .info-button:hover {
      color: #555
    }

    .toggle-switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 20px
    }

    .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0
    }

    .slider {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 20px
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: #fff;
      transition: 0.4s;
      border-radius: 50%
    }

    input:checked+.slider {
      background-color: #24ca68
    }

    input:checked+.slider:before {
      transform: translateX(20px)
    }
  }

  /* Se houver CSS custom do usuário (campo no banco) */