*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    
    
}

.carousel-inner{
    
    max-height: 25rem;
}

.conteiner-principales{
    max-height: 14rem; !important
}
.carrito-display{
    position: absolute;
    width: 480px;
    height: 580px;
    background-color: #fdcccf;
    z-index: 10;
    margin: 2px;
    margin-left: 0px;
    border-radius: 6px;
    transition: all 0.3s;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: center;
    color: #ba9216;
   
    
    
    
    
}

.carrito-display1{
 position: absolute;
    width: 480px;
    height: 580px;
    background-color: #fdcccf;
    z-index: -1;
    margin: 25px;
    margin-left: 0px;
    border-radius: 6px;
    transition: all 0.3s;
    overflow-y: auto;
    box-sizing: border-box;;
    opacity: 0;
    text-align: center;
    color: #ba9216;

    
}

.outlineCarritoDisplay{
    height: 70px;
    background-color: #fdcccf;
    position: absolute;
    margin-top: 575px;
    width: 480px;
    z-index: 20;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    justify-content: space-between;
    padding: 20px;
    color: #ba9216;
    border-top: solid 3px;
    border-color: #efc0c3;
    transition: all 0.3s;
}
.outlineCarritoDisplay1{
    height: 70px;
    background-color: #fdcccf;
    position: absolute;
    margin-top: 550px;
    width: 480px;
    z-index: 20;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    justify-content: space-between;
    padding: 20px;
    color: #ba9216;
    border-top: solid 3px;
    border-color: #efc0c3;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
.finalizarCompra{
    color: #ba9216;
    border: solid 3px;
    height: 48px;
    width: 180px;
    border-radius: 10px;
    background-color: #fdcccf;
    font-size: 20px;
}

.btncantidad{
    
    border: solid 3px;
    border-radius:12px;
    cursor: pointer;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #ba9216;


    
}

.producto{
    height: 50px;
    background-color: #fdcccf;
    width: 98%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 3.5px;
    


    !important
}
.tituloProducto{
    color: #ba9216;
    font-size: 23px;
    height: 40px;
    display: flex;
    
    justify-content: start;
    text-align: center;
   
    !important
}

.displayProductos{
    position: relative;
    z-index: 0;
    height: 92.5vh; !important
}
.cat-titule{
    
    color: #ba9216;
    margin-top: 25px;
    margin-left: 0px;
}
.cat{
    margin-top: 30px;
    list-style: none;
    position: relative;
    z-index: 1;
}
.cat li {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 15px;  
}
.cat li a {
    text-decoration: none;
    font-size: 18px;
    color: #ba9216;
}
.cat li a:hover {
    text-decoration: none;
    font-size: 18px;
    color: #634d0a;
}

.categorias{
    width: 200px;
    background-color: #f1ce64;
    height: 700px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    margin-top: 10px;

}

.selector{
    height: 40px;
    width: 14vw;
    background-color: white;
    color: #ba9216;
    position: absolute;
    margin-left: 83vw;
    cursor: pointer;
    border-radius: 7px;
    margin-top: -20px; 
    
}

.btn-cat{
    display: none;
    cursor: pointer;
    
}

.productosScreen{
    height: 85vh;
    width: calc(100vw-200px);
    position: absolute;
    z-index: -1;
   
    
}
.showProducts{
    margin-left: 200px;
    margin-top: 70px;
    padding: 0;
    height: 100%;
    
    margin-right: 13vw;
    display: flex;
    justify-content: start ;
    align-items: flex-start;


}
.containerCat{
    position: relative;
    z-index: 10;
    margin-top: 20px;
    border: solid 3px;
    border-color: #fdcccf;
    border-radius: 8px;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    !important
}

.btnProductos{
    background-color: #fdcccf;  
}
.btnProductos:hover{
    background-color: #c0999c;  
}

.divproblematico{
    position: relative;
    z-index: -1;
    display: none;
    !important
}
.distintosContainers{
    position: relative;
    z-index: 0;
}
    

@media (max-width: 992px) {
    .categoriasPlegadas{
        margin-left: 0%;  
        background-color: #f1ce64;
        position: relative;
        box-sizing: content-box;
        padding: 0;
        margin-right: 0;      
    }
   .categorias{
        width: 200px;
        position: absolute;
        left: -170px;
        background-color: #f1ce64;
        border-radius: 10px;
        height: 700px;
        transition: all 0.3s;
   }
   .categorias1{
    width: 200px;
    position: absolute;
    left: 0;
    background-color: #f1ce64;
    height: 700px;
    transition: all 0.3s;
    border-radius: 10px;
}
   .showProducts{
    margin-left: 50px;
    margin-right: 50px;
   }
    .cat{
        margin-top: 70px;
        
    }
    
    .selector{
        height: 40px;
        width: 89%;
        background-color: white;
        color: #ba9216;
        position: absolute;
        margin-left: 0;
        cursor: pointer;
        border-radius: 7px;
        margin-top: 10px;
        z-index: 1;
    }
    .btn-cat{
        display:flex;
        justify-content: start;
        padding-top: 10px;
        margin-top: 15px;
        transform: rotate(180deg);
        cursor: pointer;
          
    }

    .btn-cat1{
        display:flex;
        justify-content: end;
        padding-top: 10px;
        margin-top: 15px;
        cursor: pointer;
        
           
    }

}