/*==========================================================================
KUNZ WEB APP
Web app desarrollada para Banquetes Kunz por @danilolsm
30.03.2021 - 13:14
****************************************************************************
Contenido:
	1-Imports
	2-Body
	3-Navbar
	4-Footer
	5-Page
	6-Buttons
	7-Forms
	8-alerts
	9-Cards
	10-layout
	11-Messages
==========================================================================*/

/***************************************************************************
1- Imports
***************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Open+Sans');


/***************************************************************************
2- Body
***************************************************************************/
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #f1eee8;
}
h1, h2, h3, h4{
	font-family: 'Didact Gothic', sans-serif !important;
	font-weight: 400;
}
*{
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
/***************************************************************************
3- Navbar
***************************************************************************/
.navbar{
	background-color: #262626;
	color: #FFF;
	width: 100%;
	position: relative;
	height: 70px;
	overflow: hidden;
}
.navbar a{
	color: #FFF;
}
.navbar h3{
	margin: 0px;
	padding: 0px;
	float: left;
	padding-top: 7px;
	padding-left: 15px;
}
.navbar .botonMenu{
	padding-top: 30px;
	padding-left: 15px;
	float: left;
}
.navbar #evento{
	position: absolute;
	right: 0px;
	text-align: center;
	padding-right: 15px;
	padding-top: 10px;
}
.navbar #evento h2, .navbar #evento p{
	padding: 0px;
	margin: 0px;
}
.navbar #evento h2{
	font-size: 22px;
	color: #D2B85C;
	line-height: 20px;
	margin-bottom: 3px;
}
.navbarTipo{
	font-size: 10px;
	text-transform: uppercase;
}
.navbarInfo{
	font-size: 8px;
}
.fijoTop{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.logo-navbar{
	height: 80%;
	width: auto;
}
/***************************************************************************
4- Footer
***************************************************************************/
footer{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #888;
	border-top: solid 1px #c2c2c2;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li{
	display: inline-block;
	margin: 5px;
}
footer a{
	color: #333;
	text-decoration: none;
}
/***************************************************************************
5- Page
***************************************************************************/
.navList{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.navList li{
	width: 94%;
	margin-left: 3%;
	padding: 15px;
	background-color: white;
	border: solid 1px #CECECE;
	box-shadow: 1px 1px 1px #EFEFEF;
	margin-bottom: 6px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	font-family: 'Didact Gothic', sans-serif;
}
.navList i{
	font-size: 11px;
}
.navList li img{
	height: 60px;
	width: auto;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 15px;
}
.navList .activate{
	background-color: #F2FFE8;
}
.navList .platillos{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	margin-left: -15px;
	width: calc(100% + 30px);
	margin-bottom: -15px;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
	display: none;
}
.navList .platillos li{
	width: 100%;
	margin: 0px;
	border: none;
	border-radius: 0px !important;
	overflow: hidden;
	color: white;
	position: relative;
	padding: 20px 10px 20px 10px !important;	
	background-size: 100% auto;
	background-position: -50% center;
}


.navList li .button-act{
	position: absolute;
	width: 100%;
	height: 80px;
	z-index: 20;
	left: 0;
	top: 0;
}


.backFood{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: black;
	opacity: 0.8;
}


.navList .platillos li p, .navList .platillos li h3, .navList .platillos li a, .navList .platillos li div{
	z-index: 2;
	position: relative;
}
.navList .platillos li h3{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.navList .platillos li p{
	margin: 0px;
	width: 85%;
	font-size: 13px;
	margin-bottom: 8px;
}
.navList .platillos a{
	color: white;
}
.navList .platillos a i{
	font-size: 14px;
}
.navList .platillos .radialCheck{
	width: 40px;
	height: 40px;
	border: solid 1px #FFF !important;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 100px;
	border-radius: 40px;
	overflow: hidden;
	padding-left: 13px;
	padding-top: 14px;
}





.button-check, .button-down, .button-plus {
	padding-top: 10px; 
	padding: 10px;
	font-size: 12px;
	margin-top: 15px;
	float: right;
	color: white;
	border-radius: 100px;
	background-color: #D2B85C;
}
.button-check{
	background-color: #8EC656 !important;
}
.page-header{
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	padding-bottom: 30px;
	border-bottom: solid 1px #c2c2c2;
	margin-bottom: 20px;
}
.page-header h4, .page-header h3{
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.page-header h4{
	font-size: 20px;
	color: #D2B85C;
}
.page-header h3{
	font-size: 34px;
}
/***************************************************************************
6- buttons
***************************************************************************/

.button{
	background-color: #D2B85C;
	color: white;
	font-family: 'Didact Gothic', sans-serif;
	padding: 8px;
	text-decoration: none;
	font-size: 14px;
	float: right;
	margin-top: 15px;
	border: none;
	cursor: pointer;
}
.button i{
	margin-left: 3px;
}
.big{
	font-size: 16px;
	float: none;
	display: block;
	width: 94% !important;
	margin-left: 3%;
	margin-top: 7px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: 1px 1px 1px #EFEFEF;
	text-transform: uppercase;
	border: none;
}
.float{
	float: left;
	width: 45%;
	margin: 2.5%;
}
.coral{
	background-color: #FF776A !important;
}
.green{
	background-color: #8EC656;
}
.disable{
	background-color: #dcdcdc;
	color: #b3b3b3;
	text-shadow: -1px -1px 0px #e4e4e4;
}
/***************************************************************************
7- FORMS
***************************************************************************/
.enterCodeForm{
	width: 50%;
	position: relative;
	height: 70px;
	margin: 0 auto;
	background-color: white;
	border: solid 1px #D2B85C;
	border-radius: 5px;
	margin-top: 30px;
	overflow: hidden;
}
.enterCodeForm input{
	border: none;
	width: 65%;
	height: 100%;
	font-size: 16px;
	border-radius: 5px 0px 0px 5px;
	text-align: center;
}
.enterCodeForm .send{
	width: 35% !important;
	height: 100% !important;
	background-color: #D2B85C;
	text-align: center;
	float: right;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 22px;
	cursor: pointer !important;
}
.invisibleButton{
	width: 1px;
	height: 1px;
	overflow: hidden !important;
	padding-top: 10px;
}
.forgotLink{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
.forgotLink a{
	color: white;
	text-decoration: none;
}
.inputText{
	width: 94%;
	position: relative;
	height: 50px;
	margin: 0 auto;
	background-color: white;
	border: solid 1px #D2B85C;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;	
}
.inputText .icon{
	width: 15%;
	height: 100%;
	background-color: #D2B85C;
	float: left;
	text-align: center;
	color: white;
	padding-top: 16px;
}
.inputText input{
	border: none;
	width: 85%;
	height: 100%;
	font-size: 16px;
	border-radius: 5px 0px 0px 5px;
	padding-left: 10px;
}
/***************************************************************************
8- ALERTS
***************************************************************************/
.alert{
	width: 100% !important;
	height: 100% !important;
	background-color: #333;
	padding-top: 150px;
	position: absolute;
}
.show{
	display: block !important;
}
.alert h2{
	font-weight: 400 !important;
}
.alert div{
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
	box-shadow: 1px 1px 1px black;
	color: #555;
	overflow: auto;
	top: 0px;
}
.alert .back{
	width: 100%;
	text-align: left;
	color: black;
	font-size: 12px;
	display: block;
}
/***************************************************************************
8- CARDS
***************************************************************************/

.card{
	width: 95%;
	margin: 0 auto;
	background-color: white;
	border-radius: 5px;
	text-align: center;
	position: relative;
	overflow: auto;
	box-shadow: 1px 1px 1px #EFEFEF;
	border: solid 1px #CECECE;
}
.card p{
	padding: 20px;
	padding-top: 0px;
}
.card img{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0px 0px;
}
.card h3{
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
.card-title{
	text-align: center;
	text-transform: uppercase;
	color: #D2B85C;
	font-size: 25px;
}
.card-title img{
	width: 20px;
	height: auto;
}
/***************************************************************************
10- Layout
***************************************************************************/
.container{
	padding-top: 90px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.bgFull{
	padding-top: 20px !important;
	overflow: auto;
	/*background: url('../assets/welcome-image.png');*/
	margin-top: 0px;
	width: 100% !important;
	height: 100%;
	min-width: 1200px;
	background-color: rgba(0, 0, 0, 0.7);
}
.bgFull::after{
	content: "";
	background-image: url('../assets/bg-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.logoBig{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}
.logoBig img{
	width: 200px;
	height: auto;
}

/***************************************************************************
11- Messages
***************************************************************************/

.message{
	width: 100%;
	overflow: auto;
	padding-left: 20px;
}
.message div{
	float: left;
	padding: 10px;
	padding-top: 16px;
	padding-bottom: 4px;
}
.success{
	background-color: #99f6d9;
}
.error{
	background-color: #f69999;
}

/***************************************************************************
11- Loading
***************************************************************************/


.loading_layer{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url(../assets/loading.gif);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center 200px;
	z-index: 1000;
}
.linkSeleccion{
	width: 70%;
	height: 110px;
	position: absolute !important;
	right: 0px;
	top: 0px;
}

.linkZoom{
	z-index: 1000;
	text-decoration: none;
	padding: 5px;
}
.zoomContainer{
	width: 100%;
	height: 1200px;
	position: fixed;
	z-index: 1000;
	display: none;
}
.zoom{
	position: fixed;
	width: 400px;
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	top: 150px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 0px 4px black;
}
.zoom img{
	width: 100%;
	height: auto;
	padding: 10px;
}
.zoom a{
	color: black;
	text-decoration: none;
}
.cerrar{
	width: 100%;
	padding: 5px;
	padding-bottom: 0px;
	text-align: right;
}
/***************************************************************************
11- aVISO DE PRIVACIDAD
***************************************************************************/
.newForm{
	display: none;
}
.avisoWrapper{
	width: 93%;
	margin: 0 auto;
	position: relative;
	padding: 5px;
	 -webkit-overflow-scrolling: touch;
	 background-color: #f1eee8;
}
.avisoPrivacidad{
	overflow: auto;
	margin-top: 0px;
	padding-top: 20px !important;
	width: 100% !important;
	height: 100%;
	min-width: 1200px;
	margin-top: 68px;
}
.avisoPrivacidad::after{
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.avisoPrivacidad h4{
	font-size: 30px;
}
.avisoContenedor{
	width: 70%;
	margin: 0 auto;
}
.imagenAviso{
	width: 100%;
	border-radius: 5px !important;
	margin-top: 30px;
	margin-bottom: 30px;
}
/***************************************************************************
11- Menu invitado
***************************************************************************/
.menu-invitado{
	width: 100%;
}
.menu-invitado .elemento .foto{
	width: 120px;
	float: left;
	margin-right: 20px !important;
}
.menu-invitado .elemento .foto img{
	width: 100%;
	height: auto;
}
.menu-invitado .elemento{
	background-color: white;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	border-bottom: solid 1px #CECECE;
	overflow: auto;
}
.menu-invitado h4{
	color: #D2B85C;
	margin-bottom: 10px;
}
.menu-invitado h3{
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.menu-invitado p{
	width: 100%;
	color: #b3b3b3;
}
/***************************************************************************
11- Follow
***************************************************************************/
.flw{
	position: fixed !important;
	left: -70px;
	top: 90px !important;
	width: 95px !important;
	background-color: white !important;
	overflow: hidden !important;
	border-radius: 0  50px 50px 0 !important;
	padding: 10px !important;
	box-shadow: 0px 1px 1px #c2c2c2 !important;
	transition: all 0.2s ease !important;
	cursor: pointer !important;
	box-sizing: initial !important;
	z-index: 1000;
}
.flw_text{
	color: #777 !important;
	float: left !important;
	width: 70px !important;
	font-family:Arial, Helvetica, sans-serif !important;  
	text-transform: uppercase !important;
	font-size: 11px !important;
	box-sizing: border-box !important;
	padding-top: 6px !important;
}
.flw_icon{
	width: 20px !important;
	float: left !important;
	box-sizing: border-box !important;
}
.flw_icon img{
	width: 20px !important;
	height: auto !important;
	margin-top: 3px !important;
}
@media only screen and (max-width: 990px) {
	.flw{
		left: -70px !important;
	}
}

.aviso-container {
	width: 100% !important;
	height: 500px !important;
	overflow-y: auto !important;
	box-sizing: border-box !important;
	padding: 20px !important;
}