ul {
    line-height: 2;
}

.navbar-expand-lg.text-light a.navbar-brand,
.navbar-expand-lg.text-light .navbar-nav a.nav-link {
    color: white;
}

.navbar-expand-lg.text-dark a.navbar-brand,
.navbar-expand-lg.text-dark .navbar-nav a.nav-link {
    color: #343a40;
}

.vitrine {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.vitrine .logo-empreendimento {
    height: 80px;
    width: 100%;
    object-position: left;
    object-fit: contain;
}

.map {
    background-color: #cdcdcd;
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
    overflow: hidden;
}

#carousel-fotos-lancamento img {
    width: 100%;
    height: 480px;
    object-position: center;
    object-fit: cover;
}

#carousel-fotos-planta img {
    width: 100%;
    height: 480px;
    object-position: center;
    object-fit: contain;
}

.section-video .video-background {
    height: 480px;
    width: 100%;
    max-width: 100%;
}

.modal.foto .modal-body img {
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: contain;
}
