/*************************************
GERAL
*************************************
@font-face {
    font-family: 'Tahoma';
    font-weight: normal;
    font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css?family=Solway|Great+Vibes|Lato|Poppins:300,400,400i,500,600,700,800');

@font-face {font-family: "Tahoma";
    src: url("font/66e7a2238693879b1ab39a122a074a37.eot");
    src: url("font/66e7a2238693879b1ab39a122a074a37.eot") format("embedded-opentype"),
    url("font/66e7a2238693879b1ab39a122a074a37.woff2") format("woff2"),
    url("font/66e7a2238693879b1ab39a122a074a37.woff") format("woff"),
    url("font/66e7a2238693879b1ab39a122a074a37.ttf") format("truetype"),
    url("font/66e7a2238693879b1ab39a122a074a37.svg#Tahoma") format("svg");
}

*,
.navigation-bar__title,
.tab-bar__label,
.bottom-bar,
.button,
.text-input, .text-input--underbar, .textarea {
    font-family: 'Tahoma';
}

body, 
.page,
.navigation-bar,
.navigation-bar__bg,
.tab-bar,
.tab-bar__button,
.bottom-bar {
    /*background-color: #CD1328;*/
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background: -webkit-linear-gradient(#e3262e, #ab171e);
    background: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;

	/*background-image: url(img/body-bg.png); background-size: 100px 100px; background-repeat: repeat; */
	
	/*9A2E1F B02323 */
}

.navigation-bar__title,
.toolbar-button, .toolbar-button--outline, .toolbar-button--quiet, 
.icon-button--quiet,
.tab-bar__button, .tab-bar__button:active > .tab-bar__icon, :checked + .tab-bar__button > .tab-bar__icon {
    color: #FFF;
    font-family: 'roboto-light';
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;

}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #000000;
}

.page__content {
	
    padding-bottom: 3px;
	    background-image: url(../img/body-bg.png);
   /* background: #FFF;
    background: -moz-linear-gradient(top,  #FFF 0%, #E9B7A2 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#E9B7A2)); 
    background: -webkit-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); 
    background: -o-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); 
    background: -ms-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); 
    background: linear-gradient(to bottom,  #FFF 0%,#E9B7A2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ebcc96',GradientType=0 );
	*/	
	
	/*background-image: url(./img/body-bg.png);*/
	/*background: url(./img/body-bg.png) top left repeat; */
	/*background-size: 100px 100px;
	background-repeat: repeat; */
	
    /*
    -moz-box-shadow:    inset 0 0 20px #333;
    -webkit-box-shadow: inset 0 0 20px #333;
    box-shadow:         inset 0 0 20px #333;
    */
    /*border-radius: 10px;*/
}

