/*CONEXAO MANDACARU - CARDAPIOS*/

* {
    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: #1f1f1f !important;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: Arial, sans-serif !important; */
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #333!important;
/*    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: #fff1d0!important;
}

@media (max-width: 350px) {
    .menu {
        zoom: 0.9;
    }
}

ul li {
    list-style: none;
}

.receptionMenuHeading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
    padding: 0px 0;
    grid-column: 1/-1;
    text-align: center;
    background-image:   linear-gradient(rgba(24, 18, 12, 0.8), rgba(24, 18, 12, 0.1)), url("teste02.jpg");
/*background: linear-gradient(rgba(24, 18, 12, 0.99), rgba(24, 18, 12, 0.7), rgba(24, 18, 12, 0.6)), url("fundo-bkg.jpg");*/
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-color: #ffe7af;
}

.heading {
/*    background: linear-gradient(180deg, rgba(1,69,148,1) 0%, rgba(1,88,190,1) 100%);*/
    background-image:   linear-gradient(rgba(60, 60, 60, 0), rgba(60, 60, 60, 0)), url("logodobar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffe7af;
/*    background: rgb(82,104,44);*/
/*    background: linear-gradient(180deg, rgba(82,104,44,1) 0%, rgba(38,55,40,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(127,161,68,1) 0%, rgba(155,154,7,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(127,161,68,1) 0%, rgba(90,114,48,1) 100%);*/

    color: #ffffff;
    margin-bottom: 10px;
    padding: 40px 0;
    grid-column: 1/-1;
    text-align: center;
    height: 20vh;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 1;
    
    /*background: linear-gradient(180deg, rgba(166,27,21,1) 0%, rgba(226,29,29,1) 100%);*/
}



/*--------------  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;
}*/

.receptionBtns{
    margin: 30px 15px;
    grid-column: 1/-1;
    text-align: center;
    font-size: 14px;
}

.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: 0px;
    cursor: pointer;
/*    background-color: #1e1e1e;*/
    color: #333;
}

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

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

.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: #dbb30a;

}

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

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

.conteudo {
    color: #333!important;
}

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

.details>p {
    color: #333;
    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: column;
    display: flex;
    margin-bottom: -70px;
    color: #333!important;
}

section ul button {
    list-style: none;
/*    background: rgb(255, 231, 175, 0.6);*/
    background: linear-gradient(180deg, rgba(79,112,128,1) 0%, rgba(55,78,89,1) 100%);
    padding: 5px 17px;
    margin: 20px 25px;
    letter-spacing: 1.7px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
/*    color: #fff;*/
color: #292627;
    font-weight: bold;
/*    height: 58px;*/
/*    align-self: center;*/
/*    width: 310px;*/
}

.text-uppercase{
/*    font-family: 'Kalnia', serif;*/
} 

.socialBtns button{
     list-style: none;
/*    background: linear-gradient(0deg, rgba(145, 119, 81, 1) 0%, rgba(230, 215, 149, 1) 100%);*/
/*background: linear-gradient(180deg, rgba(221,180,34,1) 0%, rgba(227,194,76,1) 100%);*/
/*background: linear-gradient(180deg, rgba(145,119,81,1) 0%, rgba(230,215,149,1) 100%);*/

/*    background: linear-gradient(0deg, rgba(62, 122, 5,0.5) 0%, rgba(136, 246, 35,0.5) 100%);*/
    padding: 8px 18px;
    margin: 20px 8px;
    letter-spacing: 1.7px;
    font-size: 20px; 
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;

/*    background: linear-gradient(0deg, rgba(13, 13, 13,0.9) 0%, rgba(89, 89, 89,0.5) 100%);*/

background: linear-gradient(0deg, rgba(145, 119, 81, 0.99) 0%, rgba(230, 215, 149, 0.3) 100%);
}



.ptclass{    
/*    background: linear-gradient(0deg, rgba(145,119,81,1) 0%, rgba(230,215,149,1) 100%);*/

background: linear-gradient(180deg, rgba(224,187,55,1) 0%, rgba(245, 143, 35,0.89) 100%);

/*  LARANJA  */
/*      background: linear-gradient(92deg, rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 0.99), rgba(184,129,0, 0.6), rgba(184,129,0, 0)), url("WhatsApp Image 2024-04-19 at 16.16.12.jpeg");  */

/*  PRETO  */
/*    background: linear-gradient(90deg, rgba(60, 60, 60, 1), rgba(60, 60, 60, 1), rgba(60, 60, 60, 0.92), rgba(60, 60, 60, 0.96), rgba(60, 60, 60, 0)), url("bebidas-esperanca - Copia.jpg");*/

/*COR DE PELE*/
    /*  background: linear-gradient(90deg, rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 0.9), rgba(255, 234, 184, 0.2)), url("bebidas-esperanca - Copia.jpg");*/
}

