.brand-title .title::before, .brand-title .title::after{
    background: #36a786;
}

/***** HOME *****/

.banner-area h2.title{
    font-size: 50px;
}
.banner-area h2 span.green{
    color: #36a786;
}
.banner-area h2 span.yellow{
    color: #FF9016;
}
.brand-area{
    padding: 90px 0;
}
.brand-area .title{
    letter-spacing: 0.09em;
}
.brand-area .title img{
    margin: -12px 10px;
    width: 50px;
    height: 50px;
}

/***** INGREDIENTES *****/
section#ingredientes .features-icon{
    height: 50px;
}
section#ingredientes .features-icon img{
    height: 50px;
    float: left;
}

/***** PRESENTACIONES *****/

.features-products-wrap .features-products-thumb,
.features-products-wrap:nth-child(even) .features-products-thumb {
    margin: 0 50px 5px 50px;
}

.features-products-thumb .main-img{
    max-width: 400px;
}

/***** ARTICULOS *****/
.tg-testimonial-bg {
    background-image: url(/assets/img/bg/articulos.jpg);
}
.tg-testimonial-bg::before {
    background: #36a786;
    opacity: .7;
}
.tg-testimonial-area .tg-testimonial-item h2{
    max-height: 65px;
    overflow: hidden;
}
.tg-testimonial-area .tg-testimonial-item .button-cont{
    text-align: right;
}

/***** DECLARACION NUTRIMENTAL *****/
section#ingredientes .table td{
    min-width: 110px;
}

/***** FOOTER *****/
.footer-top-wrap{
    background: #36a786;
}
.copyright-wrap {
    background: #36a786;
    border-top: 1px solid #fff;
}
.footer-contact-wrap .list-wrap li i {
    color: #fff;
}
.footer-widget ul li a {
    opacity: 1;
}
.footer-widget ul li a:hover{
    color: #fff;
    opacity: 0.6;
}
