* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

.clear {clear: both;}

.hidden {display: none;}
.col .hidden {display: none;}
.apos_tipocli {display: none;}

.txwhite {color: #fff;}
.txred {color: red;}
.txgreen {color: green;}
.txcinza {color: #999;}

.bggray {background-color: #fafafa;}
.bgwhite {background-color: #fff;}

.txr {text-align: right;}
.txl {text-align: left;}
.txc {text-align: center;}

.txr-cel {text-align: left;}

/************ ALTERAÇÃO NO CARROSSEL DO PRODUTO **************************************************************************************/

#gallery-images-base {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	background-color: rgba(0,0,0,.8);
	display: none;
}

#gallery-images-gallery {
	width: 100vw;
	height: 100%;
	position: relative;
	top: 0;
	left: 0%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#gallery-images-image {
	width: 100vw;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
}

#gallery-images-image img {
	width: 70%;
	height: auto;
	border: 4px solid #fff;
}

#gallery-images-buttons {
	width: 100vw;	
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#gallery-images-back, #gallery-images-go, #gallery-images-close {
	width: 40px;
	height: 40px;
	margin: 10px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bolder;
	font-family: arial;
	background-color: hotpink;
	border: 1px solid #fff;
	box-shadow: 2px 2px 4px #000;
	border-radius: 4px;
}

.galery-image img, #gallery-images-image img {
	cursor: pointer;
}


/************ COLUNA **************************************************************************************/

.row {
	margin-left: -5px;
	margin-right: -5px;
}
	.row:before,
	.row:after {
		content: " ";
		display: table;
	}
	.row:after {
		clear: both;
	}

.col {
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	margin-right: -4px;
	*zoom: 1;
	*display: inline;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	width: 100%;
}

.tab1 {
	float: left;
	width: 10%;
}

.tab2 {
	float: left;
	width: 20%;
}

.tab3 {
	float: left;
	width: 30%;
}

.tab4 {
	float: left;
	width: 40%;
}

.tab5 {
	float: left;
	width: 50%;
}

.tab6 {
	float: left;
	width: 60%;
}

.tab7 {
	float: left;
	width: 70%;
}

.tab8 {
	float: left;
	width: 80%;
}

.tab9 {
	float: left;
	width: 90%;
}

/************ BODY **************************************************************************************/

html {
	width: 100%;
	height: 100%;	
	min-height: 100%;
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	margin: auto;
	background-color:#fff;
	/* background-image: url('images/bg-tininha.jpg'); */
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
}

.home .container {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
	margin-top: 0px;
}

.container, .log {
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: auto;
	margin-bottom: 100px;
	padding-bottom: 20px;
	border-top: 0px solid #eee;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}

.log {
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
	border: 0px solid #fff;
}


.max {
	width: 100%;
	max-width: 1200px;
	/* min-height: 100%; */
	margin: auto;
}


/************ MENSAGEM **************************************************************************************/

.msg {
	display: block;
	width: 96%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 14px 6px;
	text-align: center;
	font-size: .9em;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alert {
	background-color: orange;
}

.error {
	background-color: red;
}
	
.correct {
	background-color: green;
	background-image: linear-gradient(limegreen, darkgreen);
}

.msg li {
	padding-bottom: 4px;
}

.msg a {
	color:#fff;
}

.msg a:hover {
	font-weight: bolder;
}

/************ BOTOES **************************************************************************************/

.btn {
	width: 100%;
	padding: 8px 10px 6px;
	text-align: center;
	background-image: linear-gradient(#fff, #ddd);
	color: #333;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn:hover {
	background-image: linear-gradient(#eee, #ccc);
	color: #000;
}

/************ LOGIN **************************************************************************************/

.tela-login {
	width: 100%;
	max-width: 380px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}

.tela-login h2 {
	text-align: center;
	margin: 20px 0px 30px;
}

.tela-login .check {
	text-align: right;
	margin-top: 20px;
}

.tela-login .check label, .tela-login .check input {
	float: right;
	padding-right: 8px;
	color: #999;
}

.btn-login {
	margin: 40px 0px 20px;
	font-size: 1.4em;
	font-weight: bold;
	background-image: linear-gradient(#ff8454, #eb632d);
	background-color: #ff8454;
	color: #fff;
	border: 1px solid #ccc;
}

.btn-login:hover {
	background-image: linear-gradient(#ff9e77, #ff8454);
	color: #fff;
}

.tela-login .link {
	text-align: right;
	margin-top: 30px;
}

.tela-login .register {
	text-align: left;
}

.tela-login a, .tela-login a:link, .tela-login a:visited, .tela-login a:active{
	color: #777;	
}

.tela-login a:hover {
	color: #ccc;
}

.tela-login .msg a {
	color: red;
}

/************ HEADER **************************************************************************************/

header {
	width: 100%;
	height: auto;
	background-color: #fff;
	text-align: center;
	z-index: 999;
	border-bottom: 2px solid lightpink;
}

header div.header-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px 8px;
	border-bottom: 2px solid lightpink;
}

header label.show-menu-btn {
	display: block;
	width: 15%;
	text-align: center;
	transition: 0.4s;
}

li.close-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 8px 20px 8px 40%;
	margin-bottom: 12px;
}

header label.hide-menu-btn {
	display: block;
}

header span.menu-anchor{
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin-top: 2px;
}

header span.menu-anchor:before {
	content: "";
	display: block;
	margin: 5px auto;
	font-size: 1.4em;
	width: 100%;
	height: 0.15em;
	background: hotpink;
	box-shadow: 0 .5em 0 0 hotpink, 0 1.0em 0 0 hotpink;
}

header div.header-logo {
	width: 85%;
	padding-right: 15%;
}

header div.header-logo img {
	width: 100px;
	margin: auto;
}

header div.header-logo img.desktop {
	display: none;
}

header nav ul.menu {
	width: 80%;
	max-width: 280px;
	height: 100%;
	position: fixed;
	top: 0; 
	left: -100%;
	background-image: linear-gradient(to right, #F9629F,lightpink);
	border-right: 1px solid #fff;
	transition: 0.4s;
	z-index: 9999;
	font-family: 'Poppins', sans-serif;
	overflow: auto;
	padding-top: 10px;
}

header nav ul li {
	display: block;
	border-bottom: 1px solid lightpink;
}

header nav ul li a {
	display: block;
	color: #fff;
	padding: 10px 12px;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 1px solid lightpink;
}

header nav ul li a:hover {
	background-color: pink;
}

header label.hide-menu-btn {
	font-family: verdana;
	font-weight: bolder;
	font-size: 1.2em;
	color: #fff;
}

header #chk {
	position: absolute;
	visibility: hidden;
	z-index: -999;
}

header #chk:checked ~ nav ul.menu {
	left: 0;
}

header .vira-seta {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

header li.submenu ul.children, 
li.submenu ul.children {
	display: none;
	background-color: lightpink;
}

header li.submenu ul.children a:hover {
	background-color: pink;
	border-bottom: 1px solid  #fff;
}
	
/************ HEADER BANNER **************************************************************************************/

.header-banner {
	width: 100%;
	position: relative;
	padding-top: 15vw;
}

.header-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.header-banner img:nth-child(1) {
	opacity: 1;
	animation-name: fade;
	animation-duration: 18s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.header-banner img:nth-child(2) {
 	animation-name: fade;
	animation-duration: 18s;
	animation-delay: 6s;
	animation-iteration-count: infinite;
}

.header-banner img:nth-child(3) {
 	animation-name: fade;
	animation-duration: 18s;
	animation-delay: 12s;
	animation-iteration-count: infinite;
}

@keyframes fade {
  0%, 33.3% {opacity: 0;}
  33.3%, 66.6% {opacity: 1;}
  66.6%, 100% {opacity: 0;}
}


/************ BUSCAWEB **************************************************************************************/

.p-words {
	width: 100%;
	padding: 4px;
}

#buscaweb {
	width: 90%;
	height: 38px;
	margin: auto;
	padding: 0px 0px 0px 8px;
	background-color: #fce5cd;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid hotpink;
}

#buscaweb input {
	width: 80%;
	height: 36px;
	float: left;
	background-color: #FFF5EE;
	color: hotpink;
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
	border: 1px solid #FFF5EE;
	outline: none;
	padding: 4px;
}

#buscaweb input[type=text]:focus {
	border: 1px solid #fce5cd;
}

#buscaweb input::placeholder {
	color: hotpink;
}

#buscaweb input.lupa {
	width: 20%;
	height: 36px;
	float: left;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	border-radius: 0px 30px 30px 0px;
	border: 0px solid #fff;
	background-image: url('images/icone-lupa.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 40px;
}

/************ BREADCRUMBS **************************************************************************************/

.breadcrumbs {
	width: 100%;
	height: auto;
	padding: 10px 2px 5px 2px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px
}

.titulo-page {
	width: 100%;
	height: auto;
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px
}

.titulo-page {
	padding-top: 20px;
	color: #ff8454;
	text-align: center;
}

.breadcrumbs2 {
	width: 96%;
	height: auto;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	background-color: #fff;
}

.breadcrumbs2 a {
	font-size: .9em;
	font-weight: normal;
	color: LightPink;
}

.breadcrumbs2 a.black {
	color: #000;
}

.breadcrumbs2 a.cz_claro {
	color: #ddd;
}


/************ BOTOES BREADCRUMBS **************************************************************************************/

.btn-icone {
	width: 100%;
}

.btn-icone .btn {
	width: auto;
	margin-right: 4px;
	padding: 4px 10px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid white;
	background-image: linear-gradient(#fff, #eee);
	color: #000;
}

.btn-icone .btn:hover {
	background-image: linear-gradient(#777, black);
	color: #fff;
}

.btn-icone .disabled, .btn-icone .disabled:hover {
	background-image: linear-gradient(#fff, #eee);
	color: #ddd;
}

/************ PESQUISA **************************************************************************************/

#pesquisa, .pesquisa {
	width: 90%;
	height: auto;
	margin: 4px 5%;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: hotpink;
	border: 1px solid lightpink;
}

#pesquisa label {
	width: 100%;
	height: 10px;
	padding-left: 10px;
}

#pesq_select {
	width: 96%;
	padding: 6px 4px 4px 4px;
	background-color: lightpink;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

 #busca {
	width: 78%;
	margin: 4px 0px;
	background-color: lightpink;
	padding: 6px 4px 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pesq_web {
	width: 18%;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}

#pesq_web img {
	width: 26px;
}

#pesquisa .btn_b {
	opacity: .5;
}

