/* Reset CSS */
#menu,
.footer,
.copyr {
	background: #001C43 !important;
	/* display: none; */
}

#menu .login {
	border: 1px solid #00AEF8 !important;
}

i.fab {
	line-height: unset !important;
}

#rd-form-lvf8eou0 .with-select-flags > .phone-input-group > .select2-container > .select2-choice{height: 50px!Important}
#rd-form-lvf8eou0 .with-select-flags > .phone-input-group > .phone-country {
	height: 64px!important;
	border-radius: 15px 0 0 15px!important;
}

#rd-form-lvf8eou0 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
	margin-right: 17px!important;
	margin-top: 20px!important;
	margin-left: -12px!important;
	margin-bottom: 0;
}

#rd-form-lvf8eou0 .with-select-flags > .phone-input-group > .phone-country {
	height: 64px;}
#rd-form-lvf8eou0 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag{width: 25px!important}

.select2-results .select2-result-label img{width: 25px!important}
/* Reset CSS */

/* Hero Styles */
#hero {
	position: relative;
	background: #001C43;
}

#hero .hero__content {
	display: grid;
	gap: 40px;
	padding: 80px 10%;
}

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

	#hero .hero__content {
		grid-template-columns: 1fr 1fr;
	}
}

#hero .hero__img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 500px;
}

#hero .hero__img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(9, 28, 49, 1) 0%, rgba(9, 28, 49, 0) 100%);
}

#hero .hero__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero .hero__title {
	position: relative;
	z-index: 1;
	display: grid;
	place-content: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	#hero .hero__title {
		place-content: start;
		position: sticky;
		top: 180px;
		height: fit-content;
	}
}

#hero .hero__title h1 {
	filter: drop-shadow(0 0 10px #00C2FF);
}

#hero .hero__title h2 {
	font-size: 16px;
}

@media screen and (min-width: 425px) {
	#hero .hero__title h1 {
		font-size: 3.6rem;
	}

	#hero .hero__title h2 {
		font-size: 32px;
		font-weight: lighter;
	}
}

@media screen and (min-width: 1200px) {
	#hero .hero__title h1 {
		font-size: 5rem;
	}

	#hero .hero__title h2 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1440px) {
	#hero .hero__title h1 {
		font-size: 5rem;
	}

	#hero .hero__title h2 {
		font-size: 36px;
	}
}

/* Formulario Styles */
#hero .hero__formulario {
	max-width: 520px;
	margin: auto;
	border: 1px solid transparent;
	border-radius: 24px;
	backdrop-filter: blur(3px);
}

@media screen and (min-width: 425px) {
	#hero .hero__formulario {
		border: 1px solid #fff;
		padding: 32px;
		box-shadow: 0 0 24px #000000
	}
}

#hero .hero__formulario .bricks-form__fieldset a {
	padding-left: 10px;
	height: 100%;
}

#hero .hero__formulario .bricks-form__input:not(textarea) {
	height: 64px;
	display: flex;
	align-items: center;
	border-radius: 16px;
	border-color: #fff;
}

#hero .hero__formulario .select2-choice {
	box-shadow: none;
}

#hero .hero__formulario #rd-form-lvf8eou0 .bricks-form__label {
	margin-left: 16px;
}

#hero .hero__formulario .bricks-form__field {
	margin-bottom: 24px;
}

#hero .hero__formulario .bricks--column>div {
	padding: 0;
}

/* Formulario Styles */

/* Aprendizado */
#aprendizado {
	position: relative;
	background: #00AEF8;
	padding: 80px 5%;
}

#aprendizado>h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	line-height: 32px;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	#aprendizado>h2 {
		line-height: 40px;
		font-size: 32px;
	}
}

#aprendizado .aprendizado__cards {
	display: flex;
	gap: 24px;
	margin: auto;
}


#aprendizado .aprendizado__card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	background: #0f0f0f;
	padding: 32px;
	color: #fff;
	border-radius: 24px;
	text-align: center;
	max-width: 70%;
	margin: auto;
	transition: 500ms;
	box-shadow: 0 0 24px #00000050;
}

#aprendizado .aprendizado__card .card-icon {
	display: flex;
	justify-content: center;
	max-height: 200px;
	max-width: 200px;
	margin: 0 auto;
}
#aprendizado .aprendizado__card .card-title {
	margin-bottom: 0;
	width: calc(100% - 280px);
	text-align: left;
	font-size: 1.2rem;
	& p{
		margin: 0;
	}
	& strong{
		color: #00AEF8;
		text-transform: uppercase;
		font-weight: 700;
	}
}
#aprendizado .aprendizado__card .card-icon svg {
	width: 100%;
	height: 100%;
}

#aprendizado .aprendizado__card .card-title h2 {
	font-size: 20px;
	color: #00AEF8;
	font-weight: 900;
}

