.bg-img-light {
    background-image: url(img/Imagem1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-dark {
    background-position: center;
    background-image: url(img/Imagem2.png);
    background-size: cover;
}

.h-100vh {
    min-height: 100vh;
}

.redes a {
    font-size: 35px;
    color: #fff!important;
    margin: 0 10px;
}

video, img {
    max-width: 100%;
}

.btn-doacao {
    color: #fff!important;
    background-color: #d44115!important;
    border-color: #b85f44!important;
}

.progress {
    overflow: initial;
}

.progress-bar {
    background-color: #d44115!important;
    position: relative;
    overflow: initial;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.progress-bar span {
    position: absolute;
    right: -32px;
    height: 35px;
    width: 35px;
    border: 2px solid #d44115;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.card-parceiro {
    background-color: #FFF;
    padding: 1em;
    text-align: center;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar-amarelo {
    background-color: #ecb733!important;
}

.progress-bar-amarelo span {
    border: 2px solid #ecb733;
}

.slide-parceiros .swiper-pagination-bullet-active {
    background-color: #d44115!important;
}

@media screen and (min-width: 1280px) {
    .pb-5, .py-5 {
        padding-bottom: 5rem!important;
    }
    .pt-5, .py-5 {
        padding-top: 5rem!important;
    }
}

/* @media screen and (min-width: 768px) {
    .card-parceiro {
        height: 35vw;
    }
} */