   

:root {
    --text-color:  #dc582c;

    --text-bg: #303030;
    --text-bgb: #ee5f30;

    --text-colorb: rgb(255,102,0);
	
	--bar-color: #ffffff;
    --bar-bg: #02213c;
	
	
	
	--pri-color: #000000;
	--pri-bg: #ffffff;
	
	--sec-color: #ffffff;
	--sec-bg: #303030;
	
	--ter-color: #ffffff;
	--ter-bg: #ee5f30;
	
	--input-bg: #ebebe9;
	
	
	
	--border-color: gray;
	
	--border: solid 1px gray;
	
	--radius: 8px;
	
	--padding: 4px;
	
	--margin: 9px;
	
	--width: 350px;
	
	--col-size: 350px;
	
	--col-width: calc(var(--col-size) - 2 * var(--margin));
	
	--cols: 4;
	
	--app-bar-bg: white;
	
	--max-width: 1400px;
	
	--painel-max-width: 1400px;
	
	--shadow: 0 0 3px #888888;
	
	--ad-img-height: 250px;
	
	--icon-filter: contrast(0.625);
	
	--transparent-bg: rgba(255,255,255,0.8);
}

.design_appbar img{
	filter: invert(100%);
}

[onclick]{
	border: solid 1px red;
}

body::-webkit-scrollbar {
	width: 2px;
}

.appcontent .cat_div{
	max-width: var(--painel-max-width);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
	*{
		transition: 0s !important;
		animation-name: none !important;
	}
	*:hover{
		transition: 0s !important;
		animation-name: none !important;
	}
}

@media screen and (max-width: 1400px){
	:root{
		--col-size: calc((100vw / 8 - 168px) * 2 + 334px);
		--margin: calc(100vw / 8 - 168px);
		--cols: 4;
	}
}



@media screen and (max-width: 1350px){
	:root{
		--col-size: calc(100vw / 3 - 1px);
		--margin: 8px;
		--ad-img-height: calc((100vw / 3 - 15px) * 0.75);
		--cols: 3;
	}
}

@media screen and (max-width: 1020px){
	:root{
		--col-size: calc(50vw - 1px);
		--cols: 2;
		--margin: 10px;
		--ad-img-height: calc((50vw - 20px) * 0.75) ;
		
	}
}

@media screen and (max-width: 640px){
	:root{
		--col-size: 100vw;
		--cols: 1;
		--margin: 10px;
		--ad-img-height: calc((100vw - 20px) * 0.75)
	}
}


::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 2px;
}



body{
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	/*background: url(/assets/media/img/bricks.svg) #a0a1a0;*/
	background: #ebebe9;
	color: #303030;
}


h1{
	font-size: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2{
	font-size: 65px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3{
	font-size: 48px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px;
}

.modal{
	background: #eeeeee;
	color: black;
}

.img512{
	width: 512px;
	height: 512px;
	max-width: calc(100vw - 60px);
	max-height: calc(100vw - 60px);
}

@media screen and (max-width: 640px){
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 35px;
	}
	h3{
		font-size: 28px;
	}
}

#footer{
	height: 355px;
	background: #000000;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#main{
	min-height: calc(100vh - 60px);
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


#home_bt{
	
	
	max-width: 100%;
	width: 323px;
	height: auto;
	
	display: block;
	flex-shrink: 1;
}


#navbt{
	display: none;
	width: 32px;
	height: 32px;
}

.page_banner{
	width: calc(var(--col-size) * var(--cols) - var(--margin) * 2);
	margin: var(--margin);
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.page_banner_img{
	width: calc(var(--col-size) * var(--cols) - var(--margin) * 2);
	height: calc( (var(--col-size) * var(--cols) - var(--margin) * 2) / 8.75);
}

.plans{
	border: var(--border);
	border-radius: var(--radius);
	padding: 10px;
	margin: 15px;
	flex-basis: 250px;
	flex-grow: 1;
	max-width: 350px;
	flex-shrink: 1;
	text-align: center;
}


.destaque{
	color: var(--sec-color) !important;
	background: var(--sec-bg) !important;
}



#bar_painel{
	flex-shrink: 0;
	justify-content: right;
	display: flex;
	flex-direction: row;
}

#bar_painel_bt{
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	min-width: 40px;
	margin: 3px;
	
}

#bar_user_name{
	display: none;
}
	
#bar_user_icon{
	display: block;
}

#bar_user_cnt{
	background: var(--ter-bg);
	color: var(--ter-color);
	border-radius: 50%;
	min-width: 15px;
	height: 15px;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 20px;
	left: 0px;
}

.bar_user_cnt{
	display: none;
}

.bar_user_cnt_active{
	display: block;
}


@media screen and (min-width: 1080px){
	#bar_user_name{
		display: block;
	}
	#bar_user_icon{
		display: none;
	}
}

.usermenu_cnt{
	background: var(--ter-bg);
	color: var(--ter-color);
	border-radius: 50%;
	min-width: 15px;
	height: 15px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}



#usermenu{
	background: var(--transparent-bg);
	box-shadow: var(--shadow);
	backdrop-filter: var(--blur);
	color: var(--sec-color);
	
	border: solid 1px var(--border-color);
	
	border-radius: var(--radius) 0 var(--radius) var(--radius);
	
	position: fixed;
	
	top: 30px;
	right: 20px;
	
	padding: 4px;
	
	width: 380px;
	max-width: calc(100vw - 48px);
	
	
	flex-direction: column;
	overflow: auto;
	z-index: 31;
	
	display: none;
}

#usermenu.usermenu_active{
	display: block;
}

#bar_painel:hover #usermenu{
	display: block;
}

#usermenu:hover{
	display: block;
}

#usermenu:focus-within{
	display: block;
}

#usermenuclose{
	position: absolute;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	background: var(--ter-bg);
	border-radius: 0 0 0 var(--radius);
	text-align: center;
	display: none;
}

.usermenu_active #usermenuclose{
	display: block;
}

#usermenu fieldset{
	border: none;
}
#usermenu fieldset:invalid{
	border: none;
}

