/*!********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!../themes/home.css ***!
  \********************************************************************/
:root {
	--primary-color: #fff;
	--secondary-color: #14284d;
	--tertiary-color: #00a33a;  
  --quaternary-color: #feed00; 
	--quinary-color: #1b315b;  
  --fontPadrao: "Roboto", sans-serif; 

}

@media (max-width: 767px) {
	.home .container.products { max-width: 100%; }
}

.home h2 {
	font-size:27px; 
	font-weight:900; 
	text-align: center;
	color: var(--secondary-color) ; 
	padding:20px 0 10px 10px; 
	width:100%
}
.home .maisvendidos h2, .home .novidades h2 {
	margin-top: 0;
	border: 0;
}

/*
.home .maisvendidos h2, .home .novidades h2 {
	margin-top: 0;
	border:0;
}
@media (max-width:767px){
	.home .maisvendidos h2, .home .novidades h2 {
		margin-top: 20px;
		border:0;
	}
	.home h2{font-size:18px}
}
*/

.home .products{
	padding:0
}
.home .products .slick-dots{
	top: 20px;
}
.home .products .slick-carousel{ margin-bottom: 20px; }
.home .products>div{padding:0 10px}
.home .banner-mini{margin:0;padding:0}
.home .banner-mini .item{padding:0 10px;margin:10px 0 0 0}
.home .banner-mini .item img {max-width: 100%; height: auto;}
.home .banner-mini .item:first-child{padding-left:0}
.home .banner-mini .item:last-child{padding-right:0}
@media (max-width:575px){
	.home .banner-mini .item{padding:0 0 20px 0 }
	.home .banner-mini .item:last-child{padding-bottom:0}
}
.home .categorias{padding-bottom:20px}
.home .categorias a{font-size:12px}

.banner-container{
	width: 100%; 
	/* background-color: red;  */
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.img-container {
    display: flex;
    justify-content: center;     
    align-items: center;           
    width: 100%;                  
    overflow: hidden;         
}

.img-container img {
    max-width: 100%;              
    max-height: calc(100%/3);           
    object-fit: contain;          
}


