@charset "utf-8";
/* CSS Document */

/* league-spartan-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'League Spartan';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/league-spartan-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/league-spartan-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* league-spartan-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'League Spartan';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/league-spartan-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/league-spartan-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* league-spartan-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'League Spartan';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/league-spartan-v15-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/league-spartan-v15-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* league-spartan-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'League Spartan';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/league-spartan-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/league-spartan-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

::-moz-selection { /* Code for Firefox */
	color: #FFF;
	background: #2799BF;
}
::selection {
	color: #FFF;
	background: #2799BF;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body
{
	font-family: League Spartan;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: white;
	background-color: #f3f3f3;
	height: 100vh;
}

#section
{
	background: linear-gradient(294deg, #6ACFAF -0.36%, #001F3F 83.49%);
	min-height: calc(100vh - 70px);
	padding-block: 80px;
}
.text-center{text-align: center}

.header h1 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 40px;
}

.header {
	position: relative;
	background: #6ACFAF;
	padding-block: 5px;
	height: 70px;
}

.subtitulo {
	background: white;
	border-radius: 100px;
	color: #040102;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
	width: fit-content;
}

h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 40px;
}

.textoSeccion {
	font-size: 20px;
	line-height: 20px;
	width: 455px;
	max-width: 100%;
}

.container-caracteristicas {
	flex-direction: column;
	gap: 25px;
	max-width: 100%;
}

.caracteristicas {
	gap: 20px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.caracteristicas p {
	font-size: 16px;
	line-height: normal;
}

.col-imagen {
	flex-direction: column;
	display: flex;
	justify-content: flex-end;
}

.img-absolute {
	position: absolute;
	bottom: 0;
	right: 0;
}

#estudiante {
	right: 0;
}

#profesor {
	right: 50%;
}

#section1 .container-caracteristicas {
	width: 342px;
}

.footer {
	background: #6ACFAF;
	padding-block: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

}

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

}

@media only screen and (min-width: 768px) and (max-width: 991px)
{

}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{

}

@media only screen and (min-width: 1200px) and (max-width: 1599px)
{

}

@media only screen and (min-width: 1600px) and (max-width: 1919px)
{

}

@media only screen and (min-width: 1921px){
	.img-absolute {
		width: 320px;
	}
	#section2 .container-caracteristicas{
		width: 400px;
	}
	#estudiante {
		width: auto;
	}
}

@media only screen and (max-width: 1919px){
	.img-absolute {
		width: 320px;
	}
	#section2 .container-caracteristicas{
		width: 400px;
	}
}

@media only screen and (max-width: 1366px){
	#section1 .container-caracteristicas, #section2 .container-caracteristicas{
		width: 280px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1366px){
	#profesor{
		width: 270px;
	}
}

@media only screen and (max-width: 1199px){
	#profesor{
		display: none;
	}
	#estudiante{
		position: absolute;
		width: 447px;
	}
	#section1 .container-caracteristicas, #section2 .container-caracteristicas{
		width: 100%;
	}
	.header h1{
		font-size: 45px;
	}
	#section1 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.header h1 {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}

	.header .container-fluid {
		align-items: center;
		gap: 95px;
	}
}

@media only screen and (max-width: 767px) {
	#estudiante{
		width: 320px;
	}
	.header .container-fluid {
		gap: 0;
		justify-content: space-between;
	}
	.header h1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 575px) {
	.header {
		height: auto;
		text-align: center;
	}
	#estudiante{
		width: auto;
	}
	#section2{
		padding-bottom: 100vw;
	}
	#section1 .container-caracteristicas {
		margin-bottom: 50px;
	}
}