/*
	AMBIENTE URBANO SASS THEME
    Author: Javier Antonio Sgroi
    Email: javier_sgroi@hotmail.com
	Version: 0.0.1
*/
/* Base */
/* Layouts */
body {
  /* min-height: 75rem;
    padding-top: 4.5rem;*/
  font-family: 'Roboto', sans-serif; }

main {
  min-height: 50vh; }

.separador {
  width: 95%;
  height: 1px;
  background-color: #ccc;
  margin: 15px auto; }

.panel-heading {
  padding: 0;
  border: 0; }

.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 15px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none; }

.panel-heading a:before {
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078"; }

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.subir {
  position: absolute;
  right: 10px;
  font-size: 30px;
  bottom: 1px;
  color: #FFFFFF !important; }

.alerg-padding {
  padding: 23px 0; }
  @media (max-width: 425px) {
    .alerg-padding {
      padding: 9px 0; } }
  @media (max-width: 375px) {
    .alerg-padding {
      padding: 7px 0; } }
  @media (max-width: 320px) {
    .alerg-padding {
      padding: 4px 0; } }
  .alerg-padding img {
    width: 91px; }
    @media (max-width: 425px) {
      .alerg-padding img {
        width: 41px; } }
    @media (max-width: 375px) {
      .alerg-padding img {
        width: 35px; } }
    @media (max-width: 320px) {
      .alerg-padding img {
        width: 28px; } }

header .logo {
  width: 100%;
  height: auto;
  background-color: #311718;
  padding: 20px 0; }

header .direccion {
  width: 100%;
  text-align: center;
  margin: 20px 0; }

header .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  header .redes .link-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: black;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    height: 44px;
    width: 44px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 10px; }
    header .redes .link-redes i {
      color: white;
      font-size: 24px; }
    header .redes .link-redes.blue {
      background-color: #2b2b2b; }
    header .redes .link-redes.yellow {
      background-color: #2b2b2b; }
    header .redes .link-redes.red {
      background-color: #2b2b2b; }

header .haz_pedido {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 20px 0;
  padding: 10px 0; }

/* FOOTER */
footer {
  background: #311718; }
  footer .direccion {
    margin: 20px 0; }
  footer .back_top {
    text-align: center; }
  footer p {
    color: #FFFFFF;
    margin: 0; }

.titulo-black {
  background-color: #311718;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  padding: 8px 0; }

.titulo-categoria {
  background-color: #311718;
  color: #7b6249;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid white; }

.titulo-producto {
  font-size: 22px;
  font-weight: 400;
  margin-top: 8px;
  color: #0E0D0D; }

.precio {
  font-weight: 700;
  color: black;
  margin-top: 8px; }

/* backgrounds */
.bg-black {
  background-color: black; }
