
				
html {
    /* font-family: sans-serif; */
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* padding: 50px; */
}

.busca input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    background: #fff;
    appearance: none;
    border: 0px;
    width: 100%;
    display: table;
    cursor: pointer;
    padding: 15px 15px;

    border-radius: 50px;
    color:#1047DB;
    font-size: 18px;
    outline: none;
}


.busca p {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    background: transparent;
    appearance: none;
    border: 0px;
    width: 100%;
    display: table;
    cursor: pointer;
    padding: 15px 15px;
    padding-right: 30px;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    outline: none;
}

.busca button {

    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    z-index: 2;
    background: url(../../resources/images/procura.png);
    appearance: none;
    border: 0px;
    cursor: pointer;
    padding: 15px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    outline: none;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.busca {
    display: table;
    width: 70%;
    border: 1px #c7c7c7 solid;
    background: hsla(30,100%,50%,0.44);
    border-radius: 50px;
    position: relative;
}



.apelidoPc {
    font-size: 8px;
    font-weight: bold;
}

.dataLiberacao {
    font-size: 10px;
}


.titulonome {
line-height: 1.5;
font-size: 18px;
font-weight: bold;
text-align: left;
color:#f48a40;
/*
text-shadow: #e4e6eb 0px 1px 1px;
 */

}
.valor1 {
    line-height: 1.0;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
	color:#f48a40;

   
}
.valor2 {
    line-height: 1.0;
    font-size: 13px;
    font-weight: bold;
	text-align: right;
	color:#f48a40;
	/*
    position:absolute;
	top:25;
	left:510;
   */
	
   
}
.descricao {
    line-height: 1.0;
    flex: 0 0 100%;
	font-weight: normal;
    max-width: 100%;
	font-size: 16px;
	font-style:italic;
	color:#e4e6eb;

   
}

.tarjamento {
    line-height: 1.0;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
	color: #F40A0E;
    background-color:#F40A0E;
    /*background-color:#2b669a !important;	*/
}
.linhas {
    min-height: 200px;
    line-height: 1px !important;
    background-color: white;
}


.categoria {
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}

#divCliente {
    min-height: 100px;
    line-height: 1px !important;
}

.liberacao {
    background-color: #007bff !important;
    color: white;
}

.navbar a.navbar-brand {
    padding: 9px 15px 8px;
}

.navbar {
    position: relative;
}

.navbar-right {
    float: right;
}

.brand {
    position: absolute;
    left: 49%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    top: 12px;
    box-shadow: 0px 2px 14px 2px rgba(0,0,0,0.9);
}

@media (max-width: 768px) {
    .brand {
        left: 51%;
    margin-left: -50px !important;
        width: 90px;
        height: 90px;
    }
    }

.brand2 {

    display: block;

    border-radius: 60px;
    cursor: pointer;
}

.layer1, .layer2{
    grid-column: 1;
    grid-row: 1;
  }

.carousel-control-prev-icon .carousel-control-next-icon{
    color: #000;
}



.mark {
    background-color: orange;
}

#redes_soc{
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 20%;
    margin-top: -5px;
    width: 50px;
}
.icone {
    width: 50px;
    height: 50px;
    margin-top: 1px;
    background: #06C;
    cursor: pointer;
}
/*
#logoindex {
	 
    width: 50%;
    height: 90%;
	
    background: url('http://www.smartinova.com.br/site/cardapiosmart/cafelukas/resources/images/logo2.png') center center no-repeat;
    background-size: 80%;
	position: absolute;
	left: 25%;
	right:50%;
	top: 10%;
    transition: all 0.3s;
    cursor: pointer;
    animation: zoom 1s forwards;
}
*/
#logoindex {
	 background: url('http://www.smartinova.com.br/site/cardapiosmart/varandapizza/resources/images/logo.jpg') no-repeat;
	background-size: cover;
    display: table;
    width: 60%;
	height: 30%;
    padding: 15% 0;
    position: relative;
	transition: all 0.3s;
    cursor: pointer;
    animation: zoom 1s forwards;
}

@keyframes zoom {
    0% {
		 background-size: 0%;
        transform: scale(1,1);
    }
    50% {
		 
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
		 background-size: 80%;
    }
}




.cesta input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
#cesta_pedidos {
    position: fixed;
    z-index: 999;
    right: 130;
    top: 45%;
    margin-top: -75px;
    width: 50px;
}
#meus {
    position: fixed;
    z-index: 999;
	font-size: 16px;
	line-height:18px;
    right: 40;
    top: 45%;
    margin-top: -75px;
    width: 80px;
	
	
}