#usermenu div{
	margin: 2px;
}

#usermenu a{
	margin-left: 5px;
}

#usermenu .item{
	margin: 10px;
	padding: 4px;
	transition: 0.1s;
	opacity: 0.75;
}


#usermenu .item:hover{
	background: rgba(80,80,80,0.1);
	backdrop-filter: blur(4px);
	border-radius: var(--radius);
	opacity: 1;
	box-shadow: none;
}

#usermenu .itemtitle{
	font-size: 13px;
	font-weight: bold;
}

#usermenu .itemsub{
	font-size: 11px;
}

#usermenu_close_bt{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: var(--border-color);
	/*border: solid 1px rgba(255,255,255,0.4);*/
	border-radius: 0 0 0 50%;
	font-size: 10px;
	text-align: center;
	background-clip: padding-box;
	backdrop-filter: opacity(80%);
	margin: 0;
}



.click{
	cursor: default;
}

.click:hover{
	box-shadow: 0 0 6px rgba(238,95,48,0.5);
}

canvas.click:hover{
	box-shadow: none
}

#usermenu{
	background: rgba(20,20,20,0.8);
	backdrop-filter: blur(4px);
	color: var(--sec-color);
	text-align: left;
	z-index: 31;
}

@media screen and (min-width: 1400px){
	#usermenu{
		right: calc(50vw - 690px);
	}
}

.itemtitleuser{
	color: #ff6633;
}


.cell{
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	padding: var(--padding);
	margin: var(--margin);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

#ad_loja_link{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ad_img_prev{
	width: 200px;
	height: 125px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	
}

textarea{
	border: solid 1px gray;
	height: 200px;
}

td{
	border: solid 1px rgba(128,128,128,0.2);
	padding: 4px;
}

#vertical{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.marketplacebar{
	font-size:12px;
	background: rgba(20,20,20,0.97);
	color:  var(--bar-color);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: sticky;
	width: 100%;
	height: 50px;
	top: 0px;
	z-index: 30;
}

.marketplacebar_content{

	padding: 2px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	max-width: 100vw;
	height: 50px;
}

.marketplacebar_content > div{
	flex-shrink: 1;
}

#normalview{
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255, 255, 255, 0.5);
}

#bar_painel{
	flex-shrink: 0;
	justify-content: right;
	display: flex;
	flex-direction: row;
}

#bar_painel_bt{
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: right;
}

#bar_user_name{
	display: none;
}
	
#bar_user_icon{
	display: block;
}

#bar_user_cnt{
	background: var(--sec-bg);
	color: var(--sec-color);
	border-radius: 50%;
	min-width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	position: relative;
	top: 20px;
	left: 0px;
}

.bar_user_cnt{
	display: none;
}

.bar_user_cnt_active{
	display: block;
}

@media screen and (min-width: 1080px){
	#bar_user_name{
		display: block;
	}
	#bar_user_icon{
		display: none;
	}
}

.usermenu_cnt{
	background: var(--ter-bg);
	color: var(--ter-color);
	border-radius: 50%;
	min-width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
}

.nav{
	font-size: 20px;
	margin-right: 10px;
	color: white;
	
}

#navbar{
	display: flex;
	justify-content: center;
	padding: 10px;
}

#navmenuicon{
	display: none;
}

@media screen and (max-width: 1000px){
	
	#navhome{
		flex-grow: 1;
	}

	#bar_painel{
		margin-left: auto;
		flex-shrink: 1;
	}

	#navmenu{
		display: none;
		flex-direction: column;
		position: fixed;
		top: 40px;
		right: 10px;
		background: rgba(20,20,20,0.97);
		border: var(--border);
		border-radius: var(--radius);
		padding: 10px;
		
	}
	#navmenuicon{
		display: block;
	}
	
	#navbar:hover #navmenu{
		display: flex;
	}
}

.topo{
	margin: 2px;
}

#topo{
	font-size: 13px;
	padding: 2px;
}

input{
	background: var(--input-bg);
	border: solid 1px gray;
}

input:invalid{
	background: rgb(255,255,128);
}

input:valid{
	background: var(--input-bg);
}

input:placeholder-shown{
	background: var(--input-bg);
}

input:autofill{
	background: var(--input-bg);
}

input:focus{
	outline: solid 1px gray;
}

fieldset ~ button{
	margin-left: 10px;
}

fieldset:invalid ~ button{
	opacity: 0.2;
	pointer-events: none;
}

.form_invalidtext{
	display: none;
}

fieldset:invalid > .form_invalidtext{
	display: block;
}

.form_label{
	padding-left: 12px;
	margin-bottom: 2px;
	font-weight: bold;
	display: block;
}

.form_input{
	padding: 12px;
	background: var(--input-bg);
	border-radius: 18px;
}

.form_input[type=number]{
	appearance: textfield;
}

fieldset{
	display: flex;
	flex-direction: column;
	margin: 5px;
	padding: 5px;
	flex-grow: 1;
	max-width: 400px;
	flex-basis: 25%;
	border: solid 1px rgba(128,128,128,0);
	transition: 0.3s;
}

fieldset:invalid{
	border: solid 1px orange;
}

a{
	color: inherit;
	text-decoration: none;
}

button{
	font-family:  Sans-serif;
	border: solid 1px rgba(80,80,80,0.3);
	background: #f8f8f8;
	color: #000000;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: inherit;
	outline:none;
	transition: 0.3s;
}

#offline{
	background: var(--bar-bg);
	color:  var(--bar-color);
	left: 5px;
	bottom: 5px;
	font-size: 30px;
	padding: 10px;
	border-radius: 10px;
	position: fixed;
}

.top{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	height: 120px;
	background: #a0c4e3;
	padding: 2px
	
}

.menu_bar{
	background: var(--bg-menubar);
	padding: 2px;
}

.sub{
	overflow: auto;
}

.text_div{
	padding: 20px;
	margin: var(--margin);
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	box-shadow: 1px 1px 3px #555555;
}

