/*

    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    criacao2@artwebdigital.com.br

    font-family: 'Merriweather', serif;
    font-family: 'Rubik', sans-serif;

*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Rubik:wght@400;500;700&display=swap');

body,h1,h2,h3,h4,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: 400;
}

body{
    font-family: 'Rubik', sans-serif;
    padding-top: 146px;
}

body, p{
	font-size: 14px;
	line-height: 30px;
	color: #1D2945;
}

.text-white p{
	color: #FFFFFF;
}

p{
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: #0099CC;
}

a:hover{
	text-decoration:none;
	color: #373435;
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
    font-family: 'Rubik', sans-serif;
}

textarea{
	resize: none;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
    font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #1D2945;
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	margin-bottom: 20px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

input.form-control:focus, textarea.form-control:focus{
	color: #636978;
}

.form-control::-webkit-input-placeholder{
	color: #636978;
	opacity: 1
}

.form-control::-moz-placeholder{
	color: #636978;
	opacity: 1
}

.form-control:-ms-input-placeholder{
	color: #636978;
	opacity: 1
}

.form-control::-ms-input-placeholder{
	color: #636978;
	opacity: 1
}

.form-control::placeholder{
	color: #636978;
	opacity: 1
}

input.form-control, .custom-file-label, .custom-file{
	height: 51px;
	padding: 5px 20px;
}

.formulario .custom-file label, .custom-file label{
	font-size: 15px;
	line-height: 41px;
}

select.custom-select{
	height: 51px;
}

textarea.form-control{
	height: 100px;
	padding: 15px 20px;
}

.custom-file-label::after{
	content: "Selecionar";
	line-height: 41px;
	height: 51px;
	padding: 5px 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-top-right: 20px;
	-moz-border-radius-bottom-right: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.custom-file-label{
	margin: 0;
	line-height: 41px;
}

h3, .topo-paginas h2{
    font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #0099CC;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

h2, h1, .bg-cta p{
    font-family: 'Merriweather', serif;
	font-size: 36px;
	line-height: 48px;
	color: #172541;
	font-weight: 700;
	margin-bottom: 70px;
}

.titulo-menor{
	font-size: 29px;
	margin-bottom: 20px;
}

.titulo-politica-qualidade{
	font-size: 21px;
	margin-bottom: 10px;
}

.btn{
	line-height: 52px;
	font-size: 16px;
	border: none;
	font-weight: 900;
	padding: 0 30px;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
}

.btn:hover{
	color: #FFFFFF;
}

.btn-sm{
	padding: 0 20px;
	line-height: 32px;
	font-size: 10px;
}

.btn-lg{
	line-height: 18px;
	font-size: 14px;
	padding: 9px 35px 8px;
}

.btn-primary{
	background-color: #1D2945;
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: #FF0000;
	color: #FFFFFF;
}

.btn-secondary{
	color: #FFFFFF;
	background-color: #1D2945;
}

.btn-secondary:hover{
	background-color: #FF0000;
	color: #FFFFFF;
}

.btn-animated{
	position: relative;
}

.btn-animated::before, .btn-animated::after {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	content: '';
	z-index: 1;
	margin: 4px;
	box-shadow: inset 0 0 0 1px;
	animation: clipMe 8s linear infinite;
}

.btn-animated:hover::before, .btn-animated:hover::after {
	color: #FFFFFF;
}

.btn-animated::before {
	animation-delay: -4s;
}

@keyframes clipMe {
	0%, 100% {
		clip: rect(0px, 360px, 20px, 0px);
	}
	25% {
		clip: rect(0px, 20px, 360px, 0px);
	}
	50% {
		clip: rect(40px, 360px, 360px, 0px);
	}
	75% {
		clip: rect(0px, 360px, 360px, 340px);
	}
}

/* header */
.navbar{
	padding: 0;
	background-color: #FFFFFF;
}

.faixa-topo{
	height: 46px;
	background-color: #172541;
	padding: 10px 0;
}

.faixa-topo .float-left a{
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	line-height: 26px;
}

.faixa-topo .float-left svg{
	color: #0099CC;
	font-size: 16px;
	margin-right: 8px;
}

.faixa-topo a:hover{
	color: #0099CC;
}

