

header{
    font-family: 'Caviar Dreams', sans-serif !important;
    position: fixed !important; /* Fija el header en la parte superior */
    top: 0; /* Asegura que esté pegado al borde superior */
    left: 0; /* Asegura que esté alineado al borde izquierdo */
    width: 100%; /* Ocupa todo el ancho de la pantalla */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    background: var(--header-background); /* Mantén el fondo definido */
}

.logo-qarta-header {
    display: block; /* Asegura que la imagen se comporte como un bloque */
    margin: 0 auto; /* Centra la imagen horizontalmente */
}

a {
    text-decoration: none; /* Elimina el subrayado del enlace */
    display: inline-block; /* Asegura que el enlace no afecte el diseño */
}

.burger-menu{
    color: #fff;
    width: 3rem !important;
}

.burger-menu i{
    color: white !important;
    font-size: 2rem;
}

.logo-qarta-header{
    width: 140px !important;
    height: 80px !important;
    position: absolute;
    top: 0;
}

.offcanvas {
    background: var(--header-background) !important;
    width: 330px !important; /* Ajusta el ancho del offcanvas */
    max-width: 100% !important;
}

.offcanvas-header{
    background: var(--header-background) !important;
    border-bottom: 1px solid #3e2c00 !important;
}
.offcanvas-details-style{
    background: white !important;
    width: 1090px !important; /* Ajusta el ancho del offcanvas */
    max-width: 80%;
}

.btn-close{
    --bs-btn-close-color: #fff !important;
}

.logo-wrapper-offcanvas{
    width: 360px;
    height: 100px;
}

.logo-offcanvas {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.offcanvas-body{
    overflow-x: hidden !important;
}


.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-header {
    margin: 0;
    flex-grow: 1; /* Permite que el texto ocupe el espacio necesario para centrarse */
    text-align: center; /* Asegura que el texto esté centrado */
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-top: 1rem;

}

.nav {
    --bs-nav-link-color:#3e2c00 !important;
    --bs-nav-link-hover-color: #3e2c00 !important;
}

.nav-categorias .nav-link {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-right: 8px;
}

.categorias-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    width: 100%; /* Ajusta el ancho del contenedor */
    height: 40px; /* Altura fija para el contenedor */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.nav-categorias {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}


.nav-categorias .nav-link.active {
    color: #d6bd7e;
    font-weight: 600;
    font-size: 18px;
}

.categorias-scroll-container::-webkit-scrollbar {
    display: none; /* Safari y Chrome */
}


.nav-categorias .nav-link:hover {
    color: #d6bd7e;
    font-weight: 600;
    font-size: 18px;
}

.btn-text {
    font-size: 1.5rem;
    text-align: start !important;
}

.btn-style{
    padding-left: 1rem;
    justify-content: start;
}



/* Barra horizontal */
.menu-bar {
    width: 100%; /* Ocupa todo el ancho */
    height: 0.05rem; /* Altura de la barra */
    background: black;
    border-radius: 0.5rem;
}

.separator-bar {
    width: 100%; /* Ocupa todo el ancho */
    height: 0.05rem; /* Altura de la barra */
    background: rgb(214, 214, 214);
    border-radius: 0.5rem;
}

.extra-margin-top{
    margin-top: 150px;
}

.card{
    font-family: 'Caviar Dreams', sans-serif !important;
    border: none !important;
}

.card img{
    width: 111.98px;
    height: 111.98px;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-title {
    font-family: 'Caviar Dreams', sans-serif !important;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-text {
    font-family: 'Caviar Dreams', sans-serif !important;
    max-width: fit-content;
    font-size: 0.9rem;
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
}

.card-custom-style{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
    max-width: 85px !important;
    max-height: 85px !important;
    justify-content: center !important;
    align-items: center !important;
}

.alergeno-icon {
    width: 25px !important;
    height: 25px !important;
    border-radius: none !important;
    box-shadow: none !important;
}

.precio{
    font-family: 'Caviar Dreams', sans-serif !important;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.text-deatail-style{
    font-family: 'Caviar Dreams', sans-serif !important;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.border-style{
    border-right: 2px solid gray !important;
    border-left: 2px solid gray !important;
}

.paragraph-style{
    max-width: 100% !important;
    text-align: start !important;
    hyphens: auto;
}

.img-detaill-style{
    overflow-y: hidden !important;
    width: 100% !important;
    max-height:300px;
    object-fit:cover;
    border-radius: 0!important;
}

.img-style{
    object-fit: cover;
}

.title-custom{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-background) !important;
    border: none !important;
    color: #fff !important;
    font-size: 1.5rem;
}

.btn-close-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-background) !important;
    border: none !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    margin-top: 0.5rem;
}

.alergeno-icon-detail{
    width: 60px !important;
    height: 60px !important;
    border-radius: none !important;
    box-shadow: none !important;
}