#loja_content{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px){
	#loja_content{
		flex-direction: column;
	}
}

#loja_info{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: var(--pri-bg);
	width: var(--col-width);
	margin: var(--margin);
	margin-top: 55px;
	border-radius: var(--radius);
}

#topoinfo{
	text-align: center;
	width: calc(100% - 20px);
	margin: 10px;
}

#adsdiv{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	width: calc( var(--col-size) * (var(--cols) - 1) );
	margin-top: 46px;
}

.topocontatos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#adv_head{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}

#adv_head_left{
	margin: var(--margin);
	margin-top: 55px;
	width: calc( var(--col-size) * (var(--cols) - 1) - 2 * var(--margin) );
}

@media screen and (max-width: 640px){
	#adv_head_left{
		margin-top: var(--margin);
		width: calc(100vw - 2 * var(--margin));
	}
}

#adv_top{
	background: var(--pri-bg);
	padding: 30px;
	border-radius: var(--radius);
	margin-bottom: var(--margin);
}

#adv_title{
	font-size: 20px;
	font-weight: bold;
	flex-grow: 1;
}

#adv_share_bt{
	font-size: 12px;
	text-align: center;
	margin: 5px;
}

#adv_valores{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.adv_buy_bt{
	width: 280px;
	max-width: 100%;
	height: 58px;
	margin: var(--margin);
	/*padding: 5px;*/
	border-radius: var(--radius);
	font-size: 20px;
	font-weight: bold;
	color: var(--ter-color);
	background: var(--ter-bg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ad_buy_text{
	font-size: 15px;
}

.adv_valor{
	margin: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.adv_valor_value{
	font-size: 20px;
	font-weight: 500;
}

.adv_valor_title{
	font-size: 10px;
}

.ad_valores{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ad_valor{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#adv_icons{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	background: var(--pri-bg);
	border-radius: var(--radius);
	margin-top: var(--margin);
}

.adv_icon{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: var(--margin);
}

.adv_icon img{
	width: 30px;
	height: 30px;
	filter: var(--icon-filter);
}

.adv_icon_sub{
	font-size: 10px;
}

.adv_caract{
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	background: var(--pri-bg);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	text-align: center;
}

.adv_caract_title{
	font-size: 12px;
}

#adv_loja_link{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#adv_loja_name{
	/*margin-top: 3px;
	font-size: 18px;
	text-align: center;*/
	font-size: 20px;
	color: var(--text-color);
	text-align: center;
	font-weight: 700;
	
}

.adv_corretor_name{
	font-size: 18px;
	text-align: center;
}

.adv_partner_name{
	font-size: 15px;
	text-align: center;
}

.adv_name_sub{
	border-top: solid 1px #dddddd;
	text-align: center;
	padding: 3px;
}

.adv_logo{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: var(--pri-bg);
	border: solid 4px var(--pri-bg);
	width: 90px;
	height: 90px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}

.adv_logo img{
	max-width: 100%;
	max-height: 100%;
}

.right_col{
	width: var(--col-size);
}

.right_col_item{
	background: var(--pri-bg);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: var(--margin);
	border-radius: var(--radius);
	margin-top: 55px;
}

.right_col_item_row{
	background: var(--pri-bg);
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: var(--margin);
	border-radius: var(--radius);
	margin-top: 30px;
	height: 75px;
	border-radius: 37px 0px 0px 37px;
}

.right_col_item_row .adv_logo{
	position: relative;
	top: 24px;
	left: 0px;
}

.right_col_item_row_info{
	flex-grow: 1;
	text-align: center;
}

#adv_text{
	padding: 20px;
	margin: var(--margin);
	background: var(--pri-bg);
	border-radius: var(--radius);
	line-break: normal;
}

#adv_text *{
	max-width: 100%;
}

.adv_topo_imgs_zoom{
	top: 0px;
	left: 0px;
	z-index: 20;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding: 2px;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	background: var(--pri-bg);
	border: var(--border);
	border-radius: 2px;
	box-shadow: var(--shadow);
	position: fixed;
}

.adv_topo_img{
	max-height: 100%;
	max-width: 105%;
	border-radius: var(--radius);
	margin: var(--margin);
}

.adv_topo_imgs{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-bottom: var(--border);
	padding-bottom: 4px;
}

#adv_topo_imgs{
	width: 100%;
	border: none;
	padding-bottom: 0px;
	background: var(--pri-bg);
	border-radius: var(--radius);
}

.adv_topo_img_div{
	width: calc(100% - 2 * var(--margin));
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: var(--radius);
	margin: var(--margin);
}

.adv_topo_img_div img{
	max-height: 100%;
	max-width: 105%;
	border-radius: var(--radius);
}

#ad_img_zoom_bt{
	display: none;
	position: fixed;
	top: 50px;
	right: 10px;
	background: rgba(80,80,80,0.4);
	padding: auto;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border:  solid 1px rgba(80,80,80,0.5);
	z-index: 20;
}

.adv_topo_imgs_zoom #ad_img_zoom_bt{
	display: block;
}

#ad_img_back_bt{
	display: none;
	position: fixed;
	top: calc(50% - 100px);
	left: 5px;
	background: rgba(80,80,80,0.4);
	padding: auto;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border:  solid 1px rgba(80,80,80,0.5);
	z-index: 20;
}

.adv_topo_imgs_zoom #ad_img_back_bt{
	display: block;
}

#ad_img_next_bt{
	display: none;
	position: fixed;
	top: calc(50% - 100px);
	right: 145px;
	background: rgba(80,80,80,0.4);
	padding: auto;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border:  solid 1px rgba(80,80,80,0.5);
	z-index: 20;
}

.adv_topo_imgs_zoom #ad_img_next_bt{
	display: block;
}

.adv_topo_imgslider{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: var(--margin);
	margin-right: 30px;
	width: 75px;
	height: 500px;
}

.adv_topo_img_mini{
	height: 100%;
}

.adv_topo_img_mini_div{
	width: 70px;
	height: 70px;
	margin: 3px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
}

