﻿/* Estilos Gerais */

body {
	font-family: Roboto, Helvetica, sans-serif;
/*    background: #8a8a8a;*/
    background: #777067;
}

p {
	font-family: Roboto, "Times New Roman", serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;

} 
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, "Times New Roman", serif;
  margin: 0;
}
.desk-nn 
{
  display: none;
    }

.turnoff {
  display: none;
}

.voltarmob {
  display: none;
}

img {
	display: block;
}
.container {
  width: 1280px;
}

.container-menu {
  width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.headermenu {
  width: 100%;
  background: #363435;
  padding: 0;
  text-align: center;
}

.header {
  padding-top: 20px;
}

.menu {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}

.menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 15px 11px 15px;
}
.menu a {
  color: #fff;
  font-weight: 300;
  text-align: center;
  transition: all 0.5s;
}

.menu a:hover {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #8a8a8a;
  color: #fff;
}

.login, .login-sair {
  padding: 10px 30px;
  background: #2b2a2a;
  transition: all 0.5s;
  cursor: pointer;
}

.login:hover, .login-sair:hover {
  background: #ddd;
  color: #000;
}

.w3-modal {
  z-index: 9999;
}

.container-login {
  width: 100%;
  background: #555;
  text-align: left;
  padding: 30px;
  position: relative;
  z-index: 9999;
}

.container-login label {
  display: block;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}
.container-login input {
  display: block;
  padding: 5px;
  width: 80%;
  color: #fff;
  background: #555;
  border: 1px solid #fff;
}
.container-login button {
  background: #555;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 18px;
  margin-top: 30px;
  transition: all 0.5s;
}
.lembrar {
  display: inline-block;
}
.lembrar input {
  width: auto;
  margin-right: 5px;
  display: inline-block;
}
.lembrar p {
  display: inline-block;
  font-size: 16px;
  text-transform: none;
}

.container-login button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.comentarios_btn:hover, .enviacoment:hover, .preco-item:hover {
  background: #555;
  color: #fff;
  border: 1px solid #555;
}

.maindecor {
  width: 73%;
  float: left;
  margin-right: 1%;
}
.lateral {
  width: 20%;
  min-height: 65vh;
  border-radius: 20px;
/*  background: #8a8a8a;*/
  background: #777067;
  float: left;
  margin-left: 1%;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 0.35);
  box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.35);
}

/*
.lateral::-webkit-scrollbar-track {
  background-color: none;
}
.lateral::-webkit-scrollbar {
  width: 2px;
  height: 0;
  background: none;
}
.lateral::-webkit-scrollbar-thumb {
  background: none;
}
*/

.footer_decor {
  clear: both;
  position: absolute;
  top: 510px;;
  width: 943px;
}

.comentario_look {
  max-width: 250px;
  height: auto;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-right: 10px;
}

.comentario_look-footer {
  width: auto;
}

.comodos {
  width: 100%;
  height: 100vh;
  background: url(/img/bg-lookdecora.jpg) no-repeat center;
  background-size: cover;
}

