@charset "UTF-8";

/* Fonts */

@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Black.svg') format('svg'), url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Black.woff') format('woff');
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.svg') format('svg'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.woff') format('woff');
}

@font-face {
    font-family: 'Steinem-Bold';
    src: url('../fonts/Steinem-Bold.eot');
    src: url('../fonts/Steinem-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Steinem-Bold.svg') format('svg'), url('../fonts/Steinem-Bold.ttf') format('truetype'), url('../fonts/Steinem-Bold.woff') format('woff');
}


/* Fonts */


/* Reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-weight: normal;
    color: inherit;
    line-height: normal;
    text-decoration: none;
}

img {
    display: block;
}

button,
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


/* Reset */


/* 00. GENERAL */

html,
body,
.dialog-off-canvas-main-canvas,
.layout-container,
main,
.layout-content  {
    width: 100%;
    height: 100%;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
}

#global {
    width: 100%;
    height: 100%;
    padding: 5%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

header {
    width: 100%;
    padding-bottom: 5%;
    position: absolute;
    z-index: 96;
    top: 0;
    left: 0;
}

header .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .wrapper>a {
    position: absolute;
    bottom: 16px;
    left: 10%;
    margin-left: -1px;
    display: block;
    font: 16px 'Avenir-Black';
    color: #727176;
}

header .menu {
    overflow: hidden;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    list-style: none;
}

.menu.disabled {
    pointer-events: none;
}

header .menu li {
    float: left;
    display: block;
    cursor: pointer;
    margin-right: 20px;
    text-transform: uppercase;
    font: 16px 'Avenir-Black';
    color: #edeef0;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

header .menu li:hover,
header .menu li.active {
    color: #ffdd69;
}

.front .menu li.active {
    pointer-events: none;
}

header .menu li:last-child {
    margin: 0;
}

#menuBtn {
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 2.5%;
    margin: -15px 0 0 -20px;
    background: transparent;
    display: block;
    cursor: pointer;
}

#menuBtn figure {
    height: 6px;
    position: absolute;
    z-index: 99;
    left: 0;
    background: #727176;
    display: block;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

#f1 {
    width: 100%;
    top: 0;
}

#f2 {
    width: 75%;
    top: 12px;
}

#f3 {
    width: 100%;
    top: 24px;
}

#menuBtn:hover #f2 {
    width: 100%;
    transition: 125ms;
    -o-transition: 125ms;
    -ms-transition: 125ms;
    -moz-transition: 125ms;
    -webkit-transition: 125ms;
}

.active #f1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.active #f2 {
    width: 0 !important;
}

.active #f3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}

aside {
    width: 40%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 98;
    top: 0;
    left: -40%;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFF;
    transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

aside.active {
    left: 0;
}

aside .table {
    width: 100%;
    height: 100%;
    display: table;
}

aside .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

aside .menu {
    display: inline-block;
    list-style: none;
    text-align: left;
}

aside .menu li {
    display: block;
}

aside .menu li span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font: 52px 'Steinem-Bold';
    color: #ffe178;
    text-transform: capitalize;
    line-height: 63px;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

aside .menu li span:hover,
aside .menu li.active span {
    color: #cc6752;
}

aside .menu li span::after {
    content: '';
    width: 75px;
    height: 10px;
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: -13px;
    background: url(../images/cucharita.png) center no-repeat;
    background-size: 100% 100%;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

aside .menu li span:hover::after {
    right: -30px;
    opacity: 1;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

#asideMask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 97;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

#asideMask.active {
    opacity: 1;
    pointer-events: all;
}

#tools {
    position: absolute;
    z-index: 96;
    top: 50%;
    right: 2.5%;
    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    display: none;
}


/*.context-receta #tools {
	display: block;
}*/

#tools a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-size: 100% 100%;
    background-color: #ffdd69;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
}

#tools a:last-child {
    margin: 0;
}

#facebook {
    background-image: url(../images/i-facebook.svg);
}

#twitter {
    background-image: url(../images/i-twitter.svg);
}

footer {
    width: 100%;
    padding-bottom: 5%;
    position: absolute;
    z-index: 96;
    bottom: 0;
    left: 0;
}

footer .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer .wrapper>a {
    width: 3%;
    position: absolute;
    top: 20px;
    right: 7.5%;
    display: block;
}

footer .wrapper>a img {
    width: 100%;
}

#slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#slider>.wrapper {
    width: 600%;
    height: 100%;
    position: absolute;
}

#global .block {
    width: 16.666%;
    height: 100%;
    position: relative;
    float: left;
}

#global .block>.col {
    height: 100%;
    position: relative;
    float: left;
}

#alert {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #cc6752;
    display: none;
}

#alert p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font: 16px 'Steinem-Bold';
    color: #FFF;
}


/* 00. GENERAL */


/* 01. HOME */

#home>.col.left {
    width: 80%;
    background: #fd734e url('../images/bg-1.jpg') center no-repeat;
    background-size: cover;
}

#home>.col.right {
    width: 20%;
    background: #ffdd69;
}