.adv_topo_img_mini_div img{
	height: 100%;
}

.adv_topo_img_mini_div img:hover{
	animation-name: adv_topo_img_mini_anim;
	animation-duration: 15s;
}

@keyframes adv_topo_img_mini_anim{
	0%{
		transform: translate(max(calc((100% - 70px) / 2),0px),0);
	}
	75%{
		transform: translate(min(calc((100% - 70px) / 2 * -1),0px),0);
	}
	100%{
		transform: translate(0,0);
	}
}

#adv_topo_imgdiv{
	height: 500px;
	width: calc( var(--col-size) * (var(--cols) - 1) - 60px);
	margin: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 30px;
	border-radius: var(--radius);
}

.adv_topo_imgs_zoom #adv_topo_imgdiv{
	width: calc(100vw - 130px);
	height: calc((100vw - 130px) * 0.75);
	max-height: calc(100% - 130px);
}


@media screen and (max-width: 1200px){
	.adv_topo_imgs{
		flex-direction: column;
	}
	
	.adv_topo_imgslider{
		flex-direction: row;
		justify-content: center;
		width: 100%;
		height: 100px;
	}
	
	.adv_topo_imgs #adv_topo_imgslider{
		flex-direction: row;
		width: 100%;
		margin-right: var(--margin);
	}
	
	.adv_topo_imgs_zoom{
		flex-direction: column;
	}
	
	.adv_topo_imgs_zoom #adv_topo_imgslider{
		flex-direction: row;
		width: 100%;
	}
	
	#ad_img_next_bt{
		right: 5px;
	}
	
	#adv_top{
		padding: 20px;
	}
	
	#adv_topo_imgdiv{
		height: calc( var(--col-size) * (var(--cols) - 1)  * 0.75 - 40px);
		width: calc( var(--col-size) * (var(--cols) - 1) - 40px);
		margin: 20px;
	}
	
	.adv_topo_imgs_zoom #adv_topo_imgdiv{
		width: calc(100vw - 10px);
		height: calc((100vw - 10px) * 0.75);
		max-height: calc(100% - 50px);
	}
}

@media screen and (max-width: 640px){
	.adv_topo_imgs{
		width: calc(100vw - 2 * var(--margin));
	}
	
	#adv_topo_imgdiv{
		height: calc(75vw - 20px);
		width: calc(100% - 20px);
		margin: 10px;
	}
	
	.adv_topo_img_mini_div{
		height: calc( var(--col-size) * var(--cols) * 0.07 );
		width: calc( var(--col-size) * var(--cols) * 0.08 );
	}
	
	.adv_topo_imgslider{
		height: calc( var(--col-size) * var(--cols) * 0.07 );
	}
}

#adv_video{
	display: none;
	flex-direction: column;
	color: white;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-left: var(--margin);
	margin-right: var(--margin);
	margin-bottom: var(--margin);
	background: #2c2626;
	border-radius: var(--radius);
	width: calc( var(--col-size) * var(--cols) - 2 * var(--margin));
	height: calc( var(--col-size) * var(--cols) * 0.56 );
}

#adv_video iframe{
	width: calc( var(--col-size) * var(--cols) - 2 * var(--margin));
	height: calc( var(--col-size) * var(--cols) * 0.56 );
	border: none;
}

#adv_video img{
	width: 180px;
	height: 180px;
	border: none;
}

.loja_subtitle{
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

.loja_name{
	font-size: 28px;
	color: var(--text-color);
	font-weight: bold;
	text-align: center;
}

.corretor_name{
	font-size: 28px;
	color: var(--text-color);
	font-weight: bold;
	text-align: center;
}

.creci_div{
	font-size: 12px;
	text-align: center;
}

.corretor_foto_div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 180px;
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 6px #cccccc;
	box-shadow: 3px 3px 5px #888888;
	flex-shrink: 0;
	background: white;
}

.corretor_foto_div img{
	max-width: 100%;
	max-height: 100%;
}

.view_hidden{
	display: none;
	opacity: 0.1;
	transition: 0s;
}

.view_loading{
	display: block;
	opacity: 0.1;
	transition: 0s;
}

.view{
	display: block;
	opacity: 1;
	transition: 0.8s;
}


.cat_title{
	margin-top: 12px;
	margin-left: 8px;
	color: #333333;
	font-size: 40px;
	width: 100%;
	font-weight: 700;
}

