:root {
    --cor-a: #101010;
    --cor-b: #7f7575;
    --cor-c: #63bbb8;
    --cor-d: #61aaa8;
    --fontfamilia: "Montserrat", sans-serif;
}

body {
    scrollbar-color: var(--cor-a) #ddd;
    scrollbar-width: thin;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-family: var(--fontfamilia);
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: #ddd;
}

body:hover::-webkit-scrollbar-track {
    background: #ddd;
}

body::-webkit-scrollbar-thumb {
    background-color: #777;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--cor-c);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--cor-c) !important;
}

#container-campanha {
    width: 100%;
    height: auto;
    float: left;
    margin: 110px 0 0 0;
    padding: 0;
    overflow: hidden;
}

#container-campanha * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    height: auto;
    padding: 0 15px;
}

#img-intro {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
}

#img-intro img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#img-intro img.mobile {
    display: none;
}

#img-intro::before {
    content: "";
    width: 100%;
    height: 650px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

#img-intro::after {
    content: "";
    width: 600px;
    height: 600px;
    float: left;
    margin: 0 0 -300px -300px;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--cor-c);
    z-index: 12;
    filter: blur(150px);
    opacity: 0.7;
}

.logo-k-do-bem {
    width: 100%;
    height: auto;
    float: left;
    margin: -50px 0 0 0;
    padding: 0;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}

.logo-k-do-bem.m {
    margin-top: 100px;
}

.logo-k-do-bem img {
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.frase-k-do-bem {
    width: 100%;
    height: auto;
    float: left;
    margin: 80px 0 0 0;
    padding: 0 30px;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.frase-k-do-bem.bg::before {
    content: "";
    width: 600px;
    height: 600px;
    float: left;
    margin: -400px -300px 0 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--cor-c);
    z-index: 12;
    filter: blur(150px);
    opacity: 0.7;
}

.frase-k-do-bem p {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: var(--cor-a);
    max-width: 800px;
    position: relative;
    z-index: 15;
}

.frase-k-do-bem.w p {
    max-width: 820px;
}

#box-info-doacao {
    width: 100%;
    height: auto;
    float: left;
    margin: 80px 0 0 0;
    padding: 0 30px;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

#box-info-doacao::after {
    content: "";
    width: 600px;
    height: 600px;
    float: left;
    margin: 0 -400px -600px 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--cor-c);
    z-index: 12;
    filter: blur(150px);
    opacity: 0.7;
}

#box-info-doacao ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 50px;
    overflow: visible;
    max-width: 730px;
    display: grid;
    grid-template-columns: 1fr 66px 1fr;
    grid-gap: 100px;
    border: var(--cor-c) 6px solid;
    border-radius: 20px;
    background-color: rgb(99, 187, 184, 0.12);
}

#box-info-doacao ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
}

#box-info-doacao ul li:nth-child(2) {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#box-info-doacao ul li figure {
    width: 100%;
    height: 78px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#box-info-doacao ul li figure img {
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#box-info-doacao ul li p {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    overflow: visible;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

#box-info-doacao ul li p strong {
    font-weight: 700;
    font-size: 30px;
}

.area-slider-lks {
    width: 100%;
    height: auto;
    float: left;
    margin: 80px 0 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 610;
}

.area-slider-lks.bg::before {
    content: "";
    width: 100%;
    height: 90px;
    float: left;
    margin: -45px 0 0 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../imgs/bg_pixelado.jpg) center repeat-x;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.container-slider-lks {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
}

.slider-lks {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-lks .swiper-wrapper {
    height: auto;
    overflow: visible;
}

.slider-lks .swiper-slide {
    height: auto;
    display: block;
    overflow: hidden;
}

.area-slider-lks.marcas .slider-lks .swiper-slide {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.slider-lks a {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.slider-lks a img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

#passos-k-do-bem {
    width: 100%;
    height: auto;
    float: left;
    margin: 120px 0 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
}

#passos-k-do-bem::before {
    content: "";
    width: 600px;
    height: 600px;
    float: left;
    margin: -200px 0 0 -300px;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cor-c);
    z-index: 12;
    filter: blur(150px);
    opacity: 0.7;
}

#passos-k-do-bem figure,
#passos-k-do-bem figure img {
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 15;
}

