html,
body {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.section-banner-text {
    background: #660e0d;
    padding: 24px 16px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    border-radius: 30px
}

.section-banner-text h1 {
    font-weight: 300;
    color: #f9f7e4
}

.arapey-regular {
    font-family: Arapey, serif;
    font-weight: 400;
    font-style: normal
}

.arapey-regular-italic {
    font-family: Arapey, serif;
    font-weight: 400;
    font-style: italic
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-weight: 300
}

.help-block {
    font-size: .8em
}

.form-label {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 14px
}

.btn-primary,
.btn-primary:hover {
    background-color: #660e0d;
    color: #fff;
    text-transform: uppercase;
    border-color: #660e0d
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.validation-errors ul {
    margin-bottom: 0
}

.info-message {
    border-left: 3px solid #67899f;
    background: rgba(103, 137, 159, .1);
    padding: 20px;
    margin-bottom: 20px
}

.success-message {
    border-left: 3px solid rgb(22, 160, 133);
    background: rgba(26, 188, 156, .1);
    padding: 20px;
    margin-bottom: 20px;
    color: #16a085
}

.error-message {
    border-left: 3px solid rgba(192, 57, 43, 1);
    background: rgba(231, 76, 60, .1);
    padding: 20px;
    margin-bottom: 20px;
    color: #c0392b
}

.bg-blue {
    background: #67899f
}

.bg-green {
    background: #84845e
}

.bg-yellow {
    background: #e0c47d
}

.text-uppercase {
    text-transform: uppercase
}

input[readonly] {
    background-color: #f8f8f8
}

footer {
    background-color: #665740;
    color: #fff;
    padding: 50px 0;
    text-transform: uppercase
}

.footer-network-img {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px
}

.footer-sections li a {
    color: #fff;
    text-decoration: none
}

.footer-privacy-links li a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px
}

.footer-privacy-links li:after {
    content: "|";
    margin-right: 10px
}

.footer-privacy-links li:last-child:after {
    content: ""
}

header {
    margin-bottom: 10px
}

#main-logo {
    max-height: 120px
}

a.navbar-brand {
    padding: 0
}

#navbarNav ul li {
    text-transform: uppercase;
    position: relative
}

#navbarNav ul li a {
    padding: 0 1rem
}

#navbarNav>ul>li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0
}

#navbarNav ul li:first-child:before {
    content: ""
}

#navbarNav ul li.dropdown li {
    margin-bottom: 8px
}

section#home-banner {
    background-image: url(../images/inicio.jpeg);
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

div.banner-text {
    background-color: rgba(255,255,255,0.6);
    padding: 24px 16px;
    color: #000;
}

div.inner-banner-text {
    color: #000;
}
.btn-banner,
.btn-banner:hover {
    /* margin-top: 10vh;*/
    margin-top: 4vh;
    background-color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    color: #000
}

.whatsapp-container {
    margin:auto;
}
.btn-banner img {
    height: 8px;
    filter: invert(1)
}

section#timeline h2 {
    font-weight: 400;
    text-transform: uppercase
}

div.mobile-timeline {
    text-align: center
}

div.mobile-timeline p {
    text-transform: uppercase;
    font-size: 1.1rem
}

div.mobile-timeline p>span {
    font-size: .85rem
}

div.mobile-timeline img {
    height: 80px
}

div.mobile-timeline img.curve-1 {
    margin-left: 10%
}

div.mobile-timeline img.curve-2 {
    margin-right: 10%
}

.bio-text {
    padding-right: 40px
}

.bio-text h2,
h3 {
    font-weight: 400
}

.btn-bio {
    background-color: #9AC5E6;
    color: #fff;
    text-transform: uppercase
}

.btn-bio img {
    height: 8px
}

section#why-plan-v {
    background: #E5C79A;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

section#why-plan-v h2 {
    font-weight: 300
}

.btn-why {
    background-color: #9AC5E6;
    color: #fff;
    text-transform: uppercase
}

.btn-why img {
    height: 8px
}

section#home-programs {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-program {
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 20px
}

.home-program a {
    text-decoration: none
}

.home-program-img {
    position: relative
}

.home-program-img div {
    position: absolute;
    top: 0;
    left: 0;
    background: #1C2E3C;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 20px
}

.home-program-text {
    padding: 20px;
    color: #000;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home-program-text h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35em;
    text-transform: uppercase
}

.home-program-price {
    background: #9AC5E6;
    color: #fff;
    text-transform: uppercase;
    padding: 2px
}

section#faq-banner {
    background-image: url(../images/13.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

h3.pregunta {
    font-weight: 300;
    text-transform: uppercase;
    color: #67899f;
    font-size: 20px
}

p.respuesta {
    margin-bottom: 28px
}

section#contact h1 {
    text-transform: uppercase
}

section#contact p {
    text-align: center;
    text-transform: uppercase
}

.btn-contact,
.btn-contact:hover {
    background-color: #9AC5E6;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%
}

section#privacy-and-terms h2 {
    font-weight: 400;
    font-size: 18px
}

section#privacy-and-terms p,
section#privacy-and-terms li {
    font-size: 16px
}

