@import 'fonts-import.css';

html,body{

	height: 100%;
} 

.preloader-content{

	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	background-position-y: 20rem;
	background-position-x: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/pins/loading-naranja.png);
	background-color: rgb(255	,255,255,0.5);
}
.icon-tenedor-down::before{
	content: "\e900";
	font-family: tengo-hambre !important;
	width: 0;
}
.icon-tenedor-down::after{
	color: #A5CE37 !important;
}

.icon-tenedor-up::before{
	content: "\e901";
	font-family: tengo-hambre !important;
	width: 0;
}
.icon-tenedor-up::after{
	color: #A5CE37 !important;
}

.text-center{
	text-align: center !important;
}

.font-size-1em{

	font-size: 1em !important;
}

.naranja{
	color: #F58634;
}
.verde{
	color: #A5CE37 !important;
}
.recuadro-gris{
	background-color: #e6e7e9;
	padding: 15px;
	text-align: center;
	min-height: 100px;
	margin: 20px 0 20px 0;
}

.recuadro-gris p{
	font-size: .85em;
	margin-bottom: 10px !important; 
}
.header-thy{

	background-color: #A5CE37;
	min-height: 80px;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 0 10px;
	z-index: 99;
	position: sticky;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.5); 
}

#comida{

	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.icon-tenedor-blanco{
	height: 33px;
	margin-right: 5px;
}
.ciudad-header{

	color: #ffffff;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
	text-align: center;
	margin-top: 20px;

}

.ciudad-header label{

	margin-top: 10px;
}
.search-container{
	background-color: #e6e7e9;
	min-height: 50px;
	width: 100%;
	padding: 15px 0 15px 0 ;
}

.search-container .custom-search-input-2{

  margin-top: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none ;
  box-shadow: none ;
}
#search_mobile .select2-container--default .select2-selection--single{
	height: 48px;
}

.search-container h4{
    color: #fff;
    margin: 12px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

#search_mobile .select2-container{
 
 border: 1px solid #d2d8dd !important;
 height: 50px;
}

a.btn_search_mobile{
	margin-top: 30px;
}
.tipo-comida .tipo-negocio{
	font-weight: bold;
	font-size: 1.3em;
}
.carousel-element small {
    position: absolute;
    background-color: black;
    background-color: rgba(165, 206, 55, 0.95);
    right:40px;
    bottom: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}

.carrusel-small {
  
  right: 0 !important;
  position: relative !important;
  margin-left: 5px;
  bottom: 30px !important;

}

.img-logo-banner{
 
 /*
	width: 150px;*/
	height: 70px !important;
}
.slc-ubicacion{
	top: 15px;
	background-color: transparent;
	color: #ffffff;
	font-size: 20px;
}
.slc-ubicacion .option{
  color: #636363;
}

.slc-ubicacion:after{
	border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}

.label-naranja-inicio{
   color: #F58634;
   font-size: 26px;
   float: right;
   padding-right: 15px;
   text-align: right;
   text-shadow: 2px 2px 1px #373435 ;
}

.label-negro-inicio{
	font-size: 30px;
	float: right;
	padding-right: 15px;
	text-shadow: 2px 2px 1px #373435 ;
	color: #ffffff;
}

.btn-buscar-inicio{
 background-color: #A5CE37;
 color: #ffffff;
 padding: 10px 20px 10px 20px;
 float: right;

}

.input-comer-inicio{
	color: #6E6E6E;
	border:0;
	padding-top: 10px;
	font-size: 18px;
}

.buscar-zona{
	background-color: #ffffff;
	padding: 10px 20px 5px 10px;
	-webkit-box-shadow: 3px 3px 7px 2px #636363;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 7px 2px #636363;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 7px 2px #636363;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-top: 20px;
}
.select-ciudad-responsivo{
	-webkit-box-shadow: 3px 3px 7px 2px #636363;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 7px 2px #636363;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 7px 2px #636363;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 16px;
}

