/*borda */
/*    border-top:5px solid #078C31;
      clip-path: polygon(0 0,100% 0, 100% 95%, 0 100%);
      -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
      -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
      box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);*/
*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
header{
  position: top;
  background-image:linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0,0.0)), url(../_imagens/banner_historico.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
  height: 50vh;
  border-top:5px solid #078C31;
  clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);


}
nav{
  width: 95%;
  height: 200px;
  margin: 10px auto;
}
nav div#logo{
  float: left;
  background-image: url(../_imagens/memoria.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
}
nav ul#esquerda {
float: left;

}
nav ul{
  display: flex;
  flex-flow:row wrap;
  justify-content: center;
  margin-top: 20px;
  height:40px;

}
nav ul#direita{
float: right;
}
nav ul li{
  list-style: none;
}

nav ul li a{
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 80%;
}
nav ul li a#criar-conta{
  border: 1px solid #FFFFFF;
  padding: 9px 29px;
}
nav ul li a:hover{
  background-color: #f2B705;
  transition-duration: 0.8s;
}
nav ion-icon#icone-user{
  width: 45px;
  height: 45px;
  color: white;
  margin-top: -13px;
  margin-left: 20px;
}
nav ion-icon#icone-user:hover{
  color: #f2B705;
  cursor: pointer;
}
header div#chamada {
  position: absolute;
  width: 100%;
  height: 300px;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

}
/*------------------------*/
/*      2ª Seção          */
/*------------------------*/
section#perfeito{
  width: 90%;
  padding: 40px  0  80px;

  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.perfeito-centro:after {
    display: block;
    background-color: #F20519;
    height: 1px;
    width: 50%;
    margin:20px auto 10px;
    content: " ";
}


div#pontos-chaves-mestre iframe{
  float: center;
  margin-top: 10px;
  display: flex;
}
div.pontos-chaves{
  text-align: center;
  width: 25%;
}
div.pontos-chaves h4 {
    font-family: "Verdana", "Times New Roman", serif;
    color: #6F7302;
    text-align: center;
}

div.pontos-chaves h4:after {
    display: block;
    background-color: #F20519;
    height: 1px;
    width: 40%;
    margin:20px auto 10px;
    content: " ";
}
section#perfeito div.pontos-chaves ion-icon{
    width: 30px;
    height: 30px;
    color:#590202;
}

/*------------------------*/
/*      Documentário      */
/*------------------------*/

.perfeito-centro:after {
    display: block;
    background-color: #F20519;
    height: 1px;
    width: 50%;
    margin:20px auto 10px;
    content: " ";
}

div#pontos-chaves-mestre{
  width: 95%;
  margin-top: 40px;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-between;
}
div.pontos-chaves{
  text-align: center;
  width: 25%;
}
div.pontos-chaves h4 {
    font-family: "Verdana", "Times New Roman", serif;
    color: #6F7302;
    text-align: center;
}
div.pontos-chaves img{
  float: center;
  margin-top: 10px;
  background-repeat: no-repeat;
  width: 270px;
  height: 151px;
}
div.pontos-chaves h4:after {
    display: block;
    background-color: #F20519;
    height: 1px;
    width: 50%;
    margin:20px auto 10px;
    content: " ";
}
section#perfeito div.pontos-chaves ion-icon{
    width: 30px;
    height: 30px;
    color:#590202;

    background-color: blue;
}
    /*------------------------*/
    /*      Pesquisa          */
    /*------------------------*/
    section#perfeito-pes{
      float: center;
      width: 100%;
      padding: 40px  0  80px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      }
    .perfeito-centro:after {
        display: block;
        background-color: #F20519;
        height: 1px;
        width: 50%;
        margin:20px auto 10px;
        content: " ";
    }
    div#perfeito-esquerda-pes{
      position: relative;
      width: 10%;
      padding-left: 20px;
      }
     div#perfeito-direita-pes{
      position: relative;
      width: 20%;
      padding-right: 0px;

      }

    div#perfeito-centro-pes{
      width: 65%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      }

   .pesquisa{
      position: absolute;
      margin-top: 180px;
      width:280px;
      height: 550px;
      background-image: url(../_imagens/filmagem.png);
      background-repeat: no-repeat;
      }
    .pesquisa2{
      position: absolute;
      margin-top: 180px;
      width:280px;
      height: 580px;
      background-image: url(../_imagens/fotografia.png);
      background-repeat: no-repeat;
    }

    .fundo{
     width: 100%;
     position: inherit;
     bottom: 0;
     right: 0;
     color: white;
     height: 100px;
     display: flex;
     background-image: url(../_imagens/barra2.jpg);
        }
