/*
Theme Name: Fourloko theme
Template Theme URI: https://fourloko.mx/
Author: CocoFact Development Team
Description: Oficial theme for FourLoko
Version: 1.0 
*/
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}

a {
    text-decoration: none;
    color: inherit;
}

h2 {
    font-size: 56.9px;
    font-weight: bold;
    font-family: 'D-DIN';
    font-stretch: condensed;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizelegibility;
}

p {
    font-family: 'Helvetica';
    line-height: 1.47;
    color: #111550;
    font-size: 15px;
    padding: 10px 0;
}

strong {
    font-weight: bold;
}


/*360 img*/

#circlr {
    cursor: move;
    margin: 0 auto;
    min-height: 1000px;
    position: relative;
    height: 100%;
    z-index: -1;
}

#circlr #loader {
    bottom: 0;
    display: none;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 500px;
    background-size: 100px !important;
    background-repeat: no-repeat;
    background-position: center;
}


/**/

#circlr img {
    max-width: 600px !important;
    height: auto;
    margin: auto;
}

.lataCont {
    position: relative;
}

.contNega,
.contAfirma {
    max-width: 200px;
    width: 100%;
    z-index: 1;
}

.contNega p span,
.contAfirma p span {
    text-decoration: underline;
}

#text,
#text2,
#text3,
#text4,
#lineShow1,
#lineShow2 {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#contenido-de-FLK {
    background-color: #0f155b;
}

.contAfirma {
    position: absolute;
    top: 100px;
}

.contAfirma.left {
    left: 15px;
    text-align: right;
}

.contAfirma.right {
    right: 15px;
    text-align: left;
}

.contNega {
    position: absolute;
    bottom: 100px;
}

.contNega.left {
    left: 15px;
    text-align: right;
}

.contNega.right {
    right: 15px;
    text-align: left;
}

.contNega p,
.contAfirma p {
    padding: 20px 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
}

.contAfirma p {
    color: #03cf82;
}

.contNega p {
    color: #ff2a02;
}


/*mause icon scroll*/

@-webkit-keyframes mouse-scroll {
    0% {
        top: 10%;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        top: 10%;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        top: 10%;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@keyframes mouse-scroll {
    0% {
        top: 10%;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}


/**/

@-webkit-keyframes down-scroll {
    0% {
        bottom: -20px;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -30px;
        opacity: 0;
    }
}

@-moz-keyframes down-scroll {
    0% {
        bottom: -20px;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -30px;
        opacity: 0;
    }
}

@-o-keyframes down-scroll {
    0% {
        bottom: -20px;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -30px;
        opacity: 0;
    }
}

@keyframes down-scroll {
    0% {
        bottom: -20px;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        bottom: -30px;
        opacity: 0;
    }
}

.scroll-msg-inner {
    width: 32px;
    height: 48px;
    position: relative;
    border-radius: 15px;
    border: 3px solid #ffffff;
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 99999;
}

.scroll-msg-inner i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
    color: #fff;
    font-size: 18px;
    -webkit-animation: down-scroll 0.9s infinite;
    -moz-animation: down-scroll 0.9s infinite;
    -o-animation: down-scroll 0.9s infinite;
    animation: down-scroll 0.9s infinite;
}

.lineMause {
    width: 2px;
    height: 25px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.scroll-msg-wheel {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 5px;
    height: 9px;
    transform: translate(-50%, 0);
    border: 2px solid #ffffff;
    -webkit-animation: mouse-scroll 0.9s infinite;
    -moz-animation: mouse-scroll 0.9s infinite;
    -o-animation: mouse-scroll 0.9s infinite;
    animation: mouse-scroll 0.9s infinite;
}

.containerPage {
    max-width: 1035px;
    width: 100%;
    margin: auto;
}

.bgTopPrincipal {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 750px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.panel-body {
    padding-top: 150px;
    padding-bottom: 50px;
}

#newProduct img {
    width: 100%;
}

#principalTop {
    background-repeat: no-repeat;
    background-size: 0;
    width: 100%;
    background-position: top;
    /* padding-top: 150px;
    padding-bottom: 50px; */
}

#principalTop h2 {
    text-align: center;
    text-transform: uppercase;
    color: #03cf82;
    font-size: 56.9px;
}

#principalTop h2.qNo {
    color: #cc2202;
}

