body html {
	font-family: 'Open Sans', sans serif;
	overflow-x:hidden;
}

.bar-top {
	background: rgba(225, 225, 225, 0.35);
	/*box-shadow: 0px 1px 15px rgba(17, 17, 17, 0.2);*/
	position: absolute;
	width: 100vw;
	height: 100px;
	margin-top: 25px;
}

.fullWidth {
   width: 100vw;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


body { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: none;
}

.logo {
	margin-top: 5%;
}

.titulo h1 {
		color: #FFF;
		text-transform: uppercase;
		font-weight: 700;
}


.subtitulo h4 {
	color: #FFF;
	font-weight: 600;
}

.subtitulo {
	margin-top: 25px;
}


.textointro {
	margin-bottom: 50px;
	color: #FFF;
	font-size: 1rem;
}

#footer {
	background-color: #001f3f;
	height: auto;
	min-height: 100px;
}

.logofooter {
	padding-top: 30px;
	max-width: 150px;
}

.copyright {
	margin-top: 45px;
	font-size: 0.6rem;
	color: #f7f7f7;
}

.go-in {
	margin-top: 80px;
	margin-bottom: 50px;
}

.button {
	background-color: #3D9970;
}

.content {
	position: absolute;
	z-index: -999;
	width: 100%;
	height: 100vh;
	background-color: rgba(17, 17, 17, 0.55);
	top: 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(17, 17, 17, 0.55);
	-moz-box-shadow:    0px 0px 5px 5px rgba(17, 17, 17, 0.55);
	box-shadow:         0px 0px 5px 5px rgba(17, 17, 17, 0.55);

}

.content-align {
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	z-index: -999;
}
