:root {
    --slide-transform: 0;
    --transition: transform 1s;
    --slide-transform2: 0;
    --transition2: transform 1s;
}

@font-face {
    font-family: Moranga;
    src: url("../fonts/moranga.otf") format("opentype");
}
@font-face {
    font-family: IntroRustH1-Base;
    src: url("../fonts/IntroRustH1-Base.otf") format("opentype");
}
@font-face {
    font-family: Juri-Zaech-Cobbler-SemiBold;
    src: url("../fonts/Juri-Zaech-Cobbler-SemiBold.otf") format("opentype");
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: unset;
}
button {
    cursor: pointer;
}
.header-banner {
    display: flex;
    background-color: rgb(249, 184, 31);
    color: white;
    font-size: 100%;
    font-weight: bold;
}
@media not screen and (min-width: 768px) {
    .header-banner {
        display: none;
    }
}
.header-banner-title {
    padding: 10px;
    margin: auto;
}
.header-banner-title a:hover {
    text-decoration: underline;
}
.header-banner-logos {
    position: absolute;
    top: 5px;
    right: 5%;
}
.header-banner-logos-mobile {
    display: flex;
    align-items: flex-start;
}
.header-mobile-menu {
    padding-left: 10px;
}
.header-mobile-menu-expanded {
    display: none;
    border-radius: 10px;
    width: 50%;
    background-color: rgba(249,184,31,0.9);
    position: absolute;
    top: 50px;
    right: 2vw;
    text-align: right;
    line-height: 8vw;
    color: #432918;
    padding: 1vw 3vw;
    font-weight: bold;
    z-index: 5;
}
.header-mobile-menu-expanded > ul {
    list-style-type: none;
    padding: 0;
    word-break: break-all;
}
.header {
    display: flex;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}
