html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: normal;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Hanken Grotesk", sans-serif;
}

a {
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline: none;
}

:root {
	--transicao: .3s all ease-in-out;
	--preto: #1A1A1A;
	--laranja: #F6A50E;
	--poppins: "Poppins", sans-serif;
}

.quebra-linha {
	display: block;
}

.phone_hp {
	display: none !important;
}

.error::placeholder {
	color: red !important;
}

html {
	scroll-behavior: smooth;
}
html.trava{
	overflow: hidden;
}
/* Header */

header {
	position: absolute;
	width: 100%;
	display: flex;
	z-index: 10;
	top: 0;
	padding: 63px 0 34px 0;
	transition: var(--transicao);
}

header.fixo {
	position: fixed;
    background: #000000d6;
	padding: 30px 0 34px 0;
}

header .menu-lateral {
	display: none;
	background-color: #1a1a1af0;
	position: fixed;
	height: 100dvh;
	z-index: 2;
	top: 0;
	left: 0;
	flex-direction: column;
	justify-content: space-between;
	padding: 60px 130px 109px;
	width: 588px;
	row-gap: 40px;
	overflow: auto;

	/* max-width: 33%; */
}

header .menu-linha-produtos {
	position: fixed;
	height: 100dvh;
	left: 588px;
	top: 0;
	width: calc(100% - 588px);
	background-color: #1a1a1af0;
	display: flex;
    align-items: flex-start;
	transition: transform 0.4s ease, opacity 0.4s ease;
	overflow: auto;
}


header .menu-linha-produtos .container {
	display: flex;
	align-items: center;
	width: 100%;
    padding: 46px 80px 0 0px;
	justify-content: space-between;
	column-gap: 40px;
	height: auto;
}

header .menu-linha-produtos .titulo-principal {
	font-weight: 400;
    font-size: 18px;
	line-height: 100%;
	letter-spacing: 1.3px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 44px;
}

header .menu-linha-produtos .imagem-destaque {
	margin-bottom: 37px;
}

header .menu-linha-produtos .imagem-destaque img {
	display: block;
}