.cesta .ico_cesta_pedidos{
   display: block;
    z-index: 600;
    background: url(../../resources/images/shopping-bag-svgrepo-com.svg);
    /* border-radius: 50%; */
    width: 38px;
    margin-top: 2px;
    margin-left: 1rem;
    margin-bottom: -2px;
    height: 39px;
    text-align: center;
    color: #c32c31;
    line-height: 48px;
	font-size: 18px;
}

.ico_cesta_pedidos p{
margin-top:-4px;
}

.cesta2 {
    width: 180px;
    height: 0px;
    margin-top: 1px;
    background: #e53284d6;
    cursor: pointer;
	padding: 0px 0px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
	text-align: center;
    display: table;
    float: left;
    position: relative;
    margin-right: 10px;
    /*font-size: 16px;*/

    border-radius: 50px;
    overflow: hidden;
    border: 1px #ffffff85 solid;
}


#cesta_pedidos2 {
    position: fixed;
    z-index: 999;
    right: 130;
    top: 47%;
    margin-top: -70px;
    width: 50px;
	
	
}

.cesta .ico_cesta_pedidos2 {
    display: block;
    text-align: center;
    color: #c32c31;
    line-height: 28px;
}


/*
.aberto {
    width: 10px;
    height: 300px;
    margin-top: 1px;
    background: #28a74575;
    cursor: pointer;
	padding: 5px 30px;
    padding-left: 10px;
    text-decoration: none;
    color: #fff;
	text-align: center;
    display: table;
    float: left;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 50px;
    overflow: hidden;
    border: 1px #ffffff85 solid;
}
#aberto_fechado {
    position: relative;
    z-index: 999;
    right: 0;
    top: 0%;
    margin-top: 0px;
    width: 0px;
}
*/
#abertfech{
	width: 190px;
    height: 28px;
	color: #3678DC;
	float: left;
	text-align: center;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
	border: 1px #3678DC solid;
	border-radius: 80px;

}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #343a40;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card .card-body .btn {
    font-size: 14px;
    background-color: #6d6d6dd4;
    border-radius: .90rem;
	color: #fff;
}
.campos {
  
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    background: #fff;
    appearance: none;
	border: solid 2px #000;
    width: 100%;
    display: table;
    cursor: pointer;
    padding: 15px 15px;
    padding-right: 30px;
    border-radius: 50px;
    color: #040404;
    font-size: 18px;
    outline: none;
}


.formata img{
 
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 10px; 
    margin-top: 10px; 
	
}


.w-100 {
    width: 100%!important;
}
.listaprod {
    color: #040404;
    font-weight: bold;
	text-align: left;
	font-size: 16px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.obs {
    font-size: 15px;
    font-weight: 400;
    display: block;
	text-align: center;
}
.formata .obs{
text-align: center;
}

.valor span{
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
    font-weight: 400;
	text-align: center;
	
}


.valor del{
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 400;
	text-align: center;
	
}
.col-lg-6.col-md-7.col-6 {
	margin-bottom: 40px;
	border: 2px #e4e6eb solid;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    /* background-color: rgba(0,0,0,.03); */
    border-bottom: 1px solid rgba(0,0,0,.125);
}
/*
.carousel-control-prev-icon,
.carousel-control-next-icon {
	
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 0%, 0%;
  border-radius: 50%;
   
  /* 
  border: 1px solid black;
  background-image: none;
  
 
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: blue;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: blue;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
 */




.table {
	
    width: 100%;
    margin-bottom: 0.3rem;
    background-color: transparent;
}

.table#table.table-bordered th {
    /* border: 1px solid #dee2e6; 
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	*/
    font-size: 14px;
}
.table th {
     padding: 0.1rem; 
    /* vertical-align: top; */
    border-top: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px ;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px ; 
}

.excluir img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.excluir img:hover {
    cursor: pointer;
	height:26px;
    width: 31px;
   
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
	margin-top: -80;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}

.part-1 img{
    height:300px;
    background-position: center;
    background-size: 300px;
}


.section-products #product-1 .part-1::before {
   
    background-size: auto;

}

.section-products #product-2 .part-1::before {
    
    background-size: auto;
}

.section-products #product-3 .part-1::before {
    
    background-size: auto;
}

.section-products #product-4 .part-1::before {
    
    background-size: auto;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 0, 0.0);
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
   
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

