@charset "UTF-8";

/* Fonts */
@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url("../fonts/DINNextLTPro-Bold.eot");
  src: url("../fonts/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-Bold.svg") format("svg"),
    url("../fonts/DINNextLTPro-Bold.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-Bold.woff") format("woff"),
    url("../fonts/DINNextLTPro-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "DINNextLTPro-BoldCond";
  src: url("../fonts/DINNextLTPro-BoldCond.eot");
  src: url("../fonts/DINNextLTPro-BoldCond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-BoldCond.svg") format("svg"),
    url("../fonts/DINNextLTPro-BoldCond.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-BoldCond.woff") format("woff"),
    url("../fonts/DINNextLTPro-BoldCond.woff2") format("woff2");
}

@font-face {
  font-family: "DINNextLTPro-Cond";
  src: url("../fonts/DINNextLTPro-Cond.eot");
  src: url("../fonts/DINNextLTPro-Cond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-Cond.svg") format("svg"),
    url("../fonts/DINNextLTPro-Cond.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-Cond.woff") format("woff"),
    url("../fonts/DINNextLTPro-Cond.woff2") format("woff2");
}

@font-face {
  font-family: "DINNextLTPro-Light";
  src: url("../fonts/DINNextLTPro-Light.eot");
  src: url("../fonts/DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-Light.svg") format("svg"),
    url("../fonts/DINNextLTPro-Light.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-Light.woff") format("woff"),
    url("../fonts/DINNextLTPro-Light.woff2") format("woff2");
}

@font-face {
  font-family: "DINNextLTPro-LightCond";
  src: url("../fonts/DINNextLTPro-LightCond.eot");
  src: url("../fonts/DINNextLTPro-LightCond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-LightCond.svg") format("svg"),
    url("../fonts/DINNextLTPro-LightCond.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-LightCond.woff") format("woff"),
    url("../fonts/DINNextLTPro-LightCond.woff2") format("woff2");
}

@font-face {
  font-family: "DINNextLTPro-MediumCond";
  src: url("../fonts/DINNextLTPro-MediumCond.eot");
  src: url("../fonts/DINNextLTPro-MediumCond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINNextLTPro-MediumCond.svg") format("svg"),
    url("../fonts/DINNextLTPro-MediumCond.ttf") format("truetype"),
    url("../fonts/DINNextLTPro-MediumCond.woff") format("woff"),
    url("../fonts/DINNextLTPro-MediumCond.woff2") format("woff2");
}

@font-face {
  font-family: "TizaNegra";
  src: url("../fonts/TizaNegra.eot");
  src: url("../fonts/TizaNegra.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TizaNegra.svg") format("svg"),
    url("../fonts/TizaNegra.ttf") format("truetype"),
    url("../fonts/TizaNegra.woff") format("woff"),
    url("../fonts/TizaNegra.woff2") format("woff2");
}

/* Fonts */

/* Reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: normal;
  color: inherit;
  line-height: normal;
  text-decoration: none;
}

img {
  display: block;
}

/* input,
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
} */

.contextual-links-region {
  outline: none;
  position: relative;
}

.form-required {
  color: initial;
}

.block-facetapi select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#page::after,
#page .clearfix::after {
  display: none;
}

#messages {
  display: none;
}

/* ERROR */
/* Reset */

/* Logged In */
body.user-logged-in #section-header {
  top: 80px;
}

body.user-logged-in.toolbar-drawer #section-header {
  top: 65px;
}

body.user-logged-in #region-sidebar-first {
  padding-top: 30px;
}

body.user-logged-in.toolbar-drawer #region-sidebar-first {
  padding-top: 65px;
}

body.user-logged-in #searchBtn {
  top: 180px;
}

body.user-logged-in.toolbar-drawer #searchBtn {
  top: 215px;
}

body.user-logged-in.not-front,
body.user-logged-in.toolbar-drawer.not-front {
  padding: 0 !important;
}

body.user-logged-in.not-front #section-content {
  padding-top: 140px;
}

body.user-logged-in.toolbar-drawer.not-front #section-content {
  padding-top: 175px;
}

div.tabs {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
}

.user-logged-in div.tabs {
  top: 29px;
}

div.tabs h2 {
  display: none;
}

div.tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  border: 0;
}

div.tabs li {
  float: left;
  margin: 0 5px 5px 0;
  display: block;
}

div.tabs ul li:last-child {
  margin: 0;
}

div.tabs li a {
  margin: 0;
  padding: 8px 10px 7px;
  border: 0 !important;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  font: 12px "Arial";
}

div.tabs li a:hover {
  background: #fff;
}

div.tabs li a span {
  display: none;
}

/* Logged In */

/* Scrollbar */
.mCSB_container {
  margin: 0 !important;
}

.mCSB_scrollTools_vertical {
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.page-videos .mCSB_scrollTools_vertical,
.page-busqueda .mCSB_scrollTools_vertical,
.page-recetas .mCSB_scrollTools_vertical {
  width: 10px !important;
  margin-right: 10px !important;
  padding: 10px 0 !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.page-videos .mCSB_draggerContainer,
.page-busqueda .mCSB_draggerContainer,
.page-recetas .mCSB_draggerContainer {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: 0 !important;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.page-videos .mCSB_dragger,
.page-busqueda .mCSB_dragger,
.page-recetas .mCSB_dragger {
  width: 100% !important;
  height: 100px !important;
}

.page-videos .mCSB_dragger_bar,
.page-busqueda .mCSB_dragger_bar,
.page-recetas .mCSB_dragger_bar {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
}

.page-videos .mCSB_draggerRail,
.page-busqueda .mCSB_draggerRail,
.page-recetas .mCSB_draggerRail {
  width: 100% !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.5) !important;
}

/* Scrollbar */

/* 00. GENERAL */
html, .dialog-off-canvas-main-canvas {
  height: 100%;
}

body {
  background: #f9efbb;
  font-family: "DINNextLTPro-LightCond", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Header */
#section-header {
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 98;
  top: 0;
  background: #fef200;
  background: linear-gradient(to bottom, #fef200, #ffffff);
  background: -o-linear-gradient(to bottom, #fef200, #ffffff);
  background: -moz-linear-gradient(to bottom, #fef200, #ffffff);
  background: -webkit-linear-gradient(to bottom, #fef200, #ffffff);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#zone-header-wrapper,
#zone-header,
#region-header-first,
#region-header-first>.region-inner,
#block-agd-recetanatura-theme-recetas-block-1,
#block-agd-recetanatura-theme-recetas-block-1>.content {
  width: 100%;
  height: 100%;
}

#block-agd-recetanatura-theme-recetas-block-1 .grid {
  width: 75%;
  height: 100%;
  position: relative;
  float: right;
  padding-left: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#logo {
  float: left;
  margin-top: 25px;
  display: block;
}

#logo+img {
  float: left;
  margin: 25px 0 0 25px;
}

#social {
  width: 120px;
  height: 30px;
  position: absolute;
  bottom: 16px;
  right: 80px;
}

#social a {
  float: left;
  margin-right: 5px;
  display: block;
}

#social a:last-child {
  margin: 0;
}

#menuBtn {
  display: none;
}

#menu {
  position: absolute;
  bottom: 21px;
  right: 230px;
  list-style: none;
}

#menu .wrapper {
  overflow: hidden;
}

#menu li {
  float: left;
  position: relative;
  margin-right: 20px;
  display: block;
  font: 14px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  letter-spacing: 0.5px;
}

#menu li:last-child {
  margin: 0;
}

#menu li::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  background: #5e4c1e;
  display: block;
  transition: 125ms;
  -o-transition: 125ms;
  -ms-transition: 125ms;
  -moz-transition: 125ms;
  -webkit-transition: 125ms;
}

#menu li:hover::after {
  width: 15px;
  margin-left: -7.5px;
}

#menu li a {
  color: #5e4c1e;
}

/* Header */

/* Buscador */
#region-sidebar-first {
  width: 25%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: -25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #b7ab74;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: left 250ms;
  -o-transition: left 250ms;
  -ms-transition: left 250ms;
  -moz-transition: left 250ms;
  -webkit-transition: left 250ms;
}

#region-sidebar-first.open {
  left: 0 !important;
}

#searchBtn {
  width: 30px;
  height: 50px;
  border-radius: 0 25px 25px 0;
  position: absolute;
  top: 150px;
  right: -30px;
  background: #ffea5b url(../images/btn-search.svg) 5px 50% no-repeat;
  background-size: 15px 14px;
  display: block;
  cursor: pointer;
}

#searchBtn::after {
  content: "BUSCADOR";
  position: absolute;
  top: 50%;
  left: 39px;
  margin-top: -8px;
  display: block;
  font: 17px "DINNextLTPro-Cond";
  color: #7f774d;
}

#searchBtn.active {
  background: #ffea5b url(../images/btn-search-close.svg) 7px 50% no-repeat;
  background-size: 12px 12px;
}

#searchBtn.active::after {
  display: none;
}

#region-sidebar-first .region-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 110px 40px 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#region-sidebar-first .region-inner.loading::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: url(../images/clock.gif) center no-repeat;
  background-size: contain;
  display: block;
}

#region-sidebar-first .region-inner.loading>div,
#region-sidebar-first .region-inner.loading>section {
  opacity: 0.5;
  pointer-events: none;
}

