
@font-face{
  font-family: avenir;
  src: url(fontes/Avenir\ Next\ LT\ Pro\ Bold.otf);
  font-weight: bold;
}

@font-face{
  font-family: avenir;
  src: url(fontes/Avenir\ Black/Avenir\ Black.ttf);
  font-weight: bolder;
}

@font-face {
  font-family: avenir;
  src: url(fontes/Avenir\ Regular/Avenir\ Regular.ttf);
}

a{
  color: unset;
}


body{
background-color: rgb(247,228,205);
font-family: avenir;
line-height: 1.2;
text-align: center;
font-size: 2.5vh;
letter-spacing: .2em;
color: rgb(75,119,103);
}

h1{
  margin: 0;
  font-size: unset;
}

p{
  margin: 0;
  font-weight: normal;
}

p::after{
  display: block;
  content: " ";
  white-space: pre;
}

.image{
  text-align: center;
  display: block;
  position: absolute;
  height: 17vh;
  top: 8vh;
  left: 50%;
  transform: translate(-50% , 0);
  margin: 0 auto;
  width: auto;
}

.image img{
  height: 100%;
  width: auto;
}

.texte{
  display: block;
  position: absolute;
  width:100vw;
  left: 50%;
  transform: translate(-50% , 0);
  top: 25vh;
  margin: 0 auto;
 
}

.nav{
  display: block;
  position: absolute;
  width: 100%;
  bottom: 7.5vh;
  text-transform: uppercase;
}

.nav strong{
  display: block;
 margin-bottom: 4vh;
}


section{
  position: fixed;
  top: 50%;
  height: 100vh;
  width: 100vw;
  left: 50%;
  transform: translate(-50%,-50%);

}


#p1{
  display: none;
  opacity: 0;
}

#p2{
  display: none;
  opacity: 0;
}

#p2 img{
  height: 20vh;
  margin-left: -2vh;
}

#p3{
  display: none;
  opacity: 0;

}

#p4{
  display: block;
  opacity: 1;

}


.sect{
  transition: .3s;
}

em{
  font-style: normal;
  text-decoration: 1px underline solid rgb(75,119,103);
}

#p4 img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -60%);
  height: 90vh;
  width: auto;
}

#p2 span{
  margin: 0 2vh;
}

#p4 a{
  display: block;
  position: absolute;
  bottom: 10vh;
  background-color: rgb(75,119,103);
  color: rgb(247,228,205);
  border-radius: 150px;
  font-weight: bolder;
  padding: 1vh 5vh .5vh 5vh;
  left: 50%;
  transform: translate(-50%, 0);

}

.margetop{
  margin-top: 20vh;
}

.margetop2{
  margin-top: 19vh;
}

.margetop3{
  margin-top: 9vh;
}