/*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);
div#teste{
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 60px;
  z-index: 10;
  color: aqua;
}
section#testemunha div#testemunha-centro div#testemunhos ul img{
  width: 40%;
  border-radius: 100%;
  margin-top: -80px;
  border: 2px solid #6F7302;
    }*/

*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
header{
  position: top;
  padding-top: 0px;
  margin-top: 0px;
  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;

  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#perfeito-esquerda{
  position: relative;
  width: 18%;
}

div#perfeito-direita{
  position: relative;
  width: 10%;
}

div.lupa{
  position: absolute;
  top:50px;
  left: 10px;
  width: 150px;
  height: 150px;
  background-image: url(../_imagens/livro_2.jpg);
  background-repeat: no-repeat;
}
  div.livro{
    position: absolute;
    top:280px;
    left: 120px;
    width: 150px;
    height: 150px;
    background-image: url(../_imagens/livro_3.jpg);
    background-repeat: no-repeat;
  }

  div.livros{
    position: absolute;
    top:550px;
    left: 30px;
    width: 150px;
    height: 150px;
    background-image: url(../_imagens/livro_4.jpg);
    background-repeat: no-repeat;
  }
  div.lupa_1{
    position: absolute;
    top:50px;
    left: 180px;
    width: 150px;
    height: 150px;
    background-image: url(../_imagens/LUPA.jpg);
    background-repeat: no-repeat;
  }
    div.livro_1{
      position: absolute;
      top:280px;
      left: 120px;
      align-items: center;
      width: 150px;
      height: 150px;
      background-image: url(../_imagens/livro_1.jpg);
      background-repeat: no-repeat;
    }

    div.livros_1{
      position: absolute;
      top:550px;
      left: 200px;
      width: 150px;
      height: 150px;
      background-image: url(../_imagens/lupa_livro.jpg);
      background-repeat: no-repeat;
    }

div#perfeito-centro{
  width: 60%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
div#pontos-chaves-mestre{
  width: 98%;
  margin-top: 40px;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-between;
}
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;
}
.imagem0 {
  float: center;
  margin-top: 10px;
  width: 200px;
  -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);
}
.imagem1 {
  float: center;
  margin-top: 20px;
  width: 200px;
  -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);
}
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;
}

  .fundo{
   width: 100%;
   position: inherit;
   padding-bottom: 0px;
   margin-bottom: 0px;
   right: 0;
   color: white;
   height: 100px;
   display: flex;
   background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.4)),url(../_imagens/barra1.jpg);
   box-shadow: inset 0 0 1em black, 0 0 1em black;
  }


  .footerp{
    font-size: 10px;
    line-height: 1.8;
    font-weight: 300;
    text-align: center;
  }
  /*---------Ciavatta------
  section#ciavatta {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255,255, 0.1),rgba(255, 255,255, 0.1),rgba(255, 255, 255, 0.7)),url(../_imagens/ciavatta.png);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 3%, 100% 0, 100% 97%,0 100%);
    height:500px;
    }*/
    /*---------Seção depoimento------*/
section#testemunha{
    background-image:linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255,255, 0.1),rgba(255, 255,255, 0.1),rgba(255, 255, 255, 1)), url(../_imagens/fundo_comentario.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;

}
div#testemunha-mestre {
    width:100%;
    height: 300px;

    margin-top: 20px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div#testemunha-esquerda, div#testemunha-direita {
    width: 15%;
    height: 300px;
    cursor: pointer;
}

div#testemunha-mestre ion-icon {
    width: 60%;
    height: 60%;
    color: #F03733;
}

div#testemunha-esquerda ion-icon {
    opacity: 0.5;
}

div#testemunha-centro {
    width: 70%;
    margin: 0 auto;
    height: 400px;
    position: relative;
    max-width: 1010px;
    overflow: hidden;
}

div#testemunhos {
    position: absolute;
    left:0;
    width:2680px;
  }

section#testemunha div#testemunha-centro div#testemunhos ul {
    display: inline-table;
    width: 220px;
    background: #fff;
    padding:35px;
    margin:10px 15px;
    border-radius: 20px;
    border:1px solid #ccc;
    text-align: center;

    }

section#testemunha div#testemunha-centro div#testemunhos ul li {
    list-style:none;
    display: inline-table;
    width: 90%;
    margin:0;

}

section#testemunha div#testemunha-centro div#testemunhos ul h5 {
    font-size: 140%;
}

section#testemunha div#testemunha-centro div#testemunhos ul p {
    line-height: 1.5;
    color:#404040;
    font-size: 80%;
}

section#testemunha div#testemunha-centro div#testemunhos ul img {
  width: 100%;
  margin-top: -20px;
  cursor: pointer;

}










/*div#testemunha_mestre{
  width: 100%;
  height: 300px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

}
div#testemunha-direita{
  width: 15%;
  height: 300px;
  cursor: pointer;

}
div#testemunha-esquerda{
  width: 15%;
  height: 300px;
  cursor: pointer;
}
div#testemunha_mestre ion-icon{
  width: 40%;
  height: 40%;
  color:#F03733;
}
div#testemunha-esquerda ion-icon{
  opacity: 0.5;
}
div#testemunha-centro{
  width: 45%;
  margin: 0 auto;
  height: 300px;
  position: top;
  max-width: 1010px;
  overflow: hidden;
  }
div#testemunhos{
  position: top;
  left: 0;
  width: 2580px;

  }
  section#testemunha div#testemunha-centro div#testemunhos ul{
    display: inline-table;
    width: 250px;
    background: #fff;
    padding: 20px;
    margin: 20px 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;

      }
  section#testemunha div#testemunha-centro div#testemunhos ul li{
    list-style: nome;
    display: inline-table;
    width: 90%;
    margin: 0;

  }
  section#testemunha div#testemunha-centro div#testemunhos ul p{
    line-height: 1.5;
    color: #404040;
    font-size: 90%;
    margin-top: 10px;
          }
  section#testemunha div#testemunha-centro div#testemunhos ul h5{
    font-size: 120%;
    line-height: 1.1;
    }
  section#testemunha div#testemunha-centro div#testemunhos ul img{
    width: 100%;
    margin-top: -20px;
      }
