html {
	--cor-principal: #d73f27;
	--cor-secundaria: #ed6a29;
}

#imgHome {
	background:
	    linear-gradient(
	      rgba(8,53,66,.3),rgba(8,53,66,1)
	    ),
    	url('../images/inicio.jpeg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.dropdown-menu {
	top: 0;
  	left: 100%;
  	/*margin-top: -1px;*/
  	width: 80%;
}

.dropdown-submenu {
  	position: relative;
}

.dropdown-submenu .dropdown-menu {
  	top: 0;
  	left: 100%;
  	/*margin-top: -1px;*/
}

#nav_index.nav-pills > li.active > a {
	color: #083542;
}

#nav_index.nav > li > a {
	color: #083542;
}

.linkFooter{
	color: #EEE;
}

.linkFooter:hover {
	color: #FFF !important;
}

.text-blue {
	color: #083542 !important;
}

.text-justify {
	text-align: justify !important;
}

.heading-block.hb2:after {
	margin-top: 10px;
}

.forceP p + li{
	line-height: 1.8 !important;
	font-size: 15px !important;
}

.bq_green {
	border-left-color: #B1D235;
}

.white-section {
	background-color: #FFF;
	padding: 25px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
	-moz-box-shadow: 0px 1px 1px 0px #dfdfdf;
	-ms-box-shadow: 0px 1px 1px 0px #dfdfdf;
	-o-box-shadow: 0px 1px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 1px 0px #dfdfdf;
	border-radius: 3px;
}

.white-section label {
	display: block;
	margin-bottom: 15px;
}

.white-section pre { margin-top: 15px; }

.dark .white-section {
	background-color: #111;
	-webkit-box-shadow: 0px 1px 1px 0px #444;
	-moz-box-shadow: 0px 1px 1px 0px #444;
	-ms-box-shadow: 0px 1px 1px 0px #444;
	-o-box-shadow: 0px 1px 1px 0px #444;
	box-shadow: 0px 1px 1px 0px #444;
}

.divImgProduto {
	max-height: 160px;
	min-height: 160px;
	align-items: center;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flexslider .slides > li:first-child {display: list-item;}

.divSlider {
	max-height: 160px;
	min-height: 160px;
}

#bgrIni {
	background: url('../images/pini.jpeg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	padding: 70px 0px 0px 0px;
}

.border-radius-0 {
	border-radius: 0px !important;
}

.disabledButton {
	opacity: 0.4; 
  	cursor: not-allowed;
  	pointer-events: none;
}

.listItemPizza .cart-product-name.itemSabor {
	width: 55%;
	white-space: unset;
}

.listItemProduto .cart-product-name.itemProduto {
	width: 55%;
	white-space: unset;
}

.listItemPizza .cart-product-name.itemTamanho {
	width: 80%;
}

.listItemPizza .cart-product-price {
	padding: 12px 0px !important;
}

.cart-product-quantity {
	min-width: 120px;
}

.listItemPizza .quantity.clearfix .btnMinus {
	width: 30%;
	float: left;
}

.listItemPizza .quantity.clearfix .btnPlus {
	width: 30%;
	float: right;
}

.listItemPizza .quantity.clearfix .inpQtde {
	width: 40%;
	border: none;
}

.itemProduto .quantity.clearfix .btnMinus {
	width: 30%;
	float: left;
}

.itemProduto .quantity.clearfix .btnPlus {
	width: 30%;
	float: right;
}

.itemProduto .quantity.clearfix .inpQtdeProduto {
	width: 40%;
	border: none;
}

.pizzaQtde .quantity.clearfix .btnMinus {
	width: 30%;
	float: left;
}

.pizzaQtde .quantity.clearfix .btnPlus {
	width: 30%;
	float: right;
}

.pizzaQtde .quantity.clearfix .inpQtdePizza {
	width: 40%;
	border: none;
}

.extQtde .quantity.clearfix .btnMinus {
	width: 30%;
	float: left;
}

.extQtde .quantity.clearfix .btnPlus {
	width: 30%;
	float: right;
}

.extQtde .quantity.clearfix .inpQtdeExtra {
	width: 40%;
	border: none;
}

.bebQtde .quantity.clearfix .btnMinus {
	width: 30%;
	float: left;
}

.bebQtde .quantity.clearfix .btnPlus {
	width: 30%;
	float: right;
}

.bebQtde .quantity.clearfix .inpQtdeBebida {
	width: 40%;
	border: none;
}

#divModalComanda .cart-product-subtotal {
	padding: 12px 0px !important;
}