.header-mobile {
    display: none;
}
@media not screen and (min-width: 768px) {
    .header {
        display: none;
    }
    .header-mobile {
        display: flex;
        justify-content: space-between;
        padding: 10px 30px;
    }
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15%; /* Need a specific value to work */
    top: 45%;
}
.logo-mobile {
    width: 35%;
}
.menu {
    display: flex;
    padding: 30px 20px;
    flex-grow: 100;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #432918;
}
.menu-left {
    padding-right: 30px;
    width: 42%;
}
.menu-right {
    padding-left: 30px;
    width: 42%;
}
.menu > .menu-item {
    flex-grow: 100;
    line-height: 3;
}
.menu > .selected {
    font-weight: bold;
    color: #003D6B;
}
.menu-division {
    width: 16%;
}
.logo-perfil {
    vertical-align: middle;
}
.cover-container {
    position: relative;
    background-image: url("../img/cover.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 59.89%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
.cover-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cover {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20%;
}
@media not screen and (min-width: 768px) {
    .cover {
        bottom: 15%;
    }
}
.cover-btn {
    border-radius: 30px;
    text-transform: uppercase;
    width: 14%;
    padding: 15px 0;
    margin: 0 5%;
    border: 0;
    color: #432918;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
}
@media not screen and (min-width: 768px) {
    .cover-btn {
        width: 30%;
        font-size: 10px;
        padding: 10px 0;
    }
}
.page {
    display: flex;
    flex-direction: column;
    padding: 5% 10%;
}
.page > * {
    padding: 80px 0;
}
@media not screen and (min-width: 768px) {
    .page > * {
        padding: 30px 0;
    }
}
.food-card-1, .food-card-9d {
    width: 100%;
    margin: auto;
}
.food-card-1-mobile,
.food-card-2-mobile,
.food-card-3-mobile {
    display: none;
}
.banner-alone {
    width: 100%;
}
@media not screen and (min-width: 768px) {
    .food-card-1,
    .food-card-2,
    .food-card-3,
    .food-card-4,
    .food-card-5,
    .food-card-6,
    .food-card-7,
    .food-card-8,
    .food-double-card-container {
        display: none !important;
    }
    .food-card-1-mobile,
    .food-card-2-mobile,
    .food-card-3-mobile {
        display: flex;
        position: relative;
        flex-direction: column;
    }
}
@keyframes animated-decoration-1-translate {
    0%   {transform: translateY(0%);}
    25%  {transform: translateY(20%);}
    50%  {transform: translateY(0%);}
    75%  {transform: translateY(20%);}
    100% {transform: translateY(0%);}
}
.food-card-1-container {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.food-card-1-img {
    box-sizing: border-box;
    max-width: 50%;
    width: 50%;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    background-image: url(../img/arepazos-de-maiz-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.food-card-1-content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    justify-content: space-evenly;
}
.food-card-1-animated-decoration-1 {
    position: absolute;
    top: -30%;
    right: -10%;
    height: 40%;
    animation-name: animated-decoration-1-translate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: 1;
}
@media not screen and (min-width: 768px) {
    .food-card-1-animated-decoration-1 {
        top: -7%;
        right: -6%;
        height: 8%;
    }
}
@keyframes animated-decoration-2-translate {
    0%   {transform: translateY(0%) rotate(100deg);}
    25%  {transform: translateY(20%) rotate(100deg);}
    50%  {transform: translateY(0%) rotate(100deg);}
    75%  {transform: translateY(20%) rotate(100deg);}
    100% {transform: translateY(0%) rotate(100deg);}
}
.food-card-1-animated-decoration-2 {
    position: absolute;
    top: 30%;
    left: -10%;
    height: 18%;
    animation-name: animated-decoration-2-translate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@media not screen and (min-width: 768px) {
    .food-card-1-animated-decoration-2 {
        top: -6%;
        left: -8%;
        height: 11.5%;
        z-index: 1;
    }
    .food-card-1-paragraph-mobile {
        padding-bottom: 40px;
    }
}
.food-card-1-upper, .food-card-1-lower {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.food-card-1-upper-left, .food-card-1-upper-right, .food-card-1-lower-left, .food-card-1-lower-right {
    box-sizing: border-box;
    max-width: 50%;
    width: 50%;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
}
.food-card-1-upper-left {
    padding: 10px 20px 30px 40px;
    color: #432918;
}
.food-card-1-lower-right {
    color: #432918;
    padding: 20px;
}
.food-card-1-title {
    font-family: Moranga;
    font-size: 50px;
    color: #432918;
}
@media not screen and (min-width: 768px) {
    .food-card-1-title {
        text-align: center;
        font-size: 22px;
    }
}
.food-card-1-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #432918;
}
@media not screen and (min-width: 768px) {
    .food-card-1-subtitle {
        text-align: center;
        font-size: 15px;
    }
}
.food-card-1-text {
    padding: 20px 0;
    color: #432918;
}
@media not screen and (min-width: 768px) {
    .food-card-1-text {
        text-align: center;
        font-size: 14px;
    }
    .food-card-1-text-mobile {
        color: #432918;
        /*background-color: #F9B81F;*/
        padding: 10px;
    }
}
.food-card-1-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    background-color: rgb(250, 196, 71);
}
.food-card-1-title-2 {
    font-weight: bold;
}
.food-card-1-logos {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.food-card-1-logos > img {
    padding: 0 10px;
    box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
    .food-card-1-title-2 {
        font-size: 12px;
    }
    .food-card-1-text-2 {
        font-size: 10px;
    }
    .food-card-1-logos {
        justify-content: space-around;
    }
    .food-card-1-logos > img {
        padding: 0;
    }
}
.food-card-1-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    height: 27%;
    padding-left: 0;
}
@media not screen and (min-width: 768px) {
    .food-card-1-button-container {
        width: 100%;
    }
}
.food-card-2 {
    position: relative;
}
.food-card-2-banner {
    position: absolute;
    z-index: 3;
    height: 50%;
    right: 0;
}
@media not screen and (min-width: 768px) {
    .food-card-2-banner {
        height: 30%;
        left: 50%;
        transform: translate(-50%, 0);
        top: 12%;
    }
}
.food-card-10-banner {
    position: absolute;
    z-index: 3;
    height: 50%;
    right: 0;
}
@media not screen and (min-width: 768px) {
    .food-card-10-banner {
        height: 39%;
        left: 50%;
        transform: translate(-50%, 0);
        top: 8%;
    }
}
.food-card-2-logo {
    position: absolute;
    z-index: 3;
    bottom: 76px;
    right: -10px;
    height: 25%;
}
@media not screen and (min-width: 768px) {
    .food-card-2-logo {
        height: 13%;
        bottom: 30px;
        right: -1%;
    }
}
.food-card-10-logo {
    position: absolute;
    z-index: 3;
    bottom: 80px;
    right: 0px;
    height: 25%;
}
@media not screen and (min-width: 768px) {
    .food-card-10-logo {
        height: 18%;
        bottom: 30px;
        right: 0%;
    }
}
.food-card-2-container {
    position: relative;
    background-image: url("../img/food-card-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-2-container {
        background-image: url("../img/food-card-2-mobile.png");
        padding-top: 129%;
        background-size: cover;
    }
}
.food-card-20-container {
    position: relative;
    background-image: url("../img/Banners-granolas-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-20-container {
        background-image: url("../img/Banners-granolas-version-movil-19.png");
        padding-top: 129%;
        background-size: cover;
    }
}
.food-card-10-container {
    position: relative;
    background-image: url("../img/food-card-10-banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-10-container {
        background-image: url("../img/food-card-10-banner-mobile.png");
        padding-top: 129%;
        background-size: cover;
    }
}
.food-card-2-content {
    position: absolute;
    top: 35%;
    left: 5%;
    display: flex;
    flex-direction: column;
    height: 67%;
    max-width: 40%;
    color: #432918;
    justify-content: space-between;
}
@media not screen and (min-width: 768px) {
    .food-card-2-content {
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: 35%;
        height: 50%;
    }
    .food-card-2-paragraph {
        text-align: center;
    }
}
.food-card-10-content {
    position: absolute;
    top: 35%;
    left: 5%;
    display: flex;
    flex-direction: column;
    height: 67%;
    max-width: 50%;
    color: #432918;
    justify-content: space-between;
}
@media not screen and (min-width: 768px) {
    .food-card-10-content {
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: 50%;
        height: 35%;
    }
    .food-card-2-paragraph {
        text-align: center;
    }
}
.food-card-2-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-2-subtitle {
    font-family: Moranga;
    font-size: 1.7vw;
    line-height: 1;
    padding-bottom: 10px;
}
@media not screen and (min-width: 768px) {
    .food-card-2-title {
        font-size: 5vw;
        padding-bottom: 1vw;
    }
    .food-card-2-subtitle {
        font-size: 3.8vw;
        padding-bottom: 1vw;
    }
}
.food-card-2-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
}
@media not screen and (min-width: 768px) {
    .food-card-2-text {
        font-size: 2.6vw;
    }
}
.food-card-2-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    position: absolute;
    height: 27%;
    padding-left: 5%;
}
.food-card-2-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    background-color: white;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.4);
}
@media not screen and (min-width: 768px) {
    .food-card-2-button-container {
        width: 100%;
        padding-left: 0;
    }
    .food-card-2-button {
        width: 24vw;
        padding: 2vw 0;
        margin: 0 auto;
        font-size: 3.3vw;
    }
    .food-card-2-paragraph {
        padding-bottom: 1vw;
    }
}
.food-card-2-button-container-mobile {
    align-self: center;
}
.food-card-2-decoration {
    width: 4vw;
}

