@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    /*list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
:after,
:before {
    box-sizing: border-box
}
*{
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat-medium';
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat-bold';
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: 'Montserrat-light';
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 300;
}
body{
    font-family: 'Montserrat', sans-serif;
    background-color:#f3f9e8;
    background-image:url("../img_app/pattern-verde.png"),url("../img_app/pattern-verde.svg");
    background-size:150px auto;
    background-repeat:repeat;
    background-position:top left;
}
strong {
    font-family: 'Montserrat-bold', sans-serif;
}
/* page title (debajo de la barra azul cuando hay menú app) */
.page header h1{
    margin:0;
    text-align:center;
    padding:17px;
    letter-spacing:1px;
    font-size:16px;
    background-color:#85B037;
    color:#FFF;
    font-weight:500;
    position:fixed;
    top:0;
    width:100%;
    z-index:9998;
    font-family: 'Montserrat-medium', sans-serif;
    box-sizing: border-box;
    left: 0;
    right: 0;
}

body.tmtl-has-app-topbar .page > header,
body.tmtl-has-app-topbar .page header h1 {
	display: none !important;
	position: static !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.tmtl-has-app-topbar #mk-boxed-layout {
	padding-top: 45px;
	margin-top: 0;
	box-sizing: border-box;
}

body.tmtl-has-app-topbar .container-food,
body.tmtl-has-app-topbar .container-aliment {
	padding-top: 16px;
	margin-top: 0;
}
/* input style*/
.input-style{
    padding: 8px;
    border: 2px solid #85B037;
    margin:5px 0 10px;
    border-radius: 2px;
    /* width: 100%; */
    /*color:#85B037;*/
    color:#004694;
    font-size:14px;
    background-color:#f5f9ee;
}
.input-style:focus{
    outline:none;
}
.input-style::placeholder{
    color:#85B037;
    opacity:1;
}
.input-style:-ms-input-placeholder{
    color:#85B037;
}
.input-style::-ms-input-placeholder{
    color:#85B037;
}

#page-login {
	display: flex;
}

