#carta {

    width: 100%;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    column-gap: 10px;

    row-gap: 10px;
}

#main-nav {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}




.tipo {

    width: 150px;

    height: 200px;

    background-color: var(--fondoItem);

    color: var(--fuente2);

    padding: 10px;

    border-radius: 4px;



}



.producto {

    width: 150px;

    background-color: var(--fondoItem);

    color: var(--fuente2);

    padding: 5px;

    border-radius: 4px;

    align-content: space-between;

}



.producto p {

    margin: 0px;

    padding: 5px;

    background-color: var(--fondoItem);

    font-size: 10pt;

    color: var(--fuente2);

    overflow: hidden;

    max-height: 60px;

}



.title2 {

    display: flex;

    padding: 10px;

    border-radius: 20px;

    width: 100%;

    justify-content: space-between;

    background: white;

    align-items: center;

    align-content: center;

}



.producto .imgPortada {

    width: 130px;

    aspect-ratio: 1/1;

    object-fit: cover;

    border-radius: 4px;



}



.destacado {

    box-shadow: inset 0px 0px 40px rgb(255, 50, 2);





}



.tipo .icon {

    width: 64px;

}



.imgPortada {

    width: 100%;

    aspect-ratio: 1/1;

    object-fit: contain;

    border-radius: 4px;



}

.producto h4 {

    font-size: 10pt;
    color: red;
    font-weight: bold;

}

.tipo h2,

.productoProfile h4,

.producto h2,

.tipo h4 {

    margin: 0px;

    width: 100%;

    font-size: 12pt;

    text-align: center;
    color: red;

}





.productoProfile {
    width: 100%;
    max-width: 350px;
    padding: 10px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    background-color: var(--fondoItem);
    color: var(--fuente2);
    border-radius: 4px;
    row-gap: 10px;
    align-content: space-between;
}



.productoProfile .form-item {

    display: flex;

    justify-content: center;

    width: 100%;

    flex-wrap: wrap;

}

.productoProfile p{
    color: black;
}



.productoProfile .form-item span {

    width: 100%;

    text-align: center;

}



.productoProfile .form-item input {

    padding: 10px;

    width: 60px;

    text-align: center;

}





.productoProfile .extras {

    width: 100%;

    display: flex;

    align-content: center;

    row-gap: 5px;

    flex-wrap: wrap;

}



.productoProfile .extras .extra {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    color: black;
    background-color: white;
}



.productoProfile .extras .extra:nth-child(odd) {
    background: #e2e8f0;
}


.productoProfile .extras .extra input {

    width: 100%;

    display: flex;

    width: 50px;

    padding: 5px;

    text-align: center;

}



.imgPortadaB {

    max-width: 300px;

}

.productoInline {
    width: 100%;
    background: #e4e4e7;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    column-gap: 10px;
    padding: 5px;
    border-bottom: #64748b;
}

.categoriaWraper {
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    background-color: #64748b;
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.productoInline a {
    text-decoration: none;
    color: black;
    font-size: 9pt;
}


.categoriaInline {
    text-decoration: none;
    text-align: center;
    color: white;
    width: 100%;

}

.productoInline .body {
    text-align: left;
    width: calc(100% - 80px);
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}



.productoInline .body h4,
.productoInline .body p {
    text-align: left;
    color: black;
    font-size: 9pt;
}

.productoInline .precioWrapper {
    color: black;
    width: calc(64px);
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#tiposWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 5px;
    top: 20px;
    z-index: 3000;
    left: 0px;

}

#tiposWrapper .nav-toggle {
    display: none;
}

#tiposWrapper.float {
    position: fixed;

}

#tiposWrapper.float .nav-toggle {
    display: block;
}

#tiposWrapper button {
    height: 64px;
}

#tipos {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5px;
    top: 10px;
    row-gap: 5px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

#tipos .navFast{
    font-size: 8pt !important;
    padding: 5px !important;

}

.ocultarTipos {
    left: calc(-100% + 120px) !important;
}