main{
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

/* ----- BANNER ----- */
.banner{
	width: 100%;
	position: relative;
	margin-bottom: -100px;
}
.banner-slider{
	width: 100%;
}
.bn-slide{
	width: 100%;
	position: relative;
}
.bn-slide picture{
	width: 100%;
}
.bn-slide picture img{
	width: 100%;
}
.bn-slide iframe{
	width: 100%;
}
.bn-slide .absolute{
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 132px;
	padding-bottom: 308px;
}
.bn-slide .absolute .container{
	align-self: center;
}
.bn-slide .absolute .bn-text{
	max-width: 650px;
	width: 100%;
}
.bn-slide .absolute .bn-text h2{
	line-height: 1;
	color: #fff;
	font-weight: 400;
}
.banner .bn-bg{
	width: 100%;
	display: flex;
	position: absolute;
	z-index: 5;
	bottom: -2px;
}
.banner .bn-bg img{
	width: 100%;
	min-height: 16vw;
	object-fit: cover;
}


/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	background-color: #feb520;
	padding: 25px 0 100px;
}
.conteudo1 .container{
	display: grid;
	grid-template-columns: 60% 36%;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 50px;
	row-gap: 50px;
}
.conteudo1-img{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 20px;
	row-gap: 20px;
}
.conteudo1-img img{
	max-width: 260px;
	width: 100%;
	object-fit: contain;
}
.conteudo1-text{
	width: 100%;
	height: fit-content;
	align-items: center;
	gap: 25px;
}
.conteudo1-text h2{
	color: var(--verde);
}
.conteudo1-text p{
	line-height: 1.5;
}
.conteudo1-text a{
	max-width: 225px;
	width: 100%;
	min-height: 51px;
	height: 100%;
	border-radius: 10px;
	background-color: var(--verde);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .3s;
}
.conteudo1-text a:hover{
	background-color: var(--vermelho);
	transition: ease .3s;
}


.categorias{
	width: 100%;
}
.categorias .categorias-container{
	width: 100%;
	padding: 0 5%;
	gap: 50px;
}
.categorias .categorias-container .titulo{
	width: 100%;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	gap: 10px;
}
.categorias .categorias-container .titulo h2{
	color: var(--verde);
	font-size: 42px;
}
.categorias .categorias-container .titulo p{
	font-size: 24px;
	color: #707070;
}
.categorias .categorias-div{
	max-width: 1640px;
	width: 100%;
	margin: auto;
	position: relative;
	align-items: center;
	gap: 50px;
}
.categorias .categorias-div .arrow{
	position: absolute;
	z-index: 10;
}
.categorias .categorias-div .arrow.cat-prev{
	left: -20px;
}
.categorias .categorias-div .arrow.cat-next{
	right: -20px;
}
.categorias .categorias-div button i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--verde1);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: background .3s;
}
.categorias .categorias-div button i:hover{
	background-color: var(--azul);
	transition: background .3s;
}
.categorias .categorias-div .categorias-slider{
	width: 100%;
}
.categorias .categorias-div .categorias-slider .box{
	width: 95%;
	margin: auto;
	position: relative;
	border-radius: 15px;
	transition: transform .8s;
}
.categorias .categorias-div .categorias-slider .box .img,
.categorias .categorias-div .categorias-slider .box .img a.cat{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.categorias .categorias-div .categorias-slider .box .img a.cat,
.categorias .categorias-div .categorias-slider .box .img a.cat img{
	width: 100%;
	border-radius: 15px;
	transition: transform .8s;
}
.categorias .categorias-div .categorias-slider .box:hover a.cat img{
	transform: scale(1.3);
	transition: transform .8s;
}
.categorias .categorias-div .categorias-slider .box .img span.bg{
	display: flex;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 250px;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 96%);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	pointer-events: none;
}
.categorias .categorias-div .categorias-slider .box .texto{
	position: absolute;
	bottom: 30px;
	z-index: 2;
	pointer-events: none;
	width: 100%;
	justify-content: center;
	padding: 0 10px;
}
.categorias .categorias-div .categorias-slider .box .texto h5{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 225px;
	min-height: 51px;
	border-radius: 10px;
	text-align: center;
	background-color: var(--vermelho);
	color: #fff;
}

