@font-face {
    font-family: 'gotham_blackregular';
    src: url('webfonts/gotham_black_regular-webfont.woff2') format('woff2'),
         url('webfonts/gotham_black_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('webfonts/gothambook_0-webfont.woff2') format('woff2'),
         url('webfonts/gothambook_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('webfonts/gotham-light-webfont.woff2') format('woff2'),
         url('webfonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('webfonts/gothammedium_0-webfont.woff2') format('woff2'),
         url('webfonts/gothammedium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('webfonts/gothambold_0-webfont.woff2') format('woff2'),
         url('webfonts/gothambold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue_lt_75_bdoutliRg';
    src: url('webfonts/helvetica_lt_75_bold_outline-webfont.woff2') format('woff2'),
         url('webfonts/helvetica_lt_75_bold_outline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_lt_std65Md';
    src: url('webfonts/helveticaneueltstd-md-webfont.woff2') format('woff2'),
         url('webfonts/helveticaneueltstd-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cream_cakeregular';
    src: url('webfonts/creamcake.woff2') format('woff2'),
         url('webfonts/creamcake.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --berrie: #003369;
    --berrie-claro: #8e9ed1;
    --hberrie: #5a79ff;
    --yellow: #f1e300;
    --blanco: #fff;
    --negro: #000;
    --gris: #3a3a3a;
    --fiusha: #ec1053;
    --recetas: #fa3358;
    --gotham-blackr: 'gotham_blackregular', sans-serif;
    --gotham-book: 'gothambook', sans-serif;
    --gotham-light: 'gothamlight', sans-serif;
    --gotham-medium: 'gothammedium', sans-serif;
    --gotham-bold: 'gothambold', sans-serif;
    --helveticneue65-medium: 'helvetica_neue_lt_std65Md', sans-serif;
    --helveticneue75-bold: 'helveticaneue_lt_75_bdoutliRg', sans-serif;
    --cream-cake: 'cream_cakeregular', sans-serif;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--blanco);
    font-family: var(--gotham-bold);
    font-size: 2rem;
    min-height: 100vh;
}

img {
    height: auto;
    max-width: 100%;
}

h1 {
    font-size: 5rem;
}
h2 {
    font-size: 4rem;
}

ul {
    color: var(--blanco);
    list-style: none;
    padding: 0;
}

section {
    padding: 15rem 0;
    width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

header {
    align-items: center;
    background-color: rgba(255, 255, 255, .75);
    display: flex;
    font-family: var(--helveticneue65-medium);
    left: 0;
    justify-content: space-between;
    padding: 2rem 3.5rem;
    position: fixed;
    top: 0;
    transition: .6s;
    width: 100%;
    z-index: 99999;
}

header.sticky {
    animation-duration: 1s;
    animation-name: slidedown;
    background: var(--blanco);
    opacity: .9;
    padding: 2rem 3.5rem;
    position: fixed;
    top: 0;
    z-index: 9999;
}
@keyframes slidedown {
    from {
        margin-top: -150px;
    }
    to {
        margin-top: 0px;
    }
}
header.sticky .menu a:hover {
    color: var(--hberrie);
    padding: 5px 15px;
    text-shadow: none;
}
header .brand {
    color: var(--cblanco);
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}
header .brand img {
    min-width: 12rem;
}
header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .menu a {
    color: var(--berrie);
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 15px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    transition-property: color, background;
}
header .menu a:hover {
    color: var(--hberrie);
    padding: 5px 15px;
    text-shadow: none;
}
header .menu .active {
    color: var(--hberrie);
}
header .btn-hamb {
    cursor: pointer;
    font-size: 25px;
    display: none;
}

header .menu img {
    display: none;
}

@media (max-width: 1060px) {
    header.sticky {
        padding-left: 35px;
        padding-right: 35px;
    }
    header .btn-hamb {
        display: block;
    }
    header .btn-hamb i {
        color: var(--berrie);
    }
    header .menu {
        background: var(--blanco);
        background-image: url(../images/berries_bkg.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        color: var(--blanco);
        flex-direction: column;
        height: 100vh;
        min-width: 400px;
        right: -46rem;
        padding: 80px 50px;
        position: fixed;
        top: 0;
        transition: .5s;
        transition-property: right;
        z-index: 99;
    }
    header .menu.active {
        right: 0;
    }
    header .menu.active a {
        color: var(--berrie);
    }
    header .menu .close-btn {
        color: var(--berrie);
        left: 0;
        margin: 25px;
        position: absolute;
        top: 0;
    }
    header .menu img {
        display: block;
        left: 50%;
        position: absolute;
        top: 15%;
        transform: translateX(-50%);
        width: 30%;
    }
    header .menu a {
        display: block;
        font-size: 20px;
        margin: 20px;
        padding: 5px 15px;
        text-shadow: none;
    }
    header .menu a:hover {
        color: var(--hberrie);
    }
}

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100vh;
    background: #fff;
    position: relative;
}
main.spage {
    margin-top: 0;
}
.video {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
}
.video .video-bg .logo_video {
    height: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
@media screen and (min-width: 1024px) {
    .video .video-bg .logo_video {
        height: 25%;
        width: 25%;
    }
}
a#main-scroll {
    border: .2rem solid var(--blanco);
    border-radius: 3rem;
    bottom: 6rem;
    height: 6rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 3.5rem;
}
a#main-scroll::before {
    animation: move-down 2s infinite;
    background-color: var(--blanco);
    border-radius: 50%;
    content: '';
    height: .6rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: .6rem;
    width: .6rem;
}
a#main-scroll::after {
    color: var(--blanco);
    content: 'SCROLL DOWN';
    bottom: -3.5rem;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    left: 50%;
    letter-spacing: .3rem;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 20rem;
}
@keyframes move-down {
    80% {
        opacity: .5;
    }
    100% {
        transform: translateY(3.7rem);
        opacity: 0;
    }
}
.hero-section {
    height: 100vh;
    position: relative;
    width: 100%;
}
.hero-section .slide {
    position: relative;
}
.hero-section .slide .slide-img img {
    display: block;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.hero-section .slide .caption {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 70%;
}
.hero-section .slide .caption .logow.line {
    position: relative;
}
.hero-section .slide .caption .logow img {
    opacity: .9;
    margin-bottom: 3rem;
}
.hero-section .slide .caption .logow h1 {
    color: var(--blanco);
    font-size: 4rem;
    margin-bottom: 3rem;
    text-wrap: wrap;
    width: 25rem;
}
.hero-section.somos__slide .slide .caption .logow h1 {
    color: var(--yellow);
    text-align: center;
}
.hero-section .slide .caption .logow.line::before {
    display: none;
}
@media screen and (min-width: 768px) {
    .hero-section .slide .caption .logow h1 {
        width: 45rem;
    }
}
@media screen and (min-width: 1024px) {
    .hero-section .slide .caption .logow h1 {
        font-size: 8rem;
        margin-bottom: 0;
    }
    .hero-section.somos__slide .slide .caption .logow h1 {
        font-size: 6rem;
        text-align: right;
        width: 60%;
    }
}
.hero-section .slide .caption h2 {
    color: var(--blanco);
    font-size: 2.3rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .hero-section .slide .caption h2 {
        font-size: 3rem;
    }
}
.hero-section .slide .caption p {
    color: var(--blanco);
    font-family: var(--gotham-bold);
}
.hero-section .slide .caption p span {
    color: var(--yellow);
}
.hero-section.productos .slide .caption p {
    font-family: var(--gotham-bold);
}
.hero-section.beneficios .slide .caption p,
.hero-section.beneficios.recipes .slide .caption p {
    font-family: var(--gotham-bold);
    font-size: 2rem;
    line-height: 1;
}
@media screen and (min-width: 1024px) {
    .hero-section.beneficios .slide .caption p {
        font-size: 4rem;
    }
}
.hero-section.beneficios.recipes .slide .caption p {
    font-family: var(--cream-cake);
    font-size: 6.5rem;
}
@media screen and (min-width: 768px) {
    .hero-section.beneficios.recipes .slide .caption p {
        font-size: 8rem;
    }
}
@media screen and (min-width: 1024px) {
    .hero-section.beneficios.recipes .slide .caption p {
        font-size: 12rem;
    }
}
.hero-section.beneficios.recipes .slide .caption .link {
    border: .3rem solid var(--blanco);
    color: var(--blanco);
    cursor: pointer;
    display: block;
    font-family: var(--gotham-bold);
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 1.3rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease;
}
/* @media screen and (min-width: 768px) {
    .hero-section.beneficios.recipes .slide .caption .link {
        font-size: 3rem;
    }
} */
.hero-section.beneficios.recipes .slide .caption .link:hover {
    background-color: var(--berrie);
}
@media screen and (min-width: 1024px) {
    .hero-section .slide .caption .logow img {
        opacity: .9;
        margin-bottom: 3rem;
        width: 35%;
    }
    .hero-section .slide .caption p {
        font-size: 3rem;
    }
    .hero-section.pqelegirnos .slide .caption .logow img {
        margin-bottom: 0;
    }
}
.slick-prev {
    left: 15px;
}
.slick-prev:before {
    content: '\f137';
}
.slick-next:before {
    content: '\f138';
}
.slick-next {
    right: 15px;
}
.slick-prev, .slick-next {
    z-index: 100;
}
.slick-prev:before, .slick-next:before {
    color: var(--blanco);
    font-family: 'FontAwesome';
    font-size: 25px;
}
.slick-dots {
    bottom: 2.5rem;
}
.slick-dots li button:before {
    font-size: unset;
    background-color: var(--blanco);
    border-radius: 50%;
    opacity: 1;
    height: 1.5rem;
    width: 1.5rem;
}
.slick-dots li.slick-active button:before {
    background-color: transparent;
    border: 3px solid var(--blanco);
    border-radius: 50%;
    opacity: 1;
}

.more {
    border: 2px solid var(--yellow);
    border-radius: 4rem;
    color: var(--yellow);
    display: inline-block;
    font-family: var(--gotham-bold);
    padding: 1.5rem 3rem;
    margin-top: 5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.more:hover {
    background-color: var(--yellow);
    color: var(--blanco);
}
.more.btn_white {
    border-color: var(--blanco);
    color: var(--blanco);
}
.more.btn_white:hover {
    background-color: var(--blanco);
    color: var(--berrie);
}
.more.btn_berrie {
    border-color: var(--berrie);
    color: var(--berrie);
}
.more.btn_berrie:hover {
    background-color: var(--berrie);
    color: var(--blanco);
}

/* ==================[2. SOMOS]===================== */
.somos {
    background-image: url(../images/somos_bkg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.somos .logonowberries {
    z-index: 1;
}
.somos .logonowberries img {
    width: 50%;
}
@media screen and (min-width: 1024px) {
    .somos .logonowberries img {
        width: 100%;
    }
}
.somos .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.somos .shape svg {
    position: relative;
    display: block;
    width: calc(120% + 1.3px);
    height: 100vh;
    transform: rotateY(180deg);
}
.somos .shape .shape-fill {
    fill: var(--hberrie);
    opacity: .6;
}
.somos .somos_slide .slide p {
    color: var(--blanco);
    font-family: var(--gotham-bold);
    font-size: 2.7rem;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    .somos .somos_slide .slide p {
        font-size: 4.7rem;
    }
}
.somos .somos_slide .slide p span {
    color: var(--yellow);
}
.somos .slick-dots {
    bottom: -5rem;
}
.somos .btn_more {
    z-index: 1;
}
.somos__content,
.somos__confianza {
    background-image: url(../images/somos.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.somos__content p {
    color: var(--blanco);
    font-family: var(--gotham-bold);
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
    text-align: center;
}
.somos__content .quienes_somos img,
.mision_vision .title_mvv img {
    margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
    .somos__content {
        height: 100vh;
    }
    .somos__content .quienes_somos img,
    .mision_vision .title_mvv img {
        width: 60%;
    }
}
.somos__content .content {
    position: relative;
}
.somos__content .exclamacion,
.mision_vision .info .exclamacion {
    display: none;
}
@media screen and (min-width: 768px) {
    .somos__content .exclamacion,
    .mision_vision .info .exclamacion {
        display: block;
        height: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 23%;
    }
    .somos__content.somos__confianza .exclamacion {
        width: 18%;
    }
    .mision_vision .info .exclamacion {
        width: 16%;
    }
}
@media screen and (min-width: 1024px) {
    .somos__content .exclamacion {
        width: 10%;
    }
    .somos__content.somos__confianza .exclamacion {
        width: 8%;
    }
}
.hero-section.pqelegirnos .slide .caption .logow img {
    width: 80%;
}
.hero-section.pqelegirnos .slide .caption h1 {
    color: var(--yellow);
    font-family: var(--gotham-bold);
    font-size: 4.5rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .hero-section.pqelegirnos .slide .caption h1 {
        font-size: 6rem;
    }
}
.somos__confianza {
    background-image: url(../images/porqueelegirnos.jpg);
}
.somos__content p span {
    color: var(--yellow);
}
.mision_vision .title,
.valores .title {
    margin-bottom: 4rem;
    position: relative;
}
.valores .title::after {
    border: .5rem solid var(--yellow);
    bottom: -1.5rem;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 15%;
}
.mision_vision .title img,
.valores .title img {
    height: 9.5rem;
    width: 9.5rem;
}
.mision_vision h1,
.valores h1 {
    color: var(--berrie);
    text-align: center;
}
.mision_vision p,
.valores p {
    color: var(--berrie);
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}
.valores p:nth-child(even) {
    color: var(--berrie-claro);
}
.mision_vision .info {
    position: relative;
    width: 100%;
}
.mision_vision .info .mision {
    position: relative;
}
.mision_vision .info .mision::before {
    background-image: linear-gradient(90deg, var(--berrie) 0% 35%, transparent 0% 65%, var(--berrie) 0% 100%);
    bottom: -3rem;
    content: '';
    left: 50%;
    height: .6rem;
    position: absolute;
    transform: translateX(-50%);
    width: 65%;
    z-index: -1;
}
.valores img {
    height: 6rem;
    width: 6rem;
}
.valores p,
.valores h1 {
    color: var(--berrie);
}
.valores .valores__img {
    align-items: center;
    background-color: var(--berrie);
    border-radius: 100%;
    display: flex;
    height: 15rem;
    justify-content: center;
    width: 15rem;
}
.valores .valores__img img {
    height: 10rem;
    width: 10rem;
}

/* ==================[3. PRODUCTOS]===================== */
.valores,
.experiencia,
.mision_vision,
.recetas {
    background-image: url(../images/berries_bkg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.producto {
    background-image: url(../images/mix.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.producto.inicio {
    background-image: url(../images/mix-inicio.jpg);
    height: 100%;
}
@media screen and (max-width: 430px) {
    .producto {
        height: auto;
    }
}
.producto.producto__blueberries {
    background-image: url(../images/blueberries.jpg);
}
.producto.producto__strawberries {
    background-image: url(../images/strawberries_mb.jpg);
    height: 100vh;
}
.producto.producto__blackberries {
    background-image: url(../images/blackberries_producto.jpg);
    height: 100vh;
}
.producto.producto__raspberrie {
    background-image: url(../images/raspberries_producto.jpg);
}
.producto h1 {
    color: var(--blanco);
    font-family: var(--gotham-bold);
    font-size: 3rem;
    position: relative;
    text-align: center;
}
.producto .line::after {
    background-color: var(--yellow);
    bottom: -3rem;
    content: '';
    height: .3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20rem;
}
@media screen and (min-width: 768px) {
    .producto h1 {
        font-size: 7rem;
    }
    .producto .line::after {
        width: 55rem;
    }
}
.producto h2 {
    font-size: 4.5rem;
}
.producto p {
    color: var(--blanco);
    font-family: var(--gotham-bold);
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 3rem;
    margin-bottom: 7rem;
    text-align: center;
}
.producto p span {
    color: var(--yellow);
}
.producto.producto__blueberries .info_disponible p,
.producto.producto__strawberries .info_disponible p,
.producto.producto__blackberries .info_disponible p, 
.producto.producto__raspberrie .info_disponible p {
    font-size: 2rem;
    margin: 0;
}
.producto .info {
    position: relative;
}
.producto .info .exclamacion img {
    width: 20%;
}
.producto .logow img {
    height: auto;
    margin-bottom: 5rem;
    width: 50%;
}
@media screen and (min-width: 768px) {
    .producto .info .exclamacion img {
        width: 10%;
    }
    .producto.somos__content .info .exclamacion img {
        width: 100%;
    }
    .producto .logow img {
        margin-bottom: 10rem;
        width: 35%;
    }
}
@media screen and (min-width: 1024px) {
    .producto .info .exclamacion img {
        width: 100%;
    }
    .producto .logow img {
        width: 25%;
    }
}
.producto .blueberries_title img,
.producto .strawberries_title img, 
.producto .blackberries_title img {
    border-radius: 0;
}
.producto .blueberries_title p,
.producto .strawberries_title p,
.producto .blackberries_title p {
    font-family: var(--gotham-bold);
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
.producto.producto__blueberries .disponible h2,
.producto.producto__strawberries .disponible h2,
.producto.producto__blackberries .disponible h2, 
.producto.producto__raspberrie .disponible h2 {
    color: var(--yellow);
    font-size: 3rem;
}
.producto.producto__blueberries .disponible {
    position: relative;
}
@media screen and (min-width: 768px) {
    .producto .blueberries_title p,
    .producto .strawberries_title p,
    .producto .blackberries_title p {
        font-size: 3rem;
        text-align: start;
    }
    .producto .blueberries_title img,
    .producto .strawberries_title img, 
    .producto .blackberries_title img {
        width: 50%;
        border-radius: 0;
    }
}
.producto.producto__blueberries .disponible ul,
.producto.producto__strawberries .disponible ul,
.producto.producto__blackberries .disponible ul,
.producto.producto__raspberrie .disponible ul {
    color: var(--blanco);
    display: grid;
    font-family: var(--gotham-bold);
    font-size: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.producto.producto__blueberries .disponible ul li, 
.producto.producto__strawberries .disponible ul li, 
.producto.producto__blackberries .disponible ul li, 
.producto.producto__raspberrie .disponible ul li {
    padding: 3rem 1rem 1rem 1.5rem;
    position: relative;
}
.producto.producto__blueberries .disponible ul li::before,
.producto.producto__strawberries .disponible ul li::before,
.producto.producto__blackberries .disponible ul li::before, 
.producto.producto__raspberrie .disponible ul li::before {
    color: var(--berrie);
    content: '\f133';
    font-family: 'Font Awesome 6 Free';
    font-size: 5rem;
    font-weight: 900;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -100;
}
.producto.producto__blueberries .disponible ul li::after,
.producto.producto__strawberries .disponible ul li:nth-child(-n+3)::after,
.producto.producto__strawberries .disponible ul li:nth-last-child(-n+3)::after,
.producto.producto__blackberries .disponible ul li:nth-child(-n+5)::after,
.producto.producto__blackberries .disponible ul li:nth-last-child(-n+3)::after,
.producto.producto__raspberrie .disponible ul li:nth-child(-n+5)::after,
.producto.producto__raspberrie .disponible ul li:nth-last-child(-n+3)::after {
    bottom: 0;
    color: var(--yellow);
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    position: absolute;
    right: 0;
}
.producto.producto__blueberries .info_disponible {
    position: relative;
}
.producto.producto__blueberries .info_disponible img {
    border-radius: 0;
}
.producto .strawberries_title p,
.producto .blackberries_title p {
    color: var(--blanco);
}

/* ==================[4. BENEFICIOS]===================== */
.beneficios .features {
    color: var(--berrie);
    font-family: var(--gotham-bold);
    font-size: 2rem;
    line-height: 1;
    position: relative;
}
.beneficios .line::before {
    background-color: var(--yellow);
    top: -3rem;
    content: '';
    height: .3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20rem;
}
.beneficios .logotipo img {
    height: 85%;
    width: 85%;
}
@media screen and (min-width: 768px) {
    .beneficios .logotipo img {
        height: 50%;
        width: 50%;
    }
    .beneficios .features {
        font-size: 3rem;
    }
    .beneficios .line::before {
        width: 55rem;
    }
}
@media screen and (min-width: 1024px) {
    .beneficios .logotipo img {
        height: 35%;
        width: 35%;
    }
}
.beneficios, .beneficios.strawberries {
    background-image: url(../images/beneficios_bkg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beneficios .img-beneficios {
    margin-bottom: 5rem;
    position: relative;
}
.beneficios .img-beneficios::before {
    border: .3rem solid var(--yellow);
    bottom: -3rem;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 95%;
}
.beneficios .img-beneficios.linea::before {
    width: 60%;
}
.beneficios .img-beneficios img {
    height: auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .strawberries .img-beneficios img {
        width: 60%;
    }
}
.beneficios .m-beneficios ul {
    margin-left: 0;
}
.beneficios .m-beneficios .m-beneficios__two ul {
    margin-right: 0;
}
.beneficios.beneficios__top {
    height: 100%;
}
@media screen and (min-width: 768px) {
    .beneficios.beneficios__top {
        height: 100vh;
    }
}
.beneficios.strawberries {
    height: 100vh;
}
.beneficios.beneficios__top .m-beneficios h2,
.beneficios.strawberries h2 {
    color: var(--berrie);
    font-family: var(--gotham-bold);
    font-size: 3rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .beneficios.beneficios__top .m-beneficios h2,
    .beneficios.strawberries h2 {
        font-size: 4rem;
    }
}
.beneficios.strawberries h2 {
    color: var(--blanco);
}
.beneficios.beneficios__top .m-beneficios ul li,
.beneficios.strawberries .m-beneficios ul li {
    color: var(--berrie);
    font-family: var(--gotham-bold);
}
.beneficios.strawberries .m-beneficios ul li {
    color: var(--blanco);
}
@media screen and (min-width: 1024px) {
    .beneficios .m-beneficios ul {
        margin-left: 15rem;
    }
    .beneficios .m-beneficios .m-beneficios__two ul {
        margin-right: 10rem;
    }
    .beneficios__top .m-beneficios ul,
    .beneficios.strawberries ul {
        margin-left: 0;
    }
}
.beneficios .m-beneficios ul li,
.beneficios.strawberries ul li {
    font-family: var(--gotham-bold);
    font-size: 3rem;
    line-height: 1;
}
.beneficios .m-beneficios ul li:last-child {
    margin-bottom: 0;
}
.beneficios .m-beneficios .m-beneficios__two ul {
    color: var(--berrie);
}
.beneficios.strawberries {
    background-image: url(../images/strawberries_mb.jpg);
}
.beneficios.blackberries {
    background-image: url(../images/blackberries_mb.jpg);
}
.beneficios.raspberries {
    background-image: url(../images/raspberries_mb.jpg);
}
.recetas {
    height: auto;
}
.recetas .title {
    position: relative;
}
.recetas .title h1 {
    color: var(--recetas);
    font-family: var(--cream-cake);
    font-size: 8.5rem;
}
.recetas .title h1::after {
    background-image: linear-gradient(90deg, var(--yellow) 0% 39%, transparent 0% 46%, var(--yellow) 0% 85%);
    bottom: 1.7rem;
    content: '';
    left: 50%;
    height: .6rem;
    position: absolute;
    transform: translateX(-50%);
    width: 70%;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    .recetas .title h1 {
        font-size: 17rem;
    }
    .recetas .title h1::after {
        bottom: 4rem;
    }
}
@media screen and (min-width: 1024px) {
    .recetas {
        height: 100vh;
    }
    .recetas .title h1 {
        font-size: 25rem;
    }
    .recetas .title h1::after {
        bottom: 5rem;
    }
}
.recetas .r-text h2 {
    color: var(--berrie);
    font-family: var(--gotham-bold);
    font-size: 2.5rem;
    letter-spacing: 1.5rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .recetas .r-text h2 {
        font-size: 5rem;
    }
    
}
/* [ Header cart ] */
.wrap-header-cart {
    background-color: rgba(0,0,0,0.0);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;  
    transition: all 0.4s;
}
.header-cart {
    background-color: var(--blanco);
    height: 100%;
    max-width: calc(100% - 30px);
    opacity: .80;
    overflow-y: scroll;
    padding: 0 35px;
    position: fixed;
    right: -400px;
    top: 0;
    width: 390px;
    z-index: 1100;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;  
    transition: all 0.4s;

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.header-cart::after {
    content: '';
    display: block;
    width: 100%;
    height: 9%;
    min-height: 30px;
}
.show-header-cart {
    visibility: visible;
    background-color: rgba(0,0,0,0.6);
}
.show-header-cart .header-cart {
    right: 0;
}
.content-tempo {
    display: grid;
    font-size: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
.header-cart-title {
    color: var(--recetas);
    width: 260px;
    max-width: 100%;
    height: 16.5%;
    min-height: 85px;
}
.header-cart-title .close {
    color: var(--berrie);
}
.header-cart-content {
    color: var(--berrie);
    flex-grow: 1;
    overflow: auto;
    align-content: space-between;
}
.header-cart-content ul {
    color: var(--berrie);
    font-family: var(--gotham-book);
    font-size: 1.5rem;
}
ul.instrucciones li {
    margin-bottom: 1.5rem;
}
.header-cart-wrapitem {
    flex-grow: 1;
}
.close {
    cursor: pointer;
}
/* ==================[5. CONTACTO]===================== */
.orgullosamente,
.contacto,
.contact_address,
.mapa {
    background-image: url(../images/contacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contacto.contacto__inicio {
    background-image: url(../images/contactanos-inicio.jpg);
}
.orgullosamente {
    background-image: url(../images/contacto-inicio.jpg);
}
.orgullosamente .line {
    padding-bottom: 5rem;
    position: relative;
}
.orgullosamente .line h1 {
    color: var(--blanco);
    font-size: 3rem;
    position: relative;
    z-index: 100;
}
.orgullosamente .line::after {
    content: '';
    background-image: url(../images/exclamacion.svg);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 7%;
}
@media screen and (min-width: 768px) {
    .orgullosamente .line::after {
        right: 0;
        width: 8%;
    }
}
@media screen and (min-width: 768px) {
    .orgullosamente .line h1 {
        font-size: 7.5rem;
    }
}
.orgullosamente .line h1::after {
    background-color: var(--blanco);
    bottom: -3rem;
    content: '';
    height: .3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20rem;
}
.orgullosamente p {
    color: var(--blanco);
    font-size: 2rem;
    font-family: var(--gotham-bold);
}
.orgullosamente p:first-child {
    font-size: 3rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .orgullosamente p {
        font-size: 3rem;
    }
    .orgullosamente .line h1::after {
        width: 55rem;
    }
}
section.contacto.contacto__inicio {
    padding: 0;
}
.contacto__inicio .contacto__info {
    background-color: var(--blanco);
    background-image: url(../images/berries_bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15rem 7rem;
}
.contacto.contacto__inicio .contacto__info h1,
.contacto.contacto__inicio .contacto__info p {
    color: var(--berrie);
}
.contacto .contacto__content {
    color: var(--blanco);
    position: relative;
    z-index: 1000;
}
.contacto .contacto__content h1 {
    color: var(--yellow);
    font-family: var(--gotham-bold);
    font-size: 4rem;
    margin-bottom: 2.3rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .contacto .contacto__content h1 {
        font-size: 5rem;
    }
}
.contacto .contacto__content h1.micho {
    letter-spacing: .8rem;
    border-bottom: .5rem solid var(--blanco);
    margin-bottom: 4rem;
}
.contacto .contacto__content p {
    font-family: var(--gotham-bold);
    font-size: 2.4rem;
}
.contacto .contacto__content p span {
    font-size: 3rem;
}
.contacto .contacto__content p .now {
    color: var(--berrie-claro);
}
.contacto .contacto__content p .now__exclama {
    color: var(--yellow);
}
.contacto .contacto__content .contacto__info > div {
    margin-bottom: 2rem;
}
.contacto .contacto__content .contacto__info > div img {
    height: auto;
    margin-bottom: 2.5rem;
    width: 50%;
}
@media screen and (min-width: 768px) {
    .contacto .contacto__content .contacto__info > div img {
        margin-bottom: 0;
        width: 15%;
    }
}
.contacto .contacto__content iframe {
    height: 45rem;
}
.contacto .pin_contacto {
    padding: 3rem 0;
}
.contacto .pin_contacto a {
    color: var(--berrie);
    text-decoration: none;
}
.contacto .pin_contacto a p {
    font-size: 3.3rem;
}
@media screen and (min-width: 1024px) {
    .contacto .pin_contacto {
        padding: 0;
    }
    .contacto .contacto__content iframe {
        height: 100%;
    }
}
.title_contacto img {
    height: auto;
    margin-bottom: 3rem;
    width: 15rem;
}
.title_contacto h2 {
    color: var(--yellow);
    font-size: 3rem;
}
@media screen and (min-width: 768px) {
    .title_contacto img {
        margin-right: 2rem;
    }
    .title_contacto h2 {
        font-size: 3.5rem;
    }
}
.experiencia {
    color: var(--berrie);
}
.experiencia h1 {
    font-size: 3.5rem;
}
.experiencia p {
    font-family: var(--gotham-bold);
    font-size: 2.5rem;
}
.experiencia .info p:first-child {
    margin-bottom: 5rem;
    position: relative;
}
.experiencia .info p:first-child::before {
    content: '';
    border: .3rem solid var(--recetas);
    bottom: -2.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
}
.contact_address {
    background-image: url(../images/contacto_foot.jpg);
    height: 100%;
}
.contact_address p {
    color: var(--yellow);
    font-size: 4rem;
    margin: 0;
}
.contact_address .social__media {
    padding-top: 3rem;
}
.contact_address .social__media p,
.contact_address .social__media p a {
    color: var(--blanco);
    font-size: 2.5rem;
    text-align: center;
    transform: none;
    writing-mode: unset;
}
.contact_address .social__media p a {
    text-decoration: none;
}
.contact_address .social__media p a:hover {
    text-decoration: underline;
}
.contact_address .social__media p:first-child {
    color: var(--yellow);
}
.contact_address .social__media p:last-child {
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .experiencia h1 {
        font-size: 5rem;
    }
    .experiencia p {
        font-size: 3rem;
    }
    .contact_address p {
        transform: rotate(180deg);
        writing-mode: vertical-lr;
    }
    .contact_address .social__media p {
        font-size: 3rem;
    }
}
@media screen and (min-width: 1024px) {
    .contact_address p {
        font-size: 4.3rem;
    }
}
.contact_address .logonowberries {
    position: relative;
}
.contact_address .logonowberries::before {
    border: .3rem solid var(--yellow);
    bottom: -2.5rem;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40%;
}
.contact_address .logonowberries img {
    width: 49%;
}
@media screen and (min-width: 768px) {
    .contact_address .logonowberries img {
        width: 55%;
    }
}
.mapa {
    background-image: url(../images/fondo_mapa.jpg);
}
.mapa p {
    color: var(--berrie);
    margin: 0;
}
.mapa img {
    margin-right: 3rem;
    width: 4.5rem;
}
@media screen and (min-width: 1024px) {
    .contact_address .logonowberries img {
        width: 35%;
    }
    .mapa p {
        font-size: 3rem;
    }
    .mapa img {
        width: 7rem;
    }
}

/* ==================[5. FOOTER]===================== */
.footer {
    background-color: var(--berrie);
    color: var(--blanco);
    padding: 8rem 0 1.5rem 0;
    position: relative;
    width: 100%;
}
.footer__logo img {
    height: auto;
    width: 40%;
}
.footer .social__media a {
    margin-right: 1.5rem;
}
.footer .social__media a:last-child {
    margin-right: 0;
}
.footer .social__media img {
    height: 6rem;
    width: 6rem;
}
.footer .footer__menu {
    margin: 3rem 0 6rem 0;
}
.footer .footer__menu a {
    color: var(--blanco);
    text-decoration: none;
}
.footer .footer__menu img {
    height: auto;
    width: 5rem;
}
.footer .copyright {
    margin-top: 3rem;
}

.whatsapp {
    align-items: center;
    background-color: #25d366;
    bottom: 100px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
    cursor: pointer;
    display: flex;
    height: 70px;
    justify-content: center;
    position: fixed;
    right: 20px;
    transition: background-color 0.2s linear;
    width: 70px;
    z-index: 10000;
}
.whatsapp a {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 40px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}


/* ==================[6. PRELOADER]===================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blanco);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        align-items: center;
    -webkit-box-pack: center;
        justify-content: center;
    z-index: 99999999;
}

.sk-cube-grid {
    width: 5rem;
    height: 5rem;
    margin: 10rem auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--berrie);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1);
    } 
}

.fade-out {
    opacity: 0; /* Fade-out effect */
    transition: all 500ms ease;
}

/* back to top button */
#backToTopBtn {
    background-color: var(--yellow);
    border: none;
    border-radius: .7rem;
    bottom: 2rem;
    color: var(--blanco);
    cursor: pointer;
    display: none;
    font-size: 2.6rem;
    height: 5rem;
    right: 2rem;
    outline: none;
    position: fixed;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    width: 5rem;
    z-index: 100;
}

#backToTopBtn:hover,
#backToTopBtn:focus {
    background-color: var(--berrie);
}