@charset "UTF-8";
/* CSS Document */
/*******************************************************************/
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiLig.eot');
  font-weight: lighter;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiLig.woff') format('woff'), url('../font/FrutiLig.svg#Frutiger-Light') format('svg');
  font-weight: lighter;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiIta.eot');
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiIta.woff') format('woff'), url('../font/FrutiIta.svg#Frutiger-Italic') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiBol.eot');
  font-weight: bold;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiBol.woff') format('woff'), url('../font/FrutiBol.svg#Frutiger-Bold') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiBla.eot');
  font-weight: bolder;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiBla.woff') format('woff'), url('../font/FrutiBla.svg#Frutiger-Black') format('svg');
  font-weight: bolder;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiRom.eot');
}
@font-face {
  font-family: 'Frutiger';
  src: url('../font/FrutiRom.woff') format('woff'), url('../font/FrutiRom.svg#Frutiger-Roman') format('svg');
}
@font-face {
  font-family: 'Frutigerlc';
  src: url('../font/Frutiger-LightCn.eot');
}
@font-face {
  font-family: 'Frutigerlc';
  src: url('../font/Frutiger-LightCn.woff') format('woff'), url('../font/Frutiger-LightCn.svg#Frutiger-LightCn') format('svg');
}
/*******************************************************************/
body,
html {
  font-family: Frutiger;
  font-weight: lighter;
}
div,
form,
input {
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
#wrapper {
  width: 100%;
}
#lacocina {
  width: 163px;
  height: 160px;
  background: url(../img/lacocina.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-left: 3%;
}
a.fb {
  display:inline-block;
  width:33px;
  height:35px;
  background:url(../img/btn_fb_rojo.png);
}
a.fb:hover {
  background-position: 0 -35px;
}
a.tw {
  display:inline-block;
  width:33px;
  height:35px;
  background:url(../img/btn_tw_rojo.png);
}
a.tw:hover {
  background-position: 0 -35px;
}
.rojo{
  color:#B10D23;
}
/* boton menu */
#botonmenu {
  display: block;
  position: fixed;
  top: 1%;
  right: 3%;
  width: 44px;
  height: 34px;
  background: url(../img/btn_menu.png) no-repeat;
  background-position: 0 0;
  z-index: 80;
  -webkit-transition: all .15s linear;
          transition: all .15s linear;
}
#botonmenu.negro {
  background-position: 0 -34px;
}
#st_btn_fb{
	top: 1%;
	right: 152px;
	width: 36px;
	height: 36px;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	background: url(../img/social.png) 0px 0px no-repeat;
}
#st_btn_tw{
	top: 1%;
	right: 109px;
	width: 36px;
	height: 36px;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	background: url(../img/social.png) -41px 0px no-repeat;
}
#st_btn_fb:hover{
	background-position: 0px -36px;
}
#st_btn_tw:hover{
	background-position: -41px -36px;
}


/* modales */

.modal {  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 90;
  display: none;
}
.modal .cerrar {
  position: absolute;
  right: 3%;
  top: 1%;
  width: 44px;
  height: 43px;
  display: block;
  background: url(../img/btn_cerrar.png) no-repeat;
}
#inp_imagen{
	display: none;
}
/* formulario */