/*
#region-sidebar-first .region-inner>.block-views {
  display: none;
}
*/
#region-sidebar-first .region-inner>.block-facetapi {
  margin-bottom: 20px;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 {
  margin-bottom: 30px !important;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form {
  margin: 0;
}

/*
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-item,
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-actions {
  margin: 0;
}
*/
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-actions {
  margin-bottom: 30px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 0 !important;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-type-textfield {
  position: relative;
  margin: 0;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-type-textfield::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 9px;
  background: #7f774d;
  display: block;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form label {
  display: none;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 3px 25px 0 31px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  display: block;
  font: 17px "DINNextLTPro-LightCond";
  color: #7f774d;
  text-transform: uppercase;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form input[type="submit"] {
  width: 100%;
  height: 30px;
  border: 1px solid #ffeb96;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  display: block;
  cursor: pointer;
  font: 17px "DINNextLTPro-LightCond";
  color: #ffeb96;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-align: center;
}

/*
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 .form-item {
  margin: 0;
}
*/
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

  width: 100%;
  height: 24px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffeb96 url(../images/i-select.svg) right center no-repeat;
  background-size: auto 18px;
  display: block;
  cursor: pointer;
  font: 15px "DINNextLTPro-LightCond";
  color: #7f774d;
  line-height: 27px;
}

#block-facetapi-aafinay00f4zxcvjy4blfzlc1ze8603r {
  margin-bottom: 18px !important;
}

#block-facetapi-p03uggbfjht7xwdbwvqt7npukygc0bzq {
  margin: 0 0 23px 0 !important;
}

.form-wrapper-duracion {
  padding: 0;
}
.form-wrapper-duracion legend {
  margin-bottom: 15px;
  font: 15px "DINNextLTPro-LightCond";
  color: #ffeb96;
  text-transform: uppercase;
}

.form-wrapper-duracion .fieldset-wrapper
 {
  width: 100%;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.form-wrapper-duracion .fieldset-wrapper .search-api-ranges-text {
  display: none;
}

.form-wrapper-duracion .fieldset-wrapper label {
  display: none;
}


.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-min,
.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-max {
  width: 30px;
  height: 12px;  
  position: absolute !important;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
}

.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-min {
  left: 0;
  padding-right: 5px;
}

.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-max {
  right: 0;
  padding-left: 5px;
}

.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-min .form-item,
.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-max .form-item {
  width: 100%;
  height: 100%;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form
fieldset .fieldset-wrapper .form-item-duracion-min.form-type-textfield input[type="text"],
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form
fieldset .fieldset-wrapper .form-item-duracion-max.form-type-textfield input[type="text"] {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  display: block;
  font: 14px "DINNextLTPro-Cond";
  color: #7f774d;
}

#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form
fieldset .fieldset-wrapper .form-item-duracion-min.form-type-textfield::before,
#block-agd-recetanatura-theme-formularioexpuestorecetaspage-1 form
fieldset .fieldset-wrapper .form-item-duracion-max.form-type-textfield::before {
  display: none;
}

.form-wrapper-duracion .fieldset-wrapper .form-item-duracion-min input {
  text-align: right;
}

.form-wrapper-duracion .fieldset-wrapper .form-type-textfield.form-item-duracion-max input {
  text-align: left;
}

.form-wrapper-duracion .fieldset-wrapper .ui-slider {
  height: 12px;
  position: relative;
  border: 0;
  background: transparent;
}

.form-wrapper-duracion .fieldset-wrapper .ui-slider::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  display: block;
}

.form-wrapper-duracion .fieldset-wrapper .ui-slider-range {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  margin-top: 5px;
  background: #7f774d;
}

.form-wrapper-duracion .fieldset-wrapper .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  top: 0;
  margin: 0;
  background: #e1d552;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  cursor: pointer;
}

.form-wrapper-duracion .fieldset-wrapper .ui-slider .ui-slider-handle:last-child {
  transform: translateX(-12px);
  -o-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -webkit-transform: translateX(-12px);
}

.form-wrapper-duracion .fieldset-wrapper input[type="submit"] {
  display: none;
}

#sinTACC p {
  margin-bottom: 5px;
  font: 15px "DINNextLTPro-LightCond";
  color: #ffeb96;
  text-transform: uppercase;
  text-align: center;
}

#sinTACC a {
  width: 50px;
  height: 57px;
  margin: 0 auto;
  display: block;
}

/* Buscador */

/* Footer */
#section-footer {
  width: 100%;
  height: 60px;
  position: relative;
}

#section-footer::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  display: block;
  pointer-events: none;
}

#zone-footer-wrapper,
#zone-footer,
#region-footer-first,
#region-footer-first>.region-inner,
#block-agd-recetanatura-theme-recetas-block-2,
#block-agd-recetanatura-theme-recetas-block-2>.content {
  width: 100%;
  height: 100%;
}

#block-agd-recetanatura-theme-recetas-block-2>.content {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: 12px "Arial";
  color: #7c7c80;
}

#block-agd-recetanatura-theme-recetas-block-2>.content>span:first-child {
  float: left;
  margin-top: 22px;
  cursor: pointer;
}

#block-agd-recetanatura-theme-recetas-block-2>.content>span:first-child:hover {
  text-decoration: underline;
}

#copyright {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

#copyright button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/btn-copyright-close.svg) center no-repeat;
  display: block;
  cursor: pointer;
}

#copyright .wrapper {
  max-width: 480px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 17px 40px 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f9efbb;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 16px;
  color: #5e4c1e;
}

#logo-agd {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -60px;
  display: block;
}

#block-agd-recetanatura-theme-recetas-block-2>.content>span:last-child {
  float: right;
  margin-top: 21px;
}

#block-agd-recetanatura-theme-recetas-block-2>.content>span img {
  display: inline-block;
  vertical-align: middle;
}

/* Footer */
/* 00. GENERAL */

/* 01. LOGIN */
body.page-user {
  background: #f9efba url(../images/bg-login.jpg) center top no-repeat;
  background-size: cover;
}

body.page-user,
.page-user #page,
.page-user #section-content,
.page-user #zone-content-wrapper,
.page-user #zone-content,
.page-user #region-content,
.page-user #region-content>.region-inner,
.page-user #block-system-main,
.page-user #block-system-main>.block-inner,
.page-user #block-system-main>.block-inner>.content {
  height: 75vh;
}

.page-user #section-content {
  padding: 0;
}

.page-user #section-header #menu,
.page-user #section-footer,
.page-user #region-sidebar-first {
  display: none;
}

#user-login-form {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#user-login-form>div {
  width: 100%;
}

#user-login-form .form-item {
  margin: 0;
}

#user-login-form .form-item-name {
  margin-bottom: 19px;
}

#user-login-form label {
  margin: 0 0 4px 15px;
  display: block;
  font: 15px "DINNextLTPro-Cond";
  color: #5e4c1e;
  text-transform: uppercase;
}

#user-login-form label span {
  color: #5e4c1e;
}

#user-login-form .form-item input {
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
}

#user-login-form .form-item .description {
  margin: 5px 15px 0 15px;
  font: 13px "DINNextLTPro-LightCond";
  color: #5e4c1e;
}

#user-login-form .form-actions {
  margin: 25px 0 0 0;
}

#user-login-form .form-actions input {
  width: 120px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #7f774d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  display: block;
  cursor: pointer;
  font: 14px "DINNextLTPro-Cond";
  color: #7f774d;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
}

#user-login-form .form-actions input:hover {
  background: #7f774d;
  color: #ffe792;
}

#user-login-form .captcha {
  width: 100%;
  margin-top: 22px;
}

#user-login-form .captcha {
  width: 100%;
  overflow: hidden;
}

#user-login-form .g-recaptcha>div {
  margin: 0 auto;
}

/* 01. LOGIN */

/* 02. INICIO */
.front #region-content {
  position: relative;
  z-index: 1;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.front #node-101>.content {
  height: 100vh;
  padding-top: 110px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.front #node-101>.content .top {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Video */
#video {
  width: 100%;
  height: 50%;
  overflow: hidden;
  position: relative;
  background: #000;
  pointer-events: none;
}

#iframe {
  width: 100%;
  height: 0;
  position: relative;
  top: 50%;
  padding-top: 56.25%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#iframe::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  display: block;
}

#iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#video h1 {
  position: absolute;
  top: 50%;
  left: 75%;
  display: block;
  transform: translate(-50%, -50%);
  transform: -o-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  font: 57px "TizaNegra";
  color: #f9efbb;
  text-align: center;
}

#video h1 span {
  font-family: "DINNextLTPro-MediumCond";
  color: #fff;
  letter-spacing: 8px;
}

#video h2 {
  display: none;
}

/* Video */

/* Accesos */
#homeLinks {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 50%;
}

#homeLinks .col {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
}

#homeLinks .col.right {
  cursor: pointer;
}

#homeLinks button {
  width: 100%;
  height: 100%;
  background: #c7be91;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: 125ms;
  -o-transition: 125ms;
  -ms-transition: 125ms;
  -moz-transition: 125ms;
  -webkit-transition: 125ms;
}

#homeLinks .col.right button {
  background: #b7ab74;
}

#homeLinks .col button span {
  position: relative;
  font: 29px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  letter-spacing: 1px;
  line-height: 85px;
  transition: 125ms;
  -o-transition: 125ms;
  -ms-transition: 125ms;
  -moz-transition: 125ms;
  -webkit-transition: 125ms;
}

#homeLinks .col button span::before,
#homeLinks .col button span::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  background: #5e4c1e;
  display: block;
}

#homeLinks .col button span::before {
  top: -5px;
}

#homeLinks .col button span::after {
  bottom: -2px;
}

#homeLinks .col:hover button {
  height: 50%;
}

#homeLinks .col:hover button span {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 43px;
}

#homeLinks .col:hover button span::before,
#homeLinks .col:hover button span::after {
  width: 100%;
  left: 0;
  transition: 250ms 125ms;
  -o-transition: 250ms 125ms;
  -ms-transition: 250ms 125ms;
  -moz-transition: 250ms 125ms;
  -webkit-transition: 250ms 125ms;
}

#homeLinks .cont {
  width: 100%;
  height: 50%;
  background: #dfd352;
}

#homeLinks .col.right .cont {
  display: table;
}

#homeLinks .col.right .cont p {
  padding-top: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  font: 15px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

#homeLinks .col.left a {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  font: 17px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  line-height: 43px;
  text-align: center;
}

