.slider {
	max-width: 1400px;
	margin: auto;
}
.slider__list {
 	position: relative;
  	height: 160px;
  	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: 160px;
  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);
}

.products {
	margin: 10px;
	margin-bottom: 30px;
}
.products__header {
	text-align: center;
}
.products__title {
	font-size: 18px;
	margin-bottom: 40px;
}

.catalog {
	margin: 10px;
	margin-bottom: 20px;
	background-color: #eaeaea;
}
.catalog__col {
	padding: 40px 0;
}
.catalog__col.download {
	padding-top: 20px;
}
.catalog__picture {
	text-align: center;
	padding: 10px 0;
}
.catalog__img {
	width: 260px;
	margin-top: -30px;
}
.catalog__title {
	font-size: 18px;
	font-family: "Montserrat-Bold";
	text-align: center;
}
.catalog__title span.todos {
	font-size: 22px;
	color: var(--main-color);
}
.catalog__title span.green {
	color: var(--main-color);
}
.catalog__btn {
	width: 200px;
	margin: auto;
	margin-top: 4px;
	font-size: 20px;
}

.category__header {
	text-align: center;
	margin-bottom: 20px;
}
.category__title {
	font-size: 18px;
}
.category__list {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 20px;
}
.category__item {
	text-align: center;
	width: 140px;
}
.category__item__img {
	width: 120px;
	margin-bottom: 10px;
}
.category__item__title {
	font-size: 16px;
	font-family: "Montserrat-SemiBold";
	margin-bottom: 10px;
}
.category__item__txt {
	color: #727272;
	font-size: 14px;
}

.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;
}

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

.about {
	background-color: #eaeaea;
	padding: 20px;
}
.about__header {
	text-align: center;
	margin-bottom: 20px;
}
.about__title {
	font-size: 18px;
	width: 140px;
}
.about__subtitle {
	text-align: center;
	font-size: 16px;
	color: var(--main-color);
	font-family: "Montserrat-SemiBold";
	margin-bottom: 6px;
}
.about__title2 {
	text-align: center;
	font-size: 22px;
	color: var(--secondary-color);
	font-family: "Montserrat-SemiBold";
	margin-bottom: 20px;
}
.about__left {
	margin-bottom: 20px;
}
.about__txt {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 24px;
}
.about__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.about__right {
	text-align: center;
}
.about__img {
	width: 240px;
	margin-bottom: 10px;
}
.about__right__title {
	font-size: 20px;
	color: var(--main-color);
	font-family: "Montserrat-Bold";
}
.about__right__title .light {
	font-family: "Montserrat-Regular";
}