header .menu-linha-produtos .area-menu .titulo {
    font-family: var(--poppins);
    font-weight: 500;
	font-size: 16px;
    color: #fff;
    margin-bottom: 13px;
    display: block;
    transition: var(--transicao);
}
header .menu-linha-produtos .area-menu .titulo-cadeira{
	font-size: 14px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
header .menu-linha-produtos .area-menu .titulo-sozinho{
	margin-bottom: 5px;
}


header .menu-linha-produtos .area-menu .menu {
	column-gap: 60px;
}

header .menu-linha-produtos .area-menu .lista-duas-colunas {
	columns: 2;
	column-gap: 70px;
}

header .menu-linha-produtos .area-menu li {
    margin-bottom: 3px;
}
header .menu-linha-produtos .area-menu .menu-linha-eventos-header-cadeiras-container li {
	margin-bottom: 10px;
	line-height: 18px;
}

header .menu-linha-produtos .area-menu li a {
	font-family: var(--poppins);
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	transition: var(--transicao);
}



header .menu-linha-produtos .titulo-principal::before {
	content: '';
	width: 48px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -9px;
	display: block;
	background-color: var(--laranja);
}

header .menu-linha-produtos .dir {
	min-width: 204px;
	width: 204px;
	visibility: hidden;
	height: 521px;
}

header .menu-linha-produtos .dir .area-cores {
	display: flex;
	column-gap: 9px;
}

header .menu-linha-produtos .dir .titulo-produto {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 14px;
}

header .menu-linha-produtos .dir .area-cores .cor {
	width: 14px;
	min-width: 14px;
	height: 14px;
	border-radius: 50%;
	display: block;
}

header .menu-linha-produtos .dir .area-cores .mais-cores {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #B5B5B7;
}

header .menu-linha-produtos .dir .area-cores .texto-cores {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

header .menu-linha-produtos .esq {
	display: flex;
	flex-direction: column;
}

header .menu-linha-produtos .esq .margem-menu {
	margin-bottom: 39px;
}
header .menu-linha-produtos .esq .margem-menu-cadeiras{
	margin-bottom: 20px;
}

header .menu-linha-produtos .container .linha {
	display: flex;
	/* justify-content: space-between; */
	
}

header .menu-linha-produtos .container .linha.eventos {
    margin-bottom: 40px;
	column-gap: 130px;
}
header .menu-linha-produtos .container .linha.design{
	column-gap: 0px;
}
header .menu-linha-produtos .linha.design .area-menu .lista-duas-colunas{
	column-gap: 54px;
}
header .menu-linha-produtos .linha.design .area-menu .margem-menu-cadeiras{
	width: max-content;
}
header .menu-linha-produtos .linha.design .area-menu .cadeira-design {
	width: max-content;
	column-gap: 45px;
}
header .menu-linha-produtos .linha.design .area-menu .cadeira-design li{
	width: min-content;
}
header .menu-linha-produtos .linha.design .banqueta-design{
	margin-left: -90px;
}
header .menu-linha-produtos .linha.design .banqueta-design .lista-duas-colunas{
	column-gap: 36px;
}

header .menu-lateral .fechar {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

header>.area-menu {
	width: 1520px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header>.area-menu .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header>.area-menu .logo svg {
	color: #fff;
	max-width: 100%;
	height: auto;
}

header>.area-menu .dir .clique-pesquisa svg {
	color: #fff;
}

header>.area-menu .menu-hamburger {
	display: flex;
	flex-direction: column;
	row-gap: 7px;
	cursor: pointer;

}

header>.area-menu .menu-hamburger .hamburger {
	height: 3.38px;
	background-color: #fff;
	display: block;
	border-radius: 1.13px;
}

header>.area-menu .menu-hamburger .hamburger-01 {
	width: 27px;
}

header>.area-menu .menu-hamburger .hamburger-02 {
	width: 22.5px;
}

header>.area-menu .menu-hamburger .hamburger-03 {
	width: 16.88px;
}

header>.area-menu .gtranslate_wrapper a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: relative;
}

header>.area-menu .gtranslate_wrapper a::before {
	content: '|';
	font-weight: 200;
	margin-right: 5px;
	font-size: 16px;
}

header>.area-menu .gtranslate_wrapper a:first-child::before {
	display: none;
}

header>.area-menu .dir {
	display: flex;
	column-gap: 40px;
}

header .menu-lateral .menu li a {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	transition: var(--transicao);
}

header .menu-lateral .menu li a svg {
	margin-left: 23px;
}

header .menu-lateral .menu {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

header .menu-lateral .contato {
	background: #1A1A1AD1;
	border: 1px solid #fff;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.0px;
	text-align: center;
	padding: 13.5px 28.3px;
	transition: var(--transicao);
	width: fit-content;
	border-radius: 3px;
}

header .clique-pesquisa {
	cursor: pointer;
}

#breadcrumbs {
	margin-bottom: 10px;
}

#breadcrumbs a,
#breadcrumbs span {
	font-family: var(--poppins);
	font-weight: 275;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.1px;
	color: #171714cc;
	transition: var(--transicao);
}

#breadcrumbs .content {
	text-align: center;
}

#breadcrumbs .separador {
    color: #171714cc;
    margin: 0 4px;
}

#breadcrumbs .home {
    position: relative;
}

#pesquisa-header {
	background-color: rgba(26, 26, 26, 0.81);
	backdrop-filter: blur(29.1px);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

#pesquisa-header input {
	background-color: unset;
	border: none;
	width: 400px;
	max-width: 90%;
	height: 50px;
	border-bottom: 2px solid var(--laranja);
	color: #fff;
	font-family: var(--poppins);
}

#pesquisa-header input::placeholder {
	color: #fff;
	font-family: var(--poppins);
	font-size: 24px;
	text-transform: uppercase;
}

#pesquisa-header.ativo {
	display: flex;
}

/************ PAGINATION **************/
.pagination {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.pagination .pages,
.pagination .last,
.pagination .first {
    background-color: var(--preto);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    letter-spacing: 0.4px;
	border: none;
    font-weight: 500;
    padding: 10px 25px;
}
.pagination .larger,
.pagination .extend,
.pagination .page {
    background-color: var(--preto);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
	border: none !important;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-right: 7px;
    padding: 10px 16px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
    background-color: var(--preto);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-right: 7px;
    padding: 9px 19px;
    position: relative;
	border: none;
}
.pagination .nextpostslink::after {
    content: url(../../../industria-de-moveis/blog/seta-paginacao.svg);
    position: absolute;
	top: calc(50% - 10px);
    left: calc(50% - 4px);
}
.pagination .previouspostslink::after {
content: url(../../../industria-de-moveis/blog/seta-paginacao.svg);
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 6px);
    transform: scaleX(-1);
}
.pagination .current {
    background-color: var(--laranja);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin-right: 7px;
    letter-spacing: 0.4px;
    font-weight: 500;
    padding: 10px 16px;
	border: none;
}