.cat_div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex_line_centered{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.ad_more{
	flex-grow: 1;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	margin: 8px;
	flex-basis: 21%;
}

.ad{
	width: var(--col-width);
	margin: var(--margin);
	height: calc(var(--ad-img-height) + 80px);
	background: var(--pri-bg);
	color: var(--pri-color);
	border-radius: var(--radius);
}

.adb{
	width: var(--col-width);
	margin: var(--margin);
	height: calc(var(--ad-img-height) + 80px);
	background: var(--pri-bg);
	color: var(--pri-color);
	border-radius: var(--radius);
}

.ad_topo{
	width: 100%;
	height: 80px;
	overflow: hidden;
	transition: 0.3s;
	z-index: 1;
}

.adb .ad_topo{
	position: relative;
	bottom: 80px;
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(4px);
	overflow: hidden;
	border-radius: 0 0 var(--radius) var(--radius);
}

.adb:hover .ad_topo{
	opacity: 0.8;
	backdrop-filter: blur(2px);
	bottom: 55px;
	height: 55px;
}

.ad_footer{
	width: 100%;
	height: 50px;
	background: var(--pri-bg);
	border-radius: var(--radius);
	overflow: hidden;
}

.ad_icons{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.ad_icon{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ad_icon img{
	width: 20px;
	height: 20px;
}

.ad_title{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	height: 21px;
	margin: 5px;
	display: block;
	font-weight: 700;
	color: var(--text-bg);
}



.ad_subtitle{
	width: 100%;
	font-size: 12px;
	box-shadow: #ffffff 0 0 5px;
	text-align: center;
}

.ad_valores{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ad_valor{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ad_valor_sub{
	color: #444444;
	font-size: 10px;
	font-weight: normal;
}

.ad_label_slot{
	width: 100%;
	height: 0px;
	margin: 0px;
	transition: 0.3s;
	backdrop-filter: blur(2px);
	z-index: 2;
	position: relative;
}

.ad:hover .ad_label_slot{
	opacity: 0.1;
}

.adb:hover .ad_label_slot{
	opacity: 0.1;
}

.ad_label{
	position: relative;
	top: 10px;
	left: calc(100% - 94px);
	width: 80px;	
	color: var(--ter-color);
	background: var(--ter-bg);
	font-weight: bold;
	font-size: 19px;
	padding: 8px;
	box-shadow: 1px 1px 2px rgb(128,128,128);
	z-index: 2;
	border-radius: 8px 8px 0px 8px;
}

.ad_img_div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: var(--ad-img-height);
	overflow: hidden;
	background: var(--pri-bg);
	border-radius: 5px;
	position: relative;
	z-index: 1;
	border-radius: var(--radius) var(--radius) 0 0;
}

.adb .ad_img_div{
	height: 100%;
	border-radius: var(--radius);
}

.ad .ad_img_div img{	
	height: 100%;
}

@keyframes ad_img_animation{
	0%{
		transform: translate(0%,0%) scale(1,1);
	}
	
	20%{
		transform: translate(0%,0%) scale(1.3,1.3);
		
	}
	
	40%{
		transform: translate(calc((100% - var(--col-width)) / 2),0) scale(1,1);
	}
	

	90%{
		transform: translate(calc((100% - var(--col-width)) / -2),0) scale(1,1);
	}
	
	100%{
		transform: translate(0%,0%) scale(1,1);
	}
}

.ad_img_animation:hover{
	animation-name: ad_img_animation;
	animation-duration: 15s;
	
}

@keyframes ad_imgdiv_animation{
	0%{
		transform: scale(1,1);
		background: #555555;
	}
	
	5%{
		transform: scale(1.2,1.2);
		border-radius: var(--radius);
		box-shadow: 0 0 8px #555555;
	}
	
	90%{
		transform: scale(1.2,1.2);
		border-radius: var(--radius);
		box-shadow: 0 0 8px #555555;
	}
	
	100%{
		transform: scale(1,1);
		background: #555555;
	}
}




@keyframes ad_img_animation_b{
	0%{
		height: auto;
		transform: translate(0%,62px);
	}
	
	100%{
		transform: translate(0%,0%);
	}
	
}



@media screen and (min-width: 1480px){
	.ad .ad_img_div:hover{
		animation-name: ad_imgdiv_animation;
		animation-duration: 15s;
		z-index: 3;
	}
	
	.adb:hover .ad_img_animation_b{
		animation-name: ad_img_animation_b;
		animation-duration: 15s;
		/*z-index: 3;*/
	}
	
	.adb:hover{
		box-shadow: 0 0 8px #888888;
		/*transform: translate(0%,10%);*/
		z-index: 3;
		transition: 0.3s;
	}
}


.ad_carrocel{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border: solid 1px rgba(128,128,128,0.4);
	margin: 10px;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgb(128,128,128);
	overflow: auto;
}





.appcontainer{
	display: flex;
}

.appmenu{
	
	flex-direction: line;
	display: flex;
}

.appcontextmenu{
	flex-direction: line;
	display: flex;
}

.bar{
	padding: 1px;
	background: rgba(200,200,200,0.1);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.titulo{
	display: block;
	font-size: 20px;
	text-align: center;
}

.item{
	margin: 1px;
	padding: 3px;
	cursor: default;
}

.item_line{
	margin: 3px;
	padding: 4px;
	cursor: default;
	border-bottom: var(--border);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.item_line:last-child{
	border: none;
}

.item_text{
	flex-grow: 1;

}

.item_subtitle{
	font-size: 9px;
}

.item_image{
	flex-grow: 0;
	vertical-align: middle;
	margin-right: 2px;
}





.link_widget{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	max-width: 100%;
	height: 50px;
	max-width: calc(100% - 18px);
	color: var(--ter-color);
	background: var(--ter-bg);
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 0 2px gray;
	padding: 8px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.item_widget{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	max-width: calc(100% - 18px);
	
	color: var(--ter-color);
	background: var(--ter-bg);
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 0 2px gray;
	padding: 8px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}


.item_widget_subtitle{
	font-size: 15px;
}




#painel{
	/*background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px black;*/
	
	background: #161616;
	color: #ebebe9;
	
	height: calc(100vh - 50px);
	height: calc(100dvh - 50px);
	display: none;
	flex-direction: column;
	transition: 500ms;
}

#painel button{
	color: inherit;
	background: inherit;
	border-color: #a0a1a0;
}

/*#painel textarea{
	color: inherit;
	background: inherit;
}*/

#painel .form_div{
	color: black;
}

#painel .central_widget{
	color: inherit;
	background: inherit;
}

#painel .widget{
	color: inherit;
	background: inherit;
}

#painel .txts{
	color: inherit;
	background: inherit;
	max-width: calc(var(--painel-max-width) - 42px);
}

#painel .painel_lojalogo{
	background: #303030;
}

#apps{
	flex-grow: 1;
	overflow: auto;
}

.painel_col{
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1080px){
	.painel_col{
		width: 33%;
		height: 100%;
		border-right: solid 1px #ff6633;
		float: left;
		
	}
}

.painel_col_sub{
	flex-shrink: 1;
	flex-grow: 1;
	overflow: auto;
	/*background: #333333;*/
}

.painel_col_subtitle{
	display: flex;
	flex-direction: row;
	font-size: 25px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	align-items: baseline;
	justify-content: center;
}

@media screen and (min-width: 1080px){
	.painel_col_subtitle{
		font-size: 35px;
		margin: 5px;
		padding: 5px;
	}
}



.painel_ditem{
	display: flex;
	flex-direction: row;
	border-bottom: solid 1px #222222;
	margin: 5px;
	padding: 8px;
}