.titulo {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.subtitulo {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}
.subtitulo_personal {
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: 100;
}
.nomearq {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  display: block;
  position: relative;
}
.font-ambiente {
  font-size: 26px;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.descobj {
  font-size: 16px;
  text-transform: none;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
}

.descricao {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.descricao_arq {
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-left: 5%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.descricao_cond {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
}
.textolegal {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.logo-decora {
  width: 62px;
  height: 97px;
  display: inline-block;
  position: relative;
  top: 45px;
  left: 10px;
}

@keyframes shake {
	25% {
		transform: rotate(calc(var(--angle) * -1));
	}

	50% {
		transform: rotate(var(--angle));
	}

	100% {
		transform: rotate(0deg);
	}
}

.display {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.grid-display {
  width: 192px;
  height: 182px;
  margin: 10px;
}

.grid-display-centro {
  width: 600px;
  margin: 0 auto;
}

.efeito {
	--width: 100%;
	--time: 0.7s;
	position: relative;
	display: inline-block;
	height: 182px;
    padding-top: 30px;
	color: white;
	background-color: rgba(255,255,255,0.1);
	overflow: hidden;
}

.efeito p {
	position: relative;
	z-index: 5;
	transition: color var(--time);
}

.efeito img {
	position: relative;
	z-index: 5;
	transition: color var(--time);
    margin: 0 auto;
}


.efeito:hover p {
	color: #fff;
}
.efeito span {
	border-radius: 100%;
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
	width: 0;
	height: 0;
/*	background: #ff3b3b;*/
    background: #000;
	transform: translate(-50%, -50%);
	transition: width var(--time), padding-top var(--time);
}

.efeito:hover span {
	width: calc(var(--width)*2.25);
	padding-top: calc(var(--width)* 2.25);
}

.efeito.tremor:hover p {
	color: white;
}
.efeito.tremor span {
/*	background: #ff3b3b;*/
    background: #000;
}

.animated {
	--angle: 5deg;
	animation: shake 0.3s;
}

.escolha_comodo {
  padding: 60px 0;
}

.grid-look {
  width: 304px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-look p {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0;
}

.desclook {
  padding: 60px 0;
}
.desclook h3 {
  text-transform: none;
}

.grid-desc {
  width: 38%;
  float: left;
  margin-left: 10px;
  height: 50px;
  overflow: auto;
  padding: 0 15px 0 0;
}

.grid-desc-2 {
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  text-align: center;
}
.grid-desc-3 {
  width: 23%;
  float: left;
  text-align: left;
}
.totemarq {
  width: 54px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}

.midias {
  width: 25px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  position: relative;
}

.ambiente_decor {
  width: 740px;
  position: relative;
  float: left;
}

.ambiente_sala {
  width: 938px;
  height: 496px;
  background: url('/img/novolayout/bg-sala-2.png') no-repeat center;
}
.logo-fornecedor {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  display: inline-block;
  margin-right: 10px;
}

.desconto {
  width: 40px;
  height: 25px;
  padding: 5px;
  font-size: 14px;
  border-radius: 5px;
  background: red;
  color: #fff;
  margin-left: 5px;
  text-align: center;
}

.box-itens, .box-paredes {
  width: auto;
  height: auto;
  position: relative;
}
/*
.hover-itens, .hover-tapete, .hover-cadeira, .hover-mesa, .hover-sofa, .hover-hack, .hover-papelparede, .hover-painel {
  position: absolute;
  height: auto;
  min-width: 260px;
  max-width: auto;
  padding: 10px 10px;
  opacity: 0;
  transition: .5s ease;
  background-color: #ebebeb;
  z-index: 999;
}
*/
.hover-itens {
  position: absolute;
  height: auto;
  min-width: 260px;
  max-width: auto;
  padding: 10px 10px;
  opacity: 0;
  transition: .5s ease;
  background-color: #ebebeb;
  z-index: 999;
}

/*
.box-itens:hover .hover-tapete, .box-itens:hover .hover-mesa, .box-itens:hover .hover-cadeira, .box-itens:hover .hover-sofa, .box-itens:hover .hover-hack, .box-itens:hover .hover-papelparede, .box-itens:hover .hover-painel {
  opacity: 1;
}
*/

.box-itens:hover .hover-itens {
  opacity: 1;
  display: inline-block !important;
}

.box-itens input {
  padding: 7px 10px;
  background: #555555;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
}
.box-itens h5 {
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

/*Objetos Sala de Estar*/

.papelparede {
  position: absolute;
  z-index: 1;
  left: 138px;
  top: 6px;
}
.hover-papelparede {
  top: 130px;
  left: 180px;
}

.objsala {
  position: absolute;
  z-index: 1;
  top: 331px;
  left: 85px;
}

.hover-tapete {
  top: 430px;
  left: 280px;
}

.objsala1 {
  position: absolute;
  z-index: 9;
  top: 365px;
  left: 37px;
}
.hover-mesa {
  top: 450px;
  left: 130px;
}

.objsala2 {
  position: absolute;
  z-index: 2;
  left: 395px;
  top: 308px;
}
.hover-sofa {
  left: 530px;
  top: 430px;
}

.objsala3 {
  position: absolute;
  z-index: 2;
  top: 218px;
  left: 108px;
}
.hover-cadeira {
  top: 280px;
  left: 150px;
}

.objsala4 {
  position: absolute;
  z-index: 2;
  left: 405px;
  top: 196px;
}
.hover-hack {
  top: 280px;
  left: 400px;
}

.objsala5 {
  position: absolute;
  z-index: 2;
  left: 405px;
  top: 40px;
}
.hover-painel {
  top: 140px;
  left: 450px;
}
.objsala6 {
  position: absolute;
  z-index: 0;
  top: 309px;
  left: -2px;
}
.hover-objsala6 {
  top: 400px;
  left: -130px;
}

.grid-decor-left {
  width: 280px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -70px;
  z-index: 2;
  position: relative;
}

.grid-decor-right {
  width: 412px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -70px;
  z-index: 2;
  position: relative;
}

.options {
  width: 100%;
}

.logo_mad {
  width: 112px;
  position: absolute;
  text-align: left;
  left: 30px;
}
.options p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
}
.options p:before {
  content: " ";
  display: block;
  width: 150px;
  height: 1px;
  background: #fff;
  margin: 10px auto;
}
.itens_escolha {
  width: 100%;
  text-align: center;
  position: relative;
}
.preco-item {
  padding: 5px 15px;
  background: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s;
  display: none;
}
.mySlides1 {
  display: none;
}
.mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9 {
  display: none;
  margin: 0 auto;
}

.miniatura {
  max-width: 150px;
  max-height: 220px;
  display: inline-block;
}
.miniatura-font {
  font-size: 26px;
  position: relative;
  top: 0;
  color: #fff;
}

.itens_escolha span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 15px;
}
.comentarios {
  width: 200px;
  text-align: center;
  float: left;
}
.comentarios_font {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  font-weight: 300;
  text-align: center;
}
.textarea_coments {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
}

.namecoment {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  background: none;
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
}
.namecoment-2 {
  margin-top: 0;
}
.enviacoment {
  padding: 5px 15px;
  background: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s;
}
.options h3:before {
  content: " ";
  display: block;
  width: 150px;
  height: 1px;
  background: #000;
  margin: 0 auto;
}
.avaliacoes {
/*  background: #6e6e6e;*/
  background: #696259;
  width: 100%;
  height: 120px;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  overflow: auto;
}
.look_coments {
  background: #696259;
  width: 250px;
  height: 120px;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  overflow: auto;
}
.avaliacoes h2, .look_coments h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  color: #ddd;
  text-align: left;
}
.avaliacoes blockquote, .look_coments blockquote {
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-style: italic;
}
.avaliacoes blockquote:after, .look_coments blockquote:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 15px auto;
}

.avaliacoes::-webkit-scrollbar-track, .look_coments::-webkit-scrollbar-track, .grid-desc::-webkit-scrollbar-track {
  background-color: #454545;
}
.avaliacoes::-webkit-scrollbar, .look_coments::-webkit-scrollbar, .grid-desc::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}
.avaliacoes::-webkit-scrollbar-thumb, .look_coments::-webkit-scrollbar-thumb, .grid-desc::-webkit-scrollbar-thumb {
  background: #fff;
}

.comentarios_btn {
  padding: 5px 20px;
  background: none;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.5s;
}
.btndiv {
  width: 100%;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
}

.btndiv-2 {
  width: 100%;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  position: absolute;
  top: 60px;
  left: -240px;
}
.btndiv-space {
  margin-top: 20px;
}

.botoes {
  max-width: 570px;
  height: auto;
  display: inline-block;
  text-align: center;
  position: relative;
}

.botoes a {
  padding: 10px 10px;
  background: none;
  border: 1px #fff solid;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.botoes a:hover {
  background: #555;
  color: #fff;
  border: 1px #555 solid;
}
.like {
  width: auto;
  display: inline-block;
  position: relative;
  left: 300px;
}

.like img {
  display: inline-block;
  
}

.nrolike {
  padding: 7px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  position: relative;
  left: -15px;
  top: 20px;
}
.mudalook {
  width: 1280px;
  position: absolute;
  top: 200px;
  margin: 0 auto;
  z-index: 99;
}

.prevlook,
.nextlook {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
/*  background: #555;*/
  background: #696259;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 10px 0 0 10px;
  user-select: none;
  -webkit-user-select: none;
}
.nextlook {
  right: 350px;
  border-radius: 0 10px 10px 0;
}
.prevlook:hover,
.nextlook:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.previtens,
.nextitens {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #555;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

.nextitens {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previtens:hover,
.nextitens:hover {
  background-color: none;
}

.active,
.demo:hover {
  opacity: 1;
}

.filters {
  width: 100%;
  position: relative;
  margin: 0 auto;
  color: #fff;
}

.space {
  margin-right: 36px;
}

.grid-button {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-left: 13px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
}

.grid-button:hover input ~ .checkmark {
  background-color: #9f9d9d;
}

.grid-button input:checked ~ .checkmark {
  background-color: #aaa;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.grid-button input:checked ~ .checkmark:after {
  display: block;
}

.grid-button .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectforn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.selectforn option {
  background: #8a8a8a;
  transition: all 0.5s;
}

textarea:focus, input:focus, select:focus, option:focus {
  box-shadow: 0 0 0 0;
  border-color: #ccc;
  outline: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d7d7;
  font-weight: 300;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d7d7d7;
  font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d7d7d7;
  font-weight: 300;
}

.desconto-list {
  width: 20px;
  height: 10px;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  background: red;
  color: #fff;
  text-align: center;
}

.suadesc {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #777067;
  border: 2px solid #fff;
  padding-top: 10px;
  text-align: left;
  padding-left: 5%;
  padding-bottom: 10px;
}

.condominio {
  width: 70%;
  font-size: 14px;
  color: #fff;
  background: #8a8a8a;
  border: 2px solid #fff;
  padding: 5px;
  text-align: left;
}

#logado {
  padding: 11px;
}

#btnlogin {
  display: inline-block;
}
.alerta {
  width: 220px;
  font-size: 16px;
  color: #fff;
  background: red;
  padding: 5px;
  margin-top: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

#facebook {
}
#instagram {
}
#pinterest {
}
.grid-arq, .grid-arq-1 {
  float: left;
  margin-left: 10px;
}
.redessociais {
  display: block;
}

.seguir {
  padding: 5px 10px;
  font-size: 14px;
  background: #3897f0;
  color: #fff;
  border-radius: 5px;
}

.seguindo {
  padding: 5px 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  border-radius: 5px;display: none;
}

.ambiente_cozinha {
  width: 938px;
  height: 496px;
  background: url('/img/novolayout/bg-cozinha.png') no-repeat center;
  margin-top: 30px;
  margin-top: 12px;
}
.ambiente_cozinha-teste {
  width: 938px;
  height: 496px;
  background: url('/img/novolayout/bg-cozinha-teste.png') no-repeat center;
}

.objcozinha {
  position: absolute;
  z-index: 1;
  top: 309px;
  left: -2px;
}
.objcozinha_teste {
  position: absolute;
  z-index: 1;
  top: 345px;
  left: 51px;
}
.objcozinha1 {
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 281px;
}
.objcozinha2 {
  position: absolute;
  z-index: 2;
  top: 165px;
  left: 635px;
}
.objcozinha3 {
  position: absolute;
  z-index: 2;
  left: 649px;
  top: -6px;
}
.objcozinha4 {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 128px;
}
.objcozinha5 {
  position: absolute;
  z-index: 2;
  left: 272px;
  top: -15px;
}
.objcozinha6 {
  position: absolute;
  z-index: 5;
  left: 275px;
  top: 150px;
}

.objcozinha7 {
  position: absolute;
  z-index: 1;
  left: 137px;
  top: -27px;
  border-top: 32px solid transparent;
}

.hover-objcozinha1 {
  top: 130px;
  left: 280px;
}

.hover-objcozinha {
  top: 430px;
  left: 280px;
}

.hover-objcozinha2 {
  left: 650px;
  top: 300px;
}

.hover-objcozinha3 {
  left: 620px;
  top: 40px;
}

.hover-objcozinha4 {
  top: 280px;
  left: 150px;
}

.hover-objcozinha5 {
  top: 280px;
  left: 400px;
}

.hover-objcozinha6 {
  top: 200px;
  left: 450px;
}
.hover-objcozinha7 {
  top: 0;
  left: 0;
}

/*Ambiente Casal*/

.parede1 {
  position: absolute;
  z-index: 9;
  top: -6px;
  height: 515px;
}
.parede2 {
  position: absolute;
  left: 803px;
  height: 394px;
  top: -7px;
  z-index: 4;
}
.paredecoz1 {
    position: absolute;
    z-index: 9;
    top: -14px;
    height: 508px;
    left: -5px;
}
.paredecoz2 {
    position: absolute;
    left: 810px;
    height: 402px;
    top: -25px;
    z-index: 2;
}
.paredesala1 {
    position: absolute;
    z-index: 9;
    top: -14px;
    height: 508px;
    left: -4px;
}


.paredesala2 {
    position: absolute;
    left: 811px;
    height: 391px;
    top: -14px;
    z-index: 2;
}
.paredecozame1 {
    position: absolute;
    z-index: 9;
    top: 28px;
    height: 466px;
    left: 4px;
}
.paredecozame2 {
    position: absolute;
    left: 834px;
    height: 398px;
    top: 17px;
    z-index: 2;
}

.ambiente_qcasal {
  width: 938px;
  height: 510px;
  background: url('/img/novolayout/bg-qcasal-2.png') no-repeat center;
  margin-top: 30px;
  margin-top: 0;
  margin-left: 10px;
}

.objqcasal {
  position: absolute;
  z-index: 1;
  top: 340px;
  left: 100px;
}
.objqcasal1 {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 167px;
}
.objqcasal2 {
  position: absolute;
  z-index: 10;
  left: 459px;
  top: 245px;
}
.objqcasal3 {
  position: absolute;
  z-index: 9;
  top: 168px;
  left: 94px;
}
.objqcasal4 {
  position: absolute;
  z-index: 4;
  left: 511px;
  top: -10px;
}
.objqcasal5 {
  position: absolute;
  z-index: 2;
  left: 485px;
  top: 180px;
}
.objcasal6 {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 30px;
}

.objqcasal7 {
  position: absolute;
  z-index: 0;
  top: 321px;
  left: 2px;
}
.objqcasal8 {
  position: absolute;
  z-index: 0;
  left: 148px;
  top: 13px;
  height: 311px;
}

.hover-objqcasal {
  top: 430px;
  left: 580px;
}

.hover-objqcasal1 {
  top: 130px;
  left: 280px;
}

.hover-objqcasal2 {
  left: 450px;
  top: 300px;
}

.hover-objqcasal3 {
  top: 340px;
  left: 150px;
}

.hover-objqcasal4 {
  top: 180px;
  left: 600px;
}

.hover-objqcasal5 {
  top: 200px;
  left: 450px;
}

.hover-objqcasal6 {
  left: 80px;
  top: 100px;
}
.hover-objqcasal7 {
  top: 400px;
  left: -80px;
}

.hover-objqjovem8 {
  left: 0;
  top: 0;
}

/*Ambiente Sala de Jantar*/

.ambiente_salajantar {
  width: 938px;
  height: 496px;
  background: url('/img/novolayout/bg-sala-2.png') no-repeat center;
}

.objsjantar {
  position: absolute;
  z-index: 1;
  left: 138px;
  top: 6px;
}
.objsjantar1 {
  position: absolute;
  z-index: 1;
  top: 331px;
  left: 85px;
}
.objsjantar2 {
  position: absolute;
  z-index: 2;
  top: 300px;
  left: 130px;
}
.objsjantar3 {
  position: absolute;
  z-index: 3;
  left: 200px;
  top: 308px;
}
.objsjantar4 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 280px;
  display: none !important;
}
.objsjantar5 {
  position: absolute;
  z-index: 2;
  left: 430px;
  top: 196px;
}

