w



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/icons-material.woff2) format('woff2');
}


h2{
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#666;
}

h3{
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
}

.btMedio {
	background: #666;
	color: #fff;
	transition: background .3s ease;
}

.btMedio i{
	color: #fff;
}




.btMedio:hover {
	background: #333;
	color: #FFF !important;
}


.btGrande {
	background: #666;
	color: #fff;
	transition: background .3s ease;
}

.btGrande i{
	color: #fff;
}

.btGrande:hover {
	background: #333;
}

.btPrioridade{
	background-color:#1cc304;
	color:#FFF;
	
}
.btPrioridade:hover{
	background-color:#22E705;
	color:#FFF;
	
}
.btFloat {
	bottom: 46px;
}
.btFloat:hover {
	background-color:#0C3;
}
h1.bar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding: 20px 16px 20px;
	z-index: 9;
	position: relative;
	background: #F6F6F6;
	font-size: 18px;
	color: #333;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

body{
 background-color: #F8F8F8;	
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 10;
	border-bottom: 1px solid #ddd;
}
.quebraLinha {
	width: 100%;
	display: inline-block;
}
.menuAreaSite{
	display:inline-block;
	width: 100%;
	height: 56px;
	border-top: 1px solid #DDD;
}
header .btMenu {
	float: left;
	padding: 18px 16px 14px;
}
header h1 {
	float: left;
	margin: 0px;
	clear: none;
	z-index: 2;
	position: relative;
}
header h1 a {
	position: relative;
	height: 32px;
	float: left;
	width: 170px;
}
header h1 a .marca {
	float: left;
	width: 64px;
	height: 66px;
	background-image: url(../imagens/logo-mantle-escudo-pequeno.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	position: absolute;
	left: -3px;
	background-position: center 8px;
	background-size: 43px;
}

header h1 a .texto {
	float: left;
	width: 116px;
	height: 20px;
	background-image: url(../imagens/logo-mantle-texto-pequeno.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	position: absolute;
	left: 64px;
	top: 26px;
}

header .boxCart {
	right: 6px;
}
header .boxCart .detMarcacao {
	right: 6px;
}
header nav {
	float: left;
	margin: 14px 40px 0;
}

header nav a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 16px;
	display: inline-block;
}

header .areaUses{
	float:right;
}

header .notificacoes {
	float: right;
	margin-right: 8px;
}
header .notificacoes a {
	text-decoration: none;
	color: #999;
	padding: 16px;
	display: inline-block;
}
header .entrar {
	float: left;
	border-left: 1px solid #ccc;
	margin: 12px 0;
	display: none;
}
header .entrar button {
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	padding: 7px 16px 5px;
	display: inline-block;
}

header .entrar button i {
	float: right;
	margin: -4px 0 0 16px;
}

header .entrar .userArea{
	float: left;
	border-left: 1px solid #ccc;
	margin: 12px 0;
	display: none;
}
header .areaUses .userArea {
	float: left;
	border-right: 1px solid #ccc;
	margin: 12px 6px;
	padding: 0 16px;
	display: none;
}
.headerModule{
	display: none;	
}

header .headerModule .cartBoxArea{
	display:none;	
}

header .areaUses .userArea .thumb{
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 30px;
	overflow: hidden;
}

header .areaUses .userArea span{
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	padding: 10px 16px 2px;
	display: inline-block;
	float: left;
	display: none;
}

header .areaUses .menuExpand {
	margin: -12px -15px;
}




.rodape .contatos .telefone p{
	float:left;
	width: 100%;
}

.rodape .contatos .telefone span {
	float: left;
	padding: 20px 8px 0;
}

.rodape .contatos .telefone span.locais {
	width:150px;
}
@media screen and (max-width: 960px) {
	.btFloat {
		bottom: 16px;
	}
	header .areaUses .userArea {
		display: none;
		padding: 0px 4px;
		border-left: none;
		margin-right: 50px;
		border-right: none;
	}
	header .areaUses .userArea span{
		display: none;
	}
	header h1 a{
		width: 138px;	
	}
	header .areaUses .userArea .thumb {
		float: left;
		width: 33px;
		height: 33px;
		border-radius: 30px;
		overflow: hidden;
	}
}


.headerModule {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
	z-index: 1;
	text-align: center;
}

.tabsLinks a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 16px;
	display: inline-block;
	border-right: 1px solid #ddd;
	transition: color .3s ease;
	text-transform: uppercase;
}
.tabsLinks a:last-child{
	border-right: 0px
}
.headerModule .tabsLinks .barTab {
	width: calc(100% + 32px);
	height: 2px;
	background-color: #333;
	position: relative;
	top: 22px;
	left: -16px;
	display: none;
}
.migalha a{
	float:left;
}

