* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    font-family: "Montserrat", sans-serif;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

a {
    transition: all .3s
}

img,
svg {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #212121;
    text-wrap: balance
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
    color: #616161
}

small {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
    color: #616161
}

.container {
    padding: 0 12px;
    max-width: 600px;
    margin: 0 auto
}

.header {
    padding: 5px 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background: #f2f2f2
}

.header img {
    display: block;
    margin: 0 auto;
    width: 60px
}

.footer {
    margin-top: auto;
    padding: 5px 0;
    box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .15);
    background: #f2f2f2
}

.footer img {
    display: block;
    margin: 0 auto;
    width: 60px;
    margin-bottom: 4px
}

.footer p {
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    color: #757575;
    font-style: italic
}

.btn {
    border-radius: 16px;
    padding: 18px 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #c62828;
    display: flex;
    justify-content: center;
    text-align: center;
    width: max-content;
    max-width: 100%;
    text-wrap: balance;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    line-height: 1.2
}

.btn:active {
    background: #a31212
}

.btn--small {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px
}

.page-home .l-banner {
    padding: 40px 0;
    text-align: center
}

.page-home .l-banner h1 {
    margin-bottom: 14px;
    font-weight: 800
}

.page-home .l-banner__text {
    display: flex;
    flex-direction: column;
    width: max-content;
    max-width: 100%;
    margin: 0 auto
}

.page-home .l-banner__text p {
    width: max-content;
    max-width: 100%
}

.page-home .l-banner__text small {
    display: block;
    margin-left: auto;
    margin-bottom: 0
}

.page-home .l-banner__video {
    margin-top: 30px;
    border-radius: 25px;
    overflow: hidden
}

.page-home .l-banner__doacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center
}

.page-home .l-banner__doacao .btn {
    width: 340px;
    max-width: 100%
}

.page-home .l-banner__doacao p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700
}

.page-home .l-cards {
    background: #f9f9f9;
    padding: 40px 0
}

.page-home .l-cards .container {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.page-home .l-cards img {
    display: block;
    border-radius: 25px;
    margin: 0 auto 20px
}

.page-home .l-cards p {
    margin-bottom: 16px;
    max-width: 330px
}

.page-home .l-cards .btn {
    margin: 0 auto
}

.page-home .l-faqs {
    padding: 40px 0
}

.page-home .l-faqs .item+.item {
    margin-top: 16px
}

.page-home .l-faqs .item__header {
    padding: 16px 40px 16px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    position: relative
}

.page-home .l-faqs .item__header.active svg {
    transform: translateY(-50%) rotate(180deg)
}

.page-home .l-faqs .item__header svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 18px;
    transition: all .3s
}

.page-home .l-faqs .item__content {
    padding: 16px;
    display: none
}

.page-home .l-faqs .item__content>*:last-child {
    margin-bottom: 0 !important
}

.page-home .l-doacao {
    padding: 40px 0
}

.page-home .l-doacao__titulo {
    text-align: center;
    margin-bottom: 14px
}

.page-home .l-doacao__texto {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 22px
}

.page-home .l-doacao__linha__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.page-home .l-doacao__linha__header p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4
}

.page-home .l-doacao__linha__header svg {
    width: 80px
}

.page-home .l-doacao__linha__linha {
    display: flex;
    height: 20px;
    background: #f2f2f2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 8px
}

.page-home .l-doacao__linha__linha div {
    height: 100%;
    background: #66bb6a;
    position: relative;
    transition: all .3s
}

.page-home .l-doacao__linha__linha div span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 8px);
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

.page-home .l-doacao__footer .text {
    text-align: right;
    margin-bottom: 18px
}

.page-home .l-doacao__footer .text p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500
}

.page-home .l-doacao__footer .text small {
    font-size: 10px;
    line-height: 1
}

.page-home .l-doacao__footer .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 4px
}

.page-home .l-doacao__footer .box .left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 124px;
    justify-content: flex-start;
    overflow: hidden
}

.page-home .l-doacao__footer .box .left .donate {
    background: #66bb6a;
    border: 1px solid #616161;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 8px;
    border-radius: 24px;
    font-weight: 400
}

.page-home .l-doacao__footer .box .left .donate.anim-out {
    animation: slideOutLeft 1s forwards
}

.page-home .l-doacao__footer .box .left .donate.anim-in {
    animation: slideInLeft 1s forwards
}