.objsjantar7 {
  position: absolute;
  z-index: 2;
  left: 510px;
  top: 26px;
}

.objsjantar8 {
  position: absolute;
  z-index: 0;
  top: 309px;
  left: -2px;
}

.hover-objsjantar {
  top: 200px;
  left: 180px;
}

.hover-objsjantar1 {
  top: 430px;
  left: 680px;
}

.hover-objsjantar2 {
  left: 50px;
  top: 400px;
}

.hover-objsjantar3 {
  top: 340px;
  left: 350px;
}

.hover-objsjantar4 {
  top: 50px;
  left: 300px;
  display: none !important;
}

.hover-objsjantar5 {
  top: 300px;
  left: 650px;
}

.hover-objsjantar7 {
  top: 50px;
  left: 550px;
}
.hover-objsjantar8 {
  top: 400px;
  left: -130px;
}

/*Ambiente Quarto Jovem*/

.ambiente_qjovem {
  width: 938px;
  height: 510px;
  background: url('/img/novolayout/bg-qcasal-2.png') no-repeat center;
/*  margin-top: 30px;*/
  margin-left: 10px;
}

.objqjovem {
  position: absolute;
  z-index: 1;
  top: 340px;
  left: 100px;
}
.objqjovem1 {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 173px;
}
.objqjovem2 {
  position: absolute;
  z-index: 5;
  left: 443px;
  top: 245px;
}
.objqjovem3 {
  position: absolute;
  z-index: 2;
  top: 196px;
  left: 101px;
}
.objqjovem4 {
  position: absolute;
  z-index: 4;
  left: 511px;
  top: -10px;

}
.objqjovem5 {
  position: absolute;
  z-index: 2;
  left: 485px;
  top: 180px;
}
.objqjovem6 {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 30px;
}

