
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
}
.correcao-margens{
    padding: 0 20rem 0;
}
.upercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.size-1{
    font-size: 8rem;
}
.oswald-uniquifier{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
.kadwa-regular {
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
  }  
/* // <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 200 to 700 */
.h1-400{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.h1-600{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    
}
.logo-title{
    display: flex;
    line-height: 1.1rem;
    flex-basis: 37rem;
    justify-content: flex-start;    
}

.logo-title img{
    width: 8rem;
    height: 8rem;
    margin: 0;
    padding: 0;
    align-self: center;
}
.logo-title h1{
    margin: 0;
    padding: 0;
    color: white;
    font-size: 3rem;
}
.responsive-nav{
    width: 1rem;
    height: 1rem;
    flex-grow: 1;
}
.header-nav{
    background-color: #000000;
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    height: 13rem; 
}
.header-nav h1{
    margin: auto;
}
.list-nav-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.list-nav{
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.list-nav li{
    align-items: center;
    margin: 0;
    padding: 0;
    }
.list-nav a{
    text-decoration: none;
    /* background-color: rgb(88, 88, 88); */
    color: white;
    /* padding: 2rem 3rem; */
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Osvald", sans-serif;
    /* border-radius: 0.5rem; */
    border-right: 1px solid white;
    padding-right: 2rem;
    
}
.list-nav a:hover{
    color: rgb(71, 71, 71);
}
.start-page{
    background-image: linear-gradient(#9c9c9c69, rgb(18, 18, 18));
    height: 86.4vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-page-text{
    font-size: 3rem;
    width: 90rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    flex-direction: column;
}
/* .img-start{
    
} */
.img-start{
    margin-top: auto;
}
.img-start img{
    height: 70vh;

}
@media screen and (max-width: 1400px){
    .correcao-margens{
        padding: 0 10rem 0;
    }
    .logo-title{
        display: flex;
        line-height: 1.1rem;
        flex-basis: 24rem;
        justify-content: flex-start;    
    }
    
    .logo-title img{
        width: 5rem;
        height: 5rem;
        margin: 0;
        padding: 0;
        align-self: center;
    }
    .logo-title h1{
        margin: 0;
        padding: 0;
        color: white;
        font-size: 2rem;
    }
    .h1-400{
       font-size: 1rem;
    }
    .responsive-nav{
        width: 1rem;
        height: 1rem;
        flex-grow: 1;
    }
    .header-nav h1{
        margin: auto;
    }
    .list-nav{
        display: flex;
        list-style: none;
        gap: 0rem;
        margin: 0;
        padding: 0;
    }
    .list-nav li{
        align-items: center;
        margin: 0;
        padding: 0;
        }
    .list-nav a{
        text-decoration: none;
        /* background-color: rgb(88, 88, 88); */
        color: white;
        /* padding: 2rem 3rem; */
        font-size: 1rem;
        text-transform: uppercase;
        font-family: "Osvald", sans-serif;
        /* border-radius: 0.5rem; */
        border-right: 1px solid white;
        padding-right: 1rem;
        
    }
    .list-nav a:hover{
        color: rgb(71, 71, 71);
    }
    .size-1{
        font-size: 4rem;
    }
    .start-page-text{
        font-size: 1.5rem;
        width: 50rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(255, 255, 255);
        flex-direction: column;
    }
    .img-start img{
        height: 50rem;
        width: 100%;
    
    }
}
@media screen and (max-width: 800px){
    .correcao-margens{
        padding: 0 3rem 0;
    }
    .logo-title{
        display: flex;
        line-height: 1.1rem;
        flex-basis: 6rem;
        justify-content: flex-start;   
    }
    .logo-title img{
        width: 5rem;
        height: 5rem;
        margin: 0;
        padding: 0;
        align-self: center;
    }
    .list-nav a{
        text-decoration: none;
        color: white;
        font-size: 100%;
        text-transform: uppercase;
        font-family: "Osvald", sans-serif;
        border-right: 1px solid white;
        padding:0 0.3rem 0;
    }
    .logo-title h1{
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1rem;
        display: none;
    }
    .nowrap{
        display: flex;
        flex-wrap: nowrap;
    }
    .correcao-margens2{
        padding: 0 1rem 0;
    }
    .list-nav a:hover{
        color: rgb(71, 71, 71);
    }
    .size-1{
        font-size: 4rem;
    }
    .start-page-text{
        font-size: 1.5rem;
        width: 50rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(255, 255, 255);
        flex-direction: column;
    }
    .img-start img{
        height: 50rem;
        width: 100%;
        display: none;
    }
}