.gudmud-title, .gudmud-subtitle {
    font-family: Juri-Zaech-Cobbler-SemiBold;
}
.gudmud-title {
    margin-top: -8px;
    color: rgb(43, 52, 76);
}
.gudmud-subtitle {
    color: rgb(122, 53, 146);
    margin-bottom: 5px;
}
.gudmud-text {
    color:rgb(43, 52, 76);
    font-weight: 700;
}

@media (min-width: 768px) {
    .gudmud-button {
        bottom: -42px;
    }
}
@media (min-width: 1120px) {
    .gudmud-button {
        bottom: 0px;
    }
}

.food-card-3 {
    position: relative;
}
.food-card-3-banner {
    position: absolute;
    z-index: 3;
    height: 75%;
    right: 0;
    bottom: 77px;
}
.food-card-3-logo {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 50%;
    height: 17%;
    transform: translate(-50%, -50%);
}
@media not screen and (min-width: 768px) {
    .food-card-3-footer {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 11%;
        justify-content: center;
    }
    .food-card-3-logo {
        position: relative;
        bottom: unset;
        left: unset;
        height: 100%;
        transform: unset;
    }
}

.food-card-3-container {
    position: relative;
    background-image: url("../img/food-card-3.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-3-container {
        background-image: url("../img/food-card-3-mobile.jpg");
        padding-top: 129%;
    }
}
.food-card-3-content {
    display: flex;
    position: absolute;
    top: 0%;
    flex-direction: column;
    height: 73%;
    max-width: 70%;
    color: white;
    justify-content: space-evenly;
    padding: 5%;
}
@media not screen and (min-width: 768px) {
    .food-card-3-content {
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: 35%;
        height: 46%;
        color: white;
        justify-content: space-between;
    }
    .food-card-3-paragraph {
        text-align: center;
    }
}
.food-card-3-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-3-subtitle {
    font-family: Moranga;
    font-size: 1.7vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-3-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
    max-width: 50%;
}
.food-card-3-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    position: absolute;
    height: 27%;
    padding-left: 5%;
}
.food-card-3-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    background-color: white;
    color: #003D6B;
}
.food-card-4 {
    position: relative;
}
.food-card-4-banner {
    position: absolute;
    z-index: 3;
    height: 75%;
    right: 0;
    bottom: 77px;
}
@media not screen and (min-width: 768px) {
    .food-card-4-banner {
        position: absolute;
        z-index: 3;
        right: 0;
        height: 44%;
        left: 50%;
        bottom: unset;
        transform: translate(-50%, 0);
    }
}
.food-card-4-container {
    position: relative;
    background-image: url("../img/food-card-4.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-4-container {
        background-image: url("../img/food-card-4-mobile.png");
        padding-top: 129%;
    }
}
.food-card-4-content {
    display: flex;
    position: absolute;
    top: 6%;
    flex-direction: column;
    height: 73%;
    max-width: 70%;
    color: black;
    justify-content: space-evenly;
    padding: 5%;
}
@media not screen and (min-width: 768px) {
    .food-card-4-content {
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: 43%;
        height: 40%;
        justify-content: space-between;
    }
    .food-card-4-paragraph {
        text-align: center;
    }
}
.food-card-4-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-4-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
    max-width: 50%;
}
.food-card-4-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    position: absolute;
    height: 27%;
    padding-left: 5%;
}
.food-card-4-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.food-card-5-container {
    position: relative;
    background-image: url("../img/food-card-5.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-5-container {
        background-image: url("../img/food-card-5-mobile.png");
        padding-top: 129%;
    }
}
.food-card-5-banner {
    position: absolute;
    z-index: 3;
    height: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
}
.food-card-5-content {
    display: flex;
    position: absolute;
    top: 6%;
    flex-direction: column;
    height: 71%;
    max-width: 70%;
    color: black;
    justify-content: space-evenly;
    padding: 5%;
}
@media not screen and (min-width: 768px) {
    .food-card-5-content {
        left: 0;
        max-width: 100%;
        padding: 10px;
        top: unset;
        bottom: 9%;
        height: 35%;
        color: #432918;
        justify-content: space-between;
    }
}
.food-card-5-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-5-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
    max-width: 50%;
}
.food-card-5-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    position: absolute;
    height: 27%;
}
.food-card-5-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.food-card-6 {
    position: relative;
}
.food-card-6-banner {
    position: absolute;
    z-index: 3;
    height: 38%;
}
@media not screen and (min-width: 768px) {
    .food-card-6-banner {
        height: 40%;
        left: 50%;
        right: 0;
        transform: translate(-50%, 0);
    }
}
.food-card-6-container {
    position: relative;
    background-image: url("../img/food-card-6.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 43.04%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-6-container {
        background-image: url("../img/food-card-6-mobile.jpg");
        padding-top: 129%;
    }
}
.food-card-6-content {
    display: flex;
    position: absolute;
    top: 6%;
    flex-direction: column;
    height: 71%;
    max-width: 70%;
    color: #432918;
    justify-content: space-evenly;
    padding: 5%;
}
@media not screen and (min-width: 768px) {
    .food-card-6-content {
        left: 0;
        max-width: 100%;
        padding: 10px;
        top: unset;
        bottom: 8%;
        height: 50%;
        color: #432918;
        justify-content: space-between;
    }
}
.food-card-6-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-6-subtitle {
    font-family: Moranga;
    font-size: 1.7vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-6-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
    max-width: 50%;
}
.food-card-6-button-container {
    align-items: center;
    display: flex;
    width: 200px;
    bottom: 0;
    position: absolute;
    height: 27%;
}
.food-card-6-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    color: #432918;
}
.food-double-card-container {
    display: flex;
    flex-direction: row;
}
.food-card-7, .food-card-8 {
    width: 50%;
}
.food-card-7 {
    position: relative;
    padding-right: 30px;
}
.food-card-7-banner {
    align-self: center;
    width: 80%;
}
.food-card-7-stamp {
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 3;
    height: 30%;
}
.food-card-8 {
    padding-left: 30px;
}
.food-card-7-container {
    position: relative;
    background-image: url("../img/food-card-7.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 93.37%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-7-container {
        background-image: url("../img/food-card-7-mobile.jpg");
        padding-top: 129%;
    }
}
.food-card-7-content {
    position: absolute;
    top: 5%;
    left: 10%;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 50%;
    color: #432918;
}
@media not screen and (min-width: 768px) {
    .food-card-7-content {
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: unset;
        top: 0%;
        height: 90%;
        color: #432918;
        justify-content: space-between;
    }
}
.food-card-7-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-7-subtitle {
    font-family: Moranga;
    font-size: 1.7vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-7-text {
    max-width: 60%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
}
.food-card-7-button-container {
    align-items: flex-end;
    display: flex;
    width: 200px;
    bottom: 5%;
    position: absolute;
    height: 27%;
    left: 10%;
}
.food-card-7-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    background-color: white;
}
.food-card-8-container {
    position: relative;
    background-image: url("../img/food-card-8.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 93.37%; /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
@media not screen and (min-width: 768px) {
    .food-card-8-container {
        background-image: url("../img/food-card-8-mobile.jpg");
        padding-top: 129%;
    }
}
@keyframes animated-decoration-3-translate {
    0%   {transform: translateY(0%) rotate(100deg);}
    25%  {transform: translateY(20%) rotate(100deg);}
    50%  {transform: translateY(0%) rotate(100deg);}
    75%  {transform: translateY(20%) rotate(100deg);}
    100% {transform: translateY(0%) rotate(100deg);}
}
.food-card-8-animated-decoration-3 {
    position: absolute;
    top: -15%;
    right: -10%;
    height: 18%;
    animation-name: animated-decoration-3-translate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.food-card-8-content {
    position: absolute;
    top: 5%;
    left: 10%;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    color: #432918;
}
@media not screen and (min-width: 768px) {
    .food-card-8-content {
        text-align: center;
        left: 0;
        max-width: 100%;
        padding: 10px 30px;
        top: unset;
        top: 0%;
        height: 88%;
        color: #432918;
        justify-content: space-between;
    }
}
.food-card-8-title-heading {
    font-family: Roboto;
    font-size: 1.7vw;
    line-height: 1;
    padding-bottom: 10px;
}
.food-card-8-title {
    font-family: Moranga;
    font-size: 3.4vw;
    line-height: 1;
    padding-bottom: 10px;
}
@media not screen and (min-width: 768px) {
    .food-card-8-title {
        font-size: 5vw;
    }
    .food-card-8-title-heading {
        font-size: 3vw;
    }
    .food-card-8-paragraph {
        flex-direction: column;
        display: flex;
        height: 60%;
        justify-content: center;
    }
}
.food-card-8-text {
    max-width: 90%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2;
}
@media not screen and (min-width: 768px) {
    .food-card-8-text {
        font-size: 2.6vw;
        margin: 0 auto;
    }
}
.food-card-8-button-container {
    align-items: flex-end;
    display: flex;
    width: 200px;
    bottom: 5%;
    position: absolute;
    height: 27%;
    left: 10%;
}
.food-card-8-button {
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 0;
    border: 0;
    font-weight: bold;
    font-size: 1.2vw;
    background-color: white;
}
@media not screen and (min-width: 768px) {
    .food-card-2-content,
    .food-card-3-content,
    .food-card-4-content,
    .food-card-5-content,
    .food-card-6-content,
    .food-card-7-content,
    .food-card-8-content {
        z-index: 4;
    }
}
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgb(249, 184, 31);
}
footer, .footer-newsletter-input, .footer-newsletter-input::placeholder, .footer-newsletter-button {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15%; /* Need a specific value to work */
    top: -15%;
}
@media not screen and (min-width: 768px) {
    .footer-logo {
        width: 25vw;
        top: -9vw;
        max-width: 120px;
    }
}
.footer-columns {
    display: flex;
    padding: 10% 5% 3% 5%;
    place-content: center;
}
.footer-columns > * {
    /*flex: 1;*/
    padding: 0 5%;
}
.footer-columns > div > ul, .footer-columns-mobile > div > ul {
    list-style-type: none;
    padding: 0;
    word-break: break-all;
}
.footer-links-container {
    padding: 20px 10px; display: flex; align-self: center;
}
.footer-columns > div > .footer-links > li {
    margin: 10px 0;
}
.footer-links-left {
    padding-right: 15px;
}
.footer-links-right {
    padding-left: 15px;
}
.footer-columns > div > .footer-newsletter > li {
    margin: 10px 0;
}
.footer-columns-mobile {
    display: none;
}
.footer-columns-mobile-newsletter {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: 60px;
}
.footer-columns-mobile-newsletter-text {
    font-size: 10px;
    padding-left: 20px;
}
.footer-columns-mobile-newsletter-input-container {
    display: block;
    margin-top: 10px;
}
@media not screen and (min-width: 768px) {
    .footer-columns {
        display: none;
    }
    .footer-columns-mobile {
        display: flex;
        flex-direction: column;
    }
    .footer-newsletter-input, .footer-newsletter-input::placeholder {
        font-size: 10px;
    }
    .footer-newsletter-input {
        padding: 5px 20px !important;
    }
    .footer-newsletter-button {
        font-size: 10px;
        padding: 5px 15px !important;
    }
    .footer-columns-mobile > div > ul {
        font-size: 12px;
    }
}
.footer-newsletter-input {
    border: 2px solid #ECA600;
    border-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
}
.footer-newsletter-button {
    border: 2px solid #ECA600;
    border-radius: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    background-color: white;
    color: #F9B81F;
}
.footer-logos-redes {
    display: flex;
    align-self: center;
    padding-bottom: 5%;
    width: 6%;
}
@media not screen and (min-width: 770px) {
    .footer-logos-redes {
        display: none;
    }
}
.footer-logos-mobile {
    display: flex;
    align-self: center;
    padding-bottom: 20px;
}
.inspirate {
    text-align: center;
    padding-bottom: 150px;
}
@media not screen and (min-width: 770px) {
    .inspirate {
        padding-bottom: 12vh;
    }
}
.btn-inspirate {
    background-color: transparent;
    border: 2px solid #F9B81F;
    border-radius: 60px;
    font-family: Moranga;
    font-size: 180%;
    padding: 10px 30px;
}
@media not screen and (min-width: 768px) {
    .btn-inspirate {
        font-size: 2vh;
        padding: 5px 15px;
    }
}
.btn-whatsapp {
    position: fixed;
    bottom: 3%;
    right: 0;
    margin-right: 1%;
    width: 60px;
    z-index: 10;
}
.scroll-up {
    display: inline-block;
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 25px;
    background-color: #fff;
    color: #222;
    bottom: calc(3% + 60px + 2%);
    right: 0;
    margin-right: 1%;
    text-align: center;
    overflow: hidden;
    z-index: 11;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.scroll-up > i {
    padding: 17px;
}
@media not screen and (min-width: 768px) {
    .btn-whatsapp {
        margin-right: 5%;
        width: 50px;
    }
    .scroll-up {
        margin-right: 5%;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        bottom: calc(3% + 50px + 2%);
    }
}
.branding-logo {
    display: none;
}

/* Estilos Slider */

.sliderContainerDesktop {
    position: relative;
    overflow: hidden;
}
.slider1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    transform: translateX(var(--slide-transform));
    transition: var(--transition);
    background-color: #FFF;
}
.slider-element_desktop {
    min-width: 100%;
}
.slider-element_desktop img {
    width: 100%;
}
.sliderButtons {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider-button {
    width: 30px;
    height: 30px;
    font-size: 30px;
    background-color: transparent;
    color: #FFF;
    border: none;
    outline: none;
}

@media (max-width: 767px) {
    .sliderContainerDesktop {
        width: 100%;
        max-width: 348px;
        margin: 0 auto;
    }
    .scroll-up > i {
        padding: 14px;
    }
}