.objqjovem7 {
  position: absolute;
  z-index: 0;
  top: 321px;
  left: 2px;
}
.objqjovem8 {
  position: absolute;
  z-index: 0;
  left: 148px;
  top: 13px;
  height: 311px;
}

.hover-objqjovem {
  top: 430px;
  left: 580px;
}

.hover-objqjovem1 {
  top: 130px;
  left: 280px;
}

.hover-objqjovem2 {
  left: 450px;
  top: 300px;
}

.hover-objqjovem3 {
  top: 340px;
  left: 150px;
}

.hover-objqjovem4 {
  top: 180px;
  left: 600px;
}

.hover-objqjovem5 {
  top: 200px;
  left: 450px;
}

.hover-objqjovem6 {
  left: 80px;
  top: 100px;
}

.hover-objqjovem7 {
  top: 400px;
  left: -80px;
}

.hover-objqjovem8 {
  top: 0;
  left: 0;
}

/*Ambiente Quarto Bebê*/

.ambiente_qbebe{
  width: 938px;
  height: 510px;
  background: url('/img/novolayout/bg-qcasal-2.png') no-repeat center;
  margin-top: 30px;
  margin-top: 0;
  margin-left: 10px;
}

.objqbebe {
  position: absolute;
  z-index: 1;
  top: 340px;
  left: 100px;
}
.objqbebe1 {
  width: 200px;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 160px;
}
.objqbebe2 {
  position: absolute;
  z-index: 4;
  left: 511px;
  top: -10px;
}
.objqbebe3 {
  width: 250px;
  position: absolute;
  z-index: 2;
  top: 177px;
  left: 111px;
}
.objqbebe4 {
  width: 220px;
  position: absolute;
  z-index: 2;
  left: 343px;
  top: 180px;
}