.faixa-topo .float-right p, .faixa-topo .float-right a{
	color: #FFFFFF;
	font-size: 14px;
}

.redes-topo{
	line-height: 26px;
	float: left;
	background-image: url(../img/separa-topo.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 0;
}

.redes-topo svg{
	margin-left: 10px;
	font-size: 18px;
}

.redes-topo a:hover svg{
	color: #0099CC;
}

.navbar-brand{
	padding: 0;
	margin: 18px 0 16px;
}

.navbar-nav li{
	list-style: none;
	float: left;
	margin: 12px 50px 12px 0;
}

.navbar-nav li.nav-item a{
	white-space: nowrap;
	display: block;
	color: #1D2945;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
}

.navbar-nav li.nav-item a:hover{
	color: #0099CC;
}

.botao-carrinho i, .botao-carrinho-produtos i{
	background-image: url(../img/icone-carrinho-topo.png);
	width: 30px;
	height: 26px;
	float: left;
	margin-right: 10px;
}

.botao-carrinho a, .botao-carrinho-produtos a{
	display: block;
}

.botao-carrinho{
	border-left: 1px solid #e8ebee;
	padding: 14px 0 14px 20px;
}

.botao-carrinho span, .botao-carrinho-produtos span{
	font-size: 12px;
	line-height: 13px;
	color: #1d2945;
	float: left;
}

.abre-busca{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	line-height: 54px;
	color: #1D2945;
	font-size: 18px;
	margin-right: 25px;
}

#caixa-search{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.95);
}

.close-search{
	font-size: 32px;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
}

#search{
	left: 0;
	width: 100%;
	position: absolute;
	padding: 10px 0;
	top: 50%;
	margin-top: -30px;
}

#search .container{
	position: relative;
}

#search input{
	width: 100%;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
	box-sizing: border-box;
	height: 60px;
	padding: 0 40px;
	font-size: 20px;
	font-weight: 700;
}

#search input::-webkit-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::-moz-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input:-ms-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::-ms-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search button{
	position: absolute;
	right: 25px;
	top: 10px;
	font-size: 20px;
	color: #0099CC;
	background-color: transparent;
	line-height: 40px;
	height: 40px;
}

/* Home */
.espaco{
	height: 100px;
}

.espaco-maior{
	height: 150px;
}

.espaco-menor{
	height: 75px;
}

.espaco-telefones{
	height: 40px;
}

