.quienes {
	margin-top: 40px;
	margin-bottom: 40px;
}
#quienes {
	float: right;
	margin-right: 15px;
	height: auto;
	width: 40%;
}
#quienesLeft {
	float: left;
	margin-right: 15px;
	height: auto;
	width: 40%;
}
.quienes h2 {
	font-size: 2.5vw;
	font-weight: bold;
	text-align: left;
}
.nav-pills {
	margin-top: 30px;
}
.philBtn {
	background-color: white;
	color: #103749;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #103749;
	color: white;
}
.tarjeta {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
	padding: 3% 3% 3% 3%;
	height: 300px;
	font-size: 1.2rem;
}
.movil {
	display: none;
}
.tarjeta h2 {
	text-align: left;
	font-weight: bold;
	font-size: 2vw;
}
.imgCard {
	max-width: 50%;
	height: 100%;
	object-fit: contain;
	float: right;
	display: inline-block;
}
.highland2 {
	height: fit-content!important;
	margin-bottom: 7%;
	min-height: 530px;
}
.mrg {
	margin-bottom: 5%;
	padding-bottom: 5%;
}
@media (max-width:840px)
{
	.tarjeta {
		height: 430px;
	}
}
@media (max-width: 700px)
{
	.quienes h2 {
		font-size: 3.5vw;
	}
	.tarjeta h2 {
		font-size: 1.7rem;
		font-weight: bold;
	}
}
@media (max-width: 600px)
{
	.quienes {
		margin-left: 3%;
		margin-right: 3%;
	}
	#quienes, #quienesLeft {
		width: 100%;
		float: initial;
		margin-bottom: 5%;
	}
	.quienes h2 {
		text-align: center;
		font-size: 1.5rem;
	}
	.nav-pills {
		margin-right: 3%;
		margin-left: 3%;
		display: none;
	}
	.tab-content>.tab-pane {
		display: initial;
	}
	.fade:not(.show) {
		opacity: 1;
	}
	.tarjeta {
		border-radius: initial;
		box-shadow: none;
		height: fit-content;
	}
	.imgCard {
		width: 100%;
		max-width: 100%;
		float: none;
		display: initial;
		margin-bottom: 15px;
	}
	.tab-content {
		margin-right: 3%;
		margin-left: 3%;
	}
	.tarjeta h2 {
		text-align: center;
		font-size: 1.5rem!important;
	}
	.gris {
		background-color: #E6E6E6;
	}
	.movil {
		display: inherit;

	}
	.mrg {
		padding-bottom: 15%;
	}
}