@media(max-width: 1660px) {
	#banner h2 {
		font-size: 46px;
		line-height: 44px;
	}

	#produtos .direita h2 {
		font-size: 52px;
		line-height: 62px;
	}

	#produtos .direita>p {
		font-size: 26px;
		line-height: 36px;
	}

	#produtos .esquerda>p {
		font-size: 34px;
		line-height: 44px;
	}

	#institucional h2 {
		font-size: 46px;
		line-height: 44px;
	}

	#quem_somos h2 {
		font-size: 32px;
		line-height: 42px;
	}

	#quem_somos .bottom {
		margin-top: 44px;
	}

	#quem_somos .direita p {
		font-size: 18px;
		line-height: 32px;
	}

	#quem_somos .esquerda p {
		font-size: 20px;
	}

	#historia h2,
	#quem_somos .bottom h2 {
		font-size: 46px;
	}

	#produto .esquerda h2 {
		font-size: 46px;
	}

	#produto .breadcrumbs a {
		font-size: 18px;
	}
}

@media(max-width: 1560px) {
	#produtos .direita h2 {
		font-size: 48px;
		line-height: 58px;
	}
}

@media(max-width: 1460px) {
	.centro {
		width: calc(100% - 80px);
	}

	#banner .centro {
		width: calc(100% - 136px);
	}

	#produtos .esquerda h2 {
		margin-left: 0;
	}

	#produtos .esquerda h2 span {
		display: none;
	}

	#produtos .total-slides b,
	#produtos .total-slides span,
	#produtos .total-slides span.grande {
		font-size: 60px;
	}

	#produtos .total-slides {
		margin-top: 18px;
		margin-bottom: 36px;
	}

	#produtos .direita h2 {
		font-size: 42px;
		line-height: 52px;
	}

	#produtos .esquerda>p {
		font-size: 32px;
		line-height: 42px;
	}

	#produtos article .mask-img {
		padding-top: 100%;
	}

	#produtos .passador {
		top: 10px;
		grid-template-rows: 50px;
		grid-template-columns: repeat(2, 50px);
		column-gap: 10px;
	}

	#historia h2,
	#quem_somos .bottom h2 {
		font-size: 42px;
	}

	#quem_somos {
		height: 100vh;
		min-height: 840px;
	}

	#produto .breadcrumbs a:first-child {
		margin-left: 0;
	}
}

@media(max-width: 1360px) {
	header nav {
		column-gap: 40px;
	}

	#banner h2,
	#institucional h2 {
		font-size: 42px;
		line-height: 40px;
	}

	#produtos .direita h2 {
		font-size: 38px;
		line-height: 46px;
	}

	#produtos .esquerda>p {
		font-size: 30px;
		line-height: 40px;
	}

	#linha-tempo ul.texto:nth-of-type(1) {
		width: 100%;
		margin-right: 0;
	}

	#linha-tempo .tempo {
		grid-template-rows: 12vw;
		grid-template-columns: repeat(6, 12vw);
		column-gap: 40px;
	}

	#linha-tempo .tempo li {
		font-size: 36px;
	}

	#diferenciais ul {
		grid-template-columns: repeat(4, 1fr);
	}

	#diferenciais ul .expandido {
		grid-column: unset;
	}

	#overlay_abre_categorias {
		top: 81px;
		height: calc(100vh - 121px);
	}

	header.ativo #overlay_abre_categorias,
	header.estado_inicial #overlay_abre_categorias {
		top: 91px;
		height: calc(100vh - 111px);
		padding-bottom: 20px;
	}
}

@media(max-width: 1280px) {
	header {
		top: 20px;
	}

	#banner .centro,
	header .centro,
	.centro {
		width: calc(100% - 80px);
	}

	.camada_vidro {
		top: 50%;
		left: 50%;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		transform: translate(-50%, -50%);
	}

	#produto .esquerda h2 {
		font-size: 42px;
	}
}

