:root {
    --primary: #12D194;
    --primaryDark: #11a972;
    --primaryLight: #d3ffe5;
    --secondary: #1d455f;
    --secondaryLight: #25506d;
    --purpleLight: #6f6c90 ;
    --Tertiary: #FE6F5F ;
    --TertiaryLight: #ff7768 ;
    --white: #fff;
    --font:'Poppins', sans-serif;
    --regular: 400;
    --medium: 500;
    --semibold: 600;

}
/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Cusrom buttons                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
.primary-color{
    color: var(--primary) !important;
}
.shadow-card{
    border: 1px solid #EFF0F7;
    border-radius: 1rem;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}

.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}
.btn-secondary {
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-secondary:hover {
    color: var(--white);
    background-color: var(--secondaryLight);
    border-color: var(--secondaryLight)
}
.btn-tertiary {
    color: var(--white);
    background-color: var(--Tertiary);
    border-color: var(--TertiaryLight);
}
.btn-tertiary:hover {
    color: var(--white);
    background-color: var(--TertiaryLight);
    border-color: var(--Tertiary)
}
.btn-primaryLight {
    color: var(--primary);
    background-color: rgba(17,235,169,0.10); 

}
.btn-primaryLight:hover {
    color: var(--primary);
    border-color: var(--primaryLight);  
}
.btn-secondaryLight {
    color: var(--secondaryLight);
    border-color:  var(--secondaryLight); 

}
.btn-secondaryLight:hover {
    color: var(--secondaryLight);
    background-color: var(--secondaryLight);  
}
/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             bg gradient                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
.gradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#11eba9+0,11a972+54 */
    background: rgb(17,235,169); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(17,235,169,1) 0%, rgba(17,169,114,1) 54%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(17,235,169,1) 0%,rgba(17,169,114,1) 54%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(17,235,169,1) 0%,rgba(17,169,114,1) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11eba9', endColorstr='#11a972',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.bg-primaryDark{
    background: var(--primaryDark)!important;
}
.bg-nav{
    background: var(--primary);
    transition: all ease-in-out .6s;
}
.scrollTop{
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 48px;
    width: 48px;
    background: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    z-index: 1019;
    text-decoration: none !important;
    color: var(--white) !important;
}
.scrollTop i{
    color: var(--white) !important;
}
.whatsapp{
    position: fixed;
    right: 65px;
    bottom: 50px;
    height: 48px;
    width: 48px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    z-index: 1019;
    text-decoration: none !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
.whatsapp i{
    color: var(--white) !important;
}

html, body{
    font-family: var(--font);
    background: #FBFBFB;
    font-size: 16px;
}
main{
    padding: 3rem 0;
    min-height: calc(100vh-300px);
}
h2{
    color: var(--secondary);
    font-weight: var(--semibold);
    margin-bottom: 2rem;
}
p{
    color: var(--purpleLight);
}

.bar-info{
    background: #01a571;
    font-weight: 500;
    color: var(--white);
    padding: .5rem 0;
    align-content: center;
}
.intern .bar-info{
    background: rgba(0,0,0,.1);
    font-weight: 500;
    color: var(--white);
    padding: .5rem 0;
    align-content: center;
}
.social{
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0;
    gap: 15px;
    font-size: 1.2rem;
    color: var(--white);
}
.social a{
    text-decoration: none;
    color: inherit;
}
.socialcontato a{
    text-decoration: none;
    color: inherit;
}
@media (max-width: 599px){
    .social{
        justify-content: center;
    }

    h2{
        margin-bottom: 0;
    }
}
.ref{
    color: var(--primary);
    font-weight: var(--semibold);
}
.ref::before{
    content: "\f068";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    letter-spacing: normal;
    color: var(--primary);
    margin-right: .2rem;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: var(--primary);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

}
@media (max-width: 599px){
    .offcanvas-start {
        width: 300px;
    }
}
/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Header                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
#header{
    height: 768px;
    background: var(--primary);
    position: relative;
}
.legumes{
    position: absolute;
    left: 970px;
    top: 645px;
    z-index: 10;
}
.eggs{
    position: absolute;
    left: 1200px;
    top: 299px;
    z-index: 10;
}
.watermelon{
    position: absolute;
    left: 5%;
    top: 20%;
    z-index: 10;
}