/*** Whatsapp ***/
.container-whatsapp .box-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 2.5%;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.container-whatsapp .box-whatsapp:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.box-whatsapp svg {
    color: #fff;
    font-size: 60px;
	max-width: 100%;
}

.container-whatsapp .box-whatsapp .texto {
    display: none;
}

#whatsapp {
    width: 426px;
    max-width: 426px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

#whatsapp #open_whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#close_whatsapp {
    position: absolute;
    left: -13px;
    z-index: 99999;
    color: #3ab4a3;
    top: -13px;
    cursor: pointer;
    display: none;
    border: 1px solid #3ab4a3;
    border-radius: 15px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    ;
}

.header-whatsapp {
    background: #33d951;
    color: #fff;
    padding: 15px 10px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-whatsapp:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}

.header-whatsapp p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #fff !important;
    cursor: pointer;
}

#open_whatsapp svg {
    margin: 0 0 0 10px;
    font-size: 22px;
}

.formulario-whatsapp {
    padding: 0;
    background-color: #fbfbfb;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formulario-whatsapp form {
    padding: 10px 0;
}

.formulario-whatsapp input,
.formulario-whatsapp select,
.formulario-whatsapp textarea {
    width: 90%;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    color: #333333 !important;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
    font-family: 'Montserrat', sans-serif !important;
}
.formulario-whatsapp textarea {
    font-size: 16px!important;
    color: #333333!important;
}
.formulario-whatsapp input:focus {
    outline: none;
}

.formulario-whatsapp .form-bt {
    width: 95%;
    text-align: center;
    color: #fff !important;
    border: none;
    text-decoration: none;
    background: #33d951;
    cursor: pointer;
    padding: 13px;
    line-height: 16px;
    font-size: 18px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px auto 0px;
    display: block;
    font-weight: 500;
}

.formulario-whatsapp .form-bt:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #ffffff;
}

.formulario-whatsapp .error::-webkit-input-placeholder {
    color: #FF0025;
}

.formulario-whatsapp .error {
    border: 0 !important;
    border-bottom: 1px solid red !important;
    color: red;
}

.formulario-whatsapp .phone_hp {
    display: none !important;
}

#whatsapp .status-form {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 12px;
    padding: 0 5%;
    line-height: 20px;
}

#status_whatsapp.input-ok {
    color: green;
}

.input-ok {
    color: green !important;
}

#resposta-modal-whatsapp {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000063;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: inherit;
}

#resposta-modal-whatsapp .content {
    max-width: 90%;
    background: #fff;
    position: relative;
    width: 466px;

}

#resposta-modal-whatsapp .content .topo {
    height: 50px;
    background-color: #4acd36;
    display: flex;
    align-items: center;
    color: #fff;
}

#resposta-modal-whatsapp .content .topo>div {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    height: 100%;
    background-color: #34ac22;
    padding: 5px 0 0 0;
}

#resposta-modal-whatsapp .content .topo .texto {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 2%;
}

#resposta-modal-whatsapp .content .bottom {
    padding: 15px 28px;
}

#resposta-modal-whatsapp .content .bottom .texto {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
}

#resposta-modal-whatsapp .content .bottom .sub {
    font-size: 12px;
    color: #868686;
    text-align: center;
    margin-bottom: 10px;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4acd36;
    margin-bottom: 5px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
    color: #fff;
    margin: 0 0 0 8px;
    font-size: 25px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
    filter: brightness(1.1);
    transition: 0.2s all ease-in-out;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

#resposta-modal-whatsapp .content .bottom .continuar {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#resposta-modal-whatsapp .content .fechar-modal {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    height: 29px;
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 0 0 0 2px;
    cursor: pointer;
    border-radius: 48px;
}

.modal-aberto {
    display: flex !important;
}

