/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
html, body{
  height: 100%;
}

header {
  padding: 156px 0 100px;
  background-image: url('../img/header.jpg');
  background-size: cover;
  height: 100%;
}

header > div > h1{
  margin: 10rem 0 0;
}

footer div i{
  font-size: 30px;
  color: #fff;
  margin: 0 10px;
}

footer div{
  line-height: 0.5em;
}

footer div p{
  font-size: 0.8em;
}

footer div span{
  color: #fff;
  font-size: 0.6em;
}

.nav-lin:hover{
  color: #892f30;
}

section#institucional{
  background-image: url('https://source.unsplash.com/EKy2OTRPXdw');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  border-top: solid 5px #892f30;
  border-bottom: solid 5px #892f30;
}

section#atuacao{
  background-image: url('https://source.unsplash.com/hjwKMkehBco');
  background-size: cover;
  border-top: solid 5px #892f30;
}

section#equipe{
  border-top: solid 5px #892f30;
}

section#contato{
  border-top: solid 5px #892f30;
}

h1{
  font-size: 60px;
}

.logotipo{
  width: 8em;
}

.assinatura{
  width: 5em;
}

.opacity-element{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

.bt-back-top{
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.bg-vermelho{
  background-color: #892f30;
}

.gf-asap{
  font-family: 'Asap', sans-serif;
}

.gf-krona{
  font-family: 'Krona One', sans-serif;
}

.gf-nanum{
  font-family: 'Nanum Gothic', sans-serif;
}

.text-vermelho{
  color: #892f30;
}
