@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');

/* Font */

.header-bottom ul#nav-root>li {
 font-family: 'Hind Siliguri', sans-serif;
 letter-spacing: 0.8px;
 font-size: 0.9rem;
 font-weight: normal;
}

ul#nav-root>li>.container-menu ul.menu-level-2>li>a {
    font-weight: normal;
}

:root{
    --cor-base: #ffffff;
    --cor-base-light: #ffffff;
    --cor-secundaria: #ffffff;
}

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; 
}

/* HEADER */

.header-bottom ul#nav-root>li>.container-menu .menu-level-2>li{
    width: 100%;
}

.logo svg {
    width: 85%;
}

.header-top {
    background: #016e37;
}

.header-bottom {
    border-top: 1px solid #016e37;
    border-bottom: 1px solid #016e37;
    background: #ffffff;
}

ul#nav-root>li>a {
    padding: 6px 6px;
}

ul#nav-root>li>.container-menu ul.menu-level-2>li>a:hover {
    color: #016e37;
}

ul#nav-root {
    flex-wrap: wrap;
}

/* FOOTER */

.footer-middle .contato .logo svg {
    width: 160px;
}