#homeLinks .col.left a:last-child {
  background: #d3c749;
  display: none;
}

/* Accesos */

/* Recetas Destacadas */
#homeRecetas {
  width: 100%;
  height: 50%;
  padding-top: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#homeRecetas .views-element-container {
  width: 100%;
  height: 100%;
}

#homeRecetas .view,
#homeRecetas .view .view-content {
  width: 100%;
  height: 100%;
}

#homeRecetas .views-row {
  width: 25%;
  height: 100%;
  float: left;
}

#homeRecetas .views-row a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#homeRecetas .views-row .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#homeRecetas .views-row .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

#homeRecetas .views-row .field-name-field-tiempo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/i-timming.svg) center no-repeat;
}

#homeRecetas .views-row .field-name-field-tiempo .field-item {
  width: 35px;
  height: 35px;
  font: 13px "DINNextLTPro-Bold";
  color: #fff;
  letter-spacing: -1px;
  line-height: 38px;
  text-align: center;
}

#homeRecetas .views-row h3 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 23px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font: 20px "DINNextLTPro-Bold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Recetas Destacadas */

/* Novedades */
#homeSlide {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

#homeSlide .flexslider {
  border-radius: 0;
  position: relative;
  margin: 0;
  border: 0;
  box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
  -moz-box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
}

#homeSlide ol.flex-control-nav {
  width: 100%;
  height: 8px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: auto;
}

#homeSlide ol.flex-control-nav li {
  height: 100%;
  float: left;
  margin: 0;
  display: block;
}

#homeSlide ol.flex-control-nav li a {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#homeSlide ol.flex-control-nav li a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
}

#homeSlide ol.flex-control-nav li:last-child a::after {
  display: none;
}

#homeSlide ol.flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.6);
}

#homeSlide ol.flex-control-nav li a.flex-active,
#homeSlide ol.flex-control-nav li a.flex-active:hover {
  background: #fff;
}

/* Novedades */
/* 02. INICIO */

/* 03. PAGES */
.not-front #section-content {
  padding: 110px 0 40px 0;
}

/* 03. PAGES */

/* 04. RECETAS-BÚSQUEDA-VIDEOS */
body.page-recetas,
.page-recetas #page,
.page-recetas #section-content,
.page-recetas #zone-content-wrapper,
.page-recetas #zone-content,
body.page-busqueda,
.page-busqueda #page,
.page-busqueda #section-content,
.page-busqueda #zone-content-wrapper,
.page-busqueda #zone-content,
body.page-videos,
.page-videos #page,
.page-videos #section-content,
.page-videos #zone-content-wrapper,
.page-videos #zone-content {
  height: 100%;
}

.not-front.page-videos #section-content,
.not-front.page-busqueda #section-content,
.not-front.page-recetas #section-content {
  padding-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page-videos #region-sidebar-first,
.page-busqueda #region-sidebar-first,
.page-recetas #region-sidebar-first {
  left: 0;
}

.page-videos #searchBtn,
.page-busqueda #searchBtn,
.page-recetas #searchBtn {
  display: none;
}

.page-videos #region-content,
.page-busqueda #region-content,
.page-recetas #region-content {
  width: 75%;
  height: 100%;
  position: relative;
  left: 25%;
  padding-top: 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page-videos #region-content::before,
.page-busqueda #region-content::before,
.page-recetas #region-content::before {
  content: "Resultados de la búsqueda:";
  height: 65px;
  position: absolute;
  top: 0;
  left: 79px;
  display: block;
  font: 16px "DINNextLTPro-Cond";
  color: #7f774d;
  line-height: 69px;
}

.page-videos #region-content>.region-inner,
.page-busqueda #region-content>.region-inner,
.page-recetas #region-content>.region-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-videos .view-videos .view-content,
.page-busqueda .view-recetas .view-content,
.page-recetas .view-recetas .view-content {
  overflow: hidden;
}

.page-videos .view-videos .views-row,
.page-busqueda .view-recetas .views-row,
.page-recetas .view-recetas .views-row {
  width: 33.333%;
  height: 0;
  position: relative;
  float: left;
  padding-top: 23%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-videos .view-videos .views-row a,
.page-busqueda .view-recetas .views-row a,
.page-recetas .view-recetas .views-row a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page-videos .view-videos .views-row a::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  bottom: 19px;
  right: 10px;
  background: url(../images/btn-play.svg) center no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  display: block;
}

.page-videos .view-videos .views-row .image,
.page-busqueda .view-recetas .views-row .image,
.page-recetas .view-recetas .views-row .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-videos .view-videos .views-row .image::after,
.page-busqueda .view-recetas .views-row .image::after,
.page-recetas .view-recetas .views-row .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}

.page-videos .view-videos .views-row .field-name-field-tiempo,
.page-busqueda .view-recetas .views-row .field-name-field-tiempo,
.page-recetas .view-recetas .views-row .field-name-field-tiempo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/i-timming.svg) center no-repeat;
}

.page-videos .view-videos .views-row:nth-child(3n + 3) .field-name-field-tiempo,
.page-busqueda .view-recetas .views-row:nth-child(3n + 3) .field-name-field-tiempo,
.page-recetas .view-recetas .views-row:nth-child(3n + 3) .field-name-field-tiempo {
  right: 30px;
}

.page-videos .view-videos .views-row .field-name-field-tiempo .field-item,
.page-busqueda .view-recetas .views-row .field-name-field-tiempo .field-item,
.page-recetas .view-recetas .views-row .field-name-field-tiempo .field-item {
  width: 35px;
  height: 35px;
  font: 13px "DINNextLTPro-Bold";
  color: #fff;
  letter-spacing: -1px;
  line-height: 38px;
  text-align: center;
}

.page-videos .view-videos .views-row h3,
.page-busqueda .view-recetas .views-row h3,
.page-recetas .view-recetas .views-row h3 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 23px;
  padding: 0 65px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font: 20px "DINNextLTPro-Bold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-videos ul.pager,
.page-busqueda ul.pager,
.page-recetas ul.pager {
  width: 100%;
  list-style: none;
}

.page-videos ul.pager li,
.page-busqueda ul.pager li,
.page-recetas ul.pager li {
  width: 100%;
  display: block;
}

.page-videos ul.pager li a,
.page-busqueda ul.pager li a,
.page-recetas ul.pager li a {
  width: 100%;
  height: 40px;
  background: #5e4c1e;
  display: block;
  cursor: pointer;
}

.page-videos ul.pager li a::after,
.page-busqueda ul.pager li a::after,
.page-recetas ul.pager li a::after {
  content: "VER MÁS";
  width: 100%;
  height: 100%;
  display: block;
  font: 14px "DINNextLTPro-LightCond";
  color: #ffe792;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
}

.page-videos ul.pager li a.progress-disabled::after,
.page-busqueda ul.pager li a.progress-disabled::after,
.page-recetas ul.pager li a.progress-disabled::after {
  content: "CARGANDO...";
}

.page-videos ul.pager .ajax-progress,
.page-busqueda ul.pager .ajax-progress,
.page-recetas ul.pager .ajax-progress {
  display: none !important;
}

.page-videos #section-footer,
.page-busqueda #section-footer,
.page-recetas #section-footer {
  display: none;
}

.page-videos .view-empty,
.page-busqueda .view-empty,
.page-recetas .view-empty {
  padding-left: 80px;
}

.page-videos .view-empty h2,
.page-busqueda .view-empty h2,
.page-recetas .view-empty h2 {
  margin-bottom: 15px;
  font: 18px "DINNextLTPro-LightCond";
  color: #7f774d;
  line-height: 18px;
}

.page-videos .view-empty a,
.page-busqueda .view-empty a,
.page-recetas .view-empty a {
  width: 65px;
  height: 25px;
  border: 1px solid #7f774d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  display: block;
  cursor: pointer;
  font: 13px "DINNextLTPro-LightCond";
  color: #7f774d;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
}

.page-videos .view-empty a:hover,
.page-busqueda .view-empty a:hover,
.page-recetas .view-empty a:hover {
  background: #7f774d;
  color: #ffe792;
}

/* 04. RECETAS-BÚSQUEDA */

/* 05. RECETA */
.node-receta {
  position: relative;
  z-index: 1;
}