/* 
.pesquisa  {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 8px;
	background-color: #fff;
	font-size: 1.2em;
}
*/



#pesq_cep {
	margin-top: 2px;
}



/************ MAIN **************************************************************************************/

.main {
	width: 100%;
	padding: 4px 10px 34px;
}

/************ GALERIA-PAGE **************************************************************************************/

.galeria-page {
	display: flex;
	flex-direction: column;
}

/************ ASIDE **************************************************************************************/

.aside {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
	
.aside-category {	
	width: 100%;
	height: auto;
	padding: 6px;
	text-align: left;
	color: #FF69B4;
}

.category-fixed {
	display: flex;
	width: 94%;
	border: 1px solid hotpink;
	color: hotpink;
	margin: 0px 12px 12px 6px;
	padding: 8px 6px;
	border-radius: 8px;
}

.category-fixed a {
	color: hotpink;
}

.aside-category  input {
	display: none;
}

.aside-category label.label-category {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0px 6px;
	padding: 8px 12px;
	font-size: 1.4em;
	font-weight: bolder;
	background: linear-gradient(90deg, #FF69B4, #FFC0CB);
	border-radius: 8px;
	color: #fff;
}

.aside-category label.label-category img {
	width: 22px;
	opacity: .15;
	margin-right: 4px;
	transform: rotate(180deg);
}

input[type="checkbox"]:checked ~ label.label-category img{
	transform: rotate(0deg);
}

input[type="checkbox"]:checked ~ .list-category {
	display: block;
}

.list-category {
	display: none;
}

.list-category label{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 6px;
	padding: 6px 8px;
	border-bottom: 1px solid #FFC0CB;
}

ul.subcat {
	display: none;
}

.list-category li {
	display: block;
	margin: 0px 8px 0px 16px;
	padding: 4px 0px 4px 8px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	background-color: rgba(255,192,203,.3);
}

input[type="checkbox"]:checked ~ ul.subcat {
	display: block;
}

.list-category a {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-style: italic;
	font-size: 1.0em;
	color: #FF69B4;
	padding: 4px 0px;
}

label .seta {
	width: 22px;
	transform: rotate(180deg);
	opacity: .15;
}

input[type="checkbox"]:checked ~ label .seta {
	transform: rotate(0deg);
}

.aside-filtros {	
	width: 100%;
	height: auto;
	padding: 12px 6px;
	color: #FF69B4;
}
	
.words-filter {
	display: flex;
	flex-flow: row wrap;
}

.aside-filtros  h3 {
	margin: 0px 6px;
	padding: 8px 12px;
	font-size: 1.4em;
	font-weight: bolder;
	background: linear-gradient(90deg, #FF69B4, #FFC0CB);
	border-radius: 8px;
	color: #fff;	
}

.aside-filtros a {
	display: block;
	margin: 12px;
	padding: 8px 12px;
	border: 1px solid #FFC0CB;
	border-radius: 6px;
	color: #FF69B4;
}

/************ GALERIA PRODUTOS **************************************************************************************/

.galeria {
	width: 98%;
	margin: auto;
	height: auto;	
	padding: 0px 6px 12px;
	text-align: center;
}

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

.box-produto {
	width: 100%;
	height: auto;
	margin: 12px ;
	background-color:#fff;
	border: 1px solid #eee;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 4px 0px;
}

#img-slide {
	display: none;
}

.galeria a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.galeria a.vermais {
	width: 100%;
	height: 100%;
	background-color: rgba(255,182,193, 0.4);	
	display: flex;
	align-items: center;
	justify-content: center;
}

.vermais h5 {
	font-size: 1.6em;
	color: white;
}

.img-wrapper, .img-wrapper-prod {
    width: 100%;
    height: auto;
	border: 2px solid #fff;
}

.img-wrapper img, .img-wrapper-prod img {
 	display: block;
	width:100%;
}

.galeria h2 {
	width: 100%;
	height: auto;
	padding: 8px;
	display: flex;
	justify-content: center;
	font-size: 1.4em;
	color: #FF69B4;
	border-top: 1px solid pink;
}

.galeria h2.titulo-cat {
	width: 100%;
	height: auto;
	justify-content: left;
	border-top: 0px solid MistyRose;
	font-size: 1.4em;
	border-bottom: 2px solid MistyRose;
	color: hotpink;
}


.infcodpre {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 12px;
}

.infcodpre p.infcod, .infcodpre p.infpre{
	width: 100%;
	font-size: 1.2em;
	color: #777;
}

.infcodpre p.infcod {
	text-align: left;
}

.infcodpre p.infpre{
	text-align: right;
}

p.btn-alugar{
	width: 80%;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 6px 4px 4px 4px;
	border-radius: 2px;
		background-image: linear-gradient(lightpink, hotpink);
	border: 1px solid #ddd;
	letter-spacing: 1px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #777;
}

.row-paginacao {
	width: 100%;
	display: flex;
}

#paginacao {
	width: auto;
	margin: auto;
	margin-top: 20px;
	font-size: .8em;
}

#paginacao a {
	float: left;
	width: 30px;
	margin: 0px 2px;
	padding: 6px 0px;
}

