*, *:before, *:after { 
	margin:0;
	padding:0;
	font-family: Arial,sans-serif;
  }

body {
	margin:10px;
	color: #333;
	background-color: #FFF;
	font-weight: 400;
}

.space {
	position:relative;
	height: 100vh;
	min-height: 600px;
}

.center-block {
	position: absolute;
	width: 100%;
	padding-bottom: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#img {

	background-image: url(./imgs/header-01.png);
	
	background-size:100% 100%;
	
	-webkit-background-size: 100% 100%;
	
	-o-background-size: 100% 100%;
	
	-khtml-background-size: 100% 100%;
	
	-moz-background-size: 100% 100%;
	
	}

.logo {
	max-width: 100%;
	height: auto;
}

.img-responsive {
	margin: 0 auto;
	width: 300px;

}
/* h1 da index */
h1 {
	margin-top: 0;
	margin-bottom: 0px;
	color: rgb(44, 138, 15);
	font-size: 70px;
	font-weight: 700px;
	line-height: 68px;
}
/* h1 da pop-up */
h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(110,110,110,0.8) 20%,rgb(110, 110, 110) 53%,rgba(110,110,110,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(110,110,110,0.8) 20%,rgb(110, 110, 110) 53%,rgba(110,110,110,0.8) 79%,rgba(147,184,189,0) 100%); 
  }
/* h2 da index */
h2 {
	color: #090;
	font-size: 22px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
/* p do pop-up */
p {
	font-size: 15px;
}
p:first-child{
	margin: 0px;
  }
/* a da index */
a {
	color: #6c6;
	text-decoration: none;
}
/* b da index */
b {
	font-size: 22px;
	text-align: center;
}
/* a hover da index */
a:hover,
a:active {
	color: #060;
}
/* a da index */
a.links{
	display: none;
  }
/* content que contem os formulários */
.content{
	width: 505px;
	margin: 0px auto;
	position: relative;   
  }
/*************************
*********Team CSS*********
**************************/

  
  .social-icons {
	margin-top:30px;
	text-align: center;
  }
  
  .social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
  }
  
  .social-icons ul li {
	float: left;
	margin-right: 8px;
  }
  
  .social-icons ul li:last-child {
	margin-right: 0;
  }
  

@media (max-width: 991px) {
	.content-box {
		text-align: center;
	}
	.icon-reserved {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.space {
		position:relative;
		padding-top: 30px;
		padding-bottom: 30px;
		height: 100%;
		min-height: initial;
		text-align: center;
	}
	.center-block {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	h1 {
		font-size: 40px;
		line-height: 42px;
	}
	h2 {
		margin-top: 5px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
	.icon-reserved {
		margin-top: 20px;
		width: 190px;
	}
}