#formulario .container {
  position:absolute;
  left:50%;
  top:50%;
  width:763px;
  height: 578px;
  margin-left:-381px;
  margin-top:-289px;
}
#formulario .container .contenido{
  width:100%;
  height:477px;
  background:url(../img/bg_formulario.png) no-repeat;
}
#formulario .container .logo{
  background:url(../img/logo_modal.png) no-repeat;
  width:167px;
  height: 101px;
  margin:0 auto;
}
#formulario input{
	width: 344px;
	height: 44px;
	outline: none;
	padding-left: 14px;
	margin-left: 38px;
	border: 1px dashed #404040;
	background-color: transparent;
}
#formulario textarea{
	width: 310px;
	height: 60px;
	outline: none;
	border: 1px dashed #404040;
	background-color: transparent;
  padding:15px;
}
#formulario textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #B10D23;
}
#formulario textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #B10D23;
   opacity:  1;
}
#formulario textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #B10D23;
   opacity:  1;
}
#formulario textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #B10D23;
}
#formulario .container .contenido > div {
	display: none;
}
#formulario .container .contenido > div.activo{
	display: block;
}
#formulario .container .contenido .da_izq{
	float: left;
	width: 47%;
}
#formulario .container .contenido .da_izq .item{
	width: 260px;
	height: 300px;
	position: relative;
	display: inline-block;
	margin: 50px;
	overflow: hidden;
	box-shadow: 1px 3px 5px #888888;
	border: 3px solid #fff;
}
#formulario .container .contenido .da_izq .item #elfoto{
	width: 100%;
	height: 100%;
}
#formulario .container .contenido .da_izq .item #lafoto{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
#formulario .container .contenido .datos .da_izq #btn_buscarfoto{
	width: 195px;
	height: 44px;
	cursor: pointer;
	background: #fff;
	margin: 0px auto;
	line-height: 44px;
	text-align: center;
	font-weight: lighter;
}
#formulario .container .contenido .datos .da_izq #btn_buscarfoto:hover {
  color:#fff;
  background:#2D2D2D;
}
#formulario .container .contenido .da_der{
	float: left;
	width: 53%;
}
#formulario .container .contenido .datos .da_der .avatar{
	width: 93px;
	height: 93px;
	border-radius: 50px;
	position: relative;
	margin: 10px 0px 0px 150px;
	border: 1px dashed #404040;
}
#formulario .container .contenido .datos .da_der .avatar .avimg{
	width: 81px;
	height: 81px;
	border-radius: 50px;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 5px;
	background-image: url(../img/avatar.png);
	background-size: cover;
	border: 1px dashed #404040;
	background-position: center center;
	background-repeat: no-repeat;
}
#formulario .container .contenido .datos .da_der #inp_nombre{
	margin-top: 10px;
}
#formulario .container .contenido .datos .da_der #inp_email{
	margin-top: 10px;
}
#formulario .container .contenido .datos .da_der #inp_titulo{
	margin-top: 10px;
}
#formulario .container .contenido .datos .da_der #inp_receta{
	margin: 10px 0px 0px 38px;
}
#formulario .container .contenido .datos .da_der .jqEasyCounterMsg{
	width: 385px;
}
#formulario .container .contenido .datos .da_der .siguiente{
	width: 195px;
	height: 44px;
	color: #fff;
	cursor: pointer;
	margin: 16px auto 0px auto;
	line-height: 38px;
	text-align: center;
	font-weight: lighter;
	border: 3px solid #CA828B;
	background-color: #AF1228;
}
#formulario .container .contenido .datos .da_der .siguiente:hover{
  color:#fff;
  background:#2D2D2D;
  border: 3px solid #2D2D2D;
}
#formulario .container .contenido .felicitaciones .detalle2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	background: #fff;
	opacity: 0.9;
	padding: 5px 5px 3px 15px;
}
#formulario .container .contenido .da_izq .item #elfoto2{
	width: 100%;
	height: 100%;
}
#formulario .container .contenido .da_izq .item #lafoto2 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
#formulario .container .contenido .felicitaciones .detalle2 .avatar {
	width: 75px;
	height: 75px;
	border-radius: 40px;
	margin-top: -37.5px;
	position: absolute;
	right: 5px;
	top: 0;
	border: 4px solid rgba(255, 255, 255, 0.6);
}
#formulario .container .contenido .felicitaciones .detalle2 .avatar a {
	width: 67px;
	height: 67px;
	border-radius: 40px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#formulario .container .contenido .felicitaciones .detalle2 h2 {
	font-family: 'Frutigerlc';
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 5px;
	width: 150px;
	text-align: left;
}
#formulario .container .contenido .felicitaciones .detalle2 p{
	font-family: Frutiger;
	font-size: 11.5px;
}
#formulario .container .contenido .felicitaciones .detalle2 .avatar a{
	background-image: url(../img/avatar.png);
}

