/* Colores */

:root {
    --morado: #0071dc;/* #383080; */
    --anaranjado: #EB6E2C;
    --v-anaranjado: #ff7e39;
    --texto: #2E2E33;
}

.morado {
    color: var(--texto);/*var(--morado);*/
}

/* TEXTOS */
h1,h2,h3,h4,h5,h6,p {
    margin: 0 !important;
}

h1 {
    font-size: 14px;
    font-weight: 600;
}

h2 {
    font-size: 14px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 24px;
    font-weight: 600;
}

/* HEADER */
.img-logo {
    object-fit: cover;
    /*width: 50px;*/
    height: 50px;
}

/* modifica los nav-items */


/* .list-group{
    border-radius: 0;
 }
 .list-group-item{
    background-color: #ffffff10;
 }
 .list-group-item {
    z-index: 2;
    color: #fff;
    background-color: #6058a7;
    border-color: transparent;
} */


/* a[data-v-469af010] {
    color: #ffffff80 !important;
} */


/* .list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #f8f9fa1f;
} */

li {
    margin: 8px 0;
}

li a.menu-link {
    padding: 8px !important;
    /*color: #ffffff90 !important;*/
   /* background-color: #ffffff07; */
    text-decoration: none;
    cursor: pointer;
}

.menu-link:hover {
    color: #ffffff !important;
    background-color: #ffffff15;
    text-decoration: none;
    cursor: pointer;
}

.navbar-collapse-alt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}


/* BODY */

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: var(--texto);
}

body {
    /* margin: 135px 0 80px 0; */
    background-color: #F1F1F1;
}

td.descrip {
    max-width: 80%;
    min-width: 80%;
    text-transform: capitalize;
}

.digito {
    /*
    background-color: var(--anaranjado);
    border: 1px solid var(--anaranjado);
    color: #ffffff;
    */
    background-color: #f5f5f5;/*var(--anaranjado);*/
    border: 1px solid #ccc;/*var(--anaranjado);*/
    color: #0073ff;
    border-bottom: 2px solid #04c16f;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    padding: 7px 5px 6px 5px;
}


/* FOOTER */

.total {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.contenedor-flexbox {
    display: flex; /*Convertimos al menú en flexbox*/
    justify-content: space-between; /*Con esto le indicamos que margine todos los items que se encuentra adentro hacia la derecha e izquierda*/
    align-items: center; /*con esto alineamos de manera vertical*/
}


/* MODALS */

.bg-modal-header {
    background-color: #ffffff;
    color: #2E2E33;
}

.bg-modal {
    background-color: var(--morado);
    color: #ffffff;
}

.modal-header,
.modal-footer {
    border: none;
}


/* TABLA */

.table .thead-morado th {
    color: #fff;
    background-color: var(--morado);
    border: 1px solid var(--morado);
    font-size: 14px;
    font-weight: 500;
}

.img-product {
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.table-product {
    margin: 8px 0;
    border: 1px solid #D2D1DB;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.table-product td {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}


/* FORMULARIOS */

.input-pill {
    border-radius: 25px;
}

.select_phone {
    border-radius: 50px 0 0 50px;
    border: none;
    padding-left: 0.25rem;
}


/* BOTONES */

.btn-prim {
  /*  background-color: #ffffff;/*var(--anaranjado);*/
  /*  border: 1px solid var(--anaranjado); */
    background-color: #009151;/*var(--v-anaranjado);*/
    border: 1px solid #009151; /* var(--anaranjado); */
    color: #fff;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 10px;
    position: absolute;
    width: 80%;
}

.btn-prim:hover {
    background-color: #006338;/*var(--v-anaranjado);*/
    border: 1px solid #006338; /* var(--anaranjado); */
    color: #ffffff;
    border-radius: 7px;
}


.btn-prim2 {
    background-color: #fff;/*var(--anaranjado);*/
    border: 1px solid #ccc;/*var(--anaranjado);*/
    color: #0073ff;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-prim2:hover {
    background-color: #009151;/*var(--v-anaranjado);*/
    border: 1px solid #009151; /* var(--anaranjado); */
    color: #ffffff;
    border-radius: 7px;
}

.btn-ter {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.btn-ter:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.btn-menos {
    /*
    background-color: var(--anaranjado);
    border: 1px solid var(--anaranjado);
    color: #ffffff;
    */
    background-color: #fff;/*var(--anaranjado);*/
    border: 1px solid #ccc;/*var(--anaranjado);*/
    color: #FF0000;
    border-radius: 5px 0 0 5px;
    font-size: 21px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 6px;
    width: 100%;
}

.btn-menos:hover {
    background-color: #FF6161;
    border: 1px solid #FF6161;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.btn-mas {
     /*
    background-color: var(--anaranjado);
    border: 1px solid var(--anaranjado);
    color: #ffffff;
    */
    background-color: #fff;/*var(--anaranjado);*/
    border: 1px solid #ccc;/*var(--anaranjado);*/
    color: #006811;
    border-radius: 0 5px 5px 0;
    font-size: 21px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 6px;
    width: 100%;
}

.btn-mas:hover {
    background-color: #178a2a;
    border: 1px solid #178a2a;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
}

.carrito {
    color: var(--morado);
  /*  border: 0.5px solid var(--morado); */
    border-radius: 0.25rem;
}

.carrito:hover {
    color: #008033;
    border: 0.5px solid #008033;
    ;
}
/* OTROS */

nav
{
    background-color: #fff !important;
}
footer {
    background-color: var(--morado) !important;
}

.icon-midle {
    vertical-align: bottom !important;
}

@media screen and (max-width: 810px) {
    .disable-mobil {
        display: none;
    }
}

.buscador {
    border-radius: 50px;
    border: 1px solid gray;
}
.galeria{
    display: grid;
    gap: 1rem;
    padding-bottom: 4rem;
    grid-auto-rows: 25rem;
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
}
.card{
    -webkit-box-shadow: 0px 20px 28px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 28px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 28px -11px rgba(0,0,0,0.75);
   height: 380px;
}
.movil{
    display: none;
}
.escritorio{
    display: block;
}
@media (max-width:750px) {
    .movil {
      display: block;
    }
    .escritorio{
      display: none;
    }
    .img-product {
        object-fit: cover;
        width: 100px !important;
        height: 100px !important;
    }
}
ul.list li {
    display:inline;
    padding-left:20px;
    padding-right:20px;
    font-size: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 3px;
    color: #898989;
}
.active{
    color: rgb(33, 121, 73) !important;
    /*background-color: #28a745;/*var(--anaranjado);*/
    border-radius: 5px;
}
.categoria{
    cursor: pointer;
    color: var(--morado);
    text-transform: uppercase;
}
.reload{
    cursor: pointer;
}
.precio{
    border-radius: 15px; 
    width: 300px;
    height: 200px;
    background-color: #E8E8E8;
}
.boton{
    width: 300px;
    height: 200px;
}