@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

* {
  
    /* Calculation */
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
  }

:root {
    --base-width: 1920;
    --base-height: 1080;
    --bvh: var(--base-height)px / 100;
    --bvw: var(--base-width)px / 100;
    /* The heading multiplier isn't necessary for responsive font-sizing.
    It's  just to allow reducing the size of all headings by a single value. */
    --heading-multiplier: 1;
    --rojo: #d60812;
    --gris: #707070;
    --gris-claro: #F1F1F1;
    --naranja: #ff9e18;
    --cafe: #3a2b23;
    --amarillo: #ffd100;
    --negro-grisaceo: #303030;
    --gris-dark: #ABA9A9;
}

body {
    font-family: 'Roboto', sans-serif;
}

.text-rojo {
    color: var(--rojo);
}

h1,h2,h3,h4,h5,h6 {
    color: var(--cafe);
    font-family: 'Signika', sans-serif;
    font-weight: 900!important;
}



p{
    font-family: 'Roboto', sans-serif;
}

.bg-gris{background-color: var(--gris-claro);}
.bg-naranja{background-color: var(--naranja);}

.logo-header {
    z-index: 2;
}

header:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    transform: skewY(-1deg);
    top: 30px;
    display: none;
}

.navbar-expand-md .navbar-nav {
    position: relative;
    z-index: 9;
}

.navbar-nav-custom li {
    margin: 0px 1vw;
    font-family: 'Signika', sans-serif;
}

.nav-link  {
    color: var(--gris)!important;
    font-weight: bold;
}

li.nav-item:hover a  {
    color: var(--rojo)!important;
    border-bottom: 1px solid;
    font-weight: bold;
}

li.nav-item.active a  {
    color: var(--rojo)!important;
    border-bottom: 1px solid;
    font-weight: bold;
}

.rounded-custom {
    border-radius: 1rem!important;
}

.logo-header {
    transition: all 0.5s ease-in-out;
    top: -50%;
    z-index: 9;
}

a.nav-link.active:hover .logo-header {
    top: 0%;
}

.yt-video {
    height: 60vw;
}

.btn-descubrelos {
    color: var(--cafe);
    background: var(--amarillo);
    padding: 1vmax 2vmax;
    top: 75%;
    position: absolute;
    border-radius: 20px;
    box-shadow: none;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    width: auto; 
}

.btn-descubrelos:hover {
    color: white;
    text-decoration: none;
    background-color: var(--cafe);
}

/*------- carousel home ---------*/

#owl-banners .owl-nav {
    position: absolute;
    top: 45%;
    font-size: 5rem;
    color: white;
    width: 100%;
}

#owl-banners button.owl-prev {
    left: 10vw;
    position: relative;
}

#owl-banners button.owl-next {
    float: right;
    right: 10vw;
    position: relative;
}

#owl-banners .owl-dots {
    position: absolute;
    background: red;
    z-index: 11111;
    bottom: 10%;
    height: 10px;
    width: 50%;
    right: 5%;
}

#owl-banners .owl-dot.active {
    background: white;
    height: 30px;
    width: 20px;
}

/*-----------*/

.swiper-pagination.swiper-pagination-bullets {
    float: left;
    left: 0;
    width: 40%;
    position: relative;
    bottom: 4vw;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    color: white;
    font-weight: 900;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--rojo);
}

/*-----------------------*/

.separador-carousel {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    left: 0;
}

.btn-rojo {
    color: white;
    background-color: var(--rojo);
    text-decoration: none;
    padding: 10px;
    border-radius: 5px 10px 10px 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-weight: bold;
    transition: all 0.5s;
}

.btn-rojo:hover {
    color: white;
    background-color: var(--cafe);
}

.icon-marketplaces {
    height: 100px;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.icon-marketplaces:hover {
    filter: grayscale(0);
}

.logo-footer {
    float: right;
    right: 5%;
    position: relative;
    z-index: 1;
    bottom: 3vw;
}

.fondo-footer-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
    height: 50%;
    object-fit: cover;
}

.section-3 {
    /* margin: 1vw 0; */
    position: relative;
    overflow: hidden;
    padding-bottom: 14vw;
}

/* .section-3:before {
    content: "";
    height: 75px;
    width: 100%;
    background: white;
    position: absolute;
    transform: rotate(-2deg);
    top: -2vw;
} */

.section-3:after {
    content: "";
    height: 50px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    transform: rotate( 2deg);
    bottom: -2vw;
    z-index: 1;
}

