/* Estilos gerais */
@font-face {
  font-family: 'Kurale';
  src: url('../fonts/Kurale-Regular.ttf');
}

@font-face {
  font-family: 'TitilliumR';
  src: url('../fonts/TitilliumWeb-Regular.ttf');
}

body {
  font-family: "TitilliumR", Helvetica, sans-serif;
  font-size: 18px;
}

p {
  font-family: Kurale, "Times New Roman", serif;
  font-size: 14px;
}

img {
  display: block;
  max-width: 100%;
}
/* Header */
.header {
position: fixed;
top: 0;
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 60px;
background: #D6CA89;
padding: 5px 0;
z-index: 5;
}
.nav_list, .nav_list2 {
list-style-type: none;
}
.nav_list .list_item, .nav_list2 .list_item2 {
  display: inline-block;
  padding: 15px 10px;
}
.nav_list .list_item a, .nav_list2 .list_item2 a {
  text-decoration: none;
}
.header a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;  
}
.header a:hover, .header a.menu_ativo {
  color: #FFF;
}
.menu {
  display: none;
}
.menu_line {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin-bottom: 4px;
}


.header_menu {
  text-align: right;
  height: 50px;
  border: 4px solid #f00;
}

.header_menu ul li {
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
  top: -10px;
  position: relative;
}

.header_menu ul li a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}

.header_menu ul li a:hover, .header_menu ul li a.menu_ativo {
  color: #FFF;
}

.cont1 h1 {
  font-weight: bold;
  font-size: 32px;
  margin-top: -30px;
  padding-left: 10%;
  color: #fff;
}

.container .grid-12 {
  padding: 10px;
  line-height: 35px;
}
.container .grid-12 h2 {
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
}

.introducao {
  width: 100%;
  height: 768px;
  background-size: cover;
  margin-top: 35px;
  top: 25px;
  z-index: -1;
  position: relative;
  }

.introducao .cont1 {
  height: 190px;
  width: auto;
  margin-left: 0;
  margin-top: 0;
  z-index: 39;
}

.cont1 img {
  width: 955px;
  height: 143px;
  margin-bottom: 30px;
}
.introducao .cont2 {
  width: 80%;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  left: 10%;
  top: 718px;
  position: absolute;
}

.introducao .cont2 p {
  margin-top: 5px;
  padding-left: 20px;
}

.footer {
  width: 100%;
  background: #D6CA89;
  padding: 5px 0;
  text-align: center;
}

/*Header2*/
.header2 {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #D6CA89;
  padding: 5px 0;
  z-index: 5;
  }
  .header2 a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;  
  }
  .header2 a:hover, .header2 a.menu_ativo {
    color: #FFF;
  }