#paginacao a:visited {
	background-color: #f3f3f3;
	color: darkblue;
	border-bottom: 1px solid darkblue;
}

#paginacao a.pg_tx {
	width: 56px;
}

/************ PRODUTO **************************************************************************************/

.produto {
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 10px 10px;
}

.vitrine {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

.galery-image:first-child {
	width: 100%;
	margin-bottom: 12px;
}

.galery-image {
	width: 23%;
	margin-right: 2%;
}

	#img-slide {
		display: none;
		flex-wrap: wrap;
		justify-content: center;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0,0,0,.8);
		z-index: 999;
	}
	
	#slide {
		display:flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		height: auto;
		margin: auto;
		overflow: hidden;
		border: 2px solid #fff;
	}
	
	.buttons-slide {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		position: fixed;
		bottom: 12px;
	}
	
	#back-img-slide, #go-img-slide, #close-img-slide {
		width: 36px;
		height: 36px;
		text-align: center;
		background-image:linear-gradient(#FFB6C1, #FF69B4);
		border: 1px solid #fff;
		color: #fff;
		font-size: 1.6rem;
		margin-right: 24px;
		border-radius: 4px;
	}

	.ximgs {
		width: 100%;
		height: 100%;
		position: relative;
		left: 0;
	}
	
.vitrine .galery-image img {
	display: block;
	width: 100%;
	max-width:800px;
	margin: auto;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}

 /*
.vitrine .thumbnails img {
	width: 96%;
	border: 4px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px 0px;
}

.vitrine .other-images {
	display: block;
	width: 96%;
	margin: auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}

.vitrine .other-images img {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
*/

.produto form {
	padding-left: 5%;
	padding-bottom: 20px;
	border-left: 1px solid #eee;
}

.produto form h2 {
	padding: 10px 0px;
	margin-bottom: 6px;
	font-size: 2em;
	text-decoration: underline;
	color: #555;
}

.produto form p {
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #777;
	line-height: 22px;
	margin-bottom: 40px;
}


.dados_produto{
	
}

#select_cidades {
	display: block;
}

.produto form h3 {
	color: #ff8454;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.6em;
}

.produto .field {
	border-bottom: 1px solid #ddd;
	padding-top: 16px;
}

.produto .field:first-child {
	border-bottom: 0px solid #ddd;
}

.produto .field label {
	display: block;
	text-align: left;
	background-color: #fff;
	font-size: 1.2em;
	color: #999;
	padding: 2px 4px ;
	margin-right: 10px;
}

.produto .field input, .produto .field select, .produto .field textarea {
	display: block;
	width: 96%;
	margin-top: 4px;
	padding: 16px 10px 4px 10px;
	font-size: 1.4em;
	color: #000;
	background-color: #fff;	
	border: 0px solid #ccc;
	font-family: verdana;
}

.produto .field input.input, .produto .field select.input {
	padding: 12px 10px 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
	border: 1px solid skyblue;
	color: #000;
}

.produto .field input.txc {
	text-align:center;
}

#retira {
	float: left;
	width: 40px;
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}


.opc {
	padding: 8px;
	font-size: 1.2em;
}

.opc input {
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}

.opc input[type=checkbox] {
    transform: scale(1.2);
}

.produto form .opc p {
	float: left;
	margin-bottom: 16px;
}

.produto form .opc p.opc_valor {
	float: right;
	margin-right: 18px;
}