.startup__content {
    padding-bottom: 3px; /*era 10 */
    background: #FFF; /* Old browsers  */
    background: -moz-linear-gradient(top,  #FFF 0%, #E9B7A2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#E9B7A2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFF 0%,#E9B7A2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #FFF 0%,#E9B7A2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ebcc96',GradientType=0 ); /* IE6-9 */
    /*
    -moz-box-shadow:    inset 0 0 20px #333;
    -webkit-box-shadow: inset 0 0 20px #333;
    box-shadow:         inset 0 0 20px #333;
    */
    /*border-radius: 10px;*/
}

.navigation-bar--transparent {
    background-color: transparent !important;
    background-image: none;
    border: none;
}
    
.content {
    padding: 0px 10px;
}

.list {
	border: none;
	background: none;
	display: contents;
	   
}

.content .list__header {     
	border-bottom: 1px solid #8C7464; 
}

.content .list__item {
	border-bottom: 1px solid #8C7464;        
}    

.sideMenu .page__content {

	background: linear-gradient(#e3262e, #ab171e);
	background-image: url(../images/menu-bg.jpg);
	background-size: cover;

}

.sideMenu .list__item {
    color: #FFF;
    background: transparent;
    border-bottom: 1px solid #0c1b0e;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

.sideMenu .list__item .item_menu_categoria {
    display: block;
    /* text-align: center; */
    width: 100%;
}

.sideMenu .list__item .center {
    text-align:center
}

.sideMenu .menuItemTitle {
    background-color: #333 !important;
    color: #FFF;
}


.gacom .page__content  {
	background: none;
	color:black;
}

.gacom .list__item {
    color: #000;
    background: transparent;
    border-bottom: 1px solid #0C1B0E; 
}

.gacom .menuItemTitle {
    color: #FFF;
}


/***/

.web .page__content  {
	background: #fff;
	color:white;


}

.web .list__item{

	color:#545454;
	background: transparent;
    border-bottom: 1px solid #0c1b0e;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	/*font-family: 'Roboto', sans-serif;*/
		
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 45px;

}

.web .menuItemTitle {
    background-color: #fff !important;
}


.button {
    /*border-radius: 7px;*/
}

.btnToggleMenu  {
    background-color: #0256CC; /*1B412D  */
    color: #FFF;    
}

.moreInfo {
    color: rgba(255,255,255, 0.3);
}
    

:checked+.tab-bar__button {    
   /* -moz-box-shadow:    inset 0 0 10px #333;
    -webkit-box-shadow: inset 0 0 10px #333;
    box-shadow:         inset 0 0 10px #333;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
    color: #FFF;*/
}

.tab-bars__button {
    color: #FFF;
}

.button {
    background-color: steelblue;  
}

.button:hover {
    background-color: #0BAFFA;
}

.button .white{
    background-color: #FFF;  
}


.white_red{
    background-color: #FFF;
	color:red
}

.badgeNew {
    background-color: #0256CC;
    color: #FFF;
}

.badgePromo {
    background-color: #9A2E1F;
    color: #FFF;
}

.itemName {
    font-size: 1em;
    color: #000000;
    float: left;
}

.itemDetails {
    /*color: #8C7464;*/                                                                              
	color: #000;
}


.item_Desc {
    /*color: #8C7464;*/
	
	color: gray;
    text-transform: lowercase;
    font-family: monospace;
    line-height: 15px;
    padding: 5px;
	text-align: center;
	
}


.DetalheItensPedido {
    /*color: #8C7464;*/
	color: #FFFFFF;
}

.itemPrice {
    color: #000000;
}




.bottom-bar,
.tab-bar__button:active, .tab-bar__button--large:active, :checked+.tab-bar__button {
    color: #FFF; 
}
.bottom-bar .button {
	font-size: 0.7em;
	padding: 0px 10px;
	min-width: 128px;
}


.custom-bottom-bar {

    align-items: center;

    border-top: 2px solid #f5f0eb;

    display: flex;
    justify-content: flex-end;
    padding: 20px 20px;
    height: 100px;
    width: 100%;
    z-index: 30;
   /* position: absolute;*/
	
	
}

.bottom-bar .custom-button {
    height: 100%;
    width: 100%;
    right: 10px;
    background-color: #fff;
    font-size: 1.3em;
    color: red;
    padding: 12px;
}

.custom-bottom-bar .custom-full {
	height:100%;
	width:100%;
}

.page-with-bottom-toolbar > .page__content {
    bottom: 60px;
}

.smallButton {    
    color: #0256CC;
}

.orderValue {
    color: #FFF;
}

.addressInput {
    background: #FFF;
}

.light {
    color: #8C7464;
}

.light2 {
    color: #AD9C90;
}

.content, 
.content label,
.list__item--chevron:before, 
.list__item {
    color: #000000;
}

.list__header {
    color: #000000;
	background-color: #FC0;
    color: #000;
    padding: 11px;
}


.topcoat-text-input,
.topcoat-text-input:focus {
    background: rgba(255,255,255,.7);  
}

.bottomAlert, .singleAlert {
    background-color: #FFEFBF;
    color: #B25900;
}

.bottomAlert {
    border-top: 1px solid #B25900;
}

.singleAlert {
    border: 1px solid #B25900;
}

.overlay-loading {
    background: rgba(0,0,0,0.7);
}

/*************************************
HOME
**************************************/


.home .header_header .header_inputHeader .header_autocomplete .header_item,.header_header .header_inputHeader input,.header_text-input {
    font-family: Poppins-Regular,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(112,105,103,.5)
}

.home .header_header .header_inputHeader .header_autocomplete .header_item,.header_header .header_inputHeader input,.header_location-icon {
    background: #f8f8f8 url(images/location.svg) no-repeat scroll 23px
}

.home .header_header {
    margin-bottom: 37px
}

.home .footer__copyright-text{
    padding: 37px
}

.home .text_find{
	font-size: 16px;
	font-size: 1vw;
	line-height: 24px;
	    color: #332927;
		text-align: left;
}

.home .text_find_sub{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.home .header_header .header_title {
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: normal;
    color: #332927;
    text-align: center
}

@media(max-width: 767px) {
    .home .header_header .header_title {
        font-size:24px
    }
	
	.home .text_find{
		font-size: 16px;
		font-size: 4vw;
		line-height: 24px;
		    color: #332927;
			text-align: left;
	}
	
	.home .text_find_sub{
		font-size: 14px;
		line-height: 20px;
		font-size: 3vw;
		text-align: left;
		
	}

}

.home .header_header .header_inputHeader {
    display: flex;
    justify-content: center
}

.home .header_header .header_inputHeader input {
    width: 451px;
    height: 28px;
    border-radius: 15px;
    border: 2px;
    padding: 10px 0 11px 54px;
    margin-bottom: 5px
}

.home .header_header .header_inputHeader input:focus {
    outline: 0
}

.home .header_header .header_inputHeader .header_autocomplete {
    z-index: 1;
    position: absolute;
    background-color: #f8f8f8;
    cursor: pointer
}

.home .header_header .header_inputHeader .header_autocomplete .header_item {
    width: 451px;
    height: 40px;
    background: #f8f8f8 url(images/location.svg) no-repeat scroll 23px;
    padding: 10px 0 11px 54px;
    margin-bottom: 5px;
    /* border-radius: 1px; */
    border-bottom: 1px solid #fff;
}

.home .header_header .header_inputHeader .header_autocomplete .header_find {
    width: 451px;
    height: 28px;
    padding: 10px 0 11px 54px;
    margin-bottom: 5px;
    border-radius: 1px
}

.home .header_header .header_inputHeader .header_autocomplete .header_item:hover {
    color: #706967
}

.home .header_header .header_inputHeader .header_btn {
    width: 120px;
    height: 48px;
    border: 2px;
    border-radius: 15px;
    background-color: #0cc665;
    margin-left: 24px;
    cursor: pointer;
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

.home .header_header .header_inputHeader .header_btn:focus {
    outline: 0
}

@media(max-width: 767px) {
    .home .header_header .header_inputHeader .header_btn {
        font-size:16px
    }

    .home .header_header .header_inputHeader {
        flex-direction: column;
        padding: 0 20px
    }

    .home .header_header .header_inputHeader input {
        width: 100%
    }

    .home .header_header .header_inputHeader .header_btn {
        width: 100%;
        margin: 10px 0
    }

    .home .header_header .header_inputHeader .header_contentInput {
        padding-right: 54px
    }
	
	.home .header_header .header_inputHeader .header_autocomplete .header_find {
		width: 270px;
		height: 28px;
		padding: 10px 0 11px 54px;
		margin-bottom: 5px;
		border-radius: 1px
	}

	.home .header_header .header_inputHeader .header_autocomplete .header_item {
		width: 270px;
		height: 40px;
		background: #f8f8f8 url(images/location.svg) no-repeat scroll 23px;
		padding: 10px 0 11px 54px;
		margin-bottom: 5px;
		/* border-radius: 1px; */
		border-bottom: 1px solid #fff;
	}
}


/****************************
GLOBAL NAV MENU
****************************/
.nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	border-bottom: 1px solid;
    border-color: #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}
.nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}

.center_tp{

    font-size: 1em;
    line-height: 0em;
    margin-top: 11px;

}



.home .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}


.home .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 38px 0px 0px 25px;
}

.home .nav_menu .menu {
    display: flex;
    padding: 30px 5px;
	font-family: "SulSans", Helvetica, sans-serif;
}



.home .page__content {    
  
  background: rgba(255,255,255);

}
.home .page__content .page {
	 	background-color: rgba(255,255,255);
}

.home .page__content .header {
  /*  height: 160px;
	background-image: url(../img/fundo_top_2.jpeg);
	background-repeat: repeat-x;*/
}
	.home .page__content .header .logo {
		margin: auto;   
	}

.home .page__content .menu-items button {
	display: block;
	width: 110px;
	margin: 10px auto;
	/*background-color: rgba(0,0,0,0.5);  (LA) GUSTAVO */
	padding: 5px;
	font-size: 1.3em;
}

.home .page__content .text-content {
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	margin: 20px 0 0;
	padding: 10px 20px;
}

.home .page__content .text-content hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 70%;
}


.home  .footer__copyright-text p {
    width: 100%;
    font-size: 0.6875rem;
    line-height: 1.35;
    font-weight: 300;
    color: #717171;
    margin: 0;
}



.home section{
    display: flex;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
	    font-family: Poppins-SemiBold,sans-serif;
}

.home .title1-inner > h2, .title1-inner > h3 {
    color: #222;
    display: inline-block;
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
}

.home .title1-inner span {
    display: inline-block;
    width: 100%;
    font-family: Great Vibes;
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}


.home h3 {
    font-family: Poppins-Regular,sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: normal;
    color: #332927;
}


.home h4 {
	
color: #2F3237;
    font-size: 20px;
    margin-bottom: 11px;


    
}


.home .left {
	text-align:left;
	margin-bottom:30px;
}

.home .dish-card {
    position: relative;
    display: grid;
    /* min-height: 100px; */
    width: 95%;
    background: #ffffff;
     padding: 0px;
    text-decoration: none;
    transition: 200ms;
    overflow: hidden;
}

.home .dish-card__info--top {
    margin-top: 10px;
	margin-bottom: 0px;
}

.home .dish-card__image {
    width: 160px;
    height: 120px;
    object-fit: cover;
    /* border-radius: 4px; */
    pointer-events: none;
    align-self: flex-start;
}

.home .dish-card__description {
    display: grid;
    color: #3e3e3e;
     font-weight: 100;
	 /* font-size: 1.1rem; */
    /* line-height: 1.25rem; */
    /* margin-bottom: 9px; */
    font-family: 'Roboto', sans-serif;
	padding: 20px;
}

.home .dish-card__description b{
  
    color: #F40143;
 
}

.home .dish-card_full {
	padding-bottom:10px
}

.home .dish-card__description span{
	
	font-size: 30px; 
	line-height: 27px; 
	display: contents;
	
}

.home .home_buttom{
	
	background-color: #fff;
	    margin-bottom: 10px;
	
}

.home .home_buttom img{
	
    width: 170px;
    height: 120px;
    object-fit: cover;
    /* border-radius: 4px; */
    /* pointer-events: none; */
    /* align-self: flex-start; */
    position: relative;
    right: -37px;

	
}


.RestaurantesDetails .home_toolbar{

	background-color: #fff;

}

.RestaurantesDetails .top_filtros{

	position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 1;

}

.RestaurantesDetails .restaurantes_by_endereco .endereco {
	text-align: center;
    width: 70%;
    line-height: 39px;
    /* display: contents; */
    /* margin-top: 10px; */
    /* font-size: 3vh; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.restaurantes_by_endereco .filtros {
    text-align: left;
    width: auto!important;
    line-height: 40px;
}

.RestaurantesDetails .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	border-bottom: 1px solid;
    border-color: #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.RestaurantesDetails .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.RestaurantesDetails .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}





.sideMenu .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	color: #3f3e3e;
	font-family: 'Roboto', sans-serif;
	z-index:1000;
}

.sideMenu .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.sideMenu .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}



.sideMenu .nav_menu_fixed{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	color: #3f3e3e;
	font-family: 'Roboto', sans-serif;
	z-index:1000;
	position:fixed;
}

.sideMenu .nav_menu_fixed .logo_center {
    width: 60px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 9px;
}

.sideMenu .nav_menu_fixed .back-button {
    padding: 9px 0px 0px 9px;
}


.sideMenu .nav_menu_fixed .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.sideMenu .nav_menu_fixed .menu {
    display: flex;
    padding: 30px 40px;
}

.sideMenu .num-mesa {
    background: #e34e47;
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    width: 16%;
	min-width: 16%;
}

.sideMenu .num-cartao {
    background: #e34e47;
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    width: 16%;
	min-width: 16%;
}

.sideMenu .num-qtd {
    background: #e34e47;
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 13px 0px 10px;
    text-align: center;
    width: 16%;
	min-width: 16%;
}


.sideMenu .num-codigo {
    background: #e34e47;
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 10px 0px 0px;
    text-align: center;
	width: inherit;


}

.sideMenu .num-add {
    background: #e34e47;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    width: 11%;
	min-width: 11%;
}

.sideMenu .num-search {
    background: #fff;
    color: #000;
    float: right;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0px 2px 0px 0px;
    text-align: center;
    width: 11%;
	min-width: 11%;
}

.sideMenu .grid_all {
    background: #f4f4f4;
    color: #000;
    float: right;
    /* font-size: 22px; */
    /* font-weight: 300; */
    line-height: 27px;
    /* margin: 0px 10px 0px 0px; */
    text-align: center;
    width: 100%;
}

.sideMenu .grid_all_item {
    /* display: inline-flex; */
    padding: 6px;
}


.sideMenu .grid_all_item .grid_all_item_mesa_cartao {
    color: #000;
    float: left;
    font-size: 9px;
    width: 30px;
}

.sideMenu .grid_all_item .grid_all_item_descricao {
    color: #000;
    float: left;
    text-align: left;
    font-size: 10px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sideMenu .grid_all_item_pizza {

	float: left;
}

.sideMenu .grid_all_item_pizza_mesa_cartao {
     display: inline-flex; 
  
	float: left;
}


.sideMenu .grid_all_item .grid_all_item_descricao_pizza {

    color: #000;
    
    font-size: 15px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	    color: #000;
    float: left;

}

.sideMenu .grid_all_item .grid_all_item_qt {
    color: #000;
    float: left;
    font-size: 11px;
    text-align: right;
    width: 70px;
    margin-right: 5px;
}

.sideMenu .grid_all_item .grid_all_item_price{
	color: #000;
	float: left;
	font-size: 10px;
}

.sideMenu .grid_all_item .grid_all_item_total{

    font-size: 15px;
    font-weight: bold;
    color: darkred;

}


.sideMenu .bottom_text_botton{
	
	margin-left: -10px;
    position: fixed;
	bottom: 100px;
    /*font-size: 0.8em;*/    
    text-align: center;
	background-color: gold;
    color: darkred;
	border-top: 1px solid darkred;
    width: 100%;
	font-size: 23px;
	padding: 5px;
    bottom: 70px;
    z-index: 1000;
	
}

.sideMenu .bottom_text_botton .total_pedido{
	vertical-align: middle;
	font-size:10px;
	float: right;
	background-color: red;
	color: white;
	padding: 5px;
	border-radius: 4px;
}

@media (min-width: 992px) {
	.sideMenu  .list__item {
		color: #545454;
		background: transparent;
		border-bottom: 1px solid #0c1b0e;
		border-bottom-color: rgba(0, 0, 0, 0.1);

		font-family: 'Roboto', sans-serif;
		font-size: 40px;
		line-height: 65px;
	}
	
	.sideMenu  .list__item i {
		line-height: 85px;
	}

	.sideMenu  .list__item span {
		line-height: 85px;
	}
	
	
	
}



.ListaProdutos .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	box-shadow: 6px 0px 6px 0px rgba(0, 0, 0, 0.2);
	color: #3f3e3e;
	font-family: 'Roboto', sans-serif;
	z-index:1000;
}

.ListaProdutos .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.ListaProdutos .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}

