.banner{
	width: 100%;
	background-color: #000;
}
.banner img{
	width: 100%;
	object-fit: contain;
}
.bn-d{
	display: flex;
}
.bn-m{
	display: none;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	background-image: url('../imagens/sobre/bg3.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 3%;
	margin-top: -1vh;
}
.conteudo1-img{
	width: 64%;
}
.conteudo1-img img{
	width: 100%;
	object-fit: contain;
}
.conteudo1-text{
    width: 33%;
    margin-left: auto;
    align-content: center;
}
.conteudo1-text h1{
	color: #fff;
	font-weight: 700;
	font-size: 2.5vw;
	font-family: 'Poppins', sans-serif!important;
	margin-bottom: 8%;
}
.conteudo1-text p{
	color: #fff;
	font-size: 0.8vw;
	margin-bottom: 10%;
}
.conteudo1-text h3{
	color: #fff;
	font-size: 1vw;
	font-weight: 600;
	font-family: 'Poppins', sans-serif!important;
}
.conteudo1-text a{
	border: 2px solid var(--verde);
	color: var(--verde);
	font-size: 1vw;
	font-weight: 600;
	padding: 0.5vw 1vw;
	background-color: transparent;
	border-radius: 30px;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif!important;
	cursor: pointer;
}
.conteudo1-text a:hover{
	color: #fff;
	border: 2px solid #fff;
}

.conteudo1-bloco{
	width: 100%;
	margin-top: 5%;
}
.cards1{
	width: 60%;
	background-image: url('../imagens/sobre/bg1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.borda-r{
	border-right: 1px solid #fff;
}
.borda-t{
	border-top: 1px solid #fff;
}
.box1{
	width: 33.3%;
	align-content: center;
    justify-content: center;
    text-align: center;
}
.box1 h1{
	color: #fff;
	margin-bottom: 3%;
	font-weight: 900;
	font-size: 4vw;
	font-family: 'Poppins', sans-serif!important;
}
.box1 span{
	color: #fff;
	font-weight: 700;
	font-size: 1vw;
	font-family: 'Poppins', sans-serif!important;
}
.bloco1-img{
	width: 40%;
}
.bloco1-img img{
	width: 100%;
}

/* ----- ESTRUTURA ----- */
.conteudo1-estrutura{
	width: 100%;
	margin-top: 5%;
}
.estrutura-title{
	width: 75%;
	margin: 0 auto 5%;
	align-items: center;
}
.estrutura-title h1 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	width: auto;
}
.estrutura-select{
	margin-left: 3%;
	background-color: #707070;
	border: 1px solid var(--verde);
	align-items: center;
	width: 61%;
	height: 7vh;
}
.estrutura-select li{
	margin: 0 auto;
}
.estrutura-select li a{
	color: #fff;
	font-weight: 500;
	font-size: 1.1vw;
	letter-spacing: 4px;
	cursor: pointer;
}
.estrutura-select li a:hover{
	color: var(--verde);
}
.select-ativo{
	color: var(--verde)!important;
}
.estrutura-imgs{
	width: 100%;
}
.estru-img{
	width: 20%;
}
.estru-img a{
	width: 100%;
	cursor: pointer;
}
.estru-img img{
	width: 100%;
	object-fit: contain;
}

/* ----- CONTEUDO 2 ----- */
.conteudo2{
	width: 100%;
	background-color: #707070;
	background-image: url('../imagens/sobre/bg2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -1vh;
	padding: 5% 0;
}
.conteudo2-text{
	width: 100%;
	text-align: center;
}
.conteudo2-text h1{
	color: #fff;
	font-weight: 900;
	font-size: 2.2vw;
}
.marcas-slider{
	width: 100%;
	margin-top: 5%;
}
.mc-slide{
	width: 60%;
}
.mc-slide img{
	width: 100%;
	object-fit: contain;
}

.botao-marcas{
	width: 100%;
	margin-top: 5%;
	justify-content: center;
}
.botao-marcas a{
	border: 2px solid var(--verde);
    color: var(--verde);
    font-size: 1vw;
    font-weight: 600;
    padding: 0.5vw 1vw;
    background-color: transparent;
    border-radius: 30px;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif!important;
    cursor: pointer;
}
.botao-marcas a:hover{
	color: #fff;
	border: 2px solid #fff;
}

/* ----- CONTEUDO 3 ----- */
.conteudo3{
	width: 100%;
	background-color: #393939;
	background-image: url('../imagens/sobre/barra.png');
	background-repeat: no-repeat;
	background-size: 8% 100%;
	background-position: right center;
	padding: 5% 0;
}
.conteudo3-content{
	width: 65%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.conteudo3-title{
	width: 90%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 5%;
	text-align: center;
}
.conteudo3-title h1 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;

}
.conteudo3-title h1 span{
	font-size: 2.4vw;
	font-weight: 900;
	font-family: 'Archivo', sans-serif!important;
	margin-left: 1%;
}
.linha-slider{
	width: 100%;
}
.conteudo3-cards{
	width: 100%;
	position: relative;
}
.conteudo3-bg{
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 10%;
	justify-content: center;
	z-index: 0;
}
.conteudo3-bg img{
	width: 2px;
	height: 67%;
	display: flex!important;
}
.box2-b{
	margin-bottom: 5%!important;
}
.box2{
	width: 100%;
	margin-bottom: 10%;
	position: relative;
	z-index: 1;
	align-content: baseline;
}
.box2-box{
	width: 36%;
}
.box2-box h1{
	font-size: 2.5vw;
	font-weight: 900;
	margin-bottom: 10%;
	font-family: 'Poppins', sans-serif!important;
}
.box2-box .box2-img{
	width: 100%;
}
.box2-box .box2-img img{
	width: 100%;
	object-fit: contain;
}

.box2-box p{
	color: #fff;
	margin-top: 8%;
	font-size: 0.9vw;
    line-height: 1.4;
    padding-right: 3%;
    overflow: auto;
    height: 146px;
}
.box2-box p::-webkit-scrollbar {
  	width: 4px;
}
.box2-box p::-webkit-scrollbar-track {
  	background: #f1f1f1;
}
.box2-box p::-webkit-scrollbar-thumb {
  	background: #888;
}
.box2-box p::-webkit-scrollbar-thumb:hover {
  	background: #555;
}
.box2-bola{
	margin: 15% auto 0;
    align-content: baseline;
    position: relative;
    justify-content: center;
}
.box2-bola img{
	width: 2.2vw;
}
.box2-bola img.bg-linha{
	width: 2px;
	height: 680px;
	position: absolute;
	display: flex;
}
.box2-bola img.bg-linha1{
	display: none;
}
/*.arrow-linha{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 50;
}
.prev3{
	position: absolute;
	top: 0;
	width: 2.4vw;
	cursor: pointer;
}
.next3{
	position: absolute;
	width: 2.4vw;
	bottom: 0;
	cursor: pointer;
}*/
.prev3{
	position: absolute;
	width: 2.4vw;
	cursor: pointer;
	z-index: 99;
	display: flex;
	left: 48%;
	top: 4%;
}
.next3{
	position: absolute;
	width: 2.4vw;
	cursor: pointer;
	z-index: 99;
	display: flex;
	left: 48%;
	bottom: 14%;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.box2{
		height: 512px;
	}
	.box2-bola img.bg-linha{
		height: 634px;
	}
}

@media screen and (max-width: 1440px){
	.conteudo3-bg{
		top: 9%;
	}
	.box2{
		height: 442px;
	}
	.box2-bola img.bg-linha{
		height: 552px;
	}
}

@media screen and (max-width: 1366px){
	.box2{
		height: 426px;
	}
	.box2-bola img.bg-linha{
		height: 541px;
	}
}

@media screen and (max-width: 1280px){
	.box2{
		height: 373px;
	}
	.box2-box p{
		height: 110px;
	}
	.box2-bola img.bg-linha{
		height: 474px;
	}
}

@media screen and (max-width: 1024px){
	.box2{
		height: 321px;
	}
	.box2-bola img.bg-linha{
		height: 402px;
	}
}

/* MOBILE */
@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}
	.banner{
		padding-top: 5.4vh;
	}
	.conteudo1-img{
		width: 100%;
	}
	.conteudo1-text{
		width: 90%;
		margin: 5% auto;
	}
	.conteudo1-text h1{
		font-size: 7.5vw;
	}
	.conteudo1-text h3{
		font-size: 6vw;
	}
	.conteudo1-text p{
		font-size: 3.8vw;
	}
	.conteudo1-text a{
		font-size: 4vw;
		padding: 0.5vw 4vw;
	}
	.cards1, .bloco1-img{
		width: 100%;
	}
	.box1{
		width: 50%;
		padding: 10% 0;
	}
	.box1 h1{
		font-size: 10vw;
	}
	.box1 span{
		font-size: 4vw;
	}
	.estrutura-title{
		width: 90%;
		margin: 5% auto 10%;
		flex-direction: column;
	}
	.estrutura-title h1{
		font-size: 7.4vw;
		margin-bottom: 10%;
	}
	.estrutura-select{
		width: 100%;
		height: fit-content;
		margin-left: 0;
	}
	.estrutura-select li{
		width: 45%;
		margin: 5% auto;
		text-align: center;
	}
	.estrutura-select li a{
		font-size: 3.5vw;
	}
	.estru-img{
		width: 50%;
	}
	.conteudo2-text h1{
		font-size: 7.4vw;
	}
	.mc-slide{
		margin: 5% auto;
	}
	.botao-marcas a{
		font-size: 4vw;
		padding: 0.5vh 3vw;
	}
	.conteudo3-content{
		width: 90%;
	}
	.conteudo3-title h1 span, .conteudo3-title h1{
		font-size: 7.4vw;
	}
	.box2-box {
    	width: 42%;
	}
	.box2-box h1{
		font-size: 7.5vw;
	}
	.box2-box p{
		font-size: 3vw;
		height: 180px;
	}
	.box2-bola img {
    	width: 5.2vw;
	}
	.box2-bola img.bg-linha {
    	height: 373px;
	}
	.prev3{
		font-size: 5.4vw;
		top: 1%;
		left: 47%;
	}
	.next3{
		font-size: 5.4vw;
		left: 47%;
	}
	.conteudo3{
		padding: 10% 0;
	}
}

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

}

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

}