@font-face {
    font-family: black;
    src: url("../assets/fonts/ProductSans-Black.woff");
}
@font-face {
    font-family: bold;
    src: url("../assets/fonts/ProductSans-Bold.woff");
}
@font-face {
    font-family: medium;
    src: url("../assets/fonts/ProductSans-Medium.woff");
}
@font-face {
    font-family: regular;
    src: url("../assets/fonts/ProductSans-Regular.woff");
}
@font-face {
    font-family: thin;
    src: url("../assets/fonts/ProductSans-Thin.woff");
}

*{
    transition: all .4s;
}
.btn-check:focus+.btn, .btn:focus{
    outline: unset;
    box-shadow: none;
}
.container-fluid{
    padding: 0px;
    background-color: #F2F6FF;
}
header{
    padding-bottom: 100px;
}
.navbar-nav{
    margin: auto;
}
.navbar-nav a{
    font-family: regular;
    margin-right: 30px;
    text-decoration: none;
    color: #7F8DA0;
    font-size: 25px;
}
/* NAVBAR HAMBERGER STYLE CSS START */

/* .navbar-toggler {
    overflow: hidden;
}
.navbar-toggler .icon-bar {
    transition: opacity, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
} */




/* NAVBAR HAMBERGER STYLE CSS END */
.login{
    font-family: bold;
}
.login button{
    background-color: transparent;
    border: unset;
    font-size: 25px;
}
.login .log{
    color: #23233C;
    margin-right: 15px;
}
.login .reg{
    color: #6BC37C;
}


/* banner css */

.hr{
    background-color: #23233C;
    border-radius: 20px;
    height: 10px;
    width: 61px;
}
.banner p{
    color: #7F8DA0;
    font-size: 30px;
    font-family: regular;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 30px;
}
.banner .second-para{
    font-size: 22px;
    margin-top: 40px;
    width: 85%;
}
.banner h1, .descubre h1, .conoce h1{
    color: #23233C;
    font-size: 60px;
    font-family: bold;
    line-height: 65px;
}
.descubre h1, .conoce h1{
    font-size: 48px;
    margin-top: 30px;
}
.descubre p, .conoce p{
    color: #7F8DA0;
    font-size: 25px;
    font-family: regular;
    margin-top: 80px;
}
.conoce p{
    margin-top: 20px;
}
.banner h1 span, .descubre h1 span, .conoce h1 span{
    color: #6CC57C;
}
/* Banner images postions css start */

.banner{
    position: relative;
    padding: 50px 0px;
}
.banner .banner-right-1{
    position: absolute;
    top: -100px;
    width: inherit;
    z-index: 1;
}
.banner img{
    box-shadow: 0px 0px 108px 0px #2929290e;
}
.banner-right{
    position: relative;
}
.banner-right .green-circle{
    position: absolute;
    left: -60px;
    z-index: 0;
}
.banner-right-1 img, .banner-right-2 img{
    border-radius: 10px;
}
.banner-right .green-circle img{
    border-radius: 50%;
}
.banner-right .nutrition{
    position: absolute;
    top: -60px;
    left: 255px;
    z-index: 1;
}
.banner-right .nutrition{
    box-shadow: -40px 35px 60px -1px #4848480d;
}
.banner-right-result{
    position: relative;
    margin-top: 100px;
    margin-left: 40px;
}
.banner-right-result .result{
    position: absolute;
    bottom: -30px;
    left: -390px;
}
.banner-right-result .result img{
    border-radius: 10px;
    box-shadow: 10px 20px 40px 0px #2b2b2b0d;

}

/* Banner images postions css end */

.app-btn button{
    background-color: #23233C;
    color: #fff;
    padding: 15px 50px;
    border-radius: 8px;
    margin-right: 100px;
}
.app-btn .btn:hover{
    color: #fff;
}
.social-app a{
    margin-right: 30px;
}

.social-accnt, .social-accnt a{
    color: #7F8DA0;
    font-size: 25px;
    font-family: regular;
    text-decoration: none;
    word-spacing: 7px;
}
.social-accnt a:hover{
    color: #6CC57C;
}
/* banner css */

