@media (max-width: 1800px) {
	.listagem_linhas {
		grid-template-rows: auto;
	}
	.listagem_linhas li a .mask_img {
		height: 25vw;
	}
	main #banner_home,
	main #banner_home ul li{
		max-height: 740px;
	}	
}
@media (max-width: 1600px) {
	.listagem_linhas li a h2 {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 3.36px;
	}
	#produto .center {
		column-gap: 60px;
	}
	#produto .center article {
		margin-left: auto;
		margin-right: auto;
		max-width: unset;
	}
	#produto .center .mask_img {
		margin-right: auto;
		height: calc(100vh - 115px);
		position: sticky;
		top: 100px;
		max-height: 600px;
	}
	#produto .center .mask_img ul, 
	#produto .center .mask_img ul li {
		height: 100%;
	}
	#produto .center .mask_img .descontos {
		right: -15px;
	}
}
@media (max-width: 1440px) {
	main #banner_home,
	main #banner_home ul li{
		max-height: 700px;
	}
	.menu_mobile .navegacao .tipo_1 li{
		line-height: 32px;
	}
	.menu_mobile .navegacao .tipo_1 li a{
		font-size: 23px;
	}
	.menu_mobile {
		height: calc(100vh - 85px);
	}	
	main {
		padding-top: 85px;
	}
	header {
		padding: 0;
		width: 100%;
	}
	header .center {
		max-width: 1320px;
	}
	header .center h1 a {
		width: 150px;
		height: 67px;
		background-size: contain;
	}
	header .center nav {
		max-width: 570px;
	}
	.center {
		width: calc(100% - 30px);
	}
	main #linhas .center {
		padding: 0;
	}
	main #banner_home ul li {
		padding-top: 120px;
	}
	main #banner_home ul li .center .esquerda .mask_img.kit {
		width: 100%;
		margin-left: 0;
	}
	main #banner_home ul li .center .direita h2.titulo {
		font-size: 42px;
		line-height: 44px;
		display: none;
	}
	main #banner_home .passador span.esquerda {
		left: 15px;
	}
	main #banner_home .passador span.direita {
		right: 15px;
	}
	main #banner_home .sociais {
		right: 17px;
		bottom: 90px;
	}
	.listagem_produtos {
		grid-template-columns: repeat(auto-fill, minmax(260px, 345px));
		grid-auto-rows: minmax(360px, auto);
	}
	.descontos {
		left: -15px;
	}
	main #banner_video {
		padding-top: 0;
		height: auto;
	}
	.listagem_linhas li a h2 {
		font-size: 22px;
		line-height: 22px;
		letter-spacing: 2.64px;
	}
	footer .bottom h2.logo_bottom {
		width: 150px;
		height: 150px;
	}
	#pag-quemsomos main #quemsomos {
		padding: 60px 0;
	}
}
@media (max-width: 1279px) {
	.link_mobile{
	    display: block;
	}
	.link_desktop{
	    display: none;
	}	
	.esquerda_ban,
	.direita_ban{
		display: none;
	}
	.menu_mobile {
		height: calc(100vh - 75px) !important;
	}
	.menu_mobile .navegacao{
		width: 100%;
	}
	.menu_mobile .navegacao .tipo_1{
		padding-bottom: 20px;
	}
	.menu_mobile .navegacao .tipo_1 li{
		line-height: 32px;
	}
	.menu_mobile .navegacao .tipo_1 li a{
		font-size: 23px;
	}
	.menu_mobile a.bt_fechar_mobile{
	  width: 25px;
	  height: 25px;
	  background: url(../imagens/bt_fechar_mobile.png) center top no-repeat;
	  background-size: contain;
	  margin-right: 17px;
	}		
	header .center h1 a {
		width: 138px;
		height: 57px;
	}
	header .center nav {
		display: none;
	}
	header .center ul {
		column-gap: 20px;
	}
	header .center ul .bt_conta {
		text-indent: -9999px;
		padding-right: 0;
		width: 23px;
		height: 25px;
		display: inline-block;
	} 
	main {
		padding-top: 75px;
	}
	main #banner_home{
		margin-top: 0;
		max-height: 430px;
		position: relative;
		overflow: hidden;
	}
	main #banner_home ul li {
		height: unset;
		padding-bottom: 60px;
		min-height: unset;
		height: 430px;
		background-size: cover !important;
	}
	main #banner_home ul li .center {
		display: grid;
		grid-template-columns: 1fr;
	}
	main #banner_home ul li .center .esquerda .mask_img {
		min-height: 260px;
		width: calc(100% - 60px);
	}
	main #banner_home ul li .center .direita {
		padding: 0;
		align-items: center;
		margin-top: 45px;
	}
	main #banner_home ul li .center .direita h4.categoria,
	main #banner_home ul li .center .direita h3.linha {
		display: none;
	}
	main #banner_home ul li .center .direita h2.titulo {
		order: -3;
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 38px;
	}
	main #banner_home ul li .center .direita a.bt_underline {
		order: -2;
		margin-bottom: -80px;
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	main #banner_home ul li .center .direita .bt_comprar {
		order: -1;
	}
	main #infos ul {
		padding-left: 0;
	}
	main #infos ul li:not(:last-child) {
		display: none;
	}
	main #infos ul li {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	main #infos ul li:last-child {
		width: 100%;
	}
	main #infos ul li:last-child div {
		margin-left: 0;
		align-items: center;
		margin-top: 10px;
	}
	main #infos ul li h3, main #infos ul li h3 a {
		top: 0;
	}
	main #produtos {
		padding-bottom: 60px;
	}
	main #produtos .listagem_categorias {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-columns: unset;
		grid-auto-flow: unset;
		grid-template-rows: unset;
		grid-auto-rows: 50px;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		gap: 8px;
		height: 50px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	main #produtos .listagem_categorias.aberto {
		height: unset;
	}
	main #produtos .listagem_categorias h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		background: #ceaf35;
		border: none;
		border-radius: 10px;
		font-size: 15px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.listagem_produtos,
	#pag-produtos .listagem_produtos {
		grid-template-columns: repeat(auto-fill, minmax(260px, 290px));
		grid-auto-rows: minmax(250px, auto);
		column-gap: 90px;
		row-gap: 41px;
		justify-content: center;
	}
	#pag-produtos .listagem_produtos.kit {
		grid-template-columns: repeat(auto-fill, minmax(260px, 290px));
	}
	#pag-produto footer {
		padding-bottom: 100px;
	}
	.bt_comprar {
		grid-template-columns: 140px 85px;
		grid-template-rows: 90px;
	}
	.bt_comprar .preco h2 {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: -1.12px;
	}
	.bt_comprar .preco h2 span.flutuante {
		margin-top: 0;
	}
	.bt_comprar .comprar {
		background-position: center;
		padding: 0;
	}
	.bt_comprar .comprar h5 {
		font-size: 1px;
		color: transparent;
	}
	.bt_comprar .preco h6 {
		margin-bottom: 0;
	}
	.listagem_produtos li article .bt_comprar {
		grid-template-columns: 128px 89px;
		justify-content: end;
		margin-top: 14px;
	}
	.listagem_produtos li article .texto {
		max-width: 176px;
		margin-right: 24px;
	}
	.listagem_produtos li article .texto p {
		display: none;
	}
	main #banner_video {
		height: auto;
	}
	main #banner_video .center h2 {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 5.6px;
		text-align: center;
	}
	main #linhas {
		display: none;
	}
	main #quemsomos {
		margin-top: 60px;
	}
	footer .center {
		width: 100%;
	}
	footer .top a {
		display: none;
	}
	footer .bottom {
		padding: 60px 15px;
		padding-top: 210px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	footer .bottom .esquerda, footer .bottom .direita {
		display: flex;
		flex-direction: column;
		row-gap: 30px;
	}
	footer .bottom h2 {
		margin-bottom: 8px;
	}
	footer .bottom h2.logo_bottom {
		top: 30px;
		transform: translateX(-50%);
	}
	footer .bottom .esquerda nav:first-child,
	footer .bottom .esquerda nav:last-child {
		display: none;
	}
	main #produtos .wrapper {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 30px;
		margin-top: 15px;
	}
	main #produtos .wrapper .esquerda {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	#pag-produtos main #produtos {
		padding-top: 15px;
	}
	#pag-produtos main #produtos .center {
		display: flex;
		flex-direction: column;
	}
	#pag-produtos main .banner_loja {
		order: -3;
		margin-bottom: 30px;
		margin-top: 0;
	}
	#pag-produtos main #produtos .listagem_categorias {
		order: -2;
		margin-top: 0;
	}
	main #produtos .wrapper .esquerda .menu {
		width: 100%;
		margin-top: 0;
	}
	main #produtos .wrapper .esquerda .menu nav:first-child {
		display: none;
	}
	main #produtos .wrapper .esquerda .menu nav {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: 50px;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 0px;
		gap: 8px;
		height: 50px;
		overflow: hidden;
	}
	main #produtos .wrapper .esquerda .menu nav.aberto {
		height: unset;
		overflow: visible;
	}
	main #produtos .wrapper .esquerda .menu nav a {
		box-sizing: border-box;
		border: 1px solid #7d7d7d;
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background: url(../imagens/seta.png) center right 19px no-repeat;
		font-family: 'antonio_bold';
		font-size: 16px;
		letter-spacing: 1.92px;
		color: #676767;
		text-transform: uppercase;
		height: 100%;
	} 
	main #produtos .wrapper .esquerda .menu h2 {
		box-sizing: border-box;
		border-radius: 10px;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		background: #ceaf35;
		font-size: 15px;
		line-height: 22px;
		text-transform: uppercase;
	}
	main #produtos .wrapper .esquerda form {
		max-width: 600px;
		margin-right: auto;
		margin-top: 60px;
	}
	#produto {
		margin-top: 30px;
	}
	#produto .center {
		flex-direction: column;
	}
	#produto .center .mask_img,
	#produto.kit .center .mask_img {
		position: relative;
		top: 0;
		margin: 0 auto;
		max-height: 500px;
		height: unset;
	}
	#produto .center .mask_img img {
		width: 100%;
		object-fit: contain;
		max-height: 420px;
	}
	#produto .center .mask_img .descontos {
		right: 20px;
	}
	#produto .center article {
		width: 100%;
		margin-top: 45px;
	}
	#produto .center article .top {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}
	#produto .center article .top .ficha_tecnica {
		padding-left: 16px;
		padding-right: 50px;
		background-size: 26px auto;
		font-size: 13px;
		line-height: 13px;
	}
	#produto .center aside {
		width: 100%;
		padding-top: 0;
		margin-top: 45px;
		position: relative;
		top: 0;
	}
	#produto .center aside .bt_comprar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		grid-template-columns: 2fr 1fr;
		grid-template-rows: 80px;
		z-index: 999999;
		overflow: visible;
		margin-bottom: 0;
	}
	#produto .center aside .bt_comprar .comprar {
		background-position: center;
	}
	main #texto_foto {
		grid-template-columns: 1fr;
		grid-template-rows: unset;
		grid-auto-rows: unset;
	}
	main #texto_foto .esquerda {
		display: grid;
		grid-template-columns: 1fr;
	}
	main #texto_foto .direita {
		grid-template-rows: unset;
	}
	main #texto_foto .mask_img {
		display: none;
	}
	main #historia {
		padding: 60px 0px;
	}
	main #historia h2.h2_gigante {
		font-size: 36px;
		letter-spacing: 7.2px;
		margin-bottom: 0;
	}
	main #historia h3 {
		font-size: 32px;
		line-height: 32px;
		letter-spacing: 6.4px;
		text-align: center;
	}
	#pag-quemsomos main #produtos {
		padding-top: 60px;
	}
	main #historia .wrapper {
		margin-top: 60px;
	}
	main #historia .wrapper ul li {
		display: grid;
		grid-template-columns: 1fr;
	}
	main #historia .passador span {
		top: 200px;
		transform: unset;
	}
	main #historia .wrapper ul li .mask_img {
		padding-top: 0;
		height: 270px;
		background: transparent;
	}
	main #historia .wrapper ul li .mask_img img {
		object-fit: contain;
	}
	#contato {
		padding-top: 30px;
	}
	#contato h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.cont {
		height: unset;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.cont h4 {
		font-size: 20px;
	}
	.cont h4:nth-of-type(1) {
		margin-top: 0;
	}
	#contato .content {
		display: flex;
		flex-direction: column-reverse;
		padding: 0 15px;
		row-gap: 45px;
	}
	#contato .left,
	#contato .right {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#contato .left form {
		max-width: unset;
	}
	#contato input[type="text"], #contato input[type="email"], #contato input[type="password"],
	#contato input[type="text"].p2, #contato input[type="email"].p2,
	#contato input[type="text"].p4,
	#contato input[type="text"].p3,
	#contato textarea {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
	}
	#contato textarea {
		padding-left: 20px;
	}
}
@media (max-width: 800px) {
	.listagem_produtos {
		justify-content: center;
	}
}
/*############################################
####### TAMAGOSHI
############################################*/
@media (max-width: 320px) {
	.menu_mobile a.bt_fechar_mobile{
		top: 70px;
	}
	.menu_mobile .navegacao{
		top: 60px;
	}
	.menu_mobile .navegacao .tipo_1 li{
		line-height: 24px;
	}
	.menu_mobile .navegacao .tipo_1 li a{
		font-size: 18px;
	}
}