*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

.blogOfertas{
	max-width: 500px;
    margin: 0 auto;
}
.pagOfertasCabecalho {
	margin-left: -10px;
    width: calc( 100% + 20px );
    display: block;
    background: rgb(255,13,10);
    background: -webkit-linear-gradient(#fff1d6 0%, #fdddab 100%);
    background: -o-linear-gradient(#fff1d6 0%, #fdddab 100%);
    background: linear-gradient(#fff1d6 0%, #fdddab 100%);
    color: #FFF;
    padding: 5px;
    font-family: 'montserrat-light';
    text-align: center;
}
.pagOfertasBanner {
	margin-left: -10px;
    width: calc( 100% + 20px );
    display: block;
    height: 100px;
    background: url(/images/aplicativo/banner-oferta.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;    
}
.pagOfertasDescricao {
	margin-left: -10px;
    width: calc( 100% + 20px );
    display: block;
    background: rgb(255,13,10);
    background: -webkit-linear-gradient(#fff1d6 0%, #fdddab 100%);
    background: -o-linear-gradient(#fff1d6 0%, #fdddab 100%);
    background: linear-gradient(#fff1d6 0%, #fdddab 100%);
    color: #212121;
    padding: 20px;
    font-family: 'montserrat-light';
    text-align: center;
	margin-bottom: 10px;
}
.pagOfertasConteudo {
    border: 1px solid #fddeac;
    margin: 10px 0;
    padding: 30px 20px 0;
    background: #fffaf1;
}
.blogOfertas .fab {
    margin: 0 1px 0 8px !important;
}
.blogOfertas .item-image, .ofertas-cabecalho-label, .ofertas-cabecalho-logo{
	display: none;
}
.blogOfertasDisclaimer{
	clear: both;
    width: 100%;
    color: #757575;
    padding: 5px 14px 25px;
    text-align: center;
    font-size: 11px;
    font-family: 'montserrat-light';
}
.blogOfertas .item{
	background: -webkit-linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
	background: -o-linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
	background: linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
	position: relative;
	min-height: 405px;
	margin-bottom: 20px;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 4px #00000020;
}
.blogOfertas .ofertas-com-logo {
	width: 90px;
    padding: 5px;
    background-color: #FFF;
    margin: 2px;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #fee4ba;
}
.blogOfertas a{
	pointer-events: none;
	cursor: default;
}
.blogOfertas .imgBlogOfertas{
    width: 100%;
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
	border: 8px solid #fee4ba;
    border-radius: 0 0 20px 20px;
}
.blogOfertas .page-header{
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 185px;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
}
.blogOfertas .page-header h2{
	background: rgb(255,13,10);
    background: -webkit-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: -o-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    color: #FFF;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
	font-weight: normal;
}
.blogOfertas .page-header a{
	color: #FFF;
}
.blogOfertas .fields-container{
	margin: 0;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.blogOfertas .ofertas-descricao {
    position: absolute;
    top: 260px;
    left: 20px;
    right: 20px;
}
.blogOfertas .ofertas-descricao span{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'montserrat-regular';
    display: block;
}
.blogOfertas .field-entry {margin: 0;}
.blogOfertas .ofertas-rodape{	
    position: absolute;
	bottom: 8px;
    left: 8px;
    right: 8px;
}
.blogOfertas .ofertas-rodape span{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
    padding: 15px 20px;
    font-family: 'montserrat-light';
	text-align: center;
	line-height: 23px;
	background: rgb(255,13,10);
    background: -webkit-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: -o-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    color: #FFF;
}
.blogOfertas .ofertas-cabecalho-campo1{
	font-size: 12px;
    display: flex;
    width: fit-content;
    float: right;
    clear: both;
}
.blogOfertas .ofertas-cabecalho-campo1 span{
	background: rgb(255,13,10);
    background: -webkit-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: -o-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    color: #FFF;
    backdrop-filter: blur(20px);
    padding: 5px 10px;
}
.blogOfertas .ofertas-cabecalho-campo2{
	font-size: 20px;
    display: flex;
    width: fit-content;
    float: right;
    clear: both;
}
.blogOfertas .ofertas-cabecalho-campo2 span{
	background: -webkit-linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
    background: -o-linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
    background: linear-gradient(rgb(255 240 213) 0%, rgb(253 221 172) 100%);
    padding: 10px 15px;
    box-shadow: -1px 0px 3px rgb(0 0 0 / 10%);
    z-index: 2;
    font-family: 'montserrat-bold';
	color: #d84315;
}
.blogOfertas .ofertas-cabecalho-campo3{
	font-size: 12px;
    display: flex;
    width: fit-content;
    float: right;
    clear: both;
}
.blogOfertas .ofertas-cabecalho-campo3 span{
	background: rgb(255,13,10);
    background: -webkit-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: -o-linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    background: linear-gradient(rgb(162 2 0) 0%, rgba(88,0,0,1) 100%);
    color: #FFF;
    backdrop-filter: blur(20px);
    padding: 5px 10px;
}
.blogOfertas p{
    margin: 0 0 26px 0;
    line-height: 26px;
    font-size: 15px;
    font-family: 'montserrat-light';
    letter-spacing: 0.2pt;
    color: #666;
}
.blogOfertas .ofertas-rodape a{
	color: #FFCC00;
	pointer-events: auto;
	cursor: pointer;
}
.ofertas-rodape p{
	margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

p.label-darkmode {
    margin: 20px 0 10px;
    color: #333;
	text-align: center;
}
input.btn-darkmode {
    padding: 10px 20px;
    border: 0;
	background: #DDD;
    color: #333;
    display: block;
    margin: 0 auto;
}
.side-menu-wrapper > a.menu-close{
	color: #333;
}
.AppComerciantesItem a{
	background: -webkit-linear-gradient(bottom left, rgba(255,87,34,1) 0%, rgba(233,30,99,1) 100%);
    background: -o-linear-gradient(bottom left, rgba(255,87,34,1) 0%, rgba(233,30,99,1) 100%);
    background: linear-gradient(to top right, rgba(255,87,34,1) 0%, rgba(233,30,99,1) 100%);
	border: 3px solid #f4f6f7;
}
.side-menu-wrapper { /* style menu wrapper */
    background: #ececec;
	padding: 0px 20px 20px;
	position: fixed; /* Fixed position */
	top: 0;
	right: -350px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	transition: 0.5s; /* CSS transition speed */
	width: 350px;
	box-sizing: border-box;
	overflow: auto;
	z-index: 999990;
	max-width: 100%;
}
.side-menu-wrapper > ul > li > a { /* links */
	display: block;
    border: 1px outset rgba(255,255,255,0.1);
    padding: 15px 10px;
    color: #666;
    transition: 0.3s;
    text-decoration: none;
    font-size: 12pt;
    box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
}
.breadcrumb{
	background-color: #ffffff;
}
.breadcrumb > li,
.breadcrumb > .active {
	color: #AAA;
}
a.pathway {
    cursor: default;
	pointer-events: none;        
	text-decoration: none;
	color: #515151;
}
.regiaoDescricao {
	text-align: center;
    background: #FFF;
    line-height: 20px !important;
    margin: 0 -10px;
    padding: 15px 50px;
    box-shadow: inset 1px 1px 5px rgb(0 0 0 / 20%);
}
footer.footer {
    background: -webkit-linear-gradient(left, #620e88 0%, #b71c50 100%);
    background: -o-linear-gradient(left, #620e88 0%, #b71c50 100%);
    background: linear-gradient(to right, #620e88 0%, #b71c50 100%);
    padding: 20px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 2;
}
footer.footer p{
	margin: 0;
}
.barra-fixa-topo{
    position: fixed;
    height: 50px;
    overflow: hidden;
    background: -webkit-linear-gradient(left, #880e4f 0%, #c62828 100%);
    background: -o-linear-gradient(left, #880e4f 0%, #c62828 100%);
    background: linear-gradient(to right, #880e4f 0%, #c62828 100%);
    z-index: 9995;
    opacity: 1;
    transition: 0.2s;
    box-shadow: 0 0 5px #000000;
    top: 0;
    left: 0;
    right: 0;
}

#redim-cookiehint-bottom{display: none;}

#build-loading{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
	background: rgba(255,255,255,0.9);
}
.container-img img{
	position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

.icons {
    display: none;
}
#back-top{
	opacity: 0;
	transition: 0.3s;
	color: #FFF;
}
#back-top .fas{
	margin-bottom: 0;
}
.item-page-app-principal{
	position: relative;
}
img.app-principal-logo {
    display: block;
    max-width: calc( 100% + 20px );
    margin: 0 0 0 -10px;
}
.item-page-app-principal h1{
    background: -webkit-linear-gradient(bottom left, #880e4f 0%, #c62828 100%);
    background: -o-linear-gradient(bottom left, #880e4f 0%, #c62828 100%);
    background: linear-gradient(to top right, #880e4f 0%, #c62828 100%);
	color: #FFF;
    font-size: 16px;
    padding: 23% 10px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}
.item-page-app-principal p{
	padding: 15px;
    border-radius: 0 0 5px 5px;
}
.item-page-app-principal a{
	display: block;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
	color: #666;
}
.item-page-app-principal h1 i{
	font-weight: 600;
    margin: 10px auto 10px;
    display: block;
    font-size: 42px;
}
.parceiroCategoria {
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.12) 52%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.12) 52%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.12) 52%,rgba(255,255,255,0.5) 100%);
	color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 10%), 1px 1px 0 rgb(255 255 255 / 10%);
    width: 100%;
    display: block;
    margin: 10px 0;
    font-weight: normal;
}
.parceiroCategoria:before {
    content: "\22";
    font-family: 'IcoMoon';
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0.8;
    text-transform: none;
}

.regiaoTable {
    display: block;
    width: 100%;
}
.regiaoItem {
    display: block;
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 0 10px 0;
	background: #FFF;
	position: relative;
}
.regiaoCategoria {
    background: #1A237E;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 10%), 1px 1px 0 rgb(255 255 255 / 10%);
    width: 100%;
    display: block;
    margin: 10px 0;
    font-weight: normal;
}
.regiaoCategoria:before {
    content: "\63";
    font-family: 'IcoMoon';
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0.8;
    text-transform: none;
}
.regiaoItemNumero, .regiaoItemLogo {
    width: 100% !important;
    display: block;
    text-align: center;
}
.parceirosLogo {
    max-width: 100%;
    width: 160px;
    height: 90px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 20px auto 0;
}
.regiaoLogo {
    max-width: 100%;
    width: 160px;
    height: 90px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 20px auto;
}
.regiaoItemNumero span {
    background: #1b237e;
    color: #FFF;
    padding: 10px;
    border-radius: 0 0 3px 0;
    position: absolute;
    margin: 0;
    display: block;
    width: fit-content;
    text-align: center;
	top: 0;
    left: 0;
}
.regiaoItemNumero span:before {
    content: "";
    border: 1px solid #ffffff59;
    border-radius: 0 0 3px 0;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}
.regiaoItemNumero i{
    position: absolute;
    top: 50px;
    left: 0;
    color: #333;
    width: 100%;
}
.regiaoItemTitulo{
    text-align: center;
    width: 100% !important;
    font-family: 'montserrat-regular';
    font-size: 15px;
}
.regiaoItemTitulo .destaque-com-leg-site{
	font-family: 'montserrat-light';
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.regiaoItemTitulo a{
	color: #bf360c;
	font-family: 'montserrat-light';
}
.regiaoItemSocial{
	display: block;
	text-align: center;
	margin:20px auto 0;
	width: 100% !important;
}
.regiaoTelefone{
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: 'montserrat-regular';
    background: #fafafa;
    padding: 15px 0;
}
.regiaoTelefone a{
	color: #333;
}
.regiaoTelefone .fa-phone-square-alt{
	font-size: 20px !important;
	margin: 0 0 0 5px !important;
}
.menu-ico-home:before{
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
    margin-right: 15px;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.menu-ico-ofertas:before {
    content: "\f541";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.menu-ico-comerciantes:before{
	content: "\f793";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
    margin-right: 15px;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.menu-ico-parceiros:before{
	content: "\f2b5";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
    margin-right: 15px;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.menu-ico-naregiao:before{
	content: "\f5a0";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
    margin-right: 15px;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.regiaoItemSocial{
	margin: 20px 0 0;
}
.regiaoItemSocial .fa-2x{
	font-size: 36px;
	margin-bottom: 20px;
}
.regiaoItemSocial i.fab.fa-instagram-square.fa-2x {
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.regiaoItemSocial i.fab.fa-facebook-square.fa-2x {
    color: #4267b2;
}
.regiaoItemSocial i.fas.fa-envelope-square.fa-2x {
    color: #00a6b1;
}
.regiaoItemSocial i.fa-youtube-square.fa-2x {
    color: #FF0000;
}
.regiaoItemSocial i.fab.fa-whatsapp-square.fa-2x {
    color: #01e675;
}
.regiaoItemSocial .icon-cart {
	width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ff8565;
    color: #FFF;
    vertical-align: text-bottom;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 1px;
    font-size: 16px;
    margin-right: 0;
}