@media(max-width: 1080px) {
	.bt_menu_mobile {
		display: flex;
		width: 30px;
		height: 30px;
		background: url(../imagens/bt_menu.png) center no-repeat;
		background-size: contain;
	}

	header nav {
		display: none;
	}

	header nav.aberto {
		box-sizing: border-box;
		display: flex;
		position: absolute;
		top: 100%;
		left: 0;
		row-gap: 16px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: calc(100vh - 121px);
		padding: 40px;
		border: 1px solid rgba(255, 255, 255, 0.65);
		border-radius: 14px;
		background: #000000 url(../imagens/banner_desfoque.png) center no-repeat;
		background-size: cover;
	}

	header.ativo nav.aberto,
	header.estado_inicial nav.aberto {
		top: calc(100% + 10px);
	}

	header nav.aberto>a,
	header nav span.bt_produtos {
		font-size: 16px;
	}

	header.ativo {
		top: 10px;
	}

	header.ativo .centro {
		width: calc(100% - 20px);
	}

	header nav.aberto #overlay_abre_categorias {
		box-sizing: border-box;
		z-index: 999999;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 20px;
		background: #000000 url(../imagens/banner_desfoque.png) center no-repeat;
		background-size: cover;
	}

	#categorias {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		grid-auto-rows: 100vw;
		overflow: auto;
	}

	#categorias li .mask-img {
		padding-top: 100vw;
	}

	#banner {
		height: 100vh;
	}

	#banner .centro {
		box-sizing: border-box;
	}

	#banner .centro,
	#banner ul,
	#banner ul li {
		height: 100%;
	}

	#banner ul li,
	#banner li .esquerda,
	#banner li .direita {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	#banner ul {
		width: 100%;
	}

	#banner ul li {
		row-gap: 60px;
		justify-content: center;
	}

	#banner h2,
	#banner h3,
	#banner p {
		text-align: center;
	}

	#banner p {
		max-width: 400px;
	}

	/* 
	#banner .mask_img,
	#banner img {
		width: 100%;
	} */

	#produtos .centro {
		row-gap: 20px;
		flex-direction: column;
		align-items: center;
	}

	#produtos .esquerda,
	#produtos .direita {
		align-items: center;
		width: 100%;
		padding-top: 0;
	}

	#produtos .esquerda article {
		width: 100%;
	}

	#produtos .esquerda h2 {
		order: 1;
		text-align: center;
	}

	#produtos .esquerda>p {
		order: 2;
		max-width: 400px;
		margin-top: 8px;
		font-size: 24px;
		line-height: 36px;
		text-align: center;
	}

	#produtos .esquerda>p br {
		display: none;
	}

	#produtos .total-slides {
		column-gap: 6px;
		order: 3;
		margin-top: 40px;
		margin-right: 16px;
		margin-bottom: 6px;
		margin-left: auto;
		text-align: center;
	}

	#produtos .total-slides b,
	#produtos .total-slides span,
	#produtos .total-slides span.grande {
		font-size: 20px;
	}

	#produtos .esquerda article {
		order: 4;
	}

	#produtos .wrapper {
		order: 1;
		width: 100%;
		margin-left: 0;
	}

	#produtos .direita h2 {
		order: 2;
		margin-top: 20px;
		text-align: center;
	}

	#produtos .direita>p {
		order: 3;
		margin-top: 34px;
		margin-right: 0;
		margin-left: 0;
		padding-top: 26px;
		padding-bottom: 26px;
		font-size: 24px;
		text-align: center;
	}

	#produtos .direita>p::after {
		left: 50%;
		transform: translateX(-50%);
	}

	#produtos article .mask-img {
		padding-top: 50%;
	}

	#produtos .direita article .mask-img,
	#produtos .wrapper article:last-child .mask-img {
		padding-top: 75%;
	}

	#produtos .wrapper {
		margin-top: 0;
	}

	#produtos .passador {
		position: relative;
		top: 0;
		right: 0;
		grid-row: 2;
		grid-column: span 2;
		margin-top: 10px;
		margin-left: auto;
	}

	#produtos article h3 {
		font-size: 20px;
	}

	#produtos article p {
		margin-top: 2px;
		font-size: 16px;
	}

	#produtos .passador {
		grid-template-rows: 44px;
		grid-template-columns: repeat(2, 44px);
		column-gap: 4px;
	}

	#diferenciais ul {
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		width: 100%;
		margin-top: 48px;
		gap: 18px;
	}

	.titulo-secao {
		font-size: 36px;
	}

	#institucional .centro {
		row-gap: 40px;
		flex-direction: column;
	}

	#institucional .esquerda,
	#institucional .direita {
		width: 100%;
		margin-left: 0;
	}

	#parceiros ul {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 100px;
		gap: 8px;
	}

	#diferenciais ul li {
		align-items: center;
	}

	.centro,
	#parceiros,
	#diferenciais,
	footer,
	footer .centro {
		width: calc(100% - 40px);
	}

	footer ul {
		row-gap: 36px;
		flex-direction: column;
	}

	footer ul li.contato {
		align-items: flex-start;
	}

	#quem_somos .centro {
		grid-template-columns: 1fr;
	}

	#quem_somos .bottom {
		background: unset;
	}

	#quem_somos .bottom .esquerda {
		box-sizing: border-box;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		background: #ffff;
	}

	#quem_somos .bottom .direita {
		padding-left: 0;
	}

	#quem_somos .bottom .direita::after,
	#quem_somos .top .esquerda::after {
		display: none;
	}

	#historia .centro {
		display: flex;
		row-gap: 40px;
		flex-direction: column-reverse;
	}

	#historia .esquerda .mask-img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	#linha-tempo .tempo {
		display: none;
	}

	#linha-tempo .centro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 40px;
	}

	#linha-tempo h2.titulo-secao {
		grid-column: span 2;
		margin-bottom: 20px;
	}

	#linha-tempo ul.texto:nth-of-type(1),
	#linha-tempo ul.texto:last-child {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	#linha-tempo ul.texto:nth-of-type(1) {
		grid-row: 2;
		grid-column: 2;
		margin-top: 0;
	}

	#linha-tempo ul.texto:last-child {
		grid-row: 2;
		grid-column: 1;
	}

	#linha-tempo ul.texto:nth-of-type(1) li {
		flex-direction: column;
	}

	#linha-tempo ul.texto:last-child li {
		flex-direction: column;
	}

	#linha-tempo ul.texto:nth-of-type(1) li h2,
	#linha-tempo ul.texto:nth-of-type(1) li p {
		text-align: left;
	}

	#linha-tempo ul.texto span {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		margin-top: 20px;
		margin-bottom: 12px;
		background: url(../imagens/circulo_tempo.png) center no-repeat;
		background-size: contain;
		color: #ffff;
		font-weight: 900;
		font-size: 18px;
		font-family: "Lato", sans-serif;
	}

	#linha-tempo ul.texto li {
		padding-bottom: 20px;
		border-bottom: 1px solid #008e92;
	}

	.listagem-produtos {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

@media(max-width: 600px) {

	#banner .passador span.proximo {
		right: 10px;
	}

	#banner .passador span.anterior {
		left: 10px;
	}

	.centro,
	#parceiros,
	#diferenciais,
	footer,
	.camada_vidro {
		width: calc(100% - 30px);
	}

	.camada_vidro {
		height: calc(100% - 30px);
	}

	#banner h2,
	#institucional h2 {
		font-size: 32px;
	}

	#banner ul {
		width: 100%;
	}

	#banner h3 {
		max-width: 235px;
	}

	#produtos .esquerda>p,
	#produtos .direita>p {
		font-size: 20px;
	}

	#produtos .total-slides {
		margin-top: 58px;
	}

	#produtos article .mask-img {
		padding-top: 100%;
	}

	#produtos .wrapper article {
		display: none;
	}

	#produtos .passador {
		margin-top: 0;
	}

	#produtos .centro {
		row-gap: 10px;
	}

	#produtos .direita h2 {
		margin-top: 56px;
		font-size: 32px;
		line-height: 36px;
	}

	#diferenciais {
		margin-top: 56px;
	}

	#diferenciais .paragrafo-secao {
		margin-top: 12px;
	}

	#diferenciais ul {
		grid-template-columns: 1fr;
	}

	#diferenciais ul .expandido {
		grid-column: unset;
	}

	#parceiros ul li img {
		width: 80%;
		object-fit: contain;
	}

	#parceiros ul li .mask-img {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.titulo-secao {
		font-size: 32px;
		line-height: 36px;
		text-align: center;
	}

	.paragrafo-secao {
		font-size: 18px;
	}

	#institucional .esquerda {
		padding-top: 0;
	}

	#institucional .direita::after {
		display: none;
	}

	#institucional .mask-img:first-child {
		margin-right: auto;
		margin-bottom: 0;
	}

	#institucional .mask-img:last-child {
		display: none;
	}

	#parceiros {
		margin-top: 62px;
	}

	#parceiros ul li img {
		width: calc(100% - 30px);
	}

	footer .logo-footer {
		width: 210px;
		height: 39px;
	}

	#pag-produtos header.estado_inicial,
	#pag-produto header.estado_inicial {
		top: 10px;
	}

	#pag-produtos header.estado_inicial .centro,
	#pag-produto header.estado_inicial .centro {
		width: calc(100% - 20px);
	}

	#pag-produtos #banner .centro {
		padding-top: 101px;
	}

	#pag-produtos #banner span {
		padding-left: 28px;
	}

	#pag-produtos #banner .esquerda {
		margin: auto;
	}

	#pag-produtos #produtos {
		margin-top: 40px;
	}

	.listagem-produtos h2 {
		font-size: 20px;
	}

	#quem_somos {
		height: unset;
		min-height: unset;
		padding-top: 150px;
	}

	#linha-tempo ul.texto .mask-img {
		display: none;
	}

	#quem_somos h2 {
		max-width: 260px;
		margin-right: auto;
		margin-left: auto;
		font-size: 28px;
		line-height: 38px;
		text-align: center;
	}

	#quem_somos span {
		justify-content: center;
		margin-left: 0;
		text-align: center;
	}

	#quem_somos span::before {
		display: none;
	}

	#quem_somos .esquerda p,
	#quem_somos .direita p {
		text-align: center;
	}

	#historia {
		margin-top: 50px;
	}

	#historia .esquerda .mask-img {
		border-radius: 16px;
	}

	#historia h2,
	#quem_somos .bottom h2 {
		font-size: 34px;
	}

	#historia ul {
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	#linha-tempo {
		margin-top: 75px;
	}

	#produto .centro {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 100px;
	}

	#produto .esquerda,
	#produto .direita {
		width: 100%;
	}

	#produto .galeria {
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
	}

	#produto .galeria .mask-img {
		padding-top: 100%;
	}

	#produto .esquerda h2 {
		font-size: 38px;
	}

	#produto .breadcrumbs {
		padding-top: 12px;
	}

	#produto .breadcrumbs a {
		font-size: 14px;
	}

	#produto .breadcrumbs a:first-child {
		padding-left: 34px;
		background-size: 22px auto;
	}

	#produto .esquerda span {
		margin-top: 42px;
	}

	#produto {
		background: url(../imagens/fundo_produto.jpg) center no-repeat;
		background-size: cover;
	}

	#produto .direita {
		background: url(../imagens/fundo_faixa.png) center bottom no-repeat;
		background-size: contain;
	}

	#produto .bt-padrao {
		margin-bottom: 28px;
	}

	#pag_fale_conosco .divisoes-contato {
		flex-direction: column;
		row-gap: 15px;
	}
}