.ListaProdutos .nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}



.ListaProdutos .listaProdutosHeader {
    border-bottom: 0px solid #000000;
    /* box-shadow: 0px 5px 15px #333; */
    box-shadow: 7px 4px 7px -2px #333;
    /* height: 10em; */
    width: 100%;
    background-color: #f53d3d;
    position: fixed;
     padding-top: 0px;
    top: 0px;
    z-index: 2;
}



.ListaProdutos .listaProdutosHeader .btn.active {
    background-color: #F26D00;
    color: #FFF;
    border-radius: 0px;
    font-size: 14px;
    border-width: 1px;
    border-style: dotted;
    border-color: brown;
}

.ListaProdutos .listaProdutosHeader .center_tp{
	
	font-size: 1.3em;
    line-height: 1em;
	
}

.ListaProdutos .listaProdutosHeader .EscolherOutraParte {
    font-size: 13px;
    width: 50%;
    border-radius: 7px;
    background-color: #f7aa17;
    /* height: 33px; */
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}





.ListaProdutos .PesquisarProduto {
    /* display: inline; */
    border: 2px solid #f53d3d;
    border-radius: 100px;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: white;
    /* float: right; */
    /* width: 85%; */
    /* font-size: 30px; */
    text-align: right;
    /* width: 370px; */
}