.page-home .l-doacao__footer .box .left .donate b {
    font-weight: 500
}

.page-home .l-doacao__footer .box .right {
    text-align: right
}

.page-home .l-doacao__footer .box .right p {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4
}

.page-home .l-doacao .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.page-home .l-pagamento {
    padding: 40px 0
}

.page-home .l-pagamento .box {
    padding: 42px 12px;
    background: #efefef;
    border-radius: 30px
}

.page-home .l-pagamento .box>h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4
}

.page-home .l-pagamento .box>p {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 26px
}

.page-home .l-pagamento .box__pix {
    border-radius: 32px;
    overflow: hidden
}

.page-home .l-pagamento .box__pix__content {
    padding: 28px 12px;
    background: rgba(102, 187, 106, .5)
}

.page-home .l-pagamento .box__pix__content>h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px
}

.page-home .l-pagamento .box__pix__content>input {
    padding: 18px 12px;
    width: 350px;
    max-width: 100%;
    margin: 0 auto 24px;
    border-radius: 18px;
    color: #212121;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.page-home .l-pagamento .box__pix__content>.btn {
    color: #212121;
    background: #4caf50;
    text-transform: initial;
    margin-bottom: 30px;
    width: 100%
}

.page-home .l-pagamento .box__pix__content>ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.page-home .l-pagamento .box__pix__content>ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    color: #616161;
    font-weight: 400;
    font-size: 14px
}

.page-home .l-pagamento .box__pix__content>ul li+li {
    margin-top: 16px
}

.page-home .l-pagamento .box__pix__passos {
    background: #4caf50;
    padding: 28px 12px
}

.page-home .l-pagamento .box__pix__passos>h4 {
    color: #212121;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px
}

.page-home .l-pagamento .box__pix__passos>ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.page-home .l-pagamento .box__pix__passos>ul li {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
    max-width: 300px
}

.page-home .l-pagamento .box__pix__passos>ul li+li {
    margin-top: 4px
}

.page-home .l-imagens {
    padding-bottom: 40px
}

.page-home .l-imagens .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px
}

.page-home .l-imagens .imagem-1,
.page-home .l-imagens .imagem-2 {
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    width: calc(50% - 6px)
}

.page-home .l-imagens .imagem-3 {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px
}

.page-home .l-imagens .citacao {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 42px;
    text-align: right
}

.page-home .l-imagens .citacao p {
    margin-bottom: 8px;
    color: #757575
}

.page-home .l-imagens .citacao small {
    font-style: italic
}

.page-home .l-comentarios {
    overflow: hidden
}

.page-home .l-comentarios .slick-slide {
    padding: 0 6px;
    height: initial
}

.page-home .l-comentarios .slick-track {
    display: flex
}

.page-home .l-comentarios .item {
    height: 100%;
    width: 250px;
    padding: 20px 12px;
    border-radius: 25px;
    background: #d9d9d9;
    display: flex;
    flex-direction: column
}

.page-home .l-comentarios .item__perfil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.page-home .l-comentarios .item__perfil .foto {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px
}

.page-home .l-comentarios .item__perfil h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    color: #212121
}

.page-home .l-comentarios .item__perfil p {
    margin-bottom: 0;
    color: #616161
}

.page-home .l-comentarios .item__texto {
    margin-top: 12px
}

.page-home .l-comentarios .item__texto p {
    margin: 0;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2;
    text-wrap: initial
}

.page-home .l-citacao_final {
    padding: 42px 0
}

.page-home .l-citacao_final .box {
    max-width: 350px;
    margin: 0 auto
}

.page-home .l-citacao_final .box h2 {
    text-align: center;
    font-size: 16px;
    color: #616161;
    line-height: 1.2;
    font-weight: 400
}

.page-home .l-citacao_final .box .citacao {
    max-width: 250px;
    margin-left: auto;
    margin-top: 30px;
    text-align: right
}

.page-home .l-citacao_final .box .citacao p {
    color: #757575;
    line-height: 1;
    font-style: italic;
    margin: 4px
}

.page-home .l-citacao_final .box .citacao small {
    font-style: italic;
    font-size: 14px
}

.page-home .l-citacao_final .box .btn {
    width: 300px;
    max-width: 100%;
    margin: 42px auto 0
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-50px);
        opacity: 0
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.page-doar {
    padding: 40px 0
}

