/* Estilos Gerais */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');


*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.principal {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.container:after, .container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1, .grid-10-1, .grid-17 {
	float: left;	
	margin-left: 10px;
	margin-right: 10px;
    margin-bottom:10px;
}

.grid-1 	{width: 40px;}
.grid-2 	{width: 100px;}
.grid-3 	{width: 160px;}
.grid-4 	{width: 220px;}
.grid-5 	{width: 280px;}
.grid-5-1	{width: 300px;}
.grid-6 	{width: 340px;}
.grid-6-1	{width: 320px;}
.grid-7 	{width: 400px;}
.grid-8 	{width: 460px;}
.grid-8-1	{width: 490px;}
.grid-9 	{width: 520px;}
.grid-10 	{width: 580px;}
.grid-10-1 	{width: 595px;}
.grid-11 	{width: 640px;}
.grid-12 	{width: 700px;}
.grid-13 	{width: 760px;}
.grid-14 	{width: 820px;}
.grid-15 	{width: 880px;}
.grid-16 	{width: 940px;}
.grid-17	{width: 1020px;}
.grid-1-3	{width: 300px;}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.container {
	width: 768px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1, .grid-17 {
	float: none;
	margin: 0 auto;

}

.grid-1		{width: 28px;}
.grid-2		{width: 76px;}
.grid-3		{width: 124px;}
.grid-4		{width: 172px;}
.grid-5		{width: 220px;}
.grid-5-1	{width: 240px;}
.grid-6		{width: 268px;}
.grid-6-1	{width: 296px;}
.grid-7		{width: 316px;}
.grid-8		{width: 364px;}
.grid-8-1	{width: 394px}
.grid-9		{width: 412px;}
.grid-10	{width: 460px;}
.grid-11	{width: 508px;}
.grid-12	{width: 556px;}
.grid-13	{width: 604px;}
.grid-14	{width: 652px;}
.grid-15	{width: 700px;}
.grid-16, .grid-17	{width: 748px;}
.grid-1-3	{width: 236px;}

}

@media only screen and (max-width: 767px) {
.container {
	width: 300px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3, .grid-1-2, .grid-8-1, .grid-5-1, .grid-6-1, .grid-17 {
	width: 300px;
	margin: 0 0 10px 0;
	float: none;
}

}



body {
	font-family: 'Roboto', sans-serif !important;
  font-family: 'Montserrat', sans-serif !important;
    background: #fff !important;
}

p {
	font-family: 'Roboto', sans-serif !important;
  font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #000;

}

img {
	display: block;
	width: 100%;
}
.xs {
  margin-left: 0px;
}
.xs label {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 100;
}

.modal-open .modal {
    z-index: 999999 !important;
}

.orcam {
  border: 1px solid #000;
  font-size: 14px;
  position: absolute;
  top: 90%;
  left: 1%;
  background: none;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
  display: none;
}
.orcam:hover {
  background: #000;
  color: #fff;
}

.filtrarmais {
  border: 1px solid #000;
  font-size: 18px;
  background: none;
  color: #000;
  padding: 15px 20px;;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 0 auto;
}
.filtrarmais:hover {
  background: #000;
  color: #fff;
}

.divfiltrarm {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  clear: both;
}

#divBotaoMaisFiltros {
	clear: both;
}


.subtitulo {
	font-size: 50px;
	line-height: 60px;
	font-weight: lighter;
	color: #000;
	text-transform: none;
	margin-bottom: 70px;
}

.subtitulo_2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.subtitulo_3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-transform: normal;
	margin-bottom: 20px;
}

.subtitulo_4 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-transform: normal;
	margin-bottom: 30px;
}


/* Header */

.header {
	position: block;
	top: 0;
	width: 100%;
	background: none; 
	padding: 15px 0;
	z-index: 10;
}

/* Introdução */

