html {
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	scroll-behavior: smooth;
}

body {
	padding: 0 0 0 0;
	margin: 140px 0 0 0; 
	background-color: #EEE;
	font-family: Arial;
}


.h-anchor {
	padding-top: 140px;
	margin-top: -120px;
}



.logo img {
	margin: 10px 0 0 10px;
	height: 60px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}


header {
	position: fixed;
	width: 100%;
	height: 142px;
	top: 0;
	left: 0;
	border-bottom: 1px solid #ffc448;
	z-index: 10;
	
	transition: all 0.3s;
	transition-timing-function: ease-in;
	
}

header.onscroll {
	top: -25px;
	height: 137px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

header.onscroll .logo img {
	height: 55px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}


.header-top {
	display:  flex;
	justify-content: space-between;
	background-color: #000432;
	color: #EEE;
	font-size: 12px;
	padding: 5px 10px;
}

.header-middle {
	display:  flex;
	justify-content: space-between;
	background-color: #0200FF;
	padding: 5px 10px;
	/*height: 70px;*/
}

.header-middle-left {
	width: 250px;
}
.header-middle-center {
    display: flex;
    align-items: center;
}

.header-bottom {
	display:  flex;
	background-color: #CCCCCC;
}






.body-container {
	display: flex;
}



.body-content {
	width: 100%;
	background-color: #FFF;
	max-width: 95%;
	margin: 20px auto 0 auto;
	
}

.body-content-middle {
	display: flex;
}

.body-content-middle-center {
	padding: 0 20px;
	flex: auto;
}


header nav {
	display: inline-block;
}


header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


header nav ul li {
	font-size: 15px;
	/*font-weight: bold;*/
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	
	transition: all 0.3s;
	transition-timing-function: ease-out;
}

header nav ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 7px 30px;
}

header nav ul li:hover {
	color: #000;
	background-color: #EEE;
	
	transition: all 0.3s;
	transition-timing-function: ease-out;
}

header nav ul li:hover a {
	color: #000;
}



header nav ul li:hover ul, header nav ul li.active ul {
	display: block;
	opacity: 1;
	
	pointer-events: all;
	cursor: default;
	
	transition: all 0.3s;
	transition-timing-function: ease-out;
}

header nav ul ul {
	background-color: #CCC;
	/*display: none;*/
	position: absolute;
	margin-left: 15px;
	min-width: 200px;
	opacity: 0;
	
	pointer-events: none;
	cursor: default;
	
	transition: all 0.3s;
	transition-timing-function: ease-out;
	
	
}

header .li_sub {
	position: relative;
	background-image: url("../../images/system/menu_plus_v.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
}

header .li_sub::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 30px;
	background-image: url("../../images/system/menu_plus_v.png");
}



.container-breadcrumb {
	display: flex;
	max-width: 95%;
	margin: 0 auto 0 auto;
}

ul.breadcrumb {
	font-size: 15px;
	margin: 10px 0 10px 0; 
	padding: 10px 0 10px 0;
	list-style: none;
}

ul.breadcrumb li {
	font-style: italic;
	display: inline;
}


ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}






.ul-conteudo-categ {
	display: flex; flex-wrap: wrap;
}

.conteudo-categ-img {
	text-align: center;
}


.content-author-date {
	font-size: 13px;
	margin-bottom: 40px;
}



.content-categ-viewmore {
	
}

.content-categ-viewmore ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.content-categ-viewmore ul ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}

.content-categ-viewmore ul li {
	margin: 5px 0 5px 0;
}

.content-categ-viewmore ul li a {
	padding: 5px 0 5px 0;
	display: inline-block;
	
}



footer {
	
}

.footer-top {
	
}

.footer-middle {
	position: relative;
	background-color: #000432;
	color: #666;
}

.footer-bottom {
	background-color: #000;
	color: #EEE;
	font-size: 12px;
}



footer nav {
	display: inline-block;
	vertical-align: top;
	
}

