.home #main h3 {
	font-size: 1.75em;
	margin: 0 0 22px;
	color: var(--vermelho);
}

#destaque-home {
	position: relative;
}
#destaque-home h2 {
	margin: 0 0 50px;
	color: var(--vermelho);
}
#destaque-home p {
	font-size: 1.125em;
}
#img-destaque {
	background: center bottom no-repeat;
	background-size: cover;
	width: 500px;
	pointer-events: none;
	/*animation: fadin 2s linear 1 forwards;*/
	/*opacity: 0;*/
	z-index: 0;
	will-change: opacity;
	transform: rotate3d(0.628, 1, 0, -0.04rad) translateZ(-100px);
	transform-style: preserve-3d;
}
#img-destaque img {
	display: block;
	position: relative;
	z-index: 2;
	animation: fadup 0.5s linear 1 forwards;
	transform: translate3d(0,70px,10px);
	will-change: transform;
}
@keyframes fadup {
	0% {
		transform: translate3d(0,70px,10px);
	}
	100% {
		transform: translate3d(0,0,10px);
	}
}
#img-destaque:after {
	content: '';
	display: block;
	width: 318px;
	height: 318px;
	border: 1px solid var(--rosa);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 280px;
	will-change: margin-top;
	animation: bounce 10s infinite;
	transform: translateX(60%) translateZ(0px);
}

#destaque-home h2, #destaque-home h3, #destaque-txt {
	width: 320px;
	position: relative;
	z-index: 1;
}

#logobolha {
	background: var(--vermelho) url(../images/logo-bolha.svg) center center no-repeat;
	background-size: 100%;
	border-radius: 50%;
	width: 123px;
	height: 123px;
	position: absolute;
	top: 195px;
	right: 0;
	z-index: 3;
	will-change: margin-top;
	animation: bounce-small 6.4s infinite;
	transform: translate3d(70px, 20px, 50px);
}

#destaque-home .bolinhas3d {
	width: 200%;
	left: 0;
	top: 0;
	height: 675px;
	position: absolute;
	z-index: 3;
}

#destaque-home .ciano {
	transform: translate3d(10px,100px,50px);
	position: absolute;
	top: 185px;
	left: 0;
}
#destaque-home .rosa {
	transform: translate3d(10px,100px,-50px);
	position: absolute;
	top: -40px;
	left: 370px;
}
#destaque-home .verde {
	transform: translate3d(10px,100px,90px);
	position: absolute;
	top: 410px;
	left: 60%;
}
#destaque-home .laranja {
	transform: translate3d(10px,100px,20px);
	position: absolute;
	top: 510px;
	left: 80%;
}

#home-carrossel {
	padding-top: 50px;
}

#home-numeros {
	padding-top: 85px;
	padding-bottom: 65px;
}

#main #home-redes h3 {
	margin-top: 130px;
	margin-bottom: 40px;
}
#home-redes {
	position: relative;
  
}
#decor-insta {
	position: relative;
}
#decor-insta:before {
	content: '';
	display: block;
	width: calc( 100vw + 2px );
	border-radius: 30px;
	border: 1px solid var(--vermelho);
	height: 100%;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	transform: translate(-50%,50%);
	position: absolute;
}
#bloco-insta {
	display: flex;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid var(--cinza-bg-quadro);
}
.post-insta {
	display: flex;
	position: relative;
	padding-top: 20%;
	width: 20%;
}
.post-insta img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

#sb_instagram_header {
	display: none;
}


@media (min-width: 992px) {
	#img-destaque {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 457px;
		top: -267px;
	}
	@media (max-width: 1330px) {
		#img-destaque {
			position: absolute;
			left: 65%;
			transform: translateX(-50%);
			width: 457px;
			top: -267px;
			pointer-events: none;
		}
	}
}
@media (max-width: 1024px) {
	#home-carrossel {
		padding-top: 0;
	}
}
@media (max-width: 991px) {
	#destaque-home h2 {
		margin-bottom: 0;
	}
	#img-destaque {
		margin-top: -100px;
		margin-left: 25%;
	}
	#img-destaque img {
		width: 100%;
	}
	#img-destaque:after {
		transform: translateX(-81%) translateZ(0px);
		top: 23%;
		right: 28%;
	}
	#logobolha {
		right: auto;
		left: -14%;
		z-index: 1;
		top: 17%;
	}

	#destaque-txt {
		width: auto;
	}

	#destaque-home .ciano {
		top: 300px;
		left: 60%;
	}
	#destaque-home .rosa {
		top: 70%;
	}
	#destaque-home .verde {
		top: -30px;
		left: 40%;
	}
	#destaque-home .laranja {
		left: -10%;
	}

	#img-destaque {
		width: 80%;
		margin-top: -100px;
		margin-left: 10%;
	}

	#home-numeros {
		padding-bottom: 40px;
	}


	#home-redes {
		width: calc( 100vw + 2px );
		border-radius: 20px;
		border: 1px solid var(--vermelho);
		left: 50%;
		transform: translateX(-50%);
		padding-bottom: 75px;
	}
	#main #home-redes h3 {
		margin-top: 55px;
		margin-bottom: 20px;
	}
	#decor-insta:before {
		display: none;
	}
	#bloco-insta {
		border-radius: 20px;
		flex-wrap: wrap;
	}
	.post-insta {
		padding-top: 50%;
		width: 50%;
	}
	.post-insta:last-child {
		display: none;
	}
	

}

@media (max-width: 767px) {
	#destaque-home h2 {
		width: 200px;
	}
	#logobolha {
		width: 55px;
		height: 55px;
		left: -31%;
	}
	#img-destaque {
		margin-top: -48px;
	}
	#img-destaque:after {
		width: 150px;
		height: 150px;
		top: 22%;
		transform: translateX(-87%) translateZ(0px);
	}
	#destaque-home .ciano {
		top: 212px;
		left: 40%;
	}
	#destaque-home .laranja {
		top: 212px;
	}
	#destaque-home h3 {
		margin-top: 25px;
		font-size: 1.428em;
	}
	#destaque-home p {
		font-size: 1em;
	}
}
@media (max-width: 300px) {
	#img-destaque:after {
		right: 0;
	}
}


/* Container da seção */
#inscrevase .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Texto da chamada */
.textoinscrever {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* Bloco do formulário */
.formularioinscrever {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Layout lado a lado em telas maiores */
@media (min-width: 768px) {
  .textoinscrever,
  .formularioinscrever {
    width: 50%;
    margin-top: 35px;
    text-align: left;
  }

  .formularioinscrever {
    justify-content: flex-start;
  }
}

