body {
  /*background: linear-gradient(125deg, #3c90e7, #23d593);*/
  /*background: rgb(0, 0, 0);*/
  /*background-size: 400% 400%;*/
  /*background: radial-gradient(circle, rgb(230 222 211) 0%, rgb(255 141 0) 93%, rgb(224 97 7) 100%);*/
  /*animation: gradient 48s ease infinite;*/
  overflow-x: hidden;
  font-family: Open Sans, sans-serif;
}

/*conteudo principal*/

input::selection {
  background: transparent;
  color: #000;
}

input::-moz-selection {
  background: transparent;
  color: #000;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.card-body {
  background: radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(232 232 232) 93%,
    rgb(232 232 232) 100%
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cont-fixed {
  /*position: fixed;*/
  position: absolute !important;
  height: 80vh;

  width: 90%;
}

.cont-menu-lateral {
  position: relative;
  float: left;
  background: green;
  width: 100%;
  border-radius: 5px;
  box-shadow: -3px 2px 19px -12px rgba(0, 0, 0, 0.75);
}

/*---------------*/
/*barra de atalho	*/

.cont-barra-atalho {
  /*background: yellow;*/
  box-shadow: inset -5px -5px 19px -12px rgba(0, 0, 0, 0.75);
  margin-top: 80px;
  height: 90px;
  padding: 5px 30px;
  width: 100%;
  position: relative;
  font-family: var(--fontPrincipal), sans-serif;
  background: radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(172 195 241) 93%,
    rgb(108 169 255) 100%
  );
  background: #bad6f3;
  /*background: #e4e4e4;*/
  /*background: #ffffff;*/
  /*background: radial-gradient(circle, rgb(230 222 211) 0%, rgb(255 141 0) 93%, rgb(224 97 7) 100%);*/
  /*background: radial-gradient(circle, rgb(230 222 211) 0%, rgb(255 141 0) 93%, rgb(224 97 7) 100%);*/
  /*background: linear-gradient(125deg, #3c90e7, #23d593);
animation: gradient 48s ease infinite;*/
  float: left;
}

.img-atalho-comida {
  margin: 0 auto;
  height: 55px;
}

.cont-img-atalho {
  display: block;
  text-align: -webkit-center;
  border-right: 0.5px solid #ffffff;
}

.txt-atalho-comida {
  font-weight: 600;
  /*color: white;*/
}

/*-------------*/

/*promocao*/
.cont-promocao {
  position: relative;
  float: left;

  height: 300px;
  width: 100%;
  background: black;
  /*background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,212,255,1) 100%);*/
  /*background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(95 117 121) 100%);*/
  /*background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(175 134 91) 100%);*/
  /*background: radial-gradient(circle, rgb(170 169 216) 0%, rgb(14 26 84) 93%, rgb(6 6 66) 100%);*/
  background: radial-gradient(
    circle,
    rgb(230 222 211) 0%,
    rgb(255 141 0) 93%,
    rgb(224 97 7) 100%
  );
  box-shadow: 0px 10px 21px -5px rgba(0, 0, 0, 0.75);
  padding: 100px 50px;
}

.img-promocao {
  /*height: 80px;*/
  max-width: 180px;
}

.balao2 {
  margin: 0 auto;
  /*background: #7e57c2;*/
  background: #ff5200;
  font-family: "open sans";
  font-size: 0.85em;
  line-height: 1.6em;
  border-radius: 15px;
  width: 280px;
  height: auto;
  color: #fff;
  padding: 20px;
  position: absolute;
  margin-top: -70px;
  top: 0;
  left: 250px;
  float: right;
}

.balao2:after {
  /*Triangulo*/
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
  /*Aqui entra a cor da "aba" do balão */
  /*border-top: 20px solid #7e57c2;*/
  border-top: 20px solid #ff5200;
  /*bottom: -20px;*/

  left: -9%;
  transform: rotate(90deg);
}

.grid-form-pgto {
  width: 50rem;
  margin: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

#container-form-pag .container-tp-pag-item {
  margin: 0 0.8rem;
}

#container-tp-pag-item input {
  margin: 0 2rem;
}

#container-tp-pag-item label {
  font-size: 1.5rem;
}

/*--------------*/

.cont-pedido-pendente {
  position: relative;
  float: left;
  background: #ffffffa1;
  top: 5%;
  height: 23%;
  width: 100%;
  padding: 5px;
  font-family: var(--fontPrincipal), sans-serif;
  font-size: 1.3rem;
  border-radius: 5px;
  box-shadow: -3px 2px 19px -12px rgba(0, 0, 0, 0.75);
}

.pedido-pendente-part1 {
  height: 20%;
}

.pedido-pendente-part2 {
  padding-top: 10px;
  height: 60%;
  margin-left: 10%;
}

.pedido-pendente-part3 {
  position: absolute;
  bottom: 10px;
  height: 20%;
  padding-right: 0;
}

.cont-txt-pedido-pendente {
  font-size: 0.9rem;
  margin-left: 15px;
}

/*conteudo principal*/

.card {
  height: 400px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  /*box-shadow: -3px 2px 19px -12px rgba(0,0,0,0.75);*/
}

.card-img-top {
  background: white;
  height: 50%;
  image-rendering: pixelated;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card {
  background: #ffffffb0;
  border-radius: 10px;
}

.card-text {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-visitar {
  border-radius: 15px;
  float: right;
  background: #70abff;
  padding: 1px 15px;
}

.over-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  padding: 15px;
  z-index: 9;
}

.cont-estrelas {
  width: fit-content;
  height: 25px;
  padding: 0 10px;
  border-radius: 15px;
  background: #ffffff61;
}

.estrelas {
  font-size: 21px;
  color: yellow;
}

.card-body > h5 {
  font-size: clamp(0.9rem, 1vw + 1rem, 1.8rem);
}

.cont-estab {
  position: relative;
  float: left;
  width: 98%;
  /*background: #ffffffa1;*/
  padding: 0 15px;
  border-radius: 5px;
  /*box-shadow: -3px -2px 26px -12px rgba(0,0,0,0.75);*/
}

.btn-onr {
  margin-top: 5px;
  font-family: arial;
  font-size: 0.8rem;
  border-radius: 25px;
  background: #2ab7d3;
}

@media only screen and (max-width: 1602px) {
  .card-responsivo {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media only screen and (max-width: 1102px) {
  .cont-estab {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-text {
    overflow-wrap: break-word;
  }
}

@media only screen and (max-width: 1020px) {
  .card-responsivo {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: 0%;
  }

  .navbar-nav {
    display: none;
  }
}

@media only screen and (max-width: 802px) {
  .card-responsivo {
    width: 80%;
    max-width: 80%;
    flex: 0 0 80%;
    margin-left: 10%;
  }

  h2:before {
    width: 20%;
  }

}

@media only screen and (min-device-width: 10px) and (max-device-width: 1202px) {
  .card-responsivo {
    width: 80%;
    max-width: 80%;
    flex: 0 0 80%;
    margin-left: 10%;
  }

  .card {
    height: 600px;
  }

  .card-body > h5 {
    font-size: clamp(4.9rem, 1vw + 1rem, 1.8rem);
  }

  .card-text {
    font-size: clamp(1.9rem, 1vw + 1rem, 1.8rem);
  }
}