.masthead img{
    height:100%;
}

 header{

    padding-top: 110;
}


  @media (min-width: 768px) {
    header.masthead {
      padding-top: 17rem;
      padding-bottom: 16.5rem;
    }
    }

    @media (max-width: 768px) {
        header.masthead {
          padding-top: 5rem;
          padding-bottom: 15.5rem;
        }
        }
  

  .bg-blue{
      background-color: #0076BE;
  }

  .table-wrap {
    overflow-x: scroll; }
  
  .table {
    min-width: 1000px !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px; }
    .table thead th {
      border: none;
      padding: 30px;
      font-size: 14px;
      color: #fff; }
    .table tbody tr {
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
      -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29); }
    .table tbody th, .table tbody td {
      border: none;
      padding: 30px;
      font-size: 14px;
      background: #fff; }
    .table tbody td .close span {
      font-size: 12px;
      color: #dc3545; }

      
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529; }
    .table th,
    .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6; }
    .table tbody + tbody {
      border-top: 2px solid #dee2e6; }
  
  .table-sm th,
  .table-sm td {
    padding: 0.3rem; }
  
  .table-bordered {
    border: 1px solid #dee2e6; }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #dee2e6; }
    .table-bordered thead th,
    .table-bordered thead td {
      border-bottom-width: 2px; }
  
  .table-borderless th,
  .table-borderless td,
  .table-borderless thead th,
  .table-borderless tbody + tbody {
    border: 0; }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075); }
  
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #b8daff; }
  
  .table-primary th,
  .table-primary td,
  .table-primary thead th,
  .table-primary tbody + tbody {
    border-color: #7abaff; }
  
  .table-hover .table-primary:hover {
    background-color: #9fcdff; }
    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
      background-color: #9fcdff; }
  
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
    background-color: #d6d8db; }
  
  .table-secondary th,
  .table-secondary td,
  .table-secondary thead th,
  .table-secondary tbody + tbody {
    border-color: #b3b7bb; }
  
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf; }
    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
      background-color: #c8cbcf; }
  
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #c3e6cb; }
  
  .table-success th,
  .table-success td,
  .table-success thead th,
  .table-success tbody + tbody {
    border-color: #8fd19e; }
  
  .table-hover .table-success:hover {
    background-color: #b1dfbb; }
    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
      background-color: #b1dfbb; }
  
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #bee5eb; }
  
  .table-info th,
  .table-info td,
  .table-info thead th,
  .table-info tbody + tbody {
    border-color: #86cfda; }
  
  .table-hover .table-info:hover {
    background-color: #abdde5; }
    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
      background-color: #abdde5; }
  
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #ffeeba; }
  
  .table-warning th,
  .table-warning td,
  .table-warning thead th,
  .table-warning tbody + tbody {
    border-color: #ffdf7e; }
  
  .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
      background-color: #ffe8a1; }
  
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #f5c6cb; }
  
  .table-danger th,
  .table-danger td,
  .table-danger thead th,
  .table-danger tbody + tbody {
    border-color: #ed969e; }
  
  .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
      background-color: #f1b0b7; }
  
  .table-light,
  .table-light > th,
  .table-light > td {
    background-color: #fdfdfe; }
  
  .table-light th,
  .table-light td,
  .table-light thead th,
  .table-light tbody + tbody {
    border-color: #fbfcfc; }
  
  .table-hover .table-light:hover {
    background-color: #ececf6; }
    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
      background-color: #ececf6; }
  
  .table-dark,
  .table-dark > th,
  .table-dark > td {
    background-color: #c6c8ca; }
  
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #95999c; }
  
  .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
      background-color: #b9bbbe; }
  
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075); }
  
  .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55; }
  
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  
  .table-dark {
    color: #fff;
    background-color: #343a40; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th {
      border-color: #454d55; }
    .table-dark.table-bordered {
      border: 0; }
    .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
    .table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.075); }
  
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .table-responsive-sm > .table-bordered {
        border: 0; } }
  
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .table-responsive-md > .table-bordered {
        border: 0; } }
  
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .table-responsive-lg > .table-bordered {
        border: 0; } }
  
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .table-responsive-xl > .table-bordered {
        border: 0; } }
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table-bordered {
      border: 0; }
	  
	.tabelalista {
   
	font-family: inherit;	
	border:#ced4da solid 1px;
	width:100%;
	font-size: 11px;
	}
	
	.tabelalista td {
	border:#ced4da solid 1px;
	text-align: center;     /* alinhamento horizontal */
    vertical-align: middle; /* alinhamento vertical */
	}