* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    border-radius: 15px !important;
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 10px;
    pointer-events: all;
}

body {
    background-color: #fcfcfc !important;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: Arial, sans-serif !important; */
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #121212!important;
}

.menu {
    margin-bottom: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px 40px;
    background-color: #121212!important;
}

ul li {
    list-style: none;
}

.heading {
    background-color: #0d0d0d;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 45px 0;
    grid-column: 1/-1;
    text-align: center;
    height: 20vh;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 1;
}



/*--------------  FAZ CATEGORIAS COM SCROLL  --------------*/
/*.filter {
    width: 95%!important;
    overflow-x: scroll;
    margin: 5px 10px -10px 10px;
    grid-column: 1/-1;
    text-align: center;
    font-size: 13px;
}*/



.filter {
    margin: 0 20px;
    grid-column: 1/-1;
    text-align: center;
    font-size: 14px;
}



.heading>h1 {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
}

.heading>h3 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 5px;
}

.food-items {
    display: grid;
    /* position: relative; */
    grid-template-rows: auto 1fr;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    cursor: pointer;
    background-color: #fff;
}

.food-items img {
    /* position: relative; */
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.food-items-modal {
    display: grid;
    position: relative;
    grid-template-rows: auto 1fr;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: -1px;
    margin: -1px;
    cursor: pointer;
    background-color: #1e1e1e;
    color: #e1e1e1;
}

.food-items-modal img {
    position: relative;
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.details {
    padding: 10px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 12px;
    min-height: 180px;
}


.split-grid-2 {
    padding: 5px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    align-items: center!important;
    justify-items: center!important;
}


.split-grid {
    padding: 5px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0px;
    align-items: center!important;;
    justify-items: center!important;
}

.split-4 {
    display: grid;
    width: 100%;
    min-height: 100px;
    grid-template-columns: auto;
    font-weight: bold;
    font-size: 16px;
/*    border-radius: 5px;*/
/*    box-shadow: 0px 10px 0 0 #888;*/
    border-right: 1px solid #b39208;
    justify-items: center;
/*    align-content: space-between!important;*/


}

.split-4:last-child {
    border:none;
}

.pricing-type-title {
    width: 100%;
    height: 100%;
    text-align: center;
}

.pricing-type-title h4{
    font-size: 16px;
    font-weight: bold;
/*    margin: 0 0 10px 0;*/
}

.pricing-type-value {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #dbb30a;

}


.coloredBold{
    color: #dbb30a!important;
}


.users {
    font-size: 16px !important;
    color: #404040;
    margin: 5px 0 0 10px !important;
}

.green {
    color: green !important;
}

a:focus, a:hover {
    text-decoration: none!important;
}

.closeX {
    text-align: right;
    margin: 5px 5px;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.details-sub {
    display: grid;
    grid-template-columns: auto auto;
}

.details-sub>h5 {
    font-weight: 600;
    font-size: 22px;
    color: #d48811;

}


.modal-img-advise {
    text-align:center!important; 
/*    margin: 10px 0 10px 0!important;*/
    color: #b39208!important;
    font-size: 12px!important;
}

.mainProductText {
    font-size: 16px!important;
}
.mainProductDescription {
    margin: 0 5px 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.conteudo {
    color: #e1e1e1!important;
}

.price {
    text-align: right;
    padding-right: 10px;
    margin-top: 0 !important;
    color: #d48811 !important;
    font-size: 15px!important;
}

.details>p {
    color: #e1e1e1;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    align-self: stretch;
}

.details>button {
    background-color: #cb202d;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 180px;
}

::-webkit-scrollbar {
    margin-top: 10px!important;
}


/*--------------  FAZ CATEGORIAS COM SCROLL  --------------*/

/*section ul {
    width: max-content;
    flex-direction: row;
    display: flex;
    margin-bottom: 0px;
}*/

/*section ul li {
    list-style: none;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%); 
    padding: 10px 20px;
    margin: 5px 5px 5px 5px;
    letter-spacing: 1px;
    cursor: pointer; 
    border-radius: 5px;
}

section ul li.active {
    background: #da5a0c;
    color: #fff;
    border-radius: 5px;
}*/





/*--------------  FAZ CATEGORIAS SEM SCROLL  --------------*/

section ul {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    margin-bottom: -70px;
    color: #e1e1e1!important;
}

section ul li {
    list-style: none;
    background: #1e1e1e;
    padding: 8px 17px;
    margin: 5px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

section ul li.active {
    background: #d48811!important;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}










.profile {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 2px solid white;
}

.subir {
    font-size: 42px;
    color: #a94609;
    text-align: right;
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.subir.active {
    bottom: 8vh;
    pointer-events: auto;
    opacity: 1;
    /*color: #d48811;*/
    color: rgba(212,136,17,0.6);
    right: 6vh;
}

.header-distributed {
    background-color: #121212;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 20px 25px 0 25px;
    margin-top: 20vh;
}



.header-distributed .header-right {
    float: right;
    margin: 50px 5px;
    max-width: 180px;
}

.header-distributed .header-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    /*background-color: #a56a0d;*/
    background: rgb(212,136,17);
    background: linear-gradient(180deg, rgba(212,136,17,1) 0%, rgba(165,106,13,1) 35%);
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
    transition: all .25s;
}

.header-distributed .header-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}



div.horarios {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 0 20px;
    /* cursor: pointer; */
    background-color: #1e1e1e;
    padding: 50px 10px;
    color: #e1e1e1;
}

.horarios h3 {
    font-size: 20px !important;
}

.horarios p {
    padding: 0 10px;
}

.horarios i {
    color: #d48811;
}

ul.horariosList {
    display: inline-block;
    text-align: left;
}


.category-description p{
    color: rgba(181,152,59,1);
    text-align: center;
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    /*word-spacing: 2px;*/

}

.category-description {
    margin: -2px 10px;
    }


.sub-category-description{
    color: #fff;
    /* margin: 0px 0px; */
    padding: 10px;
    font-size: 18px;
    /* font-weight: bold; */
    letter-spacing: 2px;
    /* text-decoration: underline; */
    background: rgba(181,152,59,0.8); 
}

.sub-category-description p{ 
    margin: 0 0 0 10px;
}

.footerAd p {
    font-size: 12px !important;
}

.footer {
    margin-top: auto;
    min-height: 130px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.footer-distributed {
    background-color: #0d0d0d;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 45px 30px;
}

.footer-distributed .footer-left p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
}

.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
}

.footer-distributed .footer-links a:before {
    content: ".";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
}


.horizontalCard {
    max-height: 120px;
    display: grid;
    grid-template-columns: 120px auto;
    background-color: #1e1e1e;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 0 5px;
    border-radius: 5px;
}

.category-title { 
    position: -webkit-sticky;
    position: sticky;
    top: 8vh;
    text-align: center!important;
}

.category-title h3{

   /*margin: 20px 0 10px 0!important;
   color: #d48811!important;*/
   /*margin: 10px 0 10px 0!important;
    padding-top: 10px;
    color: #121212!important;
    min-height: 50px;
    font-weight: bold;
    background: #d48811;*/

    margin: 0!important;
   color: #d48811!important;
    padding-top: 7px;
    color: #121212!important;
    min-height: 40px;
    font-weight: bold;
    background: #d48811;

}

.loadingFunction {
    position: fixed;
    /* display: block; */
    width: 100%;
    /* height: 100%; */
    text-align: center;
    opacity: 2!important;
    /* background-color: black; */
    top: 50%;
    z-index: 99;
    top: 50%;
}

.zera {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*text-align: center;*/
    opacity: 0.5; 
    background-color: black;
    z-index: 98;
    position: fixed;
    display: block;
}

.conteudo2 h5 {
    margin: 10px 0 0 0!important;
    font-weight: 600;
}

.conteudo h5 {
    font-weight: 600;
}

.conteudo2 i {
    font-size: 12px !important;
    color: #a94609;
}

.left {
    float: left;
    padding-left: 5px;
}

.right {
    float: right;
}

.horizontalCard img {
    width: 120px;
    height: 120px;
    border-radius: 5px 0 0 5px;
}

.conteudo {
    padding: 0 10px 0 10px;
}

.conteudo2 p {
    padding: 0 10px 0 10px;
    height: auto !important;
}

.horizontalCard p {
    font-size: 12px !important;
    height: 35px;
}


.footer-distributed .footer-links .link-1:before {
    content: none;
}

.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #a56a0d;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition: all .25s;
}

.footer-distributed .footer-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
    text-decoration: underline;
}


.xclose {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    padding: 6px 10px 0px 0px;
    color: #d48811!important;
}

/* Media Queries */

@media (max-width: 600px) {

    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        text-align: center;
    }

    .footer-distributed .footer-right {
        float: none;
        margin: 0 auto 20px;
    }

    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
    }

}

@media (min-width: 800px) {
    .header-distributed {
        display: none;
    }
}

@media(max-width: 380px) {
    .header-distributed {
        padding: 20px 15px 0 15px;
    }
}

@media(max-width: 380px) {
    .header-distributed {
        padding: 20px 15px 0 15px;
    }
}


#desktop {
  display: none;
}

@media(min-width: 756px) {

    #desktop {
      position: fixed;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      /*opacity: 0.7;*/
      background-color: black;
      z-index: 99;
    }
    #desktop-image {
      position: absolute;
      top: 100px;
      left: 240px;
      z-index: 100;
    }

    #desktop p {
      color: white;
      /*position: absolute;*/
      /*top: 100px;
      left: 240px;*/
      z-index: 100;
      margin: 15% auto 0;
    }
}




#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  /*opacity: 0.7;*/
  background-color: black;
  z-index: 99;
}
#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}

#loading p {
  color: white;
  /*position: absolute;*/
  /*top: 100px;
  left: 240px;*/
  z-index: 100;
  margin: 15% auto 0;
}



.lds-ellipsis { 
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #a56a0d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}