<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width : 480px){

	/* lancamentos */
	#lancamentos h1 { font-size:111px; }

	/* produtos */
	#produtos h1 { font-size:111px; }

	#produtos .lista { display:flex; flex-wrap:wrap; justify-content:flex-start; }
	#produtos .lista .item { width:47.5%; margin-right:20px; }
	#produtos .lista .item:nth-child(2n+0) { margin-right:0; }

	/* sobre a texneo */
	#sobre .dados h1 { font-size:105px; }

}
@media screen and (min-width : 640px){

	/* lancamentos */
	#lancamentos .lista .item { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; }
	#lancamentos .lista .item .lateral { width:48%; }
	#lancamentos .lista .item .descricao { width:48%; }

	#lancamentos .lista .item:nth-child(1n+0) .lateral { order:1 }
	#lancamentos .lista .item:nth-child(1n+0) .descricao { order:2 }

	#lancamentos .lista .item:nth-child(2n+0) .lateral { order:2 }
	#lancamentos .lista .item:nth-child(2n+0) .descricao { order:1 }

	/* onde encontrar */
	#onde-encontrar h1 { margin-bottom:70px; }
	#onde-encontrar .lista { display:flex; width:100%; flex-wrap:wrap; justify-content:center; }
	#onde-encontrar .lista .item { width:33.3%; margin:0; }
	#onde-encontrar .lista .item .botao { margin-top:40px; }	

}
@media screen and (min-width : 768px){

	/* produtos */
	#produtos .lista .item,
	#produtos .lista .item:nth-child(2n+0) { width:31.1%; margin-right:25px; }
	#produtos .lista .item:nth-child(3n+0) { margin-right:0; }

	/* catalogo */
	#catalogo .miolo { display:flex; width:auto; height:auto; flex-wrap:wrap; justify-content:space-between; align-items:center; }
	#catalogo .miolo figure { width:45%; }

	#catalogo .miolo .formulario { width:50%; }
	#catalogo .miolo .formulario .texto { margin-bottom:30px; }
	#catalogo .miolo .formulario form .concordo { margin-bottom:25px; }
	#catalogo .miolo .formulario form .retorno { margin-bottom:25px; }

	/* sobre a texneo */
	#sobre .miolo { display:flex; width:100%; flex-wrap:wrap; justify-content:space-between; }

}
@media screen and (min-width : 960px){

	/* topo */
	header .miolo a.menu-mobile { display:none; }
	header .miolo { justify-content:space-between; align-items:center; }

	header .miolo nav { position:relative; display:flex; width:auto; height:auto; top:unset; right:unset; box-shadow:unset; padding:0; background:none; }
	header .miolo nav a.fechar-menu-mobile { display:none; }
	header .miolo nav .links { display:flex; width:100%; justify-content:space-between; flex-flow:unset; align-items:center; }
	header .miolo nav .links a { margin-bottom:0; }
	header .miolo nav .links span { display:inline-block; margin:0 10px; }
	header .miolo nav .midias-sociais { display:none; }

	header .miolo .midias-sociais { display:flex; width:auto; }
	header .miolo .midias-sociais a { margin-left:22px; }

	/* banner */
	#banner .imagem picture { height:498px; }
	#banner .imagem picture img { max-width:1920px; height:498px; margin-left:-960px; }

	#banner #paginacao-banners { padding:0; bottom:15px; }

	/* catalogo */
	#sucesso .conteudo { padding:25px 70px; }

	/* sobre a texneo */
	#sobre .dados { width:50%; margin:0; }
	#sobre .galeria { width:48%; align-self:flex-start; }

	/* rodape */
	footer .miolo { display:flex; width:100%; flex-wrap:wrap; justify-content:space-between; }
	footer .blog { order:1 }
	footer .politicas { display:flex; width:100%; margin:5px 0 0 0; justify-content:flex-start; flex-flow:unset; order:3; }
	footer .politicas a { margin-right:10px; }
	footer .midias-sociais { order:2 }
	footer .midias-sociais a { margin:0 0 0 20px; }

}
@media screen and (min-width : 1240px){

	.central { padding:0; }

	/* topo */
	header .miolo { padding:10px 0; }

	/* lancamentos */
	#lancamentos .lista { margin-top:65px; }

	#lancamentos .lista .item .lateral { width:565px; }
	#lancamentos .lista .item .lateral a.ver-em-3d { font-size:16px; line-height:28px; background-size:32px; margin-top:15px; padding-left:42px; }

	#lancamentos .lista .item .descricao { width:575px; }
	#lancamentos .lista .item .descricao h2 { font-size:103px; margin-bottom:30px; }
	#lancamentos .lista .item .descricao .apresentacao { margin-bottom:25px; }
	#lancamentos .lista .item .descricao .dados-tecnicos { margin-bottom:25px; }
	#lancamentos .lista .item .descricao .sugestao-uso { margin-bottom:25px; }
	#lancamentos .lista .item .descricao .botao a { padding:10px 35px; }

	/* produtos */
	#produtos { padding:0; }

	#produtos .lista .item,
	#produtos .lista .item:nth-child(2n+0) { width:353px; margin-right:80px; margin-bottom:80px; }
	#produtos .lista .item:nth-child(3n+0) { margin-right:0; }
	#produtos .lista .item .lateral { margin-bottom:28px; }
	#produtos .lista .item .lateral a.ver-em-3d { font-size:16px; line-height:28px; background-size:32px; margin-top:15px; padding-left:42px; }

	#produtos .lista .item .descricao .dados-tecnicos { margin-bottom:25px; }
	#produtos .lista .item .descricao .sugestao-uso { margin-bottom:25px; }
	#produtos .lista .item .descricao .botao a { padding:10px 35px; }

	/* catalogo */
	#catalogo .miolo .formulario { width:528px; }
	#catalogo .miolo figure { /*width:588px;*/ width:680px; margin-left:-90px; margin-bottom:0; }

	/* onde encontrar */
	#onde-encontrar { padding:80px 0; }

	#onde-encontrar .lista { justify-content:space-between; }
	#onde-encontrar .lista .item { width:315px; margin:0; }

	/* sobre a texneo */
	#sobre { padding-bottom:100px; }
	#sobre .galeria .setas { margin-top:-30px; }
	#sobre .galeria .setas .seta { width:24px; height:60px; background-size:9px; }

}
@media screen and (min-width : 1400px){

	/* rodape */
	footer .miolo { padding:0; align-items:center; }

	footer .politicas { width:auto; margin:0; order:2; }
	footer .politicas a { margin:0 5px; }
	footer .midias-sociais { order:3 }

}
@media screen and (min-width : 1525px){

	/* sobre a texneo */
	#sobre .miolo { max-width:1525px; padding:0; }
	#sobre .dados { width:725px; }
	#sobre .galeria { width:748px; }

}
@media screen and (min-width : 1900px){

	/* topo */
	header .miolo { max-width:1900px; margin:0 auto; padding:10px; }

}</pre></body></html>