#formulario .container .contenido .felicitaciones .da_der .fel1{
	color: #b10d22;
	font-size: 24px;
	text-align:  center;
	margin: 100px auto 0px auto;
	text-transform: uppercase;
}
#formulario .container .contenido .felicitaciones .da_der .fel2{
	width: 100px;
	margin: 0px auto;
	border-top: 2px solid #b10d22;
}
#formulario .container .contenido .felicitaciones .da_der .fel3{
	text-align: center;
	color: #595959;
	margin: 30px auto 0px auto;
}
#formulario .container .contenido .felicitaciones .da_der .social{
	width: 73px;
	margin: 34px auto 0px auto;
}

/* MENU */

#menu ul {
  list-style: none;
  width: 70%;
  position: relative;
  left: 15%;
  padding: 0;
  top: 50%;
  margin-top: -10%;
}
#menu ul li {
  text-align: center;
  font-size: 33px;
  border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  margin-top: -1px;
  padding: 16px 0;
  height: 33px;
}
#menu ul a {
  color: #e9e7e7;
  text-transform: uppercase;
  font-family: 'Frutigerlc';
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#menu ul a.active span {
}
#menu hr{
  height:3px;
  overflow: hidden;
  border:0;
  background: #e9e7e7;
  margin-top:-24px;
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/******* home *******/

#home {
  color: #fff;
  width: 100%;
  height: 900px;
  background: url(../img/head.jpg) center;
  padding-top:250px;
}
#home .logohome {
  width: 667px;
  height: 366px;
  margin: 0 auto;
  padding-top: 54px;
  background: url(../img/logohome.png) no-repeat center bottom;
}
#home .cont1 {
  margin: 0px auto;
  position: relative;
  padding-bottom: 30px;
  z-index: 5;
}
#home .cont1 .caldo {
  width: 148px;
  height: 236px;
  position: absolute;
  background: url(../img/caldoliquido.png);
  left: 3%;
  bottom: 0;
}
#home .cont1 .cuadro {
  width: 608px;
  height: 118px;
  margin: 14px auto 0px auto;
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
  border: 2px dashed #fff;
}
#home .cont1 .cuadro h1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
#home .cont1 .botones {
  width: 650px;
  margin: 30px auto 0;
  text-align: center;
}
#home .cont1 .botones a {
  display: inline-block;
  margin: 0 15px;
}
#home .cont1 .botones #btn_fb {
  width: 295px;
  height: 50px;
  background: url(../img/btn_fb.png);
}
#home .cont1 .botones #btn_fb:hover{
  background-position: left -50px;
}
#home .cont1 .botones #btn_tw{
	display: none;
}
#home .cont1 .botones #btn_pc {
  width: 262px;
  height: 50px;
  background: url(../img/btn_pc.png);
}
#home .cont1 .botones #btn_pc:hover{
  background-position: left -50px;
}

#trigger {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  z-index: 1;
}
/******* Banner *******/

#banner, #banner *{
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#banner {
  width: 100%;
  height: 326px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#banner.active {
  height: 326px;
}
#banner .izq {
  float: left;
  width: 50%;
  height: 326px;
  background-size: cover;
  position:relative;
  opacity: 0.4;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
#banner.active .izq {
  opacity: 1;
}
#banner .der {
  overflow: hidden;
  padding: 20px;
  position: relative;
  height: 326px;
}
#banner .der h3 {
	color: #3F3F3F;
	text-decoration: underline;
	font-size: 30px;
}
#banner .der p {
  color: #6b6b6b;
  width: 63%;
}
#banner .der .caldos {
  position: absolute;
  right: 3%;
  bottom: 0;
}
#banner div.ver a {
  margin-right: 5px;
  display: block;
  width:136px;
  height:35px;
  background-image:url(../img/btn_ver_receta_rojo.png);
  background-position:0 0;
}
#banner div.ver a:hover{
  background-position:0 -35px;
}
#banner div.ver {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/******* Galeria *******/