#logo {
    width: 15.42%;
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#logo p {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font: 38px 'Steinem-Bold';
    color: #FFF;
}

#logo img {
    width: 100%;
}


/* 01. HOME */


/* 02. HISTORIA */

#historia {
    background: #ffdd69;
}

#historia>.col.left {
    width: 25%;
}

#producto {
    height: 98%;
    position: absolute;
    z-index: 1;
    top: 1%;
    left: 200%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

#producto.shown {
    left: 100%;
    opacity: 1;
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

#producto::before,
#producto::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100% !important;
    display: block;
}

#producto::before {
    z-index: 1;
    background: url(../images/producto-a.png) center no-repeat;
}

#producto::after {
    display: none;
    z-index: 3;
    background: url(../images/producto-b.png) center no-repeat;
    background-size: 290px 200px !important;
}

#producto>img {
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

#producto figure {
    width: 105%;
    height: 5.97%;
    position: absolute;
    bottom: -0.68%;
    right: 3%;
    background: url(../images/producto-c.png) center no-repeat;
    background-size: 100% 100%;
    display: none;
}

#producto .wrapper {
    display: none;
    width: 98.5%;
    height: 32.34%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 50.72%;
    left: 1%;
    background: url(../images/etiqueta.png) right center no-repeat;
    background-size: auto 100%;
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

#producto.shown .wrapper {
    background-position: left center;
}

#producto .wrapper img {
    height: 100%;
    position: absolute;
    top: 0;
}

#historia>.col.right {
    width: 75%;
}

#historia .table {
    width: 100%;
    height: 100%;
    display: table;
}

#historia .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    padding: 0 20% 0 15%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
}

#historia p {
    margin-bottom: 3px;
    padding: 0 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 20px 'Avenir-Black';
    color: #716231;
    line-height: 30px;
}

#historia h2 {
    position: relative;
    margin-left: 10%;
    display: inline-block;
    font: 100px 'Steinem-Bold';
    color: #FFF;
}

#historia h2::after {
    content: '';
    width: 64px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -14px 0 0 -32px;
    background: #FFF;
    display: block;
}

#historia>.col.right img {
    max-width: 100%;
}


/* 02. HISTORIA */


/* 03. CALIDAD */

#calidad>.col.left {
    width: 35%;
    background: #ffdd69;
}

#calidad>.col.left .table {
    width: 100%;
    height: 100%;
    display: table;
}

#calidad>.col.left .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#calidad>.col.left h2 {
    position: relative;
    display: inline-block;
    font: 100px 'Steinem-Bold';
    color: #FFF;
}

#calidad>.col.left h2::after {
    content: '';
    width: 64px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -14px 0 0 -32px;
    background: #FFF;
    display: block;
}

#calidad>.col.middle {
    width: 25%;
    background: #FFF;
}

#aceitera {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#aceitera::before {
    content: '';
    width: 100%;
    padding-bottom: 21.56%;
    position: absolute;
    z-index: -1;
    top: 96.85%;
    left: 0;
    background: url('../images/aceitera-2.png') center no-repeat;
    background-size: 100% 100%;
    display: block;
}

#aceitera::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: url('../images/aceitera-3.png') center no-repeat;
    background-size: 100% 100%;
    display: block;
}

#aceitera img {
    height: 100%;
}

#svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    mix-blend-mode: multiply;
    opacity: 0.8;
}

#svg svg {
    width: 100%;
    height: 100%;
}

#svg svg rect {
    transition: 4563ms linear;
    /* 3s + 1563ms */
    -o-transition: 4563ms linear;
    -ms-transition: 4563ms linear;
    -moz-transition: 4563ms linear;
    -webkit-transition: 4563ms linear;
}

#calidad ul {
    width: 45.28%;
    height: 46.8%;
    position: absolute;
    top: 26.6%;
    left: 54.72%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
}

#calidad ul li {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font: 18px 'Avenir-Black';
    color: #edeef0;
    line-height: 24px;
}

#calidad ul li.active {
    color: #727176;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

#calidad>.col.right {
    width: 40%;
    background: #9adfc3 url('../images/bg-2.jpg') right center no-repeat;
    background-size: auto 100%;
}

#calidad>.col.right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(../images/morph-1.svg) -1px center no-repeat;
    background-size: auto 102%;
    display: block;
    pointer-events: none;
}

#calidad>.col.right .table {
    width: 100%;
    height: 100%;
    display: table;
}

#calidad>.col.right .cell {
    width: 100%;
    height: 100%;
    padding: 0 27.24% 0 16.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#calidad>.col.right .cell p {
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 16px 'Avenir-Black';
    color: #395e56;
    line-height: 23px;
}


/* 03. CALIDAD */


/* 04. PRODUCTOS */

#productos>.col.left {
    width: 30%;
    background: #9adfc3 url('../images/bg-3.jpg') left center no-repeat;
    background-size: cover;
}

#productos>.col.left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(../images/morph-2.svg) no-repeat;
    background-position: right -1px center;
    background-size: auto 102%;
    display: block;
    pointer-events: none;
}