.header-img::before{
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    max-width: 100%;
    background: url('../image/header.webp') no-repeat center center;
    z-index: 0;
}
#header h1{
    z-index: 1;
    color: var(--white);
    padding-top: 150px;
    font-size: 3.3rem;
}
#header h2{
    z-index: 1;
    color: var(--white);
    font-weight: var(--regular);
    font-size: 1.5rem;
    margin-bottom: 50px;
}

@media only screen and  (max-width: 768px) {
    .legumes,.eggs,.watermelon{
        display: none;
    }
    #header{
        height: 70vh;
        background: var(--primary);
        position: relative;
        display: flex;
        align-items: flex-start;
    }
    #header h1{
        z-index: 1;
        color: var(--white);
        padding-top: 50px;
        font-size:2.2rem;
    }
    #header h2{
        font-size: 1.2rem;
    }
    .header-img::before{
        min-height: 70vh;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
        background: url('../image/header-tablet.webp') no-repeat bottom center;
        zoom: 80%;
    }
}

@media only screen and  (max-width: 599px) {
    .legumes,.eggs,.watermelon{
        display: none;
    }
    #header{
        height: 70vh;
        background: var(--primary);
        position: relative;
        display: flex;
        align-items: flex-start;
    }
    #header h1{
        z-index: 1;
        color: var(--white);
        padding-top: 50px;
        font-size:2.2rem;
    }
    #header h2{
        font-size: 1.2rem;
    }
    .header-img::before{
        min-height: 70vh;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
        background: url('../image/header-mobile.webp') no-repeat bottom center;
        zoom: 75%;
    }
}

@media  only screen and  (max-height: 780px) and (not (min-aspect-ratio: 1/1)) {
    .header-img::before{
        min-height: 70vh;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
        background: url('../image/header-mobile.webp') no-repeat bottom center;
        zoom: 50%;
    }
}

@media  only screen and  (max-height: 670px) and (not (min-aspect-ratio: 1/1)) {
    .header-img::before{
        min-height: 70vh;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
        background: url('../image/header-mobile.webp') no-repeat bottom center;
        zoom: 45%;
    }
}
/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Parceiros                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
.partner{
    position: relative;
    padding: 2rem 0;
}
.partner h2{
    font-size: 1.2rem;
    color: var(--secondary);
    margin-bottom: 2rem;
    font-weight: var(--semibold);
}

.partner .owl-stage{
    display: flex;
    justify-content: center;
    align-content: space-around;
}
.partner .owl-item{
    align-self: center;
    justify-content: center;
    width: auto !important;
    margin: 0 2rem;
}
.partner .item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
.partner .item img{
    height: 85px;
    width: auto !important;
}


/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Feture                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
.fetures{
    padding: 2rem 0;  
}
.fetures h2{
    color: var(--secondary);font-weight: var(--semibold);
    margin-bottom: 2rem;
}

.fetures .card{
    border: 1px solid #EFF0F7;
    border-radius: 1rem;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}
