@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,500;0,700;0,800;1,400;1,500&display=swap');

.titNosotros {
	text-align: center;
	margin-top: 70px;
	font-weight: bold;
	font-family: 'Kanit', sans-serif;
	font-size: 40px;
}

.sectionVid {
	width: 100%;
	display: grid;
	justify-items: center;
}

.vidUs {
	width: 60%;
	/* height: 500px; */
	border-radius: 15px;
}

.textUS {
	width: 100%;
	display: grid;
	justify-items: center;
	/* text-align: justify; */
}

.certUs {
	width: 100%;
	display: grid;
	justify-items: center;
}

.pTexto {
	width: 80%;
	text-align: center;
	font-size: 25px;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	margin-bottom: 1%;
}

.tit2nosotros {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	font-size: 38px;
}

/* inicio de prueba*/
.cardImg {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.card {
	width: 300px;
	margin: 5px;
border-radius: 25px 25px;
	background: transparent;
	border: transparent;
}

/* card de la 2da opción*/
.card-group1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.card1 {
	width: 250px;
	height: auto;
	margin: 15px;
}

.card-img-top1 {
	width: 247px;
	border-radius: 25px;
}

.card-img-top1:hover {
	width: 250px;
	filter: drop-shadow(5px 5px 5px #15253e);
}

/* Inicio de prueba de valores */
.valoresSect {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: auto;
}

.valDiv {
	width: 80%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.pVal {
	width: 5cm;
	height: 5cm;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	background-color: royalblue;
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
}

.pVal:hover {
	width: 5.1cm;
	height: 5.1cm;
	/* filter: url(../img/Asientos/Asiento-Sombra.png); */
	filter: drop-shadow(5px 5px 5px #15253e);
	background-color: #022B78;
	text-shadow: 0 0 10px #fff;
}

.pVal p {
	width: 90%;
	align-items: center;
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
}


#pvalDiv1::before {	content: "Honestidad"; }
#pvalDiv1:hover::before { content: "Habla con la verdad y vive de acuerdo con la verdad."; }

#pvalDiv2::before {	content: "Responsabilidad"; }
#pvalDiv2:hover::before { content: "Que suceda depende de uno mismo."; }

#pvalDiv3::before {	content: "Trabajo en equipo"; }
#pvalDiv3:hover::before { content: "Colaboramos, sumamos esfuerzos, multiplicamos logros."; }

#pvalDiv4::before {	content: "Respeto"; }
#pvalDiv4:hover::before { content: "Valorar a los demás, acatar su autoridad y considerar su dignidad."; }

#pvalDiv5::before {	content: "Compromiso"; }
#pvalDiv5:hover::before { content: "Comprométete con lo que haces y con el equipo."; }

.valores {
	width: 100%;
	height: auto;
	display: block;
	justify-content: center;
	margin-top: 25px;
}

/* Mofificar, de ser neeario para una corecta adpatacion */

.valores52{
	border: 2px solid green;
	width: 100%;
	height: auto;
	margin-top: 50;
}
/* Fin de la sección de pruebas  */

.pValores2 {
	color: #022B78;
	font-size: 24px;
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: center;
}


@media only screen and (min-width: 300px) and (max-width:780px) {
	.titNosotros {
		font-size: 30px;
	}

	.vidUs {
		width: 90%;
	}

	.pTexto {
		font-size: 18px;
	}


	.imgCertUs {
		width: 90%;
	}

	/* ------ */
	.tit2nosotros {
		font-size: 28px;
	}

	.card1 {
		display: flex;
		justify-content: center;
	}

	.card-img-top1 {
		width: 177px;
	}

	.card-img-top1:hover {
		width: 180px;
	}

	.valDiv {
		width: 90%;
	}

	.pVal {
		width: 3.2cm;
		height: 3.2cm;
		margin: 10px;
		font-size: 13px;
	}

	.pVal:hover {
		width: 3.3cm;
		height: 3.3cm;
		font-size: 12px;
	}

	.valores {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.pValores2 {
		width: 90%;
		text-align: center;
		font-size: 18px;
		color: #15253e;
	}
}

@media only screen and (min-width:781px) and (max-width:1300px) {

	.vidUs {
		width: 80%;
	}

	.imgCertUs {
		width: 90%;
	}

	.valores {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pVal {
		width: 3.7cm;
		height: 3.7cm;
		margin: 10px;
		font-size: 15px;
	}

	.pVal:hover {
		width: 3.9cm;
		height: 3.9cm;
		font-size: 14px;
	}

	.pVal p {
		font-size: 14px;
	}

	.valores {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.pValores2 {
		width: 90%;
		text-align: center;
		font-size: 19spx;
		color: #15253e;
	}


}