#passos-k-do-bem ul {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
    float: right;
    margin: 120px 0 0 0;
    padding: 0;
    overflow: visible;
    background: url(../imgs/detalhe.png) center repeat-y;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 44px;
    position: relative;
    z-index: 15;
}

#passos-k-do-bem ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
    position: relative;
}

#passos-k-do-bem ul li:nth-child(1) {
    margin-top: -50px;
}

#passos-k-do-bem ul li:nth-child(4) {
    height: 50px;
}

#passos-k-do-bem ul li div {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0 55px 0 0;
    overflow: visible;
    position: relative;
}

#passos-k-do-bem ul li:nth-child(even) div {
    float: right;
    padding: 0 0 0 30px;
}

#passos-k-do-bem ul li span {
    width: auto;
    height: auto;
    float: left;
    margin: 0 -8px 0 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 62px;
    font-weight: 600;
    color: var(--cor-d);
    text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.3);
}

#passos-k-do-bem ul li:nth-child(even) span {
    left: 0;
    right: inherit;
    margin: 0 0 0 -45px;
}

#passos-k-do-bem ul li:nth-child(4) span {
    margin-left: -51px;
}

#passos-k-do-bem ul li p {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: visible;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    color: var(--cor-a);
}

#passos-k-do-bem::after {
    content: "";
    width: 600px;
    height: 600px;
    float: left;
    margin: 0 -400px -400px 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--cor-c);
    z-index: 12;
    filter: blur(150px);
    opacity: 0.7;
}

#fotos-k-do-bem {
    width: 100%;
    height: auto;
    float: left;
    margin: 200px 0 0 0;
    padding: 0 30px;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}

#fotos-k-do-bem::before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    float: left;
    margin: 50px 0 0 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imgs/bg_pixelado.jpg) center repeat;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

#fotos-k-do-bem figure,
#fotos-k-do-bem figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 10;
}

#lk-faca-parte {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#lk-faca-parte a {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: visible;
    font-size: 30px;
    line-height: 30px;
    color: var(--cor-a);
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#lk-faca-parte a::before {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--cor-a);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#lk-faca-parte a:hover {
    color: var(--cor-c);
}

#lk-faca-parte a:hover::before {
    background: var(--cor-c);
}

#fotos-footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 100px 0 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
}

#fotos-footer img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#fotos-footer img.mobile {
    display: none;
}

#fotos-footer::before {
    content: "";
    width: 100%;
    height: 350px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 10;
}

@media (max-width: 768px) {
    #img-intro img {
        display: none;
    }

    #img-intro img.mobile {
        display: block;
    }

    #img-intro::before {
        height: 50%;
    }

    #img-intro::after {
        width: 400px;
        height: 400px;
        margin: 0 0 -200px -200px;
    }

    .frase-k-do-bem {
        margin-top: 60px;
    }

    .frase-k-do-bem p {
        max-width: 560px;
        font-size: 26px;
    }

    #box-info-doacao {
        margin-top: 60px;
    }

    #box-info-doacao ul {
        max-width: 560px;
        grid-gap: 40px;
        padding: 30px;
    }

    #box-info-doacao ul li p {
        font-size: 16px;
    }

    #box-info-doacao ul li p strong {
        font-size: 22px;
    }

    #box-info-doacao ul li figure img {
        max-height: 60px;
    }

    #box-info-doacao ul li:nth-child(3) figure img {
        max-height: 74px;
    }

    .area-slider-lks {
        margin-top: 60px;
    }

    .slider-lks {
        padding: 0 10px;
    }

    #passos-k-do-bem {
        margin-top: 60px;
    }

    #passos-k-do-bem .responsive {
        max-width: 590px;
    }

    #passos-k-do-bem figure {
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #passos-k-do-bem figure img {
        width: 100%;
        max-width: 200px;
    }

    #passos-k-do-bem ul {
        width: 100%;
        margin-top: 50px;
        grid-gap: 30px;
    }

    #passos-k-do-bem::after {
        width: 400px;
        height: 400px;
        margin: 0 -200px -300px 0;
    }

    #fotos-k-do-bem {
        margin-top: 120px;
    }

    .logo-k-do-bem.m {
        margin-top: 60px;
    }

    #fotos-footer {
        margin-top: 50px;
    }

    #fotos-footer img {
        display: none;
    }

    #fotos-footer img.mobile {
        display: block;
    }
}

