html, body{
	font-family: 'Poppins', sans-serif;
}

.tel-mobile{
	display: none;
}

.navbar-default{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.navbar-default{
	background-color: #fff;
	border-bottom: 1px solid #0f416c;
}
.navbar-brand {
  float: left;
  padding: 40px 15px 0 0;
  font-size: 18px;
  line-height: 20px;
}
.setas{
    position: absolute;top: 50%; font-size: 40px;margin-top: -20px;
 }

.header-parceiro{
	height: 30px;
	background: #fff;
}
.header-parceiro .container{
	padding-right: 50px;
}
.header-parceiro ul li a{
	margin: 0 0 0 20px;
	padding: 4px 0 0 0;
	color: #5c5c5c;
}
.navbar .nav li a {
  color: #5c5c5c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 45px 12px;  
}

.nav-produtos{
	width: 100%;
	height: 125px;
	background: #fff;
}
.nav-produtos ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.nav-produtos ul li{
	width: 16%;
	display: inline-block;
}
.nav-produtos ul li a{
	text-align: center;
	height: 125px;
	padding-top: 10px;
	float: left;
	color: #4c4c4c;
	text-decoration: none;
	background: #00cc00;
}
/*.nav-produtos ul li a:hover{
	background-color: #f2f2f2;
}*/
.nav-produtos ul li a span{
	clear: both;
}




.nav-produtos-n{
	width: 75%;
	height: 125px;
	padding-left: 20px;
	background: #fff;
}
.nav-produtos-n ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.nav-produtos-n ul li{
	width: 16.2%;
	display: inline-block;
}
.nav-produtos-n ul ul{
	display: none;
}
.nav-produtos-n ul li a img{
	width: 80%;
}
.nav-produtos-n ul li a{
	text-align: center;
	height: 125px;
	padding-top: 21px;
	float: left;
	color: #4c4c4c;
	text-decoration: none;
}
/*.nav-produtos-n ul li a:hover{
	background-color: #f2f2f2;
}*/
.nav-produtos-n ul li a span{
	font-size: 13px; 
	clear: both;
}


.dropdown-menu ul li{
	background: #00cc00;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background: none;
}






.destaque-colchao-grid{
	height: 900px;
}
.colchao-bg{
	background: no-repeat;
	background-position-y: 46%;
}
.caption-colchao{
	width: 50%;
	position: absolute;
	left: 40%;
}
.caption-colchao h2{
	font-size: 40px;
}

.complementos{
	width: 100%;
	padding: 60px 0 60px 0;
	color: #fff;
	background: #00cc00;
}

.complementos-grid{
	height: 227px;
	color: #fff;
	background: #ccc;
	padding:0 0 0 0;
	margin:0 0 0 0; 
}
.complementos-grid figure{
	float: left; 
	margin-right: 5%; 
}
.box{
	width: 100%
	height: 100%;
	padding: 5% 5% 5% 5%;
}
.box-destaque-colchao{
	padding-top: 12%; 
}

/* Blog */
.blog{
	padding: 5% 0 5% 0; 
}
.blog h2{
	margin-bottom: 3%;
	color: #0f416c;
}
.blog img{
	width: 100%;
}
.caption h3{
	font-size: 12px;
	text-transform: uppercase;
}
.btn-primary {
  color: #fff;
  background-color: #0f416c;
  border-color: #023e20;
}
.btn-primary:hover {
  color: #fff;
  background-color: #023e20;
  border-color: #023e20;
}





.linhas{
	padding: 0 0 5% 0;
}
.box-linhas{
	width: 100%;
	height: 577px;
	color: #fff;
	background: #2d2d2d;
}
.linhas figure{
	float: right;
}
.caption-linhas{
	width: 300px;
	padding: 5% 5% 5% 5%;
	position: absolute;
	top: 40px;
	left: 60px;
	float: left;
}




.contato{
	padding-bottom: 5%; 
}
.bar{
	width: 100%;
	height: 120px;
	padding-top: 60px;
	margin-bottom: 5%;
	color: #fff;
	background-color: #0f416c;
}
.bar h1{
	font-size: 22px;
	color: #fff;
}
.pd{
	width: 100%;
	padding:10% 10% 10% 10%;
	display: block;
	text-align: center;
}


.localizacao{
	height: 400px;
}



.produtos{
	padding: 4% 0 3% 0; 
}
.produtos h1{
	font-size: 25px; 
	margin: 0 0 4% 0;
	padding: 0 0 0 0; 
}
.produtos .caption h3{
	font-size: 20px;
	text-transform: uppercase;
}
.produtos .thumbnail{
	min-height: 430px;
}


.produto{
	padding: 4% 0 4% 0; 
}


.footer{
	padding: 5% 0 5% 0;
	color: #fff;
	background-color: #474747;
}
.footer ul{
	padding-left: 0;
}
.footer ul li{
	list-style: none;
	margin-top: 5px;
}
.footer ul li a{
	color: #fff;
}
.social li{
	font-size:28px;
	margin-right: 15px;
	display: inline-block;
}



@media (max-width: 1200px) {
	.nav-produtos-n{
		width: 75%;
		height: 100px;
		padding-left: 30px;
		background: #fff;
	}
	.navbar-brand {
	  float: left;
	  padding: 25px 15px 0 0;
	  font-size: 18px;
	  line-height: 20px;
	}
	.nav-produtos-n ul li{
		width: 16%;
		display: inline-block;
	}
	.nav-produtos-n ul li a span{
		font-size: 10px; 
		clear: both;
	}
	.destaque-colchao-grid{
		height: 600px;
	}
	.colchao-bg{
		background: url(../img/bioquantico.jpg) no-repeat;
		background-position-y: 30%;
		background-size: 100%;
	}
	.caption-colchao{
		width: auto;
		position: none;
		left: 8%;
		right: 8%;
	}
	.caption-colchao h2{
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.linhas{
		display: none;
	}
	.nav-produtos-n{
		width: 75%;
		padding-left: 20px;
		height: 100px;
		margin-top: -100px;
		background: #fff;
	}
	.navbar-brand {
		width: 80%;
		height: 100px;
		float: left;
		padding: 32px 0px 0 0;
		font-size: 18px;
		line-height: 20px;
	}
	.navbar-brand img {
		width: 100%;
	}
	.nav-produtos-n ul li{
		width: 15.9%;
		display: inline-block;
	}
	.nav-produtos-n ul li a span{
		font-size: 10px; 
		clear: both;
	}
	.destaque-colchao-grid{
		height: 300px;
	}
	.colchao-bg{
		height: 750px;
		background: url(../img/bioquantico.jpg) no-repeat;
		background-position-y: 0;
		background-size: 100%;
	}
}


.nav-mobile, .nav-mobile-colchoes, .nav-mobile-roupas, .nav-mobile-acessorios, .nav-mobile-cabeceiras, .nav-mobile-mask{
	display: none;
}




@media only screen and (max-width: 1024px){	
	/* Nav Mobile */
	
	.nav-mobile-colchoes, .nav-mobile-roupas, .nav-mobile-acessorios, .nav-mobile-cabeceiras {
		position: fixed;
		top: 60px;
		padding: 0 5% 0 5%;
		background-color: #e5e5e5;
		width: 80%;
		height: 100%;
		right:-80%;
		transition: 1s;
		z-index: 170;
		display: block;
		font-family: 'Poppins', sans-serif;
	}
	.nav-mobile-colchoes h3 a, .nav-mobile-colchoes h3, .nav-mobile-roupas h3, .nav-mobile-roupas h3 a, .nav-mobile-acessorios h3, .nav-mobile-acessorios h3 a, .nav-mobile-cabeceiras h3, .nav-mobile-cabeceiras h3 a{
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	.nav-mobile-mask {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 60px;
		right: -100%;
		display: block;
		background-color: rgba(0,0,0,.5);
		z-index: 200;
	}
	.nav-mobile-mask i{
		color: #fff;
		font-size: 80px;
		position: absolute;
		top: 50%;
		left: 5%;
		margin-top: -60px;
	}
	.nav-mobile-colchoes ul, .nav-mobile-roupas ul, .nav-mobile-acessorios ul, .nav-mobile-cabeceiras ul{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.nav-mobile-colchoes li, .nav-mobile-roupas li, .nav-mobile-acessorios li, .nav-mobile-cabeceiras li{
		list-style:none;
	}
	.nav-mobile-colchoes ul li a, .nav-mobile-roupas ul li a, .nav-mobile-acessorios ul li a, .nav-mobile-cabeceiras ul li a{
		width:100%;
		height:50px;
		text-decoration:none;
		padding-top:15px;
		padding-left:20px;
		border-bottom:1px solid #b6b6b6;
		display:block;
		color:#676767;
	}
	.nav-mobile-colchoes ul ul li a, .nav-mobile-roupas ul ul li a, .nav-mobile-acessorios ul ul li a, .nav-mobile-cabeceiras ul ul li a{
		width: 100%;
		font-size: 14px;
		color: #676767;
		padding-left: 120px;
		background: no-repeat; 
		background-size: 68px;
		background-position: 30px 10px; 
		border: none;
	}

	.nav-mobile-colchoes ul ul li a span, .nav-mobile-roupas ul ul li a span, .nav-mobile-acessorios ul ul li a span, .nav-mobile-cabeceiras ul ul li a span{
		font-size: 12px;
	}
	.nav-mobile-colchoes a:visted, .nav-mobile-roupas a:visited, .nav-mobile-acessorios a:visited, .nav-mobile-cabeceiras a:visited{
		text-decoration: none;
	}
	.nav-mobile-colchoes a:hover, .nav-mobile-roupas a:hover, .nav-mobile-acessorios a:hover, .nav-mobile-cabeceiras a:hover{
		
	}
	.open-menu .nav-mobile {
		left: 0;
	}
	
	.open-menu-produtos .nav-mobile-mask, 
	.open-menu-produtos-roupas .nav-mobile-mask, 
	.open-menu-produtos-acessorios .nav-mobile-mask,
	.open-menu-produtos-cabeceiras .nav-mobile-mask,
	.open-menu-produtos .nav-mobile-colchoes, 
	.open-menu-produtos-roupas .nav-mobile-roupas, 
	.open-menu-produtos-acessorios .nav-mobile-acessorios,
	.open-menu-produtos-cabeceiras .nav-mobile-cabeceiras{
		right: 0;
	}
}



@media (max-width: 768px) {
	.tel-mobile{
		display: block;
		margin-left: 16px;
	}
	.navbar-brand {
		height: 60px;
		float: left;
		padding: 15px 0px 0 4%;
		font-size: 18px;
		line-height: 20px;
	}
	.navbar-brand img {
		width: 110px;
	}
	.footer {
		padding: 10% 0 10% 0;
		text-align: center;
	}
	.header-parceiro{
		display: none;
	}
	.caption-colchao{
		width: auto;
		position: none;
		left: 8%;
		right: 8%;
	}
	.destaque-colchao-grid{
		height: 400px;
		padding:10% 0 10% 0;
	}
	.colchao-bg{
		background: url(../img/bioquantico.jpg) no-repeat;
		background-position-y: 0;
		background-size: 100%;
	}
	.complementos-grid{
		height: auto;
		color: #fff;
		background: #0f416c;
		padding:10% 0 10% 0;
		margin:0 0 0 0; 
	}
	.complementos-grid img{
		width: 100%;
	}





	/* Nav Mobile */
	.nav-mobile {
		position: fixed;
		top: 60px;
		background-color: #fff;
		width: 80%;
		height: 100%;
		left:-80%;
		transition: 1s;
		z-index: 160;
		display: block;
	}
	.nav-mobile ul{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.nav-mobile li{
		list-style:none;
	}
	.nav-mobile a{
		width:100%;
		height:40px;
		padding-top:10px;
		padding-left:85px;
		border-bottom:1px solid #ccc;
		display:block;
		color:#999;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: 20px;
	}
	.nav-mobile a:visted{
		text-decoration: none;
	}
	.nav-mobile a:hover{
		background:#ccc;
		color:#fff;
		text-decoration: none;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: 20px;
	}
	.open-menu .nav-mobile {
		left: 0;
	}
	.open-menu .nav-mobile-mask {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 60px;
		left: 0;
		background-color: rgba(0,0,0,.5);
		z-index: 6;
	}
	.btn-fechar{
		width:100%;
		height:40px;
		padding-left:30px;
		border:none;
		text-align:left;
		background:#999;
	}
	/* /Nav Mobile */
}