.tdPedido .cart-product-subtotal {
	padding: 12px 0px !important;
}

.invisivel {
	display: none !important;
}

.divPedido .button {
	margin-left: 0 !important;
}

.cart-product-thumbnail a {
	width: auto !important;
}

#divTableProduto .cart .cart-product-subtotal {
	width: 100px;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fas {
  position: absolute;
  padding: 10px;
  color: #999;
}

/* align icon */
.left-addon .fas  { left:  0px;}
.right-addon .fas { 
	right: 20px;
	top: 8px;
}

#divMenuSearchNav .right-addon .fas {
	top: 4px;
}

.right-addon .fas.faCep { 
	right: 5px;
	top: 5px;
}

.right-addon .fas.faGeo { 
	right: 8px;
	top: 8px;
}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.right-addon input#search_input { padding-right: 44px; }

#aCancel i{
	color: var(--cor-principal);
}

#btnEntrega {
	font-size: 1.3em;
	padding: 0 0;
}

div#register-form .col_full,div#login-form .col_full {
	margin-bottom: 25px;
}

#liNome:hover {
	background-color: #FFF !important;
}

.g-signin2{
  	width: 100%;
}

.g-signin2 > div{
  	margin: 0 auto;
}

.abcRioButton.abcRioButtonLightBlue { width: 100% !important;}

span.twitter-typeahead { display: block !important; }

.tt-menu {
	width: 100%;
	margin: 4px 0;
	padding: 8px 0;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -ms-border-radius: 4px;
	 -o-border-radius: 4px;
		  border-radius: 4px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	 -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	 -ms-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	 -o-box-shadow: 0 1px 10px rgba(0,0,0,.1);
		  box-shadow: 0 1px 10px rgba(0,0,0,.1);

}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 15px;
	line-height: 24px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.testEnd > .testi-content p:before,
.testEnd > .testi-content p:after { content: none; }

.testi-opt {
	float: right;
	margin-top: -20%;
}

.testi-opt,
.testi-opt a,
.testi-opt img,
.testi-opt i {
	display: block;
	width: 64px;
}

.testi-opt i {
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	line-height: 64px;
	font-size: 16px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-opt img { border-radius: 50%; }

.tiPerfil i{
	background-color: transparent;
	position: relative;
	top: 30%;
	font-size: 40px;
}

.animated {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.colorRed {
	color: var(--cor-principal) !important;
}

.colorGreen {
	color: rgb(177, 210, 53) !important;
}

.aDelEnd i {
	width: 27px;
}

.aDelCon i {
	width: 27px;
}

.liCon .badge {
	background-color: transparent;
}

.i-plain:hover {
    color: var(--cor-principal);
}

.aBuscaCep {
    position: absolute;
    right: 15px;
    top: 9px;
}

#divPedidos .entry-image {
	width: 15%;
}

#divPedidos .entry-date {
	position: initial;
	width: auto;
	min-width: 64px;
}

#divPedidos .entry-meta {
	margin-top: 0px;
}

#divPedidos .entry-meta li {
	margin-bottom: 5px;
}

#divPedidos .entry-c {
	padding: 0px;
}

#divPedidos .entry-content {
	margin-top: 15px;
}

#tablePedidoTotal .amount {
	min-width: 120px;
}

#navMobileRest {
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1;
  border-bottom: 1px solid #EEE;
  padding: 0;
  height: 4rem;
}

#navMobileRest .divImgLogo {
    color: #555;
	top: 0;
    left: 0;
    position: fixed;
    padding: 0;
    width: 16%;
    height: 4rem;
}