.produto .btn {
	width: 95%;
	min-width: 100px;
	height: auto;
	margin: 30px 0% 6px 2%;
	padding: 18px 4px 16px 4px;
	background-image: linear-gradient(#ff8454, #eb632d);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
	border: 1px solid #fff;
	font-weight: bolder;
}

.produto.btn:hover {
	background-color: red;
}

.produto p.medidas {
	font-size: .9em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/************ ESCOLHA CLIENTE ********************************************************************************/

.escolha-cliente {
	width: 100%;
	min-height: 400px;
	padding: 20px 10px 50px;
}

.escolha-cliente h2 {
	padding: 14px 6px 10px;
	text-align: center;
	font-size: 1.4em;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
}

.dados-cliente {
	margin: 0px 20px;
	padding: 10px;
	border: 1px solid red;
	line-height: 20px;
}

.dados-cliente a {
	display: block;
	text-align: center;
	cursor: pointer;
	width: 260px;	
	margin:auto;
	margin-top: 20px;
	padding: 8px 4px 6px;
	background-color: #fff;
	border: 1px solid green;
	color: green;
}

/************ ENDERECO *************************************************************************************/

.dados-endereco {
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	color: #454;
	text-align: right;
	font-size: 1.2em;
	box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px 0px;
	border: 1px solid #454;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dados-endereco a {
	display: block;
	padding: 10px;
	text-align: left;
	color: #454;
}

.dados-endereco:hover {
	background-color: skyblue;
}

.dados-endereco input.tbtn {
	cursor: pointer;
	width: 74px;
	margin-top: 26px;
	padding: 8px 4px 6px;
	background-image: linear-gradient(#fff, #ddd);
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	font-weight: bold;
	font-size: .6em;
	color: #454;	
	border: 1px solid darkgreen;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

/************ ICONE HOME **************************************************************************************/

.icone-home {
	width: 42%;
	max-width: 140px;
	height: 140px;
	float: left;
	text-align: center;
	padding: 10px;
	background-image: linear-gradient(LightPink, HotPink);
	color: #fff;
	margin: 2%;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 4px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.icone-home img {
	width: 80%;
	margin: auto;
}

/************ CARROSSEL **************************************************************************************/
/*
section {
	width: 100%;
	min-height: 100%;
}	

.slideshow{
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color:#ffc400;
	border-top: 4px solid #ffc400;
	border-bottom: 4px solid #ffc400;
}

.slider li, ul{
	width: 100%;
}

.slider li {
	overflow: hidden;
}

.slideshow li img {
	width: 580px;
}

.slider .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 40px 15px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1 {
	font-size: 2em;
}

.slider .caption p {
	display: none;
}

.left, .right {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 5;
	opacity: .6;
}

.left {
	left: 10px;
}

.right {
	right: 10px;
}

.left:hover, .right:hover {
	opacity: 1;
}

.pagination {
	position: absolute;
	top: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination li {
	font-size: 20px;
	margin: 10px 5px 4px;
	color: #ddd;
	cursor: pointer;
}

/************ CARRINHO **************************************************************************************/
	
.carrinho {
	height: auto;
	min-height: 400px;
	font-size: 1.2em;
}

.carrinho h1 {
	width: 96%;
	background-color: #fff;
	color: #ff8454;
	border-bottom: 1px solid #ff8454;
	padding: 18px 10px 18px;
	margin: 0px 2%;
	text-align: center;
	font-size: 1.4em;
}

.carrinho-dados {
	padding: 0px 20px;
}

.ldh {
	border-left: 1px solid #eee;
	margin-top: 10px;
	padding: 0px 20px 10px 20px;
}

.carrinho h2 {
	width: 100%;
	line-height: 26px;
	padding: 4px 10px;
	border-bottom: 1px solid #eee;
	color: #777;
	font-weight:normal;
	font-size: 1em;
}

.carrinho span{
	color: #ff8454;
	font-size: 1.1em;
}

.carrinho input {
	width: 98%;
	margin-left: 1%;
	padding: 8px 2px 4px;
	border: 0px solid #eee;
	font-size: 1.2em;
}

.carrinho input.number {
	text-align: right;
}

.carrinho a.excl {
	display: block;
	width: 28px;
	margin-top: 2px;
	margin-left: 8px;
	padding: 4px 3px 4px 4px;
	border: 1px solid red;
	color: red;
	opacity: .5;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	border-radius: 2px;
}

.carrinho span.cinza {
	background-color: yellow;
	padding: 2px 6px;
	color: #333;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.carrinho .field textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin: 10px 0px 30px;
	font-size: 1.0em;
	color: #777;
}

.carrinho p {
	padding: 0px 2px;
	font-size: 1.1em;
}

.carrinho-item {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}

.minifoto {
	width: 80%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	margin-left: 15%;
	border: 1px solid #ccc;
}

.carrinho p.vlr_carrinho {
	font-size: .9em;
	margin-top: 8px;
}

.carrinho-item input, .carrinho-item a {
	margin-left: 4px;
}

.carrinho-item p {
	margin-top: 4px;
}

.carrinho-item h5 {
	padding-bottom: 6px;
	color: #454;
}

.carrinho input.carrinho-btn-ok {
	cursor: pointer;
	width: 93.5%;
	font-size: 1.0em;
	margin-left: 3%;	
	margin-top: 20px;
	padding: 14px 4px 10px;
	background-color: green;
	color: #fff;
	margin-bottom: 40px;
	border-radius: 3px;
}

.carrinho input.carrinho-btn-okok {
	cursor: pointer;
	width: 93.5%;
	font-size: 1em;
	margin-left: 3%;	
	margin-top: 20px;
	padding: 16px 4px 13px;
	background-color: darkgreen;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: bold;
}


.carrinho input.trans {
	opacity: .4;
}

.carrinho input.carrinho-check {
	width: 30px;
	margin-top: 2px;
	margin-bottom: 40px;
	float: left;
}

.carrinho input.carrinho-btn-x {
	cursor: pointer;
	width:45%;	
	font-size: 1.0em;
	margin-left : 3%;
	padding: 14px 4px 10px;
	background-color: #fff;
	border: 1px solid red;
	color: red;
	border-radius: 3px;

	}
	
.carrinho input.carrinho-btn-xx {
	cursor: pointer;
	width: 93.5%;
	font-size: 1.0em;
	margin-left : 3%;
	margin-bottom: 20px;
	padding: 14px 4px 10px;
	background-color: #fff;
	border: 1px solid #ff8454;
	color: tomato;
	border-radius: 3px;
	font-weight: bold;
	}


.carrinho input.carrinho-btn-c {
	cursor: pointer;
	width: 45%;
	font-size: 1.0em;
	margin-left : 1.5%;
	padding: 14px 4px 10px;
	background-color: #fff;
	border: 1px solid green;
	color: green;
	border-radius: 3px;
}

.carrinho input.carrinho-btn-cc {
	cursor: pointer;
	width: 93.5%;
	font-size: 1.0em;
	margin-left: 3%;
	margin-bottom: 20px;
	padding: 14px 4px 10px;
	background-color: seagreen;
	border: 1px solid green;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}

.carrinho input.carrinho-btn-ok:hover {
	background-color: darkgreen;
}

.carrinho input.carrinho-btn-x:hover {
	color: #333;
}

a.carinho_voltar {
	font-size: 1.2em;
	color: red;
}

a.carinho_voltar:hover {
	font-weight: bold;
}

.carrinho-item input.qt {
	border: 1px solid #ddd;
	padding: 2px;
	font-size: .9em;
	margin-top: 6px;
}

.carrinho-item input.vl {
	padding: 2px;
	font-size: .9em;
	margin-top: 8px;
}

.nome_carrinho {
	margin-top: 8px;
	float: left;
	color: #999;
	margin-left: 6px;
}

.carrinho .aviso-btn {
	font-size: .9em;
	color: #444;
	margin-left: 3%;
	margin-top: 20px;
}

/************ PAGAMENTO **************************************************************************************/

.resumo_pedido p {
		margin-left: 10px;
}

.img_carrinho {
	border-radius: 5px;
	width: 90%;
	max-width: 250px;
	height: auto;
	margin-left: 20px;
	margin-right: 4%;
	margin-bottom: 6px;
	display: block;
    position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}

.img_carrinho img {
	width: 100%;
 	box-shadow: 1px 1px 10px;
}

.resumo_pedido p.imgp{
	margin-left: 20px;
}

.bordatop {
	margin-top: 6px;
	border-top: 1px solid #ddd;
}


/************ LISTA **************************************************************************************/

.lista {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
}

.linha {
	height: auto;
}

.lista .titulo {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #454;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
}

.lista .titulo p {
	padding: 10px 10px 6px;
	border-left: 1px solid #f5f5f5;
}

.lista .titulo p.p, #resultados .linha p.p, .lista-itens p.p {
	border-left: 0px solid #f5f5f5;
}

#resultados a {
	display: block;
	color: #454;
}

#resultados a.txgreen {
	color: green;
	font-weight: bolder;
}

#resultados .linha:hover {
	background-color: skyblue;
	color: #fff;
}

#resultados .linha {
	font-weight: bold;
	font-size: 1.0em;
	border-top: 1px solid #ccc;
	color: #777;
	font-style: italic;
}

