.inner-slide{
	justify-content: space-between;
	align-items: center;
}

.tecs-con{
	padding-bottom: 25px;
}

.tecs-con > h1{
	margin-bottom: 30px;
}

.inner-tecs{
	display: flex;
	align-items: center;
}

.inner-tecs img{
	width: 400px;
	box-sizing: border-box;
	border: 10px solid white;
}

.limpeza-difs{
	flex-wrap: wrap;
	justify-content: center;
	width: 810px;
}

.limpeza-difs .dif{
	margin-right: 30px;
	margin-bottom: 30px;
}

.desc-con{
	display: flex;
	align-items: center;
	justify-content: center;
}

.desc{
	background-color: var(--verde-bg);
	padding:15px 20px ;
	border-radius: 10px;
	color: var(--cinza);
	margin-bottom: 20px;
	width: 450px;
}

.hero-con{
	height:initial ;
}


.prods-velas{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: space-between;

}

.vela{

	background-color: var(--azul);
	padding: 20px;
	border-radius: 10px;
	color: white;
	position: relative;
	margin-top: 35px;
	margin-right: 20px;
}

.vela img{
	height: 250px;
	background-color: white;
	border-radius: 10px;
    
}

.vela a{
	background-color: white;
	color: #3DC14E;
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
}

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

	.inner-slide{
	flex-direction: column;
}

	.hero-video{
	order: 1;
	width: initial;
}

.hero-text{
	order: 2;
}

.inner-tecs img{
	width: 100%;
}



}