.espacio-izq{

	padding-left: 40px;
}

#buscador-inicio-responsivo{
		display:none;
	}
.padding-inicial{
	 padding-top: 5%;
}

#top_menu{
	margin-top: 20px !important;
}
#forgot_pass {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px;
}

#form-alta{

}
#main-container-index{

	background :
	 linear-gradient(
      rgba(255, 255, 255 ,0.2),
      rgba(255, 255, 255, 0.2)
    ), url("https://tengohambreya.com/img/background/background-4.jpg")  no-repeat center center fixed;
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
 height: 100%;

}
#main-container-proximamente{

	background :
	 linear-gradient(
      rgba(255, 255, 0255,0.5),
      rgba(255, 255, 255, 0.5)
    ), url("https://tengohambreya.com/img/background/background-1.jpg")  no-repeat center center fixed;
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
 height: 100%;
 background-attachment: fixed;

}

#main-container-proximamente-test{

	background :
	 linear-gradient(
      rgba(255, 255, 0255,0.5),
      rgba(255, 255, 255, 0.5)
    ), url("https://tengohambreya.com/img/background/background-1.jpg")  no-repeat center center fixed;
	 background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
 background-attachment: fixed;

}

.select-ubicacion-container i{
    line-height: 38px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    top: 0px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 40px;
    z-index: 9;
    color: #999;

}

.select-ubicacion-container .selection .select2-selection {

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.label-mensaje h3{

	color: #fff;
	font-size: 42px;
	font-size: 4.5rem;
	font-family: 'Raphtalia';
	margin-bottom: 0;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8);
}

.link-tipo-comida{

	float: left;
	font-family: Raphtalia;
	font-size: 1.7em;
	-webkit-text-stroke: .5px #000; /*
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8);*/
	font-weight: bold;

}

.content-tipo-comida{
	display: flex;
  justify-content: center;
  align-items: center;
}

.tipo-comida-element{

	width: 125px;
	height: 90px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #fff;
	padding: 2px;
	float: left;

}

.tipo-comida-element img{

	width: 121px;
	height: 86px;
}

.carousel-element{

	width: 250px;
	height: 180px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;

}

.move{
	
}

.carousel-element img{

	width: 240px;
	height: 170px;
}

.carousel-element-info{

	width: 125px;
	height: 90px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	padding: 2px;

}

.carousel-element-info img{

	width: 120px;
	height: 85px;
}

.strip-basico{
	min-height: 130px !important;
}

.img-logo-basico{
	width: 82px;
	height: 82px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	position: absolute;
}

.strip .footer-basico{

	border-top: 1px solid #ededed;
	padding: 10px 0 15px 0;
	margin-top: 100px !important;
}
.strip .cabecera-basico{
	/*overflow: hidden;*/
	margin-bottom: 10px;
	position: absolute;
}

.u-basico{
	margin-left: 85px;
	max-width: 150px;
	font-size: .85em;
}
.icon-container{
	float: left;
	min-height:60px;
}

#logo-negocio{
	background-color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	width: 250px;
	height: 250px;
	margin: auto;

}

#imagen-logo{
	width: 240px !important;
   height: 240px !important;
}

.border-gris{
	border: 1px solid #707070;
}

.strip .footer{

	border-top: 1px solid #ededed;
	padding: 10px 0 15px 0;
	margin-top: 10px;
}

.strip .footer a{

	text-decoration: none;
	color: #55555 !important;

}



.strip .cabecera{
	overflow: hidden;
	margin-bottom: 10px;
}

.strip .direccion{

	font-size: .875em;

}

.strip .img{

	width: 82px;
	height: 82px;
	margin-top: -60px;
	z-index: 99;
	position: absolute;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.5); 

}

.strip .img img{

	width: 82px;
	height: 82px;

}

.nombre-negocio{
	max-width: 150px;
}
.nombre-negocio a{

	font-size: 1.2em;
}

