@import 'http://fonts.googleapis.com/css?family=Indie+Flower';
@import 'http://fonts.googleapis.com/css?family=Jolly+Lodger';
@import 'https://fonts.googleapis.com/css2?family=Cedarville+Cursive';

/*................................................

			LOGIN

...............................................*/
:root{
	--blue-app:#00b2d8;
	--orange-app:#6a40f0;
}
.mgt15{ margin-top: 15px; }
.mgl15{ margin-left: 15px; }
.light{ font-weight: lighter; }
.padding-left-none{ padding-left: 0; }
.padding-right-none{ padding-right: 0; }


.border-right{
	border-right: 1px solid #ccc;
}
.bg-white{ background: #fff; }
.none{ display: none;}
.block{ display: block !important; }
.orange{background: var(--orange-app);}
.gray{ background: #ddd; }
.grayDark{ background: #666; }
.btn-blue{
	background: var(--blue-app);
	color: #fff;
}
.btn-blue:hover{
	background: #0398b7;
	color: #fff;
}
.btn{ border-radius: .25rem !important; border-color: #7549F1 !important;}
.btn-blue-outline{
	background: #fff;
	color: var(--blue-app);
	border-color: var(--blue-app);
}
.btn-blue-outline:hover{
	background: var(--blue-app);
	color: #fff;
	border-color: var(--blue-app);
}
.btn-orange{
	background: var(--orange-app);
	color: #fff;
}
.btn-orange:hover{
	background: #FF5C00 ;
	color: #fff;
}

.btn-orange-outline{
	background: #fff;
	color: var(--orange-app);
	border-color: var(--orange-app);
}
.btn-orange-outline:hover, .btn-orange-outline:focus{
	background: var(--orange-app) !important;
	color: #fff;
	border-color: var(--orange-app) !important;
}
.icono-wifi{
	background-image: url(../img/iconos/icono-wifi.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.icono-parking{
	background-image: url(../img/iconos/icono-parking.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
}
.icono-terraza{
	background-image: url(../img/iconos/icono-terraza.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.icono-trona{
	background-image: url(../img/iconos/icono-trona.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.icono-covid-free{
	background-image: url(../img/iconos/icono-covid-free.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.icono-hotel{
	background-image: url(../img/iconos/icono-hotel.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 35px;
	width: 35px;
}
.row:before, .row:after {display: none !important;}
body{
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: #444444;
    font-size: 9pt;
    background-color: #FFF;
    position: relative;
}

.spinner{
	position: fixed;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	min-height: 1100px;
	z-index: 9999;

}
.spinner .box{
	max-width: 40%;
	margin: 20% auto;
	text-align: center;
	color: var(--orange-app);
	z-index: 9999;
}
.spinner .box i{
	font-size: 6rem;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 9999;

}
.spinner .box span{
	margin-top: 15px;
	font-size: 1.8rem;
	display: block;
	width: 100%;
	z-index: 9999;
}
.label-ibefy{
	background: #ddd;
	color: #666;
	border-radius: 6px;
	margin: 2px 2px;
}

body.login{
	width: 100%;
	display: block;
	background-image: url(../img/fondo-web.png);
	background-size: cover;
	position: relative;
}
body.login:before{
	content: "";
	position: absolute;
	width: 100%;
	background: #fff;
	height: 100%;
	bottom: 0;
	top:0;
	display: block;
	opacity: 0.2;
	z-index: -1;
}
.bgLogin{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 780px;

}
.bgLogin .panel{ box-shadow: none; }
.bgLogin .panel .nav-pills{ border-bottom: none; }
.bgLogin .panel .nav-pills>li>a.active,
.bgLogin .panel .nav-pills>li>a.active:focus,
.bgLogin .panel .nav-pills>li>a.active:hover{
background: transparent; border: none; position: relative; }
.bgLogin .panel .nav-pills>li>a.active:after,
.bgLogin .panel .nav-pills>li>a.active:focus:after,
.bgLogin .panel .nav-pills>li>a.active:hover:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    top: 39px;
    left: 60px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #fff;
}
.nav-pills>li>a:hover{ background-color: transparent; border: none; }
.bgLogin .panel .nav-pills>li>a.active:before,
.bgLogin .panel .nav-pills>li>a.active:focus:before,
.bgLogin .panel .nav-pills>li>a.active:hover:before{
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 24px solid #ccc;
    top: 33px;
    left: 57px;
}
.bgLogin .panel .nav-pills>li a{
	color: #333;
	text-align: center;
	width: 150px;
	padding: 0;
	background: transparent;}
.bgLogin .panel .nav-pills>li:first-child a{ border-right:1px solid #333; border-radius: 0; }
.bgLogin .panel .boton-social{
	margin-top: 10px;
}
.bgLogin .panel .boton-social a{ width: 47%; text-align: center;  }
.bgLogin .panel .boton-social a.btn-facebook{ margin-right: 10px; }
.bgLogin .panel input{
	border-radius: 4px;
	padding-left: 35px;
}
.form-group-icono{ position: relative;}

.bgLogin .panel .form-group-icono .fa, .bgLogin .panel .form-group-icono .fas{
	position: absolute;
    left: 10px;
    top: 9px;
    font-size: 1.2rem;
    color: #ccc;
 }
 .form-group-icono .fa.right,  .form-group-icono .fas.right{
	position: absolute;
   	right: 10px;
    top: 35px;
    font-size: 1.2rem;
    color: #666;
 }
 .bgLogin .panel .form-group-icono .fa-lock{
 	font-size: 1.5rem; left: 12px;
 }
.bgLogin .panel .forgot a{
	color: #666;
	font-size: 0.9rem;
	font-weight: lighter;
	text-decoration: none; }
.bgLogin .panel, .bgLogin .panel-heading,
.bgLogin .panel-footer{
	background:transparent;
	border:none;
}
.bgLogin .panel-heading{
	text-align: center;
	margin-bottom: 6%;
}
.bgLogin .panel{
	padding: 0;
	width:380px;
}

.bgLogin .panel-body .tab-pane{
	background: #fff;
	border: 2px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	margin-top: 30px;
}
.bgLogin .panel-body .tab-pane .btnRol .btnUser,
.bgLogin .panel-body .tab-pane .btnRol .btnRestaurante{
	display: inline-block;
	vertical-align: top;
}
.bgLogin .panel-body .tab-pane .btnRol { margin-bottom: 15px; }
.bgLogin .panel-body .tab-pane .btnRol .btnUser{ width: 230px; text-align: center;}
.bgLogin .panel-body .tab-pane .btnRol .btnRestaurante{ text-align:right; width: 100px; }
.bgLogin .panel-body .tab-pane .btnRol .btnUser .btn{
	width: 70%;
}
.bgLogin .panel-body .tab-pane .btnRol .btnRestaurante .btn{
	width:88%;
    white-space: inherit;
	font-size: 11px;
	margin-top: 10px;

}
.bgLogin .panel-body .tab-pane .btnRol .btnRestaurante .btn img{
	display: inline-block;
	margin-bottom: 6px;
}
.bgLogin .panel-body .remenber label{  margin-left: 25px;}
.bgLogin .panel-footer p{font-size: 0.8rem;}
.bgLogin .panel-footer a{ color: #333; text-decoration: underline; }

/*................................................

			HEADER

...............................................*/
.top-bar.expanded, .top-bar, .top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button){
	background: transparent;
}
header.header{
	background-color: #fff;
	box-shadow: none;
	height: auto;
	/*background-image: url(../img/fondo-web.png);*/
	background-size: cover;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	position: relative;
}
header.header .container-fluid{
	display: flex;
	justify-content: center;
	align-items: center;
}
header.header .menu>ul{
	display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    min-height: 58px;
}
header.header .logo{ width: 180px; }
header.header .menu{ width: 74%; margin-left: 15px; }
header.header .info{ margin-right: 10px;}
header.header .menu ul li{ list-style: none; margin-right: 6rem; position: relative;}
header.header .menu ul li ul{

	background: #fff;
	padding: 10px;
	position: absolute;
	border: 1px solid #ddd;
	z-index: 2; }
header.header .menu ul li ul li{
	display: block;
	width: 100%;
	color: #666;
	margin-bottom: 15px;
}
header.header .menu ul li.active ul li a{ color: #666; }

header.header .menu ul li.active a{color : var(--orange-app);}
header.header .menu ul li a{
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}
header.header .menu ul li a:hover{
	color: var(--orange-app);
}
header.header .btn:not(:disabled):not(.disabled).active,
header.header .btn:not(:disabled):not(.disabled):active,
header.header .show>.btn.dropdown-toggle,
header.header .btn:not(:disabled):not(.disabled).active:focus,
header.header .btn:not(:disabled):not(.disabled):active:focus,
header.header .show>.btn.dropdown-toggle:focus
header.header .info .btn{
	border: none;
	background: transparent;
	color:#666;
	font-weight: 400;
	box-shadow: none;
}
header.header .banderas {
	line-height: 0;
	text-align: center;
	top: 5px;
	right: 20px;
 	position: absolute; }

header.header .banderas .idioma img{ height: 25px; }
header.header .banderas ul{
	display: none;
	padding: 15px;
	margin-top: 20px;
	background: #fff;  }
header.header .banderas ul li{ list-style: none;}

header.header .info li{ line-height: 1.8rem; color: #666;  }
header.header .info li img{
	width: 25px;
	margin-left: 10px;
	margin-bottom: 15px;
	vertical-align: middle; }
header.header .info li span{ display: inline-block; vertical-align: top; }
header.header .info li.divider{ border-bottom: 1px solid #ddd; width: 100%; }
header.header .info li a, header.header .info a{ color: #666; }
.btn-showMenuMovil{
	display: none;
	border-color: transparent !important;
}
 header .btn.dropdown-toggle img {height: 30px;}
header .dropdown-item.active, .dropdown-item:active{ background-color: transparent; }
/*................................................

			ELEMENTS

...............................................*/
.panel.panel-app{
	padding: 0;
	border:1px solid var(--orange-app);
	border-radius: 0;
	background: #fff;
}

.panel-app .panel-heading{
	display: flex;
	padding: 10px 15px;
	justify-content: space-between;
	color:var(--orange-app);
	font-weight: lighter;
	font-size: 1.3rem;
	border-bottom:1px solid var(--orange-app);}

.panel-app .panel-heading .tools{
	cursor: pointer;
 }
 .panel-app .panel-heading .tools .btn{
 	padding:0;
 	color:var(--orange-app);
 	margin:0;
 }

.panel.panel-app.gray{ border:1px solid #ccc;}
.panel-app.gray .panel-heading{  border-bottom:1px solid #ccc; color:#666;}
.panel-app.gray .panel-heading .tools .btn{ color:#ccc;}

 .panel-app .panel-heading .tools .btn:focus{ background: transparent; }
 .panel-app  .panel-body .form{ padding: 25px 0;}
 .panel-app  .panel-body .form label{
	 font-weight: 400;
	 margin-bottom: 5px;
 }
 .panel-app  .panel-body .form .row{ margin-bottom: 25px;}
 .panel-app  .panel-body .form .row.last{ margin-bottom: 0px;}
 .panel-app  .panel-body .form  .btn{
	 padding: 7px 20px;
	 font-weight: 400;
 }
 .mapa iframe{
	 width: 100%;
	 margin-bottom: 25px;
 }
 .ordenar label{ font-size: 1.3rem; font-weight: 400;}

 .vistas .icono-lista{
	background: url('../img/iconos/icono-lista-gris.png');
	background-repeat: no-repeat;
    background-size: 100%;
    height: 33px;
    width: 33px;
    display: inline-block;
 }
 .vistas .icono-lista.active{
	background: url('../img/iconos/icono-lista.png');
	background-repeat: no-repeat;
    background-size: 100%;
    height: 33px;
    width: 33px;
    display: inline-block;
 }
  .vistas .icono-columna{
	background: url('../img/iconos/icono-columna-gris.png');
	background-repeat: no-repeat;
    background-size: 100%;
    height: 33px;
    width: 33px;
    display: inline-block;
 }
 .vistas .icono-columna.active{
	background: url('../img/iconos/icono-columna.png');
	background-repeat: no-repeat;
    background-size: 100%;
    height: 33px;
    width: 33px;
    display: inline-block;
 }

 .resultado .lista{
	 border:1px solid #ddd;
	 padding:0 ;
	 margin-bottom: 30px;
	 border-radius: 4px;
 }
.resultado .lista .box{
	border-bottom:1px solid #ddd;
	margin: 0px 0;
	padding-top: 20px;
	cursor: pointer; }
.resultado .lista .box:hover{
	border: 1px solid var(--orange-app);
	border-radius: 4px;
	background: #f2f2f2;
}

.lista .box .direccion{ padding: 0; margin: 0;}
.lista .box h4.name{ margin-top: -5px; padding-top: 0; }
.box .servicios .icono{
	margin-right: 10px;
	display: inline-block;}
.lista .box .votacion {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.box .votacion i{
	font-size: 1.7rem;
	color:#666;
	cursor: pointer;
}
.box .votacion i.active{ color: var(--orange-app); }
.lista .box .infoMenu{
	font-family: helvetica;
    font-size: 1rem;
    margin-top:20px;
    font-weight: lighter;
    color: #444;
}
.lista .box .infoMenu .precio{  font-size: 1.2rem;}
.tachado{ position: relative; }
.tachado:before{
	content: "";
    width: 42px;
    height: 2px;
    background: #ccc;
    display: block;
    position: absolute;
    transform: rotate(20deg);
    left: -4px;
    top: 7px;
}
.lista .box .infoMenu .precioIbefy{
	color: var(--orange-app);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
}
.lista .box .distancia {
	font-size: 1.1rem;
	margin-top:25px;
}
.lista .box .distancia i{ font-size: 1.4rem;}
.lista .box .favoritos{
	font-size: 2rem;
	cursor: pointer;
	padding-right: 10px;
	display: inline-block;}
.lista .box .link{ text-align: right; }
.lista .box .link .btn{
	width: 160px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.columna .box{
	border:1px solid #ddd;
	padding-top: 15px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.columna .box:hover{
	background: #f2f2f2;
	border-color:var(--orange-app);
}
.columna .box .distancia{
	padding: 10px;
	position: absolute;
	right: 0;
	top:0;
	font-size: 1rem;
	background: #fff;
	border:2px solid #666;
	font-weight: lighter;
}
.columna .box .distancia i{ font-size: 1.3rem; }
.columna .box .direccion{
	padding-bottom: 20px;
	font-size: 1.1rem;
	font-weight: lighter;
	color:#666;
}
.columna .box .servicios{ margin: 10px 0 25px 0; }
.columna .box .precio .num{ font-size: 1.4rem;}
.columna .box .precio .gray .num, .columna .box .precio .gray .text{ color: #6666668f; }
.columna .box .precio .orange{ position: relative; }
.columna .box .precio .orange:before{
	content: "";
    display: inline-block;
    background: url(../img/tag-price-ibefy.png);
    position: absolute;
    height: 38px;
    width: 76px;
    top: -34px;
}
.columna .box .precio .orange .num, .columna .box .precio .orange .text{ color: #fff; }
.columna .box .precio .text{ text-transform: uppercase; font-weight: lighter; }
.btn-disponibilidad{ padding: 8px 15px;}
.btn-disponibilidad img{
	width: 30px;
	vertical-align: top;
}
.alert-app{
	border-radius: 4px;
	border:1px solid var(--orange-app);
	background:#fdd5b1;
	padding: 10px;
}
.btn-disponibilidad .texto{
	width: 75%;
	display: inline-block;
	vertical-align: top;
	line-height: 1rem;
	text-align: center;
	text-transform: uppercase;
}
.horario{
	padding:15px;
	background: #fff;
}
.favoritos.active i.fa{
	color: #C13C00;
}
.favoritos-btn.active i.fa{
	color: #C13C00;
}
.ja_default{ background: var(--orange-app);}
.ja_title>div{ color: #fff;}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid var(--orange-app);
	width: 120px;
	max-width: 120px;
	margin:20px auto;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
  }
 .date select, .time select, .datetime select{
 	min-width: 50px;
 }
 .globo .img{
	width: 35%;
	display: inline-block;
	vertical-align: top;
 }
 .globo img{ height: 80px; }
 .globo .text{
 	width: 57%;
 	display: inline-block;
 	vertical-align: top;
 	margin-left: 15px;
 	position: relative;
 }
.globo .text h3{
	font-size: 1.3rem;
    color: var(--orange-app);
    font-weight: 300;
    margin-bottom: 3px;
}

.bootstrap-datetimepicker-widget table td.day{ white-space: nowrap; }

.destacado-blue{
	color: var(--blue-app);
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1rem;
}
div.message{
	width: 90%;
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0rem 1.5rem 0rem 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #1a5a90;
    z-index: 999;
    overflow: hidden;
    font-size: 0.9rem;
    position: absolute;
    top: 17px;
    left: 20px;
    height: auto;
    box-shadow: 2px 2px #ccc;
}
.dropdown-menu{ min-width: 13rem; }
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
#modalDisponibilidad .modal-header{
	background: #f2f2f2;
	padding-bottom: 8px;
}
#modalDisponibilidad .modal-title img{ margin-right: 15px; vertical-align: top; height: 40px;}
#modalDisponibilidad .modal-title .text{

	display: inline-block;
}
#modalDisponibilidad .modal-title h3{
	text-transform: uppercase;
    font-size: 1.38rem;
    margin-bottom: 0;
    font-weight: 300;
    margin-top:-8px;

}
#modalDisponibilidad .modal-title small{
	text-transform: uppercase;
    font-size: 1rem;
    color: var(--orange-app);
    font-weight: 900;
}
#modalDisponibilidad  .modal-body label{
	font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

#modalDisponibilidad  .modal-body input[type="checkbox"]+label,
#modalDisponibilidad  .modal-body input[type="radio"]+label{
	margin-left: 15px;
	margin-top: -5px;
}
#modalDisponibilidad  .modal-body small{
	display: inline-block;
	font-size: 0.63rem;
	text-transform: inherit;
	margin-left: 7px;
}
.highcharts-color-0{ fill:var(--orange-app);
    stroke: var(--orange-app); }
.highcharts-color-1{
	fill: #ccc;
    stroke: #ccc; }
table thead tr th{
	background: var(--orange-app);
	color: #fff;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
table tr td .badge{
	padding: 5px;
	font-weight: 400;
	font-size: 0.8rem;
}
table tr td{
	 text-align: center;
	 vertical-align: middle;
}
table tr th, table thead tr{ border-bottom: none; }
.table tr td .btn{ margin-bottom: 0; }

.btn-table{
	padding: 8px 12px;
	border: 1px solid var( --orange-app);
	color: var(--orange-app);
	background: #fff;
}


.modal-header .close:hover{ background: transparent; }
/*................................................

			DETALLE

...............................................*/

.detalle .header, .detalle{ padding-bottom: 40px;}

.detalle .header h2{
	font-size: 1.8rem;
	font-family: helvetica;
	padding-bottom: 0;
	margin-bottom: 0;
}
.detalle .header h4{
	font-size: 1.1rem;
	line-height: 0.7rem;
	font-family: helvetica;
	color: var(--orange-app);
	padding: 0;
	margin: 0;
	font-weight: lighter;
}
.detalle .nav-tabs, .suscriptores .nav-tabs{ margin-left: 0;}
.detalle .nav-tabs li a, .suscriptores .nav-tabs li a{
	background: #f2f2f2;
	width: 200px;
	text-align: center;
	font-weight: lighter;
	border:0px;
	color: #666;
	font-size: 1.2rem;
	border-radius: 0px;
	margin-right: 5px; }

.detalle  .nav-tabs .nav-item.show .nav-link,
.detalle .nav-tabs .nav-link.active,
.suscriptores .nav-tabs .nav-item.show .nav-link,
.suscriptores .nav-tabs .nav-link.active{ background: var(--orange-app); color: #fff;}

.detalle .tab-pane, .suscriptores .tab-pane {
	background: #f2f2f2;
	padding:20px 15px;
}
.detalle .tab-pane .card{
	padding:15px;
	background: #fff;
	min-height:160px;
	max-height: 230px;
	font-weight: 400;
	margin-top: 25px;
	color: #555;
}
.detalle .tab-pane .card h5{font-size: 1.1rem;}
.detalle .tab-pane .card ul{ margin-left: 0; }
.detalle .tab-pane .card li{ list-style: none; }
.detalle .tab-pane .menus{ border-bottom: 1px solid #ddd;}
.detalle .tab-pane .menus>.row{  padding: 20px 0; }
.detalle .tab-pane .menus .title{
	color: #555;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 0;
}
.detalle .tab-pane .menus .description{ color: #555; }


.detalle .tab-pane .card.primeros:before{
	content: "";
    background: url(../img/card-primeros.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.detalle .tab-pane .card.segundos:before{
	content: "";
    background: url(../img/card-segundos.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.detalle .tab-pane .card.postres:before{
	content: "";
    background: url(../img/card-postres.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.detalle .tab-pane .precioMenu{ margin-top: 15px;}
.detalle .tab-pane .precioMenu .info{
	font-size: 1rem;
    padding: 0 15px;
    border-radius: 4px;
    color: #aaa;
    text-transform: uppercase;
	border: 1px solid #aaa;
	margin-bottom: 4px;
	text-align: center;
	background: #fff;


}
.detalle .tab-pane .precioMenu .info.precio-ibefy{
	border-color: var(--orange-app);

}
.detalle .tab-pane .precioMenu .info .new{ color: var(--orange-app); }

.detalle .busqueda-relacionada h3{
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 1.5rem;
}
.detalle .busqueda-relacionada .lista{
	border: 1px solid #ddd;

}
.detalle .busqueda-relacionada .lista .box{
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	cursor: pointer;
}
.detalle .busqueda-relacionada .lista .box:hover{
	    border: 1px solid var(--orange-app);
    border-radius: 4px;
    background: #f2f2f2;
}
.detalle .opinions{ border-right: 1px solid #ddd;}
.detalle .list-opinions{ height: 400px; overflow: auto; }
.detalle .list-opinions .box{
	margin-left: 20px;
	margin-bottom: 35px;
}

/*................................................

			Favoritos

...............................................*/
.favoritos .header{
	padding: 20px 0;
}

.favoritos .sitios .box.active{background: #f0f0f0; position: relative;}

.favoritos .sitios .box{
	background: #fff;
	border:2px solid #ddd;
	padding: 20px;
	width: 100%;
	border-radius:4px;
	margin-bottom: 15px;
	cursor: pointer;
}
.favoritos .sitios .box .foto{
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin:15px 20px 0 0;
}
.favoritos .sitios .box .foto img{ width: 100%; }
.favoritos .sitios .box .text{
	width: 69%;
	display: inline-block;
	vertical-align: top;
}
.favoritos .sitios .box h4{ margin: 0; padding: 0; font-size: 1.3rem; }
.favoritos .sitios .box .direccion{ font-size: 1rem; color:#aaa;}

.favoritos .sitios .box .btn.verComentarios{ max-width: 100px; }
.favoritos .sitios .box .favoritos { font-size: 2rem; display: inline-block; vertical-align: bottom;}
.favoritos .sitios .box .votacion i{ font-size: 1rem; }
.favoritos .sitios .box .btn .texto{ vertical-align: middle; line-height: 1.9rem; }


.favoritos .comments h3, .favoritos .comments h4, .favoritos .comments p, .comentarios h3, .comentarios h4{ padding: 0 0 0 30px; margin: 0;}
.favoritos .comments h4, .comentarios h4 {
	font-weight: lighter;
	color:#aaa;
	margin-bottom: 20px;}
.favoritos .comments .box{
	background: #fff;
	border:2px solid #ddd;
	padding: 20px;
	width: 96%;
	border-radius:4px;
	margin-left: 35px;
	margin-bottom: 25px;
}
.comentarios .box{
	background: #fff;
	border:2px solid #ddd;
	padding: 20px;
	width: 96%;
	border-radius:4px;
	margin-bottom: 25px;
}
.favoritos .comments .user, .comentarios .user{
	border-bottom:1px solid #ddd;
	margin-bottom: 25px;
}
.favoritos .comments .user .box, .comentarios .user .box{ background: var(--orange-app); border: none;}
.favoritos .comments .box .foto, .comentarios .box .foto{

	display: inline-block;
	vertical-align: top;

}
.favoritos .comments .box .foto img, .comentarios .box .foto img{ width: 70px;}
.favoritos .comments .box .text, .comentarios .box .text{ font-size: 1rem;}
.favoritos .comments .box .text h4, .comentarios .box .text h4{ font-weight: lighter;}
.favoritos .comments .user .box .text h4, .favoritos .comments .user .box .text, .comentarios .user .box .text h4, .comentarios .user .box .text{ color: #fff;}
.commentsMovil, .box .verComentariosMovil,
.commentsMovil .user, .commentsMovil .all{ display: none;}

.imgComentarios{

	background: url('../img/iconos/icono-opinions.png');
	height: 78px;
    background-repeat: no-repeat;
    background-size: 64%;
}
.user .imgComentarios{

	background: url('../img/iconos/icono-opinionsW.png');
	height: 78px;
    background-repeat: no-repeat;
    background-size: 64%;
}
.commentsMovil .user{ margin-top: 15px;}
.commentsMovil .user .nombreRestaurante{ padding: 0;}

.favoritos .comments .verMasComentarios {
	margin-left: 35px;
	margin-bottom: 10px;
}

/*................................................

			SUSCRIPCION

...............................................*/
.suscripcion .header h3{
	text-transform: uppercase;
	color: var(--orange-app);
	font-weight: 700;
}
.suscripcion .box-menus ul { padding: 20px 0; }
.suscripcion .box-menus ul li{
	list-style: none;
    width: 17%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
 }
.suscripcion .box-menus ul li .box{
	border: 2px solid #666;
    padding: 10px;
    border-radius: 12px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    height: 150px;
}
.suscripcion form { padding: 25px 0; }
.suscripcion form label{ font-weight: 400; }
.suscripcion .box-menus ul li.active .box, .suscripcion .box-menus ul li .box:hover {
	 border: 2px solid var(--orange-app);
}
.suscripcion .box-menus ul li.active .box:after{
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--orange-app);
    position: absolute;
    right: 10px;
    top: 10px;
}
.suscripcion .box-menus ul li .text{
	display: block;
	margin-top: 10px;
    font-size: 1.1rem;
    font-weight: lighter;
    color: #666;
    line-height: 1.3rem;
}
.suscripcion .box-menus ul li small{
	display: inline-block;
	font-size: 70%;
}
/*................................................

			VER MENUS

...............................................*/
body.Menus, body.Calendario, body.Peticiones,  body.Gastos, body.Platos{
	background: #f0f0f0;
}
.addMenus input, .addMenus textarea{ border-radius: 4px; }
.addMenus .nav-tabs{ padding: 20px 0 0 0; margin: 0; }
.addMenus .nav-tabs .nav-item a{
	width: 170px;
	position: relative;
	background: #fff;
	border-radius: 0px;
	color: #666;
	font-weight: lighter;
	font-size: 1.3rem;
	margin-right: 10px; }
.addMenus .nav-tabs .nav-item a.active{
	background: var(--orange-app);
	color: #fff;
}
.addMenus .nav-tabs .nav-item a.primeros:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-primeros.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}

.addMenus .nav-tabs .nav-item a.segundos:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-segundos.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.postres:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-postres.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.calendario:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-calendario.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.active.primeros:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-primeros-white.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.active.segundos:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-segundos-white.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.active.postres:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-postres-white.png);
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .nav-tabs .nav-item a.active.calendario:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    background: url(../img/iconos/icono-calendario-white.png);
   	background-size: 64%;
    height: 31px;
    width: 45px;
    background-repeat: no-repeat;
}
.addMenus .tab-content{ background: #fff; padding: 20px 30px; font-size: 1rem; }
.addMenus .tab-content select{
	border-radius: 4px;
	margin: 20px 0;
	padding: 0;
	position: relative;
	width: 97%;
}
.addMenus .tab-content select:after{
	content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 3px;
    font-size: 2rem;
    right: 20px;
    color: #aaa;
}
.addMenus .tab-content select option:first-child{
	color: #aaa;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.addMenus .tab-content select option:hover{
	background: var(--orange-app);
	color: #fff;
	cursor: pointer;
}
.addMenus .tab-content select option{ padding: 10px;}
.addMenus .tab-content .table{ margin-bottom: 0; }
.addMenus .tab-content .listado{
	height: 600px;
	overflow: auto;
}
.addMenus .tab-content .calendario select{ padding-left: 10px; width: 60%; }
#modalVistaPrevia .modal-body{
	padding: 0;
	background: #eee;
}
#modalVistaPrevia .modal-body .dias{
	background: #fff;
    color: var(--orange-app);
    font-size: 1.1rem;
    padding: 20px;
    font-weight: lighter;
}

#modalVistaPrevia .modal-body .dias h4{
	padding: 0;
	margin: 0;
	color: var(--orange-app);
	font-weight: lighter;
	font-size: 1.6rem;
}
.formMovilMenu .box{
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 15px;
}
.formMovilMenu .num {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.formMovilMenu .num span{
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	line-height: 3rem;
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 50px;
	background: var(--orange-app);
}
.formMovilMenu select{
	margin-top: 20px;
	border-radius: 6px;
}
/*................................................

			Ver Platos y nuevos platos

...............................................*/
.verPlatos .header h3, .addMenus .header h3{
	margin: 25px 0;
	font-weight: lighter; }

.verPlatos .panel-body input[type="checkbox"]+label{
	margin-left: 1rem;
	background: #eee;
	padding: 5px 10px;
}
.verPlatos .table .activarPlato{ position: relative;}
.verPlatos .table .activarPlato input{ position: absolute;}
.verPlatos .panel-app .panel-body .form .row,
.nuevoPlato .panel-app .panel-body .form .row{ margin-bottom: 0; }
.nuevoPlato .panel-body input[type="checkbox"]+label{
	margin-left: 1rem;
	background: #eee;
	padding: 5px 10px;
}

.nuevoPlato .panel-body h4{
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 0.9rem;
	font-weight: normal;
}
/*................................................

			calendario

...............................................*/
.verMenus .header h3{
	margin-top: 25px;
	font-weight: lighter; }

.verMenus .calendario{ margin-top: 35px; }
.calendario .fc-head-container, .calendario .fc-header-toolbar{
	background: var(--orange-app);
}
 .calendario .fc-header-toolbar{
	margin-bottom: 0;
	padding: 20px;
}
.addMenus .calendario .fc-header-toolbar{
	margin-bottom: 0;
	padding: 10px;
}
.addMenus .calendario .fc-header-toolbar h2{ font-size: 1.6rem; }
 .calendario .fc-header-toolbar h2{ color: #fff; text-transform: capitalize; font-weight: lighter; }
 .calendario table thead tr{ border-bottom: 0; }
 .calendario table td.fc-day.marcado{
	background: #ffd384;
}
.calendario .fc-header-toolbar button[disabled]{ border: transparent; }
.calendario .fc-header-toolbar button, .fc-header-toolbar button[disabled]:hover{
	background: #fff;
	color: #333;
	box-shadow: none; }
.calendario a.fc-day-grid-event{
	background: #fff;
	color: var(--orange-app);
	border:3px solid var(--orange-app);
	display: inline-block;
	padding: 10px;
	border-radius: 6px;

}
.editarTabla{
	position: relative;
}
.editarTabla:before{
	content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.4rem;
    background: #fff;
    color: #e22c2c;
    width: 30px;
    height: 30px;
    text-align: center;
}

/*................................................

			calendario festivos

...............................................*/
.verMenus .header h3{
	margin-top: 25px;
	font-weight: lighter; }

.verMenus .calendarioFestivos{ margin-top: 35px; }
.calendarioFestivos .fc-head-container, .calendarioFestivos .fc-header-toolbar{
	background: var(--orange-app);
}
 .calendarioFestivos .fc-header-toolbar{
	margin-bottom: 0;
	padding: 20px;
}
.addMenus .calendarioFestivos .fc-header-toolbar{
	margin-bottom: 0;
	padding: 10px;
}
.addMenus .calendarioFestivos .fc-header-toolbar h2{ font-size: 1.6rem; }
 .calendarioFestivos .fc-header-toolbar h2{ color: #fff; text-transform: capitalize; font-weight: lighter; }
 .calendarioFestivos table thead tr{ border-bottom: 0; }
 .calendarioFestivos table td.fc-day.marcadoFestivo{
	background: #ffd384;
}
.calendarioFestivos .fc-header-toolbar button[disabled]{ border: transparent; }
.calendarioFestivos .fc-header-toolbar button, .fc-header-toolbar button[disabled]:hover{
	background: #fff;
	color: #333;
	box-shadow: none; }
.calendarioFestivos a.fc-day-grid-event{
	background: #fff;
	color: var(--orange-app);
	border:3px solid var(--orange-app);
	display: inline-block;
	padding: 10px;
	border-radius: 6px;

}
.editarTabla{
	position: relative;
}
.editarTabla:before{
	content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.4rem;
    background: #fff;
    color: #e22c2c;
    width: 30px;
    height: 30px;
    text-align: center;
}
/*................................................

			Peticiones

...............................................*/
.peticiones .box>div{
	border:1px solid #ddd;
	padding: 0;
	background: #fff;
	margin-bottom: 15px;
}
.peticiones .box>div h4{
	text-align: center;
	background: #ddd;
	margin-top: 0;
	font-weight:300;
}
.peticiones .box>div .card{
	margin: 15px;
	padding: 15px;
	border:1px solid #ddd;
	border-radius: 0;
	font-size: 1rem;
	position: relative;

}
.peticiones .box>div .card .nombre{ font-size: 1.1rem; }
.peticiones .box>div .card .detalle, .peticiones .box>div .card .hora, .peticiones .box>div .card .telefono, .peticiones .box>div .card .menu,
.peticiones .box>div .card .llevar, .peticiones .box>div .card .carritos, .peticiones .box>div .card .tronas{
	position: relative;
	padding: 0px 0 6px 40px;
	line-height: 1.9rem;
}
.peticiones .box>div .card .detalle:before{
	content: "";
	background: url(../img/iconos/icono-detalle-peticiones.png);
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:-3px;
}
.peticiones .box>div .card .hora:before{
	content: "";
	background: url(../img/iconos/icono-hora-peticiones.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .telefono:before{
	content: "";
	background: url(../img/iconos/icono-telefono-peticiones.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .menu:before{
	content: "";
	background: url(../img/iconos/icono-menu-peticiones.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .llevar:before{
	content: "";
	background: url(../img/iconos/icono-llevar-peticiones.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .tronas:before{
	content: "";
	background: url(../img/iconos/icono-trona-peticiones.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .carritos:before{
	content: "";
	background: url(../img/iconos/icono-carrito-peticiones.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top:5px;
}

.peticiones .box>div .card .btn{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 8px;
}
.peticiones .box>div .estados span{
	display: inline-block;
	padding-left: 5px;
	margin: 15px 0 15px 0px;

}
.peticiones .box>div .estados span.aceptadas{ border:2px solid  #2dabe2;  padding: 4px; }
.peticiones .box>div .estados span.confirmadas{ border:2px solid  #5fb400;  padding: 4px;}
.peticiones .box>div .estados span.rechazadas{ border:2px solid  #bb1900;  padding: 4px;}
.peticiones .box>div .estados span.anuladas{ border:2px solid  #999999;  padding: 4px; margin-left: 10px;}

.peticiones .box>div .card.aceptada{
	border:2px solid #2dabe2;
	padding: 0;
}
.peticiones .box>div .card.aceptada .nombre{
	border-bottom:2px solid #2dabe2;

 	padding: 5px 10px; }

.peticiones .box>div .card.rechazada{
	border:2px solid #bb1900;
	padding: 0;
}
.peticiones .box>div .card.rechazada .nombre{
	border-bottom:2px solid #bb1900;

 	padding: 5px 10px; }
.peticiones .box>div .card.confirmada{
	border:2px solid #5fb400;
	padding: 0;
}
.peticiones .box>div .card.confirmada .nombre{
	border-bottom:2px solid #5fb400;

 	padding: 5px 10px; }
.peticiones .box>div .card.anulada{
	border:2px solid #999;
	padding: 0;
}
.peticiones .box>div .card.anulada .nombre{
	border-bottom:2px solid #999;

 	padding: 5px 10px; }

.peticiones .box>div .card .info{ padding: 10px; }

.peticiones .box.activas>div .timeline,
.peticiones .box.historico>div .timeline{
	padding-left: 25px;
	margin-left: 25px;
	position: relative;
	border-left: 2px solid #ccc;
}
.peticiones .box.activas>div .card,
 .peticiones .box.historico>div .card{
	width: 94%;
	margin-left: 0;
	position: relative;}
.peticiones .box.activas>div .card:before,
.peticiones .box.historico>div .card:before
{
	content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background: #ccc;
    left: -38px;
    bottom: 40px;
}
.peticiones .box>div .buscador{ padding: 10px;}
/*................................................

			Gastos

...............................................*/
.gastos .box{
	margin-top: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px #ddd;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    font-size: 2.4rem;
    color: #999;
    background:#fff;
    position: relative;
}
.gastos .box:after{
	content: "";
	/*background: url('https://api.iconify.design/maki:fuel-15.svg') no-repeat center center / contain;*/
    height: 79px;
    width: 45px;
    background-size: 124%;
		color: red;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
.gastos .box img{ height: 40px; margin-top: -10px; }
.gastos  .resaltar{ color:var(--orange-app);}
.gastos .text h3{
	font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 30px;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #444;
}
.gastos .text h3 i{ font-size: 0.7rem; }
.gastos .list-opinions{ border-left: 1px solid #ddd; padding-left: 45px;  }
.gastos .list-opinions .box{font-size: 1rem; text-align: left;}
.gastos .list-opinions .box img{
	width: 70px;
	height: 70px;
	margin-top: 15px; }
.gastos .favoritos .text h3{ margin-top: 10px; }
.gastos .section2{ margin-top: 40px; }
/*................................................

			PROFILE

...............................................*/

.profile{ margin-top: 40px; }
.profile .datosPersonales{ border-top: 1px solid #ddd; padding-top: 25px; }
.profile .datosPersonales form>div{
	margin-bottom: 15px;
}
.profile .datosPersonales form label{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.profile  h3{
	font-weight: lighter;
	font-size: 1.9rem;
	margin-bottom: 20px;
}
.profile .mapa small{
	display: inline-block;
	color: #666;
	margin-top: 20px;
	font-size: 0.88rem; }
.profile .informacion .form-group{
	width: 15.3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #eee;
    padding: 11px;
    height: 120px; }
.profile .informacion { position: relative; padding-top: 15px; border-top:1px solid #ddd; }
.profile .informacion .form-group.otros .oculto{
	display: none;
	position: absolute;
    right: 7%;
    width: 90%;
    top: 300px;
    text-align: left;
}
.profile .informacion input{
	margin-left: 27px;
	display: block;
}
.profile .informacion table input{ display: inline-block; }
.profile .informacion textarea{ text-align: left; }
.profile .informacion i{ font-size: 2.4rem; color: #000; }
/*................................................

			SUSCRIPTORES

...............................................*/
.suscriptores{ color: #666;  }
.suscriptores .estados li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding:0  35px 0 20px;
	position: relative; }
.suscriptores .estados li.aceptado:before{
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: -10px;
	background: green;
}
.suscriptores .estados li.denegado:before{
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: -10px;
	background: red;
}
.suscriptores .estados li.pendiente-aprobacion:before{
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: -10px;
	display: inline-block;
	background:#273e43;
}
.suscriptores table.estados thead{
	border-left:10px solid #fff;
	border-top:10px solid #fff;
}
.suscriptores table.estados tr th{
	background: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight:600;
	color: #333; }
.suscriptores table.estados tr.aceptado td:first-child{border-left: 10px solid green;}
.suscriptores table.estados tr.denegado td:first-child{border-left: 10px solid red;}
.suscriptores table.estados tr.pendiente-aprobacion td:first-child{border-left: 10px solid #273e43;}

.suscriptores .tab-pane .suscripcion{
	background: #fff;
	padding-top: 15px;
}


/*................................................

		VER RESTAURANTES

...............................................*/


.VerRestaurante{ margin-top: 50px; position: relative; }
.VerRestaurante .bloqueMenu{
	padding-right: 0;
	margin-right: 0;
	position: absolute;
	top: 20px;
	width: 240px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ddd;
}
.VerRestaurante .bloqueMenu.cerrar{

	width: 110px;

}
.VerRestaurante .bloqueMenu .recogerMenu{

	height: 32px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-bottom: 45px;
	width: 40px;
}
.VerRestaurante .bloqueMenu .recogerMenu:hover {
	color: #999;
}
.VerRestaurante .bloqueMenu .recogerMenu .icono,
.VerRestaurante .bloqueMenu .recogerMenu .icono:after,
.VerRestaurante .bloqueMenu .recogerMenu .icono:before {
	display: block;
	position: absolute;
	height: 3px;
	width: 40px;
	right: 0;
	background: #999;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.VerRestaurante .bloqueMenu .recogerMenu .icono:after,
.VerRestaurante .bloqueMenu .recogerMenu .icono:before {
	content: '';
}
.VerRestaurante .bloqueMenu .recogerMenu .icono:after {
	top: -32px;
}
.VerRestaurante .bloqueMenu .recogerMenu .icono:before {
	top: -16px;
}
.VerRestaurante .bloqueMenu .recogerMenu .icono {
	top: 32px;
}
.VerRestaurante .bloqueMenu .recogerMenu.cerrar .icono:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -22px;
}
.VerRestaurante .bloqueMenu .recogerMenu.cerrar .icono:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -22px;
}
.VerRestaurante .navpp.cerrar li a{
	width: 75px;
	height: 75px;
	padding: 5px;
	overflow: hidden;
	text-indent: -999em;
}
.VerRestaurante .bloqueContenido{
	padding-left: 0;
	margin-left: 250px;
	width:80%;
	display: inline-block;
	vertical-align: top;

}
.VerRestaurante .bloqueContenido.cerrar{margin-left: 110px; width: 90%;}

.VerRestaurante .navpp{
	margin-left: 0;
	width: 90%;
	border-bottom: none;
 }
.VerRestaurante .navpp li{
	list-style: none;
	width: 97%;
}
.VerRestaurante .navpp li a{
	display: block;
	padding: 20px 20px 20px 75px;
	width: 100%;
	border: 1px solid var(--orange-app);
	background: #fff;
	position: relative;
	cursor: pointer;
	margin-bottom: 7px;
	color:var(--orange-app);
	font-weight: 300;
	font-size: 1.1rem;
	text-decoration: none;
	border-radius: 4px;
	opacity: 0.5;
}
.VerRestaurante .navpp li a.active, .VerRestaurante .navpp li a:hover{
	background: #fff;
	color:var(--orange-app);
	border: 2px solid var(--orange-app);
	opacity: 1;
}

.VerRestaurante .navpp li.ver-menus a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/ver-menus-li.png);
	background-repeat: no-repeat;
	background-size: 79%;
	height: 60px;
	width: 60px;
	left: 10px;
	top:10px;
}
.VerRestaurante .navpp li.crear-menus a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/crear-menus-li.png);
	background-repeat: no-repeat;
	background-size: 90%;
	height: 60px;
	width: 60px;
	left: 10px;
	top:10px;
}
.VerRestaurante .navpp li.ver-platos a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/ver-platos-li.png);
	background-repeat: no-repeat;
	background-size: 75%;
	height: 60px;
	width: 60px;
	left: 15px;
	top:10px;
}
.VerRestaurante .navpp li.crear-platos a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/crear-platos-li.png);
	background-repeat: no-repeat;
	background-size: 75%;
	height: 60px;
	width: 60px;
	left: 15px;
	top:10px;
}
.VerRestaurante .navpp li.peticiones a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/peticiones-li.png);
	background-repeat: no-repeat;
	background-size: 75%;
	height: 60px;
	width: 60px;
	left: 15px;
	top:10px;
}
.VerRestaurante .navpp li.calendario a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/calendario-li.png);
	background-repeat: no-repeat;
	background-size: 65%;
	height: 60px;
	width: 60px;
	left: 20px;
	top:10px;
}
.VerRestaurante .navpp li.ver-gastos a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/gastos-li.png);
	background-repeat: no-repeat;
	background-size: 65%;
	height: 60px;
	width: 60px;
	left: 20px;
	top:10px;
}
.VerRestaurante .navpp li.ver-perfil a:before{
	content:"";
	display:inline-block;
	position: absolute;
	background: url(../img/iconos/perfil-li.png);
	background-repeat: no-repeat;
	background-size: 65%;
	height: 60px;
	width: 60px;
	left: 20px;
	top:10px;
}


.VerRestaurante #crear-menus .nav-tabs .nav-item{ margin-bottom: 0px;}
.VerRestaurante #crear-menus .nav-tabs .nav-item a{ border: 1px solid #ddd;  }

/*------------------------------------------------------------

						Facturación

-------------------------------------------------------------*/

.listaFacturas{
	padding: 0;
	border: 1px solid #ddd;
	background: #fff;
	margin:0;
}

.listaFacturas .box-factura{
	line-height: 1.7rem;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

.listaFacturas .box-factura .ico{
	font-size: 1.5rem;
}
.listaFacturas li .text{
	width: 80%;
	display: inline-block;
	vertical-align: top; }
@media (max-width:1000px){

	.btn-showMenuMovil{
		display: block;
		float: right;
		font-size: 1.7rem;
		cursor: pointer;
		color: #444;
	}
	header.header .menu ul{ display: block;}
	header.header .container-fluid{ display: block; }
	header.header .logo{ display: inline-block;}
	header.header .menu, header.header .info{
		width: 100%;
		text-align: right;
		background: #fff;
		padding: 20px;
	}
	header.header .menu { margin-top: 15px; display: none; }
	header.header .info {  display: none; }
	header.header .menu ul{ border-bottom:1px solid var(--orange-app); }
	header.header .menu ul>li{ margin-right: 0; margin-bottom: 15px;  }
	header.header .menu ul>li.parent ul{  border-right: 2px solid #ddd; }
	header.header .menu ul li ul{
		position: inherit;
		border: none;
	}
	header.header .menu ul li ul li a{ color: #aaa; }
	header.header .info { padding-top: 0; margin-bottom: 25px;}
	header.header .info .lastname{ display: none;}
	.addMenus .nav-tabs{ border-bottom: 2px solid #ddd; }
	.addMenus .nav-tabs .nav-item , .addMenus .nav-tabs .nav-item a{ width: 100%; }

}
@media (max-width:890px){
	.suscripcion .box-menus ul li{ width: 24%;}

}

@media (max-width:769px){
	.lista .box .votacion{ text-align: left; }
	.lista .box .infoMenu{ margin-top: -13px; text-align: right; }
	.detalle .opinions{
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-right:0;
		border-bottom: 1px solid #ddd;  }
	.detalle .nav-tabs li, .detalle .nav-tabs li a{width: 100%;}
	.detalle .nav-tabs li{ border: 1px solid #ddd; }
	.detalle .nav-tabs{ border-bottom: 4px solid #bbb; }
	.favoritos, .sitios{ padding: 0;}
	.favoritos .sitios .box{ width: 96%;}
	.favoritos .comments .box{ margin-left: 0; }
	.favoritos .comments{ padding-left: 0;}
	.favoritos .sitios .box.active:after, .commentsWeb,  .box .verComentarios{
		display: none;
	}
	.commentsMovil,  .box .verComentariosMovil{ display:block;}
	.tab-pane .calendario>div.border-right{
		border-right:none !important;
		margin-bottom: 15px;
	}
	.formNewPlate.border-right{ border-right:none !important;}



}
@media (max-width:690px){
	.suscripcion .box-menus ul li{ width:34%; margin-bottom: 10px;}
	.VerRestaurante .bloqueMenu{
	    position: inherit;
	    width: 100%;
	    border: none;
	}
	.VerRestaurante .bloqueContenido{ margin-left: 0; width: 105%; }

}

@media (max-width:576px){
	.resultado .lista .box, .lista .box .link{ text-align: center; }
	.lista .box .votacion{ text-align: center; }
	.lista .box .infoMenu{ margin-top: -4px; text-align: center; }
	.lista .box .distancia{ margin-top: 10px; }
	.favoritos .sitios .box .foto{ max-width: 150px; margin:0 auto 10px auto;}
	.favoritos .sitios .box .text{ width: 100%; text-align:center}
	.gastos .list-opinions .box img{ height: 45px; }
	.gastos .list-opinions .box .votacion{ display: block; }
	table, #showCalendar, #calendar{ width: 630px !important; }
	.verCalendario{ overflow-x: auto; }
	.nav .nav-item, .detalle .nav-tabs li a, .suscriptores .nav-tabs li a{ width: 100%; }
	.login .nav .nav-item{ width: 130px;}
	.detalle .nav-tabs, .suscriptores .nav-tabs{ border-bottom: 2px solid #ccc;}
	.suscriptores .estados li{ display: block;margin-bottom: 5px; }

	.suscriptores{ padding: 0; }

	.Busqueda .panel-app .panel-body .form .btn,
	.Restaurantes .panel-app .panel-body .form .btn,
	.Gastos .panel-app .panel-body .form .btn { width: 100%; }
	.Gastos .panel-app .panel-body .form .botones .row{ margin: 0; }
	.Gastos .panel-app .panel-body .form .botones .col-12{ padding: 0; }
	.Restaurantes .panel-app .panel-body .form .btn{ margin-bottom: 10px; }
	.verPlatos .panel-body input[type="checkbox"]+label{ margin-top: 10px; }
	.profile .datosPersonales{ padding: 25px 0px 0px 0px; }
	.profile .datosPersonales{ padding: 15px 0px 0px 0px; }
	.bgLogin .panel-body .tab-pane .btnRol .btnUser {
		width: 210px;}
}
@media (max-width:490px){
	.suscripcion .box-menus ul li{ width:48%; margin-bottom: 10px;}

}
@media (max-width:390px){
	.suscripcion .box-menus ul li{ width:98%; margin-bottom: 10px;}

}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
