<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Effra Light';
    src: url('../fonts/effra_std_lt-webfont.woff2') format('woff2'),
    url('../fonts/effra_std_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/effra_std_rg-webfont.woff2') format('woff2'),
    url('../fonts/effra_std_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Effra Bold';
    src: url('../fonts/effra_std_bd-webfont.woff2') format('woff2'),
    url('../fonts/effra_std_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Roboto', sans-serif;
    color: #414042;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
    font-weight: 700;
}

b, strong {
    font-weight: 800;
}

hr {
    border-color: #a5a7aa;
}

.opacity-80 {
    opacity: .8;
}

/* Background */

.bg-orange {
    background-color: #f08b1e;
}

.bg-purple {
    background-color: #b02271;
}

.bg-pink-pastel {
    background-color: #f7c0b2;
}

.bg-gray {
    background-color: #e6e7e8;
}

.bg-light {
    background-color: #e8e8e8 !important;
}

.bg-success {
    background-color: #00A551 !important;
}

.bg-gradient-1 {
    background-image: linear-gradient(75deg, rgb(175, 031, 142), rgb(084, 039, 133));
}

.bg-gradient-2 {
    background-image: linear-gradient(75deg, rgb(239, 065, 061), rgb(175, 031, 142), rgb(084, 039, 133));
}

/* Utilities */

.bottom-radius {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* Text colors */

.text-purple {
    color: #4f002b;
}

.text-burgundy {
    color: #620000;
}

.text-gray {
    color: #606060;
}

/* Btns */

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.btn-md {
    padding: 7px 30px;
    font-size: 18px;
}

.btn-success {
    background-color: #00A551 !important;
    border-color: #00A551 !important;
}

.badge-success {
    background-color: #00A551 !important;
}

.badge-secondary {
    background-color: #babcbe !important;
}

/* Sections */

#hero {
    background-image: linear-gradient(75deg, rgb(084, 039, 133), rgb(175, 031, 142), rgb(239, 065, 061));
    padding: 3rem 0;
}

span.pricing {
    transition: all .4s;
}

/* General */

#cards {
    margin-top: -2.5rem;
}

/* Details Section */

#details {
    background-image: linear-gradient(to right, #eeeeee, #e8e8e8);
    padding: 1rem 0 0;
}

#formula-heading {
    max-width: 360px;
}

#right-line {
    border-right: 2px solid #1f191a;
    border-bottom: 2px solid #1f191a;
    border-radius: 0 0 30px 0;
    height: 175px;
    margin-left: 30px;
    margin-top: -170px;
}

#right-line:after {
    content: 'â€¢';
    color: #1f191a;
    font-size: 57px;
    float: right;
    margin-right: -11px;
    margin-top: -40px;
}

#top-line {
    border-left: 2px solid #1f191a;
    border-top: 2px solid #1f191a;
    border-radius: 30px 0 0 0;
    margin-right: 30px;
    margin-top: -2px;
}

#details-points {
    position: relative;
}

#details-points #left-border {
    border-left: 2px solid #1f191a;
    position: absolute;
    top: 0;
    bottom: 75px;
    left: 0;
    z-index: 1;
}

.details-icon {
    margin-left: -30px;
    width: 60px;
    height: auto;
    z-index: 2;
}

/* Warranty */

#warranty {
    margin-top: -7.5rem;
    background-image: radial-gradient(#cf5478, #ac193d);
    border: 5px solid #cf5478;
    border-radius: 30px;
    box-shadow: 2px 7px 0 #d5d4d5;
}

/* FAQ */

.accordion .card {
    border: none;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.accordion .card-header {
    background: transparent;
    border-top: 1px solid #444;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
    padding: 1.4rem 1rem;
}

.accordion .card-header.border-bottom {
    border-bottom: 1px solid #444 !important;
}

.accordion .card-header .toogle {
    cursor: pointer;
}

.accordion .card-header .icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion .card-header .icon-plus {
    background-image: url("../img/icon-plus.png");
}

.accordion .card-header .icon-minus {
    background-image: url("../img/icon-minus.png");
}

/* Reviews */

#reviews {
    padding: 6rem 0;
}

#rating-field {
    border: 1px solid #939598;
    transition: height .5s;
}

#reviews textarea {
    border: 0;
    padding: 0;
    resize: none;
}

#reviews textarea:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

#reviews .alert {
    opacity: 0;
    transition: opacity .5s;
}

.review-text {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    color: #6d6e71;
    font-weight: 400;
    margin: 1.5rem 0;
}

.alert {
    border-radius: 0;
}

.alert-success {
    color: #64946f;
    background-color: #ddf3e2;
    border-color: #cee9d4;
}

.badge {
    cursor: pointer;
    transition: all .3s;
}

.badge:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Club VIP */

.club {
    padding: 2rem 0;
    border-top: 2px solid #620000;
    border-bottom: 2px solid #620000;
}

.club h1 {
    width: 250px;
    margin: -4rem auto 0;
}

/* Social */

#social {
    padding: 5rem 0 0;
}

.img-box {
    height: 17rem;
    overflow: hidden;
}

.img-box-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1.75s ease;
}