#aprendizado .aprendizado-form {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#futuro {
	position: relative;
}

#futuro .futuro__background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#futuro .futuro__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#futuro .futuro__content {
	cursor: default;
	position: relative;
	color: #fff;
	padding: 80px 5%;
	backdrop-filter: blur(4px);
	background: #00000080;
	max-width: 980px;
	margin-left: auto;
}

@media screen and (min-width: 1024px) {
	#futuro .futuro__content {
		background: #00000020;
		padding: 100px 15% 100px 32px;
	}
}

#futuro .futuro__content h2 {
	color: #00AEF8;
	font-weight: 900;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	#futuro .futuro__content h2 {
		font-size: 48px;
	}
}

#futuro .futuro__content h3 {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 32px;
	transition: 300ms;
}

#futuro .futuro__content:hover h3 {
	filter: drop-shadow(0 0 10px #00AEF8);
}

@media screen and (min-width: 768px) {
	#futuro .futuro__content h3 {
		font-size: 24px;
	}
}

#futuro .futuro__content h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
}

#futuro .futuro__content ul {
	display: grid;
	gap: 24px;
	margin-bottom: 40px;
	list-style: none;
}

#futuro .futuro__content ul li {
	display: flex;
	align-items: center;
	position: relative;
}

#futuro .futuro__content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background: #00AEF8;
	border-radius: 50%;
	transition: 500ms;
}

#futuro .futuro__content:hover ul li::before {
	filter: drop-shadow(0 0 10px #00AEF8);
}

#futuro .futuro__content ul li span {
	margin-left: 40px;
}

#futuro .futuro__content a {
	display: block;
	text-align: center;
	color: #fff;
	background: #00AEF8;
	border-radius: 4px;
	padding: 16px 0;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	transition: 500ms;
}

@media screen and (min-width: 768px) {
	#futuro .futuro__content a {
		font-size: 20px;
	}
}

#futuro .futuro__content a:hover {
	box-shadow: 0 0 24px #00AEF8;
}

#futuro .futuro__content p {
	margin: 10px;
	line-height: 32px;
	i{
		color: #00AEF8;
	}
}


#aprender {
	background: url(../images/bacharelado-ciberseguranca/oq.webp) no-repeat center #000;
	background-size: cover;
	padding: 100px 15%;
	& h2{
		font-size: 3rem;
		color: #fff;
		font-weight: 700;
		text-align: center;
		margin-bottom: 40px;
	}
	& .topicos{
		display: flex;
		flex-direction: column;
		gap: 30px;
		& .topico{
			background: #000;
			padding: 30px;
			font-weight: 400;
			font-size: 1.1rem;
			line-height: 1.2;
			color: #fff;
			border-radius: 20px;
			box-shadow: 0px 0px 20px 0px #203645;
			border: solid 1px #044672;
			transition: .3s;
			& strong{
				color: #0072BC;
				font-weight: 700;
			}
			&:hover{
				background: #0072BC;
				box-shadow: 0px 0px 20px 0px #044672;
				& strong{
					color: #fff;
				}
			}
		}
	}
}

#diferenciais {
	position: relative;
	min-height: 1550px;
	background: url(../images/bacharelado-ciberseguranca/diferenciais.webp) no-repeat bottom center #000;
	background-size: 100%;

}

#diferenciais .diferenciais__content {
	position: relative;
	color: #fff;
	padding: 0 5% 80px;
	text-align: center;
}

@media screen and (min-width: 1440px) {
	#diferenciais .diferenciais__content {
		padding: 80px 5%;
	}
}

#diferenciais .diferenciais__content h2 {
	font-size: 24px;
	color: #00AEF8;
	font-weight: 700;
	max-width: 800px;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (min-width: 425px) {
	#diferenciais .diferenciais__content h2 {
		font-size: 32px;
	}
}

@media screen and (min-width: 768px) {
	#diferenciais .diferenciais__content h2 {
		font-size: 40px;
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 1440px) {
	#diferenciais .diferenciais__content h2 {
		font-size: 50px;
	}
}

#diferenciais .diferenciais__cards {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	& p{
		margin: 0;
	}
}

@media screen and (min-width: 700px) {
	#diferenciais .diferenciais__cards {
		width: 90%;
		margin: auto;
		gap: 40px;
	}
}

#diferenciais .diferenciais__card {
	padding: 32px 16px;
	border: 1px solid #fff;
	border-radius: 16px;
	backdrop-filter: blur(4px);
	background: #00000050;
	width: 500px;
	height: 150px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 32px;
	box-shadow: 0 0 24px #000000;
	transition: 500ms;
}

#diferenciais .diferenciais__card:hover {
	box-shadow: 0 0 24px #00AEF8;
}