#navMobileRest .divInfoRest {
	padding-left: 17%;
	padding-right: 17%;
	top: 0;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 4rem;
    margin-right: 0px !important;
}

#navMobileRest .divInfoRest h4{
	margin-bottom: 0px;
}

#navMobileRest .navImgLogo {
	max-width: 100%;
	max-height: 4rem;
}

#navMobileRest .divIconCom {
	width: 16%;
	top: 0;
	right: 0;
	position: absolute;
}

#navMobileRest a {
	display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    font-size: 24px;
    line-height: 4rem;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#navMobileRest a span {
	display: block;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    font-size: 12px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: var(--cor-principal);
    border-radius: 50%;
}

#navMobile {
  overflow: hidden !important;
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 1;
}

#navMobile .dropdown-menu {
	background-color: transparent;
	width: 100% !important;
	border: none;
}

#navMobile .dropdown-menu .dropdown-item {
	color: #FFF;
}

#navMobile .dropdown-menu .dropdown-divider {
    margin: 0.5rem 23px;
}

#divNavMenuPedido {
	top: 4rem;
    position: fixed;
    z-index: 1;
    left: 0;
}

#selectMenuPedido {
	border-radius: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #EEE;
}

.txtLoc {
	color: #CCC;
	font-weight: normal;
}

.header-extras li .he-text {
	color: #444;
}

.header-extras li .he-text span{
	color: #444;
}

.categories .categories-details .icon i {
	font-size: 20px;
	position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.bgcolor-red {
	background-color: var(--cor-principal);
}

.bgcolor-white {
	background-color: white;
}

#logo {
	border: none !important;
}

#logo img {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.recipe-itmes .card-author {
	font-size: 14px;
}

.colCard {
	padding: 0px;
}

