body {
    background: url('../img/fondo.jpeg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.navbar {
    padding: .25rem 1rem
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}

.btn-menu {
    background-color: #e7fc91; /*#c6ff00;*/
    color: #343a40;
    border-color: #AEEA00!important;
    margin-top: 2rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border-radius: .9em;
    min-width: 120px;
}

.icono-boton {
    width: 40px;
}

.btn-menu p {
    font-size: 1.25rem;
    line-height: 1.5;
    }

.btn-producto {
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #343a40;
    border-color: #AEEA00!important;
    margin-top: 2rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border-radius: .9em;
    width: 120px;
    height: 150px;
    overflow-y: hidden;
    vertical-align: bottom;
}

.icono-boton-producto {
    height: 40px;
}

.btn-producto p {
    font-size: 0.95rem;
    line-height: 0.95;
    margin-block-end: 0.5em;
    color  : #000000;
    }
    
.contenedor-formulario{
	background-color: #e7f3d8;
	padding: 2rem;
	margin-top: 3rem;
    border-radius: .9em;
    border-color: #8cc63e!important;
	}
 
 .custom-file-label::after {
    content: "Seleccionar";
 }
 
#tabla-productos {
   background-color: #ffffff; 
}

#total-comanda {
    background-color: #edf5fb;
}

.bg-titulos-comanda {
    background-color: #e7f3d8!important;
}

.literal-producto {
    background-color: #ffffff;
    opacity: 0.6;
    width:  100%;
    text-align: center;
    border-radius: .9em;
    margin-top: 92px;
    height: 62px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px; 
    }
}