@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');

:root { 
	/* cores */
    --primary: #1B7F79;
    --primary-hover: #33cbc0;
    --primary-active: #00a99d;
    --secondary: #013A63;
    --secondary-hover: #03538b;
    --secondary-active: #03538b;
    --green:#00b32d;
	--green-hover: #0b8b2b;
	--green-active: #0a7023;
    --gray:#e6e6e6;
	--gray-hover: #e1e1e1;
	--gray-active: #dadada;
    --gray-light:#f3f3f3;
	--gray-light-hover: #e8e8e8;
	--gray-light-active: #e2e2e2;
	/* cores */

	/* header */
	--header-topbar-height: 38px;
	--header-topbar-background-color: #f8f8f8;
	--header-topbar-text-color: #282828;
	--header-topbar-icon-color: #282828;
	--header-background-color: #fff;
	--header-border-color: #282828;
	--header-color-text: #282828;
	--header-svg-color: #282828;
	--header-menu-color-text: #282828;
	--header-menu-mobile-color-text: #282828;
	--header-menu-icon-color: #282828;
	--header-menu-mobile-icon-color: #282828;
	--header-menu-font-size: 13px;
	--header-menu-text-height: 70px;
	/* header */

	/* footer */
	--footer-background-color: #00040e;
	--footer-border-color: #eee;
	--footer-color-text: #fff;
	--footer-dark-background-color: #181515;
	--footer-dark-border-color: #292929;
	--footer-dark-color-text: #fff;
	--footer-dark: 0;
	/* footer */

	/* fontes */
    /* --font-primary: 'Montserrat', sans-serif; */
	--font-primary: 'Sen', sans-serif;
	/* fontes */
   
	/* botões */
    --btn-primary:#2a4093;
    --btn-primary-hover: var(--primary);
    --btn-primary-active: var(--primary);
    --btn-secondary: var(--secondary);
    --btn-secondary-hover: var(--secondary-hover);
    --btn-secondary-active: var(--secondary-active);
	/* botões */
	
	/* radius */
	--border-radius-default: 8px;
	--btn-border-radius: var(--border-radius-default);
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--product-thumb-spacing: 4px;
	--spacing-sections-home: 70px;
    --text: #282828;
	--background: #fff;
    --container-xxl: 1420px;
    --logo-max-height: 48px;
	@media (max-width: 991px) {
		--logo-max-height: 40px;
		--spacing-sections-home: 40px;
	}
	/* geral */
}
body {
	letter-spacing: .2px;
}


.menu-advanced .lista-nivel-1 {
	justify-content: center;
}

.menu-advanced .item-nivel-1 .item-nivel-1-text {
    padding: 0 20px;
}

.header-wrapper, .header-right {
    gap: 22px;
}

.coupon-bar {
    background: #f8f8f8;
    padding: 16px;
	color: #282828;;
	font-weight: 200;
}

#coupon-name {
    padding: 0px 0px;
    border: none;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    background: none;
    color: #282828;
}

#coupon-copy {
    background: transparent;
    padding: 6px 28px;
    font-size: 12px;
    background: var(--primary);
    color: #fff;
}

#coupon-copy:hover {
    background: var(--primary-hover);
}

.promotional-bar svg {
    width: 32px;
    height: 32px;
}

.promotional-bar .title {
    font-weight: 200;
    color: #000;
    font-size: 26px;
    margin-bottom: 12px;
	text-transform: lowercase;
}

.promotional-bar .title::first-letter {
	text-transform: uppercase;
}

.promotional-bar .content {
    font-weight: 300;
	font-size: 14px;
}
