/** Template Custom Landing Alqueria
 * author: Fran
 * date: 2025-02-07
 * 
 */

/* General  */

html, 
body {
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section, div, span {
    position: relative;
}

body *, 
body{
    box-sizing: border-box;
    font-family: 'Helvetica-Light', serif;
}

body{
    background-color: #FDF4E5;
    padding-top: 40px;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

img {
    pointer-events: none;
}

section {
    max-width: 93.61111%;
    margin: 0 auto;
}

.fontCustom {
    display: block;
    font-family: 'Appetite-Rounded';
}

/* animaciones de entrada 
---------------------------------*/


.FadeInE,
.fadeM{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.visible {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.fadeM.activeFade, 
.FadeInE.activeFade{
    opacity: 1;
}

.activeFade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/** Tiendas **/

#tiendas {
    margin-top: 45px;
}

.twoTiendas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.leftTiendas {
    width: 100%;
    max-width: 47.1068%;
}

.rightTiendas {
    width: 100%;
    max-width: 51.9288%;
}

.ara, .oxxo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.titleTienda h3 {
    font-size: 64px;
    font-family: 'Appetite-Rounded';
}

.titleTienda {
    color: #813914;
}

.titleTienda p {
    font-size: 26px;
    margin-top: 24px;
}

.oxxo {
    right: 100px;
}

.ara {
    left: 40px;
}

/* Fonts */


@font-face {
    font-family: 'Appetite-Rounded';
    src: url('../fonts/Appetite-Rounded.eot');
    src: url('../fonts/Appetite-Rounded.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Appetite-Rounded.woff2') format('woff2'),
         url('../fonts/Appetite-Rounded.woff') format('woff'),
         url('../fonts/Appetite-Rounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica-Bold.woff2') format('woff2'),
         url('../fonts/Helvetica-Bold.woff') format('woff'),
         url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica-Light.woff2') format('woff2'),
         url('../fonts/Helvetica-Light.woff') format('woff'),
         url('../fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-LightOblique';
    src: url('../fonts/Helvetica-LightOblique.eot');
    src: url('../fonts/Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
         url('../fonts/Helvetica-LightOblique.woff') format('woff'),
         url('../fonts/Helvetica-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica-LightOblique_1';
    src: url('../fonts/Helvetica-LightOblique_1.eot');
    src: url('../fonts/Helvetica-LightOblique_1.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica-LightOblique_1.woff2') format('woff2'),
         url('../fonts/Helvetica-LightOblique_1.woff') format('woff'),
         url('../fonts/Helvetica-LightOblique_1.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


/** animaciones de entrada **/

/** Hero **/



.containerCards {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: start;
    align-items: stretch;
    min-width: 100%;
}

.cards {
    overflow: hidden;
    border-radius: 24px;
    height: 468px;
    transition: transform 0.4s ease-in-out, flex-basis 0.4s ease-in-out;
    flex-basis: 11.1276%;
    position: relative;
}

#card4 {
    order: 3;
}

#card3 {
    order: 2;
}

#card2 {
    order: 1;
}

#card1 {
    order: 0;
    flex-basis: 63.2789%;
}

.cardsMobile{
    display: none;
}


#card2:hover, 
#card3:hover,
#card4:hover {
    flex-basis: 63.2789%; 
}

#card2:hover ~ #card1,
#card2:hover ~ #card3, 
#card3:hover ~ #card1,
#card3:hover ~ #card2,
#card4:hover ~ #card1 {
    flex-basis: 11.1276%;
}

.contentCard {
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 100%;
    max-height: 310px;
    width: 100%;
    max-width: 759px;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    flex-direction: column;
}

.bubbleFirst {
    margin-bottom: 25px;
}

.cardImg img {
    width: 100%;
    display: block;
}

.cardInner {
    max-height: 470px;
    min-width: 857px;
}

.bubbleFirst p {
    width: 309px;
    height: 42px;
    background-color: #EECC44;
    border-radius: 60px;
    color: #813914;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
}

.lastMsg {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 76px;
}

.lastMsg span {
    display: block;
}

.lastTxt p {
    font-size: 10px;
}

.lastTxt {
    margin-top: 80px;
}

.cardImg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, #D9D9D9 0.23%, #F5CA00 99.7%);
    background: linear-gradient(270deg, color(display-p3 0.851 0.851 0.851 / 0.00) 31.13%, color(display-p3 0.9333 0.8 0.2667) 99.7%);
    top: 0;
}

#card1 .cardImg::after {
    content: unset;
}