#resultados .semborda {
	border-top: 0px solid #ccc;
	font-style: normal;
	font-weight: normal;
	font-size: .9em;
}

#resultados .linha p {
	padding: 2px 6px;
	border-left: 0px solid #f5f5f5;
}

#resultados h3 {
	text-align: center;
}

.acoes {
	width: 100%;
	height: auto;
	min-height: 42px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.acoes .btn {
	width: 80px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.lista-itens {
	display: block;
	width: 100%;
	padding: 10px 6px 8px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	background-color: #fff;	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0px;
}

.lista-itens .titulo p {
	padding: 10px 10px 6px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #f5f5f5;
	font-size: .9em;
	color: #000;
}

.lista-itens .linha {
	font-weight: normal;
	font-size: 1.0em;
	border-top: 1px solid #eee;
	color: #777;
}

.lista-itens .linha p {
	padding: 14px 10px 10px;	
	border-left: 1px solid #f5f5f5;
}

#resultados .titulo-ficha h3{
	background-color: #ffa454;
	color: #fff;
	padding: 8px 10px 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-style: italic;
}

.ficha {
	border-bottom: 2px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

.maior {
	font-size: 1.2em;
	}

.img_ficha {
	border-radius: 5px;
	width: 70%;
	margin-left: 14%;
	margin-right: 14%;
	max-width: 100px;
	height: 40px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
    position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}

.img_ficha img {
	width: 200%;
 	margin-left: -50%;
	margin-top: -10%;
	box-shadow: 1px 1px 10px;
}

.ficha p {
	font-size:.8em;
	line-height: 16px;
}

.img_ficha2 {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
    position: relative;
	overflow: hidden;
}

.img_ficha2 img {
	width: 100%;
}




/************ TELA **************************************************************************************/

.tela {
	width: 100%;
	margin: auto;
	margin-top: 40px;
	padding: 10px 20px;
	font-size: 1.0em;
}

.tela h4 {
	width: 100%;
	margin: auto;
	padding-left: 20px;
	padding-top: 4px;
	border-top: 1px solid #ddd;
}

.tela .field {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}

.tela .field label {
	background-color: #fff;
	color: #000;
	padding: 2px 4px ;
	margin-left: 6px;
	font-size: .9em;
}

.tela .field label.txred  {
	color: red;
}

.tela .field input, .tela .field select, .tela .field textarea {
	display: block;
	width: 100%;
	padding: 10px 6px 8px 6px;
	font-size: 1.1em;
	color: #999;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	background-color: #fff;	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 4px;
}

#reserva_ok {
	color: red;
	border: 1px solid red;

}

.tela .field select {
	padding: 10px 6px 7px 6px;
}

.tela .field textarea {
	height: 140px;
	resize: none;
}

.tela .field select .opcao {
	color: #555;
}

.tela .field input.input, .tela .field select.input, .tela .field textarea.input {
	border: 1px solid skyblue;
	background-color: #f0f8ff;
}

.tela .field input.data {
	font-family: Arial;
	font-size:1.1em;
	padding: 8px 5px 5px;
}

.tela .field input.input:focus, .tela .field select.input:focus, .tela .field textarea.input:focus {
	background-color: #f5f5f5;
	color:#000;
}

.tela .field input.radio {
	width: auto;
	margin: 10px 10px 8px;
	float:left;
	box-shadow: 0px 0px 0px #fff;
}

.radioyn {
	display: block;
}

.tela .field .radioyn label {
	margin-left: 10px;
}

.tela .nradio {
	font-size: 1.8em;
	color: #000;
}

#pesq_cep {
	margin-top: 20px;
	padding: 6px 5px ;
	cursor: pointer;
}

.tela .bts {
	margin-top: 20px;
	min-height: 60px;
}