#galeria {
  width: 100%;
  overflow: hidden;
  background: url(../img/galeria.jpg) center top;
  padding-top: 6px;
  position: relative;
}
#galeria .titulogaleria {
  width: 548px;
  height: 270px;
  margin: 8px auto 0px auto;
  background: url(../img/bg_galeria.png) no-repeat center top;
  position: relative;
}
#galeria .titulogaleria p {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: 110px;
  text-align: center;
  left: 10px;
}
#galeria .logo {
  position: absolute;
  right: 3%;
  top: 3%;
}
#galeria .buscar {
  background: url(../img/bg_buscar.png) no-repeat;
  width: 253px;
  height: 48px;
  margin-left: 4%;
  margin-bottom: 10px;
  position: relative;
}
#galeria .buscar .submit {
  width: 47px;
  height: 48px;
  border: none;
  background: transparent;
}
#galeria .buscar input {
  height: 48px;
/*  line-height: 48px;*/
  border: none;
  padding: 10px;
  float: right;
  width: 206px;
  color: #434343;
  outline: none;
  background: transparent;
}
#galeria > .container {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  max-width: 1789px;
}
#galeria > .container .item {
  text-align: left;
  width: 260px;
  height: 300px;
  position: relative;
  display: inline-block;
  margin: 1%;
  overflow: hidden;
  box-shadow: 1px 3px 5px #888888;
  border: 3px solid #fff;
}
#galeria > .container .item .foto {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#galeria > .container .item .detalle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  opacity: 0.9;
  background: #fff;
  padding: 5px 5px 3px 15px;
  display: none;
}
#galeria > .container .item .avatar {
  width: 75px;
  height: 75px;
  border-radius: 40px;
  margin-top: -37.5px;
  position: absolute;
  right: 5px;
  top: 0;
  border: 4px solid rgba(255, 255, 255, 0.6);
  display: none;
}
#galeria > .container .item .avatar a {
  width: 67px;
  height: 67px;
  border-radius: 40px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#galeria .item .detalle h2 {
  font-family: Frutigerlc;
  font-size: 17px;
  margin: 0 0 5px;
  width: 150px;
  text-align: left;
  color:#595959;
}
#galeria .item .detalle p {
  font-family: Frutigerlc;
  font-size: 11.5px;
  color:#595959;
}
#galeria .item .detalle a {
  color: #b10d22;
  text-decoration: none;
}
#galeria .item .detalle a.ver{
	display: block;
	width: 136px;
	height: 35px;
	margin: 0px auto;
	background-image: url(../img/btn_ver_receta_rojo.png);
	background-position: 0 0;
}
#galeria .item .detalle a.ver:hover{
	background-position: 0px -35px;
}
#galeria .item .social {
  margin-bottom: -3px;
}
#galeria .item .social a {
  margin-right: 5px;
}
#galeria .item.twitter .detalle p {
  margin-top: 30px;
  text-align: center;
}
#galeria .item.twitter .detalle .social {
  text-align: center;
}
#galeria .item.twitter .detalle .social .fb {
  margin-left: 5px;
}
#galeria .item.maggi .detalle {
  display: block;
}
#galeria .item.maggi .detalle div.ver {
  text-align: center;
}
#galeria .item.maggi .caldo {
  position: absolute;
  width: 61px;
  height: 112px;
  right: 5px;
  top: 0;
  margin-top: -70px;
}
#galeria .item.maggi.carne .caldo {
  background: url(../img/receta_carne.png) no-repeat;
}
#galeria .item.maggi.pollo .caldo {
  background: url(../img/receta_pollo.png) no-repeat;
}
#galeria .item.maggi div.ver {
  margin-bottom: 2px;
}
#galeria .mas {
	margin-top: -330px;
	z-index: 20;
	display: block;
	width: 100%;
	height: 69px;
	position: relative;
	background: url(../img/btn_barra.png) repeat center top;
}
#galeria .mas:hover{
  background-position: center -69px;
}
#trigger2 {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  z-index: 1;
}

#galeria p.sin-resultados{
    padding: 100px 0;
    font-style: italic;
    color: #666;
}

/******* premios *******/

