html,
body {
    font-family: "Rubik", sans-serif;
    scroll-behavior: smooth;
    background-color: #f0f0f0;
    overflow-x: hidden;
    font-size: 1.1rem;
}
.card-columns{
    column-count: 1;
}
.bg-light {
    background-color: #f0f0f0 !important;
}
.home.navbar {
    font-family: "Asap", sans-serif;
    font-style: italic;
    background-color: #f5f5f5 !important;
}

.slogan {
    font-family: "Asap", sans-serif;
    color: #99a369;
    font-size: 20px;
    font-style: italic;
}

a {
    color: #99a369;
}

a:hover {
    color: #798349;
    text-decoration: underline;
}

header {
    top: 0;
    left: 0;
    height: 90px;
    background-position: 50% 50%;
    background-size: auto;
    opacity: 1;
    position: sticky;
    display: flex;
    align-items: center;
    z-index: 99;
    background-color: #333;
}

footer {
    background-color: white;
    padding-bottom: 1rem;
}
footer:hover {
    box-shadow: 0 -1px 1px #00000020;
}

footer .img-float {
    position: relative;
    top: -1.5rem;
    margin-bottom: -1.5rem;
}
footer:hover .img-float {
    filter: drop-shadow(0 -1px 1px #00000020);
}

.logo-circle {
    text-align: center;
    width: 34%;
}

.logo-circle img {
    width: 100px;
    border: 13px solid #333;
    border-radius: 50%;
    position: relative;
    margin-bottom: -10px;
}

.mycol-33 {
    width: 33%;
    margin-top: -10px;
}

.mycol-33.myright {
    text-align: right;
    padding-top: 10px;
}

.mycol-33 img {
    max-width: 90%;
}

.mycol-33.myleft {
    padding-top: 10px;
    text-align: left;
}

.btn {
    color: #eee;
    text-transform: uppercase;
}

.hero img {
    object-position: center;
    width: 100vw;
    object-fit: contain;
    /* height: 37vw; */
}
.hero {
    background-color: #f0f0f0;
}
.hero.home img {
    width: 80%;
}

.hero.home img.quote {
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero.home h2 {
    font-size: 34px;
    color: #6a6a6a;
}

.hero.home p.quote {
    font-family: "Asap", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #a7a7a7;
}
#quotes p {
    text-align: center;
}
.btn-anjo {
    color: #eee;
    background-color: #e86a7b;
}
.btn-projeto {
    color: #eee;
    background-color: #333;
}
.btn.btn-projeto.btn-block:hover {
    color: #aaa;
}
#how h3.color-anjo {
    color: #e86a7b;
}
.btn-ong {
    color: #fff;
    background-color: #c2d37c;
}
.btn-links{
    min-width: 24rem;
}
.missao-valor {
    margin: 4rem 0;
    font-size: 16px;
    color: #3c3636;
}

.missao-valor img {
    width: 80px;
}

.nav-item {
    font-size: 16px;
}

.border-top {
    border-top: 2px solid #a0a0a0 !important;
}

.border-top .fa-heart {
    color: #a0a0a0;
}

#how {
    background-color: #e0e0e0;
}
#how img.w-80 {
    width: 80%;
}

#how h2 {
    font-size: 3.4rem;
}

#how h3 {
    color: #c2d37c;
    font-size: 2.6rem;
}

#how p {
    font-size: 0.95rem;
}

#how .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.1rem;
}

#how .my-5 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

#about,
#about-ngo {
    background-position: 50% 50%;
    background-size: cover;
    background-color: #344846;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    color: #eee;
}

#about {
    background-image: url("../img/about.jpg");
}

#about-ngo {
    background-color: white;
    background-image: url("../img/about-ngo.jpg");
}

#about h3 {
    text-transform: uppercase;
    font-size: 36px;
}

#about-ngo h3 {
    text-transform: uppercase;
    font-size: 50px;
}

.separador {
    border-right: 1px solid #7b7b7b;
    padding-right: 25px;
    margin-right: 20px;
    width: 1px;
    height: 60px;
}
#ngos {
    background-color: white;
}
#ngos.home h2 {
    font-size: 3.4rem;
}
.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card img {
    padding: 10px 10px 0 10px;
}

#ngos h2,
#numeros h2 {
    font-size: 60px;
    color: #3c3636;
}

#numeros h4 {
    color: #eee;
    font-size: 100px;
}

#numeros h3 {
    text-transform: uppercase;
}

#numeros .col.text-center {
    max-width: 33%;
}

#donation {
    background-color: #424242;
}

#donation h4 {
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-yellow {
    background-color: #faaf1b;
}

#contato {
    background-color: #333333;
    color: #eee;
}

#contato h3 {
    font-size: 32px;
}
#contato p {
    font-size: 0.9rem;
    white-space: pre-wrap;
    line-height: 1.3rem;
}
#contato .img-fluid {
    height: 290px;
    object-fit: cover;
    width: auto;
    border-radius: 5px;
}
#contato .text-muted {
    color: #aaa !important;
}

#contato textarea {
    height: 290px;
}

#contato input {
    height: 75px;
}

#contato .social a {
    font-size: 16px;
    color: #eee;
}

#campanha {
    color: #eee;
    font-size: 16px;
}

#campanha h3 {
    font-size: 40px;
    text-transform: uppercase;
}

#campanha a {
    font-size: 20px;
}

#campanha a img {
    height: 60px;
}

#campanha .img-bg img {
    height: 100%;
    /* width: 100%; */
    object-position: right;
    object-fit: contain;
}

#witness {
    background-color: #6a6a6a;
}

#witness .container {
    color: #fff;
}

#witness h2 {
    font-size: 40px;
}

#witness pre {
    color: #eee;
}

#witness img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-position: 85% 50%;
    object-fit: cover;
}

.carousel-indicators li {
    background-color: #f89aab;
}

.carousel-indicators .active {
    background-color: #e86a7b;
}

#backToTop {
    display: inline-block;
    background-color: #e86a7b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#backToTop:active {
    background-color: #555;
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
}
.pagination {
    float: right;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #92a34c;
    border-color: #92a34c;
}
.page-link {
    color: #92a34c;
}
.prospera {
    filter: grayscale() brightness(0.7);
    width: 50%;
    margin: 26px 0;
}
.address {
    color: #a0a0a0;
    font-size: 0.8rem;
}
.signature {
    text-align: center;
    font-size: 0.8rem !important;
    background-color: #333;
    color: #eee;
}
.signature img {
    height: 5rem;
}
.onepage section {
    display: flex;
    align-items: center;
}
.lista-contada {
    list-style: none;
}
.lista-contada li {
    margin-bottom: 0.6rem;
    text-indent: -2rem;
    padding-left: 2rem;
}
.card-cat{
    position:absolute;
    top:0;
    right:0;
    width:1rem;
    height: 1rem;
}
@media only screen and (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}
@media only screen and (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}
@media only screen and (max-width: 768px) {
    header .btn {
        min-width: 90%;
        padding: 0.2rem 0.5rem;
        font-size: 0.49rem;
    }
    header .btn-ong {
        margin-bottom: 5px;
    }
    #campanha .img-bg img {
        width: 100%;
    }
    #ngos h2,
    #numeros h2 {
        font-size: 40px;
        color: #3c3636;
    }
    #about-ngo h3,
    #campanha h3 {
        text-transform: uppercase;
        font-size: 30px;
    }
    .card-columns{
        column-count: 1;
    }
}

@media only screen and (max-width: 336px) {
    header .btn {
        font-size: 7px;
    }
    .card-columns{
        column-count: 1;
    }
}