/* Top */
.node-receta .receta-top {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

.node-receta .receta-top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #443e26;
  background: linear-gradient(to bottom, #443e26, #7f774d);
  background: -o-linear-gradient(to bottom, #443e26, #7f774d);
  background: -moz-linear-gradient(to bottom, #443e26, #7f774d);
  background: -webkit-linear-gradient(to bottom, #443e26, #7f774d);
  opacity: 0.5;
  display: block;
}

.node-receta .bg-blur {
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: url("filter.svg#blur");
  filter: blur(6px);
  -webkit-filter: blur(6px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

.node-receta .receta-top .grid {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

.node-receta .receta-top .table {
  width: 40%;
  height: 100%;
  display: table;
}

.node-receta .receta-top .cell {
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}

.node-receta .receta-top h1 {
  margin-bottom: 20px;
  font: 29px "DINNextLTPro-Light";
  color: #ffed98;
  text-transform: uppercase;
  line-height: 30px;
}

.node-receta .share {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.node-receta .share.show {
  transform: translateX(-35px);
  -o-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
}

.node-receta .share button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #f9efbb url(../images/btn-share.svg) center no-repeat;
  display: block;
  cursor: pointer;
}

.node-receta .share .service-links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.node-receta .share .service-links ul {
  width: 100%;
  height: 100%;
  list-style: none;
}

.node-receta .share .service-links li {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.node-receta .share.show .service-links li {
  opacity: 1;
  pointer-events: all;
  transition-delay: 125ms;
  -o-transition-delay: 125ms;
  -ms-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  -webkit-transition-delay: 125ms;
}

.node-receta .share.show li.service-links-facebook {
  background: #f9efbb url(../images/s-facebook.svg) center no-repeat;
  transform: translateX(35px);
  -o-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -webkit-transform: translateX(35px);
}

.node-receta .share.show li.service-links-whatsapp {
  background: #f9efbb url(../images/s-whatsapp.svg) center no-repeat;
  transform: translateX(70px);
  -o-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -webkit-transform: translateX(70px);
}

/*
.node-receta .share.show li.service-links-twitter {
    background: #f9efbb url(../images/s-twitter.svg) center no-repeat;
    transform: translateX(70px);
    -o-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -webkit-transform: translateX(70px);
}*/

.node-receta .share .service-links li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.node-receta .share .service-links li img {
  display: none;
}

.node-receta .receta-top>img {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  pointer-events: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* Top */

.node-receta>.content {
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 40px 45px 40px;
  pointer-events: none;
}

.node-receta>.content .col {
  float: left;
  pointer-events: all;
}

.node-receta>.content .col.left {
  width: 40%;
}

.node-receta>.content .col.right {
  width: 60%;
}

.node-receta .receta-head {
  position: relative;
  margin-bottom: 22px;
}

.node-receta .receta-head img {
  width: 100%;
  pointer-events: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.node-receta .porciones {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.node-receta .porciones .table {
  width: 100%;
  height: 100%;
  display: table;
}

.node-receta .porciones .cell {
  display: table-cell;
  font: 15px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  word-spacing: -1px;
  text-align: center;
  vertical-align: middle;
}

.node-receta .porciones .cell span {
  font: 36px "DINNextLTPro-Cond";
}

.node-receta>.content .col.left .wrapper {
  width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Ingredientes */
.field-name-field-ingredientes {
  margin-bottom: 24px;
  columns: 2 auto;
  -moz-columns: 2 auto;
  -webkit-columns: 2 auto;
}

.field-name-field-ingredientes h3,
.field-name-field-ingredientes h4,
.field-name-field-ingredientes h5,
.field-name-field-ingredientes h6 {
  margin: 2px 0 0 22px;
  font: 16px "DINNextLTPro-Cond";
  color: #5e4c1e;
  text-transform: uppercase;
  line-height: 17px;
}

.field-name-field-ingredientes p {
  position: relative;
  margin-top: 2px;
  padding-left: 21px;
  font: 16px "DINNextLTPro-Cond";
  color: #5e4c1e;
  line-height: 17px;
  cursor: pointer;
}

.field-name-field-ingredientes p.checked {
  text-decoration: line-through;
}

.field-name-field-ingredientes p::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #7f774d;
  display: block;
}

.field-name-field-ingredientes p.checked::before {
  background: url(../images/i-check.svg) center no-repeat;
}

/* Ingredientes */

/* Información Nutricional */
.node-receta>.content .col.left .wrapper>h3 {
  margin-bottom: 8px;
  font: 16px "DINNextLTPro-Cond";
  color: #5e4c1e;
  line-height: 17px;
}

.node-receta>.content .col.left .wrapper>h3 span {
  font-size: 14px;
}

.field-name-field-informacion-nutricional table.sticky-header {
  display: none;
}

.field-name-field-informacion-nutricional table.tablefield {
  width: 100%;
}

.field-name-field-informacion-nutricional table thead,
.field-name-field-informacion-nutricional table tbody,
.field-name-field-informacion-nutricional table tr,
.field-name-field-informacion-nutricional table th,
.field-name-field-informacion-nutricional table td {
  padding: 0;
  border: 0;
  background: transparent;
  font: 16px "DINNextLTPro-LightCond";
  font-weight: normal;
  color: #5e4c1e;
  line-height: 17px;
}

.field-name-field-informacion-nutricional table th,
.field-name-field-informacion-nutricional table td {
  width: 50%;
}

.field-name-field-informacion-nutricional table tr th:last-child,
.field-name-field-informacion-nutricional table tr td:last-child {
  font-family: "DINNextLTPro-Cond";
}

#receta-ver-productos {
  background: #e3d752;
  padding: 10px 20px 8px;
  border-radius: 10px;
  clear: both;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 1px;
}

/* Información Nutricional */

.node-receta .receta-image .wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.node-receta .receta-image .wrapper::after {
  content: "© Copyright";
  position: absolute;
  z-index: 1;
  bottom: 4px;
  right: 10px;
  display: block;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.node-receta .receta-image img {
  width: 100%;
  box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
  -moz-box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(94, 76, 30, 0.3);
  pointer-events: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.field-name-field-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.field-name-field-video div {
  width: 100%;
  height: 100%;
}

.field-name-field-video .field__label {
  display: none;
}

.field-name-field-video .field__item a {
  width: 100%;
  height: 100%;
  display: block;
}

.field-name-field-video .field__item a::after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  background: rgba(0, 0, 0, 0.25) url(../images/btn-play.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  display: block;
}

.field-name-field-video .field__item a img {
  display: none;
}

/* Tasty */
.node-type-receta #colorbox {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 101;
  background: rgba(249, 239, 187, 0.8);
}

.node-type-receta #cboxWrapper {
  width: auto !important;
  max-width: 1024px !important;
  height: 100% !important;
  margin: 0 auto;
}

.node-type-receta #cboxWrapper>div:nth-child(2),
.node-type-receta #cboxContent {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
}

.node-type-receta #cboxMiddleLeft,
.node-type-receta #cboxMiddleRight {
  display: none;
}

.node-type-receta #cboxLoadedContent {
  width: 100% !important;
  height: 0 !important;
  position: relative;
  top: 50%;
  padding-bottom: 56.25%;
  transform: translateY(-50%);
}

.node-type-receta #cboxLoadedContent iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: block;
}

.node-type-receta #cboxClose {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: fixed;
  top: 30px;
  right: 30px;
  background: transparent url(../images/btn-close.svg) center no-repeat;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
  text-indent: -999px;
}

.user-logged-in.node-type-receta #cboxClose {
  top: 90px;
}

/* Tasty */

/* Votación */
.field-name-field-votacion {
  overflow: hidden;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.field-name-field-votacion>div {
  float: right;
}

.field-name-field-votacion form {
  display: block;
}

#fivestar-custom-widget>div>div>div>.form-item {
  overflow: hidden;
}

.field-name-field-votacion div.fivestar-widget,
.field-name-field-votacion .description {
  float: left;
}

.field-name-field-votacion div.fivestar-widget {
  margin-right: 10px;
}

.field-name-field-votacion div.fivestar-widget {
  margin-right: 10px;
}

.field-name-field-votacion .star {
  width: 21px !important;
  height: 20px !important;
  background: transparent !important;
}

.field-name-field-votacion div.fivestar-widget .star:first-child {
  margin-left: 0;
}

.field-name-field-votacion div.fivestar-widget .star:last-child {
  margin-right: 0;
}

.field-name-field-votacion .star a {
  background: url(../images/stars.svg) !important;
  background-position: 0 0 !important;
  background-size: 21px auto !important;
  background-repeat: no-repeat !important;
}

.fivestar-oxygen div.fivestar-widget .star.on a {
  background-position: 0 -20px !important;
}

.fivestar-oxygen div.fivestar-widget .star.hover a {
  background-position: 0 -40px !important;
}

.field-name-field-votacion .description>div {
  overflow: hidden;
}

.field-name-field-votacion .average-rating,
.field-name-field-votacion .total-votes,
.field-name-field-votacion .empty {
  height: 20px;
  float: left;
  padding-top: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font: 14px "DINNextLTPro-LightCond";
  color: #7f774d;
  text-transform: uppercase;
}

.field-name-field-votacion .average-rating {
  margin-right: 5px;
}

/* Votación */

.node-receta>.content .col.left .wrapper h2 {
  display: none;
}

.node-receta>.content .col.right h2 {
  margin-bottom: 16px;
  font: 42px "TizaNegra";
  color: #5e4c1e;
  line-height: 42px;
}

.node-receta>.content .col.right p {
  font: 16px "DINNextLTPro-Cond";
  color: #5e4c1e;
  line-height: 20px;
}

/* Navegación */
.node-receta ul.flippy {
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 40px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.node-receta ul.flippy li {
  width: 118px;
  height: 28px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #7f774d;
}

.node-receta ul.flippy li.flippy-previous {
  float: left;
}

.node-receta ul.flippy li.flippy-next {
  float: right;
}

.node-receta ul.flippy li a {
  width: 100%;
  height: 100%;
  display: block;
  font: 14px "DINNextLTPro-Cond";
  color: #7f774d;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
}

.node-receta ul.flippy li.flippy-previous a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(../images/i-prev.svg) center no-repeat;
  display: inline-block;
}

.node-receta ul.flippy li.flippy-next a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url(../images/i-next.svg) center no-repeat;
  display: inline-block;
}

/* Navegación */
/* 05. RECETA */

/* 06. NOTAS ÚTILES */
.page-notas-utiles #section-content,
.page-notas-de-cocina #section-content,
.page-planes-de-alimentacion #section-content {
  padding-bottom: 0;
}

.view-notas {
  max-width: 1320px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
}

.view-notas .view-header {
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.view-notas .view-header h1 {
  padding: 49px 0 24px 0;
  font: 30px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  text-transform: uppercase;
  text-align: center;
}

.view-notas .view-content {
  overflow: hidden;
}

.view-notas .views-row {
  width: 50%;
  height: 175px;
  float: left;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.view-notas .views-row>div {
  width: 100%;
  height: 100%;
}

.view-notas .views-row a {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.view-notas .listado-nota {
  background: #c7be91;
  color: #7f774d;
}

.view-notas .listado-plan {
  background: #403c27;
  color: #ffe792;
}

.view-notas .views-row .thumb {
  width: 215px;
  height: 100%;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
}

.view-notas .views-row .wrapper {
  width: auto;
  height: 100%;
  padding: 0 32px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.view-notas .views-row h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  font: 21px "DINNextLTPro-MediumCond";
  text-transform: uppercase;
}

.view-notas .views-row button {
  width: 65px;
  height: 25px;
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  font: 13px "DINNextLTPro-LightCond";
  line-height: 26px;
}

.view-notas .listado-nota button {
  border-color: #7f774d;
}

.view-notas .listado-plan button {
  border-color: #ffe792;
}

.view-notas .listado-nota:hover button {
  background: #7f774d;
  color: #ffe792;
}

.view-notas .listado-plan:hover button {
  background: #ffe792;
  color: #403c27;
}

.view-notas .views-row span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  pointer-events: none;
}

.view-notas .views-row span::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ffe792;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.view-notas .views-row>div:hover span {
  padding-left: 215px;
}

.view-notas .listado-nota:hover span::before {
  background: #ffe792;
}

.view-notas .listado-plan:hover span::before {
  background: #221e0f;
  border-color: #221e0f !important;
}

.page-notas-utiles ul.pager,
.page-notas-de-cocina ul.pager,
.page-planes-de-alimentacion ul.pager {
  display: none;
}

/* Notas de Cocina */
.page-notas-de-cocina #cboxOverlay,
.page-notas-utiles #cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}

.page-notas-de-cocina #colorbox,
.page-notas-utiles #colorbox {
  z-index: 99;
}

.page-notas-de-cocina #cboxWrapper,
.page-notas-utiles #cboxWrapper {
  position: relative;
  z-index: 1;
  background: #ffe792;
}

.page-notas-de-cocina #cboxWrapper>div:nth-child(1),
.page-notas-de-cocina #cboxWrapper>div:nth-child(3),
.page-notas-utiles #cboxWrapper>div:nth-child(1),
.page-notas-utiles #cboxWrapper>div:nth-child(3) {
  display: none;
}

.page-notas-de-cocina #cboxWrapper>div:nth-child(2),
.page-notas-utiles #cboxWrapper>div:nth-child(2) {
  width: 100%;
  height: 100%;
}