.objqbebe5 {
  position: absolute;
  z-index: 9;
  left: 68px;
  top: -209px;
  width: 253px;
}
.objqbebe6 {
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 520px;
  display: none !important;
}


.objqbebe7 {
  position: absolute;
  z-index: 0;
  top: 321px;
  left: 2px;
}
.objqbebe8 {
  position: absolute;
  z-index: 0;
  left: 148px;
  top: 13px;
  height: 311px;
}

.hover-objqbebe {
  top: 430px;
  left: 380px;
}

.hover-objqbebe1 {
  top: 130px;
  left: 180px;
}

.hover-objqbebe2 {
  left: 550px;
  top: 100px;
}

.hover-objqbebe3 {
  top: 240px;
  left: 150px;
}

.hover-objqbebe4 {
  top: 180px;
  left: 350px;
}

.hover-objqbebe5 {
  top: -105px;
  left: 80px;
}

.hover-objqbebe6 {
  left: 580px;
  top: 70px;
  display: none !important;
}

.hover-objqbebe7 {
  top: 400px;
  left: 630px;
}

.hover-objqbebe8 {
  top: 0;
  left: 0;
}

/*Objetos Cozinha Americana*/

.ambiente_americana {
  width: 938px;
  height: 496px;
}

.objamericana7 {
  position: absolute;
  z-index: 2;
  left: 378px;
  top: 38px;
  height: 303px;
  width: 458px;
}
.hover-objamericana7 {
  top: 30px;
  left: 580px;
}