.banner .card{
    border-radius: 8px;
    border: none;
    box-shadow: 0px 0px 60px 8px #0000002e;
    position: absolute;
    right: -195px;
    bottom: 205px;
    width: 30%;
}
.card .card-body{
    padding: 10px 20px;
}
.card .card-detail{
    padding: 25px 10px;
}
.card .card-title{
    font-size: 20px;
    font-family: bold;
    color: #23233C;
}
/* .banner-img{
    position: relative;
} */
.card .card-weight p{
    color: #23233C;
    font-size: 10px;
    margin: 0px;
    margin-bottom: -5px;
}
/* .card .card-weight .lost{
    margin-left: -27px;
} */
.card .card-weight h6{
    color: #6CC57C;
    font-size: 19px;
    font-family: bold;
}
.card .card-body .know-more{
    color: #23233C;
    font-size: 10px;
    font-family: regular;
}
.card .card-body .know-more a{
    text-decoration: none;
    color: #6BC37C;
}
.card .card-body .arrow, .result .arrow{
    position: absolute;
    left: -5px;
    bottom: -5px;
    background-color: #fff;
    box-shadow: 0px 0px 35px -5px rgb(0 0 0 / 29%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.card .card-body .arrow:hover, .result .arrow:hover{
    margin-left: 5px;
    color: #6BC37C;
}
/* Progress circle css */
.card-progress{
    font-size: 80px;
}
.pie-wrapper {
    height: 1em;
    width: 1em;
    float: left;
    position: relative;
}
.pie-wrapper:nth-child(3n+1) {
    clear: both;
}
.pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
}
.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.06em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
}
.pie-wrapper .label {
    background: #34495e;
    border-radius: 50%;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 0.25em;
    left: 0.4em;
    line-height: 2.6em;
    position: absolute;
    right: 0.4em;
    text-align: center;
    top: 0.8em;
    font-family: medium;
}
.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.06em solid #DCEBF5;
    border-radius: 50%;
}
.pie-wrapper.style-2 .label {
    background: none;
    color: #23233C;
    font-size: 15px;
}
.pie-wrapper.progress-75 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-75 .pie .half-circle {
    border-color: #6CC57C;
}
.pie-wrapper.progress-75 .pie .left-side {
    transform: rotate(170deg);
}
/* progress circle css */

