body {
    margin: 0%;
    padding: 0%;
    width: 100%;
}

header {
    background-image: url('https://sgcinvestimentos.com.br/img/top.webp');
    height: 700px;
    border-top: 1px solid rgb(108, 183, 244);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
.nav-burguer{
    display: grid;
    grid-template-columns:  1fr 1fr;
    padding: 15px;
}
.header-top h1 {
text-align: center;
color: white;
background: black;
border-radius: 5px;
width: 400px;
padding: 10px;
letter-spacing: .3em ;
margin: 283px auto;
transition: background-color 0.3s ease; 
}
.header-top h1:hover {
    background: linear-gradient(#CD7F32, #a97142);
}

.burguer li{
    font-size: 1.1em;
}
.burguer a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
.burguer a:hover {
    border-bottom: 1px solid white;
    transition: border .6s linear
}
.article-one {
 text-align: center;
 padding: 50px 80px;
 background-color: #f4f4f4;
 display: block;
}
section h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
}
.article-text {
    text-align: center;
    padding: 50px 80px;
    background-color: black;
    color: white;
    display: block;
    letter-spacing: 1px;
}
.article-img-1 {
    background-image: url('https://sgcinvestimentos.com.br/img/aisde.webp');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.article-img-2{
    background: url('https://sgcinvestimentos.com.br/img/article.jpg');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.image-small {
    background-image: url();
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.span{
    font-size: 1.8em;
    text-transform: uppercase;
    color: black;
    letter-spacing: .8em;
    text-align: center;
    display: block;
    padding: 150px 50px;
}
.footer {
    background-color: black;
    height: auto;
    overflow: hidden;
}
.footer p {
    text-align: center;
    color: white;
    letter-spacing: 1px;
}
.footer ul {
    display: block;
    text-align: center;
}
.footer li {
    display: inline;
   
}
.footer a {
    font-size: 30px;
    color: rgb(15, 125, 194);
    margin-left: 5px;
}
.footer a:hover {
    color: white;
    transition: color .5s linear;
}