.tp-caption h2{
	text-transform: none;
	font-size: 40px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
    font-family: 'Merriweather', serif;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.tp-bullets .bullet{
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 10px 0 0;
	border: 2px solid #FFFFFF;
	background-color: transparent;
	cursor: pointer;
}

.tp-bullets .bullet.selected, .tp-bullets .bullet:hover{
	background-color: #FFFFFF;
}

.bg-body{
	background-image: url(../img/fundo-capa-categorias.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.capa-empresas-home{
	background-color: #ffffff;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 100px;
}

.capa-empresas-home:hover{
	background-color: #E0E6EC;
}

.caixa-imagem-empresas{
	border: 1px solid #e7e9ec;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
	margin: -30px auto 20px;
	padding: 0 40px;
	height: 100px;
	line-height: 100px;
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
}

.caixa-imagem-empresas img{
	max-height: 74px;
}

.caixa-imagem-duas img{
	max-height: 50px;
}

.imagem2-empresa{
	margin-left: 20px;
}

.imagem-capa-empresa{
	position: relative;
	padding: 43px 0 0 43px;
}

.imagem-capa-empresa:before{
	width: 165px;
	height: 165px;
	background-color: #0099cc;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.imagem-capa-empresa img{
	position: relative;
}

.tabela-home{
	margin-bottom: 20px;
}

.tabela-home table{
	border: none;
}

.tabela-home table tr td{
	width: auto !important;
	border: none;
}

.tabela-home table tr td:first-child{
	width: 105px !important;
}

.tabela-home table tr td p{
	margin-bottom: 0;
}

.tabela-home table tr td strong{
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 50px;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #172541;
}

.bg-cta{
	background-image: url(../img/fundo-capa-cta.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 135px 0;
}

.bg-cta p{
	color: #FFFFFF;
	margin-bottom: 40px;
}

.bg-cta p strong{
	color: #0099CC;
}

.foto-contato{
	width: 60px;
	height: 60px;
	border: 5px solid #E7E9EC;
	overflow: hidden;
	box-sizing: content-box;
	float: left;
}

.alinha-contatos-home{
	padding: 0 20px;
}

.foto-contato img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contato-equipe-individual h3{
	text-transform: none;
    font-family: 'Merriweather', serif;
	font-size: 20px;
	line-height: 30px;
	color: #172541;
	margin-bottom: 20px;
}

.contato-equipe-individual a{
	color: #172541;
}

.telefone-contato{
	text-decoration: underline;
	margin-bottom: 0;
}

.btn-whatsapp, .contato-equipe-individual a.btn-whatsapp{
	color: #FFFFFF;
	background-color: #2cb742;
}

.btn-whatsapp:hover, .contato-equipe-individual a.btn-whatsapp:hover{
	color: #FFFFFF;
	background-color: #009417;
}

.conteudo-contato-equipe{
	width: 245px;
	float: right;
}

/* Produtos */
.botoes-esquerda{
	display: none;
	position: fixed;
	right: 50%;
	margin-right: 387px;
	bottom: 20px;
}

.botoes-esquerda .btn{
	display: block;
	margin: 0 auto 10px;
}

.info-produtos-individual:after{
	display: block;
	content: '';
	clear: both;
}

.info-produtos-individual{
	padding: 2px 0;
	float: left;
}

.info-produtos-individual img{
	float: left;
	margin-right: 15px;
}

.info-produtos-individual h3{
	margin: 3px 0;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #3b3b3b;
	text-transform: none;
	font-weight: 700;
}

.separa-produtos{
	line-height: 49px;
	color: #3b3b3b;
	font-size: 14px;
	border-right: 1px solid #D1D1D1;
	margin-right: 30px;
	padding-right: 22px;
	margin-left: 22px;
	float: left;
}

.traco-topo-categorias{
	height: 4px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-top-left: 5px;
	-moz-border-radius-top-right: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.topo-produtos{
	margin-bottom: 35px;
}

.abre-categorias{
	display: none;
}

.menu-categorias, .traco-topo-categorias{
	margin-right: 60px;
}

.menu-categorias li{
	list-style: none;
}

.menu-categorias a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 7px;
	background-color: #f2f2f2;
	color: #000000;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	padding: 10px;
	text-align: center;
	display: block;
}

.menu-categorias a:hover, .menu-categorias a.menu-ativo{
	color: #FFFFFF;
}

.menu-categorias .botao-carrinho-produtos a {
    background-color: transparent !important;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding-top: 20px;
}

.menu-categorias .botao-carrinho-produtos a{
	background-color: transparent !important;
}

.menu-categorias .botao-carrinho-produtos span{
	text-align: left;
}

.pagination{
	display: block;
}

.page-item{
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

.page-item .page-link{
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	height: 31px;
	line-height: 29px;
	width: 31px;
	text-align: center;
	margin-right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #9A9796;
	color: #9A9796;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0;
}

.page-item:last-child .page-link, .page-item:first-child .page-link{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.page-item.active .page-link, .page-link:hover{
	color: #FFFFFF;
}

.box-produtos{
	padding: 20px 20px 30px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.04);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.04);
}

.box-produtos:hover{
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}

.box-produtos .btn, .btn-transform-none{
	color: #FFFFFF;
	text-transform: none;
	font-size: 12px;
}

.box-imagem-produtos{
	border-bottom: 1px solid #F7F7F7;
	position: relative;
	display: block;
	padding-bottom: 20px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	box-sizing: content-box;
	margin-bottom: 50px;
}

.produto-logado .box-imagem-produtos{
	margin-bottom: 25px;
}

.box-imagem-produtos img{
	max-height: 100%;
}

.box-produtos h3{
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 400;
}

.produto-logado.box-produtos h3{
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 500;
	text-transform: none;
}

.valor-descontado{
	color: #FF0000;
}

#carrinho .valor-descontado{
	color: #1D2945;
}

.box-produtos h4{
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 0;
	font-weight: 400;
}

.box-produtos:hover h3{
	font-weight: 500;
}

.caixa-quantidade-produtos {
    text-align: center;
    width: 80px;
    margin: 0 auto 20px;
}

.exibe-produto .caixa-quantidade-produtos{
	margin: 15px 0 40px;
}

.caixa-quantidade-produtos input {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    color: #343434;
    border: 1px solid #E7E7E7;
    font-size: 12px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
}

.botaoAtualizaQuantidade {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 17px;
    height: 17px;
    border: 1px solid #D9D9D9;
    color: #c0c0c0;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 7px;
}

.botaoAtualizaQuantidade:hover {
    color: #000000;
    border-color: #000000;
}

.botaoAtualizaQuantidade.inc {
	float: right;
}

.botaoAtualizaQuantidade.dec {
	float: left;
}

.caixa-contato{
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
	border: 1px solid #e7e9ec;
}

.contato-esquerda{
	padding: 60px;
	background-color: #eef2f6;
}

body.produto-aberto{
	overflow: hidden;
}

.bg-produto{
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

.exibe-produto{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
}

.exibe-produto .alinha-produto{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 30px;
	background-color: #FFFFFF;
	width: 790px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.abre-produto{
	cursor: pointer;
}

.produto-direita p{
	margin-bottom: 0;
}

.produto-direita h3{
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 5px;
}

.produto-direita h4{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	display: block;
}

.produto-direita h4 a{
	color: #999999;
}

.produto-direita span.dados-produto{
	color: #000000;
	font-size: 16px;
	display: block;
	font-weight: 700;
}

.fechar-produto{
    position: fixed;
    right: -30px;
    top: -30px;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border: 1px solid #FFF;
    text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.botoes-catalogos .btn-lg{
	margin: 0 10px;
}

.btn-phone {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 85px;
  height: 85px;
}

.btn-phone:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }


/* footer */
footer{
	padding: 30px 0 20px;
	background-color: #001A37;
	position: relative;
	z-index: 5;
}

footer p{
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	margin: 25px auto 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Produto */
.alinha-zoom{
	width: 100%;
	position: relative;
}

.caixa-imagem-zoom{
	position: relative;
	border: 2px solid #e7e7e7; 
	display: block;
}

.zoomContainer{
	z-index: 100000;
}

#gal1{
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 10px;
	text-align: center;
}

#gal1 a{
	width: 33.333%;
	padding: 0 5px 10px;
	box-sizing: border-box;
	float: left;
}

#gal1 img{
	height: 80px;
	width: 100%;
	object-fit: cover;
	border: 1px solid #e7e7e7; 
}

#gal1 .active img{
	border: 1px solid #000000;
}

.codigo-interno{
	display: block;
	margin-bottom: 20px;
}

.codigo-interno span{
	font-weight: 700;
}

p.preco-interno{
	font-size: 36px;
	font-weight: 700;
	color: #EC1922;
	line-height: 30px;
	margin: 0;
}

p.preco-interno span{
	color: #373435;
	font-size: 16px;
	font-weight: 400;
}

/* Cadastro */
.form-cadastro input{
	width: 100%;
	background-color: transparent;
}

.form-cadastro select{
	width: 100%;
	background-color: transparent;
	margin-bottom: 15px;
	height: 46px;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

.card-header svg{
	font-size: 18px;
	margin-right: 15px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #BD0E16;
}

.campo-juridica{
	display: none;
}

.preloader, #retornoFormulario{
	display: none;
}

/* Carrinho */
.card-top{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-moz-border-radius-top-right: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 20px;
}

.card-top{
	font-size: 13px;
}

.card-top h3{
	line-height: 30px;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
	text-transform: none;
}

.caixa-imagem-carrinho{
	padding-right: 15px;
}

.caixa-imagem-carrinho img{
	max-height: 60px;
	display: block;
	margin: 0 auto;
}

.dadosCarrinho{
	padding: 8px 0;
}

.card-body{
	padding: 10px 0 10px 15px;
}

.card-header{
	padding: 10px 0 10px 15px;
}

.card-footer{
	padding: 20px 30px;
}

.mensagem-carrinho{
	font-size: 13px;
	color: #525253;
	text-transform: uppercase;
}

.dadosCarrinho h4{
	font-weight: 400;
	color: #111111;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	padding-right: 15px;
}

.exluirCarrinho{
	color: #FF0000;
	font-size: 20px;
}

#carrinho select.atualizaQuantidade{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	width: 80px;
	height: 40px;
	text-align: center;
}

#carrinho input#valorTotall{
	text-align: right;
	width: 120px;
	padding: 0;
	margin: 0;
	color: #373435;
	font-size: 22px;
	background-color: transparent;
	border: none;
	font-weight: 700;
	font-style: normal;
}