.painel_ditem_content{
	flex-grow: 1;
}

.painel_ditem_img_div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 55px;
	flex-shrink: 0;
	margin-right: 7px;
	border-radius: var(--radius);
	overflow: hidden;
}

.painel_ditem_img_div img{
	height: 100%;
}



.appbar_sub{
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.appbar span{
	font-size: 16px;
	/*float: right;*/
	right: 30px;
	margin-top: 4px;
	opacity: 0.6;
	position: absolute;
}

.appbar button{
	border: solid 1px #303030 !important;
	background: #222222 !important;
	padding: 8px;
}

.appbar span + button{
	border-radius: 50%;
	/*float: right;*/
	right: 2px;
	width: 24px;
	height: 24px;
	position: absolute;
}

.appbar_sub button{
	font-size: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 2px;
  	padding-right: 2px;
}

.appbar_sub button img{
	width: 20px;
	height: 20px;
	margin: 3px;
}

@media screen and (min-width: 1080px){
	.appbar_sub button{
		flex-direction: row;
		font-size: 12px;
		padding-left: 8px;
  		padding-right: 8px;
	}
	
	.appbar span + button{
		right: calc(50vw - var(--painel-max-width) / 2);
	}
	
	.appbar span{
		right: calc(50vw - var(--painel-max-width) / 2 + 30px);
	}
}

#taskbar{
	/*background: #eeeeee;*/
	padding: 2px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	border-top: solid 1px #888888;
}

.taskbar_item{
	border: solid 1px #bbbbbb;
	background: transparent;
	margin-left: 2px;
	padding: 3px;
	border-radius: 3px;
	transition: 0.5s;
	position: relative;
}

.taskbar_item_active{
	border: solid 1px #999999;
	background: var(--ter-bg);
	color: var(--ter-color);
	margin-left: 2px;
	padding: 3px;
	border-radius: 3px;
	transition: 0.5s;
	position: relative;
}


.taskbar_item_menu{
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 10px;
	background: var(--pri-bg);
	color: var(--pri-color);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: none;
}

.taskbar_item_menu:hover{
	display: block;
}


.taskbar_item_active:hover .taskbar_item_menu{
	display: block;
}


.loja_topo{
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.loja_title{
	font-size: 20px;
	color: var(--text-color);
	text-align: center;
	font-weight: 700;
}

#loja_desc{
	margin: var(--margin);
	text-align: center;
}

.contato{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	min-width: 280px;
	margin: 12px;
	padding: 3px;
	border-radius: 5px;
	color: #000022;
	font-size: 15px;
	background: #eeeeee;
}

.contatoicon{
	width: 48px;
	height: 48px;
	filter: var(--icon-filter);
	margin-right: 5px;
}

.contatobt{
	text-align: center;
	min-width: 280px;
	margin: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: var(--ter-color);
	background: var(--ter-bg);
}

.loja_div{
	margin: 12px;
	text-align: center;
	flex-grow: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}


.logo_div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 180px;
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 6px #cccccc;
	box-shadow: 3px 3px 5px #888888;
	flex-shrink: 0;
	background: white;
	margin-bottom: 10px;
}

.logo_div img{
	max-width: 100%;
	max-height: 100%;
}

.logo{
	max-width: 180px;
	max-height: 180px;
	margin: auto;
}


@media (min-resolution: 1.5dppx){
	.corretor_foto_div{
		width: 90px;
		height: 90px;
	}
	
	.logo_div{
		width: 90px;
		height: 90px;
	}
}


.loja_name_sub{
	font-weight: bold;
}

.loja_name_sub_type{
	color: #222222;
	font-size: 13px;
}

.loja_name_sub_creci{
	color: #444444;
	font-size: 10px;
}






.categoria_div{
	width: 200px;
	height: 230px;

	margin: 8px;
	text-align: center;
	flex-grow: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	
}

.categoria_logo_div{
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: var(--shadow);
	
}

.categoria_logo_div img{
	width: 100%;
	height: 100%;
}


@media (min-resolution: 2dppx){
	.categoria_div{
		width: 130px;
		height: 150px;
	}
	
	.categoria_logo_div{
		width: 120px;
		height: 120px;
	}
	
}







.ad_loja{
	background: var(--pri-bg);
	width: 180px;
	height: 180px;
	margin: 12px;
	box-shadow: 3px 3px 5px #888888;
	text-align: center;
	flex-grow: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
	border: solid 6px #cccccc;
}

.title{
	text-align: center;
	margin: 4px;
	color: #555555;
	font-size: 20px;
	font-weight: 700;
}


#search_window{
	position: fixed;
	z-index: 28;
	color:  #ffffff;
	padding: 10px;
	line-height: 1.1;
}

.search_window_active{
	right: calc(50% - 138px);
	bottom: 10px;
	width: 250px;
	height: 260px;
	max-height: calc(100% - 100px);
	max-width: calc(100% - 40px);
	/*border-radius: var(--radius);*/
	border: solid 5px rgba(255,255,255,0.5);
	/*box-shadow: 0 0 8px #cccccc;*/
	background: rgba(20,20,20,0.8);
	backdrop-filter: blur(4px);
	background-clip: padding-box;
}

#search_filters{
	display: none;
}

.search_window_active #search_filters{
	display: block;
}


.search_docked{
	top: 230px;
}

.search_window_closed{
	right: 10px;
	bottom: 10px;
}

#search_icon_close_bt{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
	background: rgb(128,128,128);
	/*border: solid 1px rgba(255,255,255,0.4);*/
	border-radius: 0 0 0 50%;
	font-size: 10px;
	display: none;
	text-align: center;
	background-clip: padding-box;
	backdrop-filter: opacity(80%);
}


.search_window_active #search_icon_close_bt{
	display: block;
}

.search_docked  #search_icon_close_bt{
	display: none;
}



#search_icon{
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
}

.search_window_active #search_icon{
	margin-top: -20px;
}

.search_subtitle{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 4px;
	color: #aaaaaa;
}