.middleTxt {
    font-size: 24px;
    color: #8B3301;
    width: 100%;
}

.middleTxt p {
    max-width: 370px;
}

.lastTxt p {
    max-width: 390px;
    color: #4C1D06;
}

.lastMsg p {
    max-width: 260px;
}

#card1 {
    background-image: url(../img/desktop/banner1.png);
    background-position: 280px center;
}

#card2 {
    background-image: url(../img/desktop/banner3.png);
    background-position: 270px center;
}

#card3 {
    background-image: url(../img/desktop/banner4.png);
    background-position: 220px center;
}

#card4 {
    background-image: url(../img/desktop/banner2.png);
    background-position: 214px center;
}

#card2 .cardInner, 
#card3 .cardInner,
#card4 .cardInner{
    opacity: 0;
}

#card2:hover .cardInner, 
#card3:hover .cardInner,
#card4:hover .cardInner{
    opacity: 1;
}
#card2:hover ~ #card1 .cardInner, 
#card3:hover ~ #card1 .cardInner,
#card4:hover ~ #card1 .cardInner{
    opacity: 0;
}


/** Video Yt **/

.innerVideoYt {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.innerVideoYt iframe {
    width: 100%;
    height: 503px;
    display: block;
}

#videoYt {
    margin-top: 42px;
}

.btnmagnesio {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 20;
}

.magnesioLogo img {
    width: 100%;
    max-width: 94px;
}

.magnesioBtn {
    background-color: #EECC44;
    width: 291px;
    height: 65px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.magnesioBtn a {
    color: #813914;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Appetite-Rounded';
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    padding-left: 35px;
}

.magnesioLogo {
    position: absolute;
    z-index: 2;
    left: -35px;
    top: -10px;
}

/** btn turbo **/

#boxTurbo {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    z-index: 99999;
    height: 86px;
    cursor: pointer;
}

.turboImg {
    position: relative;
    z-index: 2;
    transition: 1s all ease;
    left: 15px;
}

.turboImg img {
    max-width: 82px;
    max-height: 82px;
}

.txtTurbo {
    background-color: #5AC295;
    width: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 26px;
    font-family: 'Appetite-Rounded';
    height: 65px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    max-width: 290px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 0 0 20px;
    justify-content: center;
}

#turboClick {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    display: grid;
    place-content: center;
    font-family: 'Appetite-Rounded';
    padding-left: 15px;
}

.txtTurbo p a {
    color: #fff;
    text-decoration: none;
    font-family: 'Appetite-Rounded';
}

#boxTurbo:hover .turboImg {
transform: scale(1.2);
}

#boxTurbo:hover .txtTurbo {
background-color: #54af87;
}

.btnForm:disabled {
background-color: #a3a3a3;
}

.innerTurbo {
    display: flex;
    justify-content: center;
}

.containerTurbo {
    margin-top: 30px;
}

/** La mas pro **/

.fontCustom {
    display: block;
    font-family: 'Appetite-Rounded';
}

.titleAvenas {
    color: #813914;
    text-align: center;
}

.titleAvenas .fontCustom {
    font-size: 36px;
}

.columnLaMas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.columnLaMas > div {
    max-width: 46%;
    width: 100%;
}

.containerSlider {
    border-radius: 24px;
    overflow: hidden;
}

.txtMobile{
    display:none;
}

.hojuelasP,
.hojuelasR {
    width: 87px;
    display: block;
    height: 72px;
    position: absolute;
    z-index: 5;
}

.hojuela1 {
    right: 100px;
    top: -50px;
}

.hojuela2 {
    bottom: -20px;
    left: 180px;
}

.leftTxt, .rightTxt {
    position: absolute;
    bottom: -20px;
    max-width: 242px;
    text-align: center;
    color: #813914;
    z-index: 3;
    font-weight: bold;
    font-size: 15px;
}

.rightTxt {
    right: -60px;
}

.leftTxt {
    bottom: -60px;
    left: -100px;
}

.boxProducts img {
    max-width: 100%;
}

.leftProd, .rightProd {
    position: absolute;
}