.btn-cart{
	line-height: 38px;
	background-color: #6c757d;
	padding: 0 15px;
	color: #FFFFFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.carrinho-bottom{
	padding-top: 25px;
}

.carrinho-bottom .custom-select{
	height: 38px;
	background-color: #E6E6E6;
	padding: 0 15px;
	color: #4e4e4e;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	width: 240px;
	float: left;
	margin-left: 10px;
}

/* Páginas */
.topo-paginas{
	padding: 60px 0;
	background-image: url(../img/topo-paginas.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.topo-paginas h2{
	margin-bottom: 10px;
}

.topo-paginas h1{
    font-family: 'Merriweather', serif;
	font-size: 30px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.texto-simples p{
	margin-bottom: 0;
}

.texto-simples ul{
  list-style: none; /* Remove default bullets */
}

.texto-simples ul li::before {
  content: "\2022";
  color: #0099CC;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  font-size: 18px;
  margin-right: 2px;
}

.imagem-individual a{
	position: relative;
	display: block;
	margin-bottom: 30px;
	height: 232px;
	overflow: hidden;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.imagem-individual a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imagem-individual a::before{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	display: block;
	content: '';
	background-image: url(../img/mascara-imagens.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.imagem-individual a:hover::before{
	top: 100%;
}

.imagem-individual a:hover{
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

#overlay{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}

#alert {
	background-color: #FFF;
	width: 400px;
	position: fixed;
	top: 190px;
	left: 50%;
	margin-left: -200px;
	z-index: 999999;
	-moz-box-shadow: 2px 2px 20px rgba(0,0,0,.75);
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.75);
	box-shadow: 2px 2px 20px rgba(0,0,0,.75);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#alertContent {
	display: table;
	padding: 15px;
}

#alertContent h2{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 80px;
}

#alertContent p{
	font-size: 14px;
	padding-left: 80px;
	position: relative;
}

#alertContent p img {
	opacity: 1;
	display: block;
	height: 60px;
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -30px;
}

#alertActions {
	clear: both;
	padding-left: 80px;
}
		
#alertActions button {
	cursor: pointer;
	margin-right: 5px;
}