.objamericana6 {
  position: absolute;
  z-index: 2;
  top: 163px;
  left: 230px;
  width: 241px;
}

.hover-objamericana6 {
  top: 100px;
  left: 280px;
}

.objamericana5 {
  position: absolute;
  z-index: 2;
  top: 66px;
  left: 128px;
  width: 108px;
}
.hover-objamericana5 {
  top: 300px;
  left: 130px;
}

.objamericana4 {
  position: absolute;
  z-index: 3;
  left: 422px;
  top: 325px;
}
.hover-objamericana4 {
  left: 530px;
  top: 430px;
}

.objamericana3 {
  width: 281px;
  position: absolute;
  z-index: 1;
  top: 37px;
  left: 227px;
}
.hover-objamericana3 {
  top: 220px;
  left: 250px;
}

.objamericana2 {
  position: absolute;
  z-index: 3;
  left: 438px;
  top: 231px;
}
.hover-objamericana2 {
  top: 280px;
  left: 400px;
}

.objamericana1 {
  position: absolute;
  z-index: 3;
  left: 438px;
  top: 76px;
}
.hover-objamericana1 {
  top: 140px;
  left: 450px;
}
.objamericana8 {
  position: absolute;
  z-index: 0;
  top: 309px;
  left: -2px;
}
.hover-objamericana8 {
  top: 400px;
  left: -130px;
}

