*{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    box-sizing: border-box;
}

.principal {
    background-color: rgba(26, 25, 25, 0.849);
    background-image: url(../imagens/MARCA\ DAGUA\ 3D.png);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.navbar{
    color: transparent;
}



.principal_QuemSomos{
    height: 120vh;
}

section{
    display: block;
    background-color: rgba(66, 66, 66, 0.363);
    position: flex;
    width: 98.75vw;
    height: 100vh

}

.navbar {
    font-size: 20px;
}

#Sollide{
    font-size: 50px;
}

.lide {
    color: #f8872e;
}

.intro {
    color: white;
    font-size: min(25px, 4vw);
}

.titulo {
    color: white;
    font-size: min(50px, 8vw);
    
}

@media (max-width: 764px){
    .principal{
        background-size: 100%;
    }
}