.map-listing{
	width: 100%;
	height: 190px !important;
	border: 3px solid #ededed;

}
.no-background{
	background-color: transparent;
}
.directorio{
  margin-top: 20px;
  font-size: .7rem;
}

.directorio h5{
  text-align: center;
}
.directorio .negocio{
  border-bottom: 1px solid #A5CE37;
  padding-bottom: 5px;
  margin-top: 10px;
}

.directorio .nombre{
  text-transform: uppercase;
  font-weight:bold;
}

.directorio .direccion{
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: .857em
}

.buscar_btn{
	width: 100%;
	margin-bottom: 20px;
}
/*/////DETALLAES DEL NEGOCIO////*/

.dislike:before{
	content: "\e900";
  color: #f5811e;
}

.detalles-img-banner{

	/*height: 400px !important;*/
	width: 100% !important;
}
  
.detalle-negocio .container_check{

	padding-left: 0 !important;
	margin-top: 10px;
}

.detalle-negocio .container_check span{

	display: inline-block;
	float: right;
	font-size: .875em;
}

.detalle_titulo{
	margin-bottom: 25px;
}

.detalle_titulo  h1{
	font-size: 1.85em;
}
.detalle_descripcion{

	padding: 15px 10px 20px 10px;
	background-color: #fff;
	border: 1px solid #ededed;
	margin-bottom: 25px;

}
.detalle_descripcion p{

	text-align: justify;
	margin-bottom: 0 !important;
}

.logo-detalle{
	background-color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	width: 200px;
	height: 200px;
	margin: -130px 15px 20px 20px;
	position: relative;
	z-index: 99999;
	float: left;
}
.logo-detalle img {
    width: 190px !important;
    height: 190px !important;
}

.datos-negocio{
	float: right !important;
	margin-top: -55px !important;
}
.datos-negocio label{
	display: inline-block;
}

.datos-negocio .bloque{
	display: inline-block;
	margin-right:10px;
}

ul.social-btns {
  padding: 0;
  list-style: none;
  display: inline-block;
  /*text-align: center;*/
  /*margin: 0 0 25px 0;*/
}
ul.social-btns li {
  display: inline-block;
  margin: 0 0px 0px 5px;
}
ul.social-btns li a {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}
ul.social-btns li a:hover {
  color: #fff;
}
ul.social-btns li a.facebook-share {
  color: #3b5998;
}
ul.social-btns li a.facebook-share:hover {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
ul.social-btns li a.gplus-share {
  color: #dd4b39;
}
ul.social-btns li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}
ul.social-btns li a.instagram-share {
  color: #c13584;
}
ul.social-btns li a.instagram-share:hover {
  background: #c13584;
  color: #fff;
  border-color: #c13584;
}
ul.social-btns li a.twitter-share {
  color: #1da1f2;
}
ul.social-btns li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}
ul.social-btns li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}

.acciones{
	float: right;
	margin-top: -50px !important;
	 
} 

.acciones .iconos{
	float:right;
	margin-right: 10px;
}

.acciones .iconos a{
	color: #F58634;
	font-size: 3.0em;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.acciones .iconos a :hover{
	color: #A5CE37 !important;
}
.acciones .iconos .numero{
	text-align: center;
	color: #A5CE37;
	font-size: 1.8em;
}

.seleccionado{
	color: #A5CE37 !important;
	font-size: 3.5em !important;
}
.tenedor-up-naranja{
	width: 22px;
	height: 50px;
	background:url('../img/pins/tenedor-up-naranja-22x50.svg');
}

.tenedor-up-naranja:hover{
	width: 22px;
	height: 50px;
	background:url('../img/pins/tenedor-up-verde-22x50.svg');
}

.tenedor-down-naranja{
	width: 22px;
	height: 50px;
	background:url('../img/pins/tenedor-down-naranja-22x50.svg');
}

.tenedor-down-naranja:hover{
	width: 22px;
	height: 50px;
	background:url('../img/pins/tenedor-down-verde-22x50.svg');
}

.titulo-opinion{
	font-weight: bold;
	border-bottom: 1px dashed #ddd;
	font-size: 1.1em;

}

#menu-modal .mfp-close::before {
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}

