.categoria_link {
  text-decoration: none;
  color: black;
  font-weight: bolder;
}
.categoria_link:hover {
  color: #ffc814;
  transition: 0.2s;
}

.banner_responsive {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 40vw !important;
  max-height: 40vw !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  background-color: rgb(80, 80, 80) !important;
  border: none !important;
}

.col_auto_flex_responsive {
  display: flex !important;
  flex: 0 0 auto;
  width: auto !important;
}

@media only screen and (max-width: 1000px) {
  .align_center_1000px {
    text-align: center !important;
    justify-content: center !important;
  }
  .margin_none_1000px {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 475px) {
  .col_auto_flex_responsive {
    display: block !important;
    flex: unset !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0px !important;
  }
}

/*
azul = rgb(35, 20, 190) , #2314be
amarelo = rgb(250, 200, 20) , #ffc814
logo = src="https://facilpedido.com.br/novo/img/logo.png"
*/
