﻿.section-container {
    display: block;
    padding:1rem;
    background-color:white;
    border-radius:15px;
    text-align:left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.qr-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;margin-left:0.5rem;
}

.imagen-container {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width:200px;
    height:200px;
    max-width: 100%;
    text-align:center;
    margin-left:0.5rem;
    padding:0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.imagen {
    height: 100%;
    width: 100%;
}

.item-container{
    display:flex;
    align-items:center;
}

.titulo-item{
    font-weight:700;
    padding:0.25rem;
    margin-bottom:0;
}

.descripcion-item{
    padding:0.25rem;
}

.precio-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.alert-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border-radius: 50rem;
}

.alert-title{
    padding:0;
    margin-right:1rem;
    margin-bottom:0;
    font-weight:900;
}

.generarQR-container {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

/*===============Pagina Details=========================*/

.agregarItemCarrito {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #00c851;
    border-radius: 50rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
}

.btn-consultar {
    background-color: #6D7B8B;
    color: white;
    border-radius: 50rem;
    padding: 0.25rem 1rem;
}

.btn-consultar:hover {
    color: white;
}

.btn-logueo {
    display: flex !important;
    justify-content: center;
    border-radius: 50rem;
    background-color: #33b5e5;
    color: white;
}

.btn-logueo:hover {
    color: white;
}

.text-logueo {
    text-align: center;
    font-size: 14px;
    margin-top: 1rem;
}