/* ----- CONTEUDO 3 ----- */
.conteudo3{
	width: 100%;
}
.conteudo3 .container{
	max-width: 1640px;
	width: 100%;
	min-height: 624px;
	padding: 50px 125px;
	background-image: url('../imagens/home/bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.conteudo3-img{
	max-width: 725px;
	width: 100%;
	align-content: baseline;
    gap: 50px;
}
.conteudo3-img h2{
	color: #fff;
	line-height: 1;
}
.conteudo3-img h2 span{
	color: var(--amarelo);
}
.conteudo3-img p{
	color: #fff;
	font-size: 24px;
}
.conteudo3-text{
	max-width: 467px;
	width: 100%;
	align-content: baseline;
	gap: 50px;
}
.conteudo3-box{
	display: flex;
	width: 100%;
	gap: 20px;
}
.text3-img{
	width: 66px;
    height: 66px;
    border-radius: 20px;
	background-color: var(--verde1);
}
.text3-img .div-img{
	max-width: 60%;
	max-height: 60%;
	margin: auto;
}
.text3-img .div-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.text3-text{
	max-width: calc(100% - 86px);
	gap: 10px;
}
.text3-text h3{
	font-size: 28px;
	font-weight: 600;
	color: var(--verde1);
	font-family: "Asap", sans-serif;
}
.text3-text p{
	color: #fff;
}

/* ----- CONTEUDO 4 ----- */
.numeros{
	width: 100%;
}
.numeros .container{
	gap: 50px;
}
.numeros .titulo{
	width: 100%;
	justify-content: center;
	text-align: center;
}
.numeros .titulo h2{
	color: var(--verde);
}
.numeros-cards{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: stretch;
	column-gap: 10px;
	row-gap: 10px;
}
.numeros-box{
	width: 100%;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	gap: 20px;
}
.numeros-box span{
	font-size: 82px;
	font-weight: 700;
	color: var(--vermelho);
}
.numeros-box p{
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	color: var(--verde);
}


.banner-mid{
	width: 100%;
	border-radius: 15px;
}
.banner-mid .container{
	max-width: 1640px;
	width: 100%;
	min-height: 625px;
	height: 100%;
	background-image: url('../imagens/home/bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	place-items: end;
	border-radius: 15px;
}
.banner-mid .texto{
	max-width: 760px;
	width: 100%;
	height: fit-content;
	padding: 100px;
	gap: 50px;
}
.banner-mid .texto h2{
	color: var(--verde1);
	line-height: 1;
}
.banner-mid .texto p{
	color: #fff;
}
.banner-mid .texto a{
	max-width: 286px;
	width: 100%;
	height: 55px;
	text-align: center;
	padding: 10px 15px;
	background-color: var(--vermelho);
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .3s;
}
.banner-mid .texto a:hover{
	background-color: var(--verde);
	transition: ease .3s;
}


/* ----- CONTEUDO 5 ----- */
.conteudo5{
	width: 100%;
}
.conteudo5 .container{
	gap: 50px;
}
.conteudo5 .titulo{
	width: 100%;
	justify-content: center;
	text-align: center;
}
.conteudo5 .titulo h2{
	color: var(--verde);
}
.div-marcas{
	width: 100%;
	position: relative;
	gap: 50px;
}
.marcas-slider{
	width: 100%;
}
.marcas-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 130px;
	margin: 0 auto;
}
.marcas-slide img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:	auto;
	border-radius: 10px;
	object-fit: contain;
}
.botao-marcas{
	width: 100%;
	justify-content: center;
}
.botao-marcas a{
	max-width: 480px;
	width: 100%;
	min-height: 55px;
	height: 100%;
	padding: 0 10px;
	background-color: var(--vermelho);
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .3s;
}
.botao-marcas a:hover{
	background-color: var(--verde);
	transition: ease .3s;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.numeros-box span{
		font-size: 72px;
	}

}

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


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

	.numeros-box span{
		font-size: 62px;
	}
}

@media screen and (max-width: 1270px){
	.conteudo3 .container{
		flex-direction: column;
		align-items: center;
		padding: 50px;
	}
	.conteudo3-text{
		max-width: 725px;
	}
}

@media screen and (max-width: 1100px){
	.conteudo1 .container{
		grid-template-columns: 1fr;
	}

	.numeros-cards{
		grid-template-columns: 1fr 1fr 1fr;
	}

}

@media screen and (max-width: 1000px){
	.banner-mid .texto{
		padding: 50px;
	}

	.conteudo3 .container{
		background-image: unset;
        background-color: #ef372e;
	}
	.text3-text h3{
		color: var(--amarelo);
	}
	.text3-img{
		background-color: var(--amarelo);
	}
}

/* MOBILE */
@media screen and (max-width: 800px){
	.bn-slide .absolute .bn-text h2{
		font-size: 54px;
	}

	.conteudo3 .container{
		flex-direction: column;
		align-items: center;
		padding: 30px 15px;
	}

	.banner-mid .texto {
        padding: 30px;
    }

	.numeros-cards{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 600px){
	.bn-slide .absolute .bn-text h2{
		font-size: 45px;
	}

	.numeros-cards{
		grid-template-columns: 1fr;
	}

	.banner-mid .texto h2,
	.banner-mid .texto h2 span{
		font-size: 26px;
	}
	.banner-mid .texto a{
		font-size: 20px;
	}

	.text3-img{
		width: 46px;
		height: 46px;
	}
	.text3-text{
		max-width: calc(100% - 66px);
	}
}

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

}

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

}