#premios {
  width: 100%;
  height: 1092px;
  overflow: hidden;
  background: url(../img/premios.jpg) center;
  position: relative;
}
#premios div {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color:#fff;
  text-align: center;
}
#premios .ajos {
  width: 146px;
  height: 144px;
  background-image: url(../img/premios/ajos.png);
  bottom:310px;
  margin-bottom:-250px;
  left: 77%;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#premios .amarillo {
  width: 169px;
  height: 326px;
  background-image: url(../img/premios/amarillo.png);
  left: 70%;
  bottom: -12px;
  margin-bottom:-326px;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#premios .bate {
  width: 394px;
  height: 233px;
  background-image: url(../img/premios/bate.png);
  top: 0;
  right: 17%;
  margin-top: -225px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 10;
}
#premios .champ {
  width: 143px;
  height: 128px;
  background-image: url(../img/premios/champ.png);
  top: 0;
  left: 30%;
  margin-top: -110px;
}
#premios .colador {
  width: 193px;
  height: 208px;
  background-image: url(../img/premios/colador.png);
  left:0;
  top:500px;
  margin-left:-208px;
}
#premios .cuchillo1 {
  width: 57px;
  height: 251px;
  background-image: url(../img/premios/cuchillo1.png);
  bottom: 490px;
  right: 155px;
  transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
  margin-bottom: -851px;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#premios .cuchillo2 {
  width: 86px;
  height: 368px;
  bottom: 490px;
  right: 83px;
  transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
  margin-bottom:-368px;
  background-image: url(../img/premios/cuchillo2.png);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#premios .espa {
  width: 112px;
  height: 290px;
  background-image: url(../img/premios/espa.png);
  left:19%;
  bottom:0;
  margin-bottom: -290px;
}
#premios .filo {
  width: 87px;
  height: 430px;
  background-image: url(../img/premios/filo.png);
  bottom:0;
  left:11%;
}
#premios .hoja {
  width: 58px;
  height: 102px;
  background-image: url(../img/premios/hoja.png);
  right:14%;
  top:497px;
}
#premios .machete {
	width: 128px;
	height: 341px;
	background-image: url(../img/premios/machete.png);
	bottom: 500px;
	right: -25px;
	transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);	
	margin-bottom:-368px;
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#premios .mani {
  width: 124px;
  height: 123px;
  background-image: url(../img/premios/mani.png);
  left:27%;
  top:150px;
}
#premios .marco {
  width: 386px;
  height: 334px;
  right:20%;
  top:350px;
  padding:60px 35px;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  opacity: 0;
}
#premios .molido {
  width: 112px;
  height: 140px;
  background-image: url(../img/premios/molido.png);
  right: 33%;
  top: 40px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#premios .palo {
  width: 202px;
  height: 141px;
  background-image: url(../img/premios/palo.png);
  left:5%;
  top:340px;
}
#premios .plato {
  width: 315px;
  height: 391px;
  background-image: url(../img/premios/plato.png);
  left:0;
  top:0;
  margin:-391px 0 0 -315px;
}
#premios .plato2 {
  width: 332px;
  height: 495px;
  background-image: url(../img/premios/plato2.png);
  bottom:0;
  right:0;
  margin-right:-300px;
  margin-bottom:-150px;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#premios .ftexto1{
	width: 100%;
	font-size: 20px;
	position: relative;
	margin: 216px auto 0px auto !important;
	opacity: 1;
	-webkit-transition-delay: none !important;
	transition-delay: none !important;
}
#premios .premio {
	width: 865px;
	height: 603px;
	position: relative;
	margin: 88px auto 0px auto !important;
	background: url(../img/premios/premio.png) no-repeat;
	background-size: 100%;
	-webkit-transition: none !important;
	transition: none !important;
}
#premios .ftexto2{
	width: 100%;
	font-size: 12px;
	position: relative;
	margin: 10px auto 0px auto !important;
	opacity: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

#premios .premios {
  width: 329px;
  height: 223px;
  padding-top:120px;
  background-image: url(../img/premios/premios.png);
  left: 50%;
  top:50px;
  margin-left: -165px;
  -webkit-transition: none !important;
	transition: none !important;
}
#premios .sal {
  width: 121px;
  height: 106px;
  background-image: url(../img/premios/sal.png);
  top:150px;
  right:26%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#premios .salsa {
  width: 204px;
  height: 243px;
  background-image: url(../img/premios/salsa.png);
  right:0;
  margin-right:-204px;
  top:3%;
}

