@font-face {
  font-family: 'assinatura';
  src: url(fonts/Thesignature.ttf) format('opentype');
}
*{
  margin: 0;
  padding: 0;
}


body{
  margin:0;
  padding:0;
  color: #242424;
  font-family: sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  text-align: justify;
  
}

.wrapper{
  width: 100%;
  margin: 0 auto;
}

main{
  display: block;
  background-color: #FFF;
}

.container{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

section.module p{
  margin-bottom: 40px;
}

section.module:last-child{
  margin-bottom: 0;
}

section.module h2{
  margin-bottom: 40px;
  font-size: 30px;
}

section.module.content{
 padding: 40px 0;
 background: #ece7d5; 
}

section.module.parallax{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.module.parallax:after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 8;
  background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
}


section.module.parallax-1{
  background-image: url("./rex.jpg");
}

section.module.parallax-2{
  background-image: url("./2020-01-04.jpg");
}

section.module.parallax-3{
  background-image: url("https://especiais.jconline.ne10.uol.com.br/100-anos-de-medicina/wp-content/uploads/sites/5/2016/01/Web4001.jpg");
}

section.module.parallax h1{
  color: #FFF;
  text-align: center;
  font-size: 78px;
  z-index: 50;
  text-transform: uppercase;
}

@media all and (max-width: 820px) {
  section.module h2 {
    font-size: 32px;
  }
  .module h2, p{
    padding: 0 8px;
  }

  .container{
    margin:0;
    padding:0;
  }

  section.module.parallax h1 {
    font-size: 36px;
  }
}
video{
  width: 95%;
  height: auto;
  margin-bottom: 60px;
  
}
footer{
  text-align: center;
  background: #ece7d5;
  color: black;
  font-family: 'assinatura';
  font-size: 3em;
  
}
h6{
  margin-bottom: 0;
  text-align: end;
  padding-bottom: 0;
  font-size: 10px;
}
p{
  text-align: justify;
}
h2{
  text-align: center;
  font-size: 50px;
}