#productos>.col.left .table {
    width: 100%;
    height: 100%;
    display: table;
}

#productos>.col.left .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#productos>.col.left h2 {
    position: relative;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    display: inline-block;
    font: 45px 'Steinem-Bold';
    color: #FFF;
}

#productos>.col.left h2::after {
    content: '';
    width: 24px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -5px 0 0 -12px;
    background: #FFF;
    display: block;
}

#productos>.col.middle {
    width: 55%;
    background: #FFF;
}

#productos>.col.middle>.col {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

#selector {
    width: 100%;
    height: 90%;
    position: relative;
    z-index: 1;
    top: 5%;
    left: 0;
}

#selector .producto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
    will-change: left, transform, filter;
    pointer-events: none;
    transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

#selector .producto.first {
    z-index: -2;
    left: 12.5%;
    transform: translateX(-50%) scale(0.25);
    -o-transform: translateX(-50%) scale(0.25);
    -ms-transform: translateX(-50%) scale(0.25);
    -moz-transform: translateX(-50%) scale(0.25);
    -webkit-transform: translateX(-50%) scale(0.25);
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 0.25;
}

#selector .producto.left {
    z-index: -1;
    left: 25%;
    transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) scale(0.5);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    opacity: 0.5;
}

#selector .producto.right {
    z-index: -1;
    left: 75%;
    transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) scale(0.5);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    opacity: 0.5;
}

#selector .producto.last {
    z-index: -2;
    left: 87.5%;
    transform: translateX(-50%) scale(0.25);
    -o-transform: translateX(-50%) scale(0.25);
    -ms-transform: translateX(-50%) scale(0.25);
    -moz-transform: translateX(-50%) scale(0.25);
    -webkit-transform: translateX(-50%) scale(0.25);
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 0.25;
}

#selector .producto img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    pointer-events: all;
}

#selector .producto.first img,
#selector .producto.left img,
#selector .producto.right img,
#selector .producto.last img {
    cursor: pointer;
}

#productos .bullets {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#productos .bullets figure {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    background: #9ee1ca;
    opacity: 0.3;
    display: block;
    cursor: pointer;
    transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    -moz-transition: 250ms;
    -webkit-transition: 250ms;
}

#productos .bullets figure:last-child {
    margin: 0;
}

#productos .bullets figure:hover,
#productos .bullets figure.active {
    opacity: 1;
}

#productos .bullets figure.active {
    pointer-events: none;
}

#productos>.col.middle>.col.right .producto {
    width: 100%;
    height: 100%;
    display: none;
}

#productos>.col.middle>.col.right .producto.active {
    display: table;
}

#productos>.col.middle>.col.right .producto .cell {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#productos>.col.middle>.col.right .producto h3 {
    position: relative;
    margin-bottom: 23px;
    display: inline-block;
    font: 50px 'Steinem-Bold';
    color: #1c8c42;
}

#productos>.col.middle>.col.right .producto h3::after {
    content: '';
    width: 94px;
    height: 11px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    background: url(../images/title-wave.svg) center no-repeat;
    background-size: 100% 100%;
    display: block;
}

#productos>.col.middle>.col.right .producto h3 span {
    color: #ffce00;
}

#productos>.col.middle>.col.right .producto p {
    margin-bottom: 11px;
    font: 14px 'Avenir-Black';
    color: #727176;
    line-height: 22px;
}

#productos>.col.middle>.col.right .producto .buttons {
    overflow: hidden;
}

#productos>.col.middle>.col.right .producto button {
    height: 60px;
    border-radius: 30px;
    position: relative;
    float: left;
    padding: 0 20px;
    background: #ffdd69;
    display: block;
    cursor: pointer;
    font: 14px 'Steinem-Bold';
    color: #1c8c42;
    mix-blend-mode: multiply;
}

#productos>.col.middle>.col.right .producto button.btn1::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffdd69;
    display: block;
    pointer-events: none;
}

#productos>.col.middle>.col.right .producto button.btn2 {
    margin-left: -10px;
}

#productos>.col.right {
    width: 15%;
    position: absolute;
    z-index: 1;
    right: 0;
    float: none;
    background: #ffdd69;
    transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

#productos>.col.right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(../images/morph-3.svg) -1px center no-repeat;
    background-size: auto 102%;
    display: block;
    pointer-events: none;
}

#productos>.col.right.active {
    width: 42.48%;
}

#productos>.col.right .producto {
    width: 100%;
    height: 100%;
    display: none;
}

#productos>.col.right.active .producto.active {
    display: table;
}

#productos>.col.right .producto .cell {
    width: 100%;
    height: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#productos>.col.right .producto .descripcion,
#productos>.col.right .producto .infoNutricional {
    display: none;
}

#productos>.col.right .producto .descripcion.active,
#productos>.col.right .producto .infoNutricional.active {
    display: block;
}

#productos>.col.right .producto .descripcion p,
#productos>.col.right .producto .descripcion li {
    font: 14px 'Avenir-Light';
    color: #716231;
    line-height: 20px;
}

