section#enorgullece h3 {
	width: 54%;
	color: #A180E8;
	padding-right: 1.5em;
	font-size: 2.1rem;
	padding-top: 1em;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702);
	transform: translateY(2em);
	opacity: 0;
}
section#enorgullece.seen h3 {
	transform: none;
	opacity: 1;
}

section#enorgullece picture {
	width: 23%;
}

section#enorgullece picture img {
	max-width: 90%;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .25s;
	transform: translateY(2em);
	opacity: 0;
}
section#enorgullece picture.imagen-2 img {
	margin-top: 50%;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .5s;
}
section#enorgullece.seen picture img {
	transform: none;
	opacity: 1;
}

section#enorgullece {
	position: relative;
	margin-top: 8.5em;
	margin-bottom: 7.5em;
}
#enorgullece img.estrella-roja {
	position: absolute;
	top: -4rem;
	right: 6rem;
}

#enorgullece img.estrella-amarilla {
	position: absolute;
	width: 1rem;
	bottom: 3rem;
	left: 11rem;
}

div#listado-reconocimientos {
	width: 54%;
	padding-right: 2em;
}

#reconocimientos .textos {
	width: 46%;
}

#reconocimientos h2.accordion-header button {
	font-family: Rokkitt;
	font-size: 1.67rem;
	font-weight: 700;
}

#reconocimientos .accordion-item {
	border-bottom: 2px solid black;
}

#reconocimientos h2.accordion-header button:not(.collapsed) {
	color: black;
	background-color: rgba(0,0,0,.05);
}

#reconocimientos .accordion-body {
	color: #2C2C2C;
}
#reconocimientos .accordion-body h6 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1.2em;
}

#reconocimientos .textos .ficha {
	background: #15B04A;
	color: white;
	padding: 2.4em;
	padding-top: 3.67em;
	padding-bottom: 3.67em;
	border-radius: 30px;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
	transform: translateY(2em) rotate(-5deg) scale(.9);
	opacity: 0;
}
#reconocimientos .textos .ficha.seen {
	opacity: 1;
	transform: none;
}
#reconocimientos img.estrella.estrella-verde {
	margin-top: 9rem;
	margin-left: -3rem;
}
section#apoyo{
	background: #F4F9FC;
	margin-top: 6.5rem;
	padding-top: 6.6rem;
	padding-bottom: 5rem;
	position: relative;
}
#apoyo img.estrella-morada {
	position: absolute;
	top: 12rem;
	left: 6rem;
}

#apoyo img.estrella-amarilla {
	position: absolute;
	bottom: 11rem;
	right: 7rem;
}
#apoyo h3.text-center {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	line-height: 1.1em;
	padding: 0px 1rem;
}
#apoyo h3.text-center b {
	font-weight: 800;
	
	border-radius: 1em;
	padding-left: .5em;
	padding-right: .5em;
	position: relative;
	z-index: 1;
}
#apoyo h3.text-center b:before {
	content: '';
	position: absolute;
	
	height: 100%;
	border-radius: 2rem;
	background: #FDA700;
	z-index: -1;
	top: 0px;
	left: 0px;
	transition: .3s ease-in-out .2s;
	width: 0px;
}
#apoyo h3.text-center.seen b:before {
	width: 100%;
}
#apoyo .d-flex > div{
	margin-left: 1.6875rem;
	margin-top: 1.6875rem;
	margin-bottom: 1.6875rem;
}
#apoyo .d-flex > div:nth-child(odd){
	margin-left: 0px;
	margin-right: 1.6875rem;
}
#apoyo .textos{
	width: calc(50% - 1.6875rem);
}
#apoyo .textos.order-3 {
	padding-right: .5em;
}
#apoyo .textos.azul{
	background: #269AE7;
	color: white;
	padding: 2.75rem;
	border-radius: 30px;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702);
	transform: translateX(-2rem) rotate(-5deg);
	opacity: 0;
}
#apoyo .textos.azul.seen{
	transform: none;
	opacity: 1;
}
#apoyo .imagen{
	width: calc(50% - 1.6875rem);
}
#apoyo .imagen.order-0{
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
	transform: translateX(-2rem) rotate(-5deg);
	opacity: 0;
}
#apoyo .imagen.order-0.seen{
	transform: none;
	opacity: 1;
}
#apoyo .imagen.order-2{
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702);
	transform: translateX(-2rem) rotate(-5deg);
	opacity: 0;
}
#apoyo .imagen.order-2.seen{
	transform: none;
	opacity: 1;
}
#apoyo .imagen img{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}
footer {
	margin-top: 0px;
}
/* Large */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	#apoyo img.estrella-amarilla {
		bottom: 5rem;
	}
}
/* Medium */
@media only screen and (max-width: 992px) and (min-width: 768px) {
	#apoyo img.estrella-amarilla {
		bottom: 4rem;
	}
	section#enorgullece.seen h3 {
		margin-top: 3rem;
	}
	section#enorgullece picture img {
		width: 100%;
	}
	#apoyo img.estrella-morada {
		top: 6rem;
	}
}
/* Small & X-small */
@media only screen and (max-width: 768px) {
	section#enorgullece h3 {
		width: 100%;
		padding: 0px;
	}
	section#enorgullece picture {
		width: 50%;
	}
	section#enorgullece.seen h3 {
		margin-top: 3rem;
	}
	
	#enorgullece img.estrella-amarilla {
		bottom: -2rem;
		left: unset;
		right: 5rem;
		width: 2rem;
	}
	#reconocimientos .textos {
		width: 100%;
	}
	#reconocimientos img.estrella.estrella-verde {
		margin-top: 3rem;
		margin-left: -33vw;
		max-width: 3rem;
	}
	div#listado-reconocimientos{
		width: 100%;
		margin-top: 2rem;
	}
	#apoyo .textos{
		width: 100%;
	}
	#apoyo .imagen{
		width: 100%;
	}
	#apoyo img.estrella-morada {
		top: 3rem;
	}
	#apoyo .d-flex > div{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	#apoyo img.estrella-amarilla {
		bottom: 3rem;
	}
}
