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;
}

html {
	font-size: 16px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

svg {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Inter", sans-serif;
	background-color: var(--branco);
}

a {
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline: none;
}

:root {
	--transicao: .3s all ease-in-out;
	--azul: #1E4FD8;
	--branco: #F6F8FC;
	--preto: #1F2328;
}

.quebra-linha {
	display: block;
}

.phone_hp {
	display: none !important;
}

.error::placeholder,
select.error {
	color: red !important;
}

.sticky {
	position: sticky;
	top: 100px;
}

html {
	scroll-behavior: smooth;
}

html.trava {
	overflow: hidden;
}


.btn_geral {
	background-color: var(--azul);
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.2px;
	color: var(--branco);
	transition: var(--transicao);
	padding: 15px 25px;
	text-align: center;
}

/* HEADER */



header {
	position: absolute;
	top: 20px;
	background-color: #0A1D3A;
	width: 1880px;
	max-width: calc(100% - 40px);
	left: 50%;
	transform: translate(-50%);
	border-radius: 20px;
	z-index: 10;
	padding: 21px 30px;
}

header>.container {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}

header.header-branco>.container {
	width: 1778px;
	max-width: 100%;
	margin: 0 auto;
}


header>.container .logo svg {
	color: var(--branco);
}

header .meio {
	display: flex;
	align-items: center;
	column-gap: 45px;
}

header #menu-menu-principal {
	display: flex;
	column-gap: 45px;
}

header #menu-menu-principal .menu-item-has-children {
	position: relative;
}

header #menu-menu-principal>li>a {
	font-weight: 400;
	font-size: 16px;
	color: var(--branco);
	position: relative;
	transition: var(--transicao);
}

header .meio .search {
	cursor: pointer;
}

header .meio .search svg {
	color: var(--branco);
}

header.header-branco .meio .search svg {
	color: var(--preto);
}



header .menu-flutuante {
	position: absolute;
	top: calc(100% + 20px);
	left: 0px;
	width: 100%;
	background-color: #fff;
	padding: 45px 0;
	display: none;
}

header.header-branco .menu-flutuante {
	top: 100%;
}


header .menu-flutuante .container {
	width: 1340px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

header .menu-flutuante .container .titulo {
	transition: var(--transicao);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.3px;
	margin-bottom: 18px;
	color: var(--preto);
	display: block;
}

header .menu-flutuante .container .box {
	display: flex;
	flex-direction: column;
	row-gap: 43px;
}

header .menu-flutuante .container .box ul {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

header .menu-flutuante .container ul li a {
	font-weight: 400;
	font-size: 14px;
	color: var(--preto);
	transition: var(--transicao);
}

header .menu-flutuante .container .titulo svg {
	transition: var(--transicao);
	fill: transparent;
	margin-right: 2px;
}


header .menu-flutuante .dir {
	border-left: 1px solid #1F23281A;
	padding-left: 57px;
}

header .menu-flutuante .dir ul li a svg {
	min-width: max-content;
}

header .menu-flutuante .container .dir ul {
	display: grid;
	flex-direction: column;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 15px;
	column-gap: 59px;
	margin-bottom: 39px;
}

header .menu-flutuante .container .dir ul li a {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

header .menu-flutuante .container .dir .destaque {
	width: 422px;
	height: 165px;
	position: relative;
	border-radius: 9px;
	padding: 15px 20px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	box-shadow: 0px 0px 5.23px 0px #0A1D3A0D;

}

header .menu-flutuante .container .dir .destaque .overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(180deg, rgba(10, 29, 58, 0) 49.8%, rgba(10, 29, 58, 0.35) 100%);

}

header .menu-flutuante .container .dir .destaque img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

header .menu-flutuante .container .dir .destaque p {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 3;
}

#search-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	display: block;
	display: none;
	background-color: #000000e3;
    z-index: 100;
}

#search-header form {
	position: absolute;
	width: 300px;
	max-width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#search-header input,
#search-header textarea,
#search-header select {
	width: 100%;
	max-width: 100%;
    height: 40px;
	font-size: 20px;
    resize: none;
    transition: var(--transicao);
    background: transparent;
    border-radius: 0px;
    color: #fff;
	border: none;
	border-bottom: 2px solid var(--azul);
	padding-right: 40px;
}