.descubre{
    margin: 100px 0px;
}
.descubre .descubre-detail{
    margin-left: 50px;
}
.descubre .card-detail{
    padding-left: 0px;
    padding-right: 0px;
}
.descubre .card{
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: linear-gradient(to bottom right, #F2FFF5 40%, #F2F6FF 70%, #fff 92%);
    border: none;
    position: relative;
    width: 290px;
    box-shadow: 28px 15px 50px -20px #00000013;
    height: 390px;
}
.descubre .c-2{
    background-image: linear-gradient(to bottom right, #F2F6FF 77%, #fff 93%);
    box-shadow: 44px 46px 50px -20px #00000013;
    margin-top: 138px;
}
.descubre .card-title{
    font-size: 35px;
    font-family: bold;
    color: #23233C;
    line-height: 35px;
    margin-bottom: 20px;
}

.descubre .card .img{
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translate(-50%, 0);
}
.descubre .c-2 .img{
    top: -50px;
}
.descubre .card .card-body .arrow{
    height: 60px;
    width: 60px;
    right: -20px;
    left: unset;
    background-color: #23233C;
    color: #fff;
}
/* .descubre .card .img{
    width: 100%;
} */
.descubre .card .img img{
    width: 350px;
}
.descubre .c-2 .img img{
    width: 230px;
}
.descubre .card-detail{
    padding-top: 150px;
}
.descubre .card-detail .calories h6{
    color: #EE6A6E;
    font-size: 26px;
    font-family: bold;
    margin-bottom: 0;
}
.descubre .card-detail .calories p, .descubre .card-detail .grasas p{
    color: #7F8DA0;
    font-size: 12px;
    font-family: regular;
}
.grasas p, .calories p{
    margin-top: 0px;
}
.descubre .card-detail .grasas h6{
    color: #23233C;
    font-size: 26px;
    font-family: bold;
    margin-bottom: 0;
}
.conoce{
    margin-bottom: 200px;
}
.conoce .img{
    position: relative;
    text-align: center;
}
.conoce .conoce-img img{
    box-shadow: 0px 0px 40px 5px #00000020;
    border-radius: 10px;
}
.conoce .nutrition{
    position: absolute;
    top: 200px;
    right: 160px;
    box-shadow: -20px 30px 40px 5px #00000010;
    border-radius: 20px;
}
.conoce  .fruits{
    position: absolute;
    bottom: -48px;
    left: -60px;
}
.conoce .fruits img{
    margin-right: 50px;
    width: 100%;
}
footer .links .margin{
    margin-left: 70px;
}
footer .links a{
    display: block;
    text-decoration: none;
    color: #3A466D;
    font-size: 27px;
    font-family: regular;
    line-height: 50px;
}
footer .links a:hover{
    color: #6CC57C;
    font-family: bold;
    font-size: 34px;
}

footer .social-links a{
    margin-right: 20px;
}
footer .social-links p{
    font-size: 32px;
    font-family: bold;
    line-height: 35px;
    margin-top: 70px;
}

.copy-right{
    font-size: 30px;
    font-family: regular;
    color: #3A466D;
    margin-top: 60px;
}

#mobile{
    display: none !important;
}

/* #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: all 2s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    top: 30px;
    left: -20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: rotate(-45deg);
  }
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    visibility: hidden;
    display: none;
  }
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: rotate(-45deg);
  }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px;
    left: 1px;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } */

/* @media only screen and (max-width: 1700px){
    .banner .banner-img{
        position: relative;
        width: 75%;
    }
    .banner .card{
        right: -100px;
        bottom: 305px;
        width: 27%;
    }
    .card .card-detail {
        padding: 20px 10px;
    }
} */

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .descubre .card{
        width: 260px;
        height: 392px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
    .descubre h1{
        font-size: 40px !important;
    }
    .cards{
        display: block !important;
    }
    .social-accnt, .social-accnt a{
        margin-top: 100px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1300px){
    .banner .banner-right-1 img, .banner .banner-right-2 img{
        width: 100%;
    }
    .banner-right .green-circle img{
        width: 325px;       
    }
    .banner-right .green-circle{
        left: -32px;
    }
    .banner-right .nutrition {
        left: 160px;
    }
    .banner h1, .descubre h1, .conoce h1 {
        font-size: 50px;
    }
    .banner-right-result .result{
        left: -290px;
        bottom: -70px;
    }
    .banner-right-result .result img{
        width: 300px;
    }
    .conoce .fruits img {
        margin-right: 30px;
        width: 20%;
    }
    .conoce .fruits {
        left: 0;
    }
}
@media only screen and (max-width: 991px){
    .navbar-toggle {
        display: block !important;
        border: none;
        background: transparent !important;
        margin-right: 20px;
      }
      .navbar-toggle:focus {
        outline: none;
        background: transparent !important;
      }
    
      .navbar-toggle .icon-bar {
        background-color: rgb(44, 42, 42);
        transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
      }
      
      .navbar-toggle .icon-bar {
        display: block;
        width: 30px !important;
        height: 6px;
        border-radius: 50px;
        background-color: #23233C;
      }
    .navbar-toggle .icon-bar.top-bar{
        transform: rotate(-45deg);
    }
    .navbar-toggle .icon-bar.bottom-bar{
        transform: rotate(-45deg) translate(22px, 8px);

    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .login .log{
        padding-left: 0px;
    }
    /* .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
        transition: ease all .2s;
    } */

    .icon-bar:nth-child(2) {
        transition: ease all .2s;
    }
      
    .navbar-toggle:hover>.icon-bar:nth-child(2) {
        width: 22px;
        transition: ease all .2s;
    }
    
    .navbar-toggle:active>.icon-bar:nth-child(2) {
        width: 22px;
        transition: ease all .2s;
    }
      
    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        transform: rotate(45deg) translate(-7px, -7px);
        transition: ease all .2s;
    }
      
    /* .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
        transition: ease all .2s;
    } */

    .banner-right-result .result {
        bottom: -50px;
    }
    .banner-section{
        margin-top: 150px;
    }
    .banner-links{
        margin-top: 250px;
    }
    .banner-links .social-accnt{
        text-align: center;
    }
    .social-app a {
        margin-right: 20px;
        margin-left: 20px;
    }
    .cards{
        margin-bottom: 50px;
    }
    .conoce .fruits{
        left: 20px;
        bottom: -80px;
    }
    .conoce .nutrition {
        top: 180px;
        right: 70px;
    }
    footer .links{
        margin-left: 50px;
        margin-bottom: 50px;
    }
    footer .social-links{
        margin-left: 100px;
    }
    #desktop{
        display: none !important;
    }
    #mobile{
        display: block !important;
    }
}
@media only screen and (max-width: 767px){
    header {
        padding-bottom: 0px;
    }
    .banner-section{
        margin-top: 150px;
    }
    .banner p {
        font-size: 20px;
    }
    .banner .second-para {
        font-size: 20px;
    }
    .banner-right-1 img, .banner-right-2 img, .green-circle img{
        width: 100%;
    }
    .banner-right .green-circle {
        left: -38px;
        right: -38px;
    }
    .app-btn button{
        width: 100%;
    }
    .login .log{
        padding-left: 0px;
    }
    .banner-right-result .result{
        z-index: 2;
        left: -345px;
        bottom: 15px;
    }
    .banner-right-result .result img{
        width: 80%;
    }
    .banner-right .nutrition {
        left: 170px;
        top: -55px;
    }
    .banner .nutrition img{
        width: 250px;
    }
    .conoce .fruits{
        position: inherit;
    }
    .conoce .fruits img {
        margin-right: 30px;
        width: 100px;
    }
    .cards{
        display: block !important;
    }
    .cards .card{
        margin: auto;
        margin-bottom: 125px;
    }
    .descubre-detail{
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 575px){
    .conoce .fruits img {
        margin-right: 20px;
        width: 50px;
    }
    .descubre .card .card-body .arrow {
        right: -5px;
    }
    .navbar-brand{
        width: 60%;
    }
    .app-btn button {
        padding: 20px;
        font-size: 30px;
    }
    .banner-right-result {
        margin-left: 0px;
        margin-top: 0px;
    }
    .banner-right-result .result img {
        width: 45%;
    }
    .banner-right-result .result {
        left: -225px;
        bottom: 50px;
    }
    .banner-links {
        margin-top: 100px;
    }
    .banner .card .card-body .arrow, .result .arrow{
        height: 30px;
        width: 30px;
        font-size: 13px;
    }
    .banner .nutrition img{
        width: 150px;
    }
    .banner-right .nutrition {
        left: 90px;
        top: -74px;
    }
    .banner-right-1 img, .banner-right-2 img, .green-circle img {
        width: 80%;
    }
    .banner .banner-right-1, .banner-right-2{
        text-align: center;
    }
    .banner-right .green-circle {
        left: -10px;
        bottom: -100px;
    }
    .banner-right .green-circle img{
        width: 85%;
    }
    .descubre .card .img img {
        width: 290px;
    }
    .descubre .c-2 .img img {
        width: 230px;
    }
    .conoce .nutrition {
        right: 15px;
    }
    .conoce .fruits {
        left: 10px;
    }
    .footer-img {
        text-align: center;
    }
    .footer-img img {
        width: 100% !important;
    }
    .links{
        display: none;
    }
    .social-links{
        text-align: center;
        margin-left: 0px !important;
        margin-top: 40px;
    }
    .social-links a{
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .social-links p{
        display: none;
    }
    .copy-right{
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 375px){
    .banner-right-result .result {
        left: -185px;
        bottom: 50px;
    }
    .social-accnt, .social-accnt a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 320px){
    .banner-right-result .result {
        left: -160px;
        bottom: 50px;
    }
}
