@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


:root { 
	/* cores */
    --primary: #002FA7;
    --primary-hover: #120b77;
    --primary-active: #002FA7;
	/* cores */

	/* header */
	--header-svg-color: #000a69;
	--header-svg-width: 28px;
	--header-svg-height: 28px;
	--header-search-background-color: none;
	--header-search-background-color-focus: none;
	--header-menu-text-height: 45px;
	/* header */

	/* footer */
	--footer-border-color: #eee;
	--footer-color-text: var(--text-gray);
	/* footer */

	/* fontes */
    --font-primary: 'Lato', sans-serif;
	--font-secondary: 'Archivo-black', sans-serif;
	--font-tertiary: 'Archivo', sans-serif;
	/* fontes */
   
	/* botões */
    --btn-primary: #2b973a;
    --btn-primary-hover: #2ad52a;
    --btn-primary-active: #2b973a;
	/* botões */
	
	/* geral */
    --text: #282828;
    --logo-max-height: 56px;
	@media (max-width: 991px) {
		--spacing-sections-home: 16px;
		--footer-space: 24px;
		--logo-max-height: 40px;
	}
	/* geral */
}

.heading-title {font-weight: 300; color: var(--secondary); font-family: var(--font-secondary);}


/* Top Bar */
.top-bar {padding: 5px 0;}
/* Header */
.header-wrapper {gap: 40px;}
.header-wrapper .search {border-radius: 15px; border: 1px solid #0a2547; box-shadow: 0 2px 2px #0000000a; height: 100%;}
.header-wrapper .search:focus-within {border-color: #999;}
.header-wrapper .search input {padding-left: 20px;}
.header-bottom .container {max-width: var(--container-large);}
.menu-advanced .item-nivel-1 .item-nivel-1-text {padding: 15px 12px;}

.pormotional-bar .title {font-family: var(--font-tertiary);}

/* Lista de produtos */
.product-list-carousel .vowt-prev {left: 2px;}
.product-list-carousel .vowt-next {right: 2px;}
.product-list-carousel-bg {background: var(--primary); padding: 24px 0;}
.product-list-carousel-bg .headding-title {color: #fff;}
.product-list-carousel-bg .product-thumb {background: #fff; border: none;}
.product-list-description {display: none;}

.product-thumb {background-color: #f8f9fa; margin: 8px 4px 4px; border: 1px solid #828792;}
.product-thumb:hover {border-color: #bbb;}
.product-thumb-title {color: #000; margin-bottom: 10px; margin-top: 6px; line-height: 20px; text-align: center; text-transform: uppercase; min-height: 40px; font-family: var(--font-tertiary);}
.product-thumb-buttons {display: none !important;}
.product-price-thumb {align-items: center;}
.product-thumb .product-price-value {font-size: 20px; font-weight: 400; color: #0a2547; margin-bottom: 8px;}
.product-thumb .product-short-installments {font-size: 13px; color: #616161;}

.banners-home .container {max-width: var(--container-xxl, 1420px) !important;}

@media (max-width: 991px) {
	.product-thumb-title {font-size: 12px; line-height: 16px; min-height: 32px;}
	.header-wrapper {gap: 10px;}
	.header-wrapper .header_account_info {display: none;}
}

/* PÁGINA INTERNA */
/* Produto */
#product h1 {font-family: var(--font-secondary); font-size: 26px; font-weight: 500; color: #0a2547; line-height: 135%;}
.product-price .product-price-value {margin: 2px 0; font-family: var(--font-secondary); font-weight: 500; color: #24242b;}
.product-price .product-pix {display: block; width: 100%;}
.product-price .product-pix-value {color: var(--green);}
.product-price .product-pix-icon {display: none;}
.product-price .product-pix-text {margin-top: 7px;}

@media (max-width: 991px) {
    .banners-large img {
		        aspect-ratio: 1920 / 480!important;
	}
}