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

.slider {
	max-width: 1400px;
	margin: 20px;
	margin-top: 0;
}
.slider__item {
	height: 160px;
	background-position: center;
	background-size: cover;
	background-image: url('../img/asociado/banner.jpg');
}

.info {
	margin: 20px;
}
.info__title {
	font-size: 16px;
	font-family: "Montserrat-Regular";
	color: var(--secondary-color);
	margin-bottom: 20px;
}
.info__title .bold {
	font-family: "Montserrat-SemiBold";
}
.info__txt {
	margin-bottom: 20px;
}
.info__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.info__txt .purple {
	color: var(--secondary-color);
}
.info__talent {
	text-align: center;
}
.info__talent__img {
	width: 220px;
}
.info__talent__txt {
	color: var(--main-color);
	text-align: center;
}
.info__talent__txt .bold {
	font-family: "Montserrat-SemiBold";
}

.how {
	background-color: #eaeaea;
	padding: 20px;
}
.how__header {
	text-align: center;
}
.how__title {
	background-color: var(--secondary-color);
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.how__txt {
	margin-bottom: 20px;
}
.how__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.how__txt .purple {
	color: var(--secondary-color);
}
.how__desc {
	display: flex;
	justify-content: center;
	grid-gap: 10px;
	color: var(--secondary-color);
	font-family: "Montserrat-Bold";
	font-size: 22px;
	margin-bottom: 20px;
}
.how__desc__left {
	text-align: left;
}
.how__desc__left p:nth-child(2) {
	font-size: 27px;
}
.how__desc__left p:last-child {
	text-align: right;
	color: #000;
	font-size: 18px;
	font-family: "Montserrat-Regular";
}
.how__desc__right {
	font-size: 60px;
}
.how__desc__right sup {
	font-size: 20px;
}

.collage {
	display: flex;
}
.collage__item {
	width: 33%;
	height: 100px;
	background-image: url('../img/asociado/collage/img1.jpg');
	background-size: cover;
	background-position: center;
}
.collage__item.c2 {
	background-image: url('../img/asociado/collage/img2.jpg');
}
.collage__item.c3 {
	background-image: url('../img/asociado/collage/img3.jpg');
}

.impuls {
	background-color: #eaeaea;
	padding: 20px;
}
.impuls__header {
	text-align: center;
}
.impuls__title {
	font-size: 20px;
	background-color: var(--secondary-color);
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.impuls__txt {
	text-align: center;
	margin-bottom: 20px;
}
.impuls__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.impuls__subtitle {
	font-size: 18px;
	font-family: "Montserrat-Bold";
	color: var(--secondary-color);
	text-align: center;
	margin-bottom: 20px;
}
.impuls__list {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.impuls__item {
	width: 150px;
	text-align: center;
	font-family: "Montserrat-SemiBold";
	margin-bottom: 20px;
	font-size: 14px;
}
.impuls__item img {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
}
.impuls__btn {
	width: 200px;
	margin: auto;
}

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

	.wiese__img {
		width: 220px;
	}
	.slider__item {
		height: 220px;
	}
	.info__talent__img {
		margin-bottom: 10px;
	}
	.how {
		padding: 30px;
	}
	.collage__item {
		height: 160px;
	}
	.impuls {
		padding: 30px;
	}
	
}

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

	.slider {
		margin-bottom: 40px;
	}
	.slider__item {
    	height: 340px;
	}
	.info {
		display: flex;
	}
	.info__left {
		width: 60%;
	}
	.info__right {
		width: 60%;
	}
	.collage__item {
    	height: 210px;
	}
	.impuls__subtitle {
		margin-bottom: 30px;
	}
	.impuls__list {
		grid-gap: 30px;
	}
	.impuls__item {
		margin: 0 20px;
	}
	
}

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

	.slider__item {
    	height: 390px;
	}
	.wiese {
		padding: 20px 0;
	}
	.wiese__img {
		width: 300px;
	}
	.info {
		padding: 20px 0;
	}
	.info__title {
		font-size: 20px;
	}
	.info__txt {
		line-height: 24px;
	}
	.info__talent__img {
		width: 300px;
	}
	.how__title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.how__txt {
		max-width: 890px;
		margin: auto;
		margin-bottom: 30px;
		line-height: 24px;
		font-size: 18px;
	}
	.how__desc {
		font-size: 26px;
	}
	.how__desc__left p:nth-child(2) {
		font-size: 32px;
	}
	.how__desc__right {
		font-size: 70px;
	}
	.collage__item {
		height: 240px;
	}
	.impuls {
		padding: 40px 0;
	}
	.impuls__title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.impuls__txt {
		font-size: 18px;
		max-width: 860px;
		margin: auto;
		margin-bottom: 30px;
	}
	.impuls__subtitle {
		font-size: 20px;
	}
	.impuls__list {
		max-width: 800px;
		margin: auto;
		margin-bottom: 30px;
	}

}

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

	.slider__item {
	    height: 418px;
	}

}

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

	.wiese__img {
    	width: 360px;
	}
	.slider__item {
	    height: 470px;
	}
	.info__left {
    	width: 50%;
    	margin-left: 20px;
	}
	.info__title {
		font-size: 22px;
	}
	.info__txt {
		font-size: 18px;
		line-height: 26px;
	}
	.info__talent {
    	margin-left: 95px;
	}
	.info__talent__img {
		width: 360px;
	}
	.info__talent__txt {
		font-size: 18px;
	}
	.how {
		padding: 60px 30px;
	}
	.how__title {
		font-size: 26px;
		padding: 6px 20px
	}
	.how__txt {
		line-height: 30px;
	}
	.how__desc {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.impuls {
		padding: 60px 30px;
	}
	.impuls__title {
		font-size: 26px;
		padding: 6px 20px
	}
	.impuls__txt {
		line-height: 30px;
	}
	.impuls__subtitle {
		font-size: 22px;
		margin-bottom: 60px;
	}
	.impuls__list {
		grid-gap: 60px;
	}
	.impuls__item {
		font-size: 16px;
	}
	.impuls__item img {
		height: 100px;
	}

}

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

	.slider {
		margin: auto;
		margin-bottom: 30px;
	}
	.slider__item {
	    height: 550px;
	}
	.info {
		max-width: 1200px;
		margin: auto;
	}

}