:root{
    --primary-color: #fd951f;
    --bg-color: #130f0d;
    --text-color: #f0f0f5;
    --light-color: #rgba(255,255,255, 0.04);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-family: "Roboto", sans-serif;
    /* height: 100%; */
}
body{
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #130f0d;
    color: #f0f0f5;
}

#container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img{
    justify-content: space-between;
    transform: translate(0%,-25%);
    /* border: red 1px solid; */
}
p{
    /* border: red 1px solid; */
    /* margin-top: -25px; */
    color: rgb(68, 75, 75);
}
a{
    text-decoration: none;
    color: slategrey;
}
a:hover{
    text-decoration: underline;
    color: teal;
}

.orcamento-marcacoes{
    margin-top: 30px;
    font-size: 1rem;
}

.construcao{
    color: darkslategrey;
}
.endereco p{
    color: rgb(86, 100, 100);
    font-weight: 800;
    margin-top: 2vh;
}
