body{
	background-color: black;
	padding: 0px;
	margin: 0px;
}

.container{
	width: 100%;
	height: auto;
}

.menu{
	z-index: 1;
	position: fixed;
	text-align: left;
	font-family: arial;
}

.image{float:left; margin-bottom: 10px; width: 100%;}
.imagehalf-left{float:left; margin-bottom: 0px; width: 50%; margin-right:0px;}
.imagehalf-right{float:right; margin-bottom: 0px; width: 50%; margin-left:0px;}


.image-btn{
	float:left;
	width: 180px;
}

.image-btn img{
	width: 180px;
	height: 180px;
}

.menu a{
	color:gray;

}

.dupla-fotos{
	width: 100%;
}


.spacer{height: 30px;}

p{
	font-size: 30px;
	color: white;
	text-align: left;
	margin-left: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	line-height: 50px;
	max-width: 600px;
}

.line-divider{
	width: 100%;
	height: 20px;
	border-top: 0.10rem solid;
	border-color: white;
	margin-top: 100px;
	margin-bottom: 50px;
}


.logo-client-title{
	font-family: Montserrat;
	font-weight: bold;
	color:white;
	font-size: 22px;
	float: center;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.logo-description-text{
	color:white;
	line-height: 25px;
	font-family: Montserrat;
	font-size: 16px;
	text-align: center;
	max-width: 60%;
	float: center;
	margin-bottom: 25px;
	color: gray;
}

.content-text{
	font-size: 20px;
	color: white;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	line-height: 30px;
	max-width: 60%;
	text-align: center;
}

li{margin-top: 10px;}
.first-link a{
	color:white;
	font-family: palatino;
	font-style: italic;
	font-size: 19px;
	text-decoration: none;
}


.content{
	float:right;
	width: 80%;
	height:auto;
}

.content-home{
	position:relative;
	height:auto;
}


#hamburger-menu{
	float:right;
	width: 64px;
	height:62px;
	margin-right: 10px;
	margin-bottom:10px;
}

#hamburger-menu div{
	height: 10px;
	width: 100%;
	background-color: black;
	border-radius: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: .3s ease;
}


.open .bar1{
	  -webkit-transform: rotate(_45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);

}

.open .bar2{
	opacity: 0;
}

.open .bar3{
	  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);

}











.hidden-menu{
	display:none;
}


@media (min-width: 951px) {
	.barra-topo{display:none;}
	.menu-mobile{display:none;}

}

@media (max-width: 1250px) {
	.imagehalf-left{float:left; margin-bottom: 10px; width: 100%;}
	.imagehalf-right{float:left; margin-bottom: 10px; width: 100%;}
	.logo-description-text{max-width: 90%;}
	.content-text{max-width: 90%;}
}

@media (max-width: 950px) {
	.menu {
		display: none; 
	}

	.content {
		width: 100%;
	}




	.barra-topo{

			width: 100%;
			height:auto;
			position: fixed;
			text-align: right;
			float:left;
			z-index: 1;
			background-color:white;
	}

	.menu-mobile{
		position:fixed;
		width: 100%;
		height: auto;
		float:left;
		background-color: black;
		padding-top: 70px;
		z-index: 1;
	}

	.container-menumobile{
		margin-top: 0px;
	}

	.content{
		margin-top: 50px;
	}

}



