
.nav-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 5px 15px;
    width: 100%;
    background-color:var(--cor-c3);
   
}


.nav-list{
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
    padding: 0px 50px;
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    margin: 0;
    
 
}

#aluguel {
    color: var(--cor-c5);
    transition: color 0.5s;
    text-decoration: none;
}

#aluguel:hover{
   color: var(--cor-c4);
    
}

.dimensionar_logo{
    width: 5%;
    height: 5%;
    margin: 0px 50px 0px 15px;
}
#logo{
    width:clamp(100%, 2vw, 2vw);
}

.dados{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height:100%;
    width: auto;
    margin: 10px;
    background-color:var(--cor-c5);
    border-radius: 10px;
}

.area-dados{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 15px 0px;
     
}

.informacoes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: auto;
    margin: 0px 5px 0px 5px;
     padding-top: 15px; 
    
    
}

.fotos01{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    height: auto;
    width: 60%;
    margin: 10px;
    padding: 0px 0px 0px 150px;
}

#carouselExampleFade{
    padding: 5px;
}

.carousel-inner{
         border-radius: 10px;   
}



#titulo{
    font-family: "Poppins";
    font-weight: bold;
    color: var(--cor-c2);
    text-align: left;
}

#sub-titulo{
    font-family: "Poppins";
    font-weight: bold;
    color: var(--cor-c4);
    padding: 0px 15px;
    text-align: left;
}

.dados-valor{
        padding: 30px 0px 0px 0px;
      
}

#valor{
    margin: 1px;
    text-align: center;
    
}

#valor-outros{
    margin: 1px;
    text-align: center;
   
}




#btn-garanta-ja{    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color:var(--cor-verde);
    border-radius: 8px;
    border: none;
    width: 130px;
    height: 35px;
    margin-top: 10px;
    cursor: pointer;
}

#texto_garanta_ja{
    text-decoration: none;
    color: #ffffff;
}

#logo_Whats{
    
    font-size:15px;
    text-align: center;
    padding-left: 8px;
}



@media screen and (max-width: 768px){

.dimensionar_logo{
    width: 15%;
    height: 15%;
    margin: 0px 50px 0px 15px;
}
#logo{
    width:clamp(100%, 2vw, 2vw);
}


    #aluguel {
    color: var(--cor-c5);
    transition: color 0.5s;
    text-decoration: none;
    font-size: 15px;
}

    .dados{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    width: auto;
    background-color:var(--cor-c5);
    border-radius: 10px;
}

.area-dados{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    
         
}

.informacoes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: auto;
    padding-top: 15px;    
    
}
.fotos01{
    display: flex;
    flex-direction: column;
    justify-content:center;
    height: auto;
    width: auto;
    padding: 0;
    
}

#carouselExampleFade{
    padding: 5px;
    
}
.carousel-inner{
         border-radius: 10px;
   
}

}