@font-face {
    font-family: 'great_vibesregular';
    src: url('../fonts/greatvibes-regular-webfont.woff2') format('woff2'),  url('../fonts/greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acremedium';
    src: url('../fonts/jonathan_ball_-_acre-medium-webfont.woff2') format('woff2'),  url('../fonts/jonathan_ball_-_acre-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zilla_slabregular';
    src: url('../fonts/zillaslab-regular-webfont.woff2') format('woff2'),  url('../fonts/zillaslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
 * Base structure
 */

html, body {
    background-color: var(--fondo);
    font-family: 'acremedium', Tahoma, Verdana, sans-serif;
}
body {
    display: -ms-flexbox;
    display: flex;
    color: var(--color2);
    margin: auto;
	background-color: var(--color1);
}
.carta {
    max-width: 560px;
}

.container-logo {
	background-color: var(--fondotop);
	min-height: 145px;
}
.container-logo h1 {
	display: none;
}
.img-logo {
    max-height: 129px;
    max-width: 100%;
	width: auto;
	height: auto;
	/** display: none;  **/
}
.img-categoria {
	border: solid 5px var(--color1);
	border-bottom: 0px;
}
.nombre_bar {
	font-size: 6.0em;
	background-color: var(--color1);
	padding: .15em 0.8em;
	border-bottom: 1px solid var(--bordes);
    font-family: 'acremedium';
}
.row-fluid-grupo {
    border-right: 2px solid #dee2e6 !important;
}
.row-fluid-grupo h4 {
    font-family: 'acremedium';
    position: absolute;
    /* Rotate from top left corner (not default) */
    transform-origin: 0 0;
    transform: rotate(90deg);
    top: 0;
    left: 32px;
    background: var(--fondo);
    padding-right: 15px;
    color: var(--color1);
	text-transform: uppercase;
}
.txtalergenos {
	color: var(--txtalergenos);
}
.categoria h4 {
    font-family: 'acremedium';
    background-color: var(--color1);
    padding: 15px;
    color: var(--color2);
	text-transform: uppercase;
}
.row-grupo {
}
.col-grupo {
    background-color: var(--color2);
    color: #fceddc;
}
.col-grupo h1 {
}
.row-articulo {
    font-size: 1.2em;
	padding: 1em;
	background-color: var(--color1);
	margin: 0.3em 0 0;
	box-shadow: inset 0px 0px 0px 1px var(--bordes);
}

.sombra-color {
	box-shadow: 0px 0px 0px 1px var(--bordes);
}

.col-articulo {
	text-transform: uppercase;
	font-weight: bold;
}
.col-linea {
}
.col-precio {
}
.col-descripcion {
	color: var(--txtdescripcion);
	text-transform: none;
}
.col-descripcion span {
	color: var(--color2) !important;
}

.menu-inferior {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-inf, .btn-inf:hover {
	color: var(--txtbtn);
	width: var(--distbtn);
	height: 44px;
	float: left;
	text-transform: uppercase;
	font-family: sans-serif;
	border-right: solid 1px var(--bordes);
	border-radius: 0;
}

.fa-camera {
}

.foto {
	max-width: 100%;
}

button[class*=btn] {
	background-color: var(--fondo);
	border-radius: 6px;
	border: none;
	cursor: pointer;
}

.inner {
	margin: -1em -1em 1em;
}

.container {
	/**background-color: var(--color1);**/
}

.container2 {
	width: 100%;
	background-color: var(--fondo);
}

.copyright {
	margin: 0 auto;
}

.copyright a {
	color: var(--txtcopyright);
}

i.fas.fa-angle-down {
	color: var(--flechas);
}


@media (max-width: 400px) {
.row-articulo {
    font-size: 0.8em;
}
.nombre_bar {
	font-size: 37px;
}
}

@media (max-width: 540px) {
.row-articulo {
    font-size: 0.9em;
}
.nombre_bar {
	font-size: 37px;
	padding: 1.35em 0.8em;
}
.img-logo {
    max-width: 55%;
	margin: 1.77rem 0 !important;
}
}

@media only screen
	and (min-width: 375px)
	and (max-width: 375px)
	and (-webkit-min-device-pixel-ratio: 3){
.img-logo {
    max-width: 55%;
	margin: 1.77rem 0 !important;
}
.menu-inferior {
	height: 60px;
}
.btn-inf {
	padding-bottom: 60px;
}
}