.btn-modal-menu{

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 10px;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.6);

}

.btn-modal-menu a:visited{
	color: #fff !important;
}

.open-modal{

	background: #fff;
	padding: 30px;
	padding-top: 30px;
	padding-top: 0;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.open-modal .mfp-close, #lang-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.open-modal .mfp-close::before {
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}

.open-modal .form-group i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 28px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

.open-modal .form-group input.form-control {
    padding-left: 40px;
}
.calificacion-estrellas{

	font-size: 1.5em;
}

#menu-modal{
	background-color: #EBEFF6;
  padding: 30px;
	padding-top: 30px;
	padding-top: 0;
	text-align: left;
	max-width: 1000px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

#menu-modal	.mfp-close, #lang-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}


.bx-viewport{
	max-height: 400px !important;
}
.menus{
	background-color: rgba(0, 77, 218, 0.05);
	padding: 15px 15px 0 15px;
	margin-bottom: 20px !important;
}
.menus .menu_list{
	margin-bottom: 15px !important;
}
.horarios li label {

	font-size: .73em;
}

.calificacion-general{

	text-align: center;
}

.boder-right{

	border-right: 1px solid #ededed;
}

.btn-block{

	border: none;
	color: #fff;
	background: #A5CE37;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: white !important;
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1 !important;
	padding: 10px 15px !important;
	position: relative;
	top: 2px;
}

.btn-naranja{

	border: none;
	color: #fff;
	background: #F5811E;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: white !important;
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1 !important;
	padding: 5px 10px !important;
	position: relative;
	top: 2px;
}

.filters_mobile{
	display: none;
}

/*//////////NOSOTROS//////////////////////*/


.banner-image{

	height: 350px;
	padding-top: 150px;
}

.banner-image .container{
	height: 100%;
}

.banner-image .container h1{
	color: #fff;
	font-size: 3rem;
}

/*//////UBICACION DIALOG/////*/

#ubicacion-dialog{

	background-color: #fff;
  padding: 20px;
  text-align: left;
  max-width: 500px;
  margin: 40px auto;
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#ubicacionPop .select2-container .selection .select2-selection--single{
	border-right: none;
}

#ubicacion-dialog hr{
	margin: 0px 20px 0px 0px;
}

/*////MENSAJES  */
#mensaje-modal{

	background: #fff;
	padding: 30px;
	padding-top: 30px;
	padding-top: 0;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#mensaje-modal .mfp-close, #lang-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
/*//Alta negocio ///*/

#map{
	min-height: 300px;
	border: 2px solid #A5CE37;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.horarios select{
	max-height: 30px;
	top:-5px;
	position: relative;
}
#mensaje-modal .mfp-close::before {
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}

#drop-div.dropzone{
	border: 2px dashed #A5CE37;
	min-height: 200px;
	margin-top: 20px;
}

#drop-div.dropzone .dz-progress{
	visibility: hidden;
}
/*------menu-------
-------------------*/
.menu-productos{
	position: fixed;
	overflow: auto;
	padding-top: 130px;
    top: 0px;
	width: 100%;
	background :
	 linear-gradient(
      rgba(255, 255, 0255,0.7),
      rgba(255, 255, 255, 0.7)
    ), url("https://tengohambreya.com/img/background/background-1.jpg")  no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	background-attachment: fixed;

}

@media(max-width: 1px){

	.label-mensaje h3{
		font-size: 1.875rem !important;
	}
} 
@media (max-width: 308px) {

	.calificacion-general{

		font-size: .75em !important;
	}
}
@media (max-width: 390px) {

	 .label-naranja-inicio{
   float: none;
   text-align: center;
   font-size: 18px;
}

/*
.logo-detalle{
			margin-top:-270px !important;
	}
*/
}

