#quemsomos-destaque {
}
.qs-img1 {
	width: 70%;
	margin-top: 64px;
	margin-left: 22%;
	position: relative;
	animation: bounce 6s infinite;
}
.qs-img1:before {
	content: '';
	display: block;
	width: 188%;
	padding-top: 188%;
	position: absolute;
	top: 50%;
	left: -7.5%;
	transform: translateY(-50%);
	background: var(--vermelho);
	border-radius: 50%;
	z-index: -1;
	animation: bounce-small 6s infinite -3.5s;
}
.qs-img1:after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	background: var(--ciano);
	border-radius: 50%;
	z-index: 1;
	top: -36px;
	left: 18px;
	animation: bounce-small 6s infinite -2.5s;
}
.qs-img2 {
	width: 64%;
	margin-top: 85px;
	margin-left: 18%;
	position: relative;
	animation: bounce 8s infinite;
}
.qs-img2:before {
	content: '';
	display: block;
	width: 144%;
	padding-top: 144%;
	position: absolute;
	bottom: 35%;
	left: -20%;
	/* transform: translateX(-50%); */
	border: 1px solid var(--rosa);
	border-radius: 50%;
	z-index: -2;
	animation: bounce-small-trans 8s infinite -4s;
}
.qs-img2:after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	bottom: -130px;
	left: 55%;
	background: var(--rosa);
	border-radius: 50%;
	z-index: 0;
	animation: bounce-small-trans 7s infinite -4s;
}
.qs-img1 img, .qs-img2 img {
	width: 100%;
}

#quemsomos-destaques {
	clear: both;
	padding-top: 100px;
	padding-right: calc( 25% - 110px );
	padding-bottom: 80px;
}

#quemsomos-destaque {
	min-height: 970px;
}
#quemsomos-destaque .imagens {
	min-height: 470px;
}
#quemsomos-destaque .imagens:before {
	display: block;
	content: '';
	clear: both;
	height: 1px;
	width: 100%;
}
#quemsomos-destaque .seis-de-doze:not(.imagens) {
	position: relative;
}
#quemsomos-destaque .seis-de-doze:not(.imagens):after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	background: var(--verde);
	border-radius: 50%;
	z-index: 1;
	bottom: -66px;
	left: 35%;
	animation: bounce-micro-trans 7s infinite -4s;
}

#quemsomos-duascolunas:before {
	content: '';
	display: block;
	clear: both;
	padding-top: 30px;
}

#quemsomos-pessoas:before, #quemsomos-pessoas:after {
	content: '';
	display: block;
	clear: both;
}
#quemsomos-pessoas h3 {
	text-transform: uppercase;
	font-size: 1.25em;
	margin-top: 25px;
	margin-bottom: 58px;
}
#quemsomos-pessoas {
	padding-top: 60px;
	clear: both;
}
#quemsomos-pessoas .uma-pessoa {
	padding: 5px 9px;
}
.pessoas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 8.3%;
	justify-content: center;
	width: 1080px;
	max-width: 90%;
	margin: auto;
}

@media (min-width: 992px) {
	#embaixadoras.pessoas[qtd="1"] {
		display: flex;
		justify-content: center;
	}
	#embaixadoras.pessoas[qtd="2"] {
		grid-template-areas:
		"a b c d";
	}
	#embaixadoras.pessoas[qtd="2"] .uma-pessoa {
		grid-area: b;
	}
	#embaixadoras.pessoas[qtd="2"] .uma-pessoa + .uma-pessoa {
		grid-area: c;
	}
	#presidencia.pessoas .uma-pessoa:nth-child(4) {
		grid-column: 4;
	}
	#quemsomos-historico {
		padding-top: 35px;
	}
}
@media (min-width: 768px) {
	.woof {
		grid-column: 1;
	}
}

.uma-pessoa img {
	display: block;
	width: 100%;
	border-radius: 50%;
}
.uma-pessoa h4 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 17px 0 6px;
}
.uma-pessoa h5 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 60px;
	color: var(--vermelho);
}
#embaixadoras .uma-pessoa h5 {
	color: var(--preto);
}
.foto {
	position: relative;
}

.e-mail {position: absolute;
	width: 40px;
	height: 40px;
	background: #E42722 url(../images/email.svg) center center no-repeat;
	background-size: contain;
	border-radius: 50%;
	top: -5px;
	right: -4px;
	font-size: 1px;
	overflow: hidden;
	color: transparent;
	transform: rotate(0.1deg);}
	
.linkedin {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #007AB9 url(../images/linkedin.png) center center no-repeat;
	background-size: contain;
	border-radius: 50%;
	top: -5px;
	right: -4px;
	font-size: 1px;
	overflow: hidden;
	color: transparent;
	transform: rotate(0.1deg);
}
.uf {
	position: absolute;
	left: 1px;
	bottom: 4px;
	font-size: 14px;
	color: var(--vermelho);
}