.logo-amarillo {
    height: auto;
    width: 10%;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.logo-amarillo-2 {
    height: auto;
    width: 20%;
    margin: 0 auto;
    transform: rotate(180deg);
}

.section-4 {
    margin: 6vw 0;
    position: relative;
    padding-bottom: 10vh;
}

/* .section-4:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, 3deg);
    top: -9vw;
    z-index: -1;
} */

.card-gv:hover .title-card-gv {
    background: var(--cafe);
}

.title-card-gv {
    background: var(--rojo);
    border-radius: 0px 0px 20px 20px;
    color: white;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 1%;
}

.section-5 {
    margin: 1vw 0;
}

/* .section-5:after {
    margin: 1vw 0;
}

.section-5:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, 1deg);
    z-index: -1;
    top: -1vw;
}

.section-5:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, -1deg);
    z-index: -1;
    bottom: -3vw;
}
 */
.section-6 {
    margin: 4vw 0;
    position: relative;
}

.section-6:after {
    margin: 1vw 0;
}

.section-6:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, 1deg);
    z-index: -1;
    top: -1vw;
}

.section-6:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, -1deg);
    z-index: -1;
    bottom: -3vw;
}

.section-3-recetas-tips {
    margin: 4vw 0;
    padding: 5vw 0;
}


.section-3-recetas-tips:after {
    margin: 1vw 0;
}

.section-3-recetas-tips:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, 1deg);
    z-index: -1;
    top: -1vw;
}

.section-3-recetas-tips:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, -1deg);
    z-index: -1;
    bottom: -3vw;
}

.section-3-recetas-tips iframe {
    border-radius: 40px;
}



/*--------------------------------------------*/

.card-receta img {
    height: 320px!important;
    object-fit: cover;
}

.card-receta a .btn-plus-receta {
    height: auto!important;
    object-fit: cover;
    width: 20%!important;
    top: 45%;
    position: absolute;
    right: -5%;
}

#owl-tips-rutinas .owl-nav,
#owl-tips .owl-nav,
#owl-recetas .owl-nav,
#owl-clientes .owl-nav {
    position: absolute;
    top: 0%;
    width: 99%;
    z-index: -1;
}

#owl-tips-rutinas .owl-prev,
#owl-tips .owl-prev,
#owl-clientes .owl-prev,
#owl-recetas .owl-prev{
    float: left;
    left: 0;
    --max-font: 30;
    --min-font: 25;
    font-size: var(--responsive);
}

#owl-tips-rutinas button.owl-next,
#owl-tips button.owl-next,
#owl-clientes button.owl-next,
#owl-recetas button.owl-next {
    float: right;
    right: 0;
    --max-font: 30;
    --min-font: 25;
    font-size: var(--responsive);
}

#owl-tips-rutinas .owl-prev:hover,
#owl-tips-rutinas .owl-next:hover,
#owl-tips  .owl-prev:hover,
#owl-tips .owl-next:hover,
#owl-clientes .owl-prev:hover,
#owl-clientes .owl-next:hover,
#owl-recetas .owl-prev:hover,
#owl-recetas .owl-next:hover {
    background: none;
    color: var(--rojo);
}

#owl-tips-rutinas .owl-nav,
#owl-tips .owl-nav,
#owl-recetas .owl-nav {
    position: absolute;
    top: 50%;
    width: 110%;
    left: -5%;
    z-index: -1;
}
 

#owl-recetas .owl-prev {
    float: left;
    left: 0;
}

#owl-recetas button.owl-next {
    float: right;
    right: 0;
}

.card-menu {
    background: white;
    border-radius: 20px;
    padding: 20px 25px;
    width: 75vw;
    text-align: center;
    margin: 5vw 10px;
}

.card-menu.active span {
    background: var(--naranja);
}

.icon-menu span {
    background: var(--rojo);
    padding: 3%;
    margin-top: 1vw;
    position: relative;
    display: block;
    color: white;
    border-radius: 20px;
    --max-font: 17;
    --min-font: 15;
    font-size: var(--responsive);
}

.icon-menu:hover span{
    background: var(--naranja);
}

#mc_embed_signup {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

#mc_embed_signup input {
    background-color: var(--gris-claro);
}

.franja.naranja {
    position: absolute;
    background: var(--naranja);
    height: 180px;
    width: 100%;
    transform: skew(0deg, -3deg);
    z-index: 0;
    top: 65%;
}

.contenedor-form {
    margin-top: 5vw;
}

.contenedor-form p {
    transform: translate(0,0);
    z-index: 1;
    position: relative;
    color: var(--cafe);
    --max-font: 20;
    --min-font: 15;
    font-size: var(--responsive);
}

.sociales-footer {
    position: relative;
    z-index: 1;
    display: inline-flex;
    transform: translate(50%, -22vw);
}

.icon-footer {
    margin: 0 10px;
}

.icon-footer a {
    font-size: 20px;
    color: var(--cafe);
}

.section-form {
    margin-bottom: 30vw;
}

