body {
  font-family: 'Merriweather', serif;
}
.tela{
    position:relative;
    height:100vh;
    overflow:hidden
}
#hero{
    position:relative;
    height:100vh;
    overflow:hidden
}
#valores{
    position:relative;
    height:100vh;
    overflow:hidden
}
#bg-video{
    width:100%;
    height:100%;
    object-fit:cover
}
#hero .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    color:white
}
/*#hero h1{
    font-size:3rem;
    font-weight:bold;
    text-transform:uppercase
}
#hero h2{
    //font-size:1.5rem;
    font-size:3rem;
    font-weight:300
}*/
#valores .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    color:white
}
#valores h1{
    font-size:3rem;
    font-weight:bold;
    text-transform:uppercase
}
#valores h2{
    //font-size:1.5rem;
    font-size:3rem;
    font-weight:300
}
#fixedNav{
    transition:all .3s ease;
    opacity:.95
}
[data-aos]{
    transition:all .6s ease-in-out
}
section{
    scroll-margin-top:80px
}
.patrimonio-imobiliario {
    left: 23%;top: 40%;
}
.section-bens {
    background-image: url('../files/bg_woman.jpg');
    background-size: cover;
    background-position: 100%;
}
.section-patrimonio {
    background-image: url('../files/bg_build.jpg');
    background-size: cover;
    background-position: 100%;
}
.section-projetos {
    background-image: url('../files/bg_meeting.jpg');
    background-size: cover;
    background-position: 100%;
}
.fonte-cultura {
    cursor: pointer;
}

.fonte-cultura:hover {
    color: #b05840;
}

.cor-link:hover {
    color: #b05840;
    cursor:pointer;
}
#contato {
    background-color: #333333; 
    background-image: url('../files/map.png');
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: center right;"
}
.titulo-servicos {
    padding-top:15%;
}

.tela2{
    height:100vh;
}
.title-servico {
    font-size:3rem;
}
@media(max-width:768px){

    .engenharia-bens {
        top:15%;
    }
    .section-bens {
        background-position:center;
    }
    .section-projetos {
        background-position:40%;
    }
    #contato {
        background-image:url();
    }
    
    #fixedNav .navbar-nav {
        flex-direction: column;
        text-align: center;
    }
    #fixedNav .nav-link {
        padding: 0.5rem 0;
    }
    .titulo-servicos {
        padding-top:25%;
    }
    .one {
        left:0px;
        padding-top:10px;
    }
    .tela2{
        height:auto;
    }
    .title-servico {
        font-size:2rem;
    }

}