.enclass{

/*    background: linear-gradient(0deg, rgba(145,119,81,1) 0%, rgba(230,215,149,1) 100%);*/


background: linear-gradient(180deg, rgba(224,187,55,1) 0%, rgba(245, 143, 35,0.89) 100%);

/*  LARANJA  */
/*    background: linear-gradient(92deg, rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 0.99), rgba(184,129,0, 0.6), rgba(184,129,0, 0)), url("bebidas-esperanca - Copia.jpg");*/

/*  PRETO  */
/*    background: linear-gradient(90deg, rgba(60, 60, 60, 1), rgba(60, 60, 60, 1), rgba(60, 60, 60, 1), rgba(60, 60, 60, 0.94), rgba(60, 60, 60, 0)), url("bebidas-esperanca - Copia.jpg");*/

/*COR DE PELE*/
    /*  background: linear-gradient(90deg, rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 0.9), rgba(255, 234, 184, 0.2)), url("en-flg.jpg");*/
}

.espclass{

/*  LARANJA  */
    /*  background: linear-gradient(90deg, rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 1), rgba(184,129,0, 0.8), rgba(184,129,0, 0)), url("bebidas-esperanca - Copia.jpg");  */

/*  PRETO  */
    background: linear-gradient(90deg, rgba(60, 60, 60, 1), rgba(60, 60, 60, 1), rgba(60, 60, 60, 1), rgba(60, 60, 60, 0.94), rgba(60, 60, 60, 0)), url("bebidas-esperanca - Copia.jpg");

/*COR DE PELE*/
    /*  background: linear-gradient(90deg, rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 1), rgba(255, 234, 184, 0.9), rgba(255, 234, 184, 0.2)), url("bebidas-esperanca - Copia.jpg");*/
}

/*section ul button.active {
    color: #fff2d4;
    border-radius: 5px;
    font-weight: normal;
    font-size: 22px;
    border: none!important;
    height: 78px;
}*/


button:active{
    background: linear-gradient(352deg, rgba(145,119,81,1) 0%, rgba(230,215,149,1) 100%); 

}



/* LOADING SPINNER */



#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


/*DROPDOWN*/


.chevron-dropdown {

    background: rgb(205, 125, 2, 0.8);
    border-radius: 5px;
    padding: 4px;
    opacity: 0.7;

}

.select-menu {
    margin-top: 0px;
    margin-bottom: 0px;
}
.select-menu .select-btn {
  display: flex;
  height: 0px;
 background: transparent;
  color: #fff;
  padding-right: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
/*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
.select-menu .options {
  position: absolute;
  width: 100%;
/*  margin-left: -15px;*/
  overflow-y: auto;
  max-height: 295px;
  padding: 0px;
  margin-top: 10px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
    height: 55px;
    cursor: pointer;
/*    padding: 0 16px;*/
    /* margin: 0 0 10px; */
    /* border-radius: 8px; */
    align-items: center;
    /* border-style: solid; */
    border-bottom: 3px solid black;
    background: linear-gradient(0deg, rgba(189, 115, 2,1) -35%,rgba(215, 131, 2,1) 50%);
}

.optionbtn {
    width: 100%;
    color: #fff;
}

.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #fff;
}

.select-btn i {
  font-size: 18px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  background: transparent;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}


button {
    border: 0px!important;
}






.receptionLogo {
    background-color: transparent;
/*    border-radius: 50%;*/
    width: 90%;
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 2px solid rgba(249,249,249,0.5);*/
    margin-top: -40px;
}




.profile {
    margin: -10px 0 -65px 0;
    height: 40vh; 
}

.subir {
    font-size: 42px;
    color: rgb(245, 207, 44, 0.3)!important;
    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: rgb(245, 207, 44, 0.5);
    right: 6vh;
}

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



.header-distributed .header-right {
    text-align: center;
}

/*.header-distributed .header-right a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: linear-gradient(0deg, rgba(240,89,0,1) -35%,rgba(253,162,21,1) 50%);
    border-radius: 3px;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    margin-left: 7px;
    transition: all .25s;
}*/