.colCard .card {
	padding: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

.colCard .card-body {
    padding: 0.75rem;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vertical-align {
	vertical-align: middle;
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);*/
}

.divBandeiras {
	float: left;
}

.divBandeiras > .divBandeiras {
	border-left: 1px solid #CCC;
	padding-left: 5px;
}

.divBandeiras img {
	max-width: 30px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.aGrey {
	color: #CCC !important;
	text-decoration: underline !important;
}

#divPagApp {
	/*width: 25%;
	float: left;*/
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#divPagEnt {
	/*padding-left: 10px;
	border-top: 1px solid #CCC;*/
	margin-bottom: 0px;
}

.btnAgendarPedido {
	max-width: 100%;
}

.limitName {
	max-width: 15ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iconBtnPos {
	position: initial !important;
}

.radio-style:checked + .radio-style-2-label:before {
	background: var(--cor-principal);
	border: 2px solid var(--cor-principal);
}

input.switch-toggle-round:checked + label:before {
	background-color: var(--cor-principal);
}

.imgSaborPizza {
	max-width: 30%;
	margin-right: 5px;
}

.imgProduto {
	max-width: 30%;
	margin-right: 5px;
}

.btnAddPizza {
	max-width: 70%;
	margin-left: 15%;
	float: left !important;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

#divPedidoFixed {
	top: 44px;
	position: sticky;
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: visible;
}

#page-menu {
	top: 0;
	position: sticky;
	z-index: 100;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

::-moz-scrollbar-track {
    background-color: #F4F4F4;
}
::-moz-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-moz-scrollbar-thumb {
    background: #dad7d7;
}

::-ms-scrollbar-track {
    background-color: #F4F4F4;
}
::-ms-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-ms-scrollbar-thumb {
    background: #dad7d7;
}

::-o-scrollbar-track {
    background-color: #F4F4F4;
}
::-o-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-o-scrollbar-thumb {
    background: #dad7d7;
}

::scrollbar-track {
    background-color: #F4F4F4;
}
::scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::scrollbar-thumb {
    background: #dad7d7;
}

.iportfolio {
	width: 89%;
	margin: 0 auto;
}

.iportfolio .portfolio-image:after {
	opacity: 0;
	text-align: center;
	vertical-align: -50%;
	padding-top: 47%;
	content: '';
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(231, 39, 45, 0.55) url('../images/icons/basket.svg') center center no-repeat;
	border-radius: 0.25rem !important;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.iportfolio:hover .portfolio-image:after { opacity: 1; }

.portfolio-desc h4 {
	color: #666;
	font-size: 16px;
	vertical-align: middle;
}

.portfolio-desc h4 a {
	color: #666;
	font-size: 16px;
}

.item-price {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.emImgBeb {
	color: #CCC;
	font-size: 12px;
}

.fs-70 {
	font-size: 70%;
}

.txtPriceProd {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

td.itemProduto {
	padding: 0 !important;
}

.divTextProdutoModal {
	display: flex;
	flex-direction: column;	
	justify-content: center;
}

.accordion.accordion-bgCustom .acctitle,
.accordion.accordion-bgCustom .acctitlec {
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom: 5px;
}

.accordion.accordion-bgCustom .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-bgCustom .acc_content { padding: 10px 0 15px 36px; }

.accTitleCustom {
	background-color: #EEE;
	color: #444;
}

.accTitleCustom {
	text-align: center;
}

.accTitleCustom label {
	color: #FFF;
	margin: 0;
}

.imgBand {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.radio-style:checked + .radio-style-3-label:before {
	color: var(--cor-principal);
	border: 2px solid var(--cor-principal);
}

.checkbox-style:checked + .checkbox-style-2-label:before {
	background: var(--cor-principal);
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.aOutraPessoa {
	color: #444 !important;
	text-decoration: underline !important;
}

.imgTextLog {
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}

.header-wrap:before {
	display: none !important;
}

.grey-section {
	border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 12px;
}

.card-section {
	border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 12px;
    background-color: #CCC
}

.limpCom {
	float: right;
	font-weight: 500;
}

.w-30 {
	width: 29% !important;
}

.w-70 {
	width: 70% !important;
}

#search_rest {
	width: 100%;
}

#menu_search {
	float: left;
	margin: 27px 0 0;
}

#header .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

#header-wrap {
    border-bottom: 1px solid #EEE;
}

.imgVertical img {
	position: absolute;
	top: 50%;
    transform: translateY(-50%)
}

.bVertical b {
	position: absolute;
	top: 50%;
    transform: translateY(-50%)
}

.cursor-pointer {
	cursor: pointer !important;
}

.lblGreen {
	color: green;
}

.ctPadrao {
	color: green;
}

.ctPadrao .card-section {
	border: 2px solid green !important;
}

.sticky-page-menu #page-menu-wrap {
	top: 100px !important;
}

#page-menu-wrap {
	height: 48px !important;
	line-height: 48px !important;
}

#menufiltro li {
	height: 48px !important;
}

#menufiltro li a {
	border-radius: 2px !important;
	margin: 10px 4px;
}

#menufiltro li ul li a{
	margin: 0px;
}

#menufiltro li:hover a {
	background-color: inherit !important;
	color: inherit !important;
}

#menufiltro li:hover ul a.sf-with-ul {
	font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    color: #444;
    margin: 0;
    line-height: 1 !important;
}

#menufiltro li ul li:hover{
	background-color: #F9F9F9;
	padding-left: 2px;
	color: var(--cor-principal);
	font-weight: bold;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-moz-transition: margin .4s ease, padding .4s ease;
	-ms-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

#menufiltro ul ul {
	border-top: 2px solid var(--cor-principal);
	background-color: white;
	margin-top: 4px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

#liLblFiltro {
	padding: 15px 0px;
	font-family: 'Raleway', sans-serif;
}

#divMenuFiltro {
	position: sticky;
    top: 100px;
    z-index: 50;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
}

#primary-menu ul li > a {
	padding: 15px 15px;
	font-size: 14px;
}

#primary-menu > ul > li > ul {
	margin-top: 10px !important;
}