@media(max-width: 396px){

	.label-mensaje h3{
		font-size: 2.875rem !important;
	}

	.logo-detalle{
		width: 150px !important;
		height: 150px !important;
		/*margin-top:-270px !important;*/
	}

	.logo-detalle img{
		width: 140px !important;
		height: 140px !important;
	}

	.calificacion-general{

		font-size: .85em;
	}

}

@media(max-width: 466px){

	#ubicacion-dialog h5{
		font-size: .85em;
	}
}

@media(max-width: 480px){

	.label-mensaje h3{
		font-size: 3.875rem;
	}
	ul.menu_list li h6,p{
    font-size: 0.60rem;
  }
  a.address{
  	font-size: .85em;
  }

  .detalle_titulo h1 {
    font-size: 1.5em;
}
}

@media(max-width: 576px){

	#sidebar{
		padding:10px;
	}
	.logo-detalle{
		/*margin-left: auto;*/
		margin-right: auto;
		/*margin-top: -250px !important;*/
	}
}

@media (max-width: 390px) {

	.label-naranja-inicio{
	   float: none;
	   text-align: center;
	   font-size: 18px;
	}

	.detalle-negocio{
		margin-top: 30px;
	}
	/*
	.logo-detalle{
			margin-top:-240px !important;
	}*/

	.acciones .iconos .numero {
    text-align: center;
    color: #A5CE37;
    font-size: 1.5em;
  }
  .tenedor-up-naranja {
    width: 17px;
    height: 40px;
    background:url('../img/pins/tenedor-up-naranja-17x40.svg');
	}
	.tenedor-down-naranja {
    width: 17px;
    height: 40px;
    background:url('../img/pins/tenedor-down-naranja-17x40.svg');
	}

	.tenedor-up-verde {
    width: 17px;
    height: 40px;
    background:url('../img/pins/tenedor-up-verde-17x40.svg');
	}
	.tenedor-down-verde {
    width: 17px;
    height: 40px;
    background:url('../img/pins/tenedor-down-verde-17x40.svg');
	}
	
}

@media(max-width:  1200px){
	.cabecera .nombre-negocio{
		margin-top: 25px;
	}
	.strip .footer{
		font-size: .8em;
	}
}

@media (max-width: 991px) {

	.buscar_btn{
		display: block;
	}
	.filters_mobile{
	display: block;
	}

	.filters_web{
	display: none;
  }

  #ubicacion-label{
		font-size: 0.75em; 
	}

	.logo-detalle{
		margin-right:auto !important;
		margin-top: -125px;
	}
	.detalle_titulo{
		margin-top: -50px !important;
	}
	.cabecera .nombre-negocio{
		margin-top: 0px;
	}

	.strip .footer{
		font-size: 1em;
	}
}

@media (max-width: 767px) {

	.ciudad-header{
		margin-top: 0;
	}

	a.btn_search_mobile{
	margin-top: 12px;
  }

  .logo-detalle{
		margin-right:auto !important;
		margin-top: -120px;
	}
}


@media (max-width: 1199px) {

	#logo-negocio{
	   width: 220px;
	   height: 220px;
	}

	#imagen-logo{
		width: 200px !important;
	   height: 200px !important;
	}
/*
	.logo-detalle{
		margin-top:-280px;
		/*margin-left: auto !important;
		float:none;
	}*/

	#ubicacion-label{
		font-size: 0.9em;
	}

	.datos-negocio{
		margin-top:0 !important;
		float:none !important;
		text-align: center;
	}

	.acciones{

		margin-top:-40px !important;
	}

	.detalle_titulo{
		margin-top: -40px !important;
	}
	
}




/*ligthbox aqui*/
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

/*________________Preloader_______________ */
.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999999999;
    background-color:rgb(165,206,55);
    padding: 15px;
}

.preloader img{

	position: relative;
	top: 50%;
	display: none;


}