.copyright {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: var(--cafe);
    width: 85%;
    display: block;
    left: 0%;
    bottom: 1vw;
    transform: translate(30px, -100px);
}

#owl-recetas-granola .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
#owl-recetas-avena .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--amarillo);
}

.img-banner-interior {
    height: 245px;
    object-fit: cover;
}

.img-banner-interior-puntos {
    height: auto;
}

.section-banner-interior {
    margin-bottom: 5vw;
}

.section-beneficios-distribuidores {
    margin-top: 5vw;
    margin-bottom: 10vw;
}

.section-beneficios-2 {
    padding: 3vw 0;
}

/* .section-beneficios-distribuidores:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, 1deg);
    z-index: -1;
    top: -1vw;
}

.section-beneficios-distribuidores:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    transform: skew(0deg, -1deg);
    z-index: -1;
    bottom: -3vw;
} */

.card-tips-rutinas img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.title-tips {
    position: absolute;
    bottom: 5%;
    background: #ffc400;
    padding: 2%;
    width: 95%;
    margin: 0 auto;
    left: 10px;
    border-radius: 40px;
    min-height: 68px;
    display: flex;
    align-items: center;
    text-align: center;
}

section.section-4-recetas-tips {
    margin: 10vw 0;
}

footer:before {
    z-index: 0;
    content: "";
    position: absolute;
    height: 34px;
    top: -3%;
    width: 100%;
    transform: skew(0deg, 1deg);
    background: #ffffff;
}

.logo-gv-amarillo {
    height: auto;
    width: 20%;
    transform: rotate(
180deg
);
}

.section-provedores-1 {
    margin-top: 0vw;
    margin-bottom: 10vw;
}

.section-provedores-1:before {
    height: 5vw;
    content: "";
    width: 100%;
    background: white;
    position: absolute;
    z-index: 0;
    transform: skew(0deg, 1deg);
    top: -5%;
}

.section-provedores-1:after {
    height: 5vw;
    content: "";
    width: 100%;
    background: var(--gris-claro);
    position: absolute;
    z-index: -1;
    transform: skew(0deg, -1deg);
    bottom: -5%;
}

.nav-footer ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.section-beneficios-3 {
    margin: 5vw 0;
    padding: 3vw 0;
}

#mc-embedded-subscribe {
    position: relative;
    transform: translate(24vw, 0px);
    background: var(--rojo)!important;
    font-weight: 600!important;
}

button.navbar-toggler {
    transform: translate(70vw, 0px);
}

/* .section-beneficios-3:before {
    content: "";
    height: 120px;
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    top: -3%;
    transform: skewY(1deg);
    z-index: 0;
} */

.section-beneficios-3:before {
    content: "";
    height: 47px;
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    top: -10px;
    transform: skewY(2deg);
    z-index: 0;
}

.section-beneficios-3:after {
    content: "";
    height: 120px;
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    bottom: -3%;
    transform: skewY(1deg);
    z-index: -1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d60812;
}

#mc_embed_signup .size1of2,
#mc_embed_signup .mc-field-group {
    width: 100%;
}

#mc_embed_signup form {
    padding: 3%;
    width: 100%;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border: none;
    padding: 5%;
    border-radius: 20px;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    border: none;
    background: #f1f1f1;
    padding: 2%;
    border-radius: 20px;
}

input#mc-embedded-subscribe {
    min-height: 50px;
}

#mc_embed_signup form {
    border-radius: 20px;
}

/*----popup----*/

#popup {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
    z-index: 9999;
    background-color: #CC3A2D;
    background-image: url(../img/popup-diagonales.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 2%;
    border: 20px solid white;
}

a.btn-white {
    background-color: white;
    padding: 15px 20px;
    border-radius: 10px 15px 15px 10px;
    color: var(--cafe);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 3px 5px 3px 0px rgb(0 0 0 / 50%);
    transition: all ease-in-out 0.5s;
}

.btn-white:hover {
    background-color: var(--cafe);
    color: white;
}

.btn-close-popup {
    float: right;
    right: -1vw;
    position: absolute;
    background: var(--cafe);
    border: none;
    color: white;
    font-size: 30px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    transition: all ease-in-out 0.5s;
}

.btn-close-popup:hover {
    color: var(--cafe);
    background-color: white;
}



/*------------------- responsivo ---------------------*/

@media (min-width: 576px) {  }