.containerProducts {
    height: 446px;
    margin-top: 40px;
}

.boxProducts, .boxProducts > div {
    height: 100%;
}

.cBoxP {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftProd {
    left: 70px;
    z-index: 2;
    top: 0px;
}

.CimgP {
    z-index: 1;
}

.middleProd {
    z-index: 1;
}

.rightProd {
    right: 34px;
    z-index: 2;
    top: 77px;
}

.disclaimerP p {
    font-size: 10px;
    color: #813914;
    text-align: center;
}

.disclaimerP {
    top: 40px;
}

.sliderArrow {
    width: 46px;
    height: 46px;
    display: grid;
    position: absolute;
    background-color: #DA9925;
    border-radius: 50px;
    place-content: center;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    transition: 0.2s all linear;
}

#rightArrow {
    right: -20px;
}

#leftArrow {
    transform: translateY(-50%) rotate(180deg);
    left: -15px;
}

.sliderArrow.slick-disabled {
    opacity: 0;
}

.titleSlider {
    position: absolute;
    z-index: 3;
    width: 383px;
    height: 52px;
    background-color: #EECC44;
    border-radius: 40px;
    text-align: center;
    display: grid;
    place-content: center;
    font-size: 16px;
    color: #813914;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
}

.disclaimerS {
    position: absolute;
    bottom: 10px;
    z-index: 3;
    color: #FFFFFF;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


/** Magnesio **/

#magnesio {
    margin-top: 100px;
}

.titleMagnesio {
    font-size: 32px;
    color: #8B3301;
    text-align: center;
}

.titleMagnesio .fontCustom {
    font-size: 64px;
}

#feature1 .imgFeature img {
    max-width: 204px;
}

.innerFeatures {
    border-radius: 24px;
    background: linear-gradient(180deg, #8B3301 1.1%, #E6BE2A 43.44%);
    background: linear-gradient(180deg, color(display-p3 0.5059 0.2235 0.0784) 1.1%, color(display-p3 0.8784 0.7529 0.298) 43.44%);
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 371px;
}

.aloneFeature {
    width: 100%;
    max-width: 22.9231%;
}

.twoItems {
    width: 100%;
    max-width: 47.6154%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.disclaimer {
    width: 100%;
    display: flex;
    align-items: end;
    margin-top: 32px;
}

.twoItems .itemFeature {
    max-width: 48.1422%;
    /* max-height: 323px; */
}

.itemFeature {
    height: 100%;
    border-radius: 14px;
    padding-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    align-content: end;
    gap: 0;
}

#feature1,
#featureM1 {
    background-color: #FEE6B6;
}

#feature2,
#featureM2 {
    background-color: #D5E1F0;
}

#feature3,
#featureM3 {
    background-color: #F0F0F0;
    gap: 0;
}

#feature4,
#featureM4 {
    background-color: #ECF3D1;
}

#feature4 .imgFeature img {
    max-width: 152px;
}

.features {
    margin-top: 24px;
}

.txtFeature p {
    max-width: 263px;
    font-size: 16px;
}

.txtFeature {
    text-align: center;
    color: #302107;
}

.txtFeature h3 {
    font-family: 'Appetite-Rounded';
    font-size: 25px;
    margin-bottom: 14px;
}

.disclaimer p {
    font-size: 13px;
    text-align: center;
    max-width: 561px;
    margin: 0 auto 10px;
    color: #302107;
}

.featuresMobile{
    display: none;
}

/** Tiendas **/

#tiendas {
    margin-top: 45px;
}

.twoTiendas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.leftTiendas {
    width: 100%;
    max-width: 47.1068%;
}

.rightTiendas {
    width: 100%;
    max-width: 51.9288%;
}

.ara, .oxxo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.titleTienda h3 {
    font-size: 64px;
    font-family: 'Appetite-Rounded';
}

.titleTienda {
    color: #813914;
}

.titleTienda p {
    font-size: 26px;
    margin-top: 24px;
}

.oxxo {
    right: 100px;
}

.ara {
    left: 40px;
}

#tiendas {
    margin-top: 45px;
    padding-bottom: 60px;
}

.twoTiendas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.leftTiendas {
    width: 100%;
    max-width: 47.1068%;
}

.rightTiendas {
    width: 100%;
    max-width: 51.9288%;
}