.fetures .card h5{
    color: var(--secondary) !important;
}
.fetures .card:hover{
    background: var(--primary);
    color: var(--white) !important;
    transition: all ease-in-out .5s;
}
.fetures .card:hover h5{
    color: var(--white) !important;
}
.fetures .card:hover p{
    color: var(--white) !important;
}
.fetures .card.card-body{
    border: 0;
    border-radius: 8px;
    padding: 32px;
}
.fetures .card i{
    height: 50px;
    width: 50px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primaryLight);
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 2rem;
}
.fetures .customNextBtn, .fetures .customPrevBtn{
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 20px;
    color: var(--primary);
    cursor: pointer;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.action-carrousel{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 3rem 0;
    gap: 10px;

} 
.owl-theme .owl-nav, .owl-theme .owl-dots {
    text-align: right;
}
.fetures .owl-carousel .owl-nav button.owl-next, .fetures .owl-carousel .owl-nav button.owl-prev {
    background: var(--secondary);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: var(--white);
    box-shadow: 0px 4px 8px rgba(189, 188, 196, 0.2);
}
.owl-dots{
    position: absolute;
    top: -40px;
    right: 0;
}
.fetures .owl-theme .owl-nav .disabled {
    background: var(--white) !important;
    box-shadow: none !important;
    color: var(--secondary) !important;
}
.fetures .owl-theme .owl-nav [class*=owl-] {
    background: var(--secondary);
}

.show-on-mobile{
    visibility: hidden;
    height: 0px;
}

.btn-right-mobile-feature2{
    position: absolute;
    right: 10px;
    top: 50%;
}

.btn-left-mobile-feature2{
    position: absolute;
    left: 10px;
    top: 50%;
}

.btn-feature2{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #1d455f;
    border: 0;
    color: white;
}

.btn-feature2:active, .btn-feature2:focus{
    opacity: 0.7;
}

.btn-disabled-feature2{
    background-color: white;
    color: #1d455f;
    opacity: 0.5;
}

@media only screen and  (max-width: 599px) {
    .owl-theme .owl-nav {
        text-align: center;
    }
    main{
        padding-top: 10px;
    }
    .fetures{
        padding: 10px 0px;
    }
    .fetures h2{
        margin: 10px 0px;
    }
    .call-action{
        margin: 10px 0px !important;
    }
}

@media only screen and  (max-width: 576px) {
    .hide-on-mobile{
        visibility: hidden;
        height: 0px !important;
        width: 0px !important;
    }

    .show-on-mobile{
        visibility: visible !important;
        height: auto !important;
    }
}

/* 
  <!-- ----------------------------------------------------------------------- -->
  <!--                             Call-action                                 -->
  <!-- ----------------------------------------------------------------------- --> 
*/
#call-action{
    padding: 2rem 0;
}
.call-action{
    background: var(--white);
    padding: 2rem 2rem;
    align-items: center;
    border-radius: 4rem;
    margin: 2rem 0;
    color: var(--purpleLight);
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}
@media only screen and  (max-width: 599px) {
    .call-action{
        padding: 1rem 1rem;
        border-radius: 1rem;
        margin: 10px 0px;
    }
}

@media only screen and  (max-width: 768px) {
    .call-action{
        padding: 1rem 2rem;
        border-radius: 1rem;
    }
}





/* 
  <!-- ----------------------------------------------------------------------- -->
  <!--                             Feature 2                                 -->
  <!-- ----------------------------------------------------------------------- --> 
*/

#fetures2{
    padding: 2rem 0;

}
#feture-tab{
    align-items: flex-end;
}
#feture-tab .nav-link{
    display: flex;
    justify-content: space-between;
    color: var(--SecondaryLight);
    font-size: 1rem;
    font-weight: var(--semibold);
    margin-left: 1rem;                 
}
#feture-tab .nav-link::after{
    content: "\e105";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    letter-spacing: normal;
}
#feture-tab .nav-link.active{
    background: var(--secondary);
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
    border-radius: 20px;
    color: var(--white);
}
#feture-tab .nav-link.active::after{
    content: "\f192";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    letter-spacing: normal;
}

.stores{
    display: flex;
    list-style: none;
    margin: 3rem 0 0 0;
    padding: 0;
    justify-content: space-between;
    gap: 10px;
}
@media only screen and  (max-width: 599px) {
    ul.stores{
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 2rem;

    }
    #feture-tab{
        flex-wrap: unset;
        overflow-y: auto;
        gap: 1rem;
    }
    #feture-tab .nav-link{
        gap: 8px;
        white-space: nowrap;
        margin-left: 0;
    }
}

/* 
<!-- ----------------------------------------------------------------------- -->
<!--                              PLANOS                                     -->
<!-- ----------------------------------------------------------------------- --> 
*/
.time-course{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem 2rem 2rem 2rem;
    background: var(--white);
    padding: 0;

}
.time-course li{
    border-radius: 2rem 2rem 2rem 2rem;
}
.time-course li .btn{
    padding: 1.25rem 2rem;
}
.time-course li .btn-outline-primary{
    border: 0;
}

.time-course li .btn-check:checked+.btn-outline-primary  {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 5px 7px rgba(36, 202, 103, 0.25);
}

.time-course li .btn-outline-primary{
    color: var(--secondary);
}
.time-course li .btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.time-course li  .btn-outline-primary:focus {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 5px 7px rgba(36, 202, 103, 0.25);
}

