.navbar-color {
    background-color: #0000000a;
    border-radius: 4px;
}

.centralizar-tudo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centralizar-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.centralizar-vertical {
    display: flex;
    align-items: center;
}

.centralizar-horizontal {
    display: flex;
    justify-content: center;
}

.conteiner-download {
    width: 100%;
    padding: 30px;
    display: none;
}

.iframe-download {
    margin-top: 30px;
    border: 0;
    width: 100%;
    height: auto;
}

#index {
    background: url(../img/background/background-index.jpg) no-repeat center center fixed;
}

#index,
#corretor-login,
#painel-login {
    background-size: cover;
}

#corretor-login,
#painel-login {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.input-file-hidden {
    visibility: hidden;
    width: 0;
}

.hidden {
    visibility: hidden;
}

.card-opaco {
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    max-width: 98%;
}

#cadastro {
    background: url(../img/background/background-cadastro.jpg) no-repeat center center fixed;
}

#corretor-cadastro,
#corretor-minhas-fotos,
#corretor-login {
    background-size: cover !important;
}

#corretor-home #content-wrapper,
#corretor-home #content-wrapper,
#corretor-minhas-fotos #content-wrapper,
#corretor-minhas-fotos .list-group-item {
    background-color: transparent;
}

#corretor-cadastro .card,
#corretor-precadastro .card {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
}

#corretor-minhas-fotos .tab-content {
    background-color: transparent;
    border: none;
}

#corretor-minhas-fotos .nav-link {
    color: #e6ecef;
}

#corretor-minhas-fotos .nav-link.active {
    color: #6e707e;
}

#corretor-minhas-fotos .wrapper {
    height: auto;
}

.icon-login {
    width: 52px;
}

.foto-perfil {
    max-height: 250px;
}

.cursor-pointer {
    cursor: pointer;
}

.check-foto-download {
    position: absolute;
    color: #207814;
    font-size: 24px;
    border: 2px solid #207814;
    border-radius: 50%;
    padding: 4px;
    background-color: #e0dddd;
    top: 7%;
    right: 11%;
}

@keyframes loading {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.card-img-top.loading-imagem {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-size: 50px 50px;
    animation: loading 1.5s linear infinite;
}

#zoom-stage {
    position: fixed;
    z-index: 500;
    right: 2%;
    top: 5%;
    width: 40px;
}

#close-map {
    position: fixed;
    z-index: 500;
    left: 2%;
    top: 5%;
    width: 40px;
}

.s-section-home {
    padding: 1rem 0;
}

.mapa {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.mapa-marker {
    cursor: pointer;
    position: absolute;
    margin-top: -23px;
    margin-left: -4px;
    font-size: 20px
}

.mapa-container {
    width: 85%;
    height: 90%;
    margin: auto;
    overflow: hidden;
}

.card-empreendimento p {
    color: rgba(0, 0, 0);
}

.card-empreendimento {
    height: 50vh;
}

.card-header {
    height: 80%;
}

.card-body {
    height: 20%;
}

.card-img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.btn-primary {
    color: #3b3b3c;
    background-color: #ece6e6;
    border-color: #040406;
}

.btn-primary .icon {
    color: #3b3b3c;
}

.btn-primary:hover {
    color: #ece6e6 !important;
    background-color: #3b3b3c !important;
    border-color: #040406 !important;
}

.btn-primary:hover .icon {
    color: #ece6e6 !important;
}

.btn-primary:active {
    color: #ece6e6 !important;
    background-color: #3b3b3c !important;
    border-color: #040406 !important;
}

.btn-primary:active .icon {
    color: #ece6e6 !important;
}

.btn-primary:focus {
    color: #ece6e6 !important;
    background-color: #3b3b3c !important;
    border-color: #040406 !important;
}

.btn-primary:focus .icon {
    color: #ece6e6 !important;
}

.message-box {
    text-align: center;
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.message-box h1 {
    color: #4CAF50;
}

.img-associesse{
    object-fit: contain;
    height: 100%;
}

.navbar-brand-img {
    width: 12rem !important;
}

.carousel-item{
    max-height: 40vh;
}

@media (max-width: 576px) {
    .carousel-item{
        max-height: 55vh;
    }
}