* {
    margin: 0;
}
body{
    background-color: black;
    text-align: justify;
    color: #008000;
}
main {
    margin-left: 5%;
    margin-right: 5%;
}

h1{
    font-size: 60px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
    padding-top: 8%;
    padding-bottom: 2%;
}
.evolucao{
    font-size: 60px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
    padding-top: 15%;
}
.conteudo{
    display: flex;
    flex-direction: row-reverse;
}
h2{
    font-size: 30px;
    text-align: left;
    text-decoration: underline;
    font-style: italic;
    
}
h3{
    font-size: 36px;
    font-style: italic;
    padding-top: 30px;
    text-align: center;
}
li{
line-height: 1.5em;
}
p{
line-height: 1.5em;
}
b{
    font-weight: bold;
    font-size: 18px;
}
img{
    width: 300px;
       padding: 20px;
}

.inicio{
    height: 94vh;
    background-image: url(logoWz.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position:250px 150px;
}
footer{
    text-align: right;
    font-style: italic;
    font-size: 18px;
    color: #ffffff;
    padding-right: 30px;
}
header{
    background-color: rgb(0, 0, 0);
    height: 10vh;
    box-shadow: 0 5px 10px #008000;
    display: flex;
    justify-content: space-around;
      width: 100%;
      position: fixed;

}
header img{
    display:block;
        width:150px;  
        height:60px;
        padding:0px;
}
header .logofalso{
 display: none;
}
header .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu ul{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
.menu li{
    line-height: 1em;
    text-align:center;
}
.menu ul li a{

    font-size: 17px;
    font-style: italic;
    color: #ffffff;

}
.menu ul li a:hover{
    color: #18ce18;
}
.menu-mobile{
	background-color: #000000ff;
	height: 100vh;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 0%;
	transition: 1s;

}
.menu-mobile.abrir-menu{
	width: 100%;
}
.menu-mobile ul{
	list-style-type: none;
}
.menu-mobile ul li a{
	color: #18ce18;
	font-size: 22px;
	line-height: 2em;
	text-decoration: none;
}
.menu-mobile ul li a:hover{
	cursor: pointer;
	background-color:#77ff79;
	color: #043002;
}
.btn-abrir-menu{
	color: #ffffff;
	font-size: 24px;
	padding-top: 1%;
    padding-left: 23px;
    display: none;
}
.btn-fechar{
	color: #ffffff;
	font-size: 32px;
}
@media only screen and (max-width:800px){
    header{      
        align-items: center;
    }
  header  .menu{
        display:none;
    }
    header .logofalso{
        display: block;
    }
    .btn-abrir-menu{
        display: block;
    }
.inicio{
    height: 94vh;
    background-image: url(logoWz-celular.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position:50px 130px;
}
h1{
    font-size: 40px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
    padding-top: 22%;
    padding-bottom: 2%;
}
img{
    width: 300px;
       padding: 20px;
       display: block;
       margin: 0 auto;
}
h2{
    font-size: 28px;
    text-align: left;
    text-decoration: underline;
    font-style: italic;
}
h3{
    font-size: 25px;
    font-style: italic;
    padding-top: 30px;
    text-align: center;
}
li{
line-height: 1.5em;
font-size: 20px;
margin-left: 0%;
}
p{
line-height: 1.5em;
font-size: 20px;
}
ul{
    margin: 0%;
    padding: 5%;
}
    }