#quemsomos-historico {
	position: relative;
}
#quemsomos-historico:before,
#quemsomos-historico:after {
	content: '';
	display: block;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	position: absolute;
}
#quemsomos-historico:before {
	background-color: var(--rosa);
	right: 26%;
	top: 55px;
	animation: bounce-micro 6s infinite;
}
#quemsomos-historico:after {
	background-color: var(--verde);
	right: 5%;
	bottom: 0;
	animation: bounce-small-trans 7s infinite -2s;
}
#quemsomos-historico .colunas:after {
	content: '';
	display: block;
	clear: both;
	animation: bounce-small 7s infinite -5s;
}

#quemsomos-timeline {
	padding-top: 45px;
	padding-bottom: 50px;
	user-select: none;
	position: relative;
}
#quemsomos-timeline:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: var(--ciano);
	position: absolute;
	left: 53%;
	top: 50px;
	animation: bounce-micro-trans 8s infinite;
}
#quemsomos-timeline:after {
	content: '';
	display: block;
	clear: both;
}
#quemsomos-timeline .evento {
	width: 323px;
	position: relative;
	left: 161px;
	transform: translateX(-50%);
	transition: 0.4s left ease-in-out;
	will-change: left;
}
#quemsomos-timeline h3 {
	text-transform: uppercase;
}
#quemsomos-timeline h4 {
	margin-top: 30px;
	margin-bottom: 25px;
	color: var(--vermelho);
	font-size: 1.25em;
	display: flex;
	height: 72px;
	align-items: flex-end;
}
#quemsomos-timeline img {
	display: block;
	border-radius: 27px;
	width: 100%;
	border: 1px solid var(--cinza-bg-quadro);
}
#quemsomos-timeline .desc {
	position: absolute;
	bottom: 0;
	left: calc( 100% + 35px );
	width: 230px;
}
#quemsomos-timeline .segundametade .desc {
	left: auto;
	right: calc( 100% + 35px );
	text-align: right;
}
#quemsomos-timeline .desc p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#swiper-timeline {
	padding-bottom: 35px;
	overflow: visible;
	transition: 0.4s left ease-in-out;
	will-change: left;
}
#pagination-timeline {
	display: flex;
	justify-content: space-between;
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 55px;
	position: relative;
	min-width: 800px;
	transition: 0.5s left;
	will-change: left;
}
#pagination-timeline:before {
	position: absolute;
	top: 50%;
	left: -15px;
	width: calc( 100% + 30px );
	content: '';
	height: 1px;
	background-color: var(--vermelho);
	z-index: -1;
}
#pagination-timeline .swiper-pagination-bullet {
	background-color: var(--cinza-claro) !important;
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	opacity: 1 !important;
	position: absolute;
	top: 0;
	left: 70px;
	transform: translate(-50%,-50%);
	transition: 0.4s left ease-in-out;
	will-change: left;
}
#pagination-timeline .swiper-pagination-bullet span {
	font-size: 0.875em;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s font-size;
	will-change: font-size;
}
#pagination-timeline .swiper-pagination-bullet-active {
	background-color: var(--vermelho) !important;
}
#pagination-timeline .swiper-pagination-bullet-active span {
	font-size: 1.25em;
	font-weight: bold;
}
.swiper-container-fade .swiper-slide,
.swiper-fade .swiper-slide {
	opacity: 0 !important;
}
.swiper-container-fade .swiper-slide.swiper-slide-active,
.swiper-fade .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

#quemsomos-parceiros {
	padding-top: 10px;
	padding-bottom: 140px;
	margin-bottom: -50px;
}
#quemsomos-parceiros h3 {
	text-transform: uppercase;
	margin-bottom: 55px;
}
#logos {
	width: 1280px;
	max-width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.logos-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logos-wrapper hr {
	border: none !important;
	width: 100%;
	height: 0;
	margin: 0 0 !important;
}
#logos .parceiro {
	position: relative;
	margin: 15px 18px;
}
#logos img {
	display: block;
	height: 57px;
	width: auto;
	position: relative;
	filter: grayscale(100%);
	transform: scale(1);

	transition: 0.3s opacity, 0.3s filter, 0.3s transform;
	will-change: opacity, filter, transform;
}
#logos img:hover {
	filter: grayscale(0%);
	transform: scale(1.05);
}



@media (min-width: 768px) and (max-width: 991px) {
	#pagination-timeline .swiper-pagination-bullet span {
		font-size: 11px;
	}
	#pagination-timeline .swiper-pagination-bullet-active span {
		font-size: 1em;
	}
	#quemsomos-timeline .desc {
		width: 150px;
	}
	#quemsomos-timeline .desc p {
		font-size: 0.875em;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
	#logos .parceiro {
		margin: 1.04vw 1.18vw;
	}
	#logos img {
		height: 3.8vw;
	}
}

