.banner{
	width: 100%;
	min-height: 599px;
	position: relative;
}	
.banner img{
	width: 100%;
	object-fit: cover;
}
.banner:after{
    content: "";
    display: flex;
    width: 100%;
    height: 3px;
    background-image: url('../imagens/bn-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}


.conteudo-1{
	width: 100%;
	padding: 150px 0;
	gap: 50px;
	background-color: var(--bg1);
	background-image: url('../imagens/sobre/bg.png');
	background-size: auto;
	background-position: right -200px;
	background-repeat: no-repeat;
}
.sobre{
	width: 100%;
}
.sobre .container{
	display: flex;
	gap: 50px;
	padding: 0 75px;
}
.sobre .texto{
	width: 100%;
	align-self: center;
    gap: 20px;
}
.sobre .texto .div{
	width: 100%;
	height: 1px;
	background-color: #00000033;
	display: flex;
}
.sobre .texto p{
	margin-top: 15px;
	color: #1B1B1B;
}
.sobre .img,
.sobre .img img{
	width: 100%;
    align-self: center;
    height: fit-content;
    border-radius: 15px;
}

.numeros{
	width: 100%;
	gap: 20px;
}
.numeros .numeros-slider{
	width: 90%;
	margin: auto;
}
.numeros .numeros-slider .slick-track{
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.numeros .numeros-slider .slick-current .box{
	background-color: #fff;
	opacity: 1;
	min-height: 320px;
}
.numeros .numeros-slider .slick-current .box img{
	width: 98px;
	height: 98px;
}
.numeros .numeros-slider .box{
	width: 95%;
	min-height: 237px;
	margin: auto;
	opacity: 0.5;
	background-color: var(--bg1);
	background-image: url('../imagens/sobre/bg1.png');
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	padding: 25px;
	box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
.numeros .numeros-slider .box img{
	max-width: 79px;
	object-fit: contain;
	display: flex;
	margin-bottom: 10px;
}
.numeros .numeros-slider .box h2,
.numeros .numeros-slider .box h2 span{
	color: var(--cor-2);
	font-size: 70px;
	font-family: "konn-eb";
}
.numeros .numeros-slider .box p{
	font-family: "konn-r";
}
.numeros .arrow{
	gap: 10px;
	margin: auto;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
	.banner img{
		object-position: 83%;
	}
}

@media screen and (max-width: 1750px){
	.sobre .container{
		padding: 0;
	}

	.numeros .numeros-slider{
		width: 95%;
	}
	.numeros .numeros-slider .box h2,
	.numeros .numeros-slider .box h2 span{
		font-size: 60px;
	}
}

@media screen and (max-width: 1600px){
	.numeros .numeros-slider .box h2,
	.numeros .numeros-slider .box h2 span{
		font-size: 50px;
	}
}

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

}

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

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .sobre .container{
        flex-wrap: wrap;
    }

    .numeros .numeros-slider .box h2,
	.numeros .numeros-slider .box h2 span{
		font-size: 8vw;
	}
}

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

@media screen and (max-width: 700px){
    .numeros .numeros-slider .box h2, .numeros .numeros-slider .box h2 span {
        font-size: 60px;
    }
}

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

}

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

}