.prt_vp1 {
	position:relative;
	float:left;
	width:100vw;
	background-image: url('../images/about/hero.jpg');
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}


.prt_list_vp {
	margin-top: 5%;
}
.prt_list {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prt_i {
	position: relative;
	float: left;
	width: 30%;
}
.prt_i_photos {
	position: relative;
	float: left;
	width: 100%;
}
.prt_i_photos img {
	position: relative;
	float: left;
	width: 100%;
}
.prt_i_photos_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	transition-duration: 0.3s;
}
.prt_i:hover .prt_i_photos_overlay {
	height: 0px;
}
.prt_i_title {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 22px;
}



/* PARTNERs individual */
.prti_vp1 {
	position:relative;
	float:left;
	width:100vw;
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}
.prti_vp1_1 {
	background-image: url('../images/partners/1-orcapraia/hero.jpg');
}


.prti_vp2_center {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.prti_vp2_content {
	position: relative;
	float: left;
	width: 30%;
	padding: 3% 0px;
}
.prti_vp2_title {
	position: relative;
	float: left;
	width: 100%;
	font-size: 32px;
}
.prti_vp2_subtitle {
	position: relative;
	float: left;
	width: 100%;
	font-size: 22px;
	color: #064b8c;
}
.prti_vp2_text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 18px;
}
.prti_vp2_text a {
	color: #064b8c;
}
.prti_vp2_text a:hover {
	text-decoration: underline;
}
.prti_vp2_final {
	font-style: italic;
	margin-top: 32px;
}
.prti_vp2_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.prti_vp2_photo {
	position: relative;
	float: left;
	width: 55%;
	background-size: cover;
	background-position: bottom center;
}
.prti_vp2_photo video {
	position: relative;
	float: left;
	width: 100%;
}
.prti_vp2_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
	transition-duration: 0.3s;
	opacity: 0;
}
.prti_vp2_photo_text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 42px;
	line-height: 40px;
	text-align: right;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.9);
}

.prti_gall {
	margin-top: 5%;
}
.prti_gall_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prti_gall_i {
	position: relative;
	float: left;
	width: calc(40% - 20px);
	margin-bottom: 20px;
}
.prti_gall_i_small {
	width: 20%;
}
.prti_gall_i img {
	position: relative;
	float: left;
	width: 100%;
}


@media screen and (max-width: 1800px) {
	.prti_vp2_content {
		padding-top:0px;
		padding-bottom:0px;
	}
}

@media screen and (max-width: 1400px) {
	.prti_vp2_center {
		margin-top:0px;
		flex-wrap:wrap;
	}
	.prti_vp2_content {
		width:100%;
	}
	.prti_vp2_photo {
		width:100%;
		margin-top:50px;
	}
}

@media screen and (max-width: 800px) {
	.prt_list {
		flex-wrap: wrap;
	}
	.prt_i {
		width:100%;
		margin-top:50px;
	}
	.prt_i:nth-child(1) {
		margin-top:0px;
	}
	.prti_gall_i {
		width:100%;
	}
}





