#alert .btn{
	padding: 0 20px;
	font-size: 12px;
	background-color: #333333;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus, .btn.focus, .btn:focus{
	box-shadow: none;
}

#alert .close {
	position: absolute;
	top: 5px;
	right: 10px;
}

/* Painel */
.menu-botoes a{
	font-weight: 500;
	margin: 8px;
	font-size: 14px;
}

.botao-detalhes{
	font-size: 18px;
	color: #FF0000;
}

.status-pedidos-0{color: #FF0000;}
.status-pedidos-1{color: #BED73D;}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Queries */
@media(max-height: 700px) {
	.topo-paginas{padding: 40px 0;}
	.topo-paginas h1{font-size: 22px; line-height: 36px;}
	.topo-paginas + div>.espaco, .topo-paginas + .espaco, .barra-topo-produtos + .espaco{height: 50px;}
}

@media(max-width: 1199px) {
	.navbar-nav li{margin-right: 30px;}
	.redes-topo svg{font-size: 16px;}
	.tp-caption h2{font-size: 32px; line-height: 50px;}
	h2, h1, .bg-cta p{margin-bottom: 40px; font-size: 26px; line-height: 38px;}
	.btn{line-height: 46px; font-size: 14px;}
	.btn-sm{line-height: 32px; font-size: 10px;}
	.capa-empresas-home{margin-top: 15px;}
	.espaco-menor{height: 50px;}
	.espaco-maior{height: 90px;}
	.espaco{height: 70px;}
	h3, .topo-paginas h2{margin-bottom: 0;}
	.tabela-home table tr td strong{margin-bottom: 0; font-size: 18px; line-height: 30px;}
	.bg-cta{padding: 90px 0;}
	.alinha-contatos-home{padding: 0;}
	.conteudo-contato-equipe{width: 200px;}
	.contato-equipe-individual h3{font-size: 18px; margin-bottom: 10px;}
	.titulo-menor{font-size: 24px; margin-bottom: 10px;}
	.contato-esquerda{padding: 30px;}
	.topo-paginas{padding: 40px 0;}
	.topo-paginas h1{font-size: 22px; line-height: 36px;}
	.topo-paginas + div>.espaco, .topo-paginas + .espaco, .barra-topo-produtos + .espaco{height: 50px;}
	.imagem-individual a{height: 200px;}
	.info-produtos-individual h3{font-size: 12px;}
	.info-produtos-individual img{margin-right: 10px;}
	.separa-produtos{margin-right: 25px;}
	.menu-categorias, .traco-topo-categorias{margin-right: 15px;}
	.box-imagem-produtos{height: 150px; line-height: 150px; margin-bottom: 30px;}
	.btn-lg{line-height: 18px; font-size: 14px;}
	.box-produtos{padding: 15px 15px 25px; margin-bottom: 30px;}
	.produto-logado.box-produtos h3{margin-bottom: 20px;}
	.dadosCarrinho h4{font-size: 14px;}
	.card-body, .card-header{font-size: 12px;}
	.card-top h3{font-size: 15px;}
	.card-footer{padding: 10px 30px;}
	#carrinho input#valorTotall{font-size: 20px;}
	.btn-cart{font-size: 12px; line-height: 38px;}
	.botoes-esquerda{margin-right: 297px;}
}

@media(max-width: 991px) {
	body{padding-top: 123px;}
	body, p{line-height: 26px;}
	.faixa-topo{padding: 5px 0; height: 36px;}
	.redes-topo svg{font-size: 14px;}
	.navbar-brand{margin: 15px 0; width: 140px;}
	.navbar-nav li{margin-right: 20px;}
	.navbar-nav li.nav-item a{font-size: 14px;}
	.abre-busca{font-size: 15px; margin-right: 20px;}
	h3, .topo-paginas h2{font-size: 16px;}
	.tp-caption h2{font-size: 26px; line-height: 38px;}
	h2, h1, .bg-cta p{font-size: 22px; line-height: 36px;}
	.btn{line-height: 42px; font-size: 12px;}
	.btn-sm{line-height: 32px; font-size: 10px;}
	.bg-body{background-size: auto 70%;}
	.capa-empresas-home{padding: 0 20px; margin-bottom: 60px;}
	.caixa-imagem-duas img{max-height: 40px; max-width: 80px;}
	.imagem2-empresa{margin-left: 10px;}
	.caixa-imagem-empresas{margin: -30px 20px 20px; padding: 0 30px; height: 80px; line-height: 80px;}
	.caixa-imagem-empresas img{max-height: 50px;}
	.foto-contato{float: none; margin: 0 auto 10px;}
	.conteudo-contato-equipe{float: none; width: auto; text-align: center;}
	.contato-esquerda{padding: 20px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 10px;}
	input.form-control, .custom-file-label, .custom-file{height: 46px;}
	.titulo-menor{font-size: 18px;}
	.topo-paginas h1{font-size: 18px; line-height: 30px;}
	.imagem-individual a{height: 160px;}
	.topo-paginas{padding: 30px 0;}
	#search input{padding: 0 30px; font-size: 18px;}
	.info-produtos-individual{margin: 0 8px; padding: 0;}
	.info-produtos-individual h3{font-weight: 400;}
	.separa-produtos{margin: 0 20px; padding: 0; height: 49px; display: none;}
	.separa-produtos svg{display: none;}
	.info-produtos-individual img{margin: 7px 7px 7px 0; max-width: 30px;}
	.menu-categorias a{font-size: 13px; padding: 8px;}
	.btn-lg{line-height: 16px; font-size: 12px;}
	.box-produtos h4{font-size: 13px;}
	.produto-logado.box-produtos h3{font-size: 14px; margin-bottom: 10px;}
	.exibe-produto .alinha-produto{width: 90%; padding: 20px;}
	.produto-direita h3{font-size: 16px;}
	.card-top h3{font-size: 14px; font-weight: 500;}
	.dadosCarrinho h4{font-size: 12px; white-space: normal;}
	#carrinho select.atualizaQuantidade{width: 100%;}
	.card-body, .card-header{font-size: 10px; white-space: nowrap;}
	#carrinho select.atualizaQuantidade{height: 35px; font-size: 12px;}
	#carrinho input#valorTotall{font-size: 16px;}
	.card-footer, .mensagem-carrinho{font-size: 12px;}
	.card-footer{padding: 10px 15px;}
	.carrinho-bottom{text-align: center;}
	.carrinho-bottom .float-left{float: none !important;}
	.btn-cart{font-size: 11px; line-height: 38px; margin: 0 10px 10px;}
	.carrinho-bottom .custom-select{float: none; margin: 0 10px 10px;}
	.carrinho-bottom .text-right{text-align: center !important;}
	.botoes-esquerda{margin-right: 178px;}
}

@media(max-width: 767px){
	body{padding-top: 110px;}
	.faixa-topo .redes-topo{display: none;}
	.faixa-topo .float-left a, .faixa-topo .float-right p, .faixa-topo .float-right a{font-size: 12px;}
	.faixa-topo .float-left svg{font-size: 14px; }
	.faixa-topo svg{font-size: 12px; margin-right: 5px;}
	.navbar-brand{margin: 12px 0 12px 15px; width: 120px;}
	.navbar-light .navbar-toggler{margin-right: 15px;}
	.abre-busca{display: none;}
	.navbar-collapse{padding: 10px 0;}
	.botao-carrinho span{width: auto; float: none;}
	.botao-carrinho span br{display: none;}
	.botao-carrinho{padding: 10px 15px;}
	.navbar-nav li{margin: 5px 15px;}
	h3, .topo-paginas h2{font-size: 14px;}
	.tp-caption h2{font-size: 16px; line-height: 24px;}
	h2, h1, .bg-cta p{margin-bottom: 20px;}
	.btn{line-height: 38px; font-size: 11px;}
	.btn-sm{line-height: 32px; font-size: 10px;}
	.tp-bullets{display: none;}
	.espaco-menor{height: 30px;}
	.espaco-maior{height: 50px;}
	h2, h1, .bg-cta p{font-size: 18px; line-height: 26px;}
	.caixa-imagem-empresas{margin: -20px 20px 0;}
	.capa-empresas-home{margin: 20px 0 20px; padding-bottom: 20px;}
	.imagem-capa-empresa{padding: 25px 0 0 25px; margin-bottom: 30px;}
	.bg-cta{padding: 40px 0;}
	.bg-cta .btn-phone{width: 70px; height: 70px;}
	.btn-phone:before {width: 75px; height: 75px;}
	.conteudo-contato-equipe a{margin-bottom: 10px;}
	.conteudo-contato-equipe{margin-bottom: 20px;}
	.contato-equipe-individual a.btn-whatsapp{margin-top: 10px;}
	footer img{display: none;}
	footer p{text-align: center;}
	.topo-paginas + div>.espaco, .topo-paginas + .espaco, .barra-topo-produtos + .espaco{height: 30px;}
	.tabela-home table tr td strong{font-size: 15px;}
	.tabela-home table tr td{padding-bottom: 10px;}
	.titulo-politica-qualidade{font-size: 16px;}
	#search input{padding: 0 30px; font-size: 16px;}
	.close-search{font-size: 20px;}
	.logos-produtos{text-align: center; margin: 0 0 20px;}
	.info-produtos-individual{float: none; display: inline-block; margin: 0 10px 10px; vertical-align: top;}
	.icones-compra{text-align: center;}
	.btn-lg{line-height: 16px; font-size: 12px;}
	.botoes-catalogos .btn-lg{margin: 0 10px 20px;}
	.exibe-produto .alinha-produto{width: 90%; padding: 15px; max-height: 90%; overflow-y: auto;}
	.produto-direita h3, .produto-direita span.dados-produto{font-size: 14px;}
	.exibe-produto .caixa-quantidade-produtos{margin: 10px 0 20px;}
	.exibe-produto .btn{margin-bottom: 20px;}
	.fechar-produto{right: 15px; top: 15px; z-index: 10; color: #000000; border-color: #000000;}
	.card-body, .card-header, .card-footer, .card-top{text-align: center;}
	.alinha-carrinho-baixo{text-align: center;}
	.botoes-esquerda{margin-right: 0; right: auto; left: 20px; z-index: 100;}
}