.tela input.tbtn, .actions .tbtn, button.tbnt {
	cursor: pointer;
	width: 120px;
	margin-right: 2%;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px 4px 10px;
	background-image: linear-gradient(limegreen, darkgreen);
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	font-weight: bold;
	color: #fff;	
	border: 1px solid darkgreen;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tela input.tbtn-x, .actions .tbtn-x  {
	background-image: linear-gradient(#fff, #aaa);	
	border: 1px solid #454;
}

.tela input.tbtn-ok {
	background-image: linear-gradient(#fff, #ccc);	
	border: 1px solid green;
	color: green;
}

.tela input.tbtn-ex {
	background-image: linear-gradient(red, darkred);	
	border: 1px solid #454;
}

.tela input.tbtn:hover, .tela input.tbtn-ok:hover, .actions .tbtn:hover {
	background-image: linear-gradient(lime, green);
	color: #fff;
}

.tela input.tbtn-x:hover, .actions .tbtn-x:hover  {
	background-image: linear-gradient(#fff, #ddd);
	color: darkred;
}	

.tela input.tbtn-ex:hover {
	background-image: linear-gradient(red, red);
}	

.actions .tbtn-girar {
	cursor: pointer;
	width: 120px;
	margin-right: 2%;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px 4px 10px;
	background-image: linear-gradient(#fff, #aaa);
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px 0px;
	font-weight: bold;
	color: #333;	
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tela .girar-input input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	float: left;
	margin-top: 16px;
	margin-right: 10px;
}

.chkopc { 
	float:left;
	margin: 12px 20px 0px 0px;
	width: 20px;
	height: 20px;
	}

.opc_prod {
	font-size: 1.2em;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.valor_buffet {
	display: block
}

.valor_consumidor {
	display: block
}

/************ BUSCA LISTA **************************************************************************************/


#cli_list, #user_list {
	border: 1px solid #ccc;
	margin:-20px 4px 10px 4px;
}

#prod_list {
	border: 1px solid #ccc;
	margin:0px 4px 0px 4px;
}

.tela .list li {
	background-color: #fcfcfc;
	cursor: pointer;
}

.tela .list li {
	padding: 8px;
	color: #777;
	border: 1px solid #fafafa;
}

.tela .list li:hover {
	background-color: skyblue;
	color: #fff;	
}

.botoes {
	height: auto;
	text-align: center;
}

/************ BTN_CONFIRMA **************************************************************************************/

.botoes-conf {
	text-align: right;
}

.btn-conf {
	width: 150px;
	height: auto;
	margin: 6px 1% 6px 0%;
	padding: 12px 20px 10px 20px;
	letter-spacing: 1px;
	font-size: 1.em;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px 0px;
	background-image: linear-gradient(lime, darkgreen);
	color: #fff;
	border: 1px solid #aaa;
}

.btn-conf:hover {
	background-image: linear-gradient(limegreen, darkgreen);
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px 0px;
}

.back {
	background-image: linear-gradient(#fff, #ddd);
	color: #777;
	border: 1px solid #ccc;
}

.back:hover {
	background-image: linear-gradient(#fff, #aaa);
	color: red;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px 0px;
}

/************ CADASTRO PRODUTO **************************************************************************************/

.fotos-gerenciar img, .cad-prod img {
	width: 100%;
	border: 1px solid #ddd;
}

.fotos-gerenciar p, .cad-prod p {
	padding-bottom: 8px;
	font-size: .9em;
	color: #777;
	border-bottom: 1px solid #ddd;
	margin-bottom: 18px;
}

#image_demo {
	width:488px;
	height: 648px;
	margin: auto;
	border: 2px solid #ddd;
	margin-bottom: 20px;
}

#image_uploaded {
	width: 80%;
	margin: auto;
	height: auto;
}

.fotos-gerenciar a.btn {
	margin-top: 10px;
	margin-right: 8px;
}

#image_orig img, #imagem_nova img{
	width: 90%;
	margin: auto;
}

#previa {
	width: 60%;
	height: auto;
	margin: 20% 20%;
	border: 2px solid #333;
}

/************ CADASTRO ITEM PRODUTO **************************************************************************************/

.tela .item input.tbtn {
	margin-top: 0px;
	margin-bottom: 10px;
}

.item .lista {
	margin-top:20px;
}

.tela .col {
	margin-right: 0px;
}

.tela .col .hidden {
	display:none;
}

/************ FOOTER **************************************************************************************/
.footer {
	background-color: dodgerblue;
	/* background-image: url("images/cobertura-bolo.png");*/
	background-repeat: no-repeat;
	border-top: 1px solid #eee;
	margin-top: 100px;
	padding-top: 30px;
	position: relative;
}

.box-footer {
	width: 100%;
}

.box-footer img.logo-footer {
	width: 180px;
	position: absolute;
	top: -110px;
	left: calc(50% - 90px);
}

.footer nav {
	width: 80%;
	margin: auto;
	padding: 42px 0px 12px;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
}

.footer li {
	width: 50%;
}

.footer nav li a {
	display: block;
	width: 100%;
	padding: 6px 0px;
	text-align: left;
} 

.footer nav a {
	color: #fff;
}

.box-footer h3 {
	width: 80%;
	margin-top: 48px;
	margin-bottom: 12px;
	margin-left: 10%;
	text-align: center;
	color: #fff;
	padding: 4px;
	border-bottom: 1px solid #FFC0CB;
}

.box-footer a {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 36px;
	color: #fff;
}

.box-footer img {
	width: 40px;
	margin-right: 12px;
}

.box-footer a.face img, .box-footer a.insta img {
	width: 36px;
}

.assinatura {
	margin-top: 12px;
	background-color: #000;
	color: #fff;
	border-top: 1px solid #777;
	text-align: center;
	padding: 12px 12px;
	font-size: .8rem;
}

.assinatura a {
	color: #ccc;
	font-size: .6rem;
}

#whats {
	display: block;
	width: 100px;
	background-color: green;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#whats img {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;

}


/*
.rodape {
	background-color: #333;
	padding: 20px 10px 10px;
	text-align: center;
	margin-top: 50px;
}

.block-rodape {
	margin-bottom: 12px;
}

.block-rodape:nth-child(2) {
	padding-bottom: 12px;
	border-bottom: 1px solid #777;
}

.block-rodape:last-child {
	margin-bottom: 0px;
}

.rodape img {
	width: 80%;
	max-width: 136px;
	padding-bottom: 10px;
}

.rodape h3 {
	font-size: 1.2em;
	color:#aaa;
	font-weight: bolder;
	padding: 0px 20px;
	font-style: italic;
}

.rodape a.info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin: 0px 0px 6px 0px;
	padding: 4px 0px;
}

.rodape a.info img {
	width: 32px;
	margin-right: 6px;
	padding: 0px;
}

.rodape a.info p {
	font-size: 1.2em;
	color:#ddd;
}

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

.midias a p {
	display: none;
}

.redesociais {
	width: auto;
}

.redesociais a {
	cursor: pointer;
}

.redesociais img {
	width: 32px;
	margin: 0px 12px;
}

.cel {
	display: none;
}

.h2cel {
	padding-bottom: 20px;
}

#image img {
	margin-top: 20px;
	width: 80%;
}
*/

/******* PAGSEGURO CARTAO *****/
	
.display_none {
	display: none;
	}

.div_flex_center {
	display: flex;
	align-items: center; 
	}
	
#pagamento {
	width: 300px;
	margin: auto;
	padding: 20px 10px;
	border: 2px solid #ccc;
	border-radius: 10px;
	}

#pagamento h3 {
	margin-bottom: 20px;
	text-align: center;
	}	

#pagamento div.field {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0px 6px 4px;
	}

#pagamento label {
	width: 100%;
	font-size: 9px;
	text-align: left;
	letter-spacing: 1px;
	color: #000;
	}

#pagamento input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fafafa;
	padding: 7px 6px 6px 6px;
	margin-top: 4px;
	box-shadow: none;
	font-size: .8em;
	}

#pagamento select {	
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: aliceblue;
}

#pagamento input::placeholder, #pagamento select::placeholder {
  color: #aaa;
}
	
#bandeira_cartao {
	width: 60px;
	float: right;
	}

#bandeira_cartao img {
	margin: auto;
	margin-top: 8px;
	}

#pagamento input#numero_cartao {
	width: 76%;
	float: left;
	}

#val_cartao_mes, #val_cartao_ano, #cvv_cartao {
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: right;
	font-size: 12px;
	}

