section#formulario {
	background: #A180E8;
	color: white;
	padding-top: 8.5em;
	padding-bottom: 6em;
	margin-bottom: 6.5em;
}
section#formulario .contenedor-3{
	position: relative;
}
#formulario img.estrella-blanca {
	position: absolute;
	top: -6rem;
	left: 6rem;
}

#formulario img.estrella-azul {
	position: absolute;
	bottom: -2rem;
	right: 5rem;
}
#formulario .textos {
	width: 50%;
	padding-right: 8em;
}
#formulario .textos h3 b{
	font-weight: 900;
	font-size: 5.375rem;
	line-height: 0.93em;
	color: #000000;
	text-shadow: 7px 7px 0 #FFFFFF,  -7px -7px 0 #FFFFFF,  -7px 7px 0 #FFFFFF,  7px -7px 0 #FFFFFF;
	display: block;
}
#formulario .formulario{
	width: 50%;
}
#formulario input{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1.75rem;
}
#formulario .invalid-feedback {
	transform: translateY(-100%);
}
#formulario .btn-amarillo{
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

#primer-paso{
	position: relative;
}
#primer-paso h3 {
	color: #269AE7;
}
#primer-paso .textos {
	width: 50%;
	padding-right: 5em;
}
#primer-paso picture{
	width: 50%;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
	transform: translateX(-2rem) rotate(-5deg);
	opacity: 0;
}
#primer-paso picture.seen{
	opacity: 1;
	transform: none;
}
#primer-paso picture img{
	border-radius: 30px;
	width: 100%;
}
#primer-paso img.estrella-roja {
	position: absolute;
	top: -3.5rem;
	left: 3rem;
}

#primer-paso img.estrella-amarilla {
	position: absolute;
	width: 1.2em;
	bottom: 0rem;
	left: 50%;
	margin-left: -4rem;
}
/* Small & X-small */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	
	#formulario .textos {
		padding-right: 2em;
		padding-left: 2em;
	}
	
	#formulario .textos h3 {
		font-size: 2rem;
	}
	
}
/* Small & X-small */
@media only screen and (max-width: 768px) {
	#formulario img.estrella-blanca {
		top: -3rem;
		left: unset;
		right: 1rem;
	}
	#formulario img.cara-feliz-morada.d-block.d-md-none {
		position: absolute;
		right: -2rem;
		z-index: 0;
		width: 55vw;
		top: 6rem;
	}
	section#formulario{
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 5em;
		padding-bottom: 5em;
		margin-bottom: 3em;
	}
	#formulario .textos {
		width: 100%;
		padding-right: 0em;
		z-index: 1;
	}
	#formulario .textos h3{
		font-size: 3.33rem;
	}
	#formulario .textos h3 b{
		font-size: 3.33rem;
	}
	#formulario .formulario{
		width: 100%;
		margin-top: 4em;
		z-index: 1;
	}
	#formulario input {
		line-height: 2.2em;
	}
	#primer-paso {
		padding-left: 0em;
		padding-right: 0em;
	}
	#primer-paso .textos {
		width: 100%;
		padding-left: 2em;
		padding-right: 2em;
	}
	#primer-paso h3 {
		margin-bottom: 1em;
	}
	#primer-paso picture{
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		margin-bottom: 6em;
	}
	#primer-paso img.estrella-roja {
		top: 3rem;
		left: unset;
		right: 2rem;
	}
	#primer-paso img.estrella-amarilla {
		bottom: 2rem;
		left: 80%;
	}
	#primer-paso picture img {
		margin-top: 2rem;
	}
}