<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	outline: none !important;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	box-shadow: none !important;
	/*transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;*/
}
a:hover, a:focus {
	text-decoration: none;
}
.sticky-header .menu {
	display: none;
	-webkit-transition: all 0.2s ease;
}
.Logo img {
	width: 320px;
	-webkit-transition: all 0.2s ease;
}
.sticky-header .Logo img {
	width: 180px;
  -webkit-transition: all 0.2s ease;
}
.sticky-header .topo {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.2) !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
	box-shadow: none;
}
.sub-departamento #conteudo, .departamento #conteudo, .fabricante #conteudo, .sobre-nos #conteudo, .blog #conteudo, .post #conteudo {
	margin-top: 3rem;
}
#ProdutosAbasContent .tab-pane iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
header .form-control:focus {
	border-color: #fff;	
	box-shadow: none !important;
}
#ModalLogin .modal-content {
	border-radius: 0;
}
#ModalLogin .separacao {
	display: none;
}
#ModalLogin .modal-dialog {
	max-width: 872px;
}
#ModalLogin .modal-body .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}
#ModalLogin .modal-body a {
	color:#6d6d6d;
}
header.top .topo {
	background: #fff;
	padding: 15px 0px;
	border-top: #ebebed solid 1px;
}
header.top .menu {
	border-top: #ebebed solid 1px;
	background: #fff;
	border-bottom: #ebebed solid 1px;
}
#FormBusca .form-control {
	border-color: var(--primaria);
	font-size: 14px;
	background: #fff;
	border-width: 2px;
}
#FormBusca .btn {
	padding: 3px 1rem;
	border-color: var(--primaria) !important;
	background: #fff;
	border-width: 2px;
}
#FormBusca .btn:hover, #FormBusca .btn:focus {
	color: var(--primaria);
}
header.top .carrinho, header.top .login {
	color: var(--primaria);	
	position: relative;
}
header.top .carrinho:hover, header.top .login:hover {
	color: var(--secundaria);
}
header.top .carrinho {
	margin-right: 30px;
}
header.top .carrinho i, header.top .login i {
	font-size: 36px;
}
header.top .carrinho span {
  position: absolute;
  bottom: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secundaria);
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
	border-radius: 50%;
	font-size: 12px;
}
header.top .login span {
	float: left;
}
header.top .login span.text {
	padding-left: 8px;
	line-height: 19px;
	font-weight: 700;
}
.TodosDpto a .fa-bars {
	font-size: 24px !important;
	padding-right: 7px;
}
.TodosDpto .dropdown-menu {
	min-width: 20.5rem;
}
.TodosDpto &gt; .dropdown-menu ul {
	width: 650px;
}
.TodosDpto .dropdown-menu ul li {
	width: 33.333333%;
	float: left;
}
.TodosDpto .dropdown-menu ul li a {
	font-size: 14px;
}
.DropLarge .dropdown-menu {
	min-width: 20.5rem;
}
.DropLarge &gt; .dropdown-menu ul {
	width: 650px;
}
.DropLarge .dropdown-menu ul li {
	width: 33.333333%;
	float: left;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DropLarge .dropdown-menu ul li a {
	font-size: 14px;
}
#TodosDep {
	vertical-align: top;
	display: inline-flex;
	background: #efefef;
}
#Menu .dropdown-toggle:after {
	display: none;
}
.menu .navbar {
	padding: 0px;
}
#Menu .navbar-nav .nav-link, .dropdown-menu .dropdown .dropdown-menu .dropdown-item {
	color: #3e3f41;
	padding: 14px 20px;
}
#Menu .navbar-nav .nav-link i {
	font-size: 12px;
}
#Menu .navbar-nav .active &gt; .nav-link, #Menu .navbar-nav .nav-link.active, #Menu .navbar-nav .nav-link.show, #Menu .navbar-nav .show &gt; .nav-link, .dropdown-menu .dropdown .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: var(--secundaria);
}
#Menu .navbar-nav .nav-link:focus, #Menu .navbar-nav .nav-link:hover, #Menu .dropdown:hover &gt; .nav-link {
	color: #fff;
	background-color: var(--secundaria);
}
#Menu .dropdown-menu {
	/*border-radius: 0px;*/
	padding: 0px;
	margin: 0px;
	border: none;
	box-shadow: 0 0 12px 1px rgba(0,0,0,.2) !important;
}
#Menu .navbar-nav .dropdown:hover &gt; .dropdown-menu {
	display: block;
	-webkit-animation: slide-up .25s ease-in-out;
	animation: slide-up .25s ease-in-out;
}
.mostra-carrinho {
	position: relative;
}
.mostra-carrinho .cart {
	position: absolute;
	width: 300px;
	right: 0;
	top: 100%;
	opacity: 0;
	display: none;
	z-index: 3;
	padding-top: 13px;
}
.mostra-carrinho:hover .cart {
	display: inline-block;
	opacity: 1;
}
.mostra-carrinho .itens-carrinho {
	background: #fff;
	border: #ebebeb solid 1px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.mostra-carrinho .itens-carrinho:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.tags-destaque {
	background: #f7f7f7;
	padding: 60px 0px;
}
.tags-destaque .list-inline {
	padding-left: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.tags-destaque .list-inline li.icone {
	width: 80px;
	font-size: 54px;
}
.tags-destaque .list-inline li.texto {
	font-size: 14px;
	color: #666;
}
.tags-destaque .list-inline li.texto strong {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.newsletter {
	background: #fff;
	padding: 70px 0px;	
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
}
.newsletter h4 {
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 24px;
}
.newsletter p {
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
}
.newsletter .form-control:focus {
	border-color: #ced4da;	
}
.rodape_menu {
	padding: 70px 0px;
}
.rodape_menu h3 {
	margin-top: 0px;
	font-size: 16px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
}
.rodape_menu .list-unstyled  li {
	margin-bottom: 8px;
}
.rodape_menu .list-unstyled li a {
	font-size: 14px;
  display: inline-block;
  color: #666;
  line-height: 20px;
	position: relative;
}
.rodape_menu .list-unstyled li a:hover, .rodape_menu .list-unstyled li a:focus {
	color: var(--primaria);
}
.rodape_menu p {
	color: #666;
	font-size: 14px;
}
.rodape_menu p strong {
	font-size: 24px;
}
.rodape_menu .social {
	margin-top: 30px;
}
.rodape_menu .social li {
	margin-right: 12px;
}
.rodape_menu .social li a {
	font-size: 18px;
	color: #666;
}
.rodape_menu .social li.facebook a {
	color: #3b5998;
}
.rodape_menu .social li.twitter a {
	color: #0084b4;
}
.rodape_menu .social li.instagram a {
	color: #c32aa3;
}
.rodape_selos {
	background: #fff;
	padding: 70px 0px;	
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
}
.rodape_selos .list-inline li {
	margin-right: 70px;
}
.rodape_selos .list-inline li:last-child {
	margin-right: 0px !important;
}
.rodape_textos p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0px;
}
.rodape_textos {
	padding-top: 70px;
	padding-bottom: 30px;
}
.rodape_textos hr {
	margin-top: 70px;
	margin-bottom: 30px;
}
.banner_sub div:first-child {
	margin-bottom: 37px;
}
.box-produto {
	border:#fff solid 1px;
	position: relative;
	margin-bottom: 30px;
}
.box-produto:hover {
	border-color: #e8e8e8;
	box-shadow: 0 0 12px 1px rgba(0,0,0,.2) !important;
	border-radius: 10px;
}
.box-produto .imagem {
	position: relative;
	overflow: hidden;
	height: 340px;
	margin: 10px;
}
.box-produto .imagem .img2 {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	margin: 10px;
}
/*.box-produto:hover .imagem .img2 {
	opacity: 1;
}*/
.box-produto .descricao {
	padding: 20px;
}
.box-produto .descricao h2 {
	font-size: 16px;
	color: #67676b;
	height: 40px;
	overflow: hidden;
}
.box-produto .descricao h3 {
	font-weight: 700;
	font-size: 30px;
	color: var(--secundaria);
}
.box-produto .descricao p {
	font-size: 12px;
	color: #a8aaaa;
	margin-bottom: 0px !important;
}
.box-produto .descricao p strong {
	color: #3d2f31;
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
	margin-left: -1px;
	width: calc(100% - 1px) !important;
}
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
.fotorama__fullscreen-icon {
	background: url(../imagens/sprite.png) no-repeat scroll -87px -331px #000;
	height: 40px;
	width: 40px;
	right: 0;
	top: 0;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: -122px -101px;
}
.fotorama__arr {
	background: url(../imagens/sprite.png) no-repeat scroll 0 0 #000;
}
.fotorama__arr--prev {
	background-position: -129px -34px;
}
.fotorama__arr--next {
	background-position: -128px -65px;
}
.NomeProduto h1 {
	margin-top: 0px;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;
}
.NomeProduto p {
	margin-bottom: 0px;
}
.Produto #ValorProduto {
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #1b2839;
}
.Produto .old-price {
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 400;
	color: #c91518;
	text-transform: initial;
}
#FormasdePagamento .card-header {
	cursor: pointer;
}
#FormasdePagamento .card-body p {
	margin-bottom: 0px;
}
.Produto .titulo-frete {
	margin-bottom: 0px;
}
.Produto .titulo-frete i {
	font-size: 27px;
	color: #2c2c2c;
}
.Produto .titulo-frete .texto {
	font-size: 12px;
	line-height: 16px;
}
@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes slide-up {
	from {
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-up {
	from {
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}</pre></body></html>