.wiese {
	text-align: center;
	margin-top: 20px;
}
.wiese__img {
	width: 200px;
}

.slider {
	max-width: 1400px;
	margin: auto;
}
.slider__list {
 	position: relative;
  	height: 130px;
  	width: 100%;
}
.slider__list li {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: inherit;
    height: inherit;
    transition: opacity .5s;
    background:#fff;
}
.slider__list li img{
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.slider__list li:first-child {
    opacity: 1;
}

.slider__list li:target {
    opacity: 1;
}

.slider__menu {
	position: relative;
  	text-align: center;
  	margin-top: -26px;
  	margin-bottom: 30px;
  	z-index: 3;
}
.slider__menu li {
  	display: inline-block;
  	text-align: center;
}
.slider__menu li a {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #fff;
  	width: 12px;
  	height: 12px;
  	border-radius: 100%;
}
.slider__menu li a.active {
	background-color: var(--secondary-color);
}

.info {
	padding: 20px;
	margin: 20px;
	background-color: #ededed;
}
.info__title {
	color: var(--secondary-color);
	font-family: "Montserrat-SemiBold";
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.info__txt {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.info__txt:last-child {
	margin-bottom: 0;
}
.info__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.info__txt br {
	display: none;
}

.ambientes {
	margin: 20px 0;
}
.ambientes__title {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	font-family: "Montserrat-Bold";
	color: var(--secondary-color);
}
.ambientes__title .light {
	font-family: "Montserrat-Regular";
	color: #000;
}
.ambientes__title .green {
	color: var(--main-color);
}

.products {
	margin: 20px;
	text-align: center;
}
.products__title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.products__content {
	max-width: 1000px;
	margin: auto;
}

.special {
	margin: 20px;
	background-color: #D9D9D7;
}
.special__title {
	font-size: 20px;
	text-align: center;
	font-family: "Montserrat-Bold";
	color: var(--secondary-color);
	margin-bottom: 20px;
}
.special__title .light {
	font-family: "Montserrat-Regular";
}
.special__txt {
	text-align: center;
	margin-bottom: 20px;
}
.special__txt .bold {
	font-family: "Montserrat-Bold";
}
.special__btn {
	width: 200px;
	margin: auto;
}
.special__info {
	padding: 20px;
	margin-bottom: 20px;
}
.special__products {
	margin-bottom: 30px;
}
.special__talent {
	width: 100%;
	height: 300px;
	background-image: url('../img/home/talent.jpg');
	background-size: cover;
}

.unete {
	padding: 20px;
	max-width: 1160px;
	margin: auto;
}
.unete__title {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.unete__title .bold {
	font-size: 28px;
	font-family: "Montserrat-Bold";
}
.unete__picture {
	text-align: center;
}
.unete__img {
	width: 200px;
}
.unete__txt {
	text-align: center;
	margin-bottom: 20px;
}
.unete__button {
	text-align: center;
}
.unete__btn {
	display: block;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	width: 220px;
	color: #fff;
	margin: auto;
}

.potencializa {
	margin: 20px;
	text-align: center;
}
.potencializa__img {
	width: 200px;
}

.ec-page-title,
.grid__categories {
	display: none !important;
}

@media screen and (min-width: 500px) {

	.wiese__img {
		width: 220px;
	}
	.slider__list,
	.slider__list li img {
		height: 180px;
	}
	.special {
		width: 400px;
		margin: 30px auto;
	}
	.potencializa__img {
		width: 260px;
	}
	
}

@media screen and (min-width: 600px) {

	.slider__list,
	.slider__list li img {
		height: 240;
	}

}

@media screen and (min-width: 768px) {

	.slider {
		margin-bottom: 40px;
	}
	.slider__list,
	.slider__list li img {
		height: 290px;
	}
	.info {
		padding: 30px 20px;
	}
	.info__title {
		font-size: 20px;
	}
	.info__txt {
		font-size: 16px;
	}
	.ambientes {
    	margin: 30px 0;
	}
	.ambientes__title {
		font-size: 18px;
	}
	.products__title {
		font-size: 20px;
	}
	.special {
		width: 740px;
		display: flex;
		align-items: center;
	}
	.special__row {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.special__products {
		margin-bottom: 0;
	}
	.special__info {
		margin-bottom: 0;
	}
	.special__talent {
		width: 80%;
		height: 246px;
	}
	.potencializa {
		margin-bottom: 40px;
	}
	.potencializa__img {
		width: 280px;
	}
	
}

@media screen and (min-width: 900px) {

	.slider__list,
	.slider__list li img {
		height: 350px;
	}

}

@media screen and (min-width: 1000px) {

	.slider__list,
	.slider__list li img {
		height: 400px;
	}
	.wiese {
		padding: 20px 0;
	}
	.wiese__img {
		width: 300px;
	}
	.special {
		width: 960px;
	}
	.special__title {
		font-size: 24px;
	}
	.special__talent {
		width: 50%;
	}

}

@media screen and (min-width: 1200px) {

	.wiese__img {
		width: 360px;
	}
	.slider__list,
	.slider__list li img {
		height: 470px;
	}
	.info {
		padding: 40px 0;
		max-width: 1400px;
		margin: auto;
	}
	.info__title {
		font-size: 22px;
	}
	.info__txt {
		font-size: 18px;
		line-height: 28px;
		width: 70%;
		margin: auto;
		margin-bottom: 20px;
	}
	.info__txt br {
		display: block;
	}
	.ambientes {
		padding: 20px 0;
	}
	.ambientes__title {
		font-size: 22px;
	}
	.products__title {
		font-size: 26px;
    	padding: 6px 20px;
	}
	.special {
		width: 1160px;
	}
	.special__talent {
		background-size: 100%;
		background-position: center bottom;
	}
	.potencializa__img {
    	width: 360px;
	}

}

@media screen and (min-width: 1400px) {

	.slider {
		margin: auto;
		margin-bottom: 30px;
	}
	.slider__list,
	.slider__list li img {
		height: 560px;
	}

}