.emprende {
	padding: 20px;
}
.emprende__header {
	text-align: center;
	margin-bottom: 20px;
}
.emprende__title {
	font-size: 18px;
}
.emprende__info {
	margin-bottom: 40px;
}
.emprende__txt {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.emprende__txt .bold {
	font-family: "Montserrat-SemiBold";
}
.emprende__txt .purple {
	color: var(--secondary-color);
}
.emprende__txt2 {
	text-align: center;
	margin-bottom: 20px;
}
.emprende__btn {
	width: 200px;
	padding: 8px 10px;
	font-size: 22px;
	border-radius: 30px;
	margin: auto;
	margin-bottom: 10px;
}
.emprende__txt3 {
	font-size: 20px;
	text-align: center;
	color: var(--main-color);
	font-family: "Montserrat-SemiBold";
	margin-bottom: 10px;
}
.emprende__picture {
	text-align: center;
}
.emprende__info__picture {
	text-align: center;
}
.emprende__img {
	width: 260px;
}

.contact {
	padding: 20px;
	background-color: #eaeaea;
}
.contact__header {
	text-align: center;
}
.contact__title {
	font-size: 18px;
	margin-bottom: 20px;
}
.contact__info {
	text-align: center;
	font-size: 18px;
	font-family: "Montserrat-SemiBold";
}
.contact__info2 {
	text-align: center;
	font-size: 16px;
	font-family: "Montserrat-Regular";
	margin-bottom: 20px;
}
.contact__content {
	margin-bottom: 40px;
}
.contact__group {
	border-bottom: 2px solid var(--secondary-color);
	margin-bottom: 20px;
}
.contact__input {
	border: 0;
	padding: 6px;
	outline: none;
	width: 95%;
	background-color: #eaeaea;
	font-family: "Montserrat-SemiBold";
}
.contact__info__group {
	margin-bottom: 20px;
}
.contact__subject {
	font-size: 18px;
	font-family: "Montserrat-Bold";
	margin-bottom: 6px;
}
.contact__rrss__row {
	display: flex;
	grid-gap: 20px;
	margin-top: 20px;
}
.contact__rrss {
	width: auto;
	height: 28px;
}
.contact__address__txt {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.contact__address__txt .bold {
	font-family: "Montserrat-Bold";
}

.ec-page-title,
.grid__categories {
	display: none !important;
}
.products__content {
	max-width: 1000px;
	margin: auto;
}

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

	.slider__list,
	.slider__list li img {
		height: 220px;
	}
	.catalog {
		width: 400px;
		margin: auto;
		margin-bottom: 30px;
	}
	.category__list {
		width: 360px;
		justify-content: space-between;
		margin: auto;
	}
	.special {
		width: 400px;
		margin: 30px auto;
	}
	.collage__item {
		height: 136px;
	}
	.about {
		padding: 30px 0;
	}
	.about__title {
		margin-bottom: 20px;
	}
	.about__content {
		width: 400px;
		margin: auto;
	}
	.emprende__content {
		width: 400px;
		margin: auto;
	}
	.contact__content {
		width: 400px;
		margin: auto;
	}

}

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

	.slider__list,
	.slider__list li img {
		height: 340px;
	}
	.slider__menu {
		margin-top: -30px;
		margin-bottom: 50px;
	}
	.slider__menu li a {
		width: 16px;
		height: 16px;
	}
	.products__title {
    	font-size: 22px;
    	letter-spacing: 2px;
	}
	.catalog {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		margin: auto;
		margin-bottom: 40px;
		background-color: transparent;
	}
	.catalog__col {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 260px;
		padding: 10px 0;
		padding-right: 10px;
		background-color: #eaeaea;
		height: 100px;
	}
	.catalog__col.download {
		padding: 10px 0;
		padding-left: 10px;
	}
	.catalog__picture {
		margin-left: -10px;
		margin-right: -10px;
	}
	.catalog__img {
		width: 220px;
		margin: 0;
	}

	.category__title {
    	font-size: 22px;
    	margin-bottom: 20px;
    	letter-spacing: 2px;
	}
	.category__list {
		width: 600px;
		grid-gap: 40px;
	}
	.category__item {
		width: 200px;
	}
	.category__item__img {
		width: 180px;
	}

	.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;
	}

	.collage__item {
    	height: 210px;
	}

	.about {
    	padding: 40px 0;
	}
	.about__title {
    	font-size: 22px;
    	width: 200px;
    	margin-bottom: 40px;
    	letter-spacing: 2px;
	}
	.about__content {
		width: 700px;
		display: flex;
		align-items: center;
		margin: auto;
	}
	.about__left {
		width: 55%;
		margin: 0;
	}
	.about__right {
		width: 45%;
	}
	.about__subtitle {
		text-align: left;
	}
	.about__title2 {
		text-align: left;
	}
	.emprende {
		padding: 40px 0;
	}
	.emprende__title {
    	font-size: 22px;
    	margin-bottom: 30px;
    	letter-spacing: 2px;
	}
	.emprende__content {
		display: flex;
		text-align: center;
		flex-direction: row-reverse;
		width: auto;
	}
	.emprende__info {
		width: 50%;
		margin: 0 20px;
	}
	.emprende__picture {
		width: 50%;
	}
	.emprende__txt,
	.emprende__txt2 {
		width: 300px;
		margin: auto;
		margin-bottom: 20px;
	}
	.emprende__picture {
		text-align: center;
	}
	.emprende__talent {
		width: 360px;
	}
	.contact {
		padding: 40px 0;
	}
	.contact__title {
		font-size: 22px;
		margin-bottom: 30px;
		letter-spacing: 2px;
	}
	.contact__content {
		width: auto;
	}
	.contact__row {
		display: flex;
		grid-gap: 60px;
		justify-content: center;
	}
	.contact__left {
		width: 40%;
	}

}

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

	.catalog__col {
		width: 300px;
		height: 140px;
	}
	.catalog__img {
		width: 300px;
	}
	.catalog__col.download .catalog__title {
		margin-top: 30px;
	}
	.about__content {
		width: 800px;
	}
	.emprende__info {
		width: 40%;
		margin-top: 80px;
	}
	.emprende__talent {
		width: 500px;
	}

}

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

	.slider__list,
	.slider__list li img {
		height: 400px;
	}
	.slider__menu li {
		margin: 0 4px;
	}
	.catalog__col {
		width: 350px;
		height: 160px;
	}
	.catalog__img {
		width: 340px;
	}
	.catalog__col.download .catalog__title {
		margin-top: 40px;
	}
	.catalog__title {
		font-size: 20px;
	}
	.catalog__title span.todos {
		font-size: 26px;
	}


	.category {
		margin-bottom: 60px;
	}
	.category__list {
		width: 960px;
		grid-gap: 10px;
	}
	.category__item {
		width: 180px;
	}
	.category__item__img {
		width: 100%;
		margin-bottom: 20px;
	}

	.special {
		width: 960px;
	}
	.special__title {
		font-size: 24px;
	}
	.special__talent {
		width: 50%;
	}

	.collage__item {
		height: 260px;
	}

	.about__content {
		width: 900px;
	}

	.emprende__txt,
	.emprende__txt2 {
		width: 340px;
	}
	.emprende__txt {
		font-size: 20px;
	}
	.emprende__talent {
		width: 560px;
	}
	.emprende__img {
		width: 300px;
	}

}

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

	.slider__list,
	.slider__list li img {
		height: 460px;
	}
	.products__title {
		font-size: 26px;
		padding: 6px 20px;
	}
	.catalog {
		margin-bottom: 60px;
	}
	.catalog__col {
		width: 400px;
	}
	.catalog__img {
		width: 360px;
	}
	.category__title {
		font-size: 26px;
		margin-bottom: 60px;
		padding: 6px 20px;
	}
	.category__list {
		width: 1100px;
	}
	.category__item {
		width: 210px;
	}
	.category__item__title {
		font-size: 18px;
	}
	.category__item__txt {
		font-size: 16px;
	}
	.special {
		width: 1160px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.special__talent {
		background-size: 100%;
		background-position: center bottom;
	}
	.about {
    	padding: 60px 0;
	}
	.about__header {
		margin-bottom: 60px;
	}
	.about__title {
		font-size: 26px;
		padding: 6px 20px;
		margin-bottom: 0;
	}
	.about__title2 {
		font-size: 24px;
	}
	.about__subtitle {
		font-size: 18px;
	}
	.about__content {
		width: 1000px;
		margin: auto;
	}
	.about__img {
		width: 300px;
	}
	.about__right__title {
		font-size: 22px;
	}
	.emprende {
    	padding: 60px 0;
	}
	.emprende__title {
		font-size: 26px;
		padding: 6px 20px;
		margin-bottom: 60px;
	}
	.emprende__content {
		width: 1100px;
		margin: auto;
	}
	.emprende__txt, 
	.emprende__txt2 {
    	width: 370px;
	}
	.emprende__txt {
    	font-size: 22px;
	}
	.contact {
    	padding: 60px 0;
    	padding-bottom: 40px;
	}
	.contact__title {
		font-size: 26px;
		padding: 6px 20px;
		margin-bottom: 60px;
	}
	.contact__info {
		font-size: 20px;
		margin-bottom: 6px;
	}
	.contact__info2 {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.contact__row {
		width: 1100px;
		margin: auto;
		grid-gap: 100px;
	}
	.contact__group {
		margin-bottom: 30px;
	}
	.contact__info__group {
		margin-bottom: 30px;
	}
	.contact__input {
		font-size: 16px;
	}

}

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

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

}