body {
    background-color: #f5f5f5;
    background-image: url("../../images/fondo_pagina.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden
}

@media screen and (max-width: 720px) {
    .footer {
        overflow: hidden;
        height: 58px
    }
}

.lista-carrito-contenedor {
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

.lista_carrito {
    list-style: none;
    width: 100%
}

.lista_carrito li {
    display: inline
}

.lista_carrito .contenedor-fila {
    border-bottom: thin solid #d3d3d3;
    width: 100%;
    height: 120px
}

.lista_carrito .contenedor_foto {
    position: relative;
    float: left;
    width: 150px;
    clear: both;
    top: 0px;
    padding: 5px
}

.lista_carrito .contenedor_foto .foto {
    width: 100%;
    height: 100px
}

.lista_carrito .info {
    position: relative;
    float: left;
    display: flex;
    width: 200px;
    margin-left: 5px;
    padding: 1px;
    height: 30px;
    margin-bottom: 10px
}

.lista_carrito p {
    font-size: 14px
}

.lista_carrito .boton_eliminar {
    position: relative;
    float: right;
    background-color: #0d6efd;
    padding: 5px;
    margin-right: 15px;
    border-radius: 50px;
    width: 35px;
    text-align: center
}

.lista_carrito .boton_eliminar a {
    color: #fff
}

.lista_carrito .boton_eliminar:hover {
    background-color: green;
    color: #fff
}

@media screen and (max-width: 720px) {
    .lista_carrito .contenedor-fila {
        height: 130px
    }

    .lista_carrito .info {
        width: 160px;
        padding: 2px;
        height: 40px;
        margin-bottom: 1px
    }

    .lista_carrito .contenedor_foto {
        width: 100px
    }

    .lista_carrito .contenedor_foto .foto {
        height: 70px
    }

    .lista_carrito p {
        font-size: 12px
    }
}

.btn-flotante {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 2px;
    background-color: #0d6efd;
    padding: 10px 25px;
    position: fixed;
    bottom: 3px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .1);
    z-index: 99
}

.btn-flotante:hover {
    background-color: green;
    color: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .3);
    transform: translateY(-7px)
}

@media only screen and (max-width: 720px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 25px;
        right: 5px
    }
}

.control_cantidad {
    position: relative;
    background-color: #d3d3d3;
    border-radius: 4px;
    padding: 1px;
    height: 38px;
    width: 90px
}

.control_cantidad ul {
    list-style: none;
    position: relative
}

.control_cantidad li {
    text-align: center;
    float: left
}

.control_cantidad li a {
    display: block;
    padding: 5px;
    position: relative;
    top: 2px;
    float: left
}

.control_cantidad input {
    width: 25px;
    font-size: 12px;
    border: none;
    background-color: #d3d3d3;
    text-align: right;
    position: relative;
    float: left;
    top: 10px
}