.status-form {
    font-size: 12px;
    margin: 10px 0;
    color: red;
}



@media only screen and (max-width: 768px) {
    .pagination .pages,
    .pagination .last,
    .pagination .first {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 8px 16px;
    }
    .pagination .current,
    .pagination .larger,
    .pagination .extend,
    .pagination .page {
        font-size: 14px;
        margin-right: 5px;
        letter-spacing: 0px;
        padding: 8px 14px;
    }
    .pagination .nextpostslink,
    .pagination .previouspostslink {
        font-size: 14px;
        letter-spacing: 0px;
        margin-right: 5px;
        padding: 9px 15px;
    }
}
@media only screen and (max-width: 600px) {
    .pagination .pages,
    .pagination .last,
    .pagination .first,
    .pagination .current,
    .pagination .larger,
    .pagination .extend,
    .pagination .page {
        font-size: 12px;
        letter-spacing: 0px;
        margin-right: 3px;
        padding: 6px 12px;
    }
    .pagination .nextpostslink,
    .pagination .previouspostslink {
        font-size: 11px;
        margin-right: 0px;
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 430px) {
    .pagination .wp-pagenavi {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Form footer */

#whatsapp-flutuante {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: block;
    width: 80px;
}

#whatsapp-flutuante svg {
	max-width: 100%;
}

#form-footer {
	position: relative;
	margin-bottom: -200px;
}

#form-footer .container {
	position: relative;
	border-radius: 5px;
	display: flex;
	width: 1520px;
	max-width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	background: #fff;
	padding: 60px 90px;
	z-index: 2;
	column-gap: 40px;
}

#form-footer .container .esq {
	width: 664px;
	max-width: 50%;
}

#form-footer .container .esq .titulo {
	font-weight: 250;
	font-size: 55px;
	text-transform: uppercase;
	color: var(--preto);
	position: relative;
	margin-bottom: 28px;
}

#form-footer .container .esq .titulo b {
	font-weight: 300;
}

#form-footer .container .esq .titulo::before {
	content: '';
	width: 48px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--laranja);
	bottom: -8px;
}

#form-footer .container .esq .texto {
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: var(--preto);
	width: 524px;
	max-width: 100%;
}

#form-footer .container form {
	width: 591px;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#form-footer .container form .box-input {
	position: relative;
	width: 100%;
	display: flex;
	gap: 13px;
}


#form-footer .container form .box-input label {
	position: absolute;
	font-family: var(--poppins);
	font-weight: 300;
	font-size: 14px;
	color: var(--preto);
	left: 17px;
	top: 16px;
	transition: var(--transicao);
}

#form-footer .container form .box-input label.subir {
	font-size: 12px;
	padding: 0 9px;
	background-color: var(--laranja);
	color: #fff;
	top: -9px;
}


#form-footer .container form .box-input input,
#form-footer .container form .box-input textarea {
	width: 100%;
	height: 51px;
	border: 1px solid rgba(219, 219, 219, 1);
	padding-left: 17px;
	resize: none;
}

#form-footer .container form .box-input textarea {
	height: 97px;
	padding-top: 17px;
}

#form-footer .container form .box-input .inside {
	width: 50%;
	position: relative;
}

#form-footer .container form button {
	background-color: var(--laranja);
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.0px;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	cursor: pointer;
	border: 1px solid var(--laranja);
	transition: var(--transicao);
}

#form-footer .container form .obrigatorio {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	font-family: var(--poppins);
}


footer {
	padding-top: 342px;
	background-color: var(--preto);
	padding-bottom: 30px;
	position: relative;
}