#productos>.col.right .producto .descripcion ul {
    margin: 10px 0;
    list-style: none;
}

#productos>.col.right .producto .descripcion li {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}

#productos>.col.right .producto .descripcion li:before {
    content: '';
    width: 7px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/item-list.svg) center no-repeat;
    background-size: 100% 100%;
    display: block;
}

#productos>.col.right .producto .infoNutricional p {
    font: 14px 'Avenir-Light';
    color: #716231;
    line-height: 20px;
}

#productos>.col.right .producto .infoNutricional table {
    width: 100%;
    margin: 12px 0 15px;
    border-collapse: collapse;
}

#productos>.col.right .producto .infoNutricional table tr {
    border-bottom: 3px solid #ffdd69;
    font: 12px 'Avenir-Light';
    color: #716231;
    text-align: center;
}

#productos>.col.right .producto .infoNutricional table tr:last-child {
    border: 0;
}

#productos>.col.right .producto .infoNutricional table th,
#productos>.col.right .producto .infoNutricional table td {
    padding: 3px 0 2px;
}

#productos>.col.right .producto .infoNutricional table th,
#productos>.col.right .producto .infoNutricional table tr>td:first-child {
    font-family: 'Avenir-Black';
}

#productos>.col.right .producto .infoNutricional table td {
    border-left: 3px solid #ffdd69;
    border-right: 3px solid #ffdd69;
    background: #f9bf2c;
}

#productos>.col.right .producto .infoNutricional table tr>td:first-child {
    border-left: 0;
}

#productos>.col.right .producto .infoNutricional table tr>td:last-child {
    border-right: 0;
}

#productos>.col.right .producto .infoNutricional span {
    font: 12px 'Avenir-Light';
    color: #716231;
}

#productos>.col.right .producto button.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10%;
    margin: -12px -12px 0 0;
    background: url(../images/btn-close.svg) center no-repeat;
    background-size: 100% 100%;
    display: block;
    cursor: pointer;
}


/* 04. PRODUCTOS */


/* 05. NUTRICIÓN */

#nutricion>.col.left {
    width: 35%;
    background: #ffdd69;
}

#nutricion>.col.left .table {
    width: 100%;
    height: 100%;
    display: table;
}

#nutricion>.col.left .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#nutricion>.col.left img {
    max-width: 67%;
    margin: 0 auto 0 auto;
}

#nutricion>.col.left h2 {
    position: relative;
    display: inline-block;
    font: 100px 'Steinem-Bold';
    color: #FFF;
}

#nutricion>.col.left h2::after {
    content: '';
    width: 64px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -14px 0 0 -32px;
    background: #FFF;
    display: block;
}

#nutricion>.col.right {
    width: 65%;
    background: #a489b1 url('../images/bg-4.jpg') center no-repeat;
    background-size: cover;
}

#nutricion>.col.right .table {
    width: 29.54%;
    height: 100%;
    display: table;
}

#nutricion>.col.right .cell {
    width: 100%;
    height: 100%;
    padding-left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#nutricion>.col.right ul {
    list-style: none;
}

#nutricion>.col.right li {
    margin-bottom: 45px;
    display: block;
}

#nutricion>.col.right li a {
    position: relative;
    display: block;
    font: 16px 'Avenir-Black';
    color: rgba(0, 0, 0, 0.25);
    line-height: 17px;
}

#nutricion>.col.right li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

#nutricion>.col.right li a span {
    position: absolute;
    top: -4px;
    right: 100%;
    margin-right: 15px;
    display: block;
    font: 32px 'Steinem-Bold';
    color: #FFF;
}

#nutricion>.col.right li a span::after {
    content: '';
    width: 12px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -6px;
    background: #FFF;
    display: block;
}

#nutricion>.col.right li div {
    display: none;
}


/* Nota */

#nutricion .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
}

#content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content .node {
    width: 100%;
    height: 100%;
    background: #cc6752;
    pointer-events: all;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

#content .node .title {
    width: 35%;
    float: left;
    padding-top: 5.556%
}

#content .node .title h2 {
    width: 40%;
    margin: 0 auto;
    display: block;
    font: 26px 'Steinem-Bold';
    color: #FFF;
    line-height: 30px;
}

#content .node .title h2 img {
    width: 45%;
    height: auto;
    margin-top: 17px;
}

#content .node .content {
    width: 59.444%;
    height: 100%;
    float: right;
    padding-right: 5.556%;
}

#content .node .content .field--name-body {
    padding: 9.347% 0;
    font: 15px 'Avenir-Light';
    color: #5b2e26;
}

#content .node .content p {
    margin-bottom: 13px;
}

#content .node .content .field__item p:last-child {
    margin: 0;
}

#content .node .content table {
    margin-bottom: 17px;
}

#content .node .content tbody {
    border: 0;
}

#content .node .content th,
#content .node .content td {
    border: 1px solid #5b2e26;
    border-collapse: collapse;
}

#nutricion button.close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 96;
    right: 2.778%;
    top: 50%;
    margin: -15px -15px 0 0;
    background: transparent url(../images/btn-close-2.svg) center no-repeat;
    background-size: 100% 100%;
    display: none;
    cursor: pointer;
    pointer-events: all;
}


