:root{
    --cor-base: #cd3c48;
    --cor-base-light: #cd646c;
    --cor-secundaria: #ffcc29;
}

header.is-tablet-mobile .logo-container {
    width: 120px;
}

header .logo-container svg#logo {
    width: 100%;
    height: 100%;
}

header:not(.is-tablet-mobile) .header-middle .logo-container a,
.footer-middle .contato .logo img, 
.footer-middle .contato .logo svg{
    width: 150px;
}
/*LETRAS MINISCULA SUB MENU */

ul#nav-root>li>.container-menu .menu-level-2>li>a {
    text-transform: capitalize;
}
header.is-tablet-mobile .header-search-full {
    background: #32404c;
}

header.is-tablet-mobile .header-search-full {
    background: #000000;
}