.ListaProdutos .PesquisarProduto input {
    border: 0;
    background-color: transparent;
    width: 90%;
    font-size: 17px;
}

.ListaProdutos .PesquisarProduto input:focus {
  outline: none;
}
.ListaProdutos .PesquisarProduto button,
.ListaProdutos .PesquisarProduto i {
  border: none;
  background: none;
  cursor: pointer;
}
.ListaProdutos .PesquisarProduto select {
  border: none;
}



.ListaProdutos .nomeRestaurante {
    background-color: brown;
    color: white;
    display: block;
    line-height: 31px;
    height: 31px;
    font-family: 'Roboto';
	 width: 99%;
}


.DetalhesProduto .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	color: #3f3e3e;
	font-family: 'Roboto', sans-serif;
	z-index:1000;
}

.DetalhesProduto .nav_menu .fixed{
	position: fixed;
}

.DetalhesProduto .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.DetalhesProduto .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}

.DetalhesProduto .nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}


.DetalhesProduto .nav_menu_fixed{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	color: #3f3e3e;
	font-family: 'Roboto', sans-serif;
	z-index:1000;
	position: fixed;
}

.DetalhesProduto .nav_menu_fixed .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.DetalhesProduto .nav_menu_fixed .menu {
    display: flex;
    padding: 30px 40px;
}

