* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* width: 100%; */
}

body {
  width: 80%;
  margin: 0 auto;
}

.titulo {
  margin-top: 0;
  background: url(../imagens/topo.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 500px;
  min-width: 700px;
}

#container {
  /* border: 1px solid white; */
  background: rgba(0, 0, 0, 0.2);
  height: 60px;
}

#logo {
  margin-top: 10px;
  /* padding-left: 100px; */
  /* background: rgba(0, 0, 0, 0.1); */
  width: 30%;
  /* border: 1px solid white; */
  display: inline-block;
  position: absolute;
  left: 100px;
}

nav {
  /* float: right; */
  /* border: 1px solid white; */
  width: 70%;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 10px;
  margin-top: 15px;
}

nav ul li {
  display: inline-block;
  list-style: none;
}

nav ul li a {
  /* width: 100%; */
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  /* position: static; */
  /* position: absolute; */
  padding: 15px;
  /* border: 1px solid white; */
}

nav ul li a:hover {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#principal {
  /* border: 1px solid black; */
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#principal .principal-text h1 {
  margin-top: 50px;
  padding: 30px;
  /* border: 1px solid red; */
}

.principal-text p {
  padding: 0px 80px;
  line-height: 30px;
  margin-bottom: 50px;
  /* border: 1px solid red; */
}

#galeria {
  /* border: 1px solid red; */
  width: 100%;
}

.fotos {
  display: inline-block;
  margin: 5px;
}

.fotos img {
  position: relative;
}

.fotos h3 {
  /* border: 1px solid red; */
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 5px;
  font-size: 0.9em;
}

#principal .fotos p {
  line-height: 10px;
  margin: 0;
  /* border: 1px solid red; */
  padding: 15px;
  position: relative;
}

#about {
  background: url(../imagens/bg_detalhe.png) no-repeat;
  background-size: cover;
  /* width: 100%; */
  /* height: 100%; */
  color: rgba(255, 255, 255, 0.8);
  /* position: absolute; */
  padding: 80px;
}
#principal #about h1 {
  /* position: relative; */
  text-align: left;
  line-height: 50px;
  /* border: 1px solid red; */
  /* margin-top: 60px; */
  /* padding: 80px; */
  font-size: 40px;
  text-transform: uppercase;
  text-emphasis: none;
  padding-bottom: 40px;
  font-weight: none;
}

#principal #about p {
  text-align: left;
  width: 60%;
  line-height: 30px;
  /* padding-left: 80px; */
}

#contact {
  padding: 30px;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bolder;
}

#contact a {
  position: relative;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
}

iframe {
  width: 100%;
  /* position: absolute; */
}

footer {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.4);
  line-height: 60px;
  letter-spacing: 5px;
}