.contLines {
    position: absolute;
    right: -90px;
    top: 50%;
}

.relatv {
    position: relative;
}

.contLines .conectLines:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #03cf82;
    position: absolute;
    left: -2px;
    top: -4px;
}

.contLines .conectLines {
    width: 50px;
    height: 1px;
    background-color: #03cf82;
    position: relative;
    display: block !important;
}

.contLines .conectLines.rot {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
    position: relative;
    left: 46px;
    top: 11px;
}

.text1 .contLines .conectLines.rot {
    left: 44px;
    top: 16px;
    width: 70px;
}

.text2 .contLines .conectLines.rot {
    width: 240px;
    top: 120px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text2 {
    margin-top: 20px;
}

.text2 .contLines {
    top: 10px;
    right: -185px;
}

.text2 .contLines .conectLines:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #03cf82;
    position: absolute;
    right: -2px;
    top: -4px;
}

.text3 {
    margin-top: 90px;
}

.text3 .contLines .conectLines.rot {
    width: 150px;
    top: 36px;
    left: 40px;
}

.text3 .contLines {
    right: -175px;
}

.contLines.rLine {
    left: -150px;
    top: 40%;
}

.text4 .contLines .conectLines.rot {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 80px;
    top: 10px;
}

.text4 .contLines .conectLines:first-child {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 200px;
}

.text4 .contLines .conectLines {
    top: 69px;
    right: 136px;
}

.text5 {
    margin-top: 20px;
}

.text5 .contLines .conectLines {
    width: 140px;
}

.text5 .contLines .conectLines:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #03cf82;
    position: absolute;
    right: -2px;
    top: -4px;
}

.contQno {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: block;
}

.contLinesNeg.rt {
    left: 50%;
    z-index: 1;
}

.contLinesNeg.rt .lineNeg {
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    right: 10px;
}

.contLinesNeg {
    position: absolute;
    right: 48%;
    bottom: 80px;
    z-index: 2;
}

.contLinesNeg .lineNeg {
    width: 290px;
    height: 1px;
    background-color: #cc2202;
    position: relative;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}

.contLinesNeg.rt .lineNeg:after {
    content: '';
    display: none;
}

.contLinesNeg .lineNeg:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #cc2202;
    position: absolute;
    left: -2px;
    top: -4px;
}

.contLinesNeg .lineNeg:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #cc2202;
    position: absolute;
    right: -2px;
    top: -4px;
}

.contLinesNeg .lineNeg.inferior:before {
    background-color: #cc2202;
    width: 10px;
    height: 10px;
}

.contLinesNeg.supLft {
    bottom: 182px;
    left: 25%;
    z-index: 3;
}

.contLinesNeg.supLft .lineNeg {
    transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    width: 150px;
}

.contLinesNeg.supRT {
    bottom: 172px;
    right: 25%;
    z-index: 3;
}

.contLinesNeg.supRT .lineNeg {
    transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    width: 150px;
}

#productosFLK {
    padding: 50px 0;
}

#productosFLK h2 {
    text-align: center;
    /* font-size: 35px; */
    text-transform: uppercase;
    padding: 20px 0;
}

#productosFLK h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #d70059;
    margin: auto;
    margin-top: 15px;
}

#productosFLK h4 {
    margin: auto;
    text-align: center;
    max-width: 580px;
    font-family: 'Helvetica';
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: #111550;
    font-weight: normal;
    padding-bottom: 30px;
}

.cont-producto {
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 20px 0;
}

.cont-producto p {
    font-family: 'Helvetica';
    font-size: 15px;
    line-height: 1.33;
    text-align: center;
    color: #111550;
    max-width: 255px;
    margin: auto;
    padding: 0;
}

.cont-producto h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 48px;
    font-weight: bold;
    color: #111550;
    font-family: 'D-DIN';
    font-stretch: condensed;
}

.cont-producto h3:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #000000;
    margin: auto;
    margin-top: 15px;
}