.DetalhesProduto .nav_menu_fixed .menu_item {
    padding: 0px 14px 0px 0px;
}

.DetalhesProduto .page__content{
	background: #fff;
	
}


.DetalhesProduto .combo_texto_top {

    background-color: #FC0;
    color: #000;
    padding: 13px;


}

.DetalhesProduto .textareadiv {
	  padding: 10px;
}

.DetalhesProduto .textareatext {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 1rem;
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    color: #717171;
    font-weight: 400;
    resize: none;
    height: calc(3.2em + 20px);
    min-height: calc(3.2em + 20px);
    padding: 10px;
}


.DetalhesProduto .listaProdutosHeader {
    border-bottom: 0px solid #000000;
    box-shadow: 0px 1px 6px #333;
    /* height: 26%; */
    width: 100%;
    background-color: #f53d3d;
    /* position: fixed; */
    /* padding-top: 2em; */
    margin-bottom: 12px;
    top: 60px;
    z-index: 2;
    /* font-size: 40px; */
	position: fixed;
}


.DetalhesProduto .listaProdutosHeader .btn.active {
    background-color: #F26D00;
    color: #FFF;
    border-radius: 0px;
    font-size: 14px;
    border-width: 1px;
    border-style: dotted;
    border-color: brown;
}

.DetalhesProduto .listaProdutosHeader .btn {
    line-height: 53px;
	padding: 22px;
}

.DetalhesProduto .listaProdutosHeader .configProducts {
    font-size: 0.7em;
    /*padding: 5px;*/
    /* box-shadow: 5px 5px 15px #333; */
    /* border-bottom: 4px solid rgba(24, 103, 194, 0.45); */
    /* padding-bottom: 14px; */
}


.DetalhesProduto .top_combo {
     background-color: #CD1328; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background: -webkit-linear-gradient(#e3262e, #ab171e);
    background: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 20;
}


.Pedido .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	border-bottom: 1px solid;
    border-color: #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.Pedido .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.Pedido .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}
.Pedido .nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}

.Pedido .center_tp{
	
	font-size: 1.3em;
    line-height: 1em;
	
}

.Pedido .Square span{
	
    font-size: 2.2vh;
    line-height: 1em;
	
}


.Login .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	border-bottom: 1px solid;
    border-color: #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.Login .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.Login .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}
.Login .nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}

.Login .center_tp{
	
	font-size: 1.3em;
    line-height: 1em;
	
}


.ListaEnderecos .nav_menu{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin: 0;
	background-color:#fff;
	border-bottom: 1px solid;
    border-color: #ccc;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.ListaEnderecos .nav_menu .logo {
    width: 70px;
   /* height: 29.5px;*/
    padding: 9px 0px 0px 25px;
}

.ListaEnderecos .nav_menu .menu {
    display: flex;
    padding: 30px 40px;
}
.ListaEnderecos .nav_menu .menu_item {
    padding: 0px 14px 0px 0px;
}

.ListaEnderecos .center_tp{
	
	font-size: 1.3em;
    line-height: 1em;
	
}


.pagamentoDinheiro .troco {
	background-color: #f53d3d;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: Roboto;
    font-size: 35px;
	border-bottom: 2px dotted rgba(255,255,255,1);
}


.pagamentoDinheiro h1 {

    color: #000;
    margin: 0;
    background: #fff;

}


.OrderStatus .box {
	margin-bottom: 20px;
}

/********************
INPUT e CHECKBOX
********************/

.content label:before {
	background-color: rgba(255,255,255,.7);
}

.content input[type=radio]:checked + label, input[type=checkbox]:checked + label { 
    color: #0256CC;
}

.content input[type=radio]:checked + label:before {
    color: #f3f3f3;
    background-color: #0256CC;
}

.content input[type=checkbox]:checked + label:before {
    color: #f3f3f3;
	background-color: #0256CC;
}


.contentFullheight label:before {
	background-color: rgba(255,255,255,.7);
}

.contentFullheight input[type=radio]:checked + label, input[type=checkbox]:checked + label { 
    color: #0256CC;
}

.contentFullheight input[type=radio]:checked + label:before {
    color: #f3f3f3;
    background-color: #0256CC;
}

.contentFullheight input[type=checkbox]:checked + label:before {
    color: #f3f3f3;
	background-color: #0256CC;
}

