@font-face{
	font-family:"Whitney";
	src:url('../fonts/WhitneyHTF-Book.woff');
	font-weight:normal;
}

@font-face{
	font-family:"Perpetua";
	src:url("../fonts/Perpetua.woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"Poppins";
	src:url("../fonts/Poppins-Medium.woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"Poppins";
	src:url("../fonts/Poppins-SemiBold.woff");
	font-weight:bold;
	font-style:normal;
}

@font-face{
	font-family:"PlayfairDisplay";
	src:url("../fonts/PlayfairDisplay-Regular.woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"Charter";
	src:url("../fonts/CharterBT.woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"Charter";
	src:url("../fonts/CharterItalic.woff");
	font-weight:normal;
	font-style:italic;
}

@font-face{
	font-family:"Charter";
	src:url("../fonts/CharterBdBold.woff");
	font-weight:bold;
	font-style:normal;
}

body{
	font-family:Charter;
	font-size: 12pt;
	color: #0b0e11;
}


  
.bloque .nombreSubcategoria {
background-color: transparent;
  border: solid 2px #5f5851;
  border-left: none;
  display: inline-block;
  width: 70%;
  margin: 10px 0px;
}

.bloque .nombreSubcategoria span{
	font-family: Poppins;
	letter-spacing: 5px;
	color: #352c24;
}

.banner {
  margin-left: 17px;
}

.plato {
  border-bottom: solid 1px #dfcbaa;
}

.bloque .precio {
  font-size: 10pt;
  text-align: right;
  font-family: poppins;
}

.nombre {
  font-weight: bold;
  font-size: 11pt;
  line-height: 13pt;
  font-family: poppins;
  color: #58524c;
}

.menu_flotante ul li a {
  font-family: poppins;
  font-size: 10pt;
}

#especiales_frios .nombreSubcategoria {
  background-image: url(traveler_choice_icon.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: calc(50% + 32px);
}

.precioGlobalSubcategoria .precio {
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  color: #0b0e11;
}


#carta .categoria[rel=buffet]{
  background-image: url(fondo_2_buffet.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}

#carta .categoria[rel=buffet] .bloque .nombreSubcategoria {
  border: none;
  width: 100%;
  text-align: center;

}

#carta .categoria[rel=buffet] .bloque .nombreSubcategoria span{
	color:#d2ba9c;
	letter-spacing: 0px;
  text-align: center;
  margin: auto;
  font-size: 19pt;
  font-family:PlayfairDisplay;  
}

#carta .categoria[rel=buffet] .nombre {
  font-weight: normal;
  color: #fff;
  padding-left: 10px;
}

#carta .categoria[rel=buffet] p.nombre::before {
  content: "•";
}


#carta .categoria[rel=buffet] .plato {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 6px;
}


#carta .categoria[rel=buffet] .plato .linea.subnombre {
  padding-left: 29px;
}

#calientes_466{
  background-image: url(cabecera.png);
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 115px;
}

#promociones_471 {
  margin-top: 25px;
}

#promociones_471 .nombreSubcategoria {
	display:none;
}

#promociones_471 .columnas {
	display:none;
}



#landing {
  background-image: none;
  background-color: #070a13;
  color:#b8b7b7;
}

.volver{
  background: none;
  background-color: #000;
}

.bloque .nombreSubcategoria {
  background-color: transparent;
  border: none;
  border-left: none;
  display: inline-block;
  width: 70%;
  margin: 10px 0px;
  color: #d5a96a;
  text-transform: uppercase;
}

.nombre {
  font-weight: bold;
  font-size: 14pt;
  line-height: 13pt;
  font-family: Charter;
  color: #fff;
  margin: 10px 0px;
}

.bloque .nombreSubcategoria span {
  font-family: Charter;
  letter-spacing: unset;
  color: #d5a96a;
  font-weight: bold;
  font-size: 26pt;
  line-height: 30px;
}

.bloque .precio {
  font-size: 11pt;
  text-align: right;
  font-family: charter;
  padding: 5px 0px;
}

.plato .subitems {
  grid-column: 1/4;
  grid-row: 4;
  margin-top: 10px;
  margin-left: 10px;
}

plato .subitem {
  margin-bottom: 0px;
}

.plato {
  border-bottom: solid 1px #292826;
}

p.precio::before {
  content: "";
}

#selector .secciones {
  display: grid;
  grid-gap: 10px;
  padding: 120px 10px 10px 150px;
}

#selector{
  background-image: url(https://qrcarta.pe/media/background/fondo_selectorTao.png);
  background-size: cover;
  background-position: center;
}

.btn_menu {
  background-image: url(../img/menu_white.svg);
}