.cont-producto h3.limon:after {
    background-color: #ffc21e;
}

.cont-producto h3.gold:after {
    background-color: #000000;
}

.cont-producto h3.sandia:after {
    background-color: #d70059;
}

.cont-producto h3.blue:after {
    background-color: #076bff;
}

.cont-producto h3.ponche:after {
    background-color: #bdbdbd;
}

.cont-producto h3.black:after {
    background-color: #03cf82;
}

.cont-producto img {
    max-width: 220px;
    width: 100%;
}

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

.cont-post {
    max-width: 30%;
    width: 100%;
}

.cont-post img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.cont-post h3 {
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1.25;
    color: #333333;
    font-family: 'D-DIN';
}

#blog-post {
    background-color: #f2f2f2;
    padding: 70px 0;
}

#blog-post h2 {
    text-transform: uppercase;
    text-align: center;
    /* font-size: 40px; */
    color: #03cf82;
}

#blog-post h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #111550;
    margin: auto;
    margin-top: 35px;
}

#blog-post .entradas {
    text-align: center;
    margin: auto;
    width: 225px;
    background-color: #03cf82;
    color: #ffffff;
    display: block;
    padding: 15px;
    border-radius: 3px;
}

#blog-post .entradas a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

#blog-post .flex-products {
    padding: 50px 0;
}

.contInfoFLK {
    max-width: 50%;
    width: 100%;
}

.bgContFLK {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    position: relative;
}

.bgContFLK:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006e;
}

.bgContFLK h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 56.9px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    z-index: 1;
}

.bgColorInfoFLK {
    background-color: #111550;
    padding: 35px 55px;
    font-family: 'Helvetica';
    text-align: right;
}

.bgColorInfoFLK .valor {
    text-align: right;
    font-weight: bold;
}

.bgColorInfoFLK .vitaminas {
    display: flex;
}

.bgColorInfoFLK .vitaminas p {
    max-width: 50%;
    width: 100%;
}

.bgColorInfoFLK p {
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
}

.bgColorInfoFLK ul {
    padding: 0 10px;
    list-style: none;
    color: #ffffff;
    font-size: 14px;
}

.bgColorInfoFLK ul li {
    padding-left: 20px;
    font-size: 14px;
}

.resaltar {
    color: #d70059 !important;
}

.bgInfoResalto {
    background-color: rgba(237, 237, 237, 0.21);
    padding: 5px 0;
    margin: 5px 0;
}

.infoValor {
    display: flex;
}

.infoValor .val {
    max-width: 50%;
    width: 100%;
    text-align: left;
}

.infoValor .val:nth-child(2) {
    text-align: right;
}

@media(max-width:1035px) {
    .containerPage {
        max-width: 1035px;
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }
}

@media(max-width: 990px) {
    #productosFLK .flex-products {
        justify-content: space-around;
    }
}

@media(max-width: 840px) {
    .flex-products {
        justify-content: space-around;
    }
}

@media(max-width:768px) {
    .bgColorInfoFLK {
        padding: 25px;
    }
    .bgTopPrincipal {
        display: none;
    }
    #principalTop {
        background-size: cover;
    }
    .cont-post {
        max-width: 100%;
        width: 100%;
    }
    .contInfoFLK {
        max-width: 100%;
        width: 100%;
    }
    .bgContFLK {
        height: 350px;
    }
    /*lata*/
    #principalTop {
        background-size: cover;
    }
    #text,
    #text2,
    #text3,
    #text4,
    #lineShow1,
    #lineShow2 {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .contNega,
    .contAfirma {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto;
    }
    .contNega.right {
        right: 0;
        text-align: right;
    }
    .contAfirma.left {
        left: 0;
        text-align: left;
    }
    .contAfirma.right {
        right: 0;
        text-align: left;
    }
    .contLinesNeg {
        display: none;
    }
    .contLines {
        display: none;
    }
    #circlr {
        display: none;
    }
    .lataCont {
        position: relative;
        max-width: 50% !important;
        padding: 50px 0 !important;
    }
    .flxResp {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .scroll-msg-inner {
        display: none !important;
    }
}