.migalha span{
	float:left;
	padding: 10px 0;
}

.migalha a{
	text-transform: uppercase;
}
.migalha .categoria{
	float:none;
}
.modules{
	position:absolute;
}

.somenteMobole{
	display: none;	
}

.pageContent {
	width: 100%;
	margin-top: 117px;
	background-color: #EEE;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 60px;
	transform: translateY(60px);
	opacity: 0;
	transition: transform .4s ease, transform .4s ease;
}

.complete .pageContent {
	transform: translateY(0px);
	opacity: 1;
}
.inputCommum {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 16px 0 10px;
}
.inputCommum {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 16px 0 10px;
}

.menuGeral .areaClienteEntra span {
	float: left;
	margin: 10px;
	font-size: 18px;
}


.menuGeral .areaClienteEntra .btNovoUsuario {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 20px;
	text-align: center;
}
.menuGeral .links {
	float: left;
	width: 260px;
	padding: 8px 20px 8px 0px;
	border-right: 1px solid #ddd;
}
.menuGeral .subLinkDesk {
	float: left;
	width: calc(50% - 270px);
	padding: 8px 0;
}
.menuGeral .subLinkDesk a {
	float: left;
	width: calc(100% - 60px);
	margin-left: 20px;
	padding: 8px 0;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menuGeral h3 {
	font-weight: normal;
	font-size: 18px;
	color: #999;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	margin-left: 0;
}
.menuGeral h3 a {
	font-size: 16px !important;
	color: #999 !important;
	margin-bottom: 6px;
}
.menuGeral h3 a:hover {
	color: #333 !important;
}
.menuGeral .mobile{
	display:none;
}
.menuGeral .links a {
	float: left;
	width: calc(100% - 60px);
	margin-left: 20px;
	padding: 6px 0;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
.menuGeral .links a:hover {
	color: #333;
}



.inputCommum input {
	border: 2px solid #FFF;
	border-bottom: 2px solid #333;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2);
	border-radius:0;
}

.inputCommum input:focus {
	border: 2px solid #333;
	color:#333;
}


.listMenuSelect select {
	height: 50px;
	line-height: 55px;
	background:
	#FFF;
	width: 100%;
	border-radius: 3px;
	padding: 0 16px;
	font-size: 18px;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	transition: border .3s ease;
	color:#666;
	border: 2px solid #FFF;
	border-bottom: 2px solid #333;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2);
	border-radius:0;
}

.listMenuSelect .selected {
	border: 2px solid #FFF;
	border-bottom: 2px solid #333;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2);
	border-radius:0;
}

.listMenuSelect.open .selected {
	border: 2px solid #333;
	color:#333;
}

header .boxCart .itens .info {
	width: calc(100% - 86px);
}






@media screen and (max-width: 1024px) {
	.menuGeral .links a {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #FFF;
		padding: 16px 0;
		font-size: 15px;
		margin-left: 46px;
	}
	
	.menuGeral .links {
		float:left;
		width: 100%;
		background:#F4F4F4;
		background-image:url(../imagens/bg_SombraMenuLinks.png);
		background-repeat: repeat-x;
		padding: 0;
	}
	.menuGeral .subLinkDesk {
		display:none;
	}
	.menuGeral .mobile{
		display: block;
	}
	.somenteMobole{
		display:inline-block;
	}
	.somenteDesck{
		display: none;	
	}
}

.menuGeral .subLink {
	float: left;
	width: 100%;
	padding: 20px 20px 10px 20px;
	position: absolute;
	bottom: 0;
	width: calc(100% - 407px);
}
.menuGeral .subLink a {
	float: left;
	margin-right: 46px;
	padding: 16px 0;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0;
}
.menuGeral .subLink p {
	float: left;
	margin: 16px 0px 16px 55px;
}

@media screen and (max-width: 1024px) {
	.menuGeral .subLink {
		float: left;
		width: 100%;
		padding: 8px 0;
		position:relative;
		bottom: auto;
	}
	.menuGeral .subLink a{
		width: calc(100% - 60px);
	}
	.menuGeral .subLink p{
		width: calc(100% - 60px);
	}
	.tabsLinks {
		padding: 16px 0 0;
		width: auto;
		display:none;
	}
}

@media screen and (max-width: 690px) {
	.migalha a{
		display:none;
	}
	.migalha span{
		display:none;
	}
	.migalha a.title{
		display:inline-block;
	}
	header {
		height: 56px;
	}
	header nav {
		display:none;
	}
	header h1 {
		margin: 0 0 0 48px;
	}
	header .btMenu {
		float: left;
		padding: 20px 16px 11px;
		margin-top: -56px;
	}
	header .btMenu i{
		text-shadow: 1px 1px #FFF;
	}
	header .cartBoxArea .btCarrinho i{
		text-shadow: 1px 1px #FFF;
	}
	header h1 a .marca {
		width: 50px;
		height: 50px;
		background-size: 27px;
	}
	header h1 a .texto {
		left: 44px;
		top: 23px;
		background-size: 84px;
	}
	.tabsLinks button {
		padding: 0 11px;
	}
	.tabsLinks {
    	padding: 6px 0 0;
    	width: 100%;
	}
	header .entrar {
		float: left;
		border-left: none;
		margin: 12px 0;
		display:none;
	}
	header .entrar a span {
		display:none;
	}
	header .entrar a i {
		float: right;
		margin: -2px 0 0 0px;
	}
	.headerModule {
		position: fixed;
		top: 52px;
		left: 0;
		width: 100%;
		height: 0;
		background: #FFF;
		border-top: none;
		box-shadow: none;
		z-index: 99;
		display:inline-block;
	}
	header .headerModule .cartBoxArea {
		display: block;
		padding-top: 16px;
		top: -54px;
	}

	header .cartBoxArea {
		display: inline-block;
		position: absolute;
		z-index: 9;
		overflow: hidden;
		width: 62px;
		height: 56px;
		float: right;
		transition: overflow 0 ease 0.5s;
		right: 0;
		top: 0px;
		padding-left: 29px;
	}
	header .areaUses .cartBoxArea{
		display:none;	
	}
	header.logon .boxCart .detMarcacao {
		right: 6px;
	}
	.headerModule .tabsLinks .barTab{
		top: 12px;
	}
	.headerModule h1 {
		display:none;
	}
	.tabsLinks button {
		font-size: 14px;
		text-decoration: none;
		color: #666;
		font-family: Roboto Medium, Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 0px;
		display: inline-block;
		border-right: 1px solid #ddd;
		/* width: calc(35% - 13px); */
		border: none;
		margin: 0;
	}
	.tabsLinks button span{
		display: inline-block;
		margin: 0;
		padding: 16px;
	}
	.tabsLinks button.mensagem {
		width: 50px;
		float: left;
		padding: 11px 0 0;
	}
	.tabsLinks button.home {

	}
	.pageContent {
		float: left;
		width: 100%;
		margin-top: 56px;
	}
}
@media screen and (max-width: 410px) {
	.comumheader .entrar {
		display:none;
	}
	
}



.rodape {
	float: left;
	width: 100%;
	padding: 0;
	display:none;
}
.complete .rodape{
	display: inline-block;
}


.rodape .baseFinal {
	float: left;
	width: 98%;
	margin: 20px 1%;
	border-top: 1px solid #DDD;
}
.rodape .menuInstitucional {
	float: left;
	width: 30%;
	margin-top: 10px;
	padding: 20px;
}
.rodape .menuInstitucional a {
	position: relative;
	display: block;
	padding: 8px;
}
.rodape .pagamento{
	float:left;
	width: 40%;
	font-size: 14px;
	color:#666;
}

.rodape .pagamento h3 {
	margin-top: 22px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
}

.rodape .contatos {
	float: left;
	width: 30%;
	font-size: 14px;
	color: #666;
	padding: 20px;
}

.rodape .logoMantle {
	float: left;
	margin: -100px 0 0 25px;
}
.rodape .contatos .telefone{
	float: right;
    width: 100%;
    text-align: right;
    border-left: 1px solid #CCC;
    margin-top: 20px;
}

.rodape .contatos .telefone h3{
	float: left;
    font-size: 18px;
    padding: 0 20px;
}
.rodape .contatos .telefone h3 i{
	float: left;
	margin-right: 10px;
}

.rodape .contatos .btTelefone {
	font-size: 18px;
	padding-right: 0;
	border-top: 1px solid #ccc;
	margin-top: 16px;
	margin-bottom: 20px;
}
.rodape .contatos .btTelefone i.left {
	margin: -1px 12px -5px 0;
}

.rodape .contatos .redesSociais{
	float:left;
	width: 100%;
	text-align:right;
}

.rodape .contatos .redesSociais a{
	margin-left: 16px;
}

.rodape .contatos .redesSociais a img{
	height: 36px;
	width: auto;
}
	
.rodape .contatos .redesSociais h3{
	margin-bottom: 6px;
}

.rodape .assinaturas {
	float: left;
	width: 100%;
	border-top: 1px solid #DDD;
	padding: 20px 0 0;
	margin-top: 20px;
	position: relative;
}

.rodape .assinaturas .marca {
	float: left;
	width: 50%;
	line-height: 160%;
	font-size: 13px;
}

.rodape .assinaturas .versao {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 160%;
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.rodape .assinaturas .versao a{
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	color:#333;
}


.btContatForms{
	background-color:#333;
	padding: 16px;
}

.contatosArea{
	position: relative;
	z-index: -9;
}

.contatosArea .content {
	position: fixed;
	bottom: 30%;
	right: calc(50% - 490px);
	text-align: right;
	transform: translateY(200%);
	transition: transform .3s ease;
	width: calc(100% - 16px);
	height: 410px;
	background: #FFF;
	overflow: scroll;
	width: 770px;
	overflow: auto;
	/* border-radius: 3px; */
}

.contatosArea .btEnviaSolicitacao {
	float:right;
}




.contatosArea.visivel .content {
	transform: translateY(0);
}

.contatosArea.visivel .content.recolhe {
	transform: translateX(-100%);
}

.contatosArea .content .btContato {
	display: block;
	float: right;
}
.contatosArea .content .btContatoMedio  {
	margin-top: 8px;
}

.contatosArea .fundoEscuro{
	position:fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height:100%;
	background-color: RGBA(0,0,0,0.6);
	transition: opacity .3s ease;
	opacity: 0;
}

.contatosArea.visivel .fundoEscuro{
	opacity: 1;
}

.contatosArea .content .intro {
	float: left;
	width: 100%;
	text-align: left;
	padding: 24px;
}

.contatosArea .content h3 {
	font-size: 21px;
	padding: 30px 0px 10px;
}

.contatosArea .content .qrCode {
	float: left;
	width: 50%;
	text-align: center;
}
.contatosArea .content .telefone {
	float: left;
	width: 50%;
}

.contatosArea .content .intro h2 {
	font-size: 36px;
	margin-bottom: 12px;
	font-family: RobotoLightCondensed, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
}

.contatosArea .content .intro p {
	line-height: 125%;
	padding: 0px 26px;
	float: left;
	font-size: 15px;
}

.contatosArea .content .blocoContato {
	float: left;
	width: 100%;
	text-align: left;
	position:relative;
}

.contatosArea .content .blocoContato.whatsapp {
	margin-top: 60px;
}

.contatosArea .content .blocoContato.fim {
	margin-bottom: 60px;
}
.contatosArea .content .blocoContato h2 {
	font-size: 16px;
	margin-bottom: 6px;
}

.contatosArea .content .blocoContato h2 i{
	margin-right: 8px;
}


.contatosArea .content .blocoContato h3 {
	font-size: 12px;
	margin-bottom: 16px;
}

.contatosArea .content .blocoContato p {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
}
.contatosArea .content .blocoContato p:last-child {
	border-bottom: none;
}
.contatosArea .content .blocoContato .telNumber {
	float: left;
	padding: 14px;
	font-size: 18px;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
}
.contatosArea .contentMeios {
	float: left;
	width: 40%;
	padding: 0 24px;
}
.contatosArea .contentForm .cidade{
	float:left;
	width: 48%;
}
.contatosArea .contentForm .estado{
	float:left;
	width: 50%;
	margin-left: 2%;
}

.contatosArea .contentForm {
	float: left;
	width: 60%;
	padding: 0 24px;
	border-left: 1px solid #DDD;
	text-align: left;
	margin-bottom: 24px;
}


.inputCommum textarea {
	border: 2px solid #CCC;
	line-height: 144%;
	background: #FFF;
	width: 100%;
	border-radius: 3px;
	padding: 16px;
	font-size: 16px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	transition: border .3s ease;
	color: #666;
	max-width: 100%;
	min-width: 100%;
}

.contatosArea .content .btContatoMedio {
	position: relative;
	font-size: 19px;
}
.contatosArea .content .btContatoMedio{
	position:relative;
}

.contatosArea .content .btContatoMedio .send{
	display: none;
}
.contatosArea.sender .content .btContatoMedio .padrao{
	display: none;
}
.contatosArea.sender .content .btContatoMedio .send{
	display: block;
}

.contatosArea .content .btContatoMedio .progress {
	position: absolute;
	left: 2px;
	width: calc(100% - 4px);
	opacity: 0;
}

.contatosArea.sender .content .btContatoMedio .progress {
	opacity: 1;
}

.contatosArea .content .senderMensage{
	position:absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	z-index: -9;
	opacity: 0;
	padding: 20px;
	background-color: RGBA(255,255,255,.3);
}

.contatosArea.sender .content .senderMensage{
	opacity: 1;
	z-index: 9;
}
.contatosArea.sender.sussess .content .senderMensage{
	background-color: RGBA(255,255,255,1);
}
.contatosArea.sender.erro .content .senderMensage{
	background-color: RGBA(255,255,255,1);
}
.contatosArea.sender .content .senderMensage h2{
	font-size: 21px;
	margin-bottom: 16px;
}

.contatosArea.sender .content .senderMensage p{
	font-size: 16px;
	border: none;
	margin-bottom: 20px;
}

.contatosArea.sender .content .senderMensage .sussess{
	display: none;
}

.contatosArea.sender .content .senderMensage .erro{
	display: none;
}

.contatosArea.sender.sussess .content .senderMensage .sussess{
	display: block;
}

.contatosArea.sender.erro .content .senderMensage .erro{
	display: block;
}


@media screen and (max-width: 980px) {
	
.contatosArea .content {
	bottom: 43px;
	right: 8px;
	text-align: right;
	transform: translateY(200%);
	transition: transform .3s ease;
	width: calc(100% - 16px);
	height: calc(100% - 108px);
	background: #FFF;
	overflow:scroll;
}

.contatosArea .content .intro {
	padding: 16px 8px;
}

.contatosArea .content .intro p {
	padding: 0px;
}

.contatosArea .content .intro h2 {
	font-size: 27px;
}

.contatosArea .contentMeios {
	float: left;
	width: 100%;
	padding: 8px;
}
.contatosArea .contentForm {
	float: left;
	width: 100%;
	padding: 16px 8px;
	border-top: 1px solid #DDD;
	margin-top: 8px;
}
.contatosArea .content .blocoContato.whatsapp {
	margin-top: 24px;
}

.contatosArea .content .blocoContato h3 {
	margin-bottom: 0px;
}
.contatosArea .contentForm .cidade{
	width: 100%;
}
.contatosArea .contentForm .estado{
	float:left;
	width: 100%;
	margin-left: 0;
}
.contatosArea .contentForm .blocoContato h2{
	font-size: 21px;
}

.contatosArea .contentForm .blocoContato h3{
	margin-bottom: 16px
}
header .boxCart {
	top:0px;
}
}










@media screen and (max-width: 690px) {
	.rodape {
		display:none;
	}
}

.listaProdutos .produtoLista {
	float: left;
	width: 25%;
	padding: 20px;
	margin-bottom: -10px;
}

.listaProdutos .produtoLista h2 {
	font-size: 16px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

.listaProdutos .produtoLista .info {
	width: 240px;
	background: url(../assets/arquivos/webpages/escudoBrancoBorda.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 330px;
	float: right;
	position: relative;
	margin: -26px 2px 0 0;
	padding: 35px 16px 0;
}

.listaProdutos .produtoLista p {
	text-align: center;
	padding: 0px 10px;
}

.galeriaFull {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: RGBA(0,0,0,0.7);
	opacity: 0;
	transition: opacity .3s ease
	
}
.galeriaFull .slick-list{
	height: 100%
}
.galeriaFull .slick-track{
	height: 100%
}

.galeriaFull .slick-next{
	right: 45px;
	z-index:9;
}
.galeriaFull .slick-prev{
	left: 45px;
	z-index:9;
}
.galeriaFull .slick-prev::before, .galeriaFull .slick-next::before{
	font-size: 30px	
	
}

.galeriaFull figure {
	margin: 0 auto;
	width: 800px;
	position: relative;
	top: calc(50% - 300px);
	transform: scale(.5);
	transition: transform .4s ease;
}
.galeriaFull.open figure {
	transform: scale(1);
}
.galeriaFull .fechar{
	position: absolute;
	right: 0px;
	padding: 20px;
	top: 0px;
	color:#FFF;
	cursor: pointer;
}

.galeriaFull .fechar i{
	font-size:64px;
}

.galeriaFull.open{
	opacity: 1;
}


.blocoEstrelas{
	display:inline-block;
	width: 100%;
}
.blocoEstrelas .item{
	display:inline-block;
	width: 100%;
	text-align: center;
}
.blocoEstrelas .item .nome {
	float: left;
	width: 50%;
	text-align: right;
	padding: 6px;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
}
.blocoEstrelas .item .estrelas{
	float: left;
	width: 50%;
	text-align:left;
}

.listaProdutos .produtoLista .area{
	background-color:transparent;	
}

.listaProdutos .produtoLista .area img{
	max-width: 320px;
	width: 100%;
}
.comunBase{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: none;
}
.complete .comunBase {
	display: block;
}

.comunBase .face{
	float:left;
	width: 100%;
	padding: 20px;
	margin-top: 40px;
	text-align: center;
}
.comunBase .blocoFace {
	float: left;
	width: 60%;
	min-height: 640px;
}
.comunBase .fb-page {
	float: right;
	width: 600px;
}
.comunBase .chamada{
	float:left;
	width: 40%;
}
.comunBase h2{
	font-size: 60px;
	text-align: left;
	padding: 20px;
	font-family: RobotoBoldCondensed, Arial, Helvetica, sans-serif;
}
.comunBase h2 span{
	color:#333;
}
.comunBase .instaArea {
	float: left;
	width: 100%;
	padding: 40px;
	margin-top: -180px;
	text-align: center;
	position:relative;
	z-index: 0;
}

.comunBase h3 {
	font-size: 31px;
	text-align: center;
	margin: 14px 0 40px;
	font-family: Roboto ligth, Arial, Helvetica, sans-serif;
	float: left;
}
.comunBase .redes{
	float:left;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.comunBase .redes a {
	width: 70px;
	height: 70px;
	display: inline-block;
	border: 1px solid #DDD;
	border-radius: 50px;
	margin: 0 8px;
	padding: 15px;
	transition: background .3s ease;
	float: left;
}
.comunBase .redes p {
	font-size: 25px;
	float: left;
	padding: 21px;
}

.comunBase .redes a:hover {
	background:#FFF;
}

.comunBase .instaArea .instaLogo{
	width: 80px;
	height: auto;
	float:left;
}
.comunBase .clubeVantagens {
	display: none !important;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px;
	
}
.comunBase .clubeVantagens img.mobile{
	display: none;	
}
.comunBase .clubeVantagens .texto {
	position: absolute;
	width: 600px;
	top: 80px;
	left: calc(50% - 300px);
	text-align: center;
	color: #FFF;
	margin-top: 40px;
}

.comunBase .clubeVantagens .texto h3 {
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin: 20px 0 10px;
}

.comunBase .clubeVantagens .texto p{
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 25px;
}

.comunBase .clubeVantagens .texto .form{
	margin-top: 120px;
}

.comunBase .clubeVantagens .texto .form input {
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 21px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #666;
	border-radius: 3px;
	border: none;
	box-shadow: 0px 1px 9px 0px rgba(0,0,0,.5);
	padding: 0 145px 0 20px;
}

.comunBase .clubeVantagens .texto .form button {
	height: 56px;
	line-height: 56px;
	background: #333;
	color: #FFF;
	font-family: Roboto Medium, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -58px;
	margin-right: 2px;
	position: relative;
	z-index: 2;
	padding: 0 29px;
	border-radius: 2px;
	font-size: 16px;
}

.progressModule {
	margin-top: 0px;
	position: absolute;
	opacity: 0;
	transition: opacity .3s ease;
}
.progressModule.visible {
	opacity: 1;
}
.progress{
  background-color: #FFF;
}
.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #999;
    transition: width .3s linear; 
}


.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #999;
    transition: width .3s linear; 
}

.progress .indeterminate {
   background-color: #999;
}


@media screen and (max-width: 680px) {
	.listaProdutos .produtoLista {
		float: left;
		width: 50%;
		padding: 2px;
		margin-bottom: 20px;
	}
	.listaProdutos .produtoLista .info {
		width: 164px;
		background: url(../assets/arquivos/webpages/escudoBrancoBorda.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 223px;
		float: right;
		position: relative;
		margin: -26px 2px 0 0;
		padding: 20px 6px 0;
	}

	
	.listaProdutos .produtoLista h2 {
		font-size: 13px;
		padding: 2px;
		text-align: center;
		margin-bottom: 5px;
	}
	.listaProdutos .produtoLista p {
		text-align: center;
		padding: 0px 10px;
		font-size: 12px;
	}
	.listaProdutos .produtoLista .pedidoMinimo {
		padding: 0 0px 10px;
		font-size: 10px;
	}
	.listaProdutos .produtoLista .btSimples i {
		font-size: 21px;
		float: left;
		margin: -5px 5px;
	}
	.listaProdutos .produtoLista .valor {
		font-size: 15px;
		padding: 3px 10px;
		display:none;
	}
	
	.listaProdutos .produtoLista .btMedio {
		padding: 10px;
		font-size: 12px;
	}
	
	.listaProdutos .produtoLista .btSimples {
		padding: 10px;
		font-size: 12px;
	}
	
	.listaProdutos .produtoLista .btMedio i {
		float: left;
		margin: -5px 9px -5px -4px;
		color: #FFF;
	}
	.comunBase .clubeVantagens {
		float: left;
		width: 100%;
		position: relative;
		margin-top: 30px;
	}
	.comunBase .clubeVantagens img.mobile{
		display: block;	
	}
	.comunBase .clubeVantagens img.desk {
		display: none;
	}
	.comunBase .clubeVantagens .texto {
		position: absolute;
		width: 100%;
		top: -10px;
		left: 0;
		text-align: center;
		color: #FFF;
		margin-top: 40px;
	}
	.comunBase .clubeVantagens .texto img {
		transform: scale(0.9);
	}
	.comunBase .clubeVantagens .texto p {
		font-family: Roboto Medium, Arial, Helvetica, sans-serif;
		color: #FFF;
		font-size: 18px;
	}
	.comunBase .clubeVantagens .texto .form {
		margin-top: 100px;
		width: calc(100% - 12px);
		margin-left: 6px;
	}
	.comunBase .clubeVantagens .texto .form button {
		height: 56px;
		line-height: 56px;
		background: #333;
		color: #FFF;
		font-family: Roboto Medium, Arial, Helvetica, sans-serif;
		float: right;
		margin-top: -58px;
		margin-right: 2px;
		position: relative;
		z-index: 2;
		padding: 0 16px;
		border-radius: 2px;
		font-size: 13px;
	}
	.comunBase .blocoFace {
		float: left;
		width: 100%;
		display:none;
	}
	.comunBase .chamada{
		float:left;
		width: 100%;
	}
	.comunBase .instaArea .instaLogo {
		display:none;
	}
	.comunBase h3{
		display:none;	
	}
	.comunBase .instaArea {
		float: left;
		width: 100%;
		padding: 0px;
		margin-top: 0px;
		text-align: center;
	}
	.rodape .menuInstitucional {
		float: left;
		width: 100%;
		margin-top: 10px;
		padding: 20px;
	}
	.rodape .pagamento {
		float: left;
		width: 100%;
		font-size: 14px;
		color: #666;
		padding: 16px;
	}
	.rodape .logoMantle {
		float: left;
		margin: 0;
	}
	.rodape .contatos {
		float: left;
		width: 100%;
		font-size: 14px;
		color: #666;
		padding: 20px;
	}
	.rodape .contatos .telefone span {
		float: left;
		padding: 20px 4px 20px;
		border-bottom: 1px solid #ddd;
	}
	.rodape .contatos .telefone span.locais {
		width: 138px;
	}
	.rodape .contatos .telefone {
		float: right;
		width: 100%;
		text-align: right;
		margin-top: 25px;
	}
	.rodape .logoMantle {
		float: left;
		margin: 0;
		margin-left: calc(50% - 79px);
	}
	.rodape .assinaturas .marca {
		float: left;
		width: 100%;
		line-height: 160%;
		font-size: 13px;
		padding: 16px;
	}
	.rodape .assinaturas .versao {
		float: right;
		width: 100%;
		text-align: left;
		line-height: 160%;
		font-size: 13px;
		position: relative;
		right: 0;
		bottom: 0;
		padding: 16px;
	}
	.comunBase .face {
		margin-top: 100px;
	}
}