#premios.active div{
  margin:0;
  opacity: 1;
}
#premios.active .champ {
  top: 0;
  left: 25%;
}
#premios.active .cuchillo1{
  margin-bottom:-30px;
}
#premios.active .cuchillo2{
  margin-bottom:-50px;
}
#premios.active .bate {
  right: 20%;
  margin: -85px 0 0;
}
#premios.active .marco {
}
#premios.active .molido {
}
#premios.active .salsa {
  right: 3%;
  top: -26px;
}
#premios.active .premio {
  
}
#premios.active .premios {
  opacity: 1;
  top:50px;
  margin-left: -165px;
}
#premios.active .plato2 {

}
#premios.active .espa {
  margin-bottom:-30px;
}
@media
only screen and (min-width: 1025px) and (max-width: 1280px) {
	#premios .ftexto1{
		font-size: 17px;
	}
	#premios .premio{
		width: 660px;
		height: 460px;
		margin: 40px auto 10px auto !important;
	}
	#premios .ftexto2{
		margin: 10px auto 0px auto !important;
	}
	#premios .hoja{
		left: 18%;
	}
	#premios .amarillo{
		left: 57%;
		bottom: -80px;
	}
}
@media
only screen and (min-width: 768px) and (max-width: 1024px) {
	#premios.active .cuchillo2, #premios.active .cuchillo1, #premios.active .colador, #premios.active .mani, #premios.active .molido, #premios.active .ajos{
		opacity: 0;
	}
	#premios .ftexto1{
		font-size: 17px;
	}
	#premios .premio{
		width: 574px;
		height: 400px;
		margin: 32px auto 10px auto !important;
	}
	#premios .ftexto2{
		font-size: 12px;
	}
	#premios .marco {
		width: 286px;
		right:50%;
		margin-right:-143px !important;
		top:500px;
  	}
	#premios .sal{
		right: 19%;
	}
	#premios .palo{
		left: 1%;
		top: 440px;
	}
	#premios .amarillo{
		left: 41%;
	}
}
#receta .item {
  text-align: left;
  width: 388px;
  height: 448px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 1px 3px 5px #888888;
  border: 3px solid #fff;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-194px;
  margin-top:-224px;
}
#receta .item .foto {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#receta .item .detalle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  background: #fff;
  opacity: 0.9;
  padding: 5px 5px 3px 15px;
}
#receta .item .avatar {
  width: 75px;
  height: 75px;
  border-radius: 40px;
  margin-top: -37.5px;
  position: absolute;
  right: 5px;
  top: 0;
  border: 4px solid rgba(255, 255, 255, 0.6);
}
#receta .item .avatar a {
  width: 67px;
  height: 67px;
  border-radius: 40px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#receta .item .detalle h2 {
  font-family: 'Frutigerlc';
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 5px;
  width: 150px;
  text-align: left;
}
#receta .item .detalle p {
  font-family: Frutiger;
  font-size: 11.5px;
}
#receta .item .detalle a {
  color: #b10d22;
  text-decoration: none;
}
#receta .item .social {
  margin-bottom: -3px;
}
#receta .item .social a {
  margin-right: 5px;
}
#receta .item.twitter .detalle p {
  margin-top: 30px;
  text-align: center;
}
#receta .item.twitter .detalle .social {
  text-align: center;
}
#receta .item.twitter .detalle .social .fb {
  margin-left: 5px;
}
#receta .item.maggi .detalle {
  display: block;
}
#receta .item.maggi .detalle div.ver {
  text-align: center;
}
#receta .item.maggi .caldo {
  position: absolute;
  width: 61px;
  height: 112px;
  right: 5px;
  top: 0;
  margin-top: -70px;
}
#receta .item.maggi.carne .caldo {
  background: url(../img/receta_carne.png) no-repeat;
}
#receta .item.maggi.pollo .caldo {
  background: url(../img/receta_pollo.png) no-repeat;
}
#receta .item.maggi div.ver {
  margin-bottom: 2px;
}
.ui-loader h1{
	display: none;
}