.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
    border: 1px solid #faddb5;
    background-color: #29a746;
    color: #fffdfd;
}

html {
    scroll-behavior: smooth;
}


#content .container {
    margin-top: 0;
}

.promo.promo-flat {
    background-color: transparent;
}

.topmargin-lg {
    margin-top: 0 !important;
}

button.no-button {
    border: none;
    background-color: transparent;
    color: #3bcf43;
    padding: 0;
}

.button, .sale-flash {
    background-color: #3bcf43;
}


.button-purple {
    background-color: #443002;
}

#gotoTop:hover {
    background-color: #206913;
}

.promo {
    position: relative;
    padding: 30px 30px 30px 0;
}

.button.button-dark:hover {
    background-color: #206913;
}

.button-dark.youtube {
    background-color: #f00;
}

h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #206913;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
    color: #206913;
}

.button:hover {
    background-color: #317506;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#servicios {
    padding-top: 0;
}

.dark #copyrights {
    color: white;
    background-color: #251f12ad;
}

#footer.dark, .dark #footer {
    background-color: #1e7114;
}

#page-title {
    color: #674d11;
    background-color: white;
}

h1, h2, h3 {
    color: #3bcf43;
}

h2 small {
    color: #bbbba9;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    margin-bottom: 30px;
}

.product-image > a, .product-image .slide a, .product-image img {
    display: block;
    border: 1px solid #f0eeed;
}

.product-price ins {
    color: #3bcf43;
}

.button {
    height: 40px;
    line-height: 40px;
}

.divider {
    margin: 15px 0;
}

.divider.divider-border {
    color: #7bb36e;
}

.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    border-top: 1px solid #7bb36e;
}

.divider.divider-border i {
    border: 1px solid #7bb36e;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 0px;
}

h4, h5, h6 {
    color: #1e7114;
}

a {
    text-decoration: none !important;
    color: #3bcf43;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff900;
}

.bnews-title {
    display: block;
    float: left;
    margin-top: 2px;
    padding-top: .3em;
    text-transform: uppercase;
}

.slide-text {
    border: 1px solid white;
    -webkit-box-shadow: 8px -11px 15px 5px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 8px -11px 15px 5px rgba(0, 0, 0, 0.47);
    box-shadow: 8px -11px 15px 5px rgba(0, 0, 0, 0.47);
}

.slide-text.one {
    width: 50%;
    /* height: 100%; */
    padding: 30px;
    position: absolute;
    margin: 0px 20px;
    bottom: 0px;
    background-color: rgba(32, 106, 34, 1);
}

.slide-text.two {
    background-color: rgba(106, 80, 9, 1);
    width: 50%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    margin: 0px 20px;
    margin-top: 100px;
}

.slide-text.three {
    background-color: rgb(109 132 14);
    width: 50%;
    padding: 30px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.slide-text.four {
    background-color: #3a3c1a;
    width: 50%;
    padding: 30px;
    position: absolute;
    margin: 0px 20px;
    bottom: 0px;
}


.slide-text > div {
    margin: 0 auto;
}

.slide-text > div > h2 {
    color: white;
    font-size: 60px;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: 1px solid white;
}

.slide-text .text {
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: lighter;
}

@media (max-width: 1200px) {
    #primary-menu ul li > a {

        font-size: 7px;
    }
}

@media (max-width: 990px) {

    #logo img {
        display: block;
        max-width: 172px;
        margin: 15px auto;
    }


    #primary-menu ul li > a {
        font-size: 20px;
    }

    #header, #header-wrap, #logo img {
        height: auto;
    }

    .slide-text.one {
        margin-top: 0;
    }

    .slide-text > div > h2 {
        font-size: 30px;
    }

    .slide-text .text {
        font-size: 12px;
    }

    .slide-text {
        width: 100%;
        /* height: 100%; */
        padding: 30px;
        position: absolute;
        margin: 0px 20px;
        bottom: 0px;
    }
}

@media (max-width: 768px) {
    .slide-text > div > h2 {
        font-size: 36px;
    }

    .counter.counter-large {
        font-size: 62px;
    }
}

@media (max-width: 578px) {
    .content-wrap {
        position: relative;
        padding: 30px 0;
    }

    #page-title .breadcrumb {
         justify-content: left!important;
    }

    .slide-text.one {
        margin-top: 0;
        padding: 15px;

    }

    .slide-text > div > h2 {
        font-size: 18px;
    }

    .slide-text .text {
        font-size: 8px;
    }

    #logo img {
        display: block;
        max-width: 172px;
        margin: 15px auto;
    }

    #header, #header-wrap, #logo img {
        height: auto;
    }
}