footer .letreiro {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

footer .container {
	display: flex;
	width: 1520px;
	max-width: 90%;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	column-gap: 30px;
}

footer .container .box-01 {
	width: 320px;
	max-width: 100%;
}

footer .container .box-01 .descricao {
	font-family: var(--poppins);
	font-weight: 400;
	font-size: 14px;
    line-height: 24px;
	color: #fff;
	margin-top: 23px;
	margin-bottom: 44px;
}

footer .container .box-01 .texto-redes {
	font-family: var(--poppins);
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 24px;
}

footer .container .box .titulo-menu {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px;
}

footer .container .box .area-midia {
	display: flex;
	align-items: flex-end;
	column-gap: 22px;
}

footer .container .box .area-midia a {
	color: #fff;
	transition: var(--transicao);
}

footer .container .box .area-midia a svg {
    max-width: 24px;
    height: auto;
	max-height: 23px;
    width: 24px;
	color: #fff;
}

footer .container .box .titulo-menu.ultimo {
	margin-top: 51px;
}

footer .container .box-04 span {
	font-family: var(--poppins);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}


footer .container .box-04 a {
	font-family: var(--poppins);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: block;
	transition: var(--transicao);
}

footer .container .box ul li a {
	font-family: var(--poppins);
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	transition: var(--transicao);
}

footer .bottom {
	display: flex;
	width: 1520px;
	max-width: 90%;
	justify-content: space-between;
	margin: 181px auto 0;
	position: relative;
	z-index: 2;
}

footer .letreiro {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	left: 50%;
	height: auto;
	bottom: 0;
	transform: translateX(-50%);
}

footer .bottom a,
footer .bottom p {
	font-family: var(--poppins);
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #fff;
	transition: var(--transicao);
}

@media screen and (min-width: 1025px) {
	header .menu-lateral .contato:hover {
		color: var(--preto);
		background-color: #fff;
	}

	header .menu-lateral .fechar.mobile {
		display: none;
	}

	header .menu-linha-produtos .titulo-principal svg {
		display: none;
	}


	header .menu-linha-produtos .area-menu .titulo:hover {
		color: var(--laranja);
	}

	header.fixo {
    background: #000000a6;
    backdrop-filter: blur(29.100000381469727px);
	}

	#breadcrumbs a:hover {
		color: var(--laranja);
	}

	#form-footer .container form button:hover {
		background-color: #fff;
		color: var(--laranja);
	}

	footer .container .box ul li a:hover {
		color: var(--laranja);
	}

	footer .container .box .area-midia a:hover,
	footer .container .box-04 a:hover,
	footer .bottom a:hover {
		color: var(--laranja);
	}

	header .menu-lateral .menu li a:hover {
		color: var(--laranja);
		font-weight: 700;
	}

	header .menu-linha-produtos .area-menu li a:hover {
		color: var(--laranja);
	}


	header .menu-linha-produtos {
		transform: translateX(-100%);
		pointer-events: none;
		opacity: 0;
	}

	header .menu-linha-produtos.ativo {
		transform: translateX(0);
		opacity: 1;
		pointer-events: all;
	}

	header .menu-lateral .topo .dir-topo {
		display: none;
	}
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1880px) {
	header .menu-linha-produtos .esq .margem-menu {
		margin-bottom: 30px;
	}
	header .menu-linha-produtos .titulo-principal {
		margin-bottom: 30px;
	}
	header .menu-linha-produtos .esq .margem-menu-cadeiras {
    	margin-bottom: 15px;
	}
	header .menu-linha-produtos .container {
		padding: 34px 80px 0 0px;
	}
	header .menu-linha-produtos .area-menu .titulo {
		margin-bottom: 10px;
	}
	header .menu-linha-produtos .area-menu .titulo-cadeira{
		margin-bottom: 3px;
	}
	
    header .menu-linha-produtos.ativo{
		overflow: hidden;
	}
	header .menu-linha-produtos .container .linha.eventos {
		column-gap: 110px;
	}
}
@media screen and (max-width: 1780px) {
	header .menu-lateral {
		padding: 60px;
		width: 453px;
	}

	header .menu-linha-produtos {
		left: 453px;
		width: calc(100% - 453px);
	}

	header .menu-linha-produtos .container {
		padding: 34px 60px 0 0px;
	}
}
@media screen and (max-width: 1700px){
	header .menu-linha-produtos .container .linha.eventos  {
		column-gap: 80px;
	}
}


@media screen and (max-width: 1660px) {
	header .menu-lateral {
		padding: 60px 30px;
		width: 365px;
	}

	header .menu-linha-produtos {
		left: 365px;
		width: calc(100% - 365px);
	}

	header .menu-linha-produtos .titulo-principal {
		margin-bottom: 28px;
	}

	header .menu-linha-produtos .container {
		padding: 30px 30px 0px 0px;

	}
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1560px) {
	header .menu-lateral .menu li a {
		font-size: 16px;
	}

	header .menu-linha-produtos .container .linha.eventos {
		margin-bottom: 40px;
	}
	header .menu-linha-produtos .area-menu .lista-duas-colunas {
		column-gap: 55px;
	}
    header .menu-linha-produtos .container .linha {
        column-gap: 60px;
    }

}