.page-doar .l-content .box {
    max-width: 400px;
    margin: 0 auto
}

.page-doar .l-content__titulo {
    text-align: center;
    margin-bottom: 22px
}

.page-doar .l-content__texto {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 22px;
    text-align: center
}

.page-doar .l-content__qualValor {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: center
}

.page-doar .l-content__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px
}

.page-doar .l-content__box a {
    width: calc(33% - 10px);
    padding: 12px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    color: #212121;
    font-size: 16px;
    line-height: 1;
    border-radius: 22px;
    text-decoration: none;
    font-weight: bold
}

.page-doar .l-content__box a.active {
    border-color: #66bb6a;
    background: #e8f5e9
}

.page-doar .l-content__box a:last-child {
    width: 100%
}

.page-doar .l-content__prefereEscolherOutroValor {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px
}

.page-doar .l-content .box-digitar {
    background: #d9d9d9;
    padding: 20px 12px;
    border-radius: 15px
}

.page-doar .l-content .box-digitar__texto {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
    line-height: 1.4
}

.page-doar .l-content .box-digitar input {
    background: #f2f2f2;
    border: 1px solid #212121;
    border-radius: 14px;
    text-align: center;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px
}

.page-doar .l-content .box-digitar input::placeholder {
    color: #616161
}

.page-doar .l-content .box-digitar .btn {
    width: 100%
}

.page-doar .l-content .box-digitar__textoFinal {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 1.4
}

.page-doar-pix {
    min-height: calc(100dvh - 100px);
    padding: 40px 0;
    transition: all .3s
}

.page-doar-pix .l-content .box {
    padding: 32px 12px;
    border: 3px solid #66bb6a;
    background: #e8f5e9;
    border-radius: 25px
}

.page-doar-pix .l-content .box__titulo {
    text-align: center;
    margin-bottom: 16px;
    color: #2e7d32;
    font-size: 18px;
    line-height: 1.4
}

.page-doar-pix .l-content .box__valor {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    color: #212121;
    margin-bottom: 16px;
    font-weight: 700
}

.page-doar-pix .l-content .box input {
    background: #f2f2f2;
    border: 1px solid #212121;
    border-radius: 14px;
    text-align: center;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px
}

.page-doar-pix .l-content .box input::placeholder {
    color: #616161
}

.page-doar-pix .l-content .box .btn {
    background: #2e7d32;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 16px;
    width: 100%
}

.page-doar-pix .l-content .box__passos {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.4
}

.page-doar-pix .l-content .box__banco {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.page-doar-pix .l-content .box__banco li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #616161;
    font-size: 12px;
    line-height: 1.4
}

.page-doar-pix .l-content .box__sePreferir {
    margin-bottom: 16px;
    text-align: center
}

.page-doar-pix .l-content .box__qrcode {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block
}

.page-doar-pix .l-content .box__btnVerificar {
    margin-top: 16px;
    background: #f2f2f2;
    border: 1px solid #212121;
    border-radius: 14px;
    text-align: center;
    padding: 4px;
    width: 100%;
    font-size: 10px;
    line-height: 1.4;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all .3s
}

.page-doar-pix .l-content .box__btnVerificar.active {
    color: #2e7d32;
    border-color: #2e7d32;
    background-color: #e8f5e9
}

.page-doar-pix .l-content .box__btnVerificarText {
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: 0;
    color: #616161;
    text-align: center;
    display: block;
    line-height: 1.3
}

.page-sucesso {
    padding: 40px 0;
    min-height: calc(100dvh - 100px)
}

.page-sucesso svg {
    display: block;
    margin: 0 auto 16px;
    width: 120px
}

.page-sucesso h2 {
    text-align: center
}

.page-sucesso p {
    text-align: center
}

.page-sucesso .share {
    border: 1px solid #212121;
    border-radius: 15px;
    color: #616161;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    max-width: 100%;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px
}

.page-sucesso .doarNovamente {
    text-decoration: none;
    display: block;
    max-width: 100%;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    background: #66bb6a;
    border-radius: 8px
}

.arrow-top {
    position: fixed;
    bottom: 32px;
    right: 8px;
    width: 62px;
    transition: all .3s
}

.arrow-top:not(.active) {
    opacity: 0;
    pointer-events: none
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

/*# sourceMappingURL=style.css.map */