/* BANNER HOME */
.banner-home { width: 100%; height: 350px; background-color: #47545c; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center; }
.banner-home ul li { list-style: none; float: left; position: relative; display: block; width: 2000px; height: 350px; overflow: hidden; }
.banner-home ul li img { width: 2000px; height: 350px; left: 50%; margin-left: -1000px; position: relative; }
.banner-home #pager { width: auto; height: auto; padding: 15px 50px 30px 50px; margin-top: -40px; text-align: center; position: absolute; float: none; z-index: 101; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; left: 50%; transform: translateX(-50%); }
.banner-home #pager a { width: 8px; height: 8px; margin: 0 4px; display: inline-block; background: transparent; border: 2px solid var(--cor-secundaria); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.banner-home #pager a:hover { background: var(--cor-secundaria); }
.banner-home #pager a span { display: none; }
.banner-home #pager a.selected { background: var(--cor-secundaria); }

/*BANNER-HOME-EXTERNO*/
.banner-home-externo { width: 100%; height: 350px; background-color: #47545c; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center; }
.banner-home-externo ul li { list-style: none; float: left; position: relative; display: block; width: 2000px; height: 350px; overflow: hidden; }
.banner-home-externo ul li img { width: 2000px; height: 350px; left: 50%; margin-left: -1000px; position: relative; }
.banner-home-externo #pager { width: auto; height: auto; padding: 15px 50px 30px 50px; margin-top: -40px; text-align: center; position: absolute; float: none; z-index: 101; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; left: 50%; transform: translateX(-50%); }
.banner-home-externo #pager a { width: 8px; height: 8px; margin: 0 4px; display: inline-block; background: transparent; border: 2px solid var(--cor-secundaria); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.banner-home-externo #pager a:hover { background: var(--cor-secundaria); }
.banner-home-externo #pager a span { display: none; }
.banner-home-externo #pager a.selected { background: var(--cor-secundaria); }

/*SOLUÇÕES*/
.faixa-destaque { width: 100%; height: auto; position: relative; z-index: 2; padding: 0px; text-align: center; background-color: #ffffff; background-position: center bottom; background-repeat: no-repeat; background-image: url(../imagens/bg-destaque.png); }
.faixa-destaque ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
.faixa-destaque ul li { width: 530px; height: 350px; margin: 20px 10px 20px 10px; overflow: hidden; background-color: #282e49; background-repeat: no-repeat; background-image: url(../imagens/ico-mais.png); background-size: 0px; position: relative; text-align: center; display: inline-block; vertical-align: top; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; }
.faixa-destaque ul li.lado2 { background-position: left center; text-align: right; }
.faixa-destaque ul li.lado2 .solucao { width: 60%; line-height: 18px; height: 150px; position: relative; z-index: 10; float: left; padding: 150px 50px 50px 50px; background: rgb(40,46,73); background: linear-gradient(90deg, rgba(40,46,73,45) 0%, rgba(40,46,73,0) 100%); text-align: left; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.faixa-destaque ul li.lado2:hover .solucao { background: linear-gradient(90deg, rgba(40,46,73,9) 0%, rgba(40,46,73,0) 100%); }
.faixa-destaque ul li.lado2 .solucao .qual_solucao { width: 100%; height: auto; position: relative; color: #ffffff; font-weight: 700; text-align: left; font-size: 24px; line-height: 30px; font-family: var(--fonte-padrao); }
.faixa-destaque ul li.lado2 .solucao p { width: 100%; line-height: 20px; height: auto; position: relative; color: rgba(255,255,255,0.6); font-weight: 400; text-align: left; font-size: 14px; font-family: var(--fonte-padrao); }
.faixa-destaque ul li.lado2 .avatar { width: 530px; height: 350px; margin: 0px; position: absolute; left: 0px; overflow: hidden; display: inline-block; vertical-align: top; z-index: 1; }
.faixa-destaque ul li.lado2 .avatar img { width: 100%; height: auto; opacity: 0.75; position: relative; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.faixa-destaque ul li.lado2:hover .solucao { padding: 150px 75px 50px 65px; }
.faixa-destaque ul li.lado2 .cta_solucao { width: auto; position: relative; float: left; vertical-align: top; width: auto; z-index: 1; text-align: center; background-color: var(--cor-secundaria); text-decoration: none; font-size: 16px; color: #ffffff; font-weight: 600; padding: 0 25px; line-height: 40px; margin: 20px 0px 10px 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.faixa-destaque ul li.lado1 { background-position: right center; text-align: left; }
.faixa-destaque ul li.lado1 .solucao { width: 60%; line-height: 18px; height: 150px; position: relative; z-index: 10; float: right; padding: 150px 50px 50px 50px; background: rgb(40,46,73); background: linear-gradient(90deg, rgba(40,46,73,0) 0%, rgba(40,46,73,45) 100%); text-align: right; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.faixa-destaque ul li.lado1:hover .solucao { background: linear-gradient(90deg, rgba(40,46,73,0) 0%, rgba(40,46,73,9) 100%); }
.faixa-destaque ul li.lado1 .solucao .qual_solucao { width: 100%; height: auto; position: relative; color: #ffffff; font-weight: 700; text-align: right; font-size: 24px; line-height: 30px; font-family: var(--fonte-padrao); }
.faixa-destaque ul li.lado1 .solucao p { width: 100%; line-height: 20px; height: auto; position: relative; color: rgba(255,255,255,0.6); font-weight: 400; text-align: right; font-size: 14px; font-family: var(--fonte-padrao); }
.faixa-destaque ul li.lado1 .avatar { width: 530px; height: 350px; margin: 0px; position: absolute; right: 0px; overflow: hidden; display: inline-block; vertical-align: top; z-index: 1; }
.faixa-destaque ul li.lado1 .avatar img { width: 100%; height: auto; opacity: 0.75; position: relative; -moz-transition: all .8s ease; -o-transition: all .8s ease; -webkit-transition: all .8s ease; transition: all .8s ease; }
.faixa-destaque ul li.lado1:hover .solucao { padding: 150px 65px 50px 75px; }
.faixa-destaque ul li.lado1 .cta_solucao { width: auto; position: relative; float: right; vertical-align: top; width: auto; z-index: 1; text-align: center; background-color: var(--cor-secundaria); text-decoration: none; font-size: 16px; color: #ffffff; font-weight: 600; padding: 0 25px; line-height: 40px; margin: 20px 0px 10px 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;  -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.faixa-destaque ul li:hover .cta_solucao { padding: 0px 35px; }
.faixa-destaque ul li:hover .avatar { opacity: 0.5; }
.faixa-destaque ul li:hover { background-color: var(--cor-secundaria);}

/*PRODUTOS*/
.lista_produtos { width: 100%; height: auto; position: relative; background-color: #e5e6ea; clear: both; padding: 30px 0px 50px 0px; text-align: left; }
.lista_produtos .categoria_listada { width: auto; height: auto; position: absolute; z-index: 10; padding: 0px 6px; margin: -2px 0px 0px 0px; background-color: #e5e6ea;  font-family: var(--fonte-padrao); color: var(--cor-principal); line-height: 20px; font-size: 20px; font-weight: 800; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.lista_produtos .categoria_listada:hover { padding: 0px 10px; }
.lista_produtos .zigzag { margin: 0; background: #e5e6ea; position: relative; height: 16px; z-index: 1; }
.lista_produtos .zigzag:before, .lista_produtos .zigzag:after { content: ""; display: block; position: absolute; left: 0; right: 0; }
.lista_produtos .zigzag:before { height: 12px; top: 110%; background: linear-gradient(-135deg, #ffffff 8px, transparent 0) 0 8px, linear-gradient(135deg, #ffffff 8px, transparent 0) 0 8px; background-position: top left; background-repeat: repeat-x; background-size: 16px 16px; }
.lista_produtos .zigzag:after { height: 16px; top: 100%; background: linear-gradient(-135deg, #e5e6ea 8px, transparent 0) 0 8px, linear-gradient(135deg, #e5e6ea 8px, transparent 0) 0 8px; background-position: top left; background-repeat: repeat-x; background-size: 16px 16px; }
.lista_produtos ul { width: 100%; height: auto; position: relative; clear: both; text-decoration: center; padding: 50px 0px 80px 0px; }
.lista_produtos ul li.produtos { display: inline-block; vertical-align: top; position: relative; background-color: #ffffff; min-height: 340px; height: auto; width: 250px; padding: 0px; margin: 10px; text-align: center; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.lista_produtos ul li.produtos .miniatura { width: 100%; height: 180px; text-align: center; position: relative; text-align: center; }
.lista_produtos ul li.produtos .miniatura .alerta { height: auto; padding: 3px 10px; position: absolute; z-index: 10; width: auto; color: #000000; font-size: 10px; letter-spacing: 2px; line-height: 13px; text-align: center; background: yellow; text-transform: uppercase; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.lista_produtos ul li.produtos .miniatura img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.lista_produtos ul li.produtos .tag { height: auto; margin: 2px 0px 0px 2px; font-weight: 800; padding: 2px 8px; position: absolute; z-index: 10; width: auto; color: #ffffff; font-size: 9px; letter-spacing: 1px; line-height: 13px; text-align: center; float: right; background: #ffca70; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.lista_produtos ul li.produtos .valores { border-top: 1px solid #f4f6f8; width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); height: auto; padding: 5px 15px 10px 15px; text-align: left; }
.lista_produtos ul li.produtos .valores .legenda_card { display: none; margin: 5px 0px; position: relative; width: 100%; height: 13px; font-weight: 500; color: rgba(0,0,0,0.3); text-align: left; line-height: 13px; font-size: 13px; font-family: 'Nunito', Arial; text-decoration: line-through; }
.lista_produtos ul li.produtos .valores .sifrao { display: inline-block; vertical-align: top; width: auto; height: 32px; font-weight: 400; color: #373435; text-align: left; line-height: 30px; font-size: 22px; font-family: 'Nunito', Arial; padding-right: 5px; }
.lista_produtos ul li.produtos .valores .valor { display: inline-block; vertical-align: top; width: auto; height: 32px; font-weight: 600; color: #373435; text-align: left; letter-spacing: -1px; line-height: 30px; font-size: 22px; font-family: 'Nunito', Arial; }
.lista_produtos ul li.produtos .valores .desconto { display: inline-block; vertical-align: top; width: auto; background-color: rgba(24,146,0,0.1); height: auto; font-weight: 800; color: #189200; text-align: left; line-height: 14px; font-size: 12px; font-family: 'Nunito', Arial;  margin: 6px 0px 0px 5px; padding: 2px 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; }

.lista_produtos ul li.produtos .nome { display: inline-block; height: auto; position: relative; width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); color: rgba(0,0,0,0.4); font-size: 14px; text-align: left; padding: 10px 15px 12px 15px; clear: both; }

.lista_produtos ul li.produtos .quais_acoes { width: 100%; height: auto; position: absolute; bottom: 0px; padding: 12px 0px; background: #f4f6f8; text-align: center; clear: both; }
.lista_produtos ul li.produtos .quais_acoes i { font-size: 14px; cursor: pointer; }
.lista_produtos ul li.produtos .quais_acoes i.fa-trash-alt { color: red; padding-left: 10px; font-size: 14px; cursor: pointer; }
.lista_produtos ul li.produtos:hover img { opacity: 0.6 }
.lista_produtos ul li.produtos:hover .legenda_card { display: inline-block; }
.lista_produtos ul li.produtos:hover { margin: 6px 10px 14px 10px; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; }

@media screen and (max-width: 1100px) {
	.banner-home { width: 100%; height: 450px; overflow: hidden; margin-top: 60px; }
	.banner-home ul li { width: 1000px; height: 450px; }
	.banner-home ul li img { width: 1000px; height: 450px; left: 50%; margin-left: -500px; }
	.banner-home #pager { width: auto; height: auto; padding: 15px 50px 30px 50px; margin-top: -37px; }
}