/**
 * Cabeçalho e menu principal
 */
.w-header {
    background: rgba(255,255,255,1);
    color: rgba(99,145,43,1);
}
.w-header a {
    color: rgba(99,145,43,1);
}
.w-header a:hover {
    color: rgba(99,145,43,1);
}

/**
 * Banner
 */
.w-banner {
    background-image: url(https://souzafloriano.com/images/defaults/banner-background.png);
}
.w-banner .w-banner-content {
    background: rgba(252,252,252,0.77);
    color: rgba(84,70,70,1);
}
.w-banner .w-banner-content .w-banner-content-btn {
    color: rgba(255,255,255,1);
    background: rgba(245,134,52,1);
}
#banner-slider .w-banner-content {
    background: rgba(252,252,252,0.77);
    color: rgba(84,70,70,1);
}
#banner-slider .w-banner-content .w-banner-content-btn {
    color: rgba(255,255,255,1);
    background: rgba(245,134,52,1);
}


/**
 * Personalização do botão de produtos
 */
.w-products-list .w-products-list-item .w-product-list-item-action a {
    color: rgba(255,255,255,1);
    background: rgba(245,134,52,1);
}