/* Nota */


/* 05. NUTRICIÓN */


/* 06. RECETAS */

#recetas>.col.left {
    width: 30%;
    background: #ffdd69;
}

#recetas>.col.left img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#recetas>.col.right {
    width: 70%;
    background: #1c8c42;
}

#recetas>.col.right .outer {
    width: 100%;
    height: 100%;
}

#recetas>.col.right .inner {
    width: 100%;
    overflow: hidden;
}

#recetas>.col.right .inner a {
    width: 25%;
    position: relative;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    font: 18px 'Avenir-Black';
    color: #FFF;
}

#recetas>.col.right .inner a::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    display: block;
}

#recetas>.col.right .inner a span {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Scrollbar */

.mCustomScrollbar .mCSB_container {
    margin: 0;
}

.mCustomScrollbar .mCSB_scrollTools {
    width: 10px;
    right: 0;
    opacity: 0.75;
    visibility: hidden;
}

#mCSB_1_scrollbar_vertical {
    visibility: visible;
}

.mCustomScrollbar .mCSB_draggerContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.mCustomScrollbar .mCSB_dragger {
    width: 10px;
}

.mCustomScrollbar .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    border-radius: 0px;
    background: #ffdd69 !important;
}

.mCustomScrollbar .mCSB_draggerRail {
    width: 10px;
    border-radius: 0px;
    border: 0;
    background: #1c8c42;
}


/* Scrollbar */


/* Receta */

.node-receta {
    width: 100%;
    height: 100%;
}

.node-receta>.col.left {
    width: 37%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.node-receta>.col.right {
    width: 59%;
    height: 100%;
    position: relative;
    float: right;
    background: #ffdd69;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.porciones {
    width: 13.6%;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 96.6%;
    padding-bottom: 13.6%;
    background: #FFF;
}

.porciones p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font: 67px 'Steinem-Bold';
    color: #ffdd69;
    line-height: 52px;
    text-align: center;
}

.porciones p span {
    display: block;
    font: 11px 'Avenir-Black';
    color: #727176;
}

.node-receta>.col.right .grid {
    width: 81.2%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.node-receta p.meses {
    width: 58%;
    position: absolute;
    top: 17px;
    left: 0;
    padding-left: 42%;
    font: 15px 'Avenir-Black';
}

.node-receta>.col.right .content {
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.node-receta h2 {
    width: 58%;
    margin-bottom: 20px;
    padding-left: 42%;
    font: 26px 'Steinem-Bold';
    color: #1c8c42;
}

.node-receta h2 img {
    width: 30%;
    margin-top: 4px;
}

.node-receta>.col.right .content .col.left {
    width: 34%;
    float: left;
    padding-right: 8%;
}

.node-receta>.col.right .content .col.right {
    width: 58%;
    float: right;
}

.node-receta h3 {
    margin-bottom: 13px;
    font: 16px 'Avenir-Black';
}

#ingredientes p {
    font: 15px 'Avenir-Light';
}

#ingredientes p:before {
    content: '';
    width: 7px;
    height: 10px;
    margin-right: 14px;
    background: url(../images/item-list.svg) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

#preparacion p {
    font: 15px 'Avenir-Light';
}

.node-receta p.meses-desc {
    width: 58%;
    position: absolute;
    bottom: 47px;
    left: 0;
    padding-left: 42%;
    font: 12px 'Avenir-Light';
}

ul.flippy {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
}

ul.flippy li {
    position: absolute;
    bottom: 0;
    padding: 0;
    display: block;
}

ul.flippy li.flippy-previous {
    left: 0;
}

ul.flippy li.flippy-previous a::before {
    content: '« ';
}

ul.flippy li.flippy-next {
    right: 0;
    text-align: right;
}

ul.flippy li.flippy-next a::after {
    content: ' »';
}

ul.flippy li a {
    font: 13px 'Steinem-Bold';
}


/* Receta */


/* 06. RECETAS */


/* 07. ERROR & LOGIN */

body.not-logged-in.page-user header,
body.not-logged-in.page-user #menuBtn,
body.not-logged-in.page-user aside,
body.not-logged-in.page-user #asideMask,
body.not-logged-in.page-user #tools,
body.not-logged-in.page-user footer,
body.context-error-403 header,
body.context-error-403 #menuBtn,
body.context-error-403 aside,
body.context-error-403 #asideMask,
body.context-error-403 #tools,
body.context-error-403 footer,
body.context-error-404 header,
body.context-error-404 #menuBtn,
body.context-error-404 aside,
body.context-error-404 #asideMask,
body.context-error-404 #tools,
body.context-error-404 footer {
    display: none;
}

body.not-logged-in.page-user #global,
body.context-error-403 #global,
body.context-error-404 #global {
    padding: 0 20px !important;
}