#search-header input::placeholder {
	color: #fff;
	font-size: 20px;
}

#search-header button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    padding: 0;
    top: 13px;
	cursor: pointer;
}

#search-header button svg {
	color: #fff;
}

/* WPP Flutuante */

/*** 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 ::placeholder {
	color: #333333 !important;
    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: 1024px) {
	.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;
		max-width: 100%;
		-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 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;
    }
}


/** Header Branco  **/

header.header-branco {
	background-color: var(--branco);
	top: 0;
	max-width: 100%;
	width: 100%;
	border-radius: 0;
}

header.header-branco #menu-menu-principal>li>a {
	color: var(--preto);
}

header.header-branco>.container .logo svg {
	color: var(--preto);
}



/* BREADCRUMBS */
#breadcrumbs {
	margin-bottom: 10px;
}


#breadcrumbs a,
#breadcrumbs span {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.1px;
	color: #171714cc;
	transition: var(--transicao);
	text-decoration: none !important;
	position: relative;
}

#breadcrumbs a {
	/* text-decoration: underline !important; */
	font-weight: 500;
}

#breadcrumbs a span {
	font-weight: 500;
}

#breadcrumbs .home::before {
	content: url(../../../mobiliario-corporativo/geral/ico-breadcrumbs.svg);
	margin-right: 9px;
	position: relative;
	top: 1px;
}

#breadcrumbs .separador {
	color: #171714cc;
	margin: 0 4px;
}

#breadcrumbs .home {
	position: relative;
}

/* FORM FOOTER */

#form-footer {
	position: relative;
	margin-bottom: -285px;
	z-index: 3;
	scroll-margin-top: 100px;
}

#form-footer .container {
	width: 1490px;
	max-width: 90%;
	margin: 0 auto;
	background-color: var(--azul);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 68px 90px;
	column-gap: 30px;
}

#form-footer .container .esq {
	width: 538px;
	max-width: 50%;
}

#form-footer .container .esq .titulo {
	font-weight: 500;
	font-size: 3.75rem;
	line-height: 4.181rem;
	color: var(--branco);
	margin-bottom: 30px;
}

#form-footer .container .esq .titulo b {
	font-weight: 700;
	display: block;
}

#form-footer .container .esq .texto {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--branco);
	width: 444px;
	max-width: 100%;
}

#form-footer .container .esq .texto b {
	font-weight: 700;
}

#form-footer .container form {
	width: 591px;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#form-footer .container form .box-input {
	position: relative;
	width: 100%;
	display: flex;
	gap: 13px;
}


#form-footer .container form .box-input label {
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	color: var(--preto);
	left: 17px;
	top: 11px;
	transition: var(--transicao);
}

#form-footer .container form .box-input label.subir {
	font-size: 12px;
	padding: 3px 10px;
	background-color: #0A1D3A;
	color: #fff;
	top: -14px;
	border-radius: 10px;
}


#form-footer .container form .box-input input,
#form-footer .container form .box-input textarea {
	width: 100%;
	height: 40px;
	border: 2px solid transparent;
	padding-left: 17px;
	resize: none;
	transition: var(--transicao);
	border-radius: 7px;
}

#form-footer .container form .box-input input:focus,
#form-footer .container form .box-input textarea:focus {
	border: 2px solid #0A1D3A;
}

#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(--preto);
	color: var(--branco);
	border-radius: 21px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1.0px;
	text-align: center;
	text-transform: uppercase;
	height: 65px;
	cursor: pointer;
	border: 1px solid var(--preto);
	transition: var(--transicao);
	position: relative;
}

