.navbar {
    background-color: #024928;
}

.nav-link {
    color: #fff
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #024928; 
    color: #fff;
    font-size: 400
}

#banner {
    position: relative;
}

#banner-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 900;

}

#capa {
    max-width: 100%;
    width: 100%;
}

.img-gradient::after {
    display: block;
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #024928 100%);
    margin-top: -200px;
    height: 200px;
    width: 100%;
    content: '';
  }


h2 {
    font-weight: 700;
}

#portfolio {
    background-color: #19cd6f;
    color: black;
}

#contato {
    background-color: #eec642;
    color: black;
}

footer {
    font-size: small;
}

.small-icon {
    font-size: 18px;
}

.map {
    height: 300;
    width: 300;
}

.carousel-pic {
    width: 100%;
    /* max-height: 500px; */
}