body.context-error-403 .node,
body.context-error-404 .node {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

body.context-error-403 .node .content h1,
body.context-error-404 .node .content h1 {
    margin-bottom: 9px;
    font: 32px 'Steinem-Bold';
    color: #1c8c42;
}

body.context-error-403 .node .content h1+p,
body.context-error-404 .node .content h1+p {
    margin-bottom: 26px;
    font: 16px 'Avenir-Black';
    color: #727176;
}

body.context-error-403 .node .content p,
body.context-error-404 .node .content p {
    display: block;
}

body.context-error-403 .node .content a,
body.context-error-404 .node .content a {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
    background: #ffdd69;
    display: inline-block;
    cursor: pointer;
    font: 13px 'Steinem-Bold';
    color: #1c8c42;
    line-height: 41px;
}

#user-login-form {
    max-width: 320px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#user-login-form .form-item {
    margin: 0 0 15px;
}

#user-login-form label {
    margin-bottom: 7px;
    font: 14px 'Steinem-Bold';
    color: #1c8c42;
}

#user-login-form label span {
    color: inherit;
}

#user-login-form input[type="text"],
#user-login-form input[type="password"] {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}

#user-login-form .description {
    margin-top: 3px;
    font: 12px 'Avenir-Light';
}

#user-login-form .captcha {
    margin: 0;
    padding: 0;
}

#user-login-form .captcha legend,
#user-login-form .captcha .fieldset-description {
    display: none;
}

#user-login-form .captcha .field-prefix {
    margin-bottom: 7px;
    display: block;
    font: 13px 'Avenir-Black';
    color: #727176;
}

#user-login-form .form-actions {
    margin: 0;
    text-align: center;
}

#user-login-form #edit-submit {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
    background: #ffdd69;
    display: inline-block;
    cursor: pointer;
    font: 13px 'Steinem-Bold';
    color: #1c8c42;
    line-height: 41px;
}


/* 07. ERROR */


/* 08. DRUPAL */

#overlay-disable-message,
#region-branding,
#region-menu,
#main-content {
    display: none !important;
}

div.tabs.clearfix {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 97;
    top: 39px;
    left: 10px;
    background: transparent url(../images/drupal-edit.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

body.not-logged-in.page-user div.tabs.clearfix {
    top: 10px;
}

div.tabs.clearfix.active {
    width: auto;
    height: auto;
    background: transparent;
    cursor: default;
}

div.tabs.clearfix h2 {
    display: none;
}

ul.primary {
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
}

div.tabs.clearfix.active ul.primary {
    display: block;
}

ul.primary li {
    display: block;
    font-size: 0;
    margin-bottom: 5px;
}

ul.primary li:last-child {
    margin: 0;
}

ul.primary li a,
ul.primary li.active a {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font: 13px 'Arial';
}

ul.primary li a:hover {
    background: transparent;
    text-decoration: underline;
}


/* 08. DRUPAL */


/* 09. RESPONSIVE */


/* Desktop Fix 1 */

@media only screen and (max-width: 1366px) {
    #menuBtn {
        width: 30px;
        height: 20px;
        margin: -10px 0 0 -15px;
    }
    #menuBtn figure {
        height: 4px;
    }
    #f2 {
        top: 8px;
    }
    #f3 {
        top: 16px;
    }
    #aceitera {
        height: 80%;
        top: 10%;
    }
    #calidad ul {
        width: 56.28%;
        height: 37.6%;
        top: 31.2%;
        left: 43.72%;
    }
    #calidad ul li {
        font-size: 14px;
        line-height: 18px;
    }
    #calidad>.col.right .cell {
        padding: 0 33.9% 0 16.3%;
    }
    #calidad>.col.right .cell p {
        font-size: 15px;
        line-height: 22px;
    }
}


/* Desktop Fix 2 */

@media only screen and (max-width: 1280px) {
    header .wrapper>a {
        bottom: 6px;
    }
    header .menu {
        bottom: 6px;
        left: auto;
        right: 5%;
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    footer .wrapper>a {
        top: 10px;
    }
    #historia p {
        font-size: 15px;
        line-height: 22px;
    }
    #historia h2,
    #calidad>.col.left h2,
    #nutricion>.col.left h2 {
        font-size: 75px;
    }
    #historia h2::after,
    #calidad>.col.left h2::after,
    #nutricion>.col.left h2::after {
        margin: -7px 0 0 -32px;
    }
    #calidad ul {
        width: 50%;
        left: 50%;
    }
    #nutricion>.col.right .table {
        width: 23.8%;
    }
    #nutricion>.col.right li {
        margin-bottom: 20px;
    }
}


/* Desktop Fix 3 */

@media only screen and (max-width: 1024px) {
    #alert {
        display: block;
    }
    #global {
        display: none;
    }
}


/* iPhone 8 Plus (Portrait) */