/* WELCOME WIZARD */
#welcome .page__content {
	
    padding-bottom: 10px;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 90%, #7DB9E4 10%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#7DB9E4));
    background: -webkit-linear-gradient(top, #FFF 0%,#7DB9E4 100%);
    background: -o-linear-gradient(top, #FFF 0%,#7DB9E4 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#7DB9E4 100%);
	background: linear-gradient(to bottom, #000 -36%,#7DB9E4 42%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#7DB9E4',GradientType=0 );

	
}

#login .page__content {
	
    padding-bottom: 10px;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 90%, #FF4D43 10%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FF4D43));
    background: -webkit-linear-gradient(top, #FFF 0%,#FF4D43 100%);
    background: -o-linear-gradient(top, #FFF 0%,#FF4D43 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#FF4D43 100%);
	background: linear-gradient(to bottom, #000 -36%,#FF4D43 42%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FF4D43',GradientType=0 );

	background-image: url(../images/splash-land-hdpi.png);
    background-size: cover;
	background-position:center;
	
}

.InfoGeralEnd {
  height: 365px;
  width: 100%;
  position: relative; 
  font-family: roboto-light;
  font-weight: 300;
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 5px;
}

.ListaEnd {
	width:100%;
	text-align:left;
	margin-left:2px;
}
.last {
	height:5px;
}

.colorTit{
	color:#AB2929;
}

.Titulo {
	color:#FFF;
	background-color:#DD4A4A;
	font-size: 1.4em;
	height: 6%;	
	text-align:center;
	padding-top:10px;

}

.Nomes {
	color:#A33232;
	font-weight:bold;
	margin-top:8px;
	padding-top:8px;
}


.NextPrevious {
	background-color:#CCC;
}

.ButtonAdd {
	background-color:#06F;	
	border-radius:5px;
	height:30px;
	width:170px;
	margin-top: 8px;
	text-align:center;
	text-decoration:blink;
	
}



/* Styles go here */

.other-controller {
  border: 1px solid #ccf;
  padding: 5px;
  margin: 3px;
}
.other-controller small {
  color: #99c;
}
.third-controller {
  border: 1px solid #cfc;
  padding: 5px;
  margin: 3px;
}
.third-controller small {
  color: #9c9;
}



.paginate {
    text-align: center; }
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: -10px;
    text-align: center; }
  .paginate li {
    display: inline; }
  .paginate a {
    border-radius: 3px;
    box-shadow: rgba(36, 56, 36, 0.72) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 5px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #FFFFFF;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #E81515;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #000000, #B9B0B0);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #B11E1E;
      background-color: #009966;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #EF2020, #842B2B);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
}


#welcome ons-carousel-item .content-holder {

  color: #fff;
  /*height: 365px;*/
  top: 45%;
  width: 100%;
  margin-top: -220px;
  position: relative; }
  #welcome ons-carousel-item .content-holder ons-button {
  	min-width: 100px; }
  #welcome ons-carousel-item .content-holder h1 {
    font-family: roboto-light;
    font-weight: 300;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 10px; }
  #welcome ons-carousel-item .content-holder h2 {
    font-family: roboto-light;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center; }
  #welcome ons-carousel-item .content-holder .images-holder {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    height: 190px; }
    #welcome ons-carousel-item .content-holder .images-holder .background-elements {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 321px;
      height: 96px;
      margin-top: -47px;
      margin-left: -160px; }
    #welcome ons-carousel-item .content-holder .images-holder .main-image {
      position: absolute;
      left: 50%;
      margin-left: -140px;
      top: 50%;
      margin-top: -80px;
      width: 280px; }
    #welcome ons-carousel-item .content-holder .images-holder ul {
      max-width: 280px;
      margin: 0px auto;
      padding: 0px; }
	#welcome ons-carousel-item .content-holder .images-holder ul li {
		float: left;
		list-style: none;
		padding-bottom: 26px; }
		#welcome ons-carousel-item .content-holder .images-holder ul li img {
		  height: 70px;
		  float: left;
		  padding-right: 10px; }
		#welcome ons-carousel-item .content-holder .images-holder ul li .description {
		  display: block; }
		  #welcome ons-carousel-item .content-holder .images-holder ul li .description h4 {
			display: inline; }
		  #welcome ons-carousel-item .content-holder .images-holder ul li .description p {
			display: block;
			margin: 0px;
			font-family: roboto-light; }
		#welcome ons-carousel-item .content-holder .images-holder ul li .numbers {
		  border-radius: 5em;
		  margin-right: 15px;
		  padding: 7px 12px;
		  margin-top: 3px;
		  background-color: white;
		  color: #16aec6;
		  float: left; }
	#welcome ons-carousel-item .content-holder .images-holder ul.active-list h2 {
	  font-size: 1em;
	  display: table-cell;
	  text-align: left; }
    #welcome ons-carousel-item .content-holder .images-holder ul.active-list h2 a {
      color: #fff; }
  #welcome ons-carousel-item .content-holder .images-holder.premium-activation {
    margin-bottom: 10px;
    height: 160px; }
    #welcome ons-carousel-item .content-holder .images-holder.premium-activation .main-image {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 50%;
      margin-top: -70px;
      width: 280px; }
  #welcome ons-carousel-item .content-holder .btn-holder {
    margin: 0 auto;
    text-align: center; }
  #welcome ons-carousel-item .content-holder form input {
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    font-family: roboto-light;
    height: 100px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.83);
    letter-spacing: 1.4pt;
   
    border-radius: 0px;
    box-shadow: inset 0 0px transparent; }
#welcome ons-carousel-item ons-button {
 /* min-width: 90px;*/
  margin-top: 10px;
  background-color: white;
  color: #C00; }
#welcome ons-carousel-item ons-button.activate {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 280px; }
#welcome ons-carousel-item .nav-holder {
  position: absolute;
  bottom: 55px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  #welcome ons-carousel-item .nav-holder:active {
    opacity: 0.5; }
  #welcome ons-carousel-item .nav-holder p {
    display: inline;
    font-size: 1em;
    padding-right: 5px; }
	
	
	
	