#plain{
    padding: 2rem 0;
}
#plain  h2{
    color: var(--secondary);
    text-align: center;
    font-weight: var(--semibold);
}
#plain  p{
    text-align: center;
    color: var(--purpleLight);
}
#plain #plain-card{


}
#plain #plain-card .item{
    padding-top: 78px;
    justify-content: space-between;
}
#plain #plain-card .item.pro{
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#plain #plain-card span{
    flex-direction: row;
    border: 0;
}
#plain #plain-card .card{
    border: 0;
    padding: 2rem;
    border-radius: 1.5rem;
    color: var(--secondary);
    justify-content: space-between;

}
#plain #plain-card .card h5{
    font-size: 3rem;
    font-weight: var(--semibold);
    margin-bottom: 1.2rem;
}
#plain #plain-card .card h5 span{
    font-size: 1rem;
    font-weight: var(--regular);
}
#plain #plain-card .card h6{
    font-size: 1.6rem;
    font-weight: var(--regular);
}
#plain #plain-card .card p{
    text-align: left;
}
#plain-card .pro .card{
    background: var(--primary)!important;
    margin-bottom: 2rem;
    color: var(--white)!important;
    box-shadow: 0px 8px 34px rgba(36, 202, 103, 0.25);
    margin-right: .5rem;
    margin-left: .5rem;
}
#plain-card .pro .card p{
    color: var(--white);
}
#plain #plain-card .card ul{
    list-style: none;
    padding: 0;
}
#plain #plain-card .card ul li {
    position: relative;
    margin-bottom: .5rem;
    color: var(--purpleLight);
    font-weight: var(--regular);
}
#plain #plain-card .pro .card ul li {
    color: var(--white);
    opacity: .8;
}
#plain #plain-card .card ul li .icon-check{
    position: relative;
    margin-right: .6rem;
}
#plain #plain-card .card ul li .icon-check::before{
    content: "\f058";
    font-family: 'Font Awesome 6 Duotone';
    font-weight: 400;
    letter-spacing: normal;
    margin-left: 0;
    position: absolute;
    color: var(--primary);
}
#plain #plain-card .card ul li .icon-check::after{
    content: "\10f058";
    font-family: 'Font Awesome 6 Duotone';
    font-weight: 400;
    letter-spacing: normal;
    color: var(--primaryLight);
    opacity: 30%;
}
#plain #plain-card .pro .card ul li .icon-check::before{
    color: var(--white);
}
#plain #plain-card .pro .card ul li .icon-check::after{
    color: var(--primaryLight);
    opacity: 30%;
}


.recomended{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.recomended span{
    background: var(--primaryLight);
    color: var(--primaryDark);
    padding: .2rem .8rem;
    border-radius: 20px;
    font-weight: var(--semibold);
    font-size: .8rem;
}

@media only screen and  (max-width: 599px) {
    #plain #plain-card{
        flex-direction: column;

    }
    #plain #plain-card .card{
        border: 1px solid #d2d2d2;
        padding: 2rem;
        border-radius: 1.5rem;
        color: var(--secondary);
        width: 100%;
        min-height: 750px;
    }
}

@media only screen and  (max-width: 1024px) {
    #plain-card .card{
        padding: 2rem;

        height: 660px;
        display: flex;
    }
    #plain-card  .card h5{
        font-size: 3rem;
    }
    #plain-card  .card h6{
        font-size: 2rem;
    }
    #plain-card .card p{
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 1025px) {
    #plain-card .card{
        min-height: 660px;
        display: flex;

    }
}

/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Testimonials                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/
#testimonials{
    padding:4rem 0;
}
#testimonials .card{
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
    /* Cards/Short Default */
    border-radius: 1rem;
}
#testimonials .card.card-body{
    padding: 2rem;
}
#testimonials .card.card-body h5{
    font-weight: var(--semibold);
    color: var(--secondary);
}
#testimonials .card.card-body p{
    margin: 0;
    color: var(--purpleLight);
}
.user{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.user img.avatar{
    height: auto;
    display: flex;
    width: 60px !important;
}
.user-text h6{
    margin: 0;
    font-weight: var(--semibold);
}
.user-text p{
    margin: 0;
    font-size: 1rem;
    color: var(--SecondaryLight);
}
.owl-theme .owl-nav {
    margin-top: 20px;
}
/* About */
#about{
    padding: 2rem 0;
}

/* Testimoinals */
#testimonials .owl-theme .owl-dots, #testimonials .owl-theme .owl-nav {
    text-align: left;
}
#testimonials .owl-carousel .owl-nav button.owl-next, #testimonials .owl-carousel .owl-nav button.owl-prev, #testimonials .owl-carousel button.owl-dot {
    background: var(--secondary);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: var(--white);
    box-shadow: 0px 4px 8px rgba(189, 188, 196, 0.2);
}
#testimonials .owl-theme .owl-nav .disabled {
    background: var(--white) !important;
    box-shadow: none !important;
    color: var(--secondary) !important;
}
#testimonials .owl-theme .owl-nav [class*=owl-] {
    background: var(--secondary);
}
@media only screen and  (max-width: 599px) {
    #testimonials {
        justify-content: center;
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    #testimonials .owl-theme .owl-dots, #testimonials .owl-theme .owl-nav {
        text-align: center;
    }
}