@media (max-width: 1199px) {
	#quemsomos-parceiros {
		padding-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.pessoas {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 4.3%;
	}

	#swiper-timeline {
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
	}
	#pagination-timeline {
		min-width: 1000px;
		width: 1000px;
	}
	#pagination-timeline:before {
		left: 0;
		width: 100%;
	}

	#logos {
		display: block;
		width: 100vw;
		left: calc( -1 * ( 100vw - 100% ) / 2 );
	}
	.logos-wrapper {
		width: 2160px;
		justify-content: flex-start;
	}
	.parceiro {
		transition: 0.3s margin-left;
	}

}

@media (max-width: 880px) {
	#quemsomos-destaques {
		padding-right: 50px;
	}
	#quemsomos-destaques .barrahorizontal .olho:nth-child(2n) {
		margin-left: 16%;
	}
	#quemsomos-historico {
		padding-left: 150px;
		padding-right: 150px;
	}
	#quemsomos-historico .sete-de-doze {
		width: auto;
	}

	#quemsomos-historico:before {
		width: 22px;
		height: 22px;
	}
	#quemsomos-historico:after {
		width: 19px;
		height: 19px;
	}

}

@media (max-width: 767px) {
	.uf {
		font-size: 12px;
	}

	.pessoas {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: calc( 100% + 40px );
		margin-left: -20px;
		margin-right: -20px;
	}	
	.pessoas .uma-pessoa {
		margin: 0;
		padding: 5px 20px;
		flex-basis: 45%;
	}	
	.pessoas .uma-pessoa:nth-child(even) {
		padding-left: 0;
	}	
	.pessoas .uma-pessoa:nth-child(odd) {
		padding-right: 0;
	}
	.pessoas .uma-pessoa:last-child {
		padding-right: 10px;
		padding-left: 10px;
	}
	.uma-pessoa h4 {
		font-size: 1.075em;
	}
	.uma-pessoa h5 {
		font-size: 1em;
	}

	#quemsomos-destaques {
		padding-right: 50px;
		padding-left: 50px;
		padding-bottom: 0;
		padding-top: 45px;
	}
	#quemsomos-destaques .barrahorizontal .olho {
		margin-left: 0 !important;
		margin-right: 0;
	}
	#quemsomos-destaques .olho + .olho {
		padding-top: 45px;
	}
	#quemsomos-destaques .olho:last-child {
		margin-bottom: 0;
	}

	#quemsomos-pessoas {
		padding-top: 25px;
	}
	#quemsomos-pessoas h3 {
		margin-top: 0;
		margin-bottom: 35px;
	}

	#quemsomos-historico {
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 100px;
		margin-bottom: -100px;
	}

	#quemsomos-historico:before {
		top: 0;
		right: 20%;
	}
	#quemsomos-historico:after {
		right: 10%;
	}

	#quemsomos-timeline .desc {
		position: relative;
		width: auto;
		left: auto !important;
		right: auto !important;
	}
	#quemsomos-timeline .segundametade .desc {
		text-align: left;
	}
	#quemsomos-timeline h4 {
		margin-top: 0;
		margin-bottom: 17px;
		font-size: 1.285em;
	}
	#quemsomos-timeline .desc {
		margin-bottom: 25px;
	}
	#quemsomos-timeline .desc p {
		font-size: 1em;
	}

	#quemsomos-timeline:before {
		width: 22px;
		height: 22px;
		left: 49%;
		top: 0px;
	}
	
}

@media (max-width: 720px) {
	.qs-img1 {
		width: 72%;
		margin-left: 0;
		margin-top: 35px;
	}
	.qs-img1:before {
		width: 89%;
		padding-top: 89%;
		left: 71%;
		transform: translateY(-25%);
	}
	.qs-img1:after {
		width: 22px;
		height: 22px;
		left: 108%;
		top: 0;
		bottom: auto;
	}
	.qs-img2 {
		width: 55%;
		margin-top: 0;
		margin-left: 17.5%;
	}
	.qs-img2:before {
		width: 122%;
		padding-top: 122%;
		bottom: 40%;
	}
	.qs-img2:after {
		width: 22px;
		height: 22px;
		bottom: 30px;
		left: 115%;
	}
	#quemsomos-duascolunas .colunas > div:nth-child(2n) {
		margin-top: 55px;
	}
	#quemsomos-destaque .seis-de-doze:not(.imagens):after {
		width: 22px;
		height: 22px;
		bottom: auto;
		top: -70px;
		left: 10%;
	}
	#quemsomos-destaque h2 {
		margin-top: 55px;
	}
	#quemsomos-duascolunas:before {
		/* padding-top: 30px; */
	}
	#quemsomos-destaque .imagens {
		min-height: 132vw;
	}
	
	#pagination-timeline {
		margin-top: 35px;
	}
}

@media (max-width: 480px) {
	.uf {
		bottom: 0;
	}
}

@media (max-width: 375px) {
	.uf {
		font-size: 16px;
	}
	.pessoas .uma-pessoa {
		width: calc( 47% - 40px );
	}
	#quemsomos-timeline .evento {
		max-width: calc( 100vw - 30px );
	}
}

@media (max-width: 320px) {
	#quemsomos-destaques {
		padding-left: 35px;
		padding-right: 35px;
	}
}