#login ons-carousel-item .content-holder {

  color: #fff;
  /*height: 365px;*/
  top: 50%;
  width: 100%;
  margin-top: -240px;
  position: relative; }
  #login ons-carousel-item .content-holder ons-button {
  	min-width: 100px; }
  #login ons-carousel-item .content-holder h1 {
    font-family: roboto-light;
    font-weight: 300;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 10px; }
  #login ons-carousel-item .content-holder h2 {
    font-family: roboto-light;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center; }
  #login ons-carousel-item .content-holder .images-holder {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    }
    #login ons-carousel-item .content-holder .images-holder .background-elements {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 321px;
      height: 96px;
      margin-top: -47px;
      margin-left: -160px; }
    #login ons-carousel-item .content-holder .images-holder .main-image {
      position: absolute;
      left: 50%;
      margin-left: -140px;
      top: 50%;
      margin-top: -80px;
      width: 280px; }
    #login ons-carousel-item .content-holder .images-holder ul {
      max-width: 280px;
      margin: 0px auto;
      padding: 0px; }
	#login ons-carousel-item .content-holder .images-holder ul li {
		float: left;
		list-style: none;
		padding-bottom: 0px; }
		#login ons-carousel-item .content-holder .images-holder ul li img {
		  height: 70px;
		  float: left;
		  padding-right: 10px; }
		#login ons-carousel-item .content-holder .images-holder ul li .description {
		  display: block; }
		  #login ons-carousel-item .content-holder .images-holder ul li .description h4 {
			display: inline; }
		  #login ons-carousel-item .content-holder .images-holder ul li .description p {
			display: block;
			margin: 0px;
			font-family: roboto-light; }
		#login ons-carousel-item .content-holder .images-holder ul li .numbers {
		  border-radius: 5em;
		  margin-right: 15px;
		  padding: 7px 12px;
		  margin-top: 3px;
		  background-color: white;
		  color: #16aec6;
		  float: left; }
	#login ons-carousel-item .content-holder .images-holder ul.active-list h2 {
	  font-size: 1em;
	  display: table-cell;
	  text-align: left; }
    #login ons-carousel-item .content-holder .images-holder ul.active-list h2 a {
      color: #fff; }
  #login ons-carousel-item .content-holder .images-holder.premium-activation {
    margin-bottom: 10px;
    height: 160px; }
    #login ons-carousel-item .content-holder .images-holder.premium-activation .main-image {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 50%;
      margin-top: -70px;
      width: 280px; }
  #login ons-carousel-item .content-holder .btn-holder {
    margin: 0 auto;
    text-align: center; }
  #login ons-carousel-item .content-holder form .myinput {
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    font-family: roboto-light;
    height: 100px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.83);
    letter-spacing: 1.4pt;
    border: none;
    border-radius: 0px;
    box-shadow: inset 0 0px transparent; }
#login ons-carousel-item ons-button {
 /* min-width: 90px;*/
  margin-top: 10px;
  background-color: white;
  color: #C00; }
#login ons-carousel-item ons-button.activate {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 280px; }
#login ons-carousel-item .nav-holder {
  position: absolute;
  bottom: 55px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  #login ons-carousel-item .nav-holder:active {
    opacity: 0.5; }
  #login ons-carousel-item .nav-holder p {
    display: inline;
    font-size: 1em;
    padding-right: 5px; }	
	
#login .ons-carousel-item {	
	height: 100%;
}
#login .ons-carousel-item .content-holder {

  color: #fff;

}                        
  #login .ons-carousel-item .content-holder ons-button {
  	min-width: 100px; }
  #login .ons-carousel-item .content-holder h1 {
    font-family: roboto-light;
    font-weight: 300;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 10px; }
  #login .ons-carousel-item .content-holder h2 {
    font-family: roboto-light;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center; }
  #login .ons-carousel-item .content-holder .images-holder {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    }
    #login .ons-carousel-item .content-holder .images-holder .background-elements {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 321px;
      height: 96px;
      margin-top: -47px;
      margin-left: -160px; }
    #login .ons-carousel-item .content-holder .images-holder .main-image {
      position: absolute;
      left: 50%;
      margin-left: -140px;
      top: 50%;
      margin-top: -80px;
      width: 280px; }
    #login .ons-carousel-item .content-holder .images-holder ul {
      max-width: 280px;
      margin: 0px auto;
      padding: 0px; }
	#login .ons-carousel-item .content-holder .images-holder ul li {
		float: left;
		list-style: none;
		padding-bottom: 0px; }
		#login .ons-carousel-item .content-holder .images-holder ul li img {
		  height: 70px;
		  float: left;
		  padding-right: 10px; }
		#login .ons-carousel-item .content-holder .images-holder ul li .description {
		  display: block; }
		  #login .ons-carousel-item .content-holder .images-holder ul li .description h4 {
			display: inline; }
		  #login .ons-carousel-item .content-holder .images-holder ul li .description p {
			display: block;
			margin: 0px;
			font-family: roboto-light; }
		#login .ons-carousel-item .content-holder .images-holder ul li .numbers {
		  border-radius: 5em;
		  margin-right: 15px;
		  padding: 7px 12px;
		  margin-top: 3px;
		  background-color: white;
		  color: #16aec6;
		  float: left; }
	#login .ons-carousel-item .content-holder .images-holder ul.active-list h2 {
	  font-size: 1em;
	  display: table-cell;
	  text-align: left; }
    #login .ons-carousel-item .content-holder .images-holder ul.active-list h2 a {
      color: #fff; }
  #login .ons-carousel-item .content-holder .images-holder.premium-activation {
    margin-bottom: 10px;
    height: 160px; }
    #login .ons-carousel-item .content-holder .images-holder.premium-activation .main-image {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 50%;
      margin-top: -70px;
      width: 280px; }
  #login .ons-carousel-item .content-holder .btn-holder {
    margin: 0 auto;
    text-align: center; }
  #login .ons-carousel-item .content-holder form input {
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    font-family: roboto-light;
    height: 100px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.83);
    letter-spacing: 1.4pt;
    border: none;
    border-radius: 0px;
    box-shadow: inset 0 0px transparent; }
#login .ons-carousel-item ons-button {
 /* min-width: 90px;*/
  margin-top: 10px;
  background-color: white;
  color: #C00; }
#login .ons-carousel-item ons-button.activate {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 280px; }
#login .ons-carousel-item .nav-holder {
  position: absolute;
  bottom: 55px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  #login .ons-carousel-item .nav-holder:active {
    opacity: 0.5; }
  #login .ons-carousel-item .nav-holder p {
    display: inline;
    font-size: 1em;
    padding-right: 5px; }		
	
	
	
