.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.hero-icons {
	width: 60px;
}

.grid {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	width: 410px;
	margin: auto auto 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
	-ms-grid-columns: 0.33fr 0.33fr 0.33fr;
	grid-template-columns: 0.33fr 0.33fr 0.33fr;
	z-index: 1;
}

.hero-play-button {
	width: 60px;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
	transition: all 250ms cubic-bezier(.23, 1, .32, 1);
	position: relative;
}

.hero-play-button:hover {
	width: 45px;
}

.hero-play-button:active {
	width: 35px;
}

.hero-show {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30em;
	margin: 0 auto 60px auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #AAA;
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	opacity: 1;
	overflow: hidden;
	max-width: 1600px;
}

.hero-show.lenguaje-comunicacion {
	background-image: linear-gradient(225deg, #cc0031, #ed0a56);
}

.hero-show.desarrollo-personal {
	background-image: linear-gradient(225deg, #f50, #ff7200);
}

.hero-show.logica-matematica {
	background-image: linear-gradient(180deg, #0098ed, #00c9ff);
}

.hero-show.creatividad {
	background-image: linear-gradient(225deg, #8900e2, #f0f);
}

.hero-show.aprendizaje-social {
	background-image: linear-gradient(225deg, #ff8500, #fada14);
}

.hero-show.desarrollo-fisico-salud {
	background-image: linear-gradient(225deg, #0bad60, #07ed64);
}

.show-hero-item {
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
}

.show-hero-item>a {
	color: #fff !important;
}


.show-hero-title {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	margin-top: 79px;
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: 800;
	text-align: center;
	z-index: 1;
}

.hero-show-agoos {
	position: absolute;
	left: 0%;
	right: 0%;
	z-index: 0;
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
}

.hero-shader {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3))), to(rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.card-title {
	position: absolute;
	z-index: 3;
	max-width: 80%;
	width: 80%;
	font-family: Fredoka, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -75%);
}

.card-title.actividades {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
	top: 15%;
}

.actividades-title {
	position: absolute;
	z-index: 3;
	max-width: 77%;
	font-family: Fredoka, sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -65%);
}

.aprendizajes-title {
	position: absolute;
	z-index: 3;
	max-width: 77%;
	font-family: Fredoka, sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	text-align: center;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -75%);
}

.card-title.objetivos.lenguaje-comunicacion,
.aprendizajes-title.lenguaje-comunicacion,
.card-title.actividades.lenguaje-comunicacion,
.actividades-title.lenguaje-comunicacion,
.proc-number.lenguaje-comunicacion {
	color: #ed0a56;
	fill: #ed0a56;
}

.card-title.objetivos.desarrollo-personal,
.aprendizajes-title.desarrollo-personal,
.card-title.actividades.desarrollo-personal,
.actividades-title.desarrollo-personal,
.proc-number.desarrollo-personal {
	color: #f50;
	fill: #f50;
}

.card-title.objetivos.logica-matematica,
.aprendizajes-title.logica-matematica,
.card-title.actividades.logica-matematica,
.actividades-title.logica-matematica,
.proc-number.logica-matematica {
	color: #0098ed;
	fill: #0098ed;
}

.card-title.objetivos.creatividad,
.aprendizajes-title.creatividad,
.card-title.actividades.creatividad,
.actividades-title.creatividad,
.proc-number.creatividad {
	color: #8900e2;
	fill: #8900e2;
}

.card-title.objetivos.aprendizaje-social,
.aprendizajes-title.aprendizaje-social,
.card-title.actividades.aprendizaje-social,
.actividades-title.aprendizaje-social,
.proc-number.aprendizaje-social {
	color: #ff8500;
	fill: #ff8500;
}

.card-title.objetivos.desarrollo-fisico-salud,
.aprendizajes-title.desarrollo-fisico-salud,
.card-title.actividades.desarrollo-fisico-salud,
.actividades-title.desarrollo-fisico-salud,
.proc-number.desarrollo-fisico-salud {
	color: #07ed64;
	fill: #07ed64;

}

.paragraph.activ-txt {
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 400;
	z-index: 10;
}

.paragraph.metas {
	width: 100%;
	margin-top: 55px;
	color: #000;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 400;
	z-index: 10;
}

.paragraph.materiales {
	width: 100%;
	margin-top: 55px;
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	z-index: 10;
}

.paragraph.procedimiento {
	width: 100%;
	margin-top: 2px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	z-index: 10;
}

.paragraph.procedimiento.foto {
	color: #fff;
}

.paragraph.cierre {
	width: 100%;
	margin-top: 40px;
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	z-index: 10;
}

.bullet {
	width: 60px;
	max-width: 60px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}

.proc-number {
	margin-left: auto;
	margin-right: auto;
	width: 48px;
	height: 48px;
	display: block;
	margin-top: 15%;
	margin-bottom: 15px;
	fill: #FFF;
	z-index: 3;
}

.aprend-number {
	margin-left: auto;
	margin-right: auto;
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 15px;
	fill: #FFF;
	z-index: 3;
}


.icon {
	fill: red;
}

.icon:hover {
	fill: white;
}

.card-category-round {
	position: relative;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.paragraph {
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
}

.cards-ray {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}

.cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0px;
	margin-bottom: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bubbles {
	position: absolute;
	left: 0%;
	top: 2%;
	right: 0%;
	bottom: auto;
	z-index: 1;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.bubbles-materiales {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	max-width: 15%;
	margin-top: 10px;
	margin-left: 23px;
	opacity: 50%;
}


.tarjetitas {
	max-width: 1100px;
}

.tarjetita {
	align-items: center;
	border-radius: 20px;
	background-color: #ccc;
	min-height: 350px !important;
	width: 350px;
	margin: 0 6px;
	/*width: 95% !important;
	padding-top: 95%;*/
	/* 1:1 Aspect Ratio */
	position: relative;
	/* If you want text inside of it */
	border-radius: 20px;
}

.tarjetita.lenguaje-comunicacion {
	background-image: linear-gradient(225deg, #cc0031, #ed0a56);
}

.tarjetita.desarrollo-personal {
	background-image: linear-gradient(225deg, #f50, #ff7200);
}

.tarjetita.logica-matematica {
	background-image: linear-gradient(180deg, #0098ed, #00c9ff);
}

.tarjetita.creatividad {
	background-image: linear-gradient(225deg, #8900e2, #f0f);
}

.tarjetita.aprendizaje-social {
	background-image: linear-gradient(225deg, #ff8500, #fada14);
}

.tarjetita.desarrollo-fisico-salud {
	background-image: linear-gradient(225deg, #0bad60, #07ed64);
}

.tarjetita.actividades {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	margin: 10px 10px;
}

.colorizer.actividades {
	z-index: 1;
	height: 98%;
	width: 98%;
	position: absolute;
	overflow: auto;
	top: 2px;
	left: 2px;
	border-radius: 20px;
}

.colorizer.actividades.lenguaje-comunicacion {
	background-image: linear-gradient(180deg, rgba(202, 0, 49, 0.8), rgba(235, 0, 89, 0.8));
}

.colorizer.actividades.desarrollo-personal {
	background-image: linear-gradient(180deg, rgba(253, 80, 0, 0.8), rgba(252, 132, 0, 0.8));
}

.colorizer.actividades.logica-matematica {
	background-image: linear-gradient(80deg, rgba(41, 149, 239, 0.8), rgba(46, 200, 255, 0.8));
}

.colorizer.actividades.creatividad {
	background-image: linear-gradient(180deg, rgba(140, 12, 229, 0.8), rgba(176, 15, 255, 0.8));
}

.colorizer.actividades.aprendizaje-social {
	background-image: linear-gradient(80deg, rgba(246, 196, 0, 0.7), rgba(248, 220, 0, 0.8));
}

.colorizer.actividades.desarrollo-fisico-salud {
	background-image: linear-gradient(180deg, rgba(18, 176, 91, 0.8), rgba(7, 216, 104, 0.8));
}

.adentro {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 28px;
}

.foto-border.actividades {
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	border-style: solid;
	border-color: white;
	border-width: 10px;
	padding: 18px;
}

.heading-3 {
	font-family: Fredoka, sans-serif;
	text-align: center;
}

.heading-3.lenguaje-comunicacion,
.heading-3.construindo-significados {
	color: #ed0a56;
}

.heading-3.desarrollo-personal,
.heading-3.aprendendo-a-viver-em-sociedade {
	color: #f50;
}

.heading-3.logica-matematica,
.heading-3.com-os-numeros-em-mente {
	color: #0098ed;
}

.heading-3.creatividad,
.heading-3.aprendendo-a-criar {
	color: #8900e2;
}

.heading-3.aprendizaje-social,
.heading-3.explorando-o-mundo {
	color: #fada14;
}

.heading-3.desarrollo-fisico-salud,
.heading-3.entrando-em-acao {
	color: #07ed64;
}

.show-description {
	margin: 80px auto 60px;
}


.paragraph-2 {
	max-width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Fredoka, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
}

.div-block-11 {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.show-character {
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

.show-character-image {
	width: 100px;
	margin-bottom: 8px;
}

.character-name {
	font-family: Fredoka, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}

.show-characters {
	display: block;
	margin: 60px 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.div-block-12 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.volanta {
	margin: 0px auto 24px;
	font-family: Fredoka, sans-serif;
	color: #cc0031;
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #214099;

}

.cat-icon {
	position: absolute;
	left: 6%;
	top: 0%;
	right: auto;
	bottom: auto;
	z-index: 3;
	display: block;
	width: 60px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.button-descarga-materiales {
	position: absolute;
	left: 21%;
	top: auto;
	right: 21%;
	bottom: 10%;
	margin-top: 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #ff5501;
	border-radius: 32px;
	background-color: transparent;
	font-family: Fredoka, sans-serif;
	color: #ff5501;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 700;
	padding: 9px 15px;
	text-decoration: none;
	cursor: pointer;
}

.not-available {
	margin-bottom: 40px;
}

.text-block-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 360px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	background-color: #f9d62b;
	font-family: Fredoka, sans-serif;
	font-weight: 700;
}

.slick-dotted.slick-slider {
	margin-bottom: 60px !important;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}


/* Video lightbox trigger link (wraps the play button) */
.nbk-lightbox-trigger {
	display: block;
	width: 100%;
	text-align: center;
	z-index: 1;
	position: absolute;
}

/* Custom video lightbox overlay */
.nbk-lightbox-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.nbk-lightbox-overlay.is-open {
	display: flex;
}
.nbk-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	cursor: pointer;
}
.nbk-lightbox-wrap {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	width: 90%;
	margin: 40px auto;
	background: #000;
	padding: 20px;
	color: #fff;
}
.nbk-lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 10px;
}
.nbk-lightbox-close:hover {
	opacity: 0.75;
}

/* Ajusto las flechas del slick */
.slick-prev:before,
.slick-next:before {
	font-size: 30px !important;
	line-height: 1;
	color: #1881c5 !important;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-track {
	left: 14px !important;
}


/*  ARTICULOS  */
.author {
	position: static;
	z-index: 2;
	margin-top: 40px;
}

.author-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 95px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 7px;
	border-color: #1881c5;
	border-radius: 50px;
	background-position: 0px 0px;
	background-size: cover;
}

.author-photo img {
	border-radius: 50px;
}

.author-name {
	max-width: 480px;
	margin: 20px auto;
	font-family: Fredoka, sans-serif;
	color: #1881c5;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

h3 {
	margin-bottom: 10px;
	font-family: Fredoka, sans-serif;
	color: #214099;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 700;
}

.row.articulo {
	max-width: 1100px;
}

.holidays-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 660px;
	height: 80px;
	margin: 45px auto 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 85px;
	background-color: #d11519;
	background-image: url(https://s34111.pcdn.co/wp-content/themes/salient-child/img/ray-obj-bottom-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 132px 90px;
	-webkit-transition: all 250ms cubic-bezier(.165, .84, .44, 1);
	transition: all 250ms cubic-bezier(.165, .84, .44, 1);
}

.holidays-button:hover {
	background-color: #ff080c;
	box-shadow: 0 7px 8px 1px rgba(0, 0, 0, 0.3);
	mix-blend-mode: normal;
}

.holidays-button:active {
	background-color: #b11518;
	box-shadow: none;
}

.button-txt-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-right: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.xmas-text-block-2 {
	margin-right: 100px;
	margin-left: 20px;
	padding: 0px;
	font-family: Fredoka, sans-serif;
	color: #fff !important;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

.xmas-text-block-2 a {
	color: #fff !important;
}


.xmas-button-img-container {
	margin-bottom: -7px;
	margin-right: 10px;
}

/*  ARTICULOS  */

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

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


	.paragraph {
		font-size: 1.3em;
	}

	.actividades-title {
		width: 90%;
		max-width: 90%;
	}

	.paragraph.metas {
		margin-top: 55px;
		font-size: 1.2em;
		line-height: 1.3em;
	}

	.paragraph.materiales {
		margin-top: 30px;
		font-size: 1em;
		line-height: 1.2em;
	}

	.paragraph.procedimiento {
		font-size: 1em;
		line-height: 1.2em;
	}

	.paragraph.cierre {
		font-size: 0.90em;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 991px) {
	.show-hero-title {
		width: 75%;
		margin-top: 100px;
		margin-right: auto;
		margin-left: auto;
		font-size: 2.2em;
	}

	.card-title {
		font-size: 1.1em;
	}

	.aprendizajes-title {
		font-size: 1.1em;
	}

	.bullet._1 {
		width: 40px;
		max-width: 40px;
	}

	.paragraph {
		font-size: 0.9em;
	}

	.show-description {
		max-width: 95%;
		margin-top: 40px;
	}

	.volanta {
		margin-top: 0px;
	}

	.cat-icon {
		width: 40px;
	}

	.card-title {
		font-size: 1em !important;
	}

	.actividades-title {
		width: 90%;
		max-width: 90%;
		font-size: 1.5em;
	}

	.paragraph.metas {
		margin-top: 25px;
		font-size: 1em;
		line-height: 1.3em;
	}

	.paragraph.materiales {
		margin-top: 25px;
		font-size: .75em;
		line-height: 1em;
	}

	.paragraph.procedimiento {
		font-size: .9em;
		line-height: 1em;
	}

	.paragraph.cierre {
		margin-top: 20px;
		font-size: 0.8em;
		line-height: 1em;
	}

}

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

	.show-hero-title {
		width: 90%;
		margin-top: 74px;
		margin-right: auto;
		margin-left: auto;
		font-size: 2.3em;
	}

	.show-description {
		max-width: 90%;
		margin-top: 40px;
	}

	.paragraph-2 {
		margin-top: 10px;
		font-size: 1.1em;
	}

	.bold-text {
		font-size: 0.9em;
	}

	.volanta {
		margin-bottom: 20px;
		font-size: 1.2em;
	}

	.cat-icon {
		width: 2.7em;
		margin-top: 7%;
	}

	.actividades-title {
		width: 90%;
		max-width: 90%;
	}

	.paragraph.metas {
		margin-top: 55px;
		font-size: 1.2em;
		line-height: 1.3em;
	}

	.paragraph.materiales {
		margin-top: 30px;
		font-size: 1.1em;
		line-height: 1.2em;
	}

	.paragraph.procedimiento {
		font-size: 1em;
		line-height: 1.2em;
	}

	.paragraph.cierre {
		font-size: 0.95em;
		line-height: 1.4em;
	}

	.holidays-button {
		width: 90%;
		height: 70px;
	}

	.xmas-text-block-2 {
		font-size: 1.2em;
	}

	.xmas-button-img-container {
		padding-right: 20px;

	}

}

@media screen and (max-width: 479px) {
	.hero-show-agoos {
		position: absolute;
		left: auto;
		right: -70%;
		z-index: 0;
		-o-object-fit: fill;
		object-fit: fill;
		height: 100%;
		width: auto;
	}

	.hero-icons {
		width: 50px;
	}

	.grid {
		width: 90%;
		grid-column-gap: 8px;
		grid-row-gap: 8px;
	}

	.hero-play-button {
		margin-bottom: 0px;
	}

	.hero-show {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.show-hero-item {
		font-size: 0.8em;
	}

	.show-hero-title {
		width: 95%;
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 2em;
		white-space: normal;
	}

	.card-title.objetivos {
		font-size: 1.2em;
	}

	.card-title.actividades {
		font-size: 1.3em;
	}

	.aprendizajes-title {
		font-size: 1.6em;
	}


	.show-description {
		max-width: 90%;
		margin-top: 40px;
	}

	.paragraph {
		font-size: 1.4em;
	}

	.paragraph-2 {
		font-size: 1em;
		line-height: 1.5em;
		text-align: center;
	}

	.bold-text {
		font-size: 0.7em;
		text-align: left;
	}

	.cat-icon {
		width: 3em;
		margin-top: 1em;
	}

	.not-available {
		margin-bottom: 20px;
	}

	.div-block-12 {
		display: grid;
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
		grid-auto-columns: 33% 33% 33%;
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		-ms-grid-columns: 33% 33% 33%;
		grid-template-columns: 33% 33% 33%;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}

	.actividades-title {
		width: 90%;
		max-width: 90%;
	}

	.paragraph.metas {
		margin-top: 55px;
		font-size: 1.2em;
		line-height: 1.3em;
	}

	.paragraph.materiales {
		margin-top: 30px;
		font-size: 1.1em;
		line-height: 1.2em;
	}

	.paragraph.procedimiento {
		font-size: 1em;
		line-height: 1.2em;
	}

	.paragraph.cierre {
		margin-top: 30px;
		font-size: 0.95em;
		line-height: 1.4em;
	}

	.slick-track {
		left: 9px !important;
	}


	.holidays-button {
		background-size: 66px 45px;
	}

	.xmas-text-block-2 {
		font-size: 1.1em;
		padding: 0 0px;
		margin: 0 50px 0 10px;

	}

}