html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.fuenteLobster, nav *, footer {
  margin: 0;
  padding: 0;
  font-family: 'Lobster', sans-serif;
}

.background {
    background: #353535;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    background-image: url('../media/fondoAnto3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: transparent;
}

.whatsapp-float {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

.navLogoDiv {
  flex-wrap: wrap;
}

#logo{
    height: 3.5rem;
}

.botonFiltro {
  background-color: transparent; /* Establece el fondo transparente */
}

.animate-hover-card{
    transition: transform 0.2s ease-in;
}

.animate-hover-card:hover{
    cursor: pointer;
    transform: scale(1.03);
} 

.ColorCartaEnFalta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.gapNav{
    column-gap: 30px;
}

.gapBuscador{
    column-gap: 10px;
}

.offcanvas {
    background-color: #1e293b;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  /* .imagenSuperpuesta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  .precioFiltro {
    width: 70% !important;
  }

  .modal-backdrop {
    display: none; /* Opción para ocultar completamente el fondo del modal */
}

  .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
}

.menuTitulo {
  text-shadow:
  -2px -2px 0 #000000,
  2px -2px 0 #000000,
  -2px 2px 0 #000000,
  2px 2px 0 #000000;
}

.card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  border: none;
}

.card-img-top{
  width: 100%;
  height: 250px;
}

.card-body {
  padding: 1rem;
}

#menu {
  flex-wrap: wrap;
}

.nombrePlato {
  font-size: 20px;
}

.enFaltaEtiqueta {
  width: 80px;
  top: 5px; /* Ajusta la distancia desde la parte superior */
  left: -15px; /* Ajusta la distancia desde la derecha */
  transform: rotate(-45deg); /* Gira el texto diagonalmente */
  background-color: red;
  color: white;
  padding: 5px 10px;
  z-index: 1; /* Asegura que esté encima del contenido de la carta */
  border-radius: 2px;
}

.btn-sin-stock {
  z-index: 2;
}

.btn-pink {
  color: #e47fae;
  border: 1px solid #e47fae;
  background-color: transparent;
}

.btn-pink:hover {
  background-color: #e47fae;
  color: white;
}


.text-pink {
  color: #e47fae;
}

.footerPlatosVacios {
  background-color: black;
  width: 100%;
  height: 50px;
  color: white;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
}

footer {
  background-color: black;
  width: 100%;
  height: 50px;
  color: white;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* centra vertical */
}

.fondoForm{
  background-color: white;
  border-radius: 1%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

@media (max-width: 992px){ 
.cartaPlato {
  width: 244px;
  height: 410px;
}
}

@media (width<900px){
  #buscador {
    width: 160px;
  }

  .cartaPlato {
  width: 200px;
  height: 370px;
}

#fotoplato {
    width: 200px;
  height: 220px;
}
}

@media (max-width: 790px){ 
.cartaPlato {
  width: 180px;
  height: 330px;
}

#fotoplato {
    width: 180px;
  height: 200px;
}
}

@media (max-width: 732px){ 
.cartaPlato {
  width: 150px;
  height: 250px;
}

#fotoplato {
    width: 150px;
  height: 140px;
}
}

@media (max-width: 650px){ 
.cartaPlato {
  width: 130px;
  height: 200px;
}

#fotoplato {
    width: 130px;
  height: 110px;
}

.cartaPlato {
  font-size: 10px;
}
}

@media (width<600px){
  #logo {
    height: 47px;
  }

  #buscador {
    width: 120px;
  }

  .cartaPlato {
  width: 110px;
  height: 200px;
}

#fotoplato {
    width: 110px;
  height: 80px;
}
}