@media(max-width:560px) {
    .flex-products {
        justify-content: center;
    }
    #principalTop {
        padding-top: 250px;
    }
    .panel-body {
        padding-top: 0px;
    }
}

@media(max-width:480px) {
    .lataCont {
        max-width: 100% !important;
    }
    .lataCont.neg {
        order: 1;
    }
    .text,
    .text2,
    .text3,
    .text4 {
        margin: 0 !important;
    }
    .contNega,
    .contAfirma {
        max-width: 300px;
    }
    .bgColorInfoFLK {
        padding: 15px 15px;
    }
}


/*Sec que es Fourloko*/

.containerPageQS {
    max-width: 855px;
    width: 100%;
    margin: auto;
}

.secQFour {
    min-height: 721px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
    text-align: center;
    /* background-color: #290156; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 200px;
    /* background-color: #111550e8;
    background-blend-mode: multiply; */
}

.secQFour h2 {
    color: #03cf82;
    font-stretch: condensed;
    margin-bottom: 38px;
}

.secQFour p {
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
}

.dndNace h2 {
    text-align: center;
    color: #062042;
    margin-bottom: 40px;
}

.dndNace h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #d70059;
    margin: auto;
    margin-top: 15px;
}

.dndNace img {
    max-width: 252px;
    width: 100%;
}

.dndNace .contInfD {
    max-width: 65%;
    width: 100%;
}

.dndVendeFLK h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.dndVendeFLK h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #03cf82;
    margin: auto;
    margin-top: 15px;
}

.dndVendeFLK {
    background-color: #111550;
}

.mitosFLK {
    background-color: #cc2202;
}

.mitosFLK p {
    color: #ffffff;
}

.mitosFLK p.txtCntr {
    text-align: center;
    padding-bottom: 30px;
}

.mitosFLK img {
    object-fit: cover;
    max-width: 48%;
    width: 100%;
    max-height: 600px;
}

.conInFMito {
    max-width: 48%;
}

.contCOM {
    max-width: 49%;
    width: 100%;
}

.comndKLK .flex-products {
    align-items: center;
}

.contCOM img {
    margin-bottom: 25px;
    width: 100%;
}

.contCOM img:last-child {
    margin-bottom: 0px;
}

.comndKLK h2 {
    text-align: center;
    color: #062042;
    margin-bottom: 40px;
}

.comndKLK h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #d70059;
    margin: auto;
    margin-top: 15px;
}

.pdSecTB {
    padding: 80px 0;
}

.dndVendeFLK p {
    color: #ffffff;
}

.dndVendeFLK img {
    margin: 45px 0;
    width: 100%;
}

.mitosFLK h2 {
    color: #ffffff;
    margin-bottom: 40px;
}

.mitosFLK h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #ffc21e;
    margin: auto;
    margin-top: 15px;
}

.liderFLK h2 {
    margin-bottom: 40px;
}

.liderFLK img {
    margin-bottom: 50px;
    width: 100%;
}

.liderFLK h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 4px;
    background-color: #d70059;
    margin: auto;
    margin-top: 15px;
}

@media(max-width: 885px) {
    .containerPageQS {
        padding: 0 15px;
    }
    .contCOM:first-child {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .contCOM {
        max-width: 100%;
        width: 100%;
    }
    .contCOM img {
        max-width: 32%;
        margin: 0 10px 0 0;
    }
    .contCOM img:last-child {
        margin: 0;
    }
}

@media(max-width: 760px) {
    .dndNace .contInfD {
        max-width: 100%;
        width: 100%;
    }
    .dndNace img {
        max-width: 200px;
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width: 650px) {
    .conInFMito {
        max-width: 100%;
    }
    .mitosFLK img {
        max-width: 100%;
    }
}

@media(max-width: 560px) {
    .secQFour {
        padding-top: 250px;
    }
}

@media(max-width: 550px) {
    .contCOM:first-child {
        display: block;
    }
    .contCOM img {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    .liderFLK img {
        margin-bottom: 20px;
    }
    .dndVendeFLK img {
        margin: 25px 0;
        width: 100%;
    }
    .secQFour p {
        font-size: 20px;
    }
}