/*bloco box-aviso*/
.box-aviso {
	display: flex;
	background-color: #b70e0e;
	align-items: center;
	justify-content: center;
	margin-left: -4.4%;
    margin-right: -4.4%;
}
.box-aviso .item {
	margin: 0px;
	position: relative;
}
.box-aviso .item img {
	width: 80px;
}
.box-aviso .item img.frete-img {
	
}
.box-aviso .item .aviso-txt {
	margin: 0;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
}

/*bloco full*/
.banner-full {
	overflow: hidden;
	margin-left: -4.4%;
    margin-right: -4.4%;
}
	.banner-full .banner-img {
		width: 100%;
	}
	.banner-full .banner-img:hover {
		transform: scale(1.05);
		transition-duration: 0.3s;
		transition-delay: 0.1s;
	}


/*bloco box-3xline */
.box-3xline {
	display: block;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
}
.box-3xline .item {
	overflow: hidden;
	width: auto;
	margin: 15px;
	position: relative;
}
.box-3xline .item img {
	width: 100%;
}
	.box-3xline .item img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
    transition-delay: 0.1s;
	}
.box-3xline .item ._3xline-txt {
	margin: 0;
	background: #171717;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

/*Bloco box-1x4*/
.box-1x4 {
	display: block;
	align-items: center;
	justify-content: space-between;
	margin: 0px;
}
.box-1x4 .item {
	overflow: hidden; /*zoom-caixa*/
	width: 100%;
	margin: 0px;
	position: relative;
}
	.box-1x4 .item .box-1x4 {
    display: flex;
	}

.box-1x4 .item img {
	width: 100%;
}
.box-1x4 .item img:hover {
	transform: scale(1.05);
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}
.box-1x4 .item .box-txt {
	margin: 0;
	/*background: #000;*/
	color: #FFF;
	text-transform: uppercase;
	text-shadow: black 1px 1px 3px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