/* 
  <!-- ----------------------------------------------------------------------- -->
  <!--                             Search Nutri                                -->
  <!-- ----------------------------------------------------------------------- --> 
*/

#map{
    padding: 2rem 4rem;
    background: url('../image/maps.png') no-repeat center center;
    background-size: cover;
    border-radius: 1rem;
    margin-bottom: 4rem;
}
.box-search{
    text-align: center;
    background: var(--white);
    border-radius: 3rem;
    padding:1rem;
}


#search-nutri{
    padding: 2rem 0;
}
#map input, #map textarea {
    border: 0;
    background: #f9f9f9;
    border-radius: 2rem;
}
@media only screen and  (max-width: 599px) {
    #map{
        padding: 3rem 1rem;
    }
    .box-search{
        text-align: center;
        border-radius: 1rem;
        padding:1rem;
    }

}
@media only screen and  (max-width: 768px) {
    #map{
        padding: 1rem 1rem;
        align-items: center;
    }
    .box-search{
        text-align: center;
        border-radius: 1rem;
        padding:1rem;
    }

}

/* 
  <!-- ----------------------------------------------------------------------- -->
  <!--                             Contact                                 -->
  <!-- ----------------------------------------------------------------------- --> 
*/
#contact{
    padding: 5rem 0;
}
#contact ul{
    padding: 0;
    list-style: none;
    color: var(--purpleLight);
    margin-top: 1rem;
}
#contact ul li {
    display: flex;
    gap: 1rem;
    align-items: center;

}
#contact ul li i{
    font-size: 1.2rem;

}
#contact input, #contact textarea {
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}
@media only screen and  (max-width: 599px) {
    #contact{
        text-align: center;
        padding: 1rem 0;
    }
    #contact ul li{
        justify-content: center;
    }
}

/* 
<!-- ----------------------------------------------------------------------- -->
<!--                             Footer                                 -->
<!-- ----------------------------------------------------------------------- --> 
*/

footer{
    background: var(--white);
    padding: 4rem 0;
    position: relative;
}
footer ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1.5rem;

}
hr{
    border: 0;
    background: rgb(216, 216, 216);
}
footer i{
    font-size: 1.5rem;
    color: var(--secondary);
}
.politica{
    justify-content: end;
    color: var(--purpleLight);
}
.politica a{
    color: var(--purpleLight);
    text-decoration: none;
} 
@media only screen and  (max-width: 599px) {
    footer ul.store{
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 2rem;
    }
    footer ul.social{
        justify-content: center;
        margin-bottom: 2rem;
    }
    .politica{
        justify-content: center;
    }
}






#login-page{
    display: flex;
    align-items: center;
    height: 100vh;
}

.image{
    background: url("../image/img-login.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.form-login{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.logo-mobile-form{
    display: none;
}
.form-login h2{
    color: var(--secondaryLight);
    font-size: 3rem;
    text-align: center;
}
.form-login P{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5rem;
}
.back{
    align-self: flex-start;
    padding: 2rem;
}
.form-login .form-box{
    width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#register-page{
    display: flex;
    align-items: center;
    height: 100vh;
}
.form-register{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.form-register h2{
    color: var(--secondaryLight);
    font-size: 2rem;
    text-align: center;margin-bottom: 1rem;
}
.form-register P{
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.form-register .form-box{
    width: 100%;
    padding:1rem 3rem;
}
.form-register .form-box .form-control{
    border: 0;
    background: #efefef;
}

@media only screen and  (max-width: 1024px) {
    .image{
        display: none;
    }
    .form-login{
        width: 100%;
    }
    .form-login h2{
        font-size: 1.8rem;
    }
    .form-login p{
        font-size: 1rem;
    }
    .form-register{
        width: 100%;
        justify-content: start;
    }
    .form-login .form-box {
        width: auto;
        padding: 16px;
    }
    .form-register .form-box {
        width: auto;
        padding: 16px;

    }
    .logo-mobile-form{
        display: flex;
        justify-content: center;
    }
    .form-register  .btn-group{
        display: flow-root;
        text-align: center;
    }
}




body.intern{
    background: url(../image/header-intern.png) no-repeat 0 25%;
    background-size: cover;

}
#header-intern{
    height: 200px;
}
#header-intern h1{
    padding-top: 2rem;
    font-size: 1.6rem;
    color: var(--white);
}
#header-intern h2{
    padding-top: 2rem;
    font-size: 1.6rem;
    color: var(--white);
}
#header-intern p{
    color: var(--white);
}
@media only screen and  (max-width: 599px) {
    #header-intern{
        height: auto;
        padding-bottom: 2rem;
    }
}
main{
    background: #FBFBFB;
}


