.show-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  max-height: 480px;
  margin-bottom: 0px;
  -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: #214099;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/art-hero-img-name.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/art-hero-img-name.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.hero-title {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Fredoka, sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
}

h2 {
  font-family: Fredoka, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 600;
}

.paragraph {
  max-width: 650px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

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

.author-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 114px;
  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: 65px;
  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;
}

.author-social {
  text-align: center;
  margin-bottom: 50px;
}

.author-social a {
  color: #1881c5;
  font-size: 2em!important;
  margin: 10px;
}

.bio {
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: Fredoka, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}

.text-container {
  max-width: 1100px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

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


.tip-cards {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cared-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 320px;
  padding: 0px;
  -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: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1881c5), to(#1881c5));
  background-image: linear-gradient(180deg, #1881c5, #1881c5);
}

.card.v2 {
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214099), to(#214099));
  background-image: linear-gradient(180deg, #214099, #214099);
}

.card-text {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 312px;
  -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;
  font-family: Fredoka, sans-serif;
  color: #fff;
  font-size: 1.9em;
  line-height: 1.4em;
  text-align: center;
}

.bubbles-wrapper.v1 {
  margin-top: 132px;
  margin-left: -247px;
}

.bubbles-wrapper.v2 {
  margin-top: -114px;
  margin-left: -258px;
}


.carousel-categories {
	position: relative;
	padding-bottom: 60px;
	margin-top: 30%;
}

.carousel-shows {
	position: relative;
	padding-bottom: 60px;
}

.categories-container  {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 50px;
}

.shows-container  {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 60px;
}

.volanta {
		margin-top: 0px;
    text-align: center;
	}

.div-block {
	display: -ms-grid;
	display: grid;
	margin-bottom: 30px;
	grid-auto-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.thumb-category {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 225px;
	border-radius: 20px;
}

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

.thumb-category.desarrollo-personal, .thumb-category.aprendendo-a-viver-em-sociedade {
  background-image: linear-gradient(225deg, #f50, #ff7200);
}

.thumb-category.logica-matematica, .thumb-category.com-os-numeros-em-mente {
  background-image: linear-gradient(180deg, #0098ed, #00c9ff);
}

.thumb-category.creatividad, .thumb-category.aprendendo-a-criar {
  background-image: linear-gradient(225deg, #8900e2, #f0f);
}

.thumb-category.aprendizaje-social, .thumb-category.explorando-o-mundo {
  background-image: linear-gradient(225deg, #ff8500, #fada14);
}

.thumb-category.desarrollo-fisico-salud, .thumb-category.entrando-em-acao {
  background-image: linear-gradient(225deg, #0bad60, #07ed64);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0bad60), to(#07ed64));
}

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

.thumb-text {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50%;
	margin-top: 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;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}

.cat-thumb-img {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
}
.shader {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
}

.thumb-show {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	overflow: hidden;
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.thumb-shows {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 225px;
	max-width: 360px;
	min-height: 225px;
	min-width: 360px;
	border-radius: 20px;
}
.button {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	-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;
	border-radius: 30px;
	background-color: #cc0031;
	font-family: Fredoka, sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}

.button.blue {
		margin-top: 30px;
		margin-bottom: 0px;
}

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

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

	.div-block {
		margin-top: 0px;
		margin-bottom: 0px;
		grid-row-gap: 20px;
	}

	.categories-container {
		max-width: 1024px;
	}

	.thumb-shows {
		max-height: 190px;
		max-width: 310px;
		min-height: 190px;
		min-width: 310px;
	}

	.thumb-text {
		padding: 8px 13px;
		font-size: 1.5em;
	}

	.cat-icon {
		width: 3.5em;
	}

	.thumb-category {
		width: 310px;
		height: 190px;
	}

	.cat-thumb-img {
		left: auto;
		top: auto;
		right: 0%;
		bottom: 0%;
		width: 55%;
	}
}


@media screen and (max-width: 991px) {
  .show-hero {
    height: 340px;
    max-height: 340px;
  }

  .hero-title {
    width: 75%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.2em;
  }

  h2 {
    font-size: 1em;
  }

  .author {
    margin-top: 30px;
  }

  .text-container, .breadcrumb {
    max-width: 90%;
  }

  .cared-container {
    max-width: 90%;
  }

  .card {
    width: 330px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .show-hero {
    height: 250px;
    max-height: 250px;
  }

  .hero-title {
    width: 90%;
    margin: 0px auto 18px;
    font-size: 2.1em;
  }

  .paragraph {
    max-width: 90%;
    font-size: 1.1em;
  }

  .author {
    margin-top: 30px;
  }

  .author-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bio {
    max-width: 400px;
    font-size: 0.9em;
  }


  .card {
    width: 250px;
    height: 220px;
  }

  .card-text {
    width: 250px;
    margin-bottom: 0px;
    font-size: 1.5em;
  }

  .bubbles-wrapper.v1 {
    margin-top: 38px;
    margin-left: -176px;
  }

  .bubbles-wrapper.v2 {
    margin-top: -51px;
    margin-left: -168px;
  }
}

@media screen and (max-width: 479px) {
  .show-hero {
    height: 380px;
    max-height: 380px;
    -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;
  }

  .hero-title {
    width: 95%;
    margin: 0px auto 20px;
    font-size: 2em;
    white-space: normal;
  }

  .paragraph {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .author {
    position: static;
  }

  .author-name {
    margin-bottom: 20px;
  }

  .bio {
    max-width: 75%;
    margin-bottom: 0px;
  }

  .tip-cards {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cared-container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    width: 280px;
    height: 250px;
    max-width: 300px;
    margin: 16px auto 0px;
  }

  .card-text {
    width: 250px;
    margin-bottom: 0px;
    font-size: 1.5em;
  }

  .bubbles-wrapper.v1 {
    margin-top: 46px;
    margin-left: -199px;
  }

  .bubbles-wrapper.v2 {
    margin-top: -57px;
    margin-left: -199px;
  }

  .div-block {
		display: -ms-grid;
		display: grid;
		margin-bottom: 30px;
		grid-auto-columns: 100%;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
    height: 1240px;
	}
}

