*{
    margin: 0;
    padding: 0;
}

.logo{
  border: red 1px solid;
}

.nave ul li{
    display:inline;
    justify-content: center;
    align-items: center;
   
}

.imgcentro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.imgcentro2{
    display: flex;
    justify-content: center;
    align-items: center;
}


.bgfundoelisa{
    width: 100%;
    height: 100vh;
    background-image: url("../img/banner/bannerElisa.jpg");
    background-size: cover;
    
}

.bgfundoimob{
    width: 100%;
    height: 100vh;
    background-image: url("../img/banner/bannerImob.jpg");
    background-size: cover;
   
}

.bgfundotc{
    width: 100%;
    height: 100vh;
    background-image: url("../img/banner/bannerTC.jpg");
    background-size: cover;
    
}

.padd{
    padding: 0;
}
.bnt{
  float: left;
}
.bntA{
    
    border: none;
    border-radius: 15px;
    padding: 1rem;
    color: rgb(0, 0, 0);
    background-color: white ;
    width: 200px;
    text-transform: uppercase;
    font-weight: bolder;

}

.rodape{
    color: black;
}

h3{
    text-shadow: 0.1em 0.1em 0.2em black;
}

a{
    text-decoration: none;
}