#form-footer .container form button svg {
	position: absolute;
	right: 9px;
	top: 8px;
	color: var(--branco);
	transition: var(--transicao);
}

#form-footer .container form .obrigatorio,
#form-footer .container form .obrigatorio a {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	color: var(--branco);
	transition: var(--transicao);
}

/* FOOTER */

footer {
	background: linear-gradient(180deg, #1F2328 20.52%, #0A1D3A 100%);
	padding-top: 449px;
	position: relative;
}

footer::before {
	content: '';
	background: url(../../../mobiliario-corporativo/geral/detalhe-footer.svg) no-repeat center top / cover;
	width: 100%;
	height: 465px;
	display: block;
	bottom: 75%;
	position: absolute;
	z-index: 2;
}

footer .container {
	width: 1490px;
	max-width: 90%;
	margin: 0 auto;
}

footer .container .cima {
	display: flex;
	column-gap: 11%;
	margin-bottom: 180px;
}

footer .container .box-01 {
	width: 299px;
	max-width: 100%;
}

footer .container .box-01 .logo {
	margin-bottom: 34px;
	display: block;
}

footer .container .box-01 .texto {
	font-weight: 400;
	font-size: 12px;
    line-height: 18px;
	color: var(--branco);
}

footer .container .box-01 .negrito {
	font-weight: 800;
	font-size: 12px;
	color: var(--branco);
	margin-bottom: 6px;
}

footer .container .box-01 .empresa {
	margin-bottom: 16px;
}

footer .container .box-01 .cnpj {
	margin-bottom: 21px;
}

footer .container .box-01 .rua {
	margin-bottom: 23px;
}

footer .container .box-01 .rua svg {
	margin-right: 5px;
}

footer .container .box-01 .email,
footer .container .box-01 .tel {
	font-weight: 400;
	font-size: 12px;
	line-height: 16.0px;
	color: var(--branco);
	display: block;
	transition: var(--transicao);
}

footer .container .box-01 .email {
	margin-bottom: 37px;
}


footer .container .box-01 .siga {
	font-weight: 700;
	font-size: 14px;
	color: var(--branco);
	margin-bottom: 23px;
}

footer .box-redes {
	display: flex;
	gap: 11px;
	z-index: 2;
}

footer .box-redes a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0A1D3A;
	background-color: var(--branco);
	transition: var(--transicao);
}


footer .box .titulo {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #5EA3FF;
	margin-bottom: 24px;
}

footer .box ul {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
}

footer .box ul li a {
	font-weight: 400;
	font-size: 14px;
	transition: var(--transicao);
	color: var(--branco);
	position: relative;
}

footer .box ul li a::before {
	content: url(../../../mobiliario-corporativo/geral/bolinha-lista-footer.svg);
	margin-right: 11px;
}

footer .baixo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--branco);
	padding-top: 22px;
	padding-bottom: 22px;
}

footer .baixo p,
footer .baixo p a {
	color: var(--branco);
	font-weight: 600;
	font-size: 12px;
	transition: var(--transicao);
}

