#carta {

    width: 100%;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    column-gap: 10px;

    row-gap: 10px;

}



.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: 400px;

    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 .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;



}



.productoProfile .extras .extra:nth-child(odd) {

    background: var(--secondary);



}



.productoProfile .extras .extra input {

    width: 100%;

    display: flex;

    width: 50px;

    padding: 5px;

    text-align: center;

}



.imgPortadaB {

    max-width: 300px;

}