.search_input{
	background: var(--pri-bg);
	color: var(--pri-color);
	padding: 4px;
	margin: 4px;
	border-radius: 12px;
	height: 16px;
}

.search_range{
	width: 100%;
}


.search_opt{
	padding: 5px;
	margin: 4px;
	border-radius: 12px;
	background: var(--pri-bg);
	border: solid 2px var(--bg-color);
	color: var(--pri-color);
}

.search_clear{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	color: var(--text-color);
	border-color: var(--text-color);
	border-radius: 50%;
	font-weight: bold;
	margin: 0px;
	margin-left: 3px;
}






.banner{
	height: 100%;
}

.bannerdiv{
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 430px;*/
	height: 100vh;
	position: relative;
	width: 100%;
	max-width: 1920px;
	background: #aaaaaa;
	line-height: 1.2;
}

.banner_text{
	max-width: 420px;
	position: absolute;
	color: white;
	top: 40px;
	font-size: 15px;
	left: calc(50% - 160px)
}

.banner_title{
	font-size: 18px;
	margin: 10px;
	font-weight: bold;
}

.banner_subtitle{
	margin: 10px;
}


.fovorite_icon{
	filter: none
}


.fovorite_icon_add{
	filter: grayscale(100%);
}



@media screen and (min-width: 800px){
	
	
	#search_icon{
		width: 58px;
		height: 58px;
	}
	
	.search_window_active{
		right: 20px;
		height: 300px;
	}
	
	.search_window_active #search_icon{
		margin-top: -50px;
	}

	.search_docked{
		right: 20px;
		top: 120px;
	}

	.banner_text{
		left: 10px;
		top: 80px;
	}

	.banner_title{
		font-size: 40px;
		margin-left: 0px;
	}
	
	.search_subtitle{
		font-size: 15px;
		margin-top: 8px;
		margin-bottom: 4px;
		color: #aaaaaa;
	}

	.bannerdiv{
		height: 430px;
	}

}


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

	.banner_text{
		top: 80px;
	}

	.banner_title{
		font-size: 50px;
	}

	.search_window_active{
		height: 330px;
	}
	
	.search_docked{
		top: 100px;
	}

		
	
	.bannerdiv{
		height: 430px;
	}

	#search_window{
		padding: 20px;
	}

	.search_subtitle{
		margin-top: 15px;
	}

	.search_input{
		padding: 8px;
	}
	
	.search_opt{
		padding: 8px;
		margin: 4px;
	}

}

@media screen and (min-width: 1280px){
	.banner_text{
		top: 70px;
		max-width: 400px;
	}

	.banner_title{
		font-size: 70px;
	}

	.bannerdiv{
		height: 500px;
	}
}

@media screen and (min-width: 1400px){
	
	.banner_text{
		top: 210px;
		font-size: 20px;
		max-width: 480px;
		left: 0px;
	}

	.banner_title{
		font-size: 90px;
	}

	.bannerdiv{
		height: 860px;
	}

	.search_docked{
		top: 260px;
	}

	.search_window_active{
		right: calc(50vw - 700px);
	}
	
}





.appbar{
	padding: 2px;
	text-align: center;
}

.appbar button{
	padding: 8px;
}


.appmenu{
	
	flex-direction: line;
	display: flex;
	background: gray;
	flex-basis: 230px;
}


.appview{
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	height: 100%;
}

.appcenter{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-grow: 1;
	overflow: auto;
	height: 100%;
}



.sidebar{
	padding: 4px;
	width: 180px;
	margin: 1px;
}

.window{
	height: 100%;
}

.appcontent{
	flex-grow: 1;
	overflow: auto;
	height: 100%;
	width: 100vw;
}

.notify_slot{
	position: fixed;
	right: 20px;
	top: 80px;
	width: 200px;
	max-width: calc(100% - 40px);
	z-index: 6;
}

.notify{
	padding: 4px;
	margin: 2px;
	border-radius: 4px;
	background: var(--sec-bg);
	color: var(--sec-color);
	font-size: 18px;
	transition: 1s;
}

.notify_erro{
	padding: 4px;
	margin: 2px;
	border-radius: 4px;
	background: var(--ter-bg);
	color: var(--ter-color);
	font-size: 18px;
	transition: 1s;
}


.widget_title{
	text-align: center;
	padding: 2px;
	font-size: 18px;
	
	display: block;
	margin-bottom: 4px;

}




.line{
	display: flex;
	flex-direction: row;
	border-bottom: var(--border);
	padding-bottom: 3px;
	margin: 3px;
	flex-wrap: wrap;
	width: calc(100% - 12px);
}

.line:last-child{
	border: none;
}