.ara, .oxxo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.titleTienda h3 {
    font-size: 64px;
    font-family: 'Appetite-Rounded';
}

.titleTienda {
    color: #813914;
}

.titleTienda p {
    font-size: 26px;
    margin-top: 24px;
}

.oxxo {
    right: 100px;
}

.ara {
    left: 40px;
}

.retaileres {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 888px;
    margin: 20px auto 0; 
}

.itemRetailer {
    width: 100%;
    max-width: 158px;
}

.btnRetailer {
    margin-top: 28px;
    background-color: #ED1B2E;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
}

.btnRetailer a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Appetite-Rounded';
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}

.imgRetailer {
    text-align: center;
    height: 115px;
}

.imgRetailer img {
    max-width: 114px;
    image-rendering: -webkit-optimize-contrast;
}

.hojuela3 {
    right: 60px;
    transform: rotate(175deg);
    top: 60px;
}

.hojuela5 {
    right: 170px;
}

.hojuela4 {
    bottom: -90px;
}

.boxAra {
    width: 100%;
    max-width: 644px;
    margin: 0 auto;
    height: 82px;
    border: 1px solid #ED1B2E;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.boxAra p {
    font-size: 32px;
    font-weight: bold;
    color: #813914;
    
}

.araBig {
    position: absolute;
    right: -3px;
}

.rAra {
    margin-top: 60px;
}


/** Footer **/

#footer {
    background-color: #46200C;
    height: 183px;
}

.innerFooter {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    max-width: 903px;
    margin: 0 auto;
    justify-content: space-between;
}

.txtFooter p {
    color: #FFFFFF;
    font-size: 14px;
}

/** popup Form **/

#popupForm.hidden,
.formCheck.hidden,
.boxForm.hidden {
    display: none;
}

#popupForm {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: grid;
    place-content: center;
}

.closeFormPopup {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 37px;
    height: 37px;
    transition: 0.5s all ease;
    cursor: pointer;
}

.closeFormPopup:hover {
    transform: rotate(90deg);
}

.innerPopForm {
    width: 840px;
    height: 654px;
    background: #FEF3E1;
    box-sizing: border-box;
    padding: 80px 96px;
    position: relative;
}

.titleFormPopup * {
    font-family: 'Appetite-Rounded';
    line-height: 1.1;
}

.comunidadPro {
    font-weight: bolder;
    font-style: normal;
    font-size: 48px;
    color: rgb(100, 55, 31);
}

.normalTitle {
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: rgb(100, 55, 31);
    display: block;
    width: 100%;
}

.titleFormPopup {
    text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto 30px;
}

.titleFormPopup h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.firstSectionForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inputForm {
    width: 100%;
    max-width: 49%;
    margin-bottom: 10px;
}

.inputForm:nth-child(1), 
.inputForm:nth-child(2) {
    margin-bottom: 20px;
}

.txtAlone p, .txtAlone * {
    color: rgb(100, 55, 31);
    text-align: center;
    font-size: 13px ;
}

.txtAlone {
    margin: 10px 0 20px;
}

.inputForm label {
    margin: 0 0 10px;
}

.inputForm label {
    color: #64371F;
    font-size: 21px;
    font-family: 'Helvetica-Light';
    width: 100%;
    display: block;
    font-weight: bold;
}

.inputForm input::placeholder {
    color: #FFFFFF;
}

.inputForm input {
    border-radius: 40px;
    border: 1px solid #64371F;
    width: 100%;
    height: 42px;
    padding: 0 15px;
}

input.btnForm {
    text-shadow: none;
    box-shadow: none;
    background: rgb(234,184,64);
    background: linear-gradient(90deg, rgba(234,184,64,1) 0%, rgba(27,102,96,1) 100%);
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'Appetite-Rounded';
    width: 100%;
    height: 62px;
    border-radius: 50px;
    border: unset;
    cursor: pointer;
}

.btnBox {
    margin-top: 25px;
}

.innerPopForm.success{
    background-color: transparent;
    padding: 0;
    width: 500px;
    height: 504px;
}
  
.innerPopForm.success .closeFormPopup {
    z-index: 3;
}
 