.img-box-img:hover {
    transform: scale(1.1);
}

.img-box-info {
    opacity: 0;
    transition: all .4s;
}

.img-box-img:hover .img-box-info {
    opacity: 1;
}

/* Footer */

footer {
    background: #625e5d;
}

footer * {
    color: #fff;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 1rem;
}

footer ul.inline {
    display: inline-flex;
}

footer ul.inline li {
    margin-right: .5rem;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer small {
    font-size: 15px;
}

/* Responsive */

@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }

    .container.larger-container {
        max-width: 1140px;
    }

    .col-md-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #main-image {
        margin-left: -60px !important;
    }

    #hero #hero-content {
        margin-left: -60px !important;
    }

    #buy {
        color: #606161;
    }
}

@media (max-width: 768px) {

    #main-image {
        margin-left: -30px !important;
    }

    #reviews {
        padding: 4rem 0 1rem;
    }

    #social {
        padding: 4rem 0 0;
    }

    #details {
        padding: 1rem 0 10rem 0;
    }

    #formula-heading {
        margin-top: 1px;
        max-width: unset;
        margin-left: 1.5rem;
    }

    #formula-heading h1 {
        font-size: 1.75rem;
    }

    #details-points #left-border {
        bottom: 100px;
    }

    #cards {
        margin-top: 0;
    }

    #warranty img {
        width: 200px;
    }

    .img-box {
        height: 10rem;
    }

    .accordion .card-header.border-bottom-mobile-0 {
        border-bottom: none !important;
    }
}

/* MudanÃ§a Julho/2020 */

.btn-primary {
    background-color: #F99D39;
    border-color: #F99D39;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #e28b2c !important;
    border-color: #e28b2c !important;
}

.nav-pills .nav-item {
    background: #E6E7E7;
    border-radius: .25rem;
    margin: 0 .25rem;
    padding: .5rem;
}

.nav-pills .nav-item.active {
    background: #22AC4B;
    color: #fff;
}

.nav-pills a:hover {
    text-decoration: none;
}

.nav-pills a:hover * {
    opacity: .9;
}

.nav-pills a * {
    color: #666;
    opacity: .5;
    transition: opacity .4s;
}

.nav-pills a.active * {
    color: #fff;
    opacity: 1;
}

#badge-discount {
    position: absolute;
    width: 85px;
    top: 55px;
    right: -5px;
}

#pills-optionsContent .lead {
    font-size: 22px;
    line-height: 1.1;
}

#pills-optionsContent .lead small {
    font-size: 16px;
}

/* Warranty */

#warranty-buy img {
    max-width: 133px;
    height: auto;
}

#warranty-buy p {
    font-size: 12px;
    line-height: 1.3;
    opacity: .8;
}

/* Checkbox */

.drnature-check {
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
}

.drnature-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Utilities */

.bottom-radius {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

ul.img-list {
    padding: 0;
    list-style: none;
}

ul.img-list li {
    font-size: 16px;
    margin-bottom: 13px;
    color: #888;
}

ul.img-list img {
    margin-right: 5px;
    width: 16px;
    margin-top: -3px;
    height: auto;
}

.py-6 {
    padding: 3rem 0 7rem 0;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
}

.bg-medium-gray {
    background-color: #C0C2C4;
}

.bg-medium-gray-2 {
    background-color: #606161;
}

.cursor {
    cursor: pointer;
}

/* Buy */

#buy {
    font-family: 'Effra', sans-serif;
    font-size: 20px;
}

#buy h1, #buy h2, #buy h3, #buy h4, #buy h5, #buy h6 {
    font-family: 'Effra Bold', sans-serif;
}

.light-font {
    font-family: 'Effra Light', sans-serif;
}

.regular-font, .font-weight-normal, #buy .font-weight-normal {
    font-family: 'Effra', sans-serif;
}

.font-size-sm {
    font-size: 13px;
    line-height: 1.4;
}

.font-size-xs {
    font-size: 11.5px;
    line-height: 1.4;
}

@media (max-width: 768px) {

    .nav-pills .nav-item {
        background: #DCADA1;
        border-radius: .25rem;
        margin: 0 .25rem;
        padding: .5rem;
    }

    #buy .lead {
        font-size: 1.65rem;
        line-height: 1.1;
    }

    .nav-pills a * {
        color: #111;
        opacity: .6;
        transition: opacity .4s;
    }

    #pills-buy-type {
        margin-top: -10px;
    }

    #badge-discount-mobile {
        width: 100px;
        position: relative;
        float: right;
        bottom: -5px;
        right: -10px;
        z-index: 99;
    }

    .checkbox-mobile, .checkbox-mobile * {
        display: inline;
        font-size: 16px;
    }

    .terms-mobile {
        font-size: .7rem;
    }

    #faq {
        padding-bottom: 2rem;
    }

    #product-preview {
        /*display: none !important;*/
        max-height: 150px;
        margin: 10px auto 15px;
    }

    .btn {
        font-family: 'Effra Bold', sans-serif;
    }

    .drnature-check {
        font-size: .95rem;
        width: 100%;
    }
}</pre></body></html>