footer nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer nav ul li {
	vertical-align: top;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

footer nav ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 30px;
	color: #FFF;
}

footer nav ul li a:hover {
	background-color: rgba(220, 220, 220, 0.20);
}


footer nav ul ul {
	background-color: transparent;
	display: block;
	position: relative;
	/*margin-left: 20px;*/
	min-width: auto;
}

footer nav ul li li {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

footer nav ul li li a {
	color: #CCC;
	
}




.msg-warning {
	color: #920002;
	font-weight: bold;
	font-size: 13px;
}



.dv-mod-banner-sbs {
	padding: 20px 0 20px 0;
	text-align: center;
}


.mod-banner-sbs {
	
	display: inline-block;
}

.li-mod-banner-sbs {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	height: 120px;
	
}

.li-mod-banner-sbs-title {
	font-size: 14px;
	margin: 10px 0 10px 0;
}



.li-mod-banner-sbs img {
	height: 100%;
	
}



.mod-banner-sbs-over {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	
	z-index: 1;
	
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.li-mod-banner-sbs:hover .mod-banner-sbs-over {
	height: 120%;
	left: -10%;
	top: -10%;
	
	z-index: 2;
	
	transition: all 0.3s;
	transition-timing-function: ease-in;
}




.dv-mod-newsletter {
	width: 100%;
	/*padding: 20px 0 20px 0;*/
	background-color: #CCC;
}

.dv-mod-newsletter-content {
	max-width: 600px;
	margin: 20px auto 20px auto;
	padding: 20px;
	background-image: url("../../images/system/128/bt_mail_blue.png");
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 20px 20px;
	
	color: #333;
	
}

.mod-newsletter-title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 70px;
}

.mod-newsletter-content {
	margin: 10px;
	margin-left: 70px;
	margin-bottom: 20px;
	
}


.newsletter-form {
	
}

.newsletter-form-ok {
	display:  none;
}
.newsletter-form-ok.on {
	display:  block;
	text-align: center;
}


.newsletter-form-fields {
	display: inline-block;
}

.newsletter-form-field {
	display: inline-block; margin-right: 10px;
}

.newsletter-form-buttons {
	display: inline-block;
}





.form-home-contato-field {
	margin: 5px 0 5px 0;
}

.form-home-contato-buttons {
	text-align: right;
}



.form-home-login-fields {
	margin: 20px 0 20px 0;
}

.form-home-login-field {
	margin: 5px 0 5px 0;
}



.down-login .dv-form-home-login, .aero-bk-site-left-content .dv-form-home-login, .aero-bk-site-right-content .dv-form-home-login, .aero-bk-site-right-content .dv-form-home-esqpass {
	margin-left: 20px;
	margin-right: 20px;
}

.aero-site-left-content .dv-form-home-login, .aero-site-right-content .dv-form-home-login {
	margin-left: 20px;
	margin-right: 20px;
}





.down-search .dv-form-home-search {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.down-cart .dv-form-home-cart {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}










.bt-open-search a, .bt-open-login a, .bt-open-cart a {
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px 5px 30px;
	margin-right: 5px;
	
	position: relative;
    z-index: 2;
}

.bt-open-search.icon-text {
	background-image: url(../../images/system/bt_pesquisar.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: top left;
}




.bt-open-login.icon-text {
	background-image: url(../../images/system/128/icon_lock.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: top left;
    
}


.bt-open-cart.icon-text {
	position: relative;
}

.bt-open-cart.icon-text:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../../images/system/icon_cart.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: top left;
	z-index: 1;
	filter: invert(100%);
    -webkit-filter: invert(100%);
    
}




.btn-aero-cancel {
	display: none;
}

.btn-aero-cancel.on {
	display: inline-block;
}





.down-login {
	position: absolute; width: 350px; height: 0; background-color: rgba(220,220,220,0.7); overflow: hidden;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.down-login.down-right {
	right: 0; 
	-webkit-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
}

.down-login.down-left {
	left: 0; 
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
}

.down-login.down-center {
	left: 0;
	margin-left: -175px;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
}


.down-login.on {
	height: 320px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}









.down-search {
	position: absolute; width: 400px; height: 0; background-color: rgba(220,220,220,0.7); overflow: hidden;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.down-search.down-right {
	right: 0; 
	-webkit-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
}

.down-search.on {
	height: 150px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}





.down-cart {
	position: absolute; width: 400px; height: 0; background-color: rgba(220,220,220,0.7); overflow: hidden;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.down-cart.down-right {
	right: 0; 
	-webkit-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
	box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.5);
}

.down-cart.on {
	height: 320px;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.dv-bt-down-cart .home-nped {
	
}

.home-nped {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: -4px;
	right: -15px;
	width: 20px;
	height: 20px;
    /*padding: 6px 2px;*/
	position: absolute;
	background-color: #F00;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	border-radius: 20px;
}

.dv-bt-down-cart .home-nped {
	top: -7px;
	left: -15px;
	right: 0;
	width: 19px;
	height: 19px;
   	z-index: 2;
}





.bt_trash {
	background-image: url(../../images/system/bt_trash.png);
    background-size: 20px 20px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
    
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
    margin: 0 5px 0 0;
	cursor: pointer;
}




.bt_minusplus_circle {
	background-image: url(../../images/system/128/plus_circle.png);
    background-size: 20px 20px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
	vertical-align: middle;
    margin: 0 5px 0 0;
    opacity: 0.5;
    cursor: pointer;
}
.bt_minusplus_circle.on {
	background-image: url(../../images/system/128/minus_circle.png);
}


.bt_star {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;

}

.bt_star:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../../images/system/128/icon_star.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	
}

.bts_aero {
	position: absolute;
	top: 10px;
	right: 10px;
}

.bts_aero .bt_star:before {
	filter: grayscale(100%);
}

.bts_aero .bt_star.on:before {
	filter: grayscale(0);
}



.bt-close-p {
    background-image: url(../../images/system/128/bt_close.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    opacity: 0.5;
    cursor: pointer;
}



.bt-close-aero {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	margin: 3px 5px 0 0;
	cursor: pointer;
	
	
}

.bt-close-aero:before {
	
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
    background-image: url("../../images/system/128/bt_close.png");
	background-size: 30px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
	
	
	
	
}


.bt-edit-p {
    background-image: url(../../images/system/bt_editar.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    opacity: 0.5;
    cursor: pointer;
}



.bt_icon_lock {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../images/system/128/icon_lock.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    cursor: pointer;
}




.bt_icon_youtube {
    display: inline-block;
    width: 43px;
    height: 42px;
    background-image: url(../../images/social/icon_youtube.png);
    background-repeat: no-repeat;
    background-size: 86px 42px;
    background-position: top left;
    cursor: pointer;
	margin: 5px;
	text-decoration: none;
}


.bt_icon_linkedin {
    display: inline-block;
    width: 43px;
    height: 42px;
    background-image: url(../../images/social/icon_linkedin.png);
    background-repeat: no-repeat;
    background-size: 86px 42px;
    background-position: top left;
    cursor: pointer;
	margin: 5px;
	text-decoration: none;
}

.bt_icon_instagram {
    display: inline-block;
    width: 43px;
    height: 42px;
    background-image: url(../../images/social/icon_instagram.png);
    background-repeat: no-repeat;
    background-size: 86px 42px;
    background-position: top left;
    cursor: pointer;
	margin: 5px;
	text-decoration: none;
}


.bt_icon_facebook {
    display: inline-block;
    width: 43px;
    height: 42px;
    background-image: url(../../images/social/icon_facebook.png);
    background-repeat: no-repeat;
    background-size: 86px 42px;
    background-position: top left;
    cursor: pointer;
	margin: 5px;
	text-decoration: none;
}

.bt_icon_facebook:hover, .bt_icon_linkedin:hover, .bt_icon_youtube:hover, .bt_icon_instagram:hover {
	background-position: top right;
}






.icon_brasil {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../../images/system/flags/brasil.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    margin-right: 10px;
}


.icon_cart {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
 
}

.icon_cart:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../images/system/icon_cart.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    z-index: 1;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}



.icon_shipping {
	width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../images/system/128/icon_shipping.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    margin-right: 10px;
}



.icon_qr_code {
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin: 10px;
	
}

.icon_qr_code:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../images/icons/icon_qrcode.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    z-index: 1;
    /*filter: invert(100%);
    -webkit-filter: invert(100%);*/
}



.icon_time {
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin: 10px;
	
}

.icon_time:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../images/icons/icon_time.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    z-index: 1;
    /*filter: invert(100%);
    -webkit-filter: invert(100%);*/
}

.icon_secure {
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin: 10px;
	
}

.icon_secure:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../images/icons/icon_secure.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    z-index: 1;
    /*filter: invert(100%);
    -webkit-filter: invert(100%);*/
}


.icon_boleto {
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin: 10px;
	
}

.icon_boleto:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../../images/system/128/icon_boleto.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
    z-index: 1;
    /*filter: invert(100%);
    -webkit-filter: invert(100%);*/
}



.icon_meuspedidos {
	width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin: 10px;
	
}

.icon_meuspedidos:before {
	content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../../images/system/128/icon_doc_checking.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: top left;
    z-index: 1;
    /*filter: invert(100%);
    -webkit-filter: invert(100%);*/
}








.nav-links {
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.nav-links {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}


.nav-links.payments>li {
	display: inline-block;
    margin: 0 25px 0 0;
    min-height: 50px;
}







.btn-whatsapp-fixo {
	cursor: pointer;
}



.window-whatsapp-fixo {
	position: fixed; 
	width: 280px; 
	height: 220px; 
	bottom: 20px; 
	right: 20px; 
	z-index: 19; 
	background-color: rgba(0, 101, 46, 1); 
	border-radius: 40px 10px; 
	padding: 30px; color: #FFF;
	overflow: hidden;
	
	-webkit-box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.75);
	
	transition: all 0.3s;
	transition-timing-function: ease-in;

}

.window-whatsapp-fixo .invalid-feedback {
	color: #FC0;
}



.icon-whatsapp-fixo {
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	background-color: #27AE60;
	background-image: url(../../images/icons/icon_whatsapp_m.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 30px 30px;
	z-index: 20;
	
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.50);
	
	
	transition: all 0.3s;
	transition-timing-function: ease-in;

	
}

.window-whatsapp-fixo.off {
	width: 0px;
	height: 0px;
	opacity: 0;
	
	
	transition: all 0.3s;
	transition-timing-function: ease-in;
}






@media screen and (max-width: 1020px) { /* 630px */
	
	body {
		margin: 135px 0 0 0; 
	}
	
	header {
		height: 135px;
		
	}

	.logo img {
		height: 55px;
	}
	
	header nav ul li {
    	font-size: 13px;
	}
	
	
	
	header.onscroll {
		height: 115px;
	}
	
	header.onscroll .logo img {
		height: 50px;
	}
	
	
	.bt-open-search, .bt-open-login, .bt-open-cart {
		padding: 0;
		width: 25px;
		height: 25px;
		overflow: hidden;
		margin-left: 10px;

	}
	
	.dv-bt-down-cart .home-nped {
    	left: -2px;
	}
	
}


@media screen and (max-width: 775px) { /* 630px */
	
	body {
		margin: 130px 0 0 0; 
	}
	
	header {
		height: 130px;
		
	}

	.logo img {
		height: 50px;
	}
	
	header nav ul li {
    	font-size: 12px;
	}
	
	
	
	header.onscroll {
		height: 110px;
	}
	
	header.onscroll .logo img {
		height: 45px;
	}
	
}