.page-notas-de-cocina #cboxContent,
.page-notas-utiles #cboxContent {
  position: relative;
}

.page-notas-de-cocina #cboxLoadedContent>div:nth-child(2),
.page-notas-de-cocina .node-nota,
.page-notas-de-cocina .node-nota>.content,
.page-notas-utiles #cboxLoadedContent>div:nth-child(2),
.page-notas-utiles .node-nota,
.page-notas-utiles .node-nota>.content {
  width: 100%;
  height: 100%;
}

.page-notas-de-cocina .node-nota>.content,
.page-notas-utiles .node-nota>.content {
  position: relative;
  padding-left: 215px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page-notas-de-cocina .node-nota .nota-imagen,
.page-notas-utiles .node-nota .nota-imagen {
  width: 215px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.page-notas-de-cocina .node-nota .nota-texto,
.page-notas-utiles .node-nota .nota-texto {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-notas-de-cocina .node-nota .nota-texto::before,
.page-notas-utiles .node-nota .nota-texto::before,
.page-notas-de-cocina .node-nota .nota-texto::after,
.page-notas-utiles .node-nota .nota-texto::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  pointer-events: none;
}

.page-notas-de-cocina .node-nota .nota-texto::before,
.page-notas-utiles .node-nota .nota-texto::before {
  top: 0;
  background: #fef200;
  background: linear-gradient(to bottom, #ffe792 40%, rgba(255, 231, 146, 0));
  background: -o-linear-gradient(to bottom,
      #ffe792 40%,
      rgba(255, 231, 146, 0));
  background: -moz-linear-gradient(to bottom,
      #ffe792 40%,
      rgba(255, 231, 146, 0));
  background: -webkit-linear-gradient(to bottom,
      #ffe792 40%,
      rgba(255, 231, 146, 0));
}

.page-notas-de-cocina .node-nota .nota-texto::after,
.page-notas-utiles .node-nota .nota-texto::after {
  bottom: 0;
  background: #fef200;
  background: linear-gradient(to bottom, rgba(255, 231, 146, 0), #ffe792 60%);
  background: -o-linear-gradient(to bottom,
      rgba(255, 231, 146, 0),
      #ffe792 60%);
  background: -moz-linear-gradient(to bottom,
      rgba(255, 231, 146, 0),
      #ffe792 60%);
  background: -webkit-linear-gradient(to bottom,
      rgba(255, 231, 146, 0),
      #ffe792 60%);
}

.page-notas-de-cocina .node-nota .nota-texto .outer,
.page-notas-utiles .node-nota .nota-texto .outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-notas-de-cocina .node-nota .nota-texto .inner,
.page-notas-utiles .node-nota .nota-texto .inner {
  width: 100%;
  padding: 77px 50px 74px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page-notas-de-cocina .node-nota .nota-texto h2,
.page-notas-utiles .node-nota .nota-texto h2 {
  margin-bottom: 29px;
  font: 24px "DINNextLTPro-MediumCond";
  color: #7f774d;
  text-transform: uppercase;
}

.page-notas-de-cocina .node-nota .nota-texto p,
.page-notas-utiles .node-nota .nota-texto p {
  font: 16px "DINNextLTPro-LightCond";
  color: #403c27;
}

.page-notas-de-cocina .node-nota::after,
.page-notas-utiles .node-nota::after {
  display: none;
}

.page-notas-de-cocina #cboxLoadingGraphic,
.page-notas-de-cocina #cboxLoadingOverlay,
.page-notas-de-cocina #colorboxNodeLoading,
.page-notas-utiles #cboxLoadingGraphic,
.page-notas-utiles #cboxLoadingOverlay,
.page-notas-utiles #colorboxNodeLoading {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.page-notas-de-cocina #cboxCurrent,
.page-notas-utiles #cboxCurrent {
  display: none !important;
}

.page-notas-de-cocina #cboxPrevious,
.page-notas-de-cocina #cboxNext,
.page-notas-utiles #cboxPrevious,
.page-notas-utiles #cboxNext {
  width: 65px;
  height: 25px;
  position: absolute;
  bottom: 25px;
  border: 1px solid #7f774d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffe792;
  cursor: pointer;
  font: 13px "DINNextLTPro-LightCond";
  color: #7f774d;
  text-transform: uppercase;
  line-height: 26px;
}

.page-notas-de-cocina #cboxPrevious,
.page-notas-utiles #cboxPrevious {
  left: 25px;
}

.page-notas-de-cocina #cboxNext,
.page-notas-utiles #cboxNext {
  left: 125px;
}

.page-notas-de-cocina #cboxPrevious:hover,
.page-notas-de-cocina #cboxNext:hover,
.page-notas-utiles #cboxPrevious:hover,
.page-notas-utiles #cboxNext:hover {
  background: #7f774d;
  color: #ffe792;
}

.page-notas-de-cocina #cboxClose,
.page-notas-utiles #cboxClose {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: -15px;
  background: #7f774d url(../images/btn-nota-close.svg) center no-repeat;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}

.page-notas-de-cocina #cboxClose:hover,
.page-notas-utiles #cboxClose:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* Notas de Cocina */

/* Planes de Alimentación */
.page-node.context-planes-de-alimentacion #section-content {
  padding-bottom: 0;
}

.node-plan {
  overflow: hidden;
}

.node-plan .plan-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.node-plan .plan-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  display: block;
}

.node-plan .bg-blur {
  position: absolute;
  top: -56px;
  right: -56px;
  bottom: -56px;
  left: -56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: url("filter.svg#blur2");
  filter: blur(28px);
  -webkit-filter: blur(28px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='28');
}

.node-plan .content {
  width: 75%;
  position: relative;
  z-index: 1;
  float: right;
  padding: 53px 80px 75px 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.node-plan .plan-header {
  overflow: hidden;
  margin-bottom: 40px;
}

.node-plan .plan-header h1 {
  float: left;
  margin: 3px 30px 0 0;
  display: block;
  font: 16px "DINNextLTPro-MediumCond";
  color: #f3e9b5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.node-plan .plan-header h1 a {
  margin-right: 4px;
  font: 18px "DINNextLTPro-LightCond";
  letter-spacing: 3px;
}

.node-plan .print {
  float: left;
  margin-right: 15px;
}

.node-plan .print a {
  width: 24px;
  height: 25px;
  background: url(../images/i-print.svg) center no-repeat;
  display: block;
}

.node-plan .share {
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
}

.node-plan .share button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #f9efbb url(../images/btn-share.svg) center no-repeat;
  display: block;
  cursor: pointer;
}

.node-plan .share .service-links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.node-plan .share .service-links ul {
  width: 100%;
  height: 100%;
  list-style: none;
}

.node-plan .share .service-links li {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  -moz-transition: 250ms;
  -webkit-transition: 250ms;
}

.node-plan .share.show .service-links li {
  opacity: 1;
  pointer-events: all;
  transition-delay: 125ms;
  -o-transition-delay: 125ms;
  -ms-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  -webkit-transition-delay: 125ms;
}

.node-plan .share.show li.service-links-facebook {
  background: #f9efbb url(../images/s-facebook.svg) center no-repeat;
  transform: translateX(35px);
  -o-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -webkit-transform: translateX(35px);
}

.node-plan .share.show li.service-links-twitter {
  background: #f9efbb url(../images/s-twitter.svg) center no-repeat;
  transform: translateX(70px);
  -o-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -webkit-transform: translateX(70px);
}

.node-plan .share .service-links li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.node-plan .share .service-links li img {
  display: none;
}

.node-plan .plan-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.node-plan .plan-content .nav {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.node-plan .plan-content .nav>div {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-left: 5px solid #7f774d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  color: #7f774d;
}

.node-plan .plan-content .nav>div::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7f774d;
  display: block;
}

.node-plan .plan-content .nav>div.active {
  border-color: #b7ab74;
  color: #b7ab74;
}

.node-plan .plan-content .nav>div.active::before {
  background: #b7ab74;
}

.node-plan .plan-content .nav>div span {
  position: absolute;
  bottom: -5px;
  left: 15px;
  display: block;
  font: 14px "DINNextLTPro-LightCond";
  text-transform: uppercase;
}

.node-plan .plan-content .field-name-body {
  width: 100%;
  color: #ffe792;
}

.node-plan .plan-content .field-name-body h2 {
  margin-top: 7px;
  padding-bottom: 9px;
  font: 25px "DINNextLTPro-BoldCond";
  line-height: 23px;
}

.node-plan .plan-content .field-name-body .field-item h2:first-child {
  margin: 0;
}

.node-plan .plan-content .field-name-body h3 {
  margin: 13px 0 2px;
  font: 17px "DINNextLTPro-LightCond";
  text-transform: uppercase;
}

.node-plan .plan-content .field-name-body p {
  font: 15px "DINNextLTPro-LightCond";
}

.node-plan .plan-content .field-name-body strong {
  font-family: "DINNextLTPro-MediumCond";
}

.page-node.context-planes-de-alimentacion #section-footer {
  display: none;
}

