header{
	height: 150px;
}

.logo-box{
	width: 19%;
	height: auto;
	display: inline-block;
}

.logo-ibd {
	width: 100%;
}

.busca-box{
	width: 220px;
	height: 34px;
	display: inline-block;
}

.busca-box button, span{
	display: inline-block;
	margin-left: -3px;
	margin-top: -1px; 
}

.top-menu-header{
	width: 70%;
	display: inline-block;
	float: right;
	height: 60px;
}


.input-search {
	font-size: 14px;
	color: #999;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #CCC #E5E5E5;
	min-height: 32px;
	line-height: 32px;
	padding: 0px 8px;
	border-radius: 0;
	border:1px #ccc solid;
	background: white;
	width: 180px;
	display: inline-block;
	margin:0px;
}

.input-senha{
	font-size: 12px;
	color: #999;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #CCC #E5E5E5;
	min-height: 32px;
	line-height: 32px;
	padding: 0px 8px;
	width: 100px;
	border-radius: 0;
	border:1px #ccc solid;
	vertical-align: middle;
}


.banner-tratado{
	width: 100%;
	margin: auto;
}

.div-banner-tratado, .div-evento{
	margin: auto;
	margin-bottom: 3rem;
	margin-top: 3rem;
	width: 90%;
}

.input-login{
	font-size: 12px;
	color: #999;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #CCC #E5E5E5;
	min-height: 32px;
	line-height: 32px;
	padding: 0px 8px;
	width: 160px;
	border-radius: 0;
	border:1px #ccc solid;
	vertical-align: middle;
	margin-left: 10px;
}

.box-top{
	text-align: left;
	background-color: #F0F0F0;
	min-height: 55px;
	width: 550px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
	padding-top: 10px;
}
.box-top a{
	color:#3B4146;
}
.box-top a .badge{
	background: #ba0722;
}
.box-top a .badge.nada{
	background: #FFFFFF;
	color:#009608;
}

.info-assoc{
	width: 520px;
	height: auto;
	margin: auto;
	text-align: center;
}

.associe-now{
	margin-left: 50px;
}

.curta-share{
	width: 100%;
	text-align: right;
}

.curta-share strong{
	font-family: sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

.servicos-assoc {
	text-align: right;
	margin-top: 5px;
	width: 100%;
	display: block;
}
.servicos-assoc a{
	font-size: 14px;
	border-right: 2px #CCCCCC solid;
	padding-right: 10px;
	padding-left:10px;
	color:#3B4146
}

.main-header{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 3rem;
}

@media screen and (max-width: 1190px) {
	header {
		height: 300px;
	}
	
	.top-menu-header{
		height: 120px;
	}
	.main-header{
		height: 200px;
	}

	.box-top, .busca-box, .top-menu-header{
		display: block;
		width: 100%;
		margin: auto;
	}


	.info-assoc{
		width: 90%;
	}

	.box-top{
		margin-bottom: 2rem;
	}

	.busca-box {
		padding-top: 20px;
		padding-bottom: 20px;
		height: 70px;
	}

	.associe-now{
		float: right;
		margin-right: 1rem;
	}

	.input-search{
		width: 45%;
	}

}




@media screen and (max-width: 715px) {
	
	header { 
		height: 550px;
	}

	.nav, .navbar-nav {
		width: 100%;
		text-align: center;
	}

	.info-assoc{
		text-align: center;
		font-size: 1.6rem;
	}

	.info-assoc a{
		display: block;
		text-transform: uppercase;
		margin-bottom: 0.5rem;
	}


	.quebra {
		display: none;
	}

	.parenteses{
		display: none;
	}

	.top-menu-header{
		height: 360px;
	}
	.main-header{
		height: 320px;
	}

	.busca-box {
		height: 90px;
		text-align: center;
	}

	.input-search{
		width: 80%;
		height: 50px;
	}

	.busca-box button{
		height: 50px;
		width: 50px;
	}

	.box-top{
		height: 260px;
		text-align: center;
		padding-top: 2rem;
	}

	.input-login, .input-senha{
		display: block;
		width: 90%;
		height: 50px;
		font-size: 14px;
		margin: 0px;
		margin: auto;
		margin-bottom: 1rem;
	}

	.btn-entrar, .associe-now {
		width: 50%;
		display: block;
		margin: auto;
		margin-bottom: 1.5rem;
		height: 40px;
	}

	.associe-now{
		float: none;
	}

	.servicos-assoc {
		text-align: center;
		margin-top: 2rem;
	}

	.logo-box{
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}

	.div-banner-tratado, .div-evento{
		width: 100%;
	}

	.logo-ibd {
		width: 60%;
	}

	.curta-share{
		text-align: center;
	}

	
}

@media screen and (max-width: 400px) {
	.btn-entrar, .associe-now {
		width: 60%;
	}

	.servicos-assoc{
		margin-top: 0px;
	}

	header { 
		height: 510px;
	}
}


