body {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body>* {
	scroll-snap-align: start;
}


section {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: space-evenly;
	align-items: center;
	margin: 0 auto;
}

section img {
	width: 100%;
}

section>div {
	margin: 10px 100px;
}

#zima {
	justify-content: space-evenly;
}

#zima div.action-text {
	max-width: 300px;
	margin: 0;
}

.img-projetos {
	width: 450px;
	height: 450px;
	min-width: 450px;
	min-height: 450px;
	position: relative;
	margin: 0;
	padding: 0;
}

.img-projetos .gradient {
	width: 150%;
	height: 150%;
	top: -25%;
	left: -25%;
	background: #E47EB2;
	background: radial-gradient(circle, rgba(113, 0, 166, 1) 0%, rgba(228, 126, 178, 1) 20%, rgba(253, 23, 140, 1) 30%, rgba(113, 0, 166, 1) 45%, rgba(113, 0, 166, 0) 60%);
}

.img-projetos img {
	width: 250px;
	height: 250px;
	position: absolute;
	border-radius: 12%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.img-projetos img#ciclo {
	top: 25px;
	left: -15%;
	transform: rotate(5deg);
	z-index: 1;
}

.img-projetos img#hema {
	top: 200px;
	left: 25%;
	transform: rotate(-5deg);
	z-index: 2;
}

.img-projetos img#golgi {
	top: 10px;
	left: 50%;
	transform: rotate(-5deg);
	z-index: 1;
}


div.action-text {
	display: flex;
	flex-direction: column;
	flex: 0.5;
	text-align: left;
	align-items: flex-start;
	justify-content: space-evenly;
}

div.action-text h2 {
	font-size: 6.8rem;
	line-height: 1;
}

#projetos {
	flex-direction: column;
	max-width: 1100px;
}

#projetos div {
	width: 100%;
	margin: 0;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}

#projetos div.action-text p {
	font-size: 4.2rem;
	text-align: justify;
	line-height: 1.5;
}

#quem-somos .img-membros {
	margin: 0;
	flex: 0.5;
	align-self: stretch;
}


#quem-somos>div {
	margin: 10px 50px;
}

#quem-somos div {
	align-self: stretch;
	flex: 1;
}

#quem-somos div.action-text {
	margin: 0;
	padding: 0 25px;
}

#quem-somos .pilares h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.4rem;
	height: 100px;
	margin: 10px 0;
}

#quem-somos .pilares {
	height: 300px;
	overflow: hidden;
	text-align: center;
	justify-content: space-evenly;
}

#quem-somos .pilares div {
	width: 100%;
	max-width: 300px;
	padding: 20px 10px;
}

#quem-somos .pilares div img {
	width: 100%;
}

#quem-somos .logos {
	align-items: center;
	text-align: center;
	padding: 30px;
}

#quem-somos .logos img {
	width: 100%;
	max-width: 120px;
	min-width: 100px;
	margin: 10px;
}

#quem-somos .text {
	flex: 4;
	margin: 0 10px;
	align-items: flex-start;
}

#quem-somos .text h2 {
	text-align: left;
	margin: 0;
}

#quem-somos .text p {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: justify;
}

#equipe {
	justify-content: space-evenly;
}

.img-membros img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

div.img-equipe {
	margin: 50px;
	flex: 0;
}

div.img-equipe h2 {
	margin: 10px;
	text-transform: capitalize;
	font-size: 4.0rem;
	text-align: center;
}

/* div.img-equipe { */
/* 	width: 400px; */
/* 	height: 400px; */
/* } */

div.img-equipe div {
	background-color: red;
	width: 350px;
	height: 350px;
	border-radius: 25%;
	margin: 10px;
}

div.img-equipe div img {
	width: 100%;
	height: 100%;
	border-radius: 25%;
	object-fit: none;
	object-position: center;
}