@media screen and (max-width: 1440px) {

	#form-footer .container .esq .titulo {
		font-size: 46px;
		margin-bottom: 42px;
	}

	#form-footer .container .esq .titulo svg {
		display: block;
	}

	#form-footer .container .esq .titulo::before {
		bottom: -19px;
	}

	#form-footer .container {
		padding: 60px;
	}

	header .menu-lateral .menu li a {
		font-size: 16px;
	}

	header .menu-linha-produtos .container .linha.eventos {
		margin-bottom: 30px;
	}

	header .menu-lateral {
		padding: 60px 30px;
		width: 334px;
	}

	header .menu-linha-produtos {
		left: 334px;
		width: calc(100% - 334px);
	}

	header .menu-linha-produtos .titulo-principal {
		margin-bottom: 28px;
	}
	header .menu-linha-produtos .container .linha.eventos {
        column-gap: 37px;
    }

}
@media screen and (max-width: 1366px) {
	header .menu-lateral {
        padding: 60px 21px;
        width: 290px;
    }
	header .menu-linha-produtos {
        left: 290px;
        width: calc(100% - 290px);
    }
	header .menu-linha-produtos .area-menu li a {
		line-height: 20px;
	}
	header .menu-linha-produtos .area-menu .titulo-sozinho {
		margin-bottom: 15px;
	}
	    header .menu-linha-produtos .container .linha {
        column-gap: 35px;
    }
	header .menu-lateral {
		width: 269px;
	}
	header .menu-lateral .menu li a svg {
    	margin-left: 2px;
	}

	header .menu-linha-produtos {
		left: 269px;
		width: calc(100% - 269px);
	}

	header .menu-linha-produtos .dir {
		min-width: 154px;
		width: 154px;
	}
	header .menu-linha-produtos .container {
		column-gap: 5px;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	header .menu-linha-produtos .esq .margem-menu {
		margin-bottom: 13px;
	}
}


@media screen and (max-width: 1200px) {
    header .menu-linha-produtos .esq .margem-menu-cadeiras {
        margin-bottom: 12px;
    }
	header .menu-linha-produtos .area-menu li a{
		font-size: 13px;
	}
	header .menu-linha-produtos .area-menu .titulo {
        margin-bottom: 8px;
    }
	header .menu-linha-produtos .area-menu .titulo-cadeira {
		margin-bottom: 2px;
	}
	header .menu-linha-produtos .esq .margem-menu {
        margin-bottom: 10px;
    }
	header .menu-linha-produtos .area-menu li {
		line-height: 15px;
		margin-bottom: 5px;
	}
    header .menu-linha-produtos .container .linha.eventos {
        margin-bottom: 24px;
    }
    header .menu-linha-produtos .area-menu li a {
        line-height: 18px;
    }
	    header .menu-linha-produtos .container {
        padding: 50px 30px 0px 0px;
    }
}
@media screen and (max-width: 1140px) {
	header .menu-linha-produtos .container .linha.eventos {
        column-gap: 15px;
    }
    header .menu-linha-produtos .dir {
        min-width: 144px;
        width: 144px;
    }
}
@media screen and (max-width: 1070px) {
    header .menu-linha-produtos .container .linha.eventos {
        column-gap: 8px;
		margin-bottom: 18px;
    }
	
    header .menu-linha-produtos .area-menu .titulo {
        margin-bottom: 6px;
    }
	header .menu-linha-produtos .area-menu .titulo-cadeira {
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 1024px) {
	header .menu-lateral {
		width: 100%;
		padding: 41px 35px;
		background-color: rgba(26, 26, 26, 0.81);
		backdrop-filter: blur(29.1px);
	}

	header.fixo {
		padding: 20px 0 20px 0;
	}

	html.trava {
		overflow: hidden;
	}

	header .menu-lateral .fechar:not(.mobile) {
		display: none;
	}

	header .menu-lateral .topo {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	header .menu-lateral .menu li a {
		font-size: 20px;
	}

	header .menu-lateral .topo .dir-topo {
		display: flex;
		column-gap: 40px;
	}

	header .menu-lateral .topo .gtranslate_wrapper a {
		font-size: 16px;
		text-align: center;
		color: #fff;
		position: relative;
	}

	header .menu-lateral .topo .gtranslate_wrapper a::before {
		content: '|';
		font-weight: 200;
		margin-right: 5px;
		font-size: 16px;
	}

	header .menu-lateral .topo .gtranslate_wrapper a:first-child::before {
		display: none;
	}

	header .menu-linha-produtos {
		left: -100%;
		width: 100%;
		height: 100dvh;
		top: 100px;
		align-items: flex-start;
		background-color: rgba(26, 26, 26, 0.81);
		backdrop-filter: blur(29.1px);
	}

	header .menu-linha-produtos .dir {
		display: none;
	}

	header .menu-linha-produtos .esq {
		width: 100%;
	}

	header .menu-linha-produtos.ativo {
		left: 0;
		z-index: 3;
	}

	header .menu-linha-produtos .area-menu .lista-duas-colunas {
		columns: 1;
	}

	header .menu-linha-produtos .container .linha {
		column-gap: 6%;
		flex-direction: column;
		display: none;
	}

	header .menu-linha-produtos .container {
		width: 100%;
		padding: 60px 30px;
		flex-direction: column;
		align-items: flex-start;
		padding: 60px 30px 120px;
	}

	header>.area-menu .logo {
		width: 100px;
		height: auto;
	}

	header>.area-menu .logo svg {
		max-width: 100%;
		height: auto;
	}

	header>.area-menu .dir {
		display: none;
	}
	header .menu-linha-produtos .area-menu .titulo-sozinho {
		margin-bottom: 10px;
	}
	header .menu-linha-produtos .linha.design .banqueta-design {
    	margin-left: 0px;
	}
	header .menu-linha-produtos .almofadas-eventos{
		margin-top: 10px;
	}

	#form-footer .container {
		flex-direction: column;
		row-gap: 40px;
	}

	#form-footer .container .esq {
		width: 100%;
		max-width: 100%;
	}

	#form-footer .container form {
		width: 100%;
		max-width: 100%;
	}

	#form-footer .container .esq .texto {
		width: 100%;
	}

	footer .container {
		flex-direction: column;
		row-gap: 40px;
	}

	footer .bottom {
		flex-direction: column;
		row-gap: 30px;
		align-items: center;
	}
	header .menu-linha-produtos.ativo{
		overflow:auto;
	}

	header .menu-linha-produtos .titulo-principal::before {
		display: none;
	}

	header .menu-linha-produtos .titulo-principal {
		margin-bottom: 40px;
		cursor: pointer;
	}

	header .menu-linha-produtos .titulo-principal.ativo {
		color: var(--laranja);
		margin-bottom: 20px;
	}

	header .menu-linha-produtos .container .linha.eventos.ativo {
		display: flex;
	}

	header .menu-linha-produtos .container .linha.design.ativo {
		display: flex;
	}

	header .menu-linha-produtos .esq .margem-menu {
		margin-bottom: 15px;
	}

	header .menu-linha-produtos .container .linha {
		padding-left: 17px;
	}

		#whatsapp {
		width: 100%;
		max-width: 100%;
		right: 0;
	}
	

	.container-whatsapp .box-whatsapp {
		width: 70px;
	}
	.formulario-whatsapp form {
		padding: 10px 0;
		background-color: #fff;
		z-index: 10;
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: initial;
	}
	#whatsapp.modalOpen .formulario-whatsapp {
		height: auto;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen .header-whatsapp {
		position: relative;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen #close_whatsapp {
		right: 0;
		top: -35px;
		left: initial;
	}
	#whatsapp.modalOpen .bgformulario {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		z-index: 9;
	}
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
	#form-footer .container form .box-input .inside {
		width: 100%;
	}

	#form-footer .container form .box-input {
		flex-wrap: wrap;
	}

	#form-footer .container .esq .titulo {
		font-size: 32px;
	}

	#form-footer .container .esq .titulo svg {
		width: 160px;
		height: auto;
	}

	#form-footer .container {
		padding: 60px 30px;
	}
}

@media screen and (max-width: 490px) {
	#whatsapp-flutuante {
        bottom: 10px;
        right: 10px;
        width: 65px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}