/* Tab logado */
#tab-logado{
    background: var(--white);
    border-radius: .4rem;
    padding: 2rem 1rem;
    position: sticky;
    z-index: 1019;
}
#tab-logado .nav-link{
    text-align: left;
    color: var(--secondaryLight);
    width: 100%;
    border-radius: 0;
    padding: 1rem 1rem;
}
#tab-logado .nav-link i{
    height: 24px;
    width: 24px;
}
#tab-logado .nav-item .nav-link.active{
    border-right: 4px solid var(--secondaryLight);
    background: #f4f8ff;
    font-weight: var(--semibold);
    border-radius: .4rem;
}
#tab-logado .nav-item .nav-link.active p{

}
#logado-tabContent{
    padding-left: 3rem;
    height: 100%;
}
.tab-pane h2{
    font-size: 2rem ;
}
.downloads{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2rem;
    font-size: 1.6rem;
    color: var(--secondaryLight);
}
@media only screen and  (max-width: 1024px) {
    #tab-logado{
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-bottom: 2rem;

    }
    #tab-logado .nav-link{
        white-space: nowrap;
    }

    #logado-tabContent{
        padding-left: 0;

    }
}




/* NUTRI */
#list-nutri .card{
    border: 0;
}
#list-nutri h3{
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: var(--semibold);
}
#list-nutri h5{
    font-size: 1rem;
    color: var(--secondary);
}
.info-nutri{
    display: flex;
    gap: 1rem;
}
.info-nutri img{
    align-self: flex-start;
}
.specialties{
    display: flex;
    list-style: none;
    gap: .5rem;
    padding: 0 0 0 0;
}
.specialties li{
    background: var(--secondaryLight);
    color: var(--white);
    border-radius: 1rem;
    padding: .3rem 1rem;
    font-size: .8rem;
    text-transform: uppercase;
}
.classification {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
}
.classification i{
    display: flex;
    color: #FF9C00;
}
.payments{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}
.payments i{
    color: var(--primary);
    font-size: 1.5rem;
}
#list-nutri .card.card-body.item{
    flex-direction: row;
    gap: 1rem;
    color: var(--secondaryLight);
    border: 0;;
}
#list-nutri .card.card-body.item::before{
    content: "";
    height: 100px;
    width: 1px;
    background: #efefef;
    margin-left: -20px;
}
.pagination-box{
    display: flex;
    justify-content: space-between;
}
.page-link {
    color: var(--secondaryLight);
    border: 1px solid #dee2e6;
    margin-left: .5rem;
    margin-right: .5rem;
    border-radius: 3px;
    border-color: #f2f2f2;
}
.page-item.active  .page-link {
    background-color: var(--primary);
    border-color: var(--primaryDark);
}

.page-item.disabled .page-link{
    color: #d2d2d2
}


/* Manual e download */
#youtubelist{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#youtubelist li{
    list-style: none;
    border-bottom: 1px solid #ececec;
    padding: .8rem 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    color: var(--secondaryLight);
}

#youtubelist li h6{ 
    margin-bottom: 0;
}
#youtubelist li i{ 
    font-size: 2rem;
}
#youtubelist li a{ 
    text-decoration: none;
    color: inherit;
}

/* Resgate de pontos */

@media screen and (max-width: 585px) {
    .reduction-class{
        zoom: 80%;
    }
    #preco-assin-top{
        padding: 0px 0px 10px 0px !important;
    }
    .assin-div{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }
    #preco-assin-enviar{
        padding: 10px 12px 0px 12px;
    }
}

.fill-area{
    width: 100%;
}

#preco-assin-top{
    padding: 0px 10px 0px 0px;
}

.assin-div{
    display: flex;
}