/* Planes de Animentación */
/* 06. NOTAS ÚTILES */

/* 07. GLOSARIO */
.context-glosario #page {
  overflow: hidden;
}

#node-246 {
  position: relative;
  z-index: 2;
}

#node-246 .content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
}

#node-246 .content h1 {
  padding: 49px 0 14px 20px;
  font: 30px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  text-transform: uppercase;
  text-align: center;
}

#node-246 .content .cols {
  display: flex;
  display: -webkit-flex;
}

#node-246 .content .col.left {
  width: 60%;
  padding-top: 7px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
}

#node-246 .content .word {
  width: 50%;
  position: relative;
  display: block;
  font-size: 0;
}

#node-246 .content .word a {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  font: 19px "DINNextLTPro-Cond";
  color: #403c27;
  text-transform: uppercase;
}

#node-246 .content .word a small {
  font-size: 17px;
}

#node-246 .content .word a:hover {
  opacity: 1;
}

#node-246 .content .word span {
  width: 50%;
  position: absolute;
  top: 3px;
  right: 0;
  padding: 14px 15px 11px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #403c27;
  display: none;
  font: 14px "DINNextLTPro-LightCond";
  color: #ffe792;
  line-height: 15px;
}

#node-246 .content .word span::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #403c27 transparent transparent;
  display: block;
}

#node-246 .content .word a:hover+span {
  display: block;
}

#node-246 .content .col.right {
  width: 40%;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#node-246 .content table {
  width: 100%;
  margin-bottom: 40px;
}

#node-246 .content .col.right table:last-child {
  margin: 0;
}

#node-246 .content table thead,
#node-246 .content table tbody,
#node-246 .content table tr,
#node-246 .content table th,
#node-246 .content table td {
  padding: 0;
  border: 0;
  color: #5e4c1e;
}

#node-246 .content table thead,
#node-246 .content table tbody {
  width: 100%;
}

#node-246 .content table tr.space {
  height: 3px;
}

#node-246 .content table th,
#node-246 .content table td {
  vertical-align: top;
}

#node-246 .content table th {
  padding: 7px 0 4px 0;
  font: 16px "DINNextLTPro-Cond";
}

#node-246 .content table td {
  width: 50%;
  background: #ddcf83;
  font: 14px "DINNextLTPro-LightCond";
}

#node-246 .content table tbody tr td:first-child {
  padding: 3px 10px 0 15px;
}

#node-246 .content table tbody tr td:last-child {
  padding: 3px 15px 0 24px;
  position: relative;
}

#node-246 .content table tbody tr td:last-child::before {
  content: "→";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
}

/* 07. GLOSARIO */

/* 08. CALENDARIOS */
.page-calendarios #section-content {
  padding-bottom: 0;
}

.view-calendarios {
  max-width: 1320px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
}

.view-calendarios .view-header {
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.view-calendarios .view-header h1 {
  padding: 49px 0 24px 0;
  font: 30px "DINNextLTPro-LightCond";
  color: #5e4c1e;
  text-transform: uppercase;
  text-align: center;
}

.view-calendarios .view-content {
  overflow: hidden;
}

.view-calendarios .views-row {
  width: 50%;
  height: 230px;
  float: left;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.view-calendarios .views-row>div {
  width: 100%;
  height: 100%;
}

.view-calendarios .views-row a {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.view-calendarios .listado-calendario {
  background: #c7be91;
  color: #7f774d;
}

.view-calendarios .views-row .thumb {
  width: 230px;
  height: 100%;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
}

.view-calendarios .views-row .wrapper {
  width: auto;
  height: 100%;
  padding: 0 32px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.view-calendarios .views-row h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  font: 21px "DINNextLTPro-MediumCond";
  text-transform: uppercase;
}

.view-calendarios .views-row button {
  width: 65px;
  height: 25px;
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  font: 13px "DINNextLTPro-LightCond";
  line-height: 26px;
}

.view-calendarios .listado-calendario button {
  border-color: #7f774d;
}

.view-calendarios .listado-calendario:hover button {
  background: #7f774d;
  color: #ffe792;
}

.view-calendarios .views-row span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  pointer-events: none;
}

.view-calendarios .views-row span::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ffe792;
  border-left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.view-calendarios .views-row>div:hover span {
  padding: 10px;
}

.view-calendarios .listado-calendario:hover span::before {
  border-left: 2px solid #ffe792;
  background: #ffe792;
  opacity: 0.5;
}

/* 08. CALENDARIOS */

/* 09. CONTACTO */
.context-contacto #page {
  min-height: 100vh;
  height: 100%;
}

.context-contacto #section-footer {
  bottom: 0;
}

.context-contacto #section-content {
  padding-bottom: 0;
  min-height: calc(100vh - 170px);
}

div.messages {
  margin: 10px 0;
  border-width: 1px 1px 1px 1px;
}

div.messages.messages--error {
  border-color: #ed541d;
}

#webform-submission-contact-form-ajax {
  max-width: 480px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 65px 40px 0 40px;
}

form.webform-submission-contact-form {
  width: 100%;
  display: block;
}

form.webform-submission-contact-form>div {
  width: 100%;
  overflow: hidden;
}

form.webform-submission-contact-form .form-item {
  height: auto;
  margin: 0 0 10px 0;
}

form.webform-submission-contact-form .form-item-nombre,
form.webform-submission-contact-form .form-item-email {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

form.webform-submission-contact-form .form-item-nombre {
  padding-right: 5px;
}

form.webform-submission-contact-form .form-item-email {
  padding-left: 5px;
}

form.webform-submission-contact-form .form-item-message {
  width: 100%;
  margin-bottom: 20px !important;
}

form.webform-submission-contact-form label {
  display: none;
}

form.webform-submission-contact-form .form-item input,
form.webform-submission-contact-form textarea,
form.webform-submission-contact-form select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ddcf83;
  display: block;
  font: 15px "DINNextLTPro-LightCond";
  color: #5e4c1e;
}

form.webform-submission-contact-form .form-item input {
  height: 20px;
  padding: 2px 15px 0 15px;
  line-height: 21px;
}

form.webform-submission-contact-form .form-item-tipo-de-negocio label,
form.webform-submission-contact-form .form-item-de-ser-distribuidor label,
form.webform-submission-contact-form .form-item-tipo-de-consulta label {
  display: inline-block;
  font-weight: 400;
}

form.webform-submission-contact-form .form-item input[type="checkbox"],
form.webform-submission-contact-form .form-item input[type="radio"] {
  appearance: revert;
  -moz-appearance: revert;
  -webkit-appearance: revert;
  display: inline-block;
  width: auto;
}

form.webform-submission-contact-form .webform-type-fieldset {
  padding: 0;
}

form.webform-submission-contact-form .webform-type-fieldset .fieldset-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

form.webform-submission-contact-form .webform-type-fieldset .fieldset-wrapper .form-type-textfield {
  width: 48%;
}

form.webform-submission-contact-form .form-item select {
  height: 20px;
  padding: 2px 15px 0 15px;
  line-height: 21px;
}

form.webform-submission-contact-form textarea {
  height: 100px;
  resize: none;
  padding: 12px 15px;
}

::-webkit-input-placeholder {
  color: #5e4c1e;
}

:-moz-placeholder {
  color: #5e4c1e;
}

::-moz-placeholder {
  color: #5e4c1e;
}

:-ms-input-placeholder {
  color: #5e4c1e;
}

form.webform-submission-contact-form .captcha {
  width: 100%;
  height: 58.5px;
  overflow: hidden;
  margin-bottom: 8px;
}

form.webform-submission-contact-form .g-recaptcha {
  float: right;
  transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform-origin: right 0;
  -o-transform-origin: right 0;
  -ms-transform-origin: right 0;
  -moz-transform-origin: right 0;
  -webkit-transform-origin: right 0;
}

form.webform-submission-contact-form .captcha iframe {
  display: block;
}

form.webform-submission-contact-form .form-actions {
  margin: 0;
  overflow: hidden;
}

form.webform-submission-contact-form input[type="submit"] {
  width: 65px;
  height: 25px;
  float: right;
  border: 1px solid #7f774d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  display: block;
  cursor: pointer;
  font: 13px "DINNextLTPro-LightCond";
  color: #7f774d;
  text-transform: uppercase;
  line-height: 26px;
}

form.webform-submission-contact-form input[type="submit"]:hover {
  background: #7f774d;
  color: #ffe792;
}

/* 09. CONTACTO */

/* 10. ERROR PAGE */
body.context-error-404,
body.context-error-403 {
  height: 100%;
}

.context-error-404 #menu,
.context-error-403 #menu,
.context-error-404 #region-sidebar-first,
.context-error-403 #region-sidebar-first,
.context-error-404 #section-footer,
.context-error-403 #section-footer {
  display: none;
}

.context-error-404 #page,
.context-error-403 #page,
.context-error-404 #section-content,
.context-error-403 #section-content {
  height: 100%;
  padding: 0 !important;
}

