/*css para el header*/

.bg-menutop{
	background-color:#ffffff;
    text-align:center;
    margin-top: -3px;
    max-height:45px;
    border-bottom: 3px solid #ff6550;
  }

.top-telf{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-style: italic;
	margin-top: 4px;
	font-size: 23px;
	letter-spacing: -1px;
	display: inline;
}

.site-header .top-telf a {
  font-family:'Poppins', sans-serif;
  font-weight:700;
  font-style: italic;
  color: #000000;

}

.redes{
  display:inline;
  margin-left:15px;
  font-size:20px;
}

.site-header .acceso a {
  display:inline;
  font-size:23px;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  margin-top: 3px;
  color: #000000;
}


.logo-top{
	padding: 10px;
    margin:auto;
    width:80%;
}

.logo-top:hover{filter:opacity(60%);}

  /*
 * Custom translucent site header
 */

.site-header {
  background-color:#ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
  font-family: 'Nunito', sans-serif;
}
.site-header a:hover {
  color:#e32117;/*#ffffff;*/;
  text-decoration: none;
}


a{text-decoration:none;}
.footerLocal p a{color: #fff;}
.footerItem.footerQR ul::marker{display: none;}

.site-header{
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.54);
-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.54);
}


.cat-product{
  text-align:center;
  padding-top: 3px;
}

.divisor{
  font-family:'Poppins', sans-serif;
  font-weight: 300;
}

.icon-promociones,
.icon-piqueos,
.icon-Makis,
.icon-sushi,
.icon-adicionales,
.icon-sopas{
  font-size: 70px;
}

.text-prod{font-size: 10px;}