* {
    margin: 0;
    padding: 0;
}

h1, h2,h3, h4, p, li {
    font-family: Verdana, Arial;
}

h2,h3, p, li {
    color: #fff;
}

h1 {
    color: #FF0000;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

h2 {
    font-size: 25px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

h3 {
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
}

h4 {
    color: #FFF000;
    margin-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 16px;
}

p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
}


body {
    width: 100%;
    height: 100%;
    background-color: #000;
    scrollbar-width: none;
}

main {
    width: 96%;
    margin: 0 auto;
}

.header, article, section , footer{
    width: 100%;
}

#header {
    background: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.30), rgba(0,0,0,.80), rgba(0,0,0,.80) 100%), url("../../imgs/destaque1.jpg");
    background-size: cover;
    background-position: center;
    width: 94%;
    height: 420px;
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

article {
    text-align: left;
}

#conteudo {
    width: 94%;
    padding: 0 2%;
}

#carrossel {
    padding: 5% 0;
}

.section p {
    width: 70%;
}

.item p {
    font-size: 250px;
    position: absolute;
    bottom: 30%;
    left: -6%;
    color: rgba(255,255,255,.70);
}

.item-img {
    width: 100%;
    height: 100%;
    display: block;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li {
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

footer {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background-color: #FF0000;    
}

footer h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
}