:root{
	--text-color: #667085;
	--main-color: #8E2424;
}

/* PRIMER DIA*/

header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 20px;
}
h1{
	font-size: 16px;
	line-height: 24px;	
}
li{
	display: inline;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
li a{
	text-decoration: none;
	color: #667085;
}
.cabecera{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	gap: 8px;
}
.menu{
	text-align: left;
	display: inline-block;
	flex-grow: 1;
}
.botones{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	gap: 8px;
}
.boton-registrar{
	color: #ffffffff;
	box-sizing: border-box;
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	gap: 8px;

	background: #8E2424;
	border: 1px solid #8E2424;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	margin: 0 1em;
}
.boton-entrar{
	color: #667085;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	gap: 8px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}
.logo{
	width: 27px;
	height: 26.99px;
}

/* SEGUNDO DIA*/

.diferenciales-p1{
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #8E2424;
}
.diferenciales-p2{
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #101828;
}
.diferenciales-p3{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #667085;
}

/* TERCER DIA */

.metricas-contenedor{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	gap: 8px;
}
.metricas-contenedor-div1, .metricas-contenedor-div2, .metricas-contenedor-div3, .metricas-contenedor-div4{
	margin: 20px;
}
.metricas-contenedor-p1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.02em;
	color: var(--main-color);
}
.metricas-contenedor-p2{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #101828;
}
.metricas-contenedor-p3{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
}

/* CUARTO DIA */
.vacantes-contenedor-p1{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: var(--main-color);
}
.vacantes-contenedor-p2{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #101828;
}
.vacantes-contenedor-p3{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: var(--text-color);
}
.vacantes-contenedor img{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: 1216px;
	height: 400px;
}

/* QUINTO DIA */

.vacantes-ofertas{
	margin: 0 auto;
	width: 50%;
	padding: 1.5em;
}
.vacantes-ofertas-1 div{
	border: 2px solid #EAECF0;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 28px;
	gap: 24px;
	width: 750px;
	height: 136px;
	max-height: 100%;
	max-width: 100%;
}
.vacantes-ofertas-2 div{
	border: 2px solid #EAECF0;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 28px;
	gap: 24px;
	width: 750px;
	height: 136px;
	max-height: 100%;
	max-width: 100%;
}
/* SEXTO DIA */
.reseñas{
	background: #C3191908;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px;
	gap: 32px;
	margin: 20px;
	border-radius: 16px;
}
.reseñas-p1{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #8E2424;
}
.reseñas-p2{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #101828;
}
.reseñas-p3{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #101828;
	margin: 0;
}
.reseñas-p4{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #667085;
	margin: 0;
}
.vacantes-bloques{
	margin: 20px;
}
.vacantes-ofertas-titulos{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #101828;
	margin: 20px;
}

/* SEPTIMO DIA */

footer{
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 96px 0px;
	gap: 32px;
	background: #F9FAFB;
}
.email{
	width: 360px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #667085;
}
.boton{
	width: 116px;
	height: 48px;
	background: #8E2424;
	border: 1px solid #8E2424;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	color: #FFFFFF;
}
.pie-pagina-p1{
	width: 768px;
	height: 44px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #101828;
}
.pie-pagina-p2{
	width: 768px;
	height: 30px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #667085;
}
legend{
	width: 393px;
	height: 24px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #98A2B3;
}