.introducao, .introducao-banheiro, .introducao-quarto, .introducao-area_servico, .introducao-corporativo, .introducao-sala {
	max-width: 100%;
	width: auto;
	height: 307px;
	background: url("https://www.madeirol.com.br/cozinhas/img/intro__ambientes-cozinha.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introducao-banheiro {
	background: url("../img/header-banheiro.jpg") no-repeat center;
}
.introducao-quarto {
	background: url("../img/header-quarto.jpg") no-repeat center;
}
.introducao-area_servico {
	background: url("../img/header-area_servico.jpg") no-repeat center;
}
.introducao-corporativo {
	background: url("../img/header-corporativos.jpg") no-repeat center;
}
.introducao-sala {
	background: url("../img/header-sala.jpg") no-repeat center;
}

/*.introducao:after, .introducao-banheiro:after, .introducao-quarto:after, .introducao-area_servico:after, .introducao-corporativo:after, .introducao-sala:after {
	content: "";
	display: block;
	width: 2px;
	height: 166px;
	background: #fff;
	position: relative;
	top: 350px;
	left: 280px;
}*/


.introducao h1 {
	font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
	color: #fff;
	text-transform: uppercase;
  text-shadow: 2px 2px 10px #000;
  max-width: 500px;
}

.btn {
	width: 270px;
	border: 2px #000 solid;
	background: none;
	padding: 10px 30px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	position: absolute;
	transition: all .5s ease;
}


.btn:hover {
	border: 2px #6d6c6c solid;
	background: none;
	color: #6d6c6c;
}

/*Exclusivo*/

.descricao {
	width: 100%;
	position: relative;
    margin-bottom: 10px;
}

.descricao_semquebra {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.descricao h1, .descricao_semquebra h1 {
	font-size: 38px;
	color: #000;
	font-weight: 300;
	margin-left: 20px;
    text-transform: uppercase;
  text-align: center;
}

.descricao p, .descricao_semquebra p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-left: 20px;
  text-align: center;
}

.descricao article, .descricao_semquebra article {
	max-width: 530px;
	font-size: 24px;
	color: #000;
	font-weight: 300;
	line-height: 1.4em;
	margin-left: 20px; 
	margin-top: 60px;
    margin-bottom: 30px;
}

.descricao_semquebra article {
	margin-top: 180px;
}

.descricao_img {
	position: relative;
	top: 100px;
	z-index: 9;
}

.quebra {
	max-width: 100%;
	width: auto;
	height: 327px;
	background: url("../img/bg-quebra-branco.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

.lado2 {
	margin-top: 120px;
}

.lado1 h2, .lado2 h2 {
	width: 450px;
	text-align: left;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	top: -15px;
	
}

.lado2 h2 {
	top: -40px;
	padding: 0 60px;
}

.lado1 img, .lado2 img {
	width: 49px;
	height: 49px;
	display: inline;
	position: relative;
}

.lado1 ul, .lado2 ul {
	position: relative;
	top: 20px;
}

.lado1 li, .lado2 li {
	padding: 10px 0;
}


/*Produtos*/

.produtos {
	width: 100%;
	background: #fff;
}

.produtos-container {
	width: 1366px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	position: relative;
}

.produtos-container:after, .produtos-container:before {
	content: " ";
	display: table;
}

.produtos-container:after {
	clear: both;
}

.produtos-grid {
	width: 663px;
	height: 378px;
	float: left;	
	margin: 10px;
	position: relative;
	overflow: hidden;
	
}

.produtos-grid img {
	position: absolute;
	height: 100%;
	cursor: pointer;
	width: 100%;
	height: auto; 
}

.zoom {
	overflow: hidden;
}

/* .zoom img {
	max-width: auto;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.9s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */

.produtos-grid a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding: 5px 35px;
	text-transform: uppercase;
	top: 290px;
	left: 135px;
	position: absolute;
}

.produtos-grid a:hover {
	box-shadow: inset 0 0 0 2px #fff;
	transition: all .6s ease;
}

.filtro-produtos {
	margin-bottom: 30px;
	left: 20px;
}

.filtro-produtos h3 {
	font-size: 38px;
	color: #000;
	font-weight: 300;
	line-height: 0.7em;
	text-align: left;
	padding: 30px 0;
    text-transform: uppercase;
}

.margem-filtro {
	margin-top: 30px;
  margin-top: 0;
}

.separador-filtro, .separador-filtro2 {
	width: 1px; 
	height:219px;
	position: absolute;
	border:none; 
	background-color:#acacac; 
	top: 120px; 
	left: 290px;
	margin-top: 0 !important;
  display: none;
}

.separador-filtro2 {
	left: 650px;
	display: none;
}

.filtro-mobile {
	display: none;
}

/* The seletores_filtro */
.seletores_filtro {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
	letter-spacing: 0.1em;
	font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.seletores_filtro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.confirm_filtro, .confirm_filtro-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: none;
	border: 2px solid #000;
    border-radius: 50%;
}

.confirm_filtro-check {
	border-radius: 30%;
}

/* On mouse-over, add a grey background color */
.seletores_filtro:hover input ~ .confirm_filtro {
    background-color: #000;
}

/* When the radio button is checked, add a blue background */
.seletores_filtro input:checked ~ .confirm_filtro {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.confirm_filtro:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.seletores_filtro input:checked ~ .confirm_filtro:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.seletores_filtro .confirm_filtro:after {
 	left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.black-box {
  display: block;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}
.box-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box-ops {
  width: 510px;
  height: 620px;
  background-color: #000;
  margin: 30px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 999999999;
}
.box-ops-cont {
  width: 100%;
  clear: both;
}

.grid-opsbox {
  width: 232px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-opsbox2 {
  width: 218px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.imgbox1 {
  width: 236px;
  margin-bottom: 20px;
}
.imgbox2 {
  width: 236px;
}
.chatimg {
  width: 456px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.btn-ops-box {
  background: none;
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}
@media only screen and (min-width:800px) and (max-width:1280px) {
	.box-ops {
		width: 442px;
		height: 526px;
	}
	.grid-opsbox {
		width: 194px;
	}
	.imgbox1 {
		width: 204px;
		margin-bottom: 5px;
	}
	.grid-opsbox2 {
		width: 188px;
	}
	.imgbox2 {
		width: 181px;
	}
	.chatimg {
		width: 390px;
	}
}

/* Animação */

[data-anime] {
  opacity: 0;
  transition: all .6s ease-in;
}

[data-anime="left"] {
  transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(100px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
}

[data-anime="topbanner"] {
  transform: translate3d(0, -500px, 0);
  transition: all .6s ease-in;
}

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

#divFiltrosSecundariosQuartos, #divFiltrosSecundariosCozinhas, #divFiltrosSecundariosSalas, #divFiltrosSecundariosEscritorios {
  display: none !important;
}

.grid-5 {
  max-width: 600px;
  width: 100%;
}
.grid-5 .seletores_filtro {
  float: left;
  max-width: 100%;
  margin-right: 15px;
}