.header-distributed .header-right a {
    display: inline-block;
    width: 40px;
    height: 40px;
    /* background-color: #a56a0d; */
    /* background: rgb(212,136,17); */
    /* background: linear-gradient(180deg, rgba(253,162,21,1) -35%, rgba(240,89,0,1) 50%); */
/*    background: linear-gradient(0deg, rgba(240,89,0,1) -35%,rgba(253,162,21,1) 50%);*/
/*     background: linear-gradient(324deg, rgba(240,89,0,1) -35%,rgba(253,162,21,1) 50%); */
/*    background: #7fa144;*/
/*background: rgb(127,161,68);*/
background: linear-gradient(138deg, rgba(79,112,128,1) 0%, rgba(55,78,89,1) 100%);
    border-radius: 3px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-left: 15px;
    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: 0px 10px;
    color: #333;
}

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

.horarios p {
    padding: 0 10px;
}

.horarios i {
    color: #f5cd24;
}

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

.category-description p{
    color: #b39208;
    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: rgb(211, 173, 10, 0.6);
}

.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;
}

/*div.fixme1{
    position: -webkit-sticky;
    position: sticky;
    top: 8vh;
}*/

.footer-distributed {
    background: linear-gradient(180deg, rgba(221,180,34,1) 0%, rgba(227,194,76,1) 100%);
    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: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin: 0 5px;
    border-radius: 5px;
}

#menuh3{
}

#menuh1{
    color: #FFFFFF;

}

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

.category-title h3{
    letter-spacing: 10px;
    margin: -30px 0 0 0!important;
    padding-top: 11px;
    color: #f1f1f1!important;
    min-height: 45px;
/*    font-weight: bold;*/
/*    background: #1f1f1f;*/
/*background: linear-gradient(0deg, rgba(62, 122, 5,0.5) 0%, rgba(136, 246, 35,0.5) 100%);*/
background: linear-gradient(0deg, rgba(145, 119, 81, 0.4) 0%, rgba(230, 215, 149, 0.4) 100%);
    font-size: 19px;
}


.flag-icon {
    max-width: 35px;
    margin-top: -5px;
    margin-right: 10px;
}


.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: 0!important;
    font-weight: 600;
}

.conteudo h5 {
    font-weight: 600;
    height: 30px!important;
    margin-bottom: 4px!important;
}

.conteudo2 i {
    /*font-size: 12px !important;
    color: #a94609;*/
    padding-right: 15px;
    margin-top: 0px !important;
    color: rgba(253,162,21,1);
    font-size: 15px!important;
}

.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;
    color: #514204;
}


.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: 40px;
    height: 40px;
    background: #7fa144;
    border-radius: 5px;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    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;
}

.about-divs {
    margin: 55px 0;
}

.about-divs:first-child {
    margin: 35px 0;
}

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

/* 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;*/
    }
}

.business-status {
    position: absolute;
    top: 16px;
    right: 20px;
    height: 22px;
    padding: 0px 8px;
    border-radius: 3px;
    border: 1px solid rgb(232, 234, 237);
    box-shadow: rgb(232 234 237) 0px 2px 4px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    background: rgb(68, 204, 170);
}

.business-status svg {
    height: 12px;
    width: 12px;
    fill: rgb(255, 255, 255);
}


#desktop {
  display: none;
}


.botoes {
    margin: 0 20px;
}

.botoes a {
    margin: 0 0 15px 0;
    background: linear-gradient(0deg, rgba(1,69,148,1) 0%, rgba(1,88,190,1) 100%);
    border:none;
}

.btn-primary:hover {
    background: linear-gradient(0deg, rgba(196,32,25,1) 0%, rgba(136,22,17,1) 100%)!important;
    border: none!important;
/*    -webkit-transform: scale(1.1);*/
}

.btn-primary.focus, .btn-primary:focus {
    background: linear-gradient(0deg, rgba(196,32,25,1) 0%, rgba(136,22,17,1) 100%)!important;
    border: none!important;
/*    -webkit-transform: scale(1.1);*/

}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background: linear-gradient(0deg, rgba(196,32,25,1) 0%, rgba(136,22,17,1) 100%)!important;
    border: none!important;
/*    -webkit-transform: scale(1.1);*/  
}

@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: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
/*  background: radial-gradient(circle, rgba(79,112,128,1) 0%, rgba(55,78,89,1) 100%);*/
    background: #121212;
      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: #b39208;
  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);
  }
}