@media only screen and (max-width: 800px){
  
    .innerPopForm {
        width: 90vw;
        max-width: 360px;
        padding: 40px 25px;
        height: 640px;
    }

    .normalTitle {
        font-size: 32px;
    }

    .comunidadPro {
        font-size: 32px;
    }

    .imgPro img {
        max-width: 100px;
    }

    .inputForm {
        max-width: 100%;
    }

    .inputForm label {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .titleFormPopup {
        margin-bottom: 10px;
    }

    input.btnForm {
        font-size: 22px;
        width: 240px;
        margin: 0 auto;
        height: 50px;
    }

    .btnBox {
        text-align: center;
        margin-top: 10px;
    }

    .txtAlone {
        margin-bottom: 10px;
    }

    .innerPopForm.success {
        max-width: 350px;
        height: 353px;
        width: 100%;
    }

    .formCheck {
        width: 100%;
        height: 100%;
    }
 
    
    .formCheck img {
        max-width: 100%;
        display: block;
    }
    
    
}
  
.turboImg img {
    max-width: 82px;
    max-height: 82px;
}


/** Media queries  **/

@media only screen and (min-width: 1441px) {

    /** General **/

    section{
        max-width: 1358px;
    }

}

/* Mobile */

@media only screen and (max-width: 768px) {

   /*Hero*/

    body {
        padding-top: 17px;
    }
    
    .cardsDesktop{
        display: none;
    }

   .cardsMobile{
        display: block;
    }

    .cardImg::after {
        content: unset;
    }
    
    .contentCard {
        max-height: 100%;
        justify-content: space-between;
        bottom: 0;
        padding: 10px 25px 25px;
    }

    .bubbleFirst {
        margin-bottom: 0;
    }
    
    .lastMsg {
        margin: 0;
        text-align: center;
        z-index: 2;
    }

    .contentCard::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 110px;
        background: linear-gradient(2deg, #000 6.61%, #D9D9D9 98.42%);
        background: linear-gradient(2deg, color(display-p3 0 0 0) 6.61%, color(display-p3 0.851 0.851 0.851 / 0.00) 98.42%);
        left: 0;
        bottom: 0;
        z-index: 0;
    }
    
    .bubbleFirst p {
        width: 230px;
        font-size: 16px;
        margin: 0 auto 5px;
        text-align: center;
    }
    
    .middleLogo {
        text-align: center;
    }

    .contentMain {
        border-radius: 24px;
        overflow: hidden;
    }

    /* #sCardsM {
        margin-top: 50px;
    } */

    .middleArrow {
        color: #DA9925;
        font-size: 12px;
        line-height: 23px;
        margin: 0 10px;
    }
    
    .mobileArrow {
        display: flex;
        justify-content: center;
        margin: 20px auto;
    }

    .imgCard {
        border-radius: 24px;
        overflow: hidden;
    }

    .txtCard {
        font-size: 16px;
        color: #8B3301;
        text-align: center;
        margin: 10px auto;
    }
    .fontCustom.dinline {
        display: inline-block;
    }

    /** Yt Video **/

    .magnesioBtn {
        display: none;
    }
    
    .innerVideoYt iframe {
        height: 271px;
    }

    /** la mas pro **/

    .columnLaMas > div {
        max-width: 100%;
        width: 100%;
    }
    
    .rightLaMas {
        max-width: 100%;
    }
    
    #lamasPro {
        margin-top: 40px;
    }
    
    .titleAvenas {
        width: 250px;
        position: relative;
        margin: 0 auto;
    }
    
    .titleAvenas h3 {
        font-size: 15px;
    }
    
    .leftTxt, .rightTxt {
        bottom: unset;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    
    .leftTxt {
        margin-bottom: 10px;
    }
    
    .rightLaMas {
        margin-top: 0;
    }

    #sliderCards {
        max-width: 310px;
        margin: 0 auto;
        border-radius: 14px;
        overflow: hidden;
    }

    .aloneLogo {
        text-align: center;
    }
    
    .middleProd {
        max-width: 200px;
    }
    
    .CimgP {
        max-width: 167px;
    }
    
    .leftProd {
        max-width: 120px;
        top: unset;
        bottom: 10px;
        left: 33px;
    }
    
    .rightProd {
        right: 20px;
        top: unset;
        bottom: -10px;
    }
    
    .containerProducts {
        height: auto;
    }
    
    .leftTxt, .rightTxt {
        display: none;
    }
    
    .hojuelasP, .hojuelasR {
        max-width: 62px;
    }
    
    .hojuelasP img, .hojuelasR img {
        max-width: 100%;
    }
    
    .hojuela1 {
        right: 0;
    }
    
    .hojuela2 {
        left: 40px;
        bottom: 170px;
    }

    .leftTxt.txtMobile,
    .rightTxt.txtMobile{
        display: block;
    }

    .disclaimerP {
        top: unset;
        margin: 40px auto 25px;
        max-width: 250px;
    }
    
    .disclaimerP p {
        font-size: 8px;
    }

    .titleSlider {
        max-width: 356px;
        width: 100%;
        line-height: 1.2;
        position: relative;
        margin-bottom: 60px;
    }

    .sliderArrow {
        width: 31px;
        height: 31px;
        top: 60%;
    }
    
    .sliderArrow img {
        max-width: 10px;
    }
    
    #rightArrow {
        right: 5px;
    }
    
    #leftArrow {
        left: 5px;
    }

    /** Magnesio **/

    .featuresDesktop{
        display: none;
    } 

    .featuresMobile{
        display: block;
    }

    .hojuelasR {
        display: none;
    }

    #featureM1 .innerFM img {
        max-width: 200px;
    }
    
    .innerFM {
        height: 378px;
    }

    #featureM1 .innerFM img {
        max-width: 200px;
    }
    
    .innerFM {
        height: 378px;
        padding-top: 20px;
    }
    
    .featuresMobile {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .itemFeatureM {
        border-radius: 14px;
    }
    
    .titleMagnesio {
        margin-bottom: 20px;
    }
    
    .titleMagnesio h2 {
        font-size: 16px;
    }
    
    .titleMagnesio .fontCustom {
        font-size: 36px;
    }
    
    #magnesio {
        margin-top: 30px;
    }
    
    .imgFeature img {
        margin: 0 auto;
    }
    
    .txtFeature p {
        margin: 0 auto;
    }
    
    .imgFeature {
        margin-bottom: 20px;
    }
    
    #featureM2 .innerFM, 
    #featureM3 .innerFM {
        height: 325px;
    }
    
    #featureM3 .imgFeature, 
    #featureM4 .imgFeature {
        margin: 5px;
    }
    
    #featureM4 .imgFeature img {
        max-width: 170px;
    }
    
    #featureM3 .innerFM {
        padding-top: 15px;
    }
    
    #featureM2 .innerFM {
        padding-top: 30px;
    }

    .disclaimerM p {
        font-size: 10px;
        text-align: center;
        margin-top: 20px;
    }

    .disclaimerM p {
        font-size: 10px;
        text-align: center;
        margin-top: 20px;
    }
    
    /** Tiendas  **/

    #tiendas {
        margin-top: 55px;
    }
    
    .twoTiendas > div {
        max-width: 100%;
    }
    
    .titleTienda h3 {
        font-size: 36px;
    }
    
    .titleTienda {
        text-align: center;
    }
    
    .titleTienda p {
        font-size: 16px;
        max-width: 250px;
        margin: 10px auto 0;
    }
    
    .containerTiendas img {
        max-width: 100%;
    }
    
    .rightTiendas {
        margin-top: 25px;
    }
    
    .ara img, .oxxo img {
        max-width: 100%;
    }
    
    .ara, .oxxo {
        max-width: 90px;
    }
    
    .oxxo {
        right: 30px;
    }
    
    .retaileres {
        row-gap: 55px;
        justify-content: space-evenly;
    }

    .imgRetailer img {
        max-width: 92px;
    }
    
    .btnRetailer a {
        font-size: 11px;
    }
    
    .btnRetailer {
        margin-top: 5px;
        height: 32px;
    }
    
    .imgRetailer {
        height: auto;
    }

    .itemRetailer{
        max-width: 105px;
    }

    .boxAra p {
        font-size: 14px;
    }
    
    .boxAra {
        max-width: 302px;
        height: 31px;
        padding-left: 18px;
    }
    
    .araBig {
        max-width: 60px;
    }
    
    .araBig img {
        max-width: 100%;
    }

    /** Footer **/
    
    .innerFooter {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        row-gap: 25px;
    }
    
    #footer {
        height: 194px;
    }
    
    .logoFooter img {
        max-width: 105px;
    }

}