#pagamento input#cvv_cartao {
	width: 50px;
	text-align: center;
	}

#div_qt_parcelas {
	display: block;
}	

#qt_parcelas {
	width: 100%;
	margin-top: 8px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	}

.FormaPgto {
	margin-top: 20px;
	}

.FormaPgto p {
	font-weight: bold;
	padding: 10px 10px 2px;
	margin-bottom: 6px;
	font-size: .8em;
	color: #555;
	border-bottom: 1px solid #ccc;
	}
	
.FormaPgto li {
	float: left;
	padding: 4px 4px;
	}

.FormaPgto img {
	width: 42px;
	height: 20px;
	}

#pagamento input#botaoComprar {
	background-color: green;
	border: 1px solid green;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	margin: 20px 0px;
	letter-spacing: 1px;
}

.link_voltar {
	font-size: 14px;
	margin-right: 4px;
	padding: 4px;
	float: right;
	color: red;
}

.dica_label_pagseguro {
	font-size: 9px;
    letter-spacing: 1px;
    color: #000;
	margin-left: 10px;

}

.pag_vazio {
	text-align: center;
	padding: 50px 20px;
	font-size: 1.2em;
}

#contratos {
	width: 100%;
	text-align: center;
}

#contratos img {
	display: none;
}

#contratos h2 {
	padding: 4px;
}

#titulo_contrato {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
}

#texto_contrato {
	width: 80%;
	margin:40px 10%;
	padding: 20px;
	height: 400px;
	font-size: 1.2em;
	text-align: justify;
}	

.btn-whats {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 100px;
	height: 60px;
	background-color: limegreen;
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 2px 2px 2px #aaa;
	color: #fff;
}

.rodape .btn-whats img {
	width: 52px;
	margin: 0px;
	padding: 0px;
}


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

	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-20 {width: 20%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.33%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	
	.txr-cel {text-align: right;}

	
	/************ MSG 580 **************************************************************************************/
	
	.msg {
		font-size: 1.0em;
	}
	
	.msg li {
		padding-bottom: 0px;
	}
	
	
	#contratos img {
		display: block;
		width: 126px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px;
	}

	#contratos h2 {
		display: none;
	}
	
	#texto_contrato {
		padding: 40px;
	}
	
	.btlara {
		border-top: 4px solid orange;
	}
	.btrosa {
		border-top: 4px solid pink;
	}
	.btazul {
		border-top: 4px solid deepskyblue;
	}
	.btamar {
		border-top: 4px solid yellow;
	}
	.btroxo {
		border-top: 4px solid purple;
	}
	.btskyb{
		border-top: 4px solid skyblue;
	}
	.btverd{
		border-top: 4px solid springgreen;
	}

	/************ BUSCA 580 **************************************************************************************/

	#buscaweb {
		margin-top: 10px;
		background-color: #ffe4e1;
	}
	
	#pesquisa, .pesquisa {
		width: 60%;
		margin: 4px;
		background-color: #ffe4e1;
		border: 0px solid #ffe4e1;
	}
	
	#pesq_select {
		width: 30%;
		background-color: #ffe4e1;
	}
	
	#busca {
		width: 58%;
		background-color: #ffe4e1;
	}
	
	#pesq_web {
		width: 10%;
	}

	/************ CONTAINER 580 **************************************************************************************/

	.container {
		padding-top: 0px;
	}

	/************ CARROSSEL 580 **************************************************************************************/
/*	
	.slideshow li img {
		width: 100%;
	}
	
	.slider .caption {
		padding: 15px 40px 15px 100px;
	}

	.slider .caption p {
		display: inline-block;
		margin-top: 10px;
		font-size: 1.2em;
	}

	/************ MAIN 580 **************************************************************************************/
