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

html,
body {
    font-family: "Nunito", sans-serif;
}

.go-home {
    display: flex;
    align-items: center;
    color: white;
    text-decoration:double;
}


.go-home span {
    font-size: 2rem;
    margin-left: 1rem;
    margin-top: 1rem;

}


.navbar {
    margin-bottom: 5rem !important;
}


.navbar img {
    display: inline-block;
    margin-top: 1rem;
}

.hero-image {
    background-image: url(../assets/Skyline_de_Rio_Claro\ 1.png);
    height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    max-width: 100%;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 0 auto;
}

.flex {
    display: flex;
}

.flex>* {
    flex: 1;
}

.about-project {
    padding: 2rem 0;
}


.neightborhood-link-card-list {
    margin-top: 8rem;
    gap: 0.9rem;
}


.neighborhood-info {
    margin-top: 28em;
    gap: 0.9375rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5.125rem;
}

@media (max-width: 600px) {
    .neightborhood-link-card-list {
        flex-direction: column;
    }

    .about-project {
        margin-top: 5rem;
    }

    .neighborhood-info {
        flex-direction: column;
    }

    .about-neighborhood-card-grid{
        flex-direction: column;
    }

    .neighborhood-info {
        margin-top:3rem;
    }
}

.detail-neighborhood {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.neightborhood-link-card-list a {
    width: 100%;
    text-decoration: none;
    color: #13242A;
}

.neightborhood-link-card-list a img {
    color: #13242A;
}


.neightborhood-link-card {
    background-color: #fff;
    padding: 2rem;
    text-align: center;
    font-size: 1.3rem;
    border-left: 20px solid #13242A;
    color: #13242A;

}

.neighborhood-name {
    /*  */
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 3.62500rem;
}



.indice-pcv-default,
.indice-pcv-neighborhood {
    color: white;
    padding: 4.6875rem 6rem;
}

.indice-pcv-default {
    background-color: #13242A;

}

.indice-pcv-neighborhood {}

.good-pcv {
    background-color: #6DA143;
}


.bad-pcv {
    background-color: #A14343;
}

.indice-pcv-title {
    font-size: 2rem;
    text-transform: uppercase;
}

.indice-pcv-caption {
    font-weight: 400;
    font-size: 0.875;
}

.indice-pcv-caption>span {
    font-weight: bold;
}

.total-area,
.total-green-area {
    background-color: #13242A;
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 2.875rem 6.75rem;
    text-align: center;
}

.about-neighborhood {
    margin-bottom: 10.62500rem;
}

.about-neighborhood-title {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2.875rem;
}

.about-neighborhood-card {
    border: 1px solid black;
}

.about-neighborhood-card-grid {
    gap: 0.9375rem;
}

.about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


footer {
    color: white;
    background-color: #13242A;
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
}

footer a {
    text-decoration: none;
    color: white;
}

.footer-informations-list {
    list-style: none;
}

.footer-informations-list>li {
    margin-top: 1.0625rem;
}

.footer-header {
    justify-content: space-between;
    /* 1.62500 */
    border-bottom: white 1px solid;
    padding-bottom: 1.8125rem;
}

.footer-informations-title {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 2rem;
}

.footer-header>h3 {}

.footer-email-contact img {
    display: inline-block;
}