@font-face {
    font-family: Smack;
    src: url('Smack.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}

/*@import url('https://fonts.googleapis.com/css?family=Poppins:wght@500&display=swap&effect=shadow-multiple|fire');*/

.btn-flotante {
    font-size: 20px;
    /* Cambiar el tamaño de la tipografia */
    /*font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    /*border-radius: 55px; /* Borde del boton */
    /*letter-spacing: 2px; /* Espacio entre letras */
    background-color: rgb(0, 0, 0);
    /* #f15337; #6fe91e; Color de fondo */
    /*padding: 0px; /*18px 30px; /* Relleno del boton */
    margin: 0px;
    /*18px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 1px;
    left: 10px;
    /*transition: all 300ms ease 0ms;*/
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);  */
    z-index: 99;
    text-decoration: none;
}

.btn-flotante:hover {
    /*background-color: #f70743; */
    color: #ffffff;
    /*transform: translateY(-7px);*/
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 20px;
        padding: 0px;
        /*12px 20px; */
        bottom: 1px;
        left: 10px;
    }
}

.btn-hacerpedido {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    /*font-weight: bold; /* Fuente en negrita o bold */
    color: #000000;
    /* Color del texto */
    border-radius: 55px;
    /* Borde del boton */
    /*letter-spacing: 2px; /* Espacio entre letras */
    /*border: 1px solid blue;*/
    background-color: rgba(189, 137, 137, 0);
    /* #f15337; #6fe91e; Color de fondo */
    /*padding: 18px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 1px;
    left: 30%;
    /*transition: all 300ms ease 0ms;*/
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
    z-index: 99;
    text-decoration: none;
}

.btn-hacerpedido:hover {
    /*background-color: #f70743;*/
    color: #ffffff;
    /*transform: translateY(-7px);*/
}

@media only screen and (max-width: 600px) {
    .btn-hacerpedido {
        font-size: 14px;
        /*padding: 12px 20px;*/
        bottom: 1px;
        left: 30%;
    }
}

.btn-mispedidos {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    /*font-weight: bold; /* Fuente en negrita o bold */
    color: #000000;
    /* Color del texto */
    /*border-radius: 55px; /* Borde del boton */
    /*letter-spacing: 2px; /* Espacio entre letras */
    /*border: 1px solid blue;*/
    background-color: rgba(189, 137, 137, 0);
    /* #f15337; #6fe91e; Color de fondo */
    /*padding: 18px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 1px;
    right: 30%;
    /*transition: all 300ms ease 0ms;*/
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
    z-index: 99;
    text-decoration: none;
}

.btn-mispedidos:hover {
    /*background-color: #f70743;*/
    color: #ffffff;
    /*transform: translateY(-7px);*/
}

@media only screen and (max-width: 600px) {
    .btn-mispedidos {
        font-size: 14px;
        /*padding: 12px 20px;*/
        bottom: 1px;
        right: 30%;
    }
}


.btn-garzon {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    /*font-weight: bold; /* Fuente en negrita o bold */
    color: #000000;
    /* Color del texto */
    /*border-radius: 55px; /* Borde del boton */
    /*letter-spacing: 2px; /* Espacio entre letras */
    /*border: 1px solid blue;*/
    background-color: rgba(189, 137, 137, 0);
    /* #f15337; #6fe91e; Color de fondo */
    /*padding: 18px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 1px;
    right: 3%;
    /*transition: all 300ms ease 0ms;*/
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
    z-index: 99;
    text-decoration: none;
}

.btn-garzon:hover {
    /*background-color: #f70743;*/
    color: #ffffff;
    /*transform: translateY(-7px);*/
}

@media only screen and (max-width: 600px) {
    .btn-garzon {
        font-size: 14px;
        /*padding: 12px 20px;*/
        bottom: 1px;
        right: 3%;
    }
}


#parent4 {
    position: fixed;
    border: 1px solid rgba(145, 145, 146, 0.61);
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

#child4 {
    position: absolute;
    /*border: 1px solid red;*/
    top: 2px;
    right: 15px;
}


@media screen and (max-width : 800px) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        display: flex;
    }

    .item-container {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .category-header {
        display: flex;
        width: 100vw;
        overflow-x: scroll;
        position: sticky;
        top: 0;
        background: white;

        z-index: 1;
        border-bottom: 1px solid rgb(219, 219, 219);
        margin: 0;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .list-card {
        flex-direction: column;
    }

    .list-name {
        margin: 10;
        color: coral;
        width: max-content;
        font-size: 16px;
    }
}




/* INICIO HEADER */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: black;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
}

.logo-link {
    flex-grow: 1;
    text-align: left;
}

.room-service {
    flex-grow: 2;
    text-align: center;
    font-size: 0.8em;
}

.icon-number {
    flex-grow: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icon-number i {
    margin-right: 5px;
}

/* Ajusta el tamaño del logo y el texto */
.logo-company {
    max-width: 80px;
    /* Cambia este valor según necesites */
}

.room-service h2 {
    font-size: 1.5em;
    /* Ajusta este valor según necesites */
}

/* Aumenta el tamaño del número */
.icon-number span {
    font-size: 1.2em;
    /* Cambia este valor según necesites */
    font-weight: 600;
}

/* FIN HEADER */


/* INICIO BARRA NAVEGACION */

nav {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    overflow-x: auto;
    overflow-y: hidden;
    position: sticky;
    left: 0;
    top: 80px;
    right: 0;
    height: 60px;
    padding: 8px;
    background-color: white;
    color: black;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 0;
}


nav a {
    display: inline-block;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 14px;
    padding: 1px;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    transition: background-color 0.2s;
}

nav a:hover {
    color: #fff;
    background-color: #000; 
    background-color: #525662; 
    padding: 10px;
}

.header,
nav {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/* Estilos para la sección de productos */
.productos {
    position: relative; /* Permite que otros elementos fluyan alrededor */
    margin-top: 0; /* Ajusta según necesites */
}


/* FIN BARRA NAVEGACION */

.container {
    background-color: whitesmoke;

}

.card {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);

}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 0rem !important;
    margin-top: 60px;

}