.testimony {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 50px
}

section#testimonies h1 {
    text-transform: uppercase;
    color: #84845e
}

section#testimonies .carousel-control-prev-icon,
section#testimonies .carousel-control-next-icon {
    filter: invert(.9)
}

section#signup-banner {
    background-image: url(../images/14.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

#signup-form h4 {
    text-transform: uppercase;
    color: #67899f;
    font-weight: 300
}

#signup-form p {
    text-transform: uppercase
}

.login-container {
    background: #67899f;
    padding: 50px;
    border-radius: 10px;
    color: #f9f7e4
}

.login-container h1 {
    text-transform: uppercase;
    font-weight: 300
}

.login-container p {
    text-transform: uppercase
}

.login-container a {
    color: #f9f7e4
}

section#planv-banner {
    background-image: url(../images/15.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

.vertical-line {
    background: #67899f;
    height: 90px;
    margin-bottom: 20px;
    margin-left: 25px;
    width: 2px
}

.program-details-tab-content {
    padding-top: 30px;
    padding-bottom: 30px
}

#beneficios h2 {
    font-weight: 300
}

.plan-include {
    border: 2px solid #333;
    background: #fff;
    min-height: 800px
}

.plan-include h3 {
    font-size: 18px;
    font-family: Arapey, serif;
    color: #84845e;
    padding: 16px;
    margin: 0
}

.plan-include p {
    color: #84845e;
    font-size: 13px;
    padding: 16px;
    margin: 0
}

.plan-include li {
    font-size: 13px;
    color: #84845e
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs a {
    font-family: Arapey, serif;
    font-style: italic;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

#waiting-list-modal div.modal-content {
    background: #67899f;
    color: #f9f7e4
}

#waiting-list-modal div.modal-content .btn {
    background: #f9f7e4;
    color: #67899f
}

section#recipes-banner {
    background-image: url(images/16.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

.recipes-section-banner-text {
    background: #4e5234;
    padding: 24px 16px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px
}

.recipes-section-banner-text h1 {
    font-weight: 300;
    color: #f9f7e4;
    text-transform: uppercase
}

section#mealprep-banner {
    background-image: url(images/17.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

.cart-table img {
    width: 100px
}

section#profile-banner {
    background-image: url(images/18.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff
}

section#profile-banner img {
    max-height: 60px
}

.information-section-container {
    border: 1px solid #bcbab3;
    background: #e4e2d9;
    margin-bottom: 20px;
    border-radius: 6px
}

.information-section-container>.icon-container {
    text-align: center;
    padding: 30px;
    color: #fff;
    min-height: 230px
}

.information-section-container>.icon-container img {
    margin-bottom: 20px;
    height: 90px
}

.information-section-container>.icon-container h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px
}

.information-section-container>.data-container {
    padding: 20px;
    text-align: center
}

.information-section-container>.data-container p {
    text-transform: uppercase
}

#challenge {
    margin-bottom: 20px
}

#filter-table_length,
#filter-table_filter,
#filter-table_info,
#filter-table_previous,
.paginate_button,
#filter-table_next {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px
}

.secret-content {
    margin-bottom: 20px
}

.challenge-section-title {
    position: relative;
    margin-bottom: 40px
}

.challenge-section-title img {
    position: absolute;
    height: 100px;
    top: -30px;
    left: -30px
}

.challenge-section-title h2 {
    font-size: 36px;
    padding-left: 60px;
    color: #aa877d
}

.h1-titulo-responsive {
    margin-top: 160px
}

.forum-question {
    margin-bottom: 20px;
    padding: 16px;
    background: white
}

.forum-question p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.question-answer {
    margin-bottom: 10px;
    border: 1px solid #e7eaec;
    padding: 5px 10px 0;
    background: #f9f9f9
}

p.question-date {
    font-size: 13px
}

.contenedor-foro-front {
    background: #efece7;
    padding: 20px
}

#new-question-form label {
    font-family: nexa_lightregular, sans-serif;
    font-weight: 400
}

#new-question-form textarea {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400
}

#filter-table_length,
#filter-table_filter,
#filter-table_info,
#filter-table_previous,
.paginate_button,
#filter-table_next {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px
}

.table-new-design tr td,
.table-new-design tr th {
    background: none
}

@media screen and (max-width:767px) {
    .h1-titulo-responsive {
        margin-top: 0
    }

    .titulo-bg {
        padding-left: 80px;
        padding-top: 100px;
        background: url(images/19.png)no-repeat top left;
        background-size: 160px
    }
}

@media (max-width:768px) {
    #navbarNav ul li:before {
        content: ""
    }

    #navbarNav ul li {
        text-align: center;
        margin-bottom: 5px
    }

    #navbarNav ul li a {
        padding: 0
    }

    .section-banner-text,
    .recipes-section-banner-text {
        max-width: 90%
    }

    .section-banner-text h1,
    .recipes-section-banner-text h1 {
        font-size: 24px;
        line-height: 1.5em
    }

    .footer-cart-links a,
    .footer-cart-links .btn-primary {
        display: block;
        margin-bottom: 20px;
        width: 100%
    }
}