.titleMenu div {
	margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.divOpCl {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 30px;
}

.divOpCl.Ropen {
	background-color: green;
}

.divOpCl.Rclose {
	background-color: var(--cor-principal);
}

.divOpCl p {
	color: #FFF;
    line-height: 30px !important;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divAgend {
	bottom: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: var(--cor-secundaria);
}

.divAgend p {
	color: #FFF;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

a.navbar-brand {
	font-size: 13px;
	max-width: 80%;
	line-height: 36px;
	overflow: hidden;
	margin-right: 0;
}

a.navbar-brand i {
	font-size: 25px;
	color: #FFF;
}

a.aBtnEntrar i {
	color: var(--cor-principal);
}

a.aBtnEntrar div {
	color: var(--cor-principal) !important;
}

#emClOp {
	display: contents;
}
.divLoading {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.divLoading :not(.imgLoader) {
	filter: opacity(70%);
	-webkit-filter: opacity(70%);
	pointer-events: none !important;
	cursor: default !important;
}
.divLoading a:after {
	pointer-events: none !important;
	cursor: default !important;
}

.imgLoader {
	background-image: url('../images/loading.gif');
	background-repeat : no-repeat;
	background-position : center;
	position: absolute;
    width: 20%;
    height: 30%;
}

.divInfoRecaptcha a {
	color: rgba(255,255,255,0.25);
    font-weight: bold;
}

.grecaptcha-badge { visibility: hidden; }

.pac-container { z-index: 10000 !important; }

#map {
	height: 19rem;
	width: 100%;
}

h3.card-title.center {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.divCupomPerfil {
	border: 1px solid #CCC;
    border-radius: 15px;
    padding: 5px;
}

.aStar {
	color: gold;
}
.aStar:hover {
	color: gold;
}

#listaAvaliacoes li {
	display: block;
}
#listaAvaliacoes em {
    font-weight: normal;
    text-transform: none;
}

.panelAme .panelInfoAme {
	color: white;
}
.panelAme .panelInfoAme ul {
	margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 13%;
    margin-right: 12%;
    width: 100%;
    list-style-type: none;
}
.panelAme .panelInfoAme h3 {
	color: white;
}
.panelAme .panelInfoAme img {
	width: 12%;
    margin-right: 1rem;
}
.panelAme .panelAmeQr {
	background-image: linear-gradient(rgba(233,20,89,1) 57%, rgba(23,0,132,1) 69%);
}
.panelAme .panelAmeQr .imgAme {
	width: 35%;
}
.linhaCashback h3 {
	color: rgb(233,20,89);
}
.ame-qrcode-wrapper{
    width: 100%;
    max-width: 340px;
    margin: 40px auto;  
}

.ame-qrcode-wrapper p,
.ame-qrcode-wrapper strong,
.ame-qrcode-wrapper span{
    font-family: 'Ubuntu';
    font-size: 12px;
}

.ame-qrcode-wrapper .logo{
    display: block;
    margin: 0 auto;
}

.ame-qrcode-wrapper .container{
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
}

.ame-qrcode-wrapper .payment-values{
    text-align: center
}

.ame-qrcode-wrapper .payment-values strong{
    display: block;
}

.ame-qrcode-wrapper .payment-values strong:first-child{
    margin-bottom: 5px;
}

.ame-qrcode-wrapper .payment-values strong span{
    color: #ED555D;
    font-size: 16px;
}

.ame-qrcode-wrapper .payment-values p strong{
    display: inline;
    color: #4a90e2;
}

.ame-qrcode-wrapper img.qrcode{
    display: block;
    margin: 10px auto;
}

.ame-qrcode-wrapper .payment-info > strong{
    color: #ED555D;
    font-size: 16px;
    text-align: center;
    text-align: justify;
}

.ame-qrcode-wrapper .payment-info ul {
    list-style: none;
    padding: 0;
}

.ame-qrcode-wrapper .payment-info ul li {
    color: #aaaaaa;
font-size: 12px;
    margin-bottom: 10px;
}

.ame-qrcode-wrapper .payment-info ul li p {
    height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}

.ame-qrcode-wrapper .payment-info ul li strong, 
.ame-qrcode-wrapper .payment-info ul li img{
    margin: 0 2px
}

.ame-qrcode-wrapper a {
    color: #aaaaaa;
font-size: 12px;
}
.txtRisk {
	text-decoration: line-through !important;
}
.txtDescEnt {
	margin: 0;
	color: green;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1 !important;
}