@media only screen and (max-width: 414px) {
    #alert {
        display: none;
    }
    #global {
        padding: 15%;
        display: block;
    }
    header {
        padding-bottom: 15%;
    }
    header .wrapper>a {
        bottom: 7px;
        left: 15%;
        margin: 0;
        font-size: 12px;
    }
    header .menu {
        display: none;
    }
    #menuBtn {
        width: 20px;
        height: 15px;
        left: 7.5%;
        margin: -7.5px 0 0 -10px;
    }
    #menuBtn figure {
        height: 3px;
    }
    #f2 {
        top: 6px;
    }
    #f3 {
        top: 12px;
    }
    aside {
        width: 100%;
        left: -100%;
        padding: 0;
    }
    aside .menu li span {
        font-size: 39px;
        line-height: 47px;
    }
    aside .menu li span::after {
        display: none;
    }
    #tools {
        right: 7.5%;
    }
    footer {
        padding-bottom: 15%;
    }
    footer .wrapper>a {
        width: 10%;
        right: 15%;
    }
    #global .block>.col {
        width: 100% !important;
        float: none;
    }
    /* Home */
    #home>.col.left {
        height: 75%;
    }
    #home>.col.right {
        height: 25%;
    }
    #logo {
        width: 100%;
        top: 75%;
        left: 0;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
    }
    #logo p {
        position: static;
        margin-right: 10px;
        padding: 6px 0;
        display: inline-block;
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        font-size: 19px;
    }
    #logo img {
        width: 75px;
        display: inline-block;
        vertical-align: top;
    }
    /* Home */
    /* Historia */
    #historia {
        overflow-y: auto;
    }
    #historia>.col.left {
        height: 33.33%;
    }
    #producto {
        height: 93.5%;
        top: 6.5%;
        left: 100%;
    }
    #producto.shown {
        left: 50%;
    }
    #historia .table {
        height: auto;
        display: block;
    }
    #historia .cell {
        height: auto;
        display: block;
        padding: 20px 20px 40px;
        text-align: left;
    }
    #historia p {
        margin-bottom: 9px;
        padding: 0;
    }
    #historia h2 {
        margin: 0;
        display: block;
        font-size: 30px;
        text-align: center;
    }
    #historia h2::after {
        width: 32px;
        height: 4px;
        margin: -2px 0 0 -16px;
    }
    /* Historia */
    /* Calidad */
    #calidad {
        overflow-y: auto;
    }
    #calidad>.col.left {
        height: 33.33%;
    }
    #calidad>.col.left h2 {
        display: block;
        font-size: 30px;
    }
    #calidad>.col.left h2::after {
        width: 32px;
        height: 4px;
        margin: -2px 0 0 -16px;
    }
    #calidad>.col.middle {
        height: 50%;
    }
    #aceitera {
        width: 100%;
        position: relative;
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    #aceitera::before {
        display: none;
    }
    #aceitera::after {
        background-size: auto 100%;
    }
    #aceitera img {
        margin: 0 auto;
    }
    #svg svg rect {
        transition: 2s ease-in-out;
        -o-transition: 2s ease-in-out;
        -ms-transition: 2s ease-in-out;
        -moz-transition: 2s ease-in-out;
        -webkit-transition: 2s ease-in-out;
    }
    #calidad ul {
        display: none;
    }
    #calidad>.col.right {
        height: auto;
        background: #9adfc3 url('../images/bg-2-2.jpg') center bottom no-repeat;
        background-size: 100% auto;
    }
    #calidad>.col.right::after {
        background: url(../images/morph-1-2.svg) center -1px no-repeat;
        background-size: 102% auto;
    }
    #calidad>.col.right .table {
        height: auto;
        display: block;
    }
    #calidad>.col.right .cell {
        height: auto;
        padding: 13.29% 20px 23.43%;
        display: block;
    }
    #calidad>.col.right .cell p {
        padding: 0;
    }
    /* Calidad */
    /* Productos */
    #productos {
        overflow-y: auto;
    }
    #productos>.col.left {
        height: 33.33%;
        background: #9adfc3 url('../images/bg-3-2.jpg') center top no-repeat;
        background-size: 100% auto;
    }
    #productos>.col.left::after {
        background: url(../images/morph-2-2.svg) no-repeat;
        background-position: center bottom -1px;
        background-size: 104% auto;
    }
    #productos>.col.left h2 {
        display: block;
        font-size: 30px;
    }
    #productos>.col.left h2::after {
        width: 32px;
        height: 4px;
        margin: -2px 0 0 -16px;
    }
    #productos>.col.middle {
        height: auto;
    }
    #productos>.col.middle>.col {
        width: 100%;
        float: none;
    }
    #productos>.col.middle>.col.left {
        height: 260px;
        padding: 20px 0 35px;
    }
    #productos>.col.middle>.col.right {
        height: auto;
    }
    #selector {
        height: 100%;
        top: 0;
    }
    #productos .bullets {
        width: 115px;
    }
    #productos .bullets figure {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }
    #productos>.col.middle>.col.right .producto {
        height: auto;
    }
    #productos>.col.middle>.col.right .producto.active {
        display: block;
    }
    #productos>.col.middle>.col.right .producto .cell {
        height: auto;
        padding: 30px 10px 20px;
        display: block;
    }
    #productos>.col.middle>.col.right .producto h3 {
        margin-bottom: 17px;
        font-size: 16px;
    }
    #productos>.col.middle>.col.right .producto h3::after {
        width: 47px;
        height: 6px;
        margin-top: 1px;
    }
    #productos>.col.middle>.col.right .producto p {
        margin: 0;
    }
    #productos>.col.middle>.col.right .producto .buttons {
        display: none;
    }
    #productos>.col.right {
        height: auto;
        position: relative;
        right: auto;
    }
    #productos>.col.right::after {
        background: url(../images/morph-3-2.svg) center -1px no-repeat;
        background-size: 102% auto;
    }
    #productos>.col.right .producto {
        height: auto;
    }
    #productos>.col.right .producto .cell {
        height: auto;
        padding: 11.84% 10px 20px;
        display: block;
    }
    #productos>.col.right .producto.active,
    #productos>.col.right .producto.active .descripcion {
        display: block;
    }
    #productos>.col.right .producto button.close {
        display: none;
    }
    /* Productos */
    /* Nutrición */
    #nutricion {
        overflow-y: auto;
    }
    #nutricion>.col.left {
        height: 33.33%;
    }
    #nutricion>.col.left img {
        max-width: 67%;
        margin: 0 auto 0 auto;
    }
    #nutricion>.col.left h2 {
        display: block;
        font-size: 30px;
    }
    #nutricion>.col.left h2::after {
        width: 32px;
        height: 4px;
        margin: -2px 0 0 -16px;
    }
    #nutricion>.col.right {
        height: auto;
        min-height: 66.67%;
        overflow: hidden;
        background: #a489b1 url('../images/bg-4-2.jpg') center bottom no-repeat;
        background-size: 100% auto;
    }
    #nutricion>.col.right .table {
        width: 100%;
        height: auto;
        display: block;
    }
    #nutricion>.col.right .cell {
        height: auto;
        padding: 20px 20px 89.13% 38px;
        display: block;
    }
    #nutricion>.col.right li {
        width: 100%;
    }
    #nutricion>.col.right ul li:last-child {
        margin: 0;
    }
    #nutricion>.col.right li a span {
        top: -1px;
        margin-right: 10px;
        font-size: 16px;
    }
    #nutricion .wrapper {
        position: fixed;
        z-index: 100;
    }
    #content {
        overflow-y: auto;
    }
    #content .node {
        height: auto;
        overflow: hidden;
        padding: 40px 40px 40px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #content .node .title {
        width: 100%;
        float: none;
        padding: 0;
    }
    #content .node .title h2 {
        width: 100%;
        margin-bottom: 27px;
        font-size: 19px;
        line-height: 22px;
    }
    #content .node .title h2 img {
        width: 22%;
    }
    #content .node .content {
        width: 100%;
        height: auto;
        float: none;
        padding: 0;
    }
    #content .node .content .field-name-body {
        padding: 0;
    }
    #nutricion button.close {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px;
        margin: 0;
    }
    /* Nutrición */
    /* Recetas */
    #recetas>.col.left {
        height: 33.33%;
    }
    #recetas>.col.left img {
        width: auto;
        height: 60%;
        position: relative;
        top: 20%;
        left: auto;
        margin: 0 auto;
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    #recetas>.col.right {
        height: 66.67%;
        overflow-y: auto;
    }
    #recetas>.col.right .outer {
        height: auto;
    }
    #recetas>.col.right .inner a {
        width: 100%;
        font-size: 14px;
    }
    #recetas>.col.right .inner a span {
        padding-bottom: 6px;
    }
    .node-receta {
        overflow-y: auto;
    }
    .node-receta::after {
        content: '';
    }
    .node-receta>.col.left {
        width: 100%;
        height: 33.33%;
        float: none;
        border-bottom: 20px solid #FFF;
    }
    .node-receta>.col.right {
        width: 100%;
        height: auto;
        float: none;
    }
    .porciones {
        width: 80px;
        height: 80px;
        top: -50px;
        right: auto;
        left: 20px;
        padding: 0;
    }
    .porciones p {
        font-size: 50px;
        line-height: 40px;
    }
    .node-receta>.col.right .grid {
        width: 100%;
        height: auto;
        padding: 50px 20px 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .node-receta p.meses {
        width: 100%;
        position: static;
        margin-bottom: 23px;
        padding-left: 0;
        font-size: 14px;
    }
    .node-receta>.col.right .content {
        position: static;
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .node-receta h2 {
        width: 100%;
        margin-bottom: 27px;
        padding: 0;
        font-size: 19px;
    }
    .node-receta>.col.right .content .col.left,
    .node-receta>.col.right .content .col.right {
        width: 100%;
        float: none;
        padding: 0;
    }
    #ingredientes {
        margin-bottom: 20px;
    }
    .node-receta p.meses-desc {
        width: 100%;
        position: static;
        padding: 20px 0;
    }
    ul.flippy {
        width: 100%;
        position: static;
    }
    ul.flippy li {
        width: 100%;
        position: static;
    }
    ul.flippy li.prev {
        margin-bottom: 6px;
    }
    ul.flippy li a {
        width: 100%;
        overflow-y: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* Recetas */
}


/* 09. RESPONSIVE */