div#main-area div.produto div.main-produto .area-buy-product button.button {
background: #00a441;
border-color: #00a441;
}
div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
background: #008b37;
border-color: #008b37;
}
.logo-preview {
    width: 140px !important;
    padding: 10px 0;
}

.header-top {
    border-top: 6px solid rgb(243, 124, 34);
    padding: 12px 0;
}

.header-bottom {
    background: rgb(40, 100, 66);
    padding: 0px !important;
    border-bottom: none !important;
    
}

.header-bottom *{
    color: #fff;
}

#nav-root li {
    padding: 0;
}

.container-landing-page {
    padding: 0 !important;
}

.menu-level-2 .menu-text {
    color: rgb(40, 100, 66);
}

.menu-level-2 a  {
    background-color: #fff !important;
}

.menu-level-2 a:hover  {
    background-color: rgb(40, 100, 66) !important;
    color: #fff !important;
}

.menu-level-2 a:hover *  {
    color: #fff !important;
}

.header-middle {
    background: #f5f8f7;
}

.relative.flex.w-full.justify-between.gap-space-8.bg-white.px-space-16.py-space-20.dark\:bg-dark-600 {
    background-color: #f5f8f7;
    border-top: 9px solid #286442;
    padding: 5px 5px;
}

#start-recognition {
    display: none;
}

.tag-value {
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 12px !important;
    padding: 5px 15px 5px 25px !important;
    border-radius: 0 5px 5px 0 !important;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
    position: relative;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .tag-value {
        display: inline-flex;
        align-items: center;
        color: white;
        font-weight: bold;
        font-size: 10px !important;
        padding: 2px 5px 2px 15px !important;
        border-radius: 0 5px 5px 0 !important;
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
        position: relative;
        text-transform: uppercase;
    }
}