body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: SamsungSharpSansMedium;
}

body,
html {
	height: 100vh;
}

.section {
	background-color: #0033A0;
	max-width: 1080px;
	margin: 0 auto;
	height: 100vh;
	overflow: hidden;
	/* Asegura que el contenido se distribuya uniformemente */
}

.divImg {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.divImg img {
	margin-top: 60px !important;
	max-width: 64%;

	@media screen and (max-width: 768px) {
		margin-top: 30px !important;

	}
}

.form-group {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	/* flex-grow: 1; */

}

.btn {
	font-size: 28px;
	border-radius: 4rem;
	height: 3rem;
	outline: none;
	width: 90%;
	max-width: 204px;
	margin: 0 auto;
	font-family: SamsungSharpSansMedium;
	cursor: pointer;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
	.btn {
		font-size: 1.5rem;
		padding: 1rem 2rem;
		max-width: 150px !important;
		margin-bottom: 15px !important;
		margin-top: 30px !important;
	}
}

.btnvideo {
	background-color: #acdcfe;
	color: #2279ff;
	margin-top: 80px;

	a {
		text-decoration: none;
		color: #2279ff;
	}
}

.btnWhatsapp {
	border: 2px solid #FFF;
	background-color: #FFF;
	margin-top: 80px;

	a {
		text-decoration: none;
		color: #686869 !important;
	}
}

.line {
	margin: 0;
	border: solid 0.5px #fff;
}

.separacion {
	margin-bottom: 130px;
}

.tyc {
	width: 90%;
	margin: 30px auto;
	text-align: center;
	letter-spacing: 1px;
	font-family: SamsungOne600;
}

@media screen and (max-width: 1280px) {
	.section {
		height: auto !important;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		gap: 5% !important;
	}

	.separacion {
		margin: 10px !important;
	}
}

@media screen and (max-width: 780px) {
	h1 {
		font-size: 25px;
	}

	h3 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px !important;
		font-size: 18px;
	}

	.tyc {
		width: 90%;
		margin: 0 auto;
		text-align: justify;
		letter-spacing: 0.5px;
	}

}