@media(max-width: 1660px) {
	#quem_somos .centro,
	#sub_banner .centro,
	#sobre .centro,
	#valores .centro,
	#pag_linhas #linhas .centro,
	#produtos_linha .centro,
	#pag_produto #breadcrumbs .centro,
	#produto_aberto .centro {
		width: calc(100% - 70px);
	}
	footer .centro {
		width: calc(100% - 60px);
	}
}
@media(max-width: 1560px) {
	#produto_aberto article {
		margin-left: 0;
		max-width: unset;
	}
}
@media(max-width: 1460px) {
	#quem_somos h2 {
		font-size: 52px;
		line-height: 56px;
	}
	#valores ul {
		grid-template-rows: 230px;
		column-gap: 20px;
	}
	#sobre h2,
	#valores h2 {
		font-size: 42px;
		line-height: 46px;
	}
}
@media(max-width: 1360px) {
	header .centro nav {
		column-gap: 10px;
	}
}
@media(max-width: 1280px) {
	header .centro nav {
		column-gap: 5px;
	}
}
@media(max-width: 1080px) {
	header,
	#quem_somos .centro, #sub_banner .centro, #sobre .centro, #valores .centro, #pag_linhas #linhas .centro,
	header .centro,
	#pag_inicial #banner,
	footer .wrapper,
	#pag_quem_somos #banner,
	header.ativo .centro,
	#produtos_linha .centro,
	#pag_produto #breadcrumbs .centro,
	#produto_aberto .centro {
		width: calc(100% - 40px);
	}
	header.ativo {
		width: calc(100% - 20px);
	}
	header .centro nav,
	header .bt_compre_online, 
	header .bt_acesso_restrito {
		display: none;
	}
	header #menu_mobile .bt_acesso_restrito {
		display: flex;
	}
	#pag_inicial #banner h2 {
		font-size: 52px;
	}
	#quem_somos .centro {
		grid-template-columns: 1fr;
		row-gap: 40px;
	}
	#quem_somos h2 {
		font-size: 42px;
		line-height: 54px;
	}
	#quem_somos .direita {
		width: 100%;
		margin-left: 0;
	}
	#quem_somos .esquerda {
		padding-right: 0;
	}
	#sub_banner .mask_img {
		height: unset;
		padding-top: 29.27%;
	}
	#sub_banner .mask_img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	footer .logo {
		width: 199px;
		height: 41px;
	}
	footer .linha_1,
	footer .linha_2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 26px;
	}
	footer .linha_1 p,
	footer .sociais {
		margin-left: 0;
	}
	#sobre h2, #valores h2 {
		font-size: 38px;
		line-height: 44px;
	}
	#pag_quem_somos #banner .centro {
		grid-template-columns: 1fr;
	}
	#pag_quem_somos #banner .esquerda {
		display: none;
	}
	#pag_quem_somos #banner h2,
	#pag_quem_somos #banner p {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		max-width: unset;
	}
	#pag_quem_somos #banner .breadcrumbs {
		padding-right: 20px;
		padding-left: 20px;
		text-align: left;
	}
	#pag_quem_somos #banner .direita {
		align-items: flex-start;
		width: 100%;
		padding: 50px 0px;
	}
	#valores ul {
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-template-rows: unset;
		gap: 20px;
	}
	#valores ul li b {
		font-size: 18px;
	}
	#valores ul li {
		font-size: 16px;
		border-radius: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#valores ul li:last-child {
		display: none;
	}
	#sobre .centro {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
	}
	#sobre .direita {
		width: 100%;
		padding-left: 0;
	}
	.listagem_linhas,
	.listagem_produtos_linha {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
	.listagem_linhas h3 {
		font-size: 22px;
		line-height: 26px;
	}
	#linhas h2 {
		line-height: 48px;
	}
	header .bt_menu_mobile {
		display: inline-block;
	}
	#produto_aberto .centro {
		grid-template-columns: 1fr;
	}
	#produto_aberto .mask_img {
		width: 100%;
		margin: 0;
	}
	#produto_aberto article {
		padding: 40px;
	}
	#produto_aberto article h2,
	#produtos_linha h2 {
		font-size: 34px;
		line-height: 42px;
		max-width: 600px;
	}
	#produtos_linha h2 {
		max-width: unset;
	}
	#pag_produto #produtos_linha {
		margin-top: 60px;
	}
}
@media(max-width: 600px) {
	header .logo {
		width: 185px;
		height: 38px;
	}
	#pag_inicial #banner  {
		margin-bottom: 20px;
	}
	#banner .centro .mask_img {
		height: calc(100vh - 40px);
	}
	#pag_inicial {
		padding-top: 20px;
	}
	#pag_inicial #banner h2 {
		font-size: 42px;
		line-height: 48px;
	}
	#quem_somos h2 {
		font-size: 36px;
		line-height: 44px;
	}
	#quem_somos .direita {
		grid-template-columns: 1fr;
		row-gap: 26px;
	}
	footer .linha_3 .centro {
		flex-direction: column;
		row-gap: 10px;
		text-align: center;
	}
	#produto_aberto article h2, #produtos_linha h2 {
		font-size: 28px;
		line-height: 36px;
	}
	#produto_aberto .galeria {
		grid-auto-columns: 120px;
  		grid-template-rows: 80px;
	}
}