@media screen and (min-width: 700px) {
	#diferenciais .diferenciais__card:last-child {
		grid-column: span 2;
	}
}

#informacoes {
	position: relative;
	min-height: 800px;
	border-top: 4px solid #00AEF8;
	border-bottom: 4px solid #00AEF8;
}

#informacoes .informacoes__img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#informacoes .informacoes__img::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(9, 28, 49, 0) 100%);
}

@media screen and (min-width: 1600px) {
	#informacoes .informacoes__img::before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(9, 28, 49, 0) 100%);
	}
}

#informacoes .informacoes__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

@media screen and (min-width: 1500px) {
	#informacoes .informacoes__img img {
		object-position: right center;
	}
}

#informacoes .informacoes__content {
	position: relative;
	color: #ffffff;
	padding: 80px 5%;
}

@media screen and (min-width: 1024px) {
	#informacoes .informacoes__content {
		padding: 80px 10%;
	}
}

#informacoes .informacoes__content h2 {
	color: #00AEF8;
	margin-bottom: 80px;
	font-size: 24px;
	font-weight: 700;
	max-width: 1000px;
	text-align: center;
}

@media screen and (min-width: 500px) {
	#informacoes .informacoes__content h2 {
		text-align: start;
		font-size: 32px;
	}
}

@media screen and (min-width: 768px) {
	#informacoes .informacoes__content h2 {
		font-size: 36px;
	}
}

@media screen and (min-width: 1024px) {
	#informacoes .informacoes__content h2 {
		font-size: 40px;
	}
}

@media screen and (min-width: 1200px) {
	#informacoes .informacoes__content h2 {
		font-size: 50px;
	}
}

#informacoes .informacoes__content ul {
	margin-bottom: 50px;
	padding: 30px;
	list-style: none;
	display: grid;
	gap: 15px;
	border-radius: 16px;
	border: 1px solid #fff;
	background: #00000050;
	backdrop-filter: blur(4px);
	max-width: 100%;
	width: 900px;
	box-shadow: 0 0 24px #000000;
	transition: 500ms;
	& h4{
		color: #00AEF8;	
		font-size: 2.5rem;
		margin: 0; 
		font-weight: 700;
	}
	p {
		margin: 0;
		font-size: 1.1rem;
		line-height: 1.5;
		i{
			color: #00AEF8;
		}
		strong{
			font-size: 130%;
			display: block;
		}

	}
}

#informacoes .informacoes__content ul:hover {
	box-shadow: 0 0 24px #00AEF8;
}

@media screen and (min-width: 500px) {
	#informacoes .informacoes__content ul {
		font-size: 20px;
		padding: 50px;
	}
}

#informacoes .informacoes__content ul span {
	font-weight: 700;
}

#informacoes .informacoes__content a {
	display: block;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #00AEF8;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	max-width: 500px;
	box-shadow: 0 0 24px #000000;
	transition: 500ms;
}

#informacoes .informacoes__content a:hover {
	box-shadow: 0 0 24px #00AEF8;
}

@media screen and (min-width: 768px) {
	#informacoes .informacoes__content a {
		font-size: 20px;
	}
}


@media (max-width: 1441px){
	#hero .hero__content {
		padding: 40px 5%;
	}
	#hero .hero__title h1 {
		font-size: 4rem;
	}
	#aprendizado {
		padding: 80px 10%;
	}
	#aprendizado>h2{
		max-width: 100%;
	}
	#aprendizado .aprendizado__card{
		max-width: 100%;
	}
	#futuro .futuro__content {
		padding: 80px 5% 80px 20%;
	}
	#diferenciais {
		min-height: 1350px;
	}
	#diferenciais .diferenciais__content{
		padding: 80px 5%;
	}
	#informacoes .informacoes__content {
		padding: 80px 5%;
	}
}

@media (max-width: 768px) {
	#hero .hero__title h1 {
		font-size: 2.6rem;
	}
	#aprendizado .aprendizado__card{
		flex-direction: column;
	}
	#aprendizado .aprendizado__card .card-title {
		width: 100%;
		font-size: 1rem;
	}
	#aprendizado {
		padding: 80px 30px 40px;
	}
	#futuro .futuro__content {
		padding: 60px 30px 0;
	}
	#futuro .futuro__content p {
		margin: 10px 0;
	}
	#diferenciais .diferenciais__content {
		padding: 50px 30px;
	}
	#diferenciais {
		min-height: 1420px;
		background-size: 200%;
	}
	#aprender {
		padding: 50px 30px;
		& h2 {
			font-size: 2rem;
		}
	}
	#informacoes .informacoes__content{
		padding: 50px 30px; 
	}
	#informacoes .informacoes__content ul {
		& p {
			strong {
				font-size: 110%;
			}
		}
		& h4 {
			font-size: 1.8rem;
		}
	}

}