body{
    background-color: #dddddd;
    user-select: none;
}
h1,h2,h3,h4,h5,h6,p,body{
    color: #333;
}
h1,h2,h3,h4,h5,h6,p,span{
   font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
   line-height: normal;
}
h1{
    font-size: 30px;
    font-weight: 700;
}
h2{
    font-size: 25px;
    font-weight: 700;
}
h3{
    font-size: 20px;
    font-weight: 700;
}
h4{
    font-size: 18px;
    font-weight: 500;
}
h5,h6{
    font-size: 16px;
    font-weight: 500;
}
span{
    font-size: 14px;
    font-weight: 400;
}
p{
    font-size: 14px;
    font-weight: 500;
}
.header_cocina_izq{
    display: flex;
    width: 50%;
    justify-content: space-evenly;
    align-items: center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 30px;
}
header{
    display: grid;
    height: 70px;
}
#logo_ico_cocina:hover{
    cursor: pointer;
}
section{
    margin: 5px;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
}
/* .scroll-container {
    flex-wrap: nowrap;
    width: 100%; 
    overflow-x: auto; 
    white-space: nowrap; 
} */
.card{
    text-wrap: balance;
    height: 100%;
    word-wrap: break-word;
    /* border: 1px solid #858585; */
    box-shadow: 0px 0px 7px 0px #898989;
}
.row{
    display: grid;
    grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
    grid-template-rows: 100%;
    width: 100%;
    margin: auto;
    word-wrap: break-word;
    --bs-gutter-x: 0.5rem !important;
}
.row_rec{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 50%;
    width: 100%;
    margin: auto;
    word-wrap: break-word;
    --bs-gutter-x: 0.5rem !important;
}
.row_rec_cuatro{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 50%;
    width: 100%;
    margin: auto;
    word-wrap: break-word;
    --bs-gutter-x: 0.5rem !important;
}
/* .col{
    margin-left: 5px;
} */
.height100{
    height: 100%;
}
/* Para Chrome y Safari */
::-webkit-scrollbar {
    width: 3px; /* Ancho de la barra de desplazamiento */
    height: 3px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f100; /* Color de fondo de la barra de seguimiento */
  }
  
  ::-webkit-scrollbar-thumb {
    background: #198754; /* Color del "pulgar" de la barra de desplazamiento */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #13663f; /* Cambio de color al pasar el mouse sobre la barra de desplazamiento */
  }
  footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ch_display{
    display: grid;
    grid-template-columns: 60% 40%;
    justify-items: center;
    align-items: center;
    padding: 0px;
    height:90px;

  }
  .pos_es_btn{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu_despleglable{
    background: #33333394;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
  .carousel-indicators [data-bs-target]{
    background-color: #9e2532  !important;
}
.bg-warning{
    background-color: hwb(0 84% 16%) !important;
}