/*
	.main {
		padding-top: 0px;
	}
*/	
	/************ BUSCA 580 **************************************************************************************/

	.busca {
		display: none;
	}

	/************ BREADCRUMBS 580 **************************************************************************************/
	.breadcrumbs {
		width: 100%; 
		height: 32px;
	}
	
	.breadcrumbs2 div.max {
		background-color: #fff;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		padding-top: 12px;
		margin-top: 2px;
	}


	.breadcrumbs2 a {
		padding: 0px 10px 20px 0px;
	}

	.breadcrumbs2 a.black {
		color: #777;
	}

	.breadcrumbs2 a.cz_claro {
		color: #eb632d;
	}

	.breadcrumbs, .titulo-page { 
		background-image: linear-gradient(lightpink, hotpink);
		padding: 4px 0px;
		color: #fff;
		margin-top: 0px;
	}
	
	.breadcrumbs2 div.max {
		padding-left: 50px;
	}

	.breadcrumbs2 a {
		color: skyblue;
		padding: 0px 10px 0px 0px;
		font-size: 1.0em;
	}

	.breadcrumbs2 a:hover {
		color: #999;
	}		
	
	.titulo-page {
		text-align: center;
		padding: 14px 0px;
	}

	/************ MENU CATEGORIA 580 **************************************************************************************/

	.menu-cat ul li.link-cat {
		float: left;
		width: 50%;
	}

	/************ GALERIA-PAGE **************************************************************************************/

	.galeria-page {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.aside {
		width: 20%;
	}
		
	.aside-category label.label-category img {
		width: 16px;
	}
	
	.aside-category label.label-category {
		font-size: 1.0em;
		background: linear-gradient(0deg, #FF69B4, #FFC0CB);
	}
	
	.aside-filtros h3.a-filtro {
		font-size: 1.0em;
		background: linear-gradient(0deg, #FF69B4, #FFC0CB);
	}

	/************ GALERIA 580 **************************************************************************************/

	.prateleira {
		
	}
	
	.prateleira .box-produto {
		width: 20%;
	}

	.galeria {
		width: 80%; 
		margin: 0;
	}
	.row-paginacao {
		width: 100%;
		text-align: center;
		
	}
	
	.img-wrapper, .img-wrapper-prod {
		height: 133px;
	}
	.img-wrapper-prod {
		height: 102px;
	}
	
	.galeria h2 {
		text-align: left;
		font-size: 1.0em;
		font-weight: normal;
		justify-content: unset;
		letter-spacing: 1px;
		min-height: 80px
	}

	.vitrine .row {
		display: block;
	}
	
	.carrinho-item {
		margin-right: 20px;
		margin-bottom: 0px;
	}
	
	.infcodpre p.infcod, .infcodpre p.infpre {
		font-size: .9em;
	}

	.infcodpre p.btn-alugar{
		font-size: .9em;
	}
	
/************ LISTA WEB 580 **************************************************************************************/
	
	.img_ficha {
		margin-top: 0px;
	}
	
	.img_ficha img {
		margin-top: -20%;
	}
	
	.ficha p {
		font-size:1.0em;
		line-height: 20px;
	}

	.cel {
		display: block;
	}
	
	.ncel {
		display: none;
	}
	
	.h2cel {
		padding-bottom: 0px;
	}
	
	
/************ RESULTADOS WEB 580 **************************************************************************************/
	#resultados .linha p {
		padding: 12px 6px 10px;
		border-left: 1px solid #f5f5f5;
	}
	
	.acoes .btn {
		width: 48px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 4px;
		font-size: .7em;
		border: 1px solid #ccc;
	}
	
	
}
	
@media screen and (min-width:760px) {
	
		/************ HEADER 580 **************************************************************************************/
	
	header.web {
		height: 100px;
		background-image: url("images/background-header-light.png");
		text-align: left;
	}
	
	header.web div.max {
		display: flex;
		flex-wrap: wrap;
	}
	
	header.web div.header-top {
		width: 20%;
		padding: 0px;
		border: 0px solid #fff;
	}
	
	header.web div.header-logo {
		width: 100%;
		padding: 0px;
	}
	
	header.web div.header-logo img.desktop {
		display: block;
	}
	
	header.web div.header-logo img.mobile {
		display: none;
	}
	
	header.web div.header-top div.header-logo img {
		position: relative;
		width: 100%;
		z-index:99999;
	}
	
	header.web div.max nav {
		width : 80%;
	}
	
	header.web nav ul.menu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: right;
		width: 100%;
		padding: 0px 20px 0px 0px;
		max-width: none;
		height: auto;
		position: static;
		text-align: center;
		background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
		background-color: rgba(0,0,0,0);
		border: 0px solid #fff;
	}
	
	header.web nav ul.menu div.p-words {
		display: flex;
		justify-content: left;
		width: 80%;
		padding-right: 10%;
	}
	
	header.web nav ul.menu div.header-line {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: right;
		width: 20%;
	}

	header.web nav ul.menu div.header-line:last-child {
		width: 100%;
	}
	
	header.web nav ul.menu li {
		width: auto;
		border: 0px solid #009933;
	}

	header.web nav ul.menu li a {
		width: auto;
		padding: 8px 12px;
		font-size: 1.0em;
		letter-spacing: 1px;
		color: #fff;
		border: 0px solid #eee;
		text-shadow: 2px 2px 2px #333;
		text-align: center;
	}
	
	header.web nav ul.menu li a:hover {
		background-color: rgba(0,0,0,0); 
		color: lightpink;
	}
	
	header.web label.show-menu-btn,
	header.web label.hide-menu-btn,
	header.web li.close-menu {	
		display: none;
	}

	/************ MENU CATEGORIA 760 **************************************************************************************/

	.menu-cat ul li.link-cat {
		width: 33.3333%;
	}
	
	/************ GALERIA 760 **************************************************************************************/
	
	.galeria .col-4 {
		width: 33.3333%;
	}

	.img-wrapper, .img-wrapper-prod {
		height: 133px;
	}

	/************ PRODUTO 760 **************************************************************************************/

	.produto {
		padding: 40px 10px;
	}
	
	/************ FOOTER 750 **************************************************************************************/

		
	.footer .max {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
	}

	.box-footer:first-child {
		width: 100%;
	}

	.box-footer {
		width: 50%;
	}

	.box-footer:first-child {
		text-align: left;
	}

	.box-footer:last-child {
		text-align: right;
	}
	
	.box-footer:last-child a {
		flex-direction: row-reverse;
	}

	.box-footer:last-child a img{
		margin-left: 12px;
		width: 40px;
	}
	
	.box-footer img.logo-footer {
		Top: -90px;
	}
	
	/************ RODAPE 760 *************************************************************************************

	.rodape .max {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		padding: 12px;
	}
	
	.block-rodape {
		width: 33%;
		text-align: left;
	}
	
	.rodape img {
		padding-bottom: 24px;
	}
	
	.rodape h3 {
		padding: 0px;
	}
	
	.block-rodape:nth-child(2) {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border: 0px solid #fff;
	}
	
	.block-rodape a.info img {
		width: 24px;
	}
	
	.block-rodape a.info p {
		font-size: .9em;
	}
	
	.midias {
		flex-direction: column;
		justify-content: flex-end;
	}

	.midias a p {
		display: inherit;
		margin-right: 12px;
	}
	
	.redesociais p {
		color: #fff;
	}

	.redesociais {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		padding: 12px 0px;
	}

	.redesociais img {
		width: 24px;
		margin-right: 6px;
		padding: 0px;
	}
	
	.rodape img {
		margin-bottom: 0px;
	}
	
	.img_ficha {
		height: 70px;
	}
	
	.ficha p {
		margin-top: 6px;	
	}
	*/
	
}


@media screen and (min-width:960px){
	
	
	header.web nav ul li a {
		padding: 12px 16px;
	}

	/************ ASIDE-CATEGORY **************************************************************************************/

	.aside-category label.label-category img {
		transform: rotate(0deg);
	}

	input[type="checkbox"]:checked ~ label.label-category img{
		transform: rotate(180deg);
	}

	input[type="checkbox"]:checked ~ .list-category {
		display: none;
	}

	.list-category {
		display: block;
	}

	/************ BOTOES BREADCRUMBS **************************************************************************************/

	.titulo-page h2.cbt {
		padding-right: 200px;
	}
	
	/************ MENU CATEGORIA 760 **************************************************************************************/

	.menu-cat ul li.link-cat {
		width: 33.3333%;
	}

	/************ GALERIA FOTO **************************************************************************************/
	
	.img-wrapper {
		height: 133px;
	}
	
	.img-wrapper-prod {
		height: 182px;
	}
		.tela {
		font-size: 1.2em;
	}
	
	/************ FOOTER 980 **************************************************************************************/
	
	.box-footer {
		padding: 90px 0px 30px;
	}
	
	.footer nav {
		width: 96%;
		padding: 0px;
	}
	
	.footer ul {
		flex-direction: column;
		padding-top: 24px;
	}
	
	.footer li {
		width: 100%;
	}
	
	.footer nav li a {
		padding: 3px 0px;
	}
	
	.box-footer img.logo-footer {
		left: 0px;
	}
	
	.box-footer {
		width: 37%;
	}

	.box-footer:first-child {
		width:25%;
	}
	
	.box-footer h3 {
		margin-top: 0px;
		border: 0px solid #fff;
		text-align: left;
		font-size: 1.0rem;
	}
	
	.box-footer:last-child a img, .box-footer a img {
		width: 30px;
	}
	
	.box-footer a {
		font-size: .8rem
	}

}

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

	header.web nav ul li a {
		padding: 12px 24px;
	}

}
	
	/************ CARROSSEL 960 **************************************************************************************/
/*	
	.slider .caption h1 {
		font-size: 50px;
	}


}
*/