.line .cell{
	min-width: 120px;
	word-break: break-all;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.line_text{
	flex-grow: 1;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
	margin-left: 5px;
	word-break: break-all;
}

.line_img_div{
	width: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	border-radius: var(--radius);
}

.line_img_div img{
	max-height: 50px;
	max-width: 50px;
}



@media screen and (max-width: 800px){
	.line{
		justify-content: space-between;
	}
	.line_text{
		width: calc(100% - 110px);
		flex-shrink: 0;
	}
	
	.line .cell{
		min-width: 80px;
		flex-grow: 1;
		font-size: 13px;
		margin-top: var(--margin);
		margin-bottom: var(--margin);
	}

}



.flex_line{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.form_div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: var(--pri-bg);
	padding: 10px;
	/*box-shadow: var(--shadow);*/
	max-width: var(--max-width);
	width: calc(100% - 30px);
	border-radius: 5px;
	border: solid 1px var(--border-color);
}

.form_full{
	width: 100%;
}

.form_full fieldset{
	max-width: 100% !important;
}

.widget_full{
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	width: calc(100% - 22px);
	max-height: calc(100% - 22px);
	max-width: var(--painel-max-width);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	/*box-shadow: var(--shadow);*/
	overflow: auto;
	flex-grow: 1;
	flex-basis: 420px;
	
}




.central_widget{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	max-width: calc(100vw - 36px);
	color: var(--pri-color);
	background: var(--pri-bg);
	/*box-shadow: var(--shadow);*/
	padding: 8px;
	border-radius: var(--radius);
	overflow: auto;
	border: solid 1px var(--border-color);
}

.widget{
	background: var(--pri-bg);
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	width: 420px;
	max-height: calc(100% - 22px);
	max-width: calc(100% - 22px);
	margin: 5px;
	padding: 5px;
	float: left;
	/*box-shadow: var(--shadow);*/
	overflow: auto;
	flex-grow: 1;
	flex-basis: 420px;
}

@media screen and (max-width: 550px){
	.central_widget{
		width: calc(100% - 22px);
	}
	.widget{
		width: calc(100% - 22px);
	}
	
	.central_widget fieldset{
		max-width: 100%;
	}
	
	.widget fieldset{
		max-width: 100%;
	}
	
	.central_widget .item_widget{
		width: 100%;
	}
	
	.widget .item_widget{
		width: 100%;
	}
}
/*
.central_widget{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	max-width: calc(100% - 18px);
	background: #fafafa;
	box-shadow: 0 0 2px gray;
	padding: 8px;
	border-radius: 2px;
	overflow: auto;
}
*/

/*.widget_col{
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	width: 420px;
	height: calc(100% - 30px);
	max-width: calc(100% - 22px);
	margin: 5px;
	padding: 5px;
	float: left;
	box-shadow: var(--shadow);
	overflow: auto;
}
*/

.painel_div{
	width: calc(100% - 22px);
	max-width: var(--painel-max-width);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}


.cell{
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	padding: var(--padding);
	margin: var(--margin);
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	overflow: hidden;
}

.ad_img_prev{
	width: 200px;
	height: 180px;
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	margin: 2px;
}


.component{
	border: solid 1px gray;
	width: 100%;
	height: 80vh;
}

.dialogblocker{
	position: fixed;
	width: 100vw;
	height: calc(100vh - 25px);
	z-index: 32;
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(10px);
	top: 0px;
	left: 0p;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.dialogdiv{
	background: var(--pri-bg);
	color: var(--pri-color);
	z-index: 33;
	border: solid 1px var(--border-color);
	padding: 4px;
	box-shadow: 0px 0px 3px rgb(80,100,80);
	border-radius: var(--radius);
	overflow: auto;
	max-height: calc(100% - 20px);
	width: 420px;
	max-width: calc(100vw - 20px); 
}

.menublocker{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 32;
	background: var(--pri-bg);
	opacity: 0.3;
	backdrop-filter: blur(10px);
	top: 0px;
	left: 0p;
}

.menu{
	background: var(--pri-bg);
	color: var(--pri-color);
	position: fixed;
	z-index: 33;
	border: solid 1px var(--border-color);
	padding: 4px;
	box-shadow: 0px 0px 3px rgb(80,100,80);
	border-radius: var(--radius);
	overflow: auto;
}




.modal{
	
	border: var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	position: fixed;
	top: 60px;
	left: 20px;
	width: calc(100vw - 40px);
	height: calc(100vh - 100px);
	overflow: auto;
	z-index: 5;
	
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 1900px){
	.modal{
		width: var(--painel-max-width);
		left: calc((100vw - var(--painel-max-width))/2);
	}
}

.modal_content{
	margin: 2px;
	flex-grow: 1;
	overflow: auto;
}

.msgmodal{
	background: var(--pri-bg);
	color: var(--pri-color);
	border: solid 1px var(--border-color);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	position: fixed;
	
	
	top: calc(50% - 210px);
	max-height: calc(100vh - 100px);
	
	left: calc(50% - 175px);
	
	width: 380px;
	
	flex-direction: column;
	overflow: auto;
	z-index: 31;
}


.msgmodal .form_label{
	max-width: 100%;
	width: 335px;
}

.msgmodal .form_input{
	border: solid 1px rgba(10,10,10,0.1);
}

.msgmodal_title{
	text-align: center;
	padding: 8px;
	padding-left: 41px;
	font-size: 20px;
	font-weight: bold;
	color: var(--sec-color);
	background: var(--sec-bg);
	display: block;
	margin-bottom: 4px;
}

.msgmodal_title button{
	color: var(--sec-color);
	background: var(--sec-bg);
	float: right;
	border-radius: 50%;
	margin-top: -2px;
}

.msgbutton{
	margin: 10px;
	padding: 5px;
}

.flex_row{
	display: flex;
	flex-direction: row;
	margin: var(--margin);
	padding: var(--padding);
	border: var(--border);
	border-radius: var(--radius);
	flex-wrap: wrap;
	
}

.subtitle{
	font-size: 15px;
	text-align: center;
}


.msgcontent{
	border-bottom: solid 1px var(--border-color);
	padding: var(--padding);
	margin-top: var(--margin);
	margin-bottom: var(--margin);
}

.msgcontent:last-child{
	border: none;
}

.msgsubtitle{
	font-size: 15px;
	
	padding: var(--padding);
}

.workflow_ad{
	display: flex;
	flex-direction: row;
	border: solid 1px var(--border-color);
	padding: 4px;
	margin: 4px;
}

.workflow_ad_title{
	font-size: 18px;
}

.painel_lojadiv{
	position: relative;
    margin: 12px;
    flex-grow: 0;
	text-align: center;
	font-weight: bold;
}

.painel_lojasub{
	font-weight: normal;
	font-size: 12px;
}

.painel_lojalogo{
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 10px;
}

.painel_lojalogo img{
	max-width: 100%;
	max-height: 100%;
}

.painel_lojamsg{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: var(--sec-bg);
	color: var(--sec-color);
	height: 30px;
	width: 30px;
	background-image: url(/static/msg.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	font-size: 11px;
	box-shadow: var(--shadow);
}

.ad_mini{
	background: var(--pri-bg);   
	margin: 4px;
	width: 200px;
	height: 195px;
    box-shadow: var(--shadow);
    text-align: center;
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.txts{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--painel-max-width);
	border-radius: var(--radius);
}

.widget_txts{
	text-align: center;
	padding: 5px;
}