@media screen and (min-width: 1025px) {

	header {
		transition: var(--transicao);
	}

	header .menu-menu-principal-container .produtos .sub-menu {
		display: none;
	}

	header .meio .infos-mobile {
		display: none;
	}

	header.header-branco>.container .dir .btn_geral {
		background-color: transparent;
		color: var(--azul);
		font-weight: 700;
		column-gap: 8px;
		text-decoration: underline;
	}

	header.header-branco>.container .dir .btn_geral svg{
		transition: var(--transicao);
	}

	header.header-branco>.container .dir .btn_geral svg:last-child {
		display: none;
	}

	header:not(.header-branco)>.container .dir .btn_geral svg:first-child {
		display: none;
	}


	header #menu-menu-principal .menu-item-has-children::after {
		content: '';
		width: 100%;
		height: 70px;
		position: absolute;
		top: 78%;
		left: 0;
	}

	header #menu-menu-principal > li.produtos > a {
		pointer-events: none;
	}

	header>.container .logo {
		transform: translateY(6px);
		transition: var(--transicao);
		display: block;
	}

	header.fixo {
		position: fixed;
		padding: 10px 30px;
	}

	header:not(.header-branco).fixo {
		top: 10px;
	}

	header.header-branco.fixo {
		box-shadow: 0px 4px 15px 0px #a9a9a94d;
	}

	header #menu-menu-principal>li>a::before {
		content: '';
		opacity: 0;
		width: 100%;
		background-color: #5EA3FF;
		height: 1px;
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: var(--transicao);
	}

	header .menu-flutuante.ativo {
		display: block;
	}

	.btn_geral:hover {
		background-color: var(--branco);
		color: var(--azul);
	}

	header.header-branco>.container .dir .btn_geral:hover,
	header.header-branco>.container .dir .btn_geral:hover svg {
		color: var(--preto);
	}



	#form-footer .container form button:hover {
		background-color: var(--branco);
		color: var(--preto);
	}

	#form-footer .container form .obrigatorio a:hover {
		color: var(--preto);
	}

	#form-footer .container form button:hover svg {
		color: var(--azul);
	}

	footer .container .box-01 .email:hover,
	footer .container .box-01 .tel:hover {
		color: #5EA3FF;
	}

	footer .box-redes a:hover {
		background-color: #5EA3FF;
		color: var(--branco);
	}

	footer .box ul li a:hover {
		color: #5EA3FF;
	}

	footer .baixo p a:hover {
		color: #5EA3FF;
	}

	header #menu-menu-principal>li>a:hover {
		color: #5EA3FF;
		font-weight: 700;
	}

	header #menu-menu-principal>li>a:hover::before {
		opacity: 1;
	}

	header .menu-flutuante .container .titulo:hover {
		color: var(--azul);
	}

	header .menu-flutuante .container ul li a:hover {
		color: var(--azul);
		font-weight: 500;
	}


	header .menu-flutuante .container .titulo:hover svg {
		fill: var(--azul);
	}

}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
	header #menu-menu-principal>li>a {
		font-size: 14px;
	}

	header #menu-menu-principal,
	header .meio {
		column-gap: 30px;
	}

	header .btn_geral {
		font-size: 14px;
	}

	header .menu-flutuante .container .dir .destaque {
		width: 350px;
	}

	header .menu-flutuante .dir {
		padding-left: 30px;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 12px;
	}

	#form-footer .container {
		padding: 60px;
	}

	#form-footer .container form button {
		font-size: 16px;
	}

	footer .container .cima {
		column-gap: 20px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1200px) {
	#form-footer .container form button svg {
		width: 8%;
	}

	header .menu-flutuante .container .dir ul {
		column-gap: 20px;
	}
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {
	header {
		max-width: 100%;
		border-radius: 0;
		top: 0;
		height: 70px;
		padding: 0 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
	}

	header.header-branco {
		background-color: var(--branco);
		box-shadow: 0px 4px 15px 0px #a9a9a94d;
	}

	header>.container {
		width: 100%;
	}

	header>.container .dir {
		display: flex;
		align-items: center;
	}

	header>.container .dir a {
		display: none;
	}

	header>.container .logo {
		width: 141px;
		display: block;
	}

	header>.container .dir .menu-hamburger {
		display: flex;
		flex-direction: column;
		row-gap: 7px;
	}

	header>.container .dir .menu-hamburger .hamburger {
		width: 22px;
		height: 2px;
		display: block;
		border-radius: 58px;
		background-color: var(--branco);
		transition: var(--transicao);
	}

	header.header-branco>.container .dir .menu-hamburger .hamburger {
		background-color: var(--azul);
	}

	header .menu-flutuante {
		display: none;
	}

	header>.container .meio .box-redes {
		display: flex;
		gap: 11px;
		z-index: 2;
	}

	header>.container .meio .box-redes a {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0A1D3A;
		background-color: var(--branco);
		transition: var(--transicao);
	}

	html {
		font-size: 11px;
	}

	html.trava-scroll {
		overflow: hidden;
	}

	header .meio .search {
		display: none;
	}

	header .meio {
		position: fixed;
		right: -100%;
		width: 100%;
		top: 70px;
		height: calc(100dvh - 70px);
		background: #fff;
		padding: 35px;
		align-items: flex-start;
		flex-direction: column;
		overflow: auto;
		transition: var(--transicao);
	}

	header .meio.ativo {
		right: 0;
	}

	header .meio .menu-menu-principal-container {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}

	header .infos-mobile {
		display: flex;
		flex-direction: column;
		row-gap: 60px;
		margin-top: auto;
	}

	header #menu-menu-principal>li>a {
		color: var(--preto);
		font-weight: 500;
		font-size: 16px;

	}

	header #menu-menu-principal {
		flex-direction: column;
		row-gap: 22px;
	}

	header .menu-menu-principal-container .produtos .sub-menu {
		display: none;
		margin-top: 14px;
		margin-left: 0;
	}

	header .menu-menu-principal-container .produtos .sub-menu.ativo {
		display: block;
	}

	header .menu-menu-principal-container .produtos .sub-menu li {
		margin-bottom: 10px;
	}

	header .menu-menu-principal-container .produtos .sub-menu li a {
		font-weight: 400;
		font-size: 14px;
		letter-spacing: 0.1px;
		color: var(--preto);
		position: relative;
	}

	header .menu-menu-principal-container .menu-item-has-children .sub-menu li a::before {
		content: url(../../../mobiliario-corporativo/geral/detalhe-submenu.svg);
		margin-right: 7px;
	}

	header .menu-menu-principal-container .menu-item-has-children>a {
		position: relative;
	}

	header .menu-menu-principal-container .menu-item-has-children>a::after {
		content: '';
		background-image: url(../../../mobiliario-corporativo/geral/detalhe-submenu-titulo.svg);
		width: 8.61px;
		height: 9px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
		display: inline-block;
		margin-left: 8px;
		transform: scaleY(-1);
	}

	header .menu-menu-principal-container .menu-item-has-children.ativo>a::after {
		transform: scaleY(1);
	}

	header .menu-menu-principal-container .menu-item-has-children.ativo>a {
		color: var(--azul) !important;
	}

	header .meio .menu-menu-principal-container .menu-item-home {
		display: none;
	}

	#form-footer .container {
		flex-direction: column;
		row-gap: 40px;
	}

	#form-footer .container .esq .titulo {
		font-size: 36px;
		line-height: normal;
	}

	#form-footer .container .esq {
		width: 100%;
		max-width: 100%;
	}

	#form-footer .container form {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	footer::before {
		content: '';
		background: url(../../../mobiliario-corporativo/geral/detalhe-footer.svg) no-repeat center bottom / contain;
		height: 25vw;
		bottom: calc(100% - 46px);
	}

	footer .box-redes {
		margin-bottom: 40px;
	}

	footer .container .box-02,
	footer .container .box-03 {
		margin-bottom: 40px;
	}

	footer .container .cima {
		flex-direction: column;
	}

	footer .baixo {
		flex-direction: column;
		row-gap: 25px;
	}

	footer .baixo p {
		text-align: center;
	}

	footer .container .cima {
		margin-bottom: 60px;
	}

	footer {
		padding-top: 356px;
	}

}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
	#form-footer .container {
		padding: 60px 30px;
	}
}

@media screen and (max-width: 490px) {
	#form-footer .container form .box-input {
		flex-direction: column;
	}

	#form-footer .container form .box-input .inside {
		width: 100%;
	}

	#form-footer .container form button {
		font-size: 14px;
	}

	#form-footer .container form button svg {
		display: none;
	}
}

@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) {}