/* GERAL ========================================================== */

body {position: relative; margin: 0; padding: 0; font-family: 'Oswald', sans-serif; font-size: 100%; font-weight: 300; background-color: #f2f2f2; box-sizing: border-box; overflow-x: hidden;}
img {border: none;}
div, header, article, section, footer, p, ul, ul li, table, table tr, table tr th, table tr td {position: relative; box-sizing: border-box;}
table, input, textarea, select {font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: 300; box-sizing: border-box;}

.bold {font-weight: 700;}
.ita {font-style: italic;}
.seta {cursor: pointer;}
.none {display: none;}
.clear {clear: both;}
.cl {clear: left;}
.cr {clear: right;}
.branco {color: white;}
.preto {color: black;}
.azul {color: #1990e3;}
.verde {color: #4b9e1d;}
.vermelho {color: #e21f1e;}
.laranja {color: #f7941d;}
.tachado {text-decoration: line-through;}
.ttuc {text-transform: uppercase;}
.ttlc {text-transform: lowercase;}
.trans {filter: alpha(opacity=0); opacity: 0;}
.cover {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.contain {-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;}
.total {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.transx {-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
.transy {-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.transxy {-webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.limite {max-width: 1200px; margin-right: auto; margin-left: auto; padding: 0 1%;}
.cortina {display: none; position: fixed; background-color: white; z-index: 4;}
.cortina.escura {background-color: rgba(0, 0, 0, 0.4);}

h1 {padding-bottom: 2px; font-size: 2.25em; font-weight: 300; color: #505050; text-transform: uppercase; border-bottom: 1px solid #e3e5e6;}
h2 {margin-bottom: 20px; font-size: 1.6em; font-weight: 300; color: #505050; text-transform: uppercase;}
h3 {margin: 20px 0 12px 0; font-size: 1.24em; font-weight: 300; color: #505050; text-transform: uppercase;}
input, select, textarea {margin-bottom: 20px; padding: 10px 4%; font-size: 1.12em; color: #505050; background-color: white; border: none;}
input:focus, select:focus, textarea:focus {outline-color: #b20d1d;}
.rotulo {padding-bottom: 6px; font-size: 0.88em; color: #808080;}
.botao {max-width: 200px; margin-top: 10px; padding: 10px; font-size: 1.12em; color: #505050; text-align: center; text-transform: uppercase; background-color: #d1d8dc; cursor: pointer;}
.botao.maior {display: inline-block; width: 30%; max-width: none; margin: 0 4%; padding: 20px; font-size: 1.6em;}
.botao.facil {color: white; background-color: #b20d1d;}
.botao.ok {color: white; background-color: #47a209;}
.botao.vermelho {font-weight: 400; color: #b20d1d;}
.botao:hover {background-color: #bfcbd1;}
.botao.facil:hover {background-color: #e7283a;}
.botao.ok:hover {background-color: #58bb15;}
a {color: #b20d1d; text-decoration: none;}
a:hover {color: #e7283a;}

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

::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.3);}


/* LOGIN ========================================================== */

.login .caixa {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	padding: 30px 40px;
	background-color: #e3e5e6;
}

.login .caixa .logo {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.login .caixa p {
	padding-bottom: 14px;
	font-size: 1em;
	color: #505050;
	text-transform: uppercase;
	line-height: 1.3em;
}

.login .caixa input {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 4% 8px 50px;
	background-repeat: no-repeat;
	background-position: 16px 13px;
}

.login .caixa input.login_email {
	background-image: url(../imagens/ico-email.png);
}

.login .caixa input.login_senha {
	background-image: url(../imagens/ico-senha.png);
}

.login .caixa .botao {
	max-width: 100%;
	width: 100%;
	margin: 6px 0 0 0;
	padding: 6px;
}

.login .caixa .alerta {
	margin-top: 6px;
	color: #505050;
}

.login .caixa .separador {
	margin: 4px 0 4px 0;
	color: #505050;
	text-align: center;
	text-transform: uppercase;
}

.login .caixa .separador::after, .login .caixa .separador::before {
	content: "";
	position: absolute;
	top: 12px;
	width: 40%;
	height: 1px;
	background-color: #a0a0a0;
}

.login .caixa .separador::before {
	left: 0;
}

.login .caixa .separador::after {
	right: 0;
}

.login .caixa .botao.fora {
	position: absolute;
	bottom: -60px;
	left: 0;
	padding: 10px;
	font-weight: 400;
	color: white;
	background-color: #b20d1d;
}

.login .caixa .botao.fora:hover {
	background-color: #e7283a;
}


/* TOPO ========================================================== */

.topo {
	height: 60px;
	padding:  10px 0;
	background-color: #e3e5e6;
	z-index: 4;
}

.topo .logo {
	position: absolute;
	top: 0;
	left: 1%;
	height: 40px;
	cursor: pointer;
}

.topo .usuario {
	position: absolute;
	top: 2px;
	right: 1%;
	width: 36px;
	height: 36px;
}

.topo .usuario .caixa {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-color: #e7283a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 1;
}

.topo .usuario .caixa:hover {
	background-color: #b20d1d;
}

.topo .usuario .caixa .icone {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 34px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top center;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.topo .usuario .caixa:hover .icone {
	filter: alpha(opacity=100);
	opacity: 1;
}

.topo .usuario .itens {
	overflow: hidden;
	position: absolute;
	height: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topo .usuario .itens .menuitem {
	display: none;
	width: 132px;
	height: auto;
	margin-bottom: 6px;
	padding: 4px 20px;
	font-size: 1em;
	text-align: right;
	line-height: 1em;
	background-color: #e3e5e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topo .usuario .itens .perfil, .topo .usuario .itens .sair {
	overflow: hidden;
	width: 94px;
	height: 18px;
	padding: 3px 0 0 20px;
	font-size: 0.78em;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1em;
	text-transform: uppercase;
	background-color: #e7283a;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	float: right;
	z-index: 0;
}

.topo .usuario .itens .perfil {
	margin-top: -3px;
	background-image: url(../imagens/menubase-c.png);
}

.topo .usuario .itens .sair {
	margin-top: 6px;
	background-image: url(../imagens/menubase-b.png);
}

.topo .usuario.ativo .itens {
	left: 33px;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topo .usuario .itens .perfil:hover, .topo .usuario .itens .sair:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #b20d1d;
}

.topo .usuario .itens .menuitem:hover {
	background-color: #bfcbd1;
}

.topo .menu, .cabecalho .menu {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 200px);
	margin-right: 40px;
	float: right;
}

.cabecalho .menu {
	width: calc(40% - 184px);
	margin-right: 0;
}

.topo .menu .menuitem, .cabecalho .menu .menuitem {
	margin: 8px 12px;
	font-size: 1em;
	color: #505050;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.topo .menu .menuitem:hover, .cabecalho .menu .menuitem:hover, .topo .menu .menuitem.ativo, .cabecalho .menu .menuitem.ativo {
	color: #b20d1d;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.topo .menu .menuitem.ativo::after, .cabecalho .menu .menuitem.ativo::after {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #b20d1d;
}

.cabecalho {
	padding: 10px 0;
	background-color: #e9eced;
	z-index: 1;
}

.cabecalho .limite {
	display: flex;
	justify-content: center;
}

.cabecalho .logo {
	height: 46px;
	margin-right: 4%;
	cursor: pointer;
}

.cabecalho form {
	width: 60%;
}

.cabecalho form input {
	width: 100%;
}

.cabecalho form .lupa {
	display: inline-block;
	width: 23px;
	height: 24px;
	top: 4px;
	margin-left: -36px;
	background-image: url(../imagens/ico-lupa.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* PRINCIPAL ========================================================== */

.principal {
	padding: 100px 0;
}

.principal .limite {
	max-width: 1120px;
}

.principal .data {
	position: absolute;
	top: 16px;
	right: 5%;
	font-size: 1.5em;
	color: #505050;
	text-transform: uppercase;
}

.principal .data .info {
	width: 30px;
}

.principal .data .infotxt {
	display: none;
	position: absolute;
	top: 44px;
	right: 0;
	width: 240px;
	padding: 10px 16px 10px 10px;
	font-size: 14px;
	color: #808080;
	text-align: right;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
}

.principal .interno, .principal .botoes {
	width: 98%;
	margin-left: 1%;
	padding: 40px 0 80px 0;
}

.principal .interno .listas {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.principal .botoes {
	display: flex;
	justify-content: center;
}

.principal .interno.mm {
	width: 100%;
	margin-left: 0;
	padding: 0 0 40px 0;
}

.principal .interno .busca {
	width: 40%;
	float: right;
}

.principal .interno .busca input {
	width: 100%;
}

.principal .interno span.grande {
	font-size: 2em;
	color: #505050;
}

.principal .interno .container {
	width: 100%;
	overflow-x: auto;
}

.principal .interno .rotulo.margem {
	margin-top: 20px;
	border-bottom: 1px solid #e3e5e6;
}

.principal .interno input, .principal .interno select, .principal .interno textarea {
	width: 54%;
	padding: 10px 2%;
}

.principal .interno input[type='checkbox'], .principal .interno input[type='radio'] {
	width: auto;
	padding: 0;
	margin-bottom: 0;
}

.principal .interno input.quant {
	width: 26px;
	padding: 0;
	line-height: 1em;
	text-align: center;
	background-color: transparent;
}

.principal .interno textarea {
	height: 120px;
}

.principal .interno select {
	background-image: url(../imagens/seta-baixo.png);
	background-position: 96% 54%;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.principal .interno .lupa {
	display: inline-block;
	width: 23px;
	height: 24px;
	top: 4px;
	margin-left: -36px;
	background-image: url(../imagens/ico-lupa.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.principal .interno .botao {
	width: 200px;
}

.principal .interno .botao.direita {
	margin-top: 20px;
	float: right;
}

.principal .interno .botao.filtro {
	display: inline-block;
	max-width: auto;
	width: auto;
	margin: -10px 10px 20px 0;
	padding: 6px 20px;
	font-size: 1em;
	color: white;
	background-color: #b20d1d;
}

.principal .interno .resultado {
	margin-top: 20px;
}

.principal .interno .resultado .empresa {
	margin: 0 0 6px 10px;
	font-size: 1em;
	color: #505050;
	text-transform: uppercase;
	cursor: pointer;
}

.principal .interno .resultado .empresa:hover {
	color: #b20d1d;
}

.principal .interno .bloco {
	float: left;
}

.principal .interno .bloco.esquerda {
	width: 20%;
	text-align: right;
	clear: left;
}

.principal .interno .bloco.direita {
	width: 76%;
	margin-left: 4%;
}

.principal .interno .titulo {
	margin-bottom: 10px;
	font-size: 2.25em;
	color: #505050;
	text-transform: uppercase;
}

.principal .interno .titulo.menor {
	font-size: 1.32em;
}

.principal .interno .titulo.icone {
	cursor: pointer;
}

.principal .interno .titulo.icone::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 22px;
	height: 30px;
	background-image: url(../imagens/ico-favorita.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.principal .interno .titulo.icone.favorita::after {
	background-position: bottom center;
}

.principal .interno .bloco .nome {
	font-size: 1.12em;
	color: #505050;
	text-transform: uppercase;
}

.principal .interno .bloco .dados {
	font-size: 1.12em;
	color: #808080;
}

.principal .interno .bloco .dados a {
	color: #808080;
	text-decoration: none;
}

.principal .interno .bloco .dados a:hover, .principal .interno .bloco .dados a.ativo {
	color: #b20d1d;
}

.principal .interno .grafico {
	margin-top: 60px;
}

.principal .interno .resumo {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	margin-bottom: 40px;
}

.principal .interno .resumo.wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.principal .interno .resumo.none {
	display: none;
}

.principal .interno .resumo .status {
	padding-left: 34px;
}

.principal .interno .resumo .status::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background-color: #e3e5e6;
}

.principal .interno .resumo .status.cc::before {
	background-color: #efde98;
}

.principal .interno .resumo .status.cp::before {
	background-color: #eec594;
}

.principal .interno .resumo .status.cs::before {
	background-color: #eea694;
}

.principal .interno .resumo .status.ce::before {
	background-color: #ee94bb;
}

.principal .interno .resumo .status.cf::before {
	background-color: #cb94ee;
}

.principal .interno .resumo .dados {
	width: 48%;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #e3e5e6;
}

.principal .interno .resumo.wrap .dados {
	width: 32%;
	margin-bottom: 20px;
}

.principal .interno .resumo .dados .titulo {
	font-size: 1.4em;
}

.principal .interno .tabela {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}

.principal .interno .tabela.analise {
	width: 1520px;
	margin-bottom: 20px;
}

.principal .interno .tabela.analise tr:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

.principal .interno .tabela tr.sub {
	background-color: rgba(0,0,0,.05);
}

.principal .interno .tabela tr.sub2 {
	background-color: rgba(0,0,0,.1);
}

.principal .interno .tabela tr.novo {
	background-color: #cfdfef;
}

.principal .interno .tabela tr.alerta {
	background-color: #efcfcf;
}

.principal .interno .tabela tr.cc {
	background-color: #f3e8bd;
}

.principal .interno .tabela tr.cp {
	background-color: #efd3b2;
}

.principal .interno .tabela tr.cs {
	background-color: #f5c7bb;
}

.principal .interno .tabela tr.ce {
	background-color: #f3c0d6;
}

.principal .interno .tabela tr.cf {
	background-color: #debcf4;
}

.principal .interno .tabela tr th {
	padding: 4px 8px;
	font-size: 1.12em;
	color: #505050;
	text-transform: uppercase;
	background-color: #d2d2d2;
}

.principal .interno .tabela tr th.subtot {
	background-color: #c8c8c8;
}

.principal .interno .tabela tr th.tot {
	color: white;
	background-color: #b20d1d;
}

.principal .interno .tabela.menor tr th {
	padding: 2px 4px;
	font-size: 0.75em;
}

.principal .interno .tabela tr td {
	padding: 2px 8px;
	font-size: 1.12em;
	color: #808080;
	vertical-align: middle;
}

.principal .interno .tabela.menor tr td {
	padding: 2px 4px;
	font-size: 1em;
}

.principal .interno .tabela tr td.sp {
	padding: 2px 2px;
}

.principal .interno .tabela tr td input.entrada {
	width: 100%;
	margin: 0;
	padding: 2px 8px;
	font-size: 1.12em;
	text-align: right;
}

.principal .interno .tabela tr td input.entrada.requerido {
	background-color: #ffefdb;
}

.principal .interno .tabela tr td input.entrada.promo {
	background-color: #e8f4ff;
}

.principal .interno .tabela tr td img.miniatura {
	height: 40px;
}

.principal .interno .tabela tr th.direita, .principal .interno .tabela tr td.direita {
	text-align: right;
}

.principal .interno .tabela tr th.centro, .principal .interno .tabela tr td.centro {
	text-align: center;
}

.principal .interno .tabela tr td.sim, .principal .interno .bloco .dados.sim, .principal .data.sim {
	color: #1ea821;
}

.principal .interno .tabela tr td.nao, .principal .interno .bloco .dados.nao, .principal .data.nao {
	color: #cd1616;
}

.principal .interno .tabela tr td.meio, .principal .interno .bloco .dados.meio, .principal .data.meio {
	color: #e2b30e;
}

.principal .interno .tabela tr th .remover, .principal .interno .tabela tr td .remover {
	display: inline-block;
	width: 17px;
	height: 20px;
	margin-top: 2px;
	background-image: url(../imagens/ico-remover.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr th .marcar, .principal .interno .tabela tr td .marcar {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-top: 5px;
	background-image: url(../imagens/ico-marcar.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr th .imagem, .principal .interno .tabela tr td .imagem {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-top: 4px;
	background-image: url(../imagens/ico-imagem.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr th .adicionar, .principal .interno .tabela tr td .adicionar {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background-image: url(../imagens/ico-adicionar.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr th .proximo, .principal .interno .tabela tr td .proximo {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background-image: url(../imagens/ico-proximo.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr td .aprovar {
	position: absolute;
	top: 10px;
	right: -30px;
	width: 21px;
	height: 20px;
	background-image: url(../imagens/ico-aprovar.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.principal .interno .tabela tr th .mais, .principal .interno .tabela tr td .mais {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../imagens/ico-mais.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	-webkit-transform: translateY(+2px);
	-moz-transform: translateY(+2px);
	-o-transform: translateY(+2px);
	-ms-transform: translateY(+2px); transform: translateY(+2px);
}

.principal .interno .tabela tr th .menos, .principal .interno .tabela tr td .menos {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../imagens/ico-menos.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	-webkit-transform: translateY(+2px);
	-moz-transform: translateY(+2px);
	-o-transform: translateY(+2px);
	-ms-transform: translateY(+2px); transform: translateY(+2px);
}

.principal .interno .tabela tr td .aprovar.bx {
	top: 13px;
}

.principal .interno .tabela tr th .remover:hover, .principal .interno .tabela tr th .adicionar:hover,  .principal .interno .tabela tr th .proximo:hover, 
.principal .interno .tabela tr th .mais:hover, .principal .interno .tabela tr th .menos:hover, .principal .interno .tabela tr th .marcar:hover {
	cursor: default;
}

.principal .interno .tabela tr td .remover:hover, .principal .interno .tabela tr td .adicionar:hover, .principal .interno .tabela tr td .proximo:hover,  .principal .interno .tabela tr td .aprovar:hover, 
.principal .interno .tabela tr td .mais:hover, .principal .interno .tabela tr td .menos:hover, .principal .interno .tabela tr td .marcar:hover {
	background-position: bottom center;
}

.principal .interno .tabela tr td .quant {
	display: inline-block;
	width: 26px;
	margin: 0 4px;
}

.principal .interno .tabela tr td .pagamento {
	position: absolute;
	top: 3px;
	left: 40px;
	width: 24px;
	height: 24px;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.principal .interno .tabela tr td .pagamento.pixpd, .principal .interno .tabela tr td .pagamento.pixok {
	background-image: url(../imagens/ico-pix.png);
}

.principal .interno .tabela tr td .pagamento.pixok {
	background-position: bottom center;
}

.principal .interno .tabela tr td .pagamento.pgent {
	background-image: url(../imagens/ico-entrega.png);
}

.principal .interno .caixa {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	width: 30%;
	margin-bottom: 40px;
	padding: 20px 3%;
	text-align: center;
	background-color: white;
	float: left;
}

.principal .interno .caixa.grande {
	width: 60%;
	margin: 40px auto;
	padding: 20px 4%;
	float: none;
}

.principal .interno .caixa.completa {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 2%;
	font-size: 1.2em;
	color: #808080;
	background-color: rgba(0, 0, 0, 0.01);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: 98% 12px;
	border: 1px solid #e3e5e6;
	text-align: left;
	float: none;
}

.principal .interno .premissas {
	display: flex;
	flex-direction: column;
}

.principal .interno .premissas div {
	overflow: hidden;
	width: 100%;
	height: 24px;
	margin: 0 2% 6px 2%;
}

.principal .interno .caixa.completa .pacote, .principal .interno .caixa.completa .origem, .principal .interno .caixa.completa .local, .principal .interno .caixa.completa .tempo, .principal .interno .caixa.completa .dinheiro, 
.principal .interno .premissas .pacote, .principal .interno .premissas .origem, .principal .interno .premissas .local, .principal .interno .premissas .dinheiro, .principal .interno .valores .tempo, .principal .interno .valores .dinheiro {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 18px;
	opacity: 0.8;
}

.principal .interno .caixa.completa .pacote, .principal .interno .premissas .pacote {
	background-image: url(../imagens/ico-pacote.png);
}

.principal .interno .caixa.completa .origem, .principal .interno .premissas .origem {
	background-image: url(../imagens/ico-origem.png);
	background-size: auto 14px;
}

.principal .interno .caixa.completa .local, .principal .interno .premissas .local {
	background-image: url(../imagens/ico-local.png);
}

.principal .interno .caixa.completa .tempo, .principal .interno .valores .tempo {
	background-image: url(../imagens/ico-tempo.png);
}

.principal .interno .caixa.completa .dinheiro, .principal .interno .premissas .dinheiro {
	background-image: url(../imagens/ico-dinheiro.png);
	background-position: 0 56%;
}

.principal .interno .caixa.oferta::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 174px;
	height: 61px;
	background-image: url(../imagens/oferta.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.principal .interno .caixa .favorito {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 18px;
	background-image: url(../imagens/ico-favorito.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.principal .interno .caixa .listacompra {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../imagens/ico-listacompra.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.principal .interno .caixa .remover {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 24px;
	background-image: url(../imagens/ico-remover.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.principal .interno .caixa .favorito:hover, .principal .interno .caixa .listacompra:hover {
	background-position: center center;
}

.principal .interno .caixa .favorito.ativo, .principal .interno .caixa .listacompra.ativo, .principal .interno .caixa .remover:hover {
	background-position: bottom center;
}

.principal .interno .caixa .listacomprab {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	background-color: #a7a7a7;
	background-image: url(../imagens/ico-listacompra-branco.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}

.principal .interno .caixa .listacomprab:hover {
	background-color: #e7283a;
}

.principal .interno .caixa .listacomprab.ativo {
	background-color: #b20d1d;
}

.principal .interno .caixa .imagem {
	width: 100%;
	height: 0;
	padding-top: 100%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.principal .interno .caixa .titulo {
	margin-bottom: 6px;
	font-size: 1.4em;
	color: #505050;
	text-transform: uppercase;
}

.principal .interno .caixa .titulo.menor {
	font-size: 1.12em;
}

.principal .interno .caixa .loja {
	margin-bottom: 2px;
	font-size: 1em;
	color: #505050;
}

.principal .interno .caixa .endereco {
	margin-bottom: 2px;
	font-size: 0.78em;
	color: #505050;
}

.principal .interno .caixa .preco {
	font-size: 1.4em;
	font-weight: 400;
	color: #b20d1d;
}

.principal .interno .caixa .preco .menor {
	font-size: 0.78em;
	font-weight: 300;
	color: #505050;
}

.principal .interno .caixa .preco .menor .riscado {
	color: #e21f1e;
	text-decoration: line-through;
}

.principal .interno .caixa .botao {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}

.principal .interno .caixa .resumo {
	display: block;
	margin-bottom: 10px;
	font-size: 2.6em;
	font-weight: 400;
	color: #b20d1d;
	text-align: center;
}

.principal .interno .caixa .resumo.menor {
	font-size: 2em;
}

.principal .interno .caixa h2.fundo, .principal .interno .caixa .titulo.fundo, .principal .interno .caixa .resumo.fundo {
	background-color: #e3e5e6;
}

.principal .interno .caixa .botoes {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0;
}

.principal .interno .caixa .botoes .botao {
	width: 46%;
	padding: 10px 5%;
	font-size: 1.4em;
}

.principal .interno .foto {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 4px solid #e3e5e6;
}

.principal .interno .foto.aprovado::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100px;
	height: 100px;
	background-image: url(../imagens/img-aprovado.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.principal .interno .foto .alterar {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 80%;
	padding: 2px;
	color: white;
	background-color: #e7283a;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.principal .interno .foto .alterar:hover {
	background-color: #b20d1d;
}

.principal .abas {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 30px;
	margin-bottom: -20px;
	border-bottom: 1px solid #e3e5e6;
}

.principal .abas .aba {
	width: 40%;
	padding: 10px 0;
	margin: 0 1% -1px 1%;
	font-size: 1.2em;
	color: #b0b0b0;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #e3e5e6;
	border-bottom: 1px solid #e3e5e6;
	cursor: pointer;
}

.principal .abas .aba.ativo {
	color: #505050;
	background-color: transparent;
	border-bottom: 1px solid #f2f2f2;
}

.principal .linkloja {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #b0b0b0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #e3e5e6;
}

.principal .linkloja.alerta {
	color: white;
	background-color: #e7283a;
	border: 1px solid #b20d1d;
}

.principal .linkloja.alerta a {
	color: white;
	text-decoration: underline;
}

.principal .linkloja img {
	max-height: 38px;
}

.principal .linkloja div {
	width: 100%;
}

.principal .interno .entregadores {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
}

.principal .interno .entregadores.direita {
	position: absolute;
	top: 10px;
	right: -10px;
}

.principal .interno .entregadores .entregador {
	margin-right: 80px;
	margin-bottom: 20px;
	cursor: pointer;
}

.principal .interno .entregadores .entregador.aprovado::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 136px;
	height: 136px;
	background-color: rgba(88, 187, 21, 0.4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.principal .interno .entregadores .entregador .veiculo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}

.principal .interno .entregadores .entregador .veiculo.tp_b.cr_verde {
	background-image: url(../imagens/veiculo-bicicleta-verde.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_m {
	top: 36px;
	left: 78px;
	width: 88px;
	height: 88px;
}

.principal .interno .entregadores .entregador .veiculo.tp_m.cr_laranja {
	background-image: url(../imagens/veiculo-moto-laranja.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_m.cr_preta {
	background-image: url(../imagens/veiculo-moto-preta.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_m.cr_vermelha {
	background-image: url(../imagens/veiculo-moto-vermelha.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_m.cr_azul {
	background-image: url(../imagens/veiculo-moto-azul.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_m.cr_verde {
	background-image: url(../imagens/veiculo-moto-verde.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c {
	top: 22px;
	left: 80px;
	width: 112px;
	height: 112px;
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_azul {
	background-image: url(../imagens/veiculo-carro-azul.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_branco {
	background-image: url(../imagens/veiculo-carro-branco.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_laranja {
	background-image: url(../imagens/veiculo-carro-laranja.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_prata {
	background-image: url(../imagens/veiculo-carro-prata.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_preto {
	background-image: url(../imagens/veiculo-carro-preto.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_verde {
	background-image: url(../imagens/veiculo-carro-verde.png);
}

.principal .interno .entregadores .entregador .veiculo.tp_c.cr_vermelho {
	background-image: url(../imagens/veiculo-carro-vermelho.png);
}

.principal .interno .entregadores .entregador .foto {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.principal .interno .entregadores .entregador .nome {
	position: absolute;
	top: 4px;
	left: 116px;
	width: 100px;
	font-size: 0.82em;
	color: black;
	font-weight: 400;
}

.principal .interno .entregadores .entregador .botao {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 50px;
	height: 50px;
	font-size: 0.881em;
	color: white;
	background-color: #ffa500;
	background-image: url(../imagens/ico-ok.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.principal .interno .entregadores .entregador.aprovado .botao {
	left: 70%;
	width: 32px;
	height: 32px;
	background-image: url(../imagens/ico-cronometro.png);
}

.principal .interno .entregadores .entregador .botao.verde {
	background-color: #47a209;
}

.principal .interno .entregadores .entregador:hover .botao {
	background-color: #58bb15;
}

.principal .interno .entregadores .entregador.aprovado .botao, .principal .interno .entregadores .entregador.aprovado:hover .botao {
	background-color: #47a209;
}

.principal .interno .entregadores .entregador .botao.vermelho {
	background-color: #b20d1d;
}

.principal .interno .entregadores .entregador .botao.vermelho:hover {
	background-color: #e7283a;
}

.principal .interno .entregadores .entregador .placa {
	position: absolute;
	top: 20px;
	left: 120px;
	width: 100px;
	font-size: 0.74em;
	color: #808080;
	font-weight: 400;
}

.principal .interno .entregadores .entregador .ranking {
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	font-size: 0.881em;
	font-weight: 700;
	color: white;
	text-align: center;
	background-color: #47a209;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.principal .interno .aviso {
	display: none;
	position: absolute;
	margin-top: -14px;
	color: white;
	padding: 5px 24px 8px 24px;
	font-weight: 400;
	background-color: #e7283a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}

.principal .interno .aviso::before {
	content: "";
	position: absolute;
	top: -24px;
	left: -10px;
	width: 21px;
	height: 47px;
	background-image: url(../imagens/hint.png);
	background-repeat: no-repeat;
}

.principal .cidade {
	display: inline-block;
	width: 23px;
	height: 20px;
	margin-left: 4px;
	background-image: url(../imagens/ico-cidades.png);
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}

.principal .cidade:hover {
	background-position: bottom center;
}

.principal .interno .btnmapa, .principal .interno .btnzap {
	position: fixed;
	right: 10%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 101;
}

.principal .interno .btnmapa {
	bottom: 160px;
	background-image: url(../imagens/ico-mapa.png);
	background-color: #b20d1d;
}

.principal .interno .btnzap {
	bottom: 246px;
	background-image: url(../imagens/ico-whatsapp.png);
	background-color: #1bd741;
}

.principal .interno .btnmapa::after, .principal .interno .btnzap::after {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.principal .interno .btnmapa::after {
	content: "Abrir Mapa";
	color: #b20d1d;
}

.principal .interno .btnzap::after {
	content: "Conversar";
	color: #1bd741;
}

.principal .interno .btnmapa:hover {
	background-color: #e7283a;
}

.principal .interno .btnzap:hover {
	background-color: #0bb82e;
}



















#exemplo {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

#flutuante {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	border: 10px solid white;
}

#cidades, #mensagem, #termos {
	display: none;
	position: fixed;
	overflow: auto;
	top: 50%;
	left: 50%;
	max-height: 400px;
	padding: 20px;
	text-align: center;
	background-color: #e3e5e6;
	z-index: 6;
}

#cidades .fechar, #mensagem .fechar, #termos .fechar {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
}

#cidades, #mensagem .mensagem {
	padding: 20px;
}

#mensagem .mensagem {
	font-size: 1.6em;
}

#cidades .cidade {
	margin-bottom: 10px;
	padding: 12px 20px;
	font-size: 1.12em;
	color: #505050;
	text-transform: uppercase;
	background-color: #f2f2f2;
	cursor: pointer;
}

#atualizar {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../imagens/ico-atualizar.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 4;
}

#entrega {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	padding: 14px 20px 20px 20px;
	background-color: #efefef;
	border: 1px solid #e3e5e6;
	border: 1px solid #b20d1d;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: 4;
}

#entrega::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 68px;
	background-color: #e7283a;
}

#entrega.aberta {
	bottom: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#entrega.fechada {
	bottom: calc(-100% + 100px);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#entrega .fechar {
	position: absolute;
	top: -31px;
	left: 50%;
	width: 134px;
	height: 32px;
	margin-left: -67px;
	background-image: url(../imagens/entrega-fechar.png);
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}

#entrega.fechada .fechar {
	background-image: url(../imagens/entrega-abrir.png);
}

#entrega .limite {
	text-align: center;
}

#entrega h2 {
	color: white;
}

#entrega .listas {
	overflow: auto;
	display: block;
	height: calc(100% - 120px);
}









#termos {
	max-height: 90%;
	text-align: left;
}

#termos p {
	margin-bottom: 10px;
	color: #505050;
}

#termos p.topico {
	margin-bottom: 0;
	padding-left: 20px;
}

#termos p.topico::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 2px;
	width: 6px;
	height: 6px;
	background-color: #505050;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#termos p.topico.ultimo {
	margin-bottom: 10px;
}

.hint {
	display: none;
	position: absolute;
	top: -30px;
	left: -4px;
	width: 398px;
	padding: 4px 20px;
	color: black;
	background-color: #e7283a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}

.hint::before {
	content: "";
	position: absolute;
	top: 12px;
	left: -8px;
	width: 21px;
	height: 47px;
	background-image: url(../imagens/hint.png);
	background-repeat: no-repeat;
}


/* RODAPÉ ========================================================== */

.baixo {
	width: 100%;
	padding: 12px 0;
	font-size: 0.75em;
	color: #808080;
	text-align: center;
	background-color: #e3e5e6;
}

.baixo .voltar {
	position: absolute;
	top: -78px;
	right: 1%;
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(../imagens/seta-cima.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.baixo .voltar:hover {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


/* MEDIA QUERIES ========================================================== */

@media screen and (max-width: 1360px) {
	.topo .usuario .itens {left: auto; right: 0;}
	.topo .usuario .itens .perfil, .topo .usuario .itens .sair {width: 132px; height: auto; padding: 4px 20px; font-size: 1em; text-align: right; background-image: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
	.topo .usuario .itens {top: 20px;}
	.topo .usuario.ativo .itens {top: 52px; left: auto;}
}

@media screen and (max-width: 1200px) {
	.limite {width: 98%; padding: 0;}
}

@media screen and (max-width: 1024px) {
	.cabecalho .menu {width: calc(60% - 184px);}
	.c2abecalho .menu .menuitem {margin: 8px 12px; font-size: 1em;}
	.cabecalho form {width: 40%;}
}

@media screen and (max-width: 940px) {
	.botao.maior {width: 48%; margin: 0;}
	.principal .botoes {justify-content: space-between;}
	.principal .interno .caixa {width: 47%;}
	.principal .interno .tabela tr td img.miniatura {height: 30px;}
}

@media screen and (max-width: 700px) {
	.topo .menu {position: absolute; display: block; overflow: hidden; top: 80px; right: 0; width: 80%; height: 0; padding: 0 0 0 0; background-color: #e3e5e6; text-align: right; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
	.topo .menu.aberto {height: 285px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
	.topo .menu .menuitem {display: block; margin: 20px; font-size: 1.4em;}
	.topo .menu .menuitem.ativo::after {display: none;}
	.topo .usuario .itens .menuitem {display: block;}
	.cabecalho.semloja {height: 0; padding: 0;}
	.cabecalho .limite {justify-content: space-between;}
	.cabecalho .menu {width: calc(100% - 184px);}
	.cabecalho form {position: absolute; top: 70px; left: 2%; width: 96%;}
	.cabecalho.semloja form {top: 30px;}
}

@media screen and (max-width: 560px) {
	.botao.maior {width: 100%;  margin: 20px;}
	.cabecalho {margin-bottom: 40px;}
	.principal {padding: 40px 0 40px 0;}
	.principal .botoes {justify-content: center; flex-wrap: wrap;}
	.principal .interno .caixa {width: 100%; margin-right: 0;}
	.principal .data {position: relative; top: 4px; right: auto; margin-left: 1%;}
	.principal {padding: 20px 0 20px 0;}
	.principal .interno #busca {width: 100%;}
	.principal .interno .tabela tr td img.miniatura {height: 20px;}
	.principal .interno .caixa.grande {width: 100%; margin: 20px auto; padding: 14px 2%;}
	.principal .linkloja {flex-wrap: wrap; justify-content: center; margin-top: 40px;}
	.principal .linkloja img {margin: 4px 0;}
	.principal .interno .resumo {justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
	.principal .interno .resumo .status {margin: 0 6px 10px 6px;}
	.principal .interno .resumo .dados {width: 100%; margin-bottom: 10px;}
	.principal .interno .container {padding-bottom: 6px;}
	.principal .interno .container table {min-width: 600px;}
	.principal .interno .tabela tr th {overflow: hidden; padding: 2px 4px; font-size: 1em; white-space: nowrap; text-overflow: ellipsis;}
	.principal .interno .tabela tr td {overflow: hidden; padding: 2px 4px; font-size: 1em; white-space: nowrap; text-overflow: ellipsis;}
	.principal .interno {padding: 20px 0 40px 0;}
	.principal .botoes {padding: 0 0 20px 0;}
	#cidades .cidade {padding: 8px 10px; font-size: 1em;}
}

@media screen and (max-width: 420px) {
	h1 {font-size: 1.8em; text-align: center;}
	h2 {font-size: 1.2em;}
	h3 {font-size: 1em;}
	.login .caixa {width: 90%;}
	.login .caixa .icone {width: 50px; margin: 0 20px 10px -4px;}
	.login .caixa p {padding-top: 0; padding-bottom: 20px;}
	.topo .usuario .itens .menuitem {width: 200px; padding: 8px 20px; font-size: 1.4em;}
	.topo .usuario .itens .perfil, .topo .usuario .itens .sair {width: 200px; height: 38px; padding: 8px 20px 0 20px; font-size: 1.4em;}
	.botao.maior {margin: 10px 0; padding: 10px; font-size: 1.24em;}
	.cabecalho {margin-bottom: 50px;}
	.cabecalho .limite {align-items: center;}
	.cabecalho .menu .menuitem {display: flex; align-items: center; margin: 0px 12px; line-height: 1em;; text-align: center;}
	.principal .data {font-size: 1.2em; text-align: center;}
	.principal .interno .bloco.esquerda {width: 100%; text-align: left;}
	.principal .interno .bloco.direita {width: 96%; margin-left: 4%;}
	.principal .interno input, .principal .interno select, .principal .interno textarea {width: 100%;}
	.principal .interno .tabela tr th.nomobile, .principal .interno .tabela tr td.nomobile {display: none;}
	.principal .interno .botao {margin-left: auto; margin-right: auto;}
	.principal .interno .caixa.completa {padding: 50px 2% 10px 2%; background-size: auto 30px; background-position: 50% 12px;}
	.principal .interno .entregadores {justify-content: center;}
	.principal .interno .entregadores.direita {position: relative; justify-content: center; top: auto; right: auto; margin: 10px 0;}
	#entrega::before {height: 60px;}
	#cidades, #mensagem, #termos {width: 90%;}
	.baixo .voltar {top: -60px; width: 36px; height: 36px;}
}

@media screen and (max-width: 320px) {
	.cabecalho .logo {height: 40px; margin-left: 2%;}
}