.objamericana9 {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 134px;
  width: 564px;
  border-top: 36px solid transparent;
}
.hover-objamericana9 {
  top: 50px;
  left: 130px;
}
.objamericana10 {
  position: absolute;
  z-index: 1;
  top: 186px;
  left: 119px;
  width: 706px;
}
.hover-objamericana10 {
  top: 320px;
  left: 130px;
}
.space2 {
  margin-right: 99px;
}
.grid-button2 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
}

.previtem, .nextitem {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  padding: 10px;
}

.desligar {
  position: relative;
  left: 400px;
}
.container-end {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}

.endereco {
  font-size: 28px;
  color: #fff;
  float: none;
  text-transform: uppercase;
  font-weight: 100;
}
.lefttv {
  margin-left: 400px;
}
.liketv {
  left: 850px;;
}
.fornecedortv {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

/*the container must be positioned relative:*/
  
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  width: auto;
  top: 80px;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.filtrocond {
  width: 80%;
  margin-bottom: 5px;
  background: none;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #fff;
}
.font-cond {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.marca-dagua {
  display: block;
  position: absolute;
  color: #fff;
  background: #555;
  padding: 2px;
  font-size: 14px;
  top: 470px;
  left: 760px;
  z-index: 9;
  opacity: .6 ;
}
    .desk-menu {
	  display: inline-block !important;
    }
    .mob-menu {
	  display: none !important;
    }