#entregaRetira .page__content {
	
    padding-bottom: 10px;
	background-image: url(../images/splash-land-hdpi.png);
    background-size: cover;
    background-position: center;
}
#entregaRetira .content-holder {

	color: #fff;
	height: 365px;
	margin: 10% auto auto 25%;
	width: 100%;

}
  
#entregaRetira img{
	
	height: 14em;
	
}

.container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
	font-family: "Solway", serif;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin-right: -15px;
    margin-left: -15px*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px*/
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}


@media (min-width: 360px) {
    .col-pt {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-pt-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-pt-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-pt-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-pt-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-pt-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-pt-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-pt-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-pt-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-pt-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-pt-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-pt-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-pt-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-pt-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}





@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}




















.services-sec .service {
    overflow: hidden;
    background: #22262F;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 44px 45px 41px;
    position: relative;
	    margin: 20px;
}

.services-sec .service h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    position: absolute;
    top: -50px;
    right: 10px;
    color: #fff;
    opacity: 0.3;
}

.services-sec .service h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    position: absolute;
    top: -50px;
    right: 10px;
    color: #fff;
    opacity: 0.3;
}

.services-sec .service span {
	display: inline-block;
	color: $primary-color;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 500;
	
}
.services-sec .service span img {
		width: 50%;
}

.services-sec .service h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.services-sec .service p {
	font-size: 16px;
	line-height: 27px;
	color: rgba(255,255,255,0.70);
}


.services-sec  .bg1{
    
    background: #fe0000;

}

.services-sec  .bg2{
    
    background: #22262F;

}

.services-sec  .bg3{
    
    background: #ff9900;

}

.services-sec  .bg4{
    
    background: #ef5350;

}

.colorw{
    
    color: #fff!important;
	padding-bottom: 20px;

}



.services-sec  .propfood{
	

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-clip: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	margin: 26px;


}


.services-sec  .propfood .lte-icon-wrapper {
    background-color: #F7B614;
    background-color: var(--main);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    color: #282932;
    color: var(--black);
    font-size: 60px;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 25px;
}

.services-sec .link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.22;
    color: #717171;
    transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
}

.services-sec ul > li {
    list-style: none;
}

.services-sec .footer__social svg {
	color: #3e3e3e;
    fill: #3e3e3e;
	    width: 30px;
    height: 30px;
}

.cashdialog{
	
	background-color: rgba(10,23,55,0.8);
	
}

.cashdialog .txt{
    color: white;
    background-color: darkcyan;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
}


.cupom_beneficio{

	text-align: center;
    color: #000;
    font-family: 'SulSans';
    padding: 54px 13px 60px;
    background: bisque;
    margin: 24px;
    border-radius: 30px;

}

.cupom_beneficio div{
    font-family: 'SulSans';
}

.cupom_beneficio_logo{

	text-align: center;
	width: 200px;

}

.cupom_beneficio_desconto{

	text-align: center;
    font-family: "Lato Black",sans-serif;
    font-weight: 900;
    color: #ef4b4b;
    font-size: 3em;

}

.cupom_beneficio_buttom{
	
	width: 80%;    
	border-radius: 50px;
	 background-color: #e54545;

}

.listaResNew .info_restaurante .cashback_info{

    background-color: #e3262e;
    text-align: center;
    height: 36px;
	
}

.listaResNew .info_restaurante .cashback_info .cashback_info_title{

    font-size: 8px;
    margin-top: -10px;
    font-family: 'SulSans';
    font-weight: bold;
    color: #f4f4f4;

}


.listaResNew .info_restaurante .cashback_info .cashback_info_value{

    font-weight: 900;
    color: #f4f4f4;

}


.listaResNew .cashback_info_title{

	font-size: 8px;
    text-align: center;

}

.listaResNew .cashback_info_title_left{

	font-size: 8px;

}

.categoria-item{
    text-align: center;
    font-size: 11px;
    font-weight: 900;
}

.categoria-item img {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    width: 70px;
    -moz-border-radius: 500px;
}

.horario_fun{
	width: 100%;
}

.horario_fun p{
	width: 100%;
}
.horario_fun i{
	width: 99%!important;
}


.marquee {
    width: 100px;
    height: 0px;
    overflow: hidden;
    white-space: nowrap;
    padding: 16px;
}
.marquee span {
  display: inline-block;
  padding-left: 20%;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-60%, 0);
  }
}



.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}


.produtos_emlista {
    /* font-size: 0.7em; */
    padding-top: 12px;
    padding-bottom: 12px;
    /* box-shadow: 5px 5px 15px #333; */
    /* border-bottom: 4px solid rgba(24, 103, 194, 0.45); */
    /* padding-bottom: 14px; */
    width: 100%;
    display: block;
    background-color: white;
  
    font-weight: 700;
    color: #f53d3d;
    border-top-left-radius: 10px;
	
	scroll-margin-top: 200px;
}

.produtos_emlista i {
	font-size:31px;
}
.produtos_emlista_menu {

    color: white;
    height: 49px;
    display: block;

}


.produtos_emlista_menu span {
	display: flex;
	justify-content: center; /* Alinha horizontalmente */
	align-items: center; /* Alinha verticalmente, se necessário */
	height: 49px; /* Defina a altura conforme necessário */
font-size:15px;
	
	
}

.produtos_emlista span {
    text-align: center;
    display: inline-block;
    width: 95%;
	
	
}

.produtos_emlista_menu_selecionado{
background: brown;
	border-bottom: 4px solid white;
}

.produtos_emlistahide{
		display:none;
}

.custom-padding {
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
}