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

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

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


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


body{
	font-family:Mont;
	font-size: 12pt;

}

#landing{
	/*background-color: #e2dacb;	*/
	background-color: #f6f0e3;	
}
  
.bloque .nombreSubcategoria {
   background-color: transparent;
   font-family:Fortcollinscaps;
   font-size: 39pt;
  line-height: unset;
  color: #b27d37;
}

.desc {
  font-size: 10pt;
  margin-top: 8px;
}

.desc br {
  display: block;
  margin-top: 4px;
}

.plato {

  border-bottom: solid 1px #2e130b63;
}

.cabecera_bloque{
  display: grid;
}

.categoria .banner{
  grid-row: 1;
}