.context-error-404 #zone-content-wrapper,
.context-error-403 #zone-content-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#node-page-248>.content>.field>.field-items>.field-item,
#node-page-249>.content>.field>.field-items>.field-item {
  text-align: center;
}

#node-page-248 h1,
#node-page-249 h1 {
  margin-bottom: 11px;
  font: 30px "DINNextLTPro-MediumCond";
  color: #5e4c1e;
  text-transform: uppercase;
}

#node-page-248 h1+p,
#node-page-249 h1+p {
  margin-bottom: 33px;
  font: 20px "DINNextLTPro-LightCond";
  color: #5e4c1e;
}

#node-page-248>.content>.field>.field-items>.field-item a,
#node-page-249>.content>.field>.field-items>.field-item a {
  width: 118px;
  height: 28px;
  margin: 0 auto;
  border: 1px solid #7f774d;
  display: block;
  font: 14px "DINNextLTPro-Cond";
  color: #7f774d;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
}

#node-page-248>.content>.field>.field-items>.field-item a:hover,
#node-page-249>.content>.field>.field-items>.field-item a:hover {
  background: #7f774d;
  color: #ffe792;
}

/* 10. ERROR PAGE */

/* 11. RESPONSIVE */
/* PC Fix */
@media only screen and (max-width: 1486px) {
  #searchBtn::after {
    display: none;
  }
}

/* Laptop 14.5″ */
@media only screen and (max-width: 1366px) {
  #block-agd-recetanatura-theme-recetas-block-1 .grid {
    width: 100%;
    float: none;
    padding-left: 40px;
  }

  .page-videos #block-agd-recetanatura-theme-recetas-block-1 .grid,
  .page-busqueda #block-agd-recetanatura-theme-recetas-block-1 .grid,
  .page-recetas #block-agd-recetanatura-theme-recetas-block-1 .grid {
    width: 75%;
    float: right;
  }

  #social {
    right: 40px;
  }

  #menu {
    right: 190px;
  }

  .page-videos #region-content::before,
  .page-busqueda #region-content::before,
  .page-recetas #region-content::before {
    left: 40px;
  }

  .page-videos .view-empty,
  .page-busqueda .view-empty,
  .page-recetas .view-empty {
    padding-left: 40px;
  }

  .node-plan .content {
    width: auto;
    max-width: 960px;
    float: none;
    margin: 0 auto;
    padding: 53px 40px 75px 40px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
}

/* iPad (Landscape) */
@media only screen and (max-width: 1024px) {
  #video {
    pointer-events: all;
  }

  #iframe::after {
    pointer-events: none;
  }

  #video h1 {
    text-align: center;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
}

@media only screen and (min-width: 945px) and (max-width: 962px) {

  #block-agd-recetanatura-theme-recetas-block-1 .logo-mortero {
 
    width: 52px;
    height: 50px;

  }

  #block-agd-recetanatura-theme-recetas-block-1 .logo-recetas-natura {
 
    width: 130px;
    height: 52px;

  }

}