@media (max-width: 640px) {
    .area-slider-lks .responsive {
        max-width: inherit;
        padding: 0;
    }
}

@media (max-width: 560px) {
    .logo-k-do-bem {
        margin-top: 30px;
    }

    .logo-k-do-bem img {
        max-width: 200px;
    }

    .frase-k-do-bem {
        margin-top: 30px;
    }

    .frase-k-do-bem p {
        font-size: 16px;
    }

    #box-info-doacao {
        margin-top: 40px;
        padding: 0 20px;
        grid-gap: 20px;
    }

    #box-info-doacao ul li:nth-child(1) figure img {
        max-height: 40px;
    }

    #box-info-doacao ul li:nth-child(2) figure img {
        max-height: 30px;
    }

    #box-info-doacao ul li:nth-child(3) figure img {
        max-height: 50px;
    }

    #box-info-doacao ul li p {
        font-size: 12px;
    }

    #box-info-doacao ul li p strong,
    #lk-faca-parte a {
        font-size: 16px;
    }

    .logo-k-do-bem.m {
        margin-top: 40px;
    }

    #fotos-footer {
        margin-top: 20px;
    }

    #passos-k-do-bem::before {
        width: 300px;
        height: 300px;
        margin: -50px 0 0 -150px;
    }

    #passos-k-do-bem ul {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: none;
        grid-gap: 20px;
        margin-top: 20px;
    }

    #passos-k-do-bem ul li:nth-child(1) {
        margin-top: 0;
    }

    #passos-k-do-bem ul li:nth-child(4) {
        height: auto;
    }

    #passos-k-do-bem ul li div {
        width: 100%;
        padding: 0 0 0 30px !important;
    }

    #passos-k-do-bem ul li span {
        left: 0 !important;
        right: inherit !important;
        font-size: 40px;
        line-height: 100%;
        margin: 0 0 0 -20px !important;
    }

    #passos-k-do-bem ul li p {
        margin-top: 0;
        font-size: 14px;
    }

    #passos-k-do-bem::after {
        width: 200px;
        height: 200px;
        margin: 0 -100px -150px 0;
    }

    #fotos-k-do-bem,
    .area-slider-lks {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
    #box-info-doacao ul {
        padding: 20px;
        grid-gap: 10px;
    }

    #box-info-doacao ul li:nth-child(1) figure img {
        max-height: 30px;
    }

    #box-info-doacao ul li:nth-child(2) figure img {
        max-height: 20px;
    }

    #box-info-doacao ul li:nth-child(3) figure img {
        max-height: 40px;
    }

    #box-info-doacao ul li figure {
        height: 40px;
    }

    #box-info-doacao ul li p {
        font-size: 12px;
    }

    #box-info-doacao ul li p strong,
    #lk-faca-parte a {
        font-size: 14px;
    }

    #passos-k-do-bem {
        position: relative;
        z-index: 15px;
    }

    #passos-k-do-bem figure img {
        max-width: 160px;
    }
}

.acoes {
    width: 100%;
    float: left;
    margin: 60px 0 0 0;
}
.acoes p {
    width: 100%;
    float: left;
    color: #7f7575;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    text-align: center;
}
.acoes p strong {
    font-weight: 600;
}
.acoes #slider-acoes {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}
.acoes #slider-acoes .swiper-slide {
    padding: 0 0 0 10px;
}
.acoes #slider-acoes .swiper-slide figure {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acoes #slider-acoes .swiper-slide figure figcaption {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acoes #slider-acoes .swiper-slide figure figcaption .circ {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acoes #slider-acoes .swiper-slide figure img {
    width: 100%;
    float: left;
}
.acoes #slider-acoes .swiper-slide strong {
    width: 100%;
    float: left;
    color: #7f7575;
    font-weight: 700;
    text-align: center;
}
.acoes #slider-acoes .swiper-slide span {
    width: 100%;
    float: left;
    text-align: center;
    color: #7f7575;
}

.acoes .area-navs {
    width: 100%;
    height: auto;
    float: left;
    margin: -90px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    z-index: 801;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: space-between;
}

.acoes .area-navs a svg,
.acoes .area-navs a path {
    fill: #b29687;
}

.acoes .area-navs a {
    pointer-events: visible;
}

.acoes .area-navs a:first-child {
    margin-left: -60px;
}

.acoes .area-navs a:last-child {
    margin-right: -60px;
}