.app-header {
    background-image: url("../../images/fondo_cabecera.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: rgba(255, 255, 255, .5)
}

.app-header .app-logo {
    width: 100%
}

.app-header .app-logo img {
    position: relative;
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.app-header .app-titulo {
    width: 100%
}

.app-header .app-titulo h1 {
    color: #f5f5f5
}

.app-header .app-titulo p {
    color: #f5f5f5;
    font-weight: bold
}

.app-header .app-toolbar {
    width: 90%;
    background-color: #000;
    opacity: .6
}

.app-header .app-toolbar ul {
    text-decoration: none;
    height: 30px
}

.app-header .app-toolbar ul li {
    display: inline-block;
    line-height: 20px;
    padding: 5px;
    padding-right: 10px
}

.app-header .app-toolbar ul li:hover {
    background-color: #789
}

.app-header .app-toolbar a {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 720px) {
    .app-header {
        height: 180px;
        background-color: rgba(0, 0, 0, .5)
    }

    .app-header .app-titulo h1 {
        color: #f5f5f5;
        font-weight: bold
    }

    .app-header .app-titulo p {
        color: #006400;
        font-size: 14px
    }

    .app-header .app-titulo a {
        color: gray;
        text-decoration: none
    }

    .app-header .app-toolbar {
        width: 100%;
        border-radius: 5px;
        padding: 10px
    }

    .app-header .app-toolbar ul {
        text-decoration: none;
        height: 60px
    }

    .app-header .app-toolbar ul li {
        display: inline-block;
        line-height: 20px;
        padding: 10px;
        padding-right: 10px
    }
}

.app-container {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 5px;
    margin-bottom: 50px
}

@media screen and (max-width: 720px) {
    .app-container {
        overflow-x: hidden
    }
}

.notificacion-despacho {
    margin-top: 5px
}

@media screen and (max-width: 720px) {
    .notificacion-despacho {
        margin-top: 160px
    }
}

.app-carta-presentacion {
    padding: 5px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    position: relative;
    bottom: 10px
}

.app-carta-presentacion .tarjetas {
    width: 18rem
}

.app-carta-presentacion h5 {
    color: #f5f5f5
}

.app-carta-presentacion .app-lista-categorias {
    margin-top: 30px;
    text-decoration: none
}

.app-carta-presentacion .app-lista-categorias li {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px
}

.card_content {
    list-style: none
}

.card_content li {
    display: inline-table
}

.card-img-top {
    width: 100%;
    height: 250px
}

.card-body {
    height: 180px !important
}

.card-body .boton-tarjeta {
    position: relative;
    width: 100%;
    float: left;
    left: 0px;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.info-pedido-confirmado {
    position: relative;
    float: left;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.footer {
    background-color: #f5f5f5;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
    padding: 10px;
    -moz-box-shadow: 0px 0px 40px #000;
    -webkit-box-shadow: 0px 0px 40px #000;
    box-shadow: 0px 0px 40px #000
}

.footer ul {
    list-style: none;
    position: relative;
    left: -30px
}

.footer ul li {
    display: inline-block
}

.footer .instructivo {
    position: relative;
    float: left;
    top: 10px
}

.footer .carrito {
    width: 100%;
    border-left: solid thin #d3d3d3;
    padding: 1px
}

.footer .carrito a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 5px;
    position: relative;
    top: -5px;
    font-size: 12px;
    border-radius: 4px
}

.footer .carrito a:hover {
    background-color: green;
    color: #fff
}

.footer .carrito .notificacion {
    background-color: red;
    color: #fff;
    width: 60px;
    border-radius: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px
}

.oculto {
    display: none;
}

.close {
    border: none;
    border-radius: 5px;
    background-color: darkred;
    font-size: 18px;
    color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px
}

.lista-atributo-contenedor {
    position: relative;
    width: 100%
}

.lista-atributo-contenedor ul {
    position: relative;
    width: 300px;
    right: 15px;
    list-style: none
}

.lista-atributo-contenedor ul li h5 {
    font-size: 15px;
    font-weight: bold
}

.lista-atributo-contenedor h4 {
    font-size: 20px;
    font-weight: bold
}

.lista-atributo-contenedor .contenedor-producto {
    position: relative;
    float: left;
    padding: 5px;
    width: 100%;
    border-bottom: thin solid #d3d3d3
}

.lista-atributo-contenedor .contenedor-producto .info-producto {
    position: relative;
    float: right;
    padding: 5px;
    width: 250px
}

.lista-atributo-contenedor .contenedor-producto .observaciones p {
    font-size: 9pt
}

.lista-atributo-contenedor .lista-tipos-atributos {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px
}

.lista-atributo-contenedor .lista-tipos-atributos .lista-tipos-atributos-fila {
    padding: 5px;
    border-bottom: thin solid #d3d3d3
}

.lista-atributo-contenedor .opcion-atributo {
    margin-right: 5px
}

.lista-atributo-contenedor .fila-atributo {
    position: relative;
    width: 100%;
    padding: 2px
}

.lista-atributo-contenedor .fila-atributo label {
    font-size: 10pt;
    width: 150px
}

.lista-atributo-contenedor .opcion-precio {
    position: relative;
    float: right;
    width: 100px;
    text-align: right;
    font-size: 10pt;
    padding-right: 10px
}

.lista-atributo-contenedor .opcion-precio span {
    text-align: right
}

.lista-atributo-contenedor .contenedor-foto {
    position: relative;
    float: left;
    width: 200px
}

.lista-atributo-contenedor img {
    width: 100%
}

.lista-atributo-contenedor .contenedor-cantidad {
    position: relative;
    float: left;
    width: 30%;
    padding: 5px
}

.lista-atributo-contenedor .contenedor-importe {
    position: relative;
    float: left;
    width: 30%;
    padding: 5px
}

.lista-atributo-contenedor .contenedor-importe input {
    width: 100%;
    text-align: right
}

.lista-atributo-contenedor .contenedor-total {
    position: relative;
    float: left;
    width: 30%;
    padding: 5px
}

.lista-atributo-contenedor .contenedor-total input {
    width: 100%;
    text-align: right
}

.mi-carrito-total {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    padding: 5px;
    background-color: #f1ecec
}

.opcion-entrega {
    display: flexbox;
    gap: 2px;
    margin-left: 20px
}

.finalizar-pedido-grupo {
    position: relative;
    width: 100%;
    padding: 2px;
    margin-top: 5px
}

.input-group-text {
    font-size: 12px
}

@media screen and (max-width: 720px) {
    .app-carta-presentacion {
        height: 100%
    }

    .app-carta-presentacion .tarjetas {
        position: relative;
        float: left;
        right: 30px;
        width: 90%;
        width: 300px
    }

    .card-body .boton-tarjeta {
        float: left
    }

    .card-img-top {
        width: 100%;
        height: 250px
    }

    .custom-button {
        left: 80px
    }
}

.mt-6{
    margin-top: 55px
}

/*# sourceMappingURL=style.css.map */