main{
	background-color: var(--bg1);
	background-image: url('../imagens/segmentos/bg.png');
	background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.banner{
	width: 100%;
	min-height: 347px;
	position: relative;
}	
.banner::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--bg1) 100%);
    pointer-events: none; 
}
.banner picture,
.banner picture img{
	width: 100%;
}
.banner .container{
	align-self: flex-start;
	justify-content: center;
	padding: 50px 0;
}
.banner .absolute{
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner .texto{
	min-width: 364px;
	min-height: 100px;
	align-content: center;
    justify-content: center;
	background-image: url('../imagens/bg-banner.png');
	background-size: 100% 100%;
	background-position: center center;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 10px 30px 20px;
}
.banner .texto h2{
	font-size: 40px;
}


.diferenciais{
	width: 100%;
}
.diferenciais .container{
	gap: 100px;
	padding: 100px 0;
}
.diferenciais .titulo{
	width: 100%;
	text-align: center;
	gap: 20px;
}
.diferenciais .titulo h2{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: center;
	font-weight: 700;
}
.diferenciais .titulo p{
	max-width: 719px;
	width: 100%;
	margin: auto;
	color: var(--cor-2);
	font-size: 20px;
	font-weight: 500;
}
.diferenciais .diferenciais-div{
	width: 100%;
	display: flex;
	gap: 30px;
	justify-content: center;
}
.diferenciais .diferenciais-div .div{
	max-width: 157px;
	width: 100%;
	background-image: url('../imagens/estrutura/div.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.diferenciais .diferenciais-div .box{
	max-width: 300px;
	width: 100%;
	margin: auto;
	gap: 25px;
	align-items: center;
    text-align: center;
}
.diferenciais .diferenciais-div .box span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	background-color: var(--primaria);
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.diferenciais .diferenciais-div .box span img,
.diferenciais .diferenciais-div .box span i{
	max-width: 80%;
	max-height: 80%;
	font-size: 30px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(105%);
}
.diferenciais .diferenciais-div .box p{
	color: var(--cor-1);
	font-weight: 500;
	font-size: 24px;
}


.produtos{
	width: 100%;
}
.produtos .container{
	gap: 50px;
	border-top: 1px solid #d1d1d1;
	padding: 100px 0;
}
.produtos .titulo{
	width: 100%;
	text-align: center;
	gap: 20px;
}
.produtos .titulo h2{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: center;
	font-weight: 700;
}
.produtos .titulo p{
	max-width: 719px;
	width: 100%;
	margin: auto;
	color: var(--cor-2);
	font-size: 20px;
	font-weight: 500;
}
.produtos .produtos-div{
	width: 100%;
	position: relative;
	align-items: center;
	gap: 30px;
}
.produtos .produtos-div .arrow{
	position: absolute;
	z-index: 10;
}
.produtos .produtos-div .prod-prev.arrow{
	left: -70px;
}
.produtos .produtos-div .prod-next.arrow{
	right: -70px;
}
.produtos .produtos-div .arrow i,
.produtos .produtos-div .mobile button i{
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: var(--primaria);
	font-size: 35px;
	justify-content: center;
	align-items: center;
}
.produtos .produtos-div .mobile{
	margin: auto;
	gap: 15px;
	display: none;
}
.produtos .produtos-div .produtos-slider{
	width: 100%;
}
.produtos .produtos-div .produtos-slider .slick-track{
	padding: 20px 0;
}
.produtos .produtos-div .produtos-slider .box{
	width: 93%;
	margin: auto;
	gap: 10px;
	transition: transform .3s;
}
.produtos .produtos-div .produtos-slider .box:hover{
	transform: translateY(-20px);
	transition: transform .3s;
}
.produtos .produtos-div .produtos-slider .box .img{
	width: 100%;
	border-bottom-right-radius: 30px;
}
.produtos .produtos-div .produtos-slider .box .img img{
	width: 100%;
	border-bottom-right-radius: 30px;
}
.produtos .produtos-div .produtos-slider .box h4{
	font-size: 25px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 10px; 
}
.produtos .produtos-div .produtos-slider .box span.sub{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0 10px;
}
.produtos .produtos-div .produtos-slider .box p{
	font-size: 14px;
	color: var(--cor-1);
	font-weight: 500;
	font-family: "Roboto";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 10px;
}
.produtos .produtos-div .produtos-slider .box span.div{
	width: 70%;
	height: 1px;
	margin: auto;
	background-color: var(--primaria);
	margin-top: 10px;
	padding: 0 10px;
}
.produtos .produtos-div .produtos-slider .box a.btn{
	max-width: 154px;
	width: 100%;
	height: 36px;
	margin: 10px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--primaria);
	font-size: 14px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: ease .3s;
}
.produtos .produtos-div .produtos-slider .box a.btn:hover{
	background-color: var(--bg3);
	transition: ease .3s;
}


.catalogo{
	width: 100%;
	background-color: var(--primaria);
	background-image: url('../imagens/segmentos/img3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 150px;
}
.catalogo .container{
	min-height: 350px;
	display: grid;
	grid-template-columns: 40% 60%;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 50px;
	row-gap: 50px;
}
.catalogo .img{
	width: 100%;
	position: relative;
}
.catalogo .img img{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 429px;
	width: 100%;
}
.catalogo .texto{
	max-width: 630px;
	width: 100%;
	position: relative;
	align-self: center;
	gap: 20px;
}
.catalogo .texto h2{
	color: #fff;
}
.catalogo .texto p{
	color: #fff;
	font-size: 19px;
}
.catalogo .texto a{
	max-width: 242px;
	width: 100%;
	height: 54px;
	color: #fff;
	font-size: 22px;
	margin: 30px auto 0;
	background-color: var(--bg2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .3s;
}
.catalogo .texto a:hover{
	color: var(--bg2);
	background-color: var(--bg1);
	transition: ease .3s;
}


.divisao{
	width: 100%;
	height: 250px;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.produtos .produtos-div .prod-prev.arrow {
	    left: -10px;
	}
	.produtos .produtos-div .prod-next.arrow {
	    right: -10px;
	}
}
@media screen and (max-width: 1500px){
	.produtos .produtos-div .prod-prev.arrow {
	    left: -4%;
	}
	.produtos .produtos-div .prod-next.arrow {
	    right: -4%;
	}
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
	.diferenciais .diferenciais-div .div{
		max-width: 110px;
	}
}

@media screen and (max-width: 1100px){
	.produtos .produtos-div .mobile{
		display: flex;
	}
	.produtos .produtos-div button.arrow{
		display: none!important;
	}

}

/* MOBILE */
@media screen and (max-width: 1000px){
	.banner img{
		height: 347px;
		object-fit: cover;
	}

	.diferenciais .diferenciais-div{
		flex-wrap: wrap;
		gap: 75px;
	}
    .diferenciais .diferenciais-div .div{
        display: none;
	}

	.catalogo .container{
		min-height: 350px;
		grid-template-columns: 100%;
		padding: 100px 0;
	}
	.catalogo .img{
		display: none;
	}
	.catalogo .texto{
		max-width: 100%;
	}
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    .banner img{
		height: 600px;
	}
}

@media screen and (max-width: 400px){
	.banner .texto{
		width: 100%;
	}
	.banner .texto h2{
		font-size: 9vw;
	}
}

@media screen and (max-width: 375px){

}