@media (min-width: 768px) {

    .section-form {
        margin-bottom: 15vw;
    }

    button.navbar-toggler {
        transform: translate(70vw, 0px);
    }

    .sociales-footer {
        transform: translate(0, 0);
    }

    .fondo-footer-2 {
        height: 30%;
    }

    .section-3 {
        padding-bottom: 20vw;
    }

    .section-4 {
        margin: 6vw 0;
        padding-bottom: 5vw;
    }

    .logo-amarillo {
        top: 80%;
    }

    img.logo-amarillo-derecho {
        float: right;
        transform: rotate(-90deg);
        right: -20%;
        position: relative;
        z-index: -1;
        top: 50%;
    }

    img.logo-amarillo-izquierdo {
        float: left;
        transform: rotate(90deg);
        left: -20%;
        position: relative;
        z-index: -1;
        top: 50%;
    }

    .section-3:after {
        bottom: -5vw;
    }

    .logo-footer {
        bottom: 0;
    }

    .nav-footer ul {
        list-style: none;
        display: inline-flex;
        padding: 0;
    }

    .card-menu {
        width: auto;
    }

    .sociales-footer {
        transform: translate(35vw, 0vw);
    }

    .copyright {
        color: var(--cafe);
        left: 0;
        width: 35%;
        transform: translate(32vw, -3vw);
    }

    .img-banner-interior {
        height: 100%;
        object-fit: cover;
    }
    
    .yt-video {
        height: 40vw;
    }
    
 }


@media (min-width: 992px) {

    header:after {
        display: block;
    }

    .copyright {
        left: 20%;
        width: 70%;
        transform: translate(0,0);
        color: white;
    }

    .icon-footer a {
        color: white;
    }

    .nav-footer ul {
        display: inline-flex;
    }

    .img-banner-interior {
        height: 600px;
        object-fit: cover;
        width: 100%;
    }

    .img-banner-interior-puntos {
        height: auto;
    }

    .section-beneficios-1 {
        margin-bottom: 5vw;
    }
    
    .franja.naranja {
        position: absolute;
        background: var(--naranja);
        height: 200px;
        width: 100%;
        transform: skew(0deg, -3deg);
        z-index: 0;
        top: 30%;
    }

    .card-menu {
        width: 189px;
    }

    .section-3 {
        padding-bottom: 10vw;
    }

    .section-3:before {
        height: 150px;
    }

    .logo-amarillo {
        top: 90%;
    }

    .fondo-footer-2 {
        height: 40%;
    }

    .contenedor-form p {
        color: white;
        transform: translate(0vw, 6vw);
    }
   
    .fondo-footer-2 {
        height: 60%;
    }

 }


@media (min-width: 1200px) { 
    .card-menu {
        width: 153px;
        margin: 0px 10px;
        padding: 1%;
    }

    .section-3:after {
        bottom: -4vw;
    }

    
    .sociales-footer {
        transform: translate(0vw, 0vw);
    }
    .logo-footer {
        bottom: 3vw;
    }
 }


@media (min-width: 1400px) {
    .section-3:after {
        bottom: -3vw;
        height: 100px;
    }

    .logo-amarillo {
        top: 86%;
    }

    .fondo-footer-2 {
        height: 40%;
    }

    .contenedor-form p {
        color: white;
        transform: translate(0vw, 4vw);
    }
    .section-beneficios-3:before {
        height: 100px;
        top: -42px;
    }
 }


/************************
        Giveaway
 */

.p92 {
    margin-top: 92px;
}

.giveaway {
    font-family: 'Signika', sans-serif;
}

.giveaway-titles h3 {
    font-weight: 400 !important;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px
}

.giveaway-titles h3 span {
    color: var(--rojo);
    font-weight: 700;
}

.giveaway-list {
    font-size: 28px;
    line-height: 32px;
}

.giveaway-list_item {
    margin-bottom: 25px;
}

.giveaway-list_item a {
    color: var(--cafe);
}

.giveaway-list_item-number {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.giveaway-list_item-number span {
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: var(--amarillo);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.giveaway-list_item-text {
    display: flex;
    align-items: center;
}

.giveaway-form {
    border-radius: 40px;
    border: 3px solid var(--amarillo);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 40px;
    font-family: 'Signika', sans-serif;
}

.giveaway-form label {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--negro-grisaceo);
    margin-bottom: 5px;
}

.giveaway-form input {
    border: none;
    border-radius: 20px;
    background-color: var(--gris-claro);
    width: 100%;
    height: 60px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.giveaway-form input[type=submit] {
    background-color: var(--amarillo);
    padding: 12px 28px;
    height: 52px;
    font-family: 'Roboto', sans-serif;
    color: var(--cafe);
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
}

.giveaway-file {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.giveaway-form_box-file label {
    width: 100%;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gris-dark)
}

.giveaway-file + label {
    max-width: 100%;
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem; /* 10px 20px */
    border: 2px dashed var(--gris-dark);
    border-radius: 20px;
    margin-bottom: 20px;
}

.giveaway-file + label svg {
    margin-right: 20px;
}
