body {
    background: #eaeaea;
}

.container > .row {
    background: #fff;
}

main {
    background-color: #0086ca;
    height: 600px;
}

main > .row > :first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}

main > .row > :last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

main > .row > :last-child > div > a {
    background: #c11f1f;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
    font-weight: 600;
}

main > .row {
    height: 100%;
}

.row > .first,
.row > .second,
.row > .three {
    background-color: #52c5ff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
}

.row > .second {
    background-color: #52c5ff91;
}

.row > div > ul {
    list-style: none;
    padding-left: 0;
}

.row > div > .title {
    font-weight: bold;
}

.section-benefits {
    background-color: #ff2c2c;
    color: #fff;
    font-size: 24px;
}

.section-benefits-content {
    background-color: #3a4149;
}

.section-benefits-content > div > div,
.section-questions-content > div > div {
    background-color: white;
    border-radius: 9px;
    padding: 30px;
}

.section-questions-content {
    background-color: #cfe6ff;
}

.link-shop {
    background: #b91e1e;
    color: #fff;
    font-weight: bold;
    color: #fff !important;
    border-radius: 5px;
}

.section-testimonials-content > div > div > ul > :first-child {
    font-weight: bold;
}

footer > div {
    background: #56585a;
    color: #fff;
}

.section-testimonials-content > div > div > ul {
    border: 1px solid #686868;
    padding: 8px;
    border-radius: 36px;
}

.section-testimonials-content > div > .col-md-5 {
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 9px;
    margin-bottom: 30px;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}

@media (max-width: 768px) {
    main > .row > :first-child,
    .section-benefits {
        font-size: 14px;
    }

    .header-one {
        position: absolute !important;
        height: auto !important;
    }

    .header-one > .navbar {
        position: static !important;
        width: 100% !important;
        margin-left: 0 !important;

    }

    main > .row > .col > img {
        width: 400px !important;
    }
}

.section-videos-content > div > div > div > div > a > button {
    background: #f24c4c;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.section-videos-content > div > div > div > a > img {
    width: 100%;
}

.section-videos-content > div > div > div > div {
    padding: 18px;
    font-weight: bold;
}

.header-one {
    position: relative;
    background: white;
    height: 70px;
}

.header-one > .navbar {
    position: fixed;
    background: white;
    width: 1320px;
    max-width: 1320px;
    margin-left: -12px;
}

footer > div > :last-child {
    background: #3a4046;
}

.contact-distributor > ul {
    border : 0 !important;
}

.contact-distributor > ul > :first-child {
    font-weight: normal !important;
}

#section-distributor-content {
    background: #b3b3b3;
}

.whatsapp {
    position: fixed;
    bottom: 22px;
    right: 28px;
    background: #25d366;
    color: #fff;
    padding: 17px 70px;
    border-radius: 58px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 20px;

}
