/*
TIPOGRAFIA
font-family:'Fredericka the Great', cursive;
font-family:'Pacifico', cursive;
font-family:'Open Sans',sans-serif;
font-family: 'Sacramento', cursive;

*/


*{
    font-size: 16px;
}
h1, h2, h3{
    font-family: 'Fredericka the Great', cursive;
    text-align: center;
    text-transform: uppercase;
    color:#6F7302;
}
h4,h5,h6 {
    font-family:'Sacramento', cursiva;
    color: #AD171E;
    text-align: center;
}

h1 {
    font-size: 600%;
    font-weight: 200;
}
h2 {
    padding-top: 10px;
    font-size: 200%;
    font-weight: 200;
}

p, li, a{
    font-family: 'Open Sans', sans-serif;
}

p.destaque{
  font-size: 130%;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
  width: 60%;
}
/*------------------------*/
/*      3ª Seção          */
/*------------------------*/
.destaque{
  font-size: 130%;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
  width: 60%;
}

/*------------------------*/
/*      Pesquisa          */
/*------------------------*/
.destaque1{
  font-size: 130%;
  line-height: 1.8;
  font-weight: 300;
  text-align: justify;
  width: 60%;
}

/*------------------------*/
/*      Depoimento          */
/*------------------------*/

section#testemunha p.destaque{
    width: 60%;
    padding-top: 20px;
}
/*------------------------*/
/*      2013          */
/*------------------------*/
.destaque2 {
  font-size: 130%;
  line-height: 1.8;
  font-weight: 300px;
  text-align: justify;
  width: 100%;
}

.destaque3 {
  font-size: 130%;
  line-height: 1.8;
  font-weight: 500px;
  text-align: justify;
  width: 100%;
}