.btn-assinatura{
    min-width: 110px;
    margin: 0px 5px;
}

.saldo{
    position: sticky;
    top: 0;
    padding: 1rem;
    font-size: 1.5rem;
    color: var(--secondary);
}
.extrato{
    list-style: none;
    padding: 1rem;
    color: var(--secondaryLight);
    gap: 1rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 600px;
}
.extrato li{
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-radius: .5rem;
}
.extrato li:nth-child(odd){
    background: #f5f5f5;
}
.extrato .date{
    display: flex;
    flex-direction: column;
    color: var(--secondary);
    font-weight: var(--semibold);
    color: var(--purpleLight);
    border-right: 2px solid #e2e0fb;
    padding-right: 1rem;
    white-space: nowrap;
}
.extrato .positivo{
    color: var(--primary);
}
.extrato  .negativo{
    color: #d90625;
}
.extrato .points{
    padding: 0;
    font-size: 1.2rem;

}
#pills-pontos h5{
    border-bottom: 1px solid #e2e0fb;
    padding-bottom: .6rem;
    color: var(--secondaryLight);
}
.bar-points{
    border-bottom: 2px solid #e2e0fb;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: center;
}
#pills-pontos .text-points p{
    margin-bottom: 0 !important;
}
#pills-pontos .text-points H6{
    margin-bottom: 0 !important;
}
.bar-points p{
    color: var(--secondaryLight);
    margin: 0;
}
.points{
    font-size: 1.6rem;
    padding: 2rem 0 ;
    color: var(--primary);
}
.list-courses{
    list-style: none;
    padding: 0;
    color: var(--secondaryLight);
    margin-bottom: 3rem;
}
.list-courses li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 1rem;
    border-radius: .4rem;
}
.list-courses li:nth-child(even){
    background: #f5f5f5;
}
.list-courses li span{
    font-weight: var(--regular) !important;
    align-self: flex-end;
    justify-content: flex-end;
}
.list-courses li strong{
    margin-right: 3rem;
}
.list-courses .fa-circle-info{
    color: var(--secondaryLight);
    font-size: 1.4rem;
}
@media only screen and  (max-width: 599px) {
    .list-courses li{
        flex-direction: column;
        align-items: flex-start;
        padding: .4rem 1rem;
        border-radius: .4rem;
    }
    .list-courses li span{
        display: inline-flex;
        width: 100%;
        align-items: center;
    }
}



/* Enviar documentação */

.upload-box{
    border: 3px dashed #6f6c90;
    padding: 2rem;
    border-radius: .5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
    background: var(--white);
}
.upload-box h5{
    font-size: 1rem;
    color: var(--secondary);
    font-weight: var(--semibold);
}

.upload-box i{
    font-size: 3rem;
    color: var(--secondary);
}
.upload-box a{
    white-space: nowrap;
}

/* Assinar ou renovear */
#pills-assinar .card{
    border-color: rgba(17,235,169,0.10);
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}
#pills-assinar .card.card-body{
    padding: 2rem;
}
#pills-assinar .card ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: var(--secondaryLight);
}
#pills-assinar .card ul li{
    padding: .6rem ;
    border-radius: .5rem;
}
#pills-assinar .card ul li:hover{
    background: #f4f8ff;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
#pills-assinar  h5{
    font-weight: var(--semibold);
    color: var(--secondaryLight);
}
@media only screen and  (max-width: 599px) {
    #pills-assinar label span{
        font-size: .8rem;
    }
    #pills-assinar button{
        font-size: .8rem;
    }
    #pills-assinar .precos{
        display: flex;
        gap: .5rem;
        flex-direction: column;
    }
}


/* Faq */
#faq{
    padding: 2rem 0
}
.accordion-item {
    background-color: #fff;
    border: 0;
    margin-bottom: 1rem;
}
.accordion-button {
    color: var(--secondaryLight);
    font-weight: var(--semibold);
}
.accordion-button:not(.collapsed) {
    color: var(--secondaryLight);
    background-color: var(--white);
    box-shadow: none;
    font-weight: var(--semibold);
}
.accordion-body {
    padding: 1rem 1.25rem;
    color: #505F79;
}


/* Modal */


#modal-youtube .modal-body {
    position:relative;
    padding:0px;
}
#modal-youtube .btn-close {
    position:absolute;
    right:1rem;
    top:1rem;
    z-index: 9999;

}


