.menu {
    position: relative;
    z-index: 999;
}

a.btn.normal-font.custom-button:hover {
    color: white;
    background-color: #256db7;
}

* {
    box-sizing: border-box;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px;
}

#navbarSupportedContent {
    display: none !important;
}

.navigation-default .navbar .navbar-brand {
    margin-left: 26vw;
}

.block .float .block-3 {
    margin-right: 24vw;
}

#block-breadcrumbs {
    display: none;
}

.navbar-toggler {
    display: none;
}

.navigation-default--fixed {
    background: #61A2E4 !important;
    color: white !important;
}

.card.card-receta {
    /* height: 100%; */
}

.card.card-receta .card-body .card-text-recetas {
    line-height: 1.1vw !important;
    margin-bottom: 0;
    padding-top: 2vw;
}

.card.card-receta .card-body .row .col-4 [class*="text-card"] {
    font-size: 1vw !important;
    padding: 0.5vw 0;
    margin: 0;
}

.card.card-receta .card-body .row .col-4 {
    padding: 0;
    text-align: center;
}


@font-face {
    font-family: "Amberly-Bold";
    font-style: normal;
    font-weight: 200;
    src: url('/themes/custom/minestle/fonts/Amberly/Amberly-Bold.ttf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Bellfort";
    font-style: normal;
    font-weight: 200;
    src: url('/themes/custom/minestle/fonts/Bellfort/Bellfort.ttf') format("opentype");
    font-display: swap;

}

@font-face {
    font-family: "Nestle-Text";
    font-style: italic;
    font-weight: 200;
    src: url('/themes/custom/minestle/fonts/NestleText/NestleText-Italic.otf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Nestle-Text";
    font-style: normal;
    font-weight: 400;
    src: url('/themes/custom/minestle/fonts/NestleText/NestleText-Light.otf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Nestle-Text";
    font-style: normal;
    font-weight: 700;
    src: url('/themes/custom/minestle/fonts/NestleText/NestleText-Bold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "NestleText";    
    font-style: italic;
    font-weight: 400;    
    src: url('/themes/custom/minestle/fonts/NestleTextAR/NestleTextAR-Light.otf') format("opentype");
    font-display: swap;
}


i {
    font-family: "Amberly-Bold";
    font-weight: 700;
    font-size: 5vw;
}

nav {
    padding: 0 10px 0 10px;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0%);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navar {
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand-img {
    height: 14vw;
    filter: brightness(3);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media screen and (min-width: 992px) {
    .navbar-brand-img {
        height: 4vw;
    }
}


/* --------------------------------
Section Header 
-------------------------------- */

.section-header {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding-bottom: 12vw;
    z-index: 1;
    margin-top: -9vw;
}

.section-header .block-1 {
    top: 7vw;
    left: 22vw;
}

.section-header .block-1 img {
    width: 18vw;
}

.section-header .block-2 {
    left: 9vw;
    top: 28vw;
}

.section-header .block-2 h2 {
    text-align: left;
    color: #FFFFFF;
    font-family: "Nestle-Text";

}

.section-header .block-3 {
    left: 9vw;
    top: 35vw;
}

.section-header .block-3 img {
    width: 30vw;
    height: auto;
}

.section-header h1 {
    font-size: 1.4vw;
    text-align: left;
    color: #e8cca0;
    line-height: 30px;
    font-family: "Nestle-Text";
}

.block.float {
    position: absolute;
}

.block {
    text-align: center;
}

/* --------------------------------
Section Video 
-------------------------------- */

.section-video {
    background-color: #E8CCA0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: auto;
    /*padding-bottom: 25vw;*/
    margin-bottom: -55vw;
}

.section-video .block-1 {
    background-size: cover;
    position: relative;
    width: 100%;
    top: -20vw;
}

.section-video .block-1 img {
    width: 100%;
    height: auto;
}

.section-video .block-2 {
    position: relative;
    left: 0vw;
    top: -79.5vw;
}

.section-video .block-2 iframe {
    border-radius: 3vw;
    border: 0;
    width: 65vw;
    height: 36vw;
}

/*
.section-video .block-2{
    position: absolute;
    top: 15.9vw;
    right: 14vw;
}
.section-video .block-2 img{
    width: 40vw;
}*/

/* --------------------------------
Section Productos
-------------------------------- */

.section-productos {
    background-color: #E8CCA0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding-bottom: 5vw;
}

.section-productos p {
    margin: auto;
    padding-top: 1.5vw;
    max-width: 61vw;
    font-style: normal;
    font-size: 1.5vw;
    line-height: 1;
    text-align: center;
    color: #1D538B;
}

.section-productos .block-1 {
    position: relative;
}

/* --------------------------------
Section Productos-Modal
-------------------------------- */
/*Modal Mobile*/
.modal-dialog {
    max-width: 95vw;
}

.modal-content {

    height: 123vw;
    background-size: cover;
}

.modal .modal-content {
    max-width: 100%;
    margin: 37px auto 13px;
}

.product-retailer-container {
    margin-top: -5vw;
    padding: 0vw 0px 2px 0px;
}

.product-retailer-container h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    color: #1D538B;
    padding-bottom: 4vw;
}

.retailer-image img {
    max-width: 21vw !important;
}



.retailer-compra a {
    background-color: #CE5649;
    font-size: 3vw;
    text-align: center;
    letter-spacing: -0.02em;
    color: #E8CCA0;
    border-radius: 2.5rem;
}

.modal-close-btn {
    position: relative;
    z-index: 2;
}

.modal-close-btn button {


    position: absolute !important;
    top: 5px !important;
    right: 8px !important;
    border-radius: 100px;
    text-indent: -99999rem;
    border: 2px solid #1D538B;
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url("/themes/custom/minestle/images/la-lechera/btn-close.svg") no-repeat center center;
    filter: invert(24%) sepia(93%) saturate(741%) hue-rotate(177deg) brightness(93%) contrast(89%);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 55vw;
    }
}

/* --------------------------------
Section Recetas
-------------------------------- */

.section-recetas .block-2 .block-2_p {
    display: block;
    width: 50%;
    margin: 30px auto;
    color: white;
    text-align: left;
}

.section-recetas .block-2 .block-2_p i {
    font-family: "Amberly-Bold";
    color: #1c538b;
    font-size: 24px;
}

@media (min-width: 1512px) and (max-width: 1582px) {
    p[title~="text-card4"] {
        padding: 10px 0 9px 0 !important;
    }

    p[title~="text-card5"] {
        padding: 16px 0 15px 0 !important;
    }

    p[title~="text-card6"] {
        padding: 26px 0 26px 0 !important;
    }
}

@media (min-width: 1353px) and (max-width: 1511px) {
    p[title~="text-card4"] {
        padding: 10px 0 9px 0 !important;
    }

    p[title~="text-card5"] {
        padding: 23px 0 23px 0 !important;
    }

    p[title~="text-card6"] {
        padding: 33px 0 33px 0 !important;
    }
}

@media (min-width: 1255px) and (max-width: 1352px) {
    p[title~="text-card4"] {
        padding: 10px 0 9px 0 !important;
    }

    p[title~="text-card5"] {
        padding: 23px 0 23px 0 !important;
    }

    p[title~="text-card6"] {
        padding: 33px 0 33px 0 !important;
    }
}

@media (min-width: 1255px) and (max-width: 1352px) {
    p[title~="text-card4"] {
        padding: 10px 0 9px 0 !important;
    }

    p[title~="text-card5"] {
        padding: 23px 0 23px 0 !important;
    }

    p[title~="text-card6"] {
        padding: 23px 0 23px 0 !important;
    }
}

.section-recetas {
    /* background-color: #CE5649; */
    background-color: #9C362B;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 21vw;
    max-width: 100%;
    overflow-x: hidden;
}

.section-recetas .block-1 {
    background-size: cover;
    position: relative;
    width: 100%;
}

.section-recetas .block-1 img {
    width: 100%;
    height: auto;
}

.section-recetas .block-2 {
    position: relative;
    padding-top: 6vw;
    padding-bottom: 5vw;
}

.block-3 .d-flex {
    padding: 6px 17vw;
    flex-direction: row;
    /* padding-top: 5vw; */
    /* height: 3%; */
}

.section-recetas .block-4 {
    position: relative;
    top: 12vw;
}

.section-recetas .block-4 .title-inspirate {
    font-style: normal;
    text-align: center;
    color: #E8CCA0;
    font-size: 24px;
    line-height: 22px;
    padding: 3vw 19vw 0 19vw;
    position: static;
}

.block-4 .d-flex {
    padding: 6px 18vw;
    flex-direction: row;
    padding-top: 5vw;
}

.block-4 .card {
    background-color: #1D538B;
    margin: 1vw 1vw 1vw 1vw;
    width: 19vw;
    border: 12px solid #1D538B;
    border-radius: 1.2rem;
}

.card-body p {
    /*background-color: #1D538B; */
    font-family: 'Bellfort';
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.card-body a {
    color: #1D538B;
    background: #E8CCA0;
    border-radius: 20px;
    width: 14vw;
    font-size: 17px;
    margin: 7px 3px 0px 3px;
    border-color: transparent;
}

.card-body {
    padding: 1vw 1vw 1vw 1vw;
}

/*MOBILE TARGET
.section-recetas .block-3{
    width: 632px;
}
.section-recetas .block-3 .img-target{
    width: 59vw;
    height: auto;
    margin: auto;
}
.img-target img {
    width: 61vw;
}
.btn-receta{
    margin-top: -9vw;
}
.btn-receta a{
    font-size: 4vw;
    width: 44vw;
}*/
/*TARGET RECETAS DESK*/
.section-recetas .block-3 {
    position: relative;
}

/**/
.section-recetas .block-3 .img-target {
    margin: 1vw 1vw 1vw 1vw;
}

/**/
.img-target img {
    width: 20vw;
}

/**/
.btn-receta {
    /*margin-top: -4vw;*/
}

/**/
#product-retailer-container .product-retailer-container.d-flex.col-6 {
    max-width: 100%;
}

div#product-retailer-container {
    padding: 0 2vw 0 0vw;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .modal .modal-content {
        height: 50vw;
        max-height: 50vw;
    }



    .retailer-compra a {
        width: 25vw;
    }



    .product-retailer-container {
        margin-top: -16vw;

    }



    .section-recetas .block-2 .block-2_p i {
        font-size: 32px;
    }

    .section-recetas .block-2 .block-2_p {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .section-header {

        padding-bottom: 105vw;
        background-size: contain;
        margin-top: 0vw
    }

    .section-header .block-1 {
        left: 17vw;
    }

    .section-header .block-2 {
        top: 45vw;
    }

    .section-header .block-2 h2:nth-child(2) {
        padding-right: 25vw;
        font-size: 1.45rem;
        width: 80vw;
    }

    .section-header .block-1 img {
        width: 35vw;
    }

    .section-header .block-2 img {
        top: 70vw;
    }

    .section-header h1 {
        font-size: 5vw;
        width: 52vw;
        font-weight: 400;
    }

    i {
        font-size: 8vw !important;
    }

    .section-header .block-3 {
        top: 85vw;
    }

    .section-header .block-3 img {
        width: 50vw;
    }

    .section-video {
        margin-bottom: -205vw
    }

    .section-video .block-1 {
        top: -136vw;
    }

    .section-video .block-2 {
        left: -1.5vw;
        top: -235vw;
    }

    .section-video .block-2 iframe {
        width: 79vw;
        height: 45vw;
    }

    /*
    .section-video .block-2{
        top: 84.9vw;
        right: 14vw;
    }*/
    .section-productos .block-1 {
        top: 20vw;
        width: 100vw;
        max-width: 100%;
        margin-bottom: 18vw;
    }

    .section-productos .block-1 img {
        width: 90%;
    }

    .section-productos p {
        max-width: 80%;
        margin: auto;
        padding: 5vw 3vw;
        font-size: 3vw;
        line-height: 1;
    }

    .section-recetas .block-2 img {
        width: 90%;
        padding-top: 6vw;
    }

    .section-recetas .block-4 .title-inspirate {
        font-size: 16px;
        padding: 8vw 19vw 6vw 19vw;
    }

    .block-4 .card {
        width: 70vw;
        margin: 1vw 1vw 8vw 3vw;
    }

    .block-4 .d-flex {
        padding: 6px 18vw;
    }

    .card-body {
        padding: 1vw 0 0 0;
    }

    .card-body a {
        width: 50vw;
    }


    #product-retailer-container.d-flex .col-6 {
        width: 100%;
        max-width: 100%;
        margin: -15vw auto 0 auto;
        padding: 0;
    }

    .section-recetas .block-2 .block-2_p i {
        font-size: 32px;
    }

    .section-recetas .block-2 .block-2_p {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .d-lg-block i {
        font-size: 2vw;
    }

    /* --------------------------------
Section Productos-Modal
-------------------------------- */
    .modal .modal-content {
        max-width: 100%
    }

    .modal-content {

        height: 24vw;
        background-size: cover;
    }





    /*}
.modal-close-btn button{
    top: 8px;
    right: 14px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
}
.product-image-container img{
    position: absolute;
    width: 61% !important;
    margin-top: -9%;
    margin-left: -10vw;
}*/
    .product-retailer-container {
        margin-top: unset;

    }




    .retailer-image img {
        max-width: 7vw !important;
    }

    .retailer-compra a {
        background-color: #CE5649;
        font-size: 1vw;
        text-align: center;
        letter-spacing: -0.02em;
        color: #E8CCA0;
        border-radius: 2.5rem;
        width: 10vw;
    }
}

.la-lechera-form-section .block-1 {
    background-size: cover;
    position: relative;
    width: 100vw;
    max-width: 100%;
}

.la-lechera-form-section .block-1 img {
    width: 100%;
    height: auto;
}

.btn-producto-mb {
    margin-top: 1vw;
}

.btn-producto-mb a {
    background-color: #1D538B;
    font-size: 4vw;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    border-radius: 2.5rem;
    width: 26vw;
}


/* --------------------------------
Section MG
-------------------------------- */
.la-lechera-form-section,
.la-lechera-tint-section,
.tint-section {
    background-color: #4C9E99;
    width: 100vw;
    max-width: 100%;
}

.tint-section .text-container {
    display: none;
}

#subscribe-email-lalechera {
    /*background-color: #4C9E99;*/
    background-color: #1D538B;
    padding-bottom: 14vh;
}

.la-lechera-form-subtitle {
    width: 59vw;
    margin-left: 16vw;
    margin-top: 1vw;
}

.la-lechera-form-title {
    width: 87vw;
    margin: auto;
}

.la-lechera-form-section-container {
    padding-top: 25vw;
    text-align: center;
}

.la-lechera-footer {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 20.4vw;
    background-color: #1F7A78;
}

.la-lechera-footer-container {
    font-size: 3vw;
    padding: 2vw;
    margin: auto;
    text-align: center;
    color: white;
}

.gigya-composite-control-active.gigya-screen.v2.portrait {
    max-width: 500px !important;
    padding: 0 10px !important;
}

.gigya-screen.portrait.mobile .forgotpassword,
.gigya-screen.portrait.mobile .gigya-composite-control-label,
.gigya-screen.portrait.mobile .gigya-error-msg-active.gigya-form-error-msg,
.gigya-screen.portrait.mobile .gigya-error-msg.gigya-error-msg-active,
.gigya-screen.portrait.mobile .gigya-forgotPassword,
.gigya-screen.portrait.mobile .gigya-label,
.gigya-screen.portrait.mobile .gigya-label-text,
.gigya-screen.portrait.mobile .gigya-legend,
.gigya-screen.portrait.mobile .gigya-legend-text,
.gigya-screen.portrait.mobile .gigya-login-footer-text-wrapper,
.gigya-screen.portrait.mobile .gigya-message,
.gigya-screen.portrait.mobile .gigya-terms-of-use,
.gigya-screen.portrait.mobile .main-header,
.gigya-screen.portrait.mobile .site-title,
.gigya-screen.portrait.mobile .sub-title-text,
.gigya-screen.portrait.mobile a,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-label,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span,
.gigya-screen.portrait.mobile div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone,
.gigya-screen.portrait.mobile h1,
.gigya-screen.portrait.mobile h2,
.gigya-screen,
.gigya-screen * {
    color: #fff !important;
}

.countrySelect select>*,
select.gigya-country-code-select>*,
.countrySelect label.gigya-label,
select.gigya-country-code-select option,
select.gigya-country-code-select,
select#gigya-dropdown-161332537052916540,
select#gigya-dropdown-161332537052916540 {
    color: #646e78 !important;
}

input.gigya-input-submit {
    /*background-color: #CE5649 !important;*/
    color: #1D538B !important;
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.tintup {
    height: 100vw !important;
    background-color: #4c9e99 !important;
    padding: 3vw 8vw 2vw 8vw;
}

.la-lechera-middle-tint-section,
.la-lechera-middle-tint-section img {
    width: 100vw;
    max-width: 100%;
}

.tint-text-blue {
    font-family: 'Bellfort';
    color: #1d538b;
    font-weight: 400;
    font-size: 5.4vw;
}
.la-lechera-tint-section-subtitle .tint-text-blue {
		color: #FFFFFF;
	}

.la-lechera-tint-section-subtitle {
    font-size: 3vw;
    padding-top: 8vw;
}

.la-lechera-tint-section-title-img {
    width: 90vw;
}

.la-lechera-tint-section-container {
    text-align: center;
    padding-top: 12vw;
}

.productos-slick {
    background-color: #E8CCA0;
    padding: 8vw 0vw 13vw 0vw;
}

.slick-list {
    overflow-x: hidden !important;
    width: 90%;
    margin: auto auto auto auto !important;
    padding: 2vw 0vw 3vw 0 !important;
}

.productos-content img {
    margin: auto;

    max-width: 70%;
}

.productos-content {
    text-align: center;
    -webkit-appearance: none !important;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 240px;
}

.slick-prev {
    bottom: 2vw;
    left: 40vw;
    position: absolute;
}

.slick-next img,
.slick-prev img {
    width: 8vw;
    border-radius: 50%;
}

.slick-next {
    bottom: 2vw;
    right: 40vw;
    position: absolute;
}

.slick-next img:active,
.slick-prev img:active {
    filter: brightness(0.5) invert(1);
}

.productos-btn:active {
    margin: 1vw;
    border: 1px solid white;
    border-radius: 100%;
}

.slick-next:active,
.slick-prev:active {
    width: 6vw !important;
    border-radius: 100%;
    height: 6vw !important;
    display: block;
    background-color: #1D538B;
}


.product-title p {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    line-height: 1.2;
    color: #1D538B;
    text-align: center;
}

.product-title {
    max-width: 100%;
    width: 210px;
    font-size: 3vw;
    font-weight: bold;
    color: #1D538B;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #1D538B;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white;
}

.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

/* recetas carousel */

.img-target {
    text-align: center;
}

.recetas-carousel-img {
    margin: auto;
    width: 55vw !important;
}

.slick-prev-recetas,
.slick-next-recetas {
    bottom: 2vw;
    position: absolute;
}

.slick-arrow {
    z-index: 3;
}

.slick-next-recetas .slick-arrow {
    top: 90vw;
}

.slick-prev-recetas {
    left: 39vw;
}

.slick-next-recetas {
    right: 39vw;
}

.slick-prev-recetas img,
.slick-next-recetas img {
    width: 9vw;
    border-radius: 50%;
}

.recetas-container-carousel {
    padding-bottom: 17vw;
    padding-top: 10vw;
}

.btn-receta a {
    font-size: 3vw;
    color: white;
    background-color: #1D538B;
    border-radius: 10vw;
    padding: 0.5vw 5vw;
    width: 40vw;
}

.btn-receta {
    position: relative;
    top: -13vw;
}

.d-flex.row.d-none.d-lg-block.recetas-desktop {
    display: none !important;
}

.section.section-header {
    /*margin-top: -20vw;*/
}

.recetas-container-carousel .progress {
    display: block;
    width: 90vw;
    margin: auto;
    height: 3vw;
    border-radius: 3vw;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #1D538B, #1D538B);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.productos-slick .progress {
    display: block;
    width: 90vw;
    margin: auto;
    height: 1.4vw;
    border-radius: 3vw;
    overflow: hidden;
    background-color: #CBAC7C;
    background-image: linear-gradient(to right, #1D538B, #1D538B);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}



.section-productos .productos {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 1vw;
    margin: 0 auto;
}

@media (max-width: 1600px) {

    .section-productos .productos {
        max-width: 1400px;
    }
}

.section-productos .productos {
    padding-top: 3vw;

}


@media screen and (min-width: 992px) {
    .section.section-header {
        margin-top: -4vw;
    }

    /*RECETAS CARD*/
    .section-recetas .block-3 .card-receta {
        background-color: #E8CCA0;
        margin: 1vw 1vw 1vw 1vw;
        padding: 0 0 3% 0;
        width: 20vw;
        border: 12px solid #E8CCA0;
        border-radius: 1.2rem;
    }

    .section-recetas .card-receta .card-body {
        padding: 1vw 1vw 0;
    }

    .section-recetas .card-receta .card-body p {
        padding: 1vw 1vw 0;
        height: 41%;
    }

    .section-recetas .card-receta .card-body {
        padding: 1vw 1vw 0;
        height: 35%;
    }

    .section-recetas .card-receta .card-body .row {
        height: 30%;
    }

    .section-recetas .card-h1-recetas {
        font-family: 'Bellfort';
        font-size: 1.4vw;
        /*color: #B93B2A;*/
        color: #9C362B;
        line-height: 2vw;
        height: 15%;
    }

    .card-text-recetas {
        padding: 8px 0 3px 0;
        font-family: 'Nestle-Text' !important;
        font-weight: 400;
        font-style: italic;
        line-height: 20px !important;
        font-size: 1vw !important;
        text-align: center;
        /*color: #B93B2A !important;*/
        color: #9C362B !important;
        background-color: transparent !important;
    }

    .block-4 .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .section-recetas .card .card-text {
        /*font-size: 1.7vw;*/
        font-size: 1.7vw;
        line-height: 2vw;
        padding: 0 !important;
    }

    .section-recetas .card .btn-primary {
        font-size: 1.2vw;
    }

    .text-card-intermedio {
        font-family: 'Nestle-Text' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 20px !important;
        background-color: transparent !important;
        /*color: #B93B2A !important;*/
        color: #9C362B !important;
        margin: 2px 0 0 -1vw;
        width: 6vw;
    }

    .text-card-num {
        font-family: 'Nestle-Text' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 20px !important;
        background-color: transparent !important;
        /*color: #B93B2A !important;*/
        color: #9C362B !important;
        margin: 2px 0 0 -1vw;
        width: 6vw;
    }

    .text-card-min {
        font-family: 'Nestle-Text' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 20px !important;
        background-color: transparent !important;
        /*color: #B93B2A !important;*/
        color: #9C362B !important;
        margin: 6px 0 0 -1vw;
        width: 6vw;
    }

    .img-card-receta {
        max-width: 0.9vw;
        margin: 0 0.1vw 0 0;
    }

    .btn-receta {
        position: relative;
        top: 0vw;
        padding-top: 5%;
    }

    .btn-receta a {
        background-color: #1D538B;
        font-size: 1vw;
        text-align: center;
        letter-spacing: -0.02em;
        color: #fff;
        border-radius: 2.5rem;
        width: 13vw;
        padding: 0.3vw;
    }

    .d-flex.row.d-none.d-lg-block.recetas-desktop {
        display: flex !important;
    }



    .product-title p {
        font-size: 1vw;
    }

    .la-lechera-form-section-container {
        padding-top: 2vw;
    }

    .la-lechera-form-subtitle {
        width: 37vw;
        margin: 1vw 0vw 2vw 11vw;
    }

    .la-lechera-form-title {
        width: 54.8vw;
        display: block;
        margin-top: 8vw;
    }

    .la-lechera-footer-container {
        padding: 7vw 6vw 5vw 6vw;
        font-size: 1.4vw;
    }

    .la-lechera-footer {
        height: 18vw;
    }

    .tintup {
        height: 30vw !important;
        background-color: #4c9e99 !important;
        padding: 3vw 7vw 2vw 7vw;
    }

    .la-lechera-tint-section-subtitle {
        line-height: 2vw;
        font-size: 1.6vw;
        padding-bottom: 2vw;
        padding-top: 2vw;
    }

    .tint-text-blue {
        font-size: 3vw;
        font-weight: 500;
    }

    .la-lechera-tint-section-title-img {
        width: 45vw;
    }

    .la-lechera-tint-section-container {
        padding-top: 3vw;
    }

}

/* --------------------------------
Section MG
-------------------------------- */

.product-btn__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
    width: 11vw;
    height: 11vw;
    min-width: 180px;
    min-height: 180px;
    margin: auto;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.product-btn.hvr-outline-out button {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.3s ease-in;

}

.product-btn.hvr-outline-out button span {
    background-color: #1d538b;
    color: #fff;
    bottom: 0;
    height: 32%;
    width: 100%;
    font-weight: bold;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
}

@media (min-width: 769px) {
    .product-btn.hvr-outline-out button {
        opacity: 0;

    }

    .product-btn.hvr-outline-out:hover button {
        opacity: 1;
    }
}


/* --------------------------------
Section animacion
-------------------------------- */
.hvr-outline-out {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0%);
    position: relative;

}

.hvr-outline-out:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    border: transparent solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

/*
  .product-btn.hvr-outline-out:hover:after {
    position: relative;
    display: block;
    width: 10.2vw;
    height: 5.5vw;
    top: -3.3vw;
    left: 0.4vw;
    z-index: 1;
    content: '';
    
    background-size: contain;
    background-repeat: no-repeat;
	}*/

@media (min-width: 769px) {

    .hvr-outline-out:hover:before,
    .hvr-outline-out:focus:before,
    .hvr-outline-out:active:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        border: #fff solid 2px;
    }
}

@media (max-width: 768px) {
    .hvr-outline-out:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        border: #fff solid 2px;
    }
}

.retailer {
    display: flex;
    gap: 8px;
}


.modal-dialog {
    max-width: 90% !important;
    width: 800px !important;
}

.modal-body {
    max-height: 100%;
    max-width: 100%;
}

.product-image-container.col-6 {
    max-height: 100%;
    display: flex;
    justify-content: center;
}

.product-image-container img {
    display: flex;
    object-fit: contain;
    max-width: 100%;
}

@media (max-width: 991px) {
    .product-image-container.col-6 {
        max-height: 50%;
    }

    .section-productos .modal-body {
        justify-content: center;
        max-width: 100%;
        align-items: flex-start;
    }

    .product-image-container,
    .product-retailer-container {
        width: 100% !important;
    }
}

#subscribe-email-lalechera .gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2) label,
#subscribe-email-lalechera .gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2) label span.nestle-para-ti,
#subscribe-email-lalechera .gigya-subscribe-with-email-form > .gigya-layout-row .gigya-layout-row:nth-child(2) label strong {
	font-size: 18px;
}

body main {
    max-width: 100%;
    overflow-x: hidden;
}

.site-footer {
    margin-top: -10vh !important;
}

#page-wrapper {
    font-family: "Nestle-Text";
}