.gradient {
	width: 125%;
	height: 125%;
	background: #E47EB2;
	background: radial-gradient(circle, rgba(228, 126, 178, 1) 0%, rgba(253, 23, 140, 1) 15%, rgba(113, 0, 166, 1) 30%, rgba(113, 0, 166, 0) 60%);
	position: absolute;
	top: -12.5%;
	left: -12.5%;
}

.integrantes {
	width: 500px;
	height: 500px;
	min-width: 500px;
	min-height: 500px;
	position: relative;
	margin: 0;
	padding: 0;
}

.integrantes p.button {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.integrantes img {
	position: absolute;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.integrantes img#membro1 {
	width: 200px;
	height: 200px;
	top: 20px;
	left: 20px;
	transform: rotate(15deg);
}

.integrantes img#membro2 {
	width: 150px;
	height: 150px;
	top: 200px;
	left: 20px;
	transform: rotate(0deg);
}

.integrantes img#membro3 {
	width: 120px;
	height: 120px;
	top: 20px;
	left: 200px;
	transform: rotate(0deg);
}

.integrantes img#membro4 {
	width: 90px;
	height: 90px;
	top: 200px;
	left: 200px;
	transform: rotate(0deg);
}

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

	section {
		height: calc(100vh - 148px);
	}

	body {
		scroll-padding-top: 148px;
	}

	.img-projetos {
		width: 350px;
		height: 350px;
		min-width: 350px;
		min-height: 350px;
	}

	.img-projetos img {
		width: 200px;
		height: 200px;
	}

	div.action-text {
		align-items: center;
		text-align: center;
	}

	#quem-somos .pilares h3 {
		font-size: 3.2vw;
	}

	#quem-somos .text p {
		font-size: 2.0rem;
	}

	#equipe {
		flex-direction: column;
	}

	div.img-equipe {
		margin: 5px;
	}

	div.img-equipe div {
		width: 200px;
		height: 200px;
		border-radius: 25%;
		margin: 10px;
	}

	.integrantes {
		width: 450px;
		height: 450px;
		min-width: 450px;
		min-height: 450px;
		margin: 5px;
	}

	.integrantes img#membro1 {
		width: 200px;
		height: 200px;
		top: 20px;
		left: 20px;
		transform: rotate(15deg);
	}

	.integrantes img#membro2 {
		width: 150px;
		height: 150px;
		top: 200px;
		left: 20px;
		transform: rotate(0deg);
	}

	.integrantes img#membro3 {
		width: 120px;
		height: 120px;
		top: 20px;
		left: 200px;
		transform: rotate(0deg);
	}

	.integrantes img#membro4 {
		width: 90px;
		height: 90px;
		top: 200px;
		left: 200px;
		transform: rotate(0deg);
	}
}

@media only screen and (max-height: 900px) {
	section {
		height: auto;
	}
}

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

	/*menu de navegação (mobile)*/

	/* disable snap scroll on mobile */
	/* body { */
	/* 	scroll-snap-type: none; */
	/* } */

	section {
		height: auto;
		padding: 5px;
	}

	body {
		scroll-padding-top: 80px;
	}

	body>* {
		scroll-snap-align: start;
	}

	#zima {
		flex-direction: column;
	}

	.img-projetos {
		margin: 55px 0;
	}

	#projetos div {
		padding: 10px;
	}

	#projetos div.action-text p {
		font-size: 2.8rem;
		text-align: center;
	}

	#quem-somos .content {
		flex-direction: column;
	}

	#quem-somos .logos {
		flex-direction: row;
	}

	#quem-somos .pilares {
		flex-direction: column;
	}

	#quem-somos .pilares div {
		max-width: 100%;
	}

	#quem-somos .pilares h3 {
		font-size: 3.4rem;
	}

	#quem-somos .pilares img {
		height: 200px;
		object-fit: cover;
		object-position: top;
	}

	#quem-somos {
		flex-direction: column-reverse;
	}

	#quem-somos div {
		margin: 0;
	}
}