@media only screen and (min-width: 737px) and (max-width: 944px) {

  #block-agd-recetanatura-theme-recetas-block-1 .logo-mortero {
 
    width: 44px;
    height: 42px;

  }

  #block-agd-recetanatura-theme-recetas-block-1 .logo-recetas-natura {
 
    width: 123;
    height: 45px;

  }

}
/* iPhone 7 Plus (Landscape) */
@media only screen and (max-width: 736px) {

  /* General */
  #section-header {
    height: 65px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }

  #block-agd-recetanatura-theme-recetas-block-1 .grid {
    padding: 0 20px;
  }

  .page-videos #block-agd-recetanatura-theme-recetas-block-1 .grid,
  .page-busqueda #block-agd-recetanatura-theme-recetas-block-1 .grid,
  .page-recetas #block-agd-recetanatura-theme-recetas-block-1 .grid {
    width: 100%;
    float: none;
  }

  #logo {
    margin-top: 20px;
  }

  #logo img {
    width: auto;
    height: 25px;
  }

  #logo+img {
    display: none;
  }

  #menuBtn {
    width: 35px;
    height: 25px;
    float: right;
    margin-top: 20px;
    background: transparent url(../images/btn-menu.svg) center no-repeat;
    display: block;
  }

  #menu {
    width: 50%;
    height: 100%;
    position: fixed;
    bottom: auto;
    right: -50%;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    pointer-events: none;
    transition: right 250ms;
    -o-transition: right 250ms;
    -ms-transition: right 250ms;
    -moz-transition: right 250ms;
    -webkit-transition: right 250ms;
  }

  #menu.open {
    right: 0;
  }

  #menu .wrapper {
    width: 100%;
    height: 100%;
    padding: 10px 10px 0 40px;
    border-left: 1px solid #d6c785;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f9efbb;
    pointer-events: all;
  }

  #menu li {
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #d6c785;
    font: 20px "DINNextLTPro-LightCond";
    letter-spacing: normal;
    text-align: right;
  }

  #menu li::after {
    display: none;
  }

  #menu li a {
    width: 100%;
    padding: 17px 10px 3px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
  }

  #social {
    position: static;
    float: right;
    clear: both;
    margin-top: 20px;
  }

  #region-sidebar-first {
    width: 50%;
    z-index: 97;
    left: -50%;
  }

  .page-videos #region-sidebar-first,
  .page-busqueda #region-sidebar-first,
  .page-recetas #region-sidebar-first {
    left: -50%;
  }

  #searchBtn {
    top: 85px;
  }

  .page-videos #searchBtn,
  .page-busqueda #searchBtn,
  .page-recetas #searchBtn {
    display: block;
  }

  #region-sidebar-first .region-inner {
    padding: 95px 20px 0 20px;
  }

  #section-footer {
    margin-top: 36px;
  }

  #section-footer::before {
    height: 96px;
  }

  #block-agd-recetanatura-theme-recetas-block-2>.content {
    padding: 0 20px;
  }

  #copyright {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #copyright button {
    top: 14px;
    right: 14px;
  }

  #copyright .wrapper {
    padding: 37px 20px 35px;
    font-size: 15px;
  }

  #logo-agd {
    top: 19px;
  }

  #logo-agd img {
    height: 22px;
    width: auto;
  }

  /* General */

  /* Login */
  .page-user #section-header #menuBtn {
    display: none;
  }

  #user-login-form {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* Login */

  /* Inicio */
  body.front,
  .front #section-content,
  .front #zone-content-wrapper,
  .front #zone-content,
  .front #region-content,
  .front #region-content>.region-inner,
  .front .block-system-main-block,
  .front .block-system-main-block>.block-inner,
  .front .block-system-main-block>.block-inner>.content,
  .front #node-101,
  .front #node-101>.content {
    height: 100%;
  }

  .front #page {
    height: 200%;
  }

  .front #node-101>.content {
    padding-top: 0;
  }

  #video {
    height: 50%;
    padding: 65px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #video::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000 url(../images/video.jpg) center no-repeat;
    background-size: contain;
    display: block;
  }

  #iframe {
    display: none;
  }

  #video .wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  #video h1 {
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
    transform: -o-translate(0, -50%);
    transform: -ms-translate(0, -50%);
    transform: -moz-translate(0, -50%);
    transform: -webkit-translate(0, -50%);
    font-size: 42px;
  }

  #video h1 span {
    font-size: 33px;
    letter-spacing: 3px;
    transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    display: block;
  }

  #video h2 {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f9efbb;
    display: block;
    pointer-events: all;
  }

  #video h2 img {
    max-width: 280px;
    margin: 0 auto;
  }

  #homeLinks,
  #homeSlide {
    display: none;
  }

  #homeRecetas {
    height: 50%;
    padding: 0;
  }

  #homeRecetas .views-row {
    width: 50%;
    height: 50%;
  }

  #homeRecetas .views-row .field-name-field-tiempo {
    display: none;
  }

  #homeRecetas .views-row h3 {
    bottom: 18px;
  }

  /* Inicio */

  /* Pages */
  .not-front #section-content {
    padding: 65px 0 0 0;
  }

  /* Pages */

  /* Recetas-Búsqueda */
  body.page-recetas,
  .page-recetas #page,
  .page-recetas #section-content,
  .page-recetas #zone-content-wrapper,
  .page-recetas #zone-content,
  body.page-busqueda,
  .page-busqueda #page,
  .page-busqueda #section-content,
  .page-busqueda #zone-content-wrapper,
  .page-busqueda #zone-content,
  body.page-videos,
  .page-videos #page,
  .page-videos #section-content,
  .page-videos #zone-content-wrapper,
  .page-videos #zone-content {
    height: auto;
  }

  .page-videos #region-content,
  .page-busqueda #region-content,
  .page-recetas #region-content {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    padding-top: 80px;
  }

  .page-videos #region-content::before,
  .page-busqueda #region-content::before,
  .page-recetas #region-content::before {
    width: 100%;
    height: 80px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 93px;
  }

  .page-videos #region-content>.region-inner,
  .page-busqueda #region-content>.region-inner,
  .page-recetas #region-content>.region-inner {
    width: 100%;
    height: auto;
  }

  .page-videos .view-videos .views-row,
  .page-busqueda .view-recetas .views-row,
  .page-recetas .view-recetas .views-row {
    width: 50%;
    padding-top: 25%;
  }

  .page-videos .view-videos .views-row a::after {
    bottom: 10px;
    right: 20px;
  }

  .page-videos .view-videos .views-row .field-name-field-tiempo,
  .page-busqueda .view-recetas .views-row .field-name-field-tiempo,
  .page-recetas .view-recetas .views-row .field-name-field-tiempo,
  .page-videos .view-videos .views-row:nth-child(3n + 3) .field-name-field-tiempo,
  .page-busqueda .view-recetas .views-row:nth-child(3n + 3) .field-name-field-tiempo,
  .page-recetas .view-recetas .views-row:nth-child(3n + 3) .field-name-field-tiempo {
    top: 10px;
    right: 20px;
  }

  .page-videos .view-videos .views-row h3,
  .page-busqueda .view-recetas .views-row h3,
  .page-recetas .view-recetas .views-row h3 {
    bottom: 14px;
    font-size: 19px;
  }

  /* Recetas-Búsqueda */

  /* Receta */
  .node-receta .receta-top {
    height: auto;
    margin-bottom: 21px;
  }

  .node-receta .receta-top::after {
    display: none;
  }

  .node-receta .bg-blur {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 25%;
    filter: none;
    -webkit-filter: none;
  }

  .node-receta .bg-blur::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2) url(../images/top-receta.svg) -3px 101% no-repeat;
    background-size: 100% auto;
    display: block;
  }

  .node-receta .bg-blur::before {
    content: "© Copyright";
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 10px;
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 2px #000;
  }

  .field-name-field-video .field__item a::after {
    width: 35px;
    height: 35px;
    margin: -17.5px 0 0 -17.5px;
  }

  .node-receta .receta-top .grid {
    height: auto;
    position: static;
    padding: 8px 20px 0 20px;
  }

  .node-receta .receta-top .table {
    width: 100%;
    height: auto;
    display: block;
  }

  .node-receta .receta-top .cell {
    padding: 0;
    display: block;
    text-align: left;
  }

  .node-receta .receta-top h1 {
    margin-bottom: 2px;
    font-size: 26px;
    color: #5e4c1e;
    line-height: 28px;
  }

  .node-receta .share {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
  }

  .node-receta .share.show {
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }

  .node-receta .share.show li.service-links-facebook {
    background: #f9efbb url(../images/s-facebook.svg) center no-repeat;
    transform: translateX(-35px);
    -o-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    -moz-transform: translateX(-35px);
    -webkit-transform: translateX(-35px);
  }

  .node-receta .share.show li.service-links-whatsapp {
    background: #f9efbb url(../images/s-whatsapp.svg) center no-repeat;
    transform: translateX(-70px);
    -o-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
  }

  /*
    .node-receta .share.show li.service-links-twitter {
        background: #f9efbb url(../images/s-twitter.svg) center no-repeat;
        transform: translateX(-70px);
        -o-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -webkit-transform: translateX(-70px);
    }
  */

  .node-receta .receta-top>img {
    display: none;
  }

  .node-receta>.content {
    padding: 0 20px 45px 20px;
  }

  .node-receta>.content .col {
    float: none;
  }

  .node-receta>.content .col.left,
  .node-receta>.content .col.right {
    width: 100%;
  }

  .node-receta>.content .col.left {
    position: relative;
    margin-bottom: 5px;
  }

  .node-receta .receta-head {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 3px;
    right: 0;
  }

  .node-receta .receta-head img {
    display: none;
  }

  .node-receta .porciones {
    width: 100%;
    height: auto;
    position: static;
  }

  .node-receta .porciones .table,
  .node-receta .porciones .cell {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
  }

  .node-receta .porciones .cell span {
    font-size: 35px;
  }

  .node-receta>.content .col.left .wrapper {
    padding: 0;
  }

  .field-name-field-ingredientes {
    margin-bottom: 18px;
  }

  .node-receta .receta-image {
    display: none;
  }

  .node-type-receta #cboxClose {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    background-image: url(../images/btn-close-2.svg);
  }

  .field-name-field-votacion>div {
    float: left;
  }

  .node-receta>.content .col.left .wrapper h2,
  .node-receta>.content .col.right h2 {
    margin: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #5e4c1e;
    display: block;
    font: 30px "TizaNegra";
    color: #5e4c1e;
    line-height: normal;
  }

  .node-receta>.content .col.left .wrapper h2 {
    margin-bottom: 17px;
  }

  .node-receta>.content .col.right h2 {
    margin-bottom: 19px;
  }

  .node-receta>.content .col.right p {
    font-size: 16px;
    line-height: 17px;
  }

  .node-receta ul.flippy {
    padding: 0 20px;
  }

  /* Receta */

  /* Notas Útiles */
  .view-notas {
    max-width: 374px;
  }

  .view-notas .view-header {
    padding: 0;
  }

  .view-notas .views-row {
    width: 100%;
    height: 0;
    position: relative;
    float: none;
    margin-bottom: 20px;
    padding: 50% 0 0 0;
  }

  .view-notas .view-content .views-row:last-child {
    margin: 0;
  }

  .view-notas .views-row .listado-plan,
  .view-notas .views-row .listado-nota {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .view-notas .views-row .thumb {
    display: none;
  }

  .view-notas .views-row .wrapper {
    width: 100%;
    padding: 0 22px;
  }

  .view-notas .views-row h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .view-notas .views-row>div:hover span {
    padding-left: 10px;
  }

  .page-notas-de-cocina .node-nota>.content,
  .page-notas-utiles .node-nota>.content {
    padding: 150px 0 0 0;
  }

  .page-notas-de-cocina .node-nota .nota-imagen,
  .page-notas-utiles .node-nota .nota-imagen {
    width: 100%;
    height: 150px;
  }

  .page-notas-de-cocina .node-nota .nota-texto .outer,
  .page-notas-utiles .node-nota .nota-texto .outer {
    overflow-y: auto;
  }

  .page-notas-de-cocina .node-nota .nota-texto .inner,
  .page-notas-utiles .node-nota .nota-texto .inner {
    padding: 47px 25px 44px 25px;
  }

  .page-notas-de-cocina #cboxPrevious,
  .page-notas-de-cocina #cboxNext,
  .page-notas-utiles #cboxPrevious,
  .page-notas-utiles #cboxNext {
    bottom: auto;
    top: 100px;
  }

  .page-notas-de-cocina #cboxNext,
  .page-notas-utiles #cboxNext {
    left: auto;
    right: 25px;
  }

  .page-notas-de-cocina #cboxClose,
  .page-notas-utiles #cboxClose {
    top: 10px;
    right: 10px;
  }

  .node-plan .content {
    padding: 33px 20px 50px 40px;
  }

  .node-plan .plan-header {
    margin-bottom: 40px;
    /* temp */
  }

  .node-plan .plan-header h1 {
    float: none;
    margin: 3px 0 14px 0;
  }

  .node-plan .print {
    display: none;
  }

  .node-plan .share {
    float: none;
  }

  .node-plan .plan-content {
    padding: 0;
  }

  .node-plan .plan-content .nav {
    display: none;
  }

  /* Notas Útiles */

  /* Glosario */
  #node-246 .content {
    padding: 0 20px;
  }

  #node-246 .content h1 {
    padding: 49px 0 14px 0;
  }

  #node-246 .content .cols {
    display: block;
  }

  #node-246 .content .col.left {
    width: 100%;
    margin-bottom: 23px;
    display: block;
  }

  #node-246 .content .word {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  #node-246 .content .word a {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #node-246 .content .word span {
    width: 100%;
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
  }

  #node-246 .content .word span::before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #403c27 transparent;
  }

  #node-246 .content .col.right {
    width: 100%;
    padding: 0;
  }

  #node-246 .content table {
    margin-bottom: 15px;
  }

  /* Glosario */

  /* Calendarios */
  .view-calendarios {
    max-width: 374px;
  }

  .view-calendarios .view-header {
    padding: 0;
  }

  .view-calendarios .views-row {
    width: 100%;
    height: 0;
    position: relative;
    float: none;
    margin-bottom: 20px;
    padding: 50% 0 0 0;
  }

  .view-calendarios .view-content .views-row:last-child {
    margin: 0;
  }

  .view-calendarios .views-row>div {
    position: absolute;
    top: 0;
    left: 0;
  }

  .view-calendarios .views-row .thumb {
    display: none;
  }

  .view-calendarios .views-row .wrapper {
    width: 100%;
    padding: 0 22px;
  }

  .view-calendarios .views-row h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .view-calendarios .views-row span {
    padding: 10px;
  }

  .view-calendarios .views-row span::before {
    border-left: 2px solid #ffe792;
  }

  /* Calendarios */

  /* Contacto */
  .context-contacto #page {
    height: auto;
  }

  .context-contacto #section-footer {
    position: relative;
    bottom: auto;
  }

  #webform-submission-contact-form-ajax {
    max-width: 374px;
    padding: 80px 20px 0 20px;
  }

  /* Contacto */

  /* Error Page */
  .context-error-404 #menuBtn,
  .context-error-403 #menuBtn {
    display: none;
  }

  #node-page-248,
  #node-page-249 {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* Error Page */
}

/* iPhone 7 Plus (Portrait) */
@media only screen and (max-width: 414px) {
  #menu {
    width: 75%;
    right: -75%;
  }

  #region-sidebar-first {
    width: 75%;
    left: -75%;
  }

  .page-videos #region-sidebar-first,
  .page-busqueda #region-sidebar-first,
  .page-recetas #region-sidebar-first {
    left: -75%;
  }

  #section-footer {
    margin-top: 34px;
  }

  #section-footer::before {
    height: 94px;
  }

  #logo-agd {
    display: none;
  }

  #video h1 {
    font-size: 56px;
  }

  #video h1 span {
    font-size: 44px;
    letter-spacing: 4px;
  }

  #homeRecetas .views-row {
    width: 100%;
    height: 25%;
    float: none;
  }

  .page-videos .view-videos .views-row,
  .page-recetas .view-recetas .views-row {
    width: 100%;
    float: none;
    padding-top: 50%;
  }

  .node-receta .bg-blur {
    padding-top: 50%;
  }

  .node-receta .bg-blur::after {
    background-size: 200% auto;
  }

  .node-receta .bg-blur::before {
    bottom: 40px;
  }

  .field-name-field-ingredientes {
    columns: 1 auto;
    -moz-columns: 1 auto;
    -webkit-columns: 1 auto;
  }
}

/* 11. RESPONSIVE */
span.form-required-red {
  color:red;
}