
nav{
    background-color: #162447;

}

html{
    scroll-behavior: smooth;
}
footer{
    background-color: #163458;

}
#mapa-loteamento{
    background-color: #163458;

}
.bi-list{
    border: none;
}
.navbar-toggler{
    border: none;

}

.alert-primary {
    display: flex;
    justify-content: center;
    align-items: center;
   
    margin: 0 auto; 
}

.hr-left-success {
    border: none; 
    height: 4px; 
    width: 500px;  
    background-color: #28a745; 
    margin: 20px 0; 
    text-align: left; 
}
@media (max-width: 767px) {
    .hr-left-success {
        width: 80px;  
    }
}


.hr-right-primary {
    border: none;
    height: 4px;
    width: 500px;  
    background-color: #007bff; 
    margin: 20px 0;
    text-align: right; 
    
}
@media (max-width: 767px) {
    .hr-right-primary {
        width: 80px;  /* Reduzindo a largura da linha */
    }
}
.container1 {
    display: flex;
    justify-content: flex-end;
}



#sobre{
    width: 100%;

    display: flex;
    justify-content: center;
    flex-direction: column;
}
.short-line {
    border: none; 
    height: 2px; 
    width: 50px;  
    background-color: #163458; 
    margin: 20px auto; 
}




video{
border-radius: 50px;
}
.video{
    margin-top: 10%;
    background-color: #162447;
}

.img-lat{
    border-radius: 30px;
}


h2{
    color: #27ff82; 
}
.nav-item a{
    color: #ffffff!important; 
}
.card-title{
    color: #27ff82!important; 

}
.card{
    background-color: #163458;
    height: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px; 
    backdrop-filter: blur(10px);
}


.abstract{
    margin-top: 200px;
    position: fixed;
    z-index: 1;
}

.form{
    margin-top: 30%;
    border-radius: 30%;
}
/* .alert-success{
    background-color: #25D366!important;
    color: #ffffff!important;
}
.alert-primary{
    background-color: #162447!important;
    color: #ffffff!important;
} */



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}



/* Animações vai ficar aqui */


  
.glass-effect {
    background: rgba(255, 255, 255, 0.2); /* Fundo translúcido */
    backdrop-filter: blur(10px); /* Efeito de desfoque */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Borda translúcida */
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Sombra suave */
  }

  .nav-item{
    text-decoration: none!important
    ;
  }
  