﻿body {
	overflow-x: hidden;
}

body,
#content {
	background-color: #fff !important;
}

.home-topo-wrapper {
	position: relative;
	width: 100%;
	margin-left: calc(50% - 50vw);
}

.home-lateral {
	position: absolute;
	top: 0;
	height: 100%;
	pointer-events: none;
}

	.home-lateral img {
		width: 6vw;
		max-width: 90px;
		height: auto;
	}

	.home-lateral.esquerda {
		left: 14px;
	}

	.home-lateral.direita {
		right: 0;
	}

	.home-lateral.esquerda img {
		display: block;
		margin-right: auto;
	}

	.home-lateral.direita img {
		display: block;
		margin-left: auto;
	}

@media (max-width: 768px) {
	.home-lateral {
		display: none;
	}
}

.home-topo-wrapper .container {
	position: relative;
	z-index: 1;
}

.bloco-curta {
	padding: 40px 15px;
	margin-top: 100px;
}

@media (max-width: 768px) {
	.bloco-curta {
		margin-top: 30px;
	}
}


.logo-wrapper {
	max-width: 250px;
	margin: 0 auto;
}


.banner-wrapper {
	margin-top: 25px;
	margin-bottom: 25px;
}

.video-frame {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}

	.video-frame video {
		display: block;
		max-width: 1100px;
		height: auto;
		border-radius: 16px;
		position: relative;
		z-index: 2;
		margin: 0 auto
	}

@media(min-width: 768px) and (max-width: 1000px) {
	.video-frame video {
		max-width: 680px;
	}
}

@media (max-width: 768px) {
	.video-frame video {
		max-width: 90vw;
	}
}

.banner-wrapper video {
	max-height: 45vh;
	border: 2px solid #b9ff00;
}

@media(min-width: 768px) and (min-width: 1180px) {
	.banner-wrapper video {
		max-height: 30vh;
	}
}

.banner-curta {
	max-width: 720px;
	border-radius: 12px;
}


.titulo-curta {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: -5px;
	color: #000;
}

.subtitulo-curta {
	font-size: 30px;
	color: #2a6edb;
	margin-bottom: 15px;
	margin-top: 5px !important;
}

.descricao-curta {
	max-width: 620px;
	margin: 0 auto 25px auto;
	color: #999;
	font-size: 16px;
}

.form-curta {
	text-align: center;
}

	.form-curta span,
	.form-curta input,
	.form-curta button {
		display: inline-block !important;
		vertical-align: middle;
	}


.input-curta {
	width: 250px !important;
}

.preco-curta {
	margin-right: 10px;
}

	.preco-curta strong {
		color: #246cd9;
	}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 30px;
}

.input-curta {
	border-radius: 30px;
	margin-right: 10px;
}

.btn-curta {
	border-radius: 30px;
	background-color: #246cd9;
	color: #fff
}


.link-curta {
	margin-top: 15px;
}

	.link-curta a {
		color: #999;
		text-decoration: underline;
		font-size: 13px;
	}



.beneficios-curta .item {
	display: flex;
	justify-content: center;
}

.beneficios-curta .owl-stage {
	display: flex;
}

@media (min-width: 769px) {

	.beneficios-curta.owl-carousel {
		display: flex !important;
		justify-content: center;
		gap: 20px;
	}

	.beneficios-curta .owl-stage-outer,
	.beneficios-curta .owl-stage,
	.beneficios-curta .owl-item {
		display: contents;
	}

	.beneficios-curta .item {
		width: 300px;
	}

	.beneficios-curta .card-curta {
		margin: 0;
	}

	#dots-beneficios {
		display: none;
	}
}

@media (max-width: 768px) {

	.beneficios-curta {
		display: block;
	}

	#dots-beneficios {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}

		#dots-beneficios .owl-dot {
			display: inline-flex;
		}

			#dots-beneficios .owl-dot span {
				width: 10px;
				height: 10px;
				background: #d9d9d9;
				border-radius: 50%;
				margin: 0 6px;
				transition: all 0.3s ease;
				opacity: 0.6;
			}

			#dots-beneficios .owl-dot.active span {
				background: #333;
				transform: scale(1.3);
				opacity: 1;
			}

	.card-curta {
		max-width: 260px;
		margin: 0 auto;
	}

	.beneficios-curta .owl-stage-outer {
		overflow: visible;
	}

	.beneficios-curta .owl-item {
		opacity: 0.7;
		transform: scale(0.9);
		transition: all 0.3s ease;
	}

		.beneficios-curta .owl-item.active.center {
			opacity: 1;
			transform: scale(1);
		}

	.input-curta {
		display: block;
		width: 90% !important;
		margin: 10px auto;
	}

	.btn-curta {
		display: block;
	}

	.preco-curta {
		display: block;
		margin-bottom: 10px;
	}
}

.beneficios-curta {
	margin-top: 40px;
	margin-bottom: 40px;
}


.card-curta {
	background: #f5ebeb;
	border-radius: 16px;
	padding: 25px 20px;
	transition: all 0.2s ease;
	text-align: left;
	height: 220px;
	max-width: 300px;
	margin: 0 auto;
}


@media (max-width: 768px) {
	.card-curta {
		margin-bottom: 20px;
	}
}


.beneficios-curta .card-curta img.icon-curta {
	width: 32px !important;
	height: auto !important;
	max-width: 32px;
}

.beneficios-curta .card-curta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.card-curta h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000 !important
}


.card-curta p {
	font-size: 13px;
	color: #777;
	margin: 0;
}

.secao-descoberta {
	position: relative;
	background-color: #16181e;
	padding: 60px 0;
	overflow: hidden;
	color: #fff;
	margin-top: 80px;
}


.titulo-descoberta {
	font-size: 28px;
	margin: 44px 0 30px 0;
	font-weight: 500;
	color: #fff !important;
}



.bg-circle {
	position: absolute;
	pointer-events: none;
}


	.bg-circle.left {
		top: -200px;
		left: -120px;
		width: 300px;
	}


	.bg-circle.right {
		bottom: -220px;
		right: -160px;
		width: 350px;
	}

@media (max-width: 768px) {

	.titulo-descoberta {
		font-size: 22px;
		text-align: center;
	}

	.bg-circle.left {
		width: 200px;
		top: -150px;
		left: -80px;
	}

	.bg-circle.right {
		width: 220px;
		bottom: -150px;
		right: -100px;
	}
}

.box-grid {
	max-width: 155px;
	color: #999;
}

.box-grid-titulo1 {
	color: #ffc03e;
	font-weight: 800;
}

.box-grid-titulo2 {
	color: #245297;
	font-weight: 800;
}

.box-grid-titulo3 {
	color: #ff3f3d;
	font-weight: 800;
}

.conteudo-descoberta .row {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {

	.conteudo-descoberta .row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.planos-curta {
	margin: 60px auto;
}

	.planos-curta .titulo-descoberta {
		color: #000 !important;
	}

.planos-topo,
.planos-footer {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

	.planos-topo img,
	.planos-footer img {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: block;
	}

.planos-topo {
	margin-bottom: 30px;
}

.planos-footer {
	margin-top: 40px;
}

.card-plano {
	border: 2px solid;
	border-radius: 16px;
	min-height: 420px;
	padding: 30px 25px;
	text-align: left;
	position: relative;
	/*width: 250px;*/
	transition: all 0.5s ease;
	width: 100%;
	max-width: 320px;
}

@media (min-width: 769px) {
	.card-plano {
		width: 250px;
	}
}


.planos-curta .col-sm-4 {
	flex: 0 0 auto;
	width: auto;
}


.planos-curta .row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.tag {
	display: inline-block;
	border: 1px solid #999;
	background-color: transparent;
	color: #333;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 12px;
	line-height: 1;
	width: auto;
	max-width: 100%;
	font-weight: 500;
	letter-spacing: 0.5px;
	align-self: flex-start;
}

.card-plano .tag {
	display: inline-block !important;
	width: auto !important;
}

.card-plano h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000 !important;
}

.card-plano h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000 !important;
}

.card-amarelo h4 {
	margin-top: 20px;
	margin-bottom: 42px;
}

.card-vermelho h4 {
	margin-top: 50px;
	margin-bottom: 40px;
}

.card-azul h4 {
	margin-top: 38px;
	margin-bottom: 52px;
}


.card-plano p {
	font-size: 15px;
	color: #777;
	margin-bottom: 20px;
}


.card-plano .btn {
	border-radius: 20px;
	padding: 6px 14px;
	font-size: 13px;
}


.card-amarelo {
	border-color: #f5a623;
}

.btn-amarelo {
	background: #f5a623;
	color: #000;
}

/*.card-amarelo:hover {
	background-color: #f5a623;
	border-color: #f29700;
}

	.card-amarelo:hover .btn-amarelo {
		background: #fff;
		color: #000;
	}

	.card-amarelo:hover p {
		color: #000;
	}
*/
.card-vermelho {
	border-color: #fe3f3d;	
}

@media(max-width: 768px) {
	.card-vermelho {
		min-height: 420px
	}
}

.btn-vermelho {
	background: #fe3f3d;
	color: #fff;
}

/*.card-vermelho:hover {
	background-color: #fe3f3d;
	border-color: #f21512;
}

	.card-vermelho:hover .btn-vermelho {
		background: #fff;
		color: #000;
	}

	.card-vermelho:hover p {
		color: #000;
	}*/


.card-azul {
	border-color: #236cd8;
}

.btn-azul {
	background: #236cd8;
	color: #fff;
}

/*.card-azul:hover {
	background-color: #236cd8;
	border-color: #1359c1;
}

	.card-azul:hover .btn-azul {
		background: #fff;
		color: #000;
	}

	.card-azul:hover p {
		color: #000;
	}*/

.card-plano {
	display: flex;
	flex-direction: column;
}

	.card-plano .btn {
		margin-top: auto;
	}

@media (max-width: 768px) {
	.card-plano {
		margin-bottom: 20px;
		max-width: 260px;
	}

		.card-plano.destaque {
			transform: none;
		}
}

.carousel-planos .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center
}

.carousel-planos .item {
	transition: all 0.3s ease;
	transform: scale(0.9);
}

.carousel-planos .owl-item.center .item {
	transform: scale(1);
	opacity: 1;
}

.carousel-planos .owl-item {
	display: flex;
	justify-content: center;
}

@media (min-width: 769px) {
	.carousel-planos .owl-item {
		width: auto !important;
	}
}



.owl-dots {
	text-align: center;
}

.owl-dot span {
	width: 8px;
	height: 8px;
	background: #ccc;
	display: inline-block;
	border-radius: 50%;
	margin: 0 4px;
}

.owl-dot.active span {
	background: #333;
}

@media (max-width: 768px) {

	.carousel-planos .owl-item {
		display: flex;
		justify-content: center;
	}

	.card-plano {
		width: 100%;
		max-width: 280px;
	}

	.carousel-planos .owl-stage {
		display: flex;
		align-items: center;
	}

	.carousel-planos .owl-item {
		display: flex;
		justify-content: center;
		transform: scale(0.9);
		opacity: 0.7;
		transition: all 0.3s ease;
	}

		.carousel-planos .owl-item.center {
			transform: scale(1);
			opacity: 1;
		}

	.carousel-planos .owl-stage-outer {
		overflow: visible;
	}

	.planos-curta {
		overflow: visible;
	}

		.planos-curta .container {
			overflow: visible;
		}

	.carousel-planos .owl-dots {
		position: relative;
		margin-top: 20px;
		text-align: center;
	}

	.carousel-planos .owl-dots {
		position: static !important;
	}

	.owl-dots {
		text-align: center;
		margin-top: 15px;
	}

	.owl-dot {
		display: inline-block;
	}

		.owl-dot span {
			width: 6px;
			height: 6px;
			background: #ccc;
			display: block;
			border-radius: 50%;
			margin: 0 5px;
			transition: all 0.3s ease;
		}


		.owl-dot.active span {
			background: #333;
			transform: scale(1.2);
		}

		.owl-dot span {
			opacity: 0.5;
		}

		.owl-dot.active span {
			opacity: 1;
		}

	.owl-stage-outer {
		padding-top: 10px;
	}

	#dots-planos {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}

		#dots-planos .owl-dot span {
			width: 10px;
			height: 10px;
			background: #d9d9d9;
			border-radius: 50%;
			display: block;
			margin: 0 6px;
			transition: all 0.3s ease;
		}

		#dots-planos .owl-dot.active span {
			background: #333;
			transform: scale(1.3);
		}

		#dots-planos .owl-dot span {
			opacity: 0.6;
		}

		#dots-planos .owl-dot.active span {
			opacity: 1;
		}

		#dots-planos .owl-dot {
			display: inline-flex;
		}

	.planos-topo,
	.planos-footer {
		position: relative !important;
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
		overflow: hidden;
	}

		.planos-topo img,
		.planos-footer img {
			display: block;
			width: auto !important;
			max-width: none !important;
			height: 70px;
		}

	.planos-topo,
	.planos-footer {
		display: block !important;
	}

		.planos-topo img,
		.planos-footer img {
			margin: 0 !important;
		}
}

.secao-impacto {
	position: relative;
	padding: 80px 0;
	color: #fff;
	overflow: hidden;
	background: url('/assets/img/curtaedu/barra_esquerda.png') left top no-repeat, url('/assets/img/curtaedu/barra_direita.png') right top no-repeat, linear-gradient(180deg, #0b0f17 0%, #111827 100%);
	background-size: 580px auto, /* esquerda */
	580px auto, /* direita */
	cover;
	background-position: left -220px top 50px, right -220px top 50px, center;
}

@media (max-width: 481px) {
	.secao-impacto {
		background: linear-gradient(180deg, #0b0f17 0%, #111827 100%);
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.secao-impacto {
		background-position: left -415px top 20px, right -415px top 20px, center;
		background-size: 520px auto, 520px auto, cover;
	}
}


.texto-impacto {
	max-width: 600px;
	margin: 0 auto 40px auto;
	font-size: 22px;
	line-height: 1.6;
}

	.texto-impacto span {
		color: #f5a623;
		font-weight: bold;
	}


.card-impacto {
	background: linear-gradient(180deg, #1a1f2b 0%, #222836 100%);
	border-radius: 16px;
	padding: 30px;
	text-align: left;
	max-width: 420px;
	min-height: 284px;
	display: flex;
	justify-content: center;
	gap: 20px;
	
	height: 100%;
	flex-direction: column;
}

	.card-impacto .btn-impacto {
		margin-top: auto;
	}


.cards-impacto .col-sm-6 {
	display: flex;
	justify-content: center;	
}



.logo-card-1 {
	width: 200px;
	margin-bottom: 20px;
}

.logo-card-2 {
	width: 150px;
	margin-bottom: 20px;
}


.btn-impacto {
	margin-top: 20px;
	border: 1px solid #f5a623;
	color: #fff;
	background: transparent;
	border-radius: 20px;
	padding: 6px 14px;
	width: 150px;
}


	.btn-impacto:hover {
		background: #f5a623;
		color: #000;
	}

@media (max-width: 767px) {

	.cards-impacto {
		flex-direction: column;
		align-items: center;
	}

	.card-impacto {
		width: 100%;
		max-width: 320px;
		margin-top: 0px;
	}

	.secao-impacto .barra {
		display: none;
	}

	.texto-impacto {
		font-size: 16px;
		padding: 0 15px;
	}
}

.secao-parceria {
	background: linear-gradient(180deg, #1f2430 0%, #2a2f3c 100%);
	padding: 60px 0;
	color: #fff;
}

/* container alinhado */
.parceria-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

/* texto */
.parceria-texto {
	max-width: 370px;
	font-size: 16px;
	line-height: 1.6;
}

/* imagem */
.parceria-logo img {
	max-height: 50px;
	width: auto;
}

/* RESPONSIVO */
@media (max-width: 768px) {

	.parceria-content {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.parceria-texto {
		max-width: 100%;
		padding: 0 15px;
		font-size: 14px;
	}

	.parceria-logo img {
		max-height: 40px;
	}
}

.moda-onde-assistir-canal-curta .modal-body {
	background: #16181e !important;
}

#btnShowPasswordCurta, #btnShowConfirmaPasswordCurta {
	margin-top: -29px;
	margin-left: 90%;
	cursor: pointer;
}

.color-text{
	color: #fff !important;
}

.btn-film{
	color: #000 !important
}


#txtNomeNews::placeholder,
#txtEmailNews::placeholder {
	color: #333 !important;
}


/* DESKTOP */
@media (min-width:769px) {

	.impacto-carousel.owl-carousel {
		display: flex !important;
		justify-content: center;
		gap: 100px;
		margin-top: 90px;
	}

	.impacto-carousel .owl-stage,
	.impacto-carousel .owl-stage-outer,
	.impacto-carousel .owl-item {
		display: contents;
	}

	#dots-impacto {
		display: none;
	}

	.cards-impacto {
		margin-bottom: 80px;
	}
}


/* MOBILE */
@media (max-width:768px) {

	.impacto-carousel .owl-stage {
		display: flex;
		align-items: center;
	}

	.impacto-carousel .owl-stage-outer {
		overflow: visible;
	}

	.impacto-carousel .owl-item {
		opacity: .7;
		transform: scale(.90);
		transition: .3s;
		display: flex;
		justify-content: center;
	}

		.impacto-carousel .owl-item.active.center {
			opacity: 1;
			transform: scale(1);
		}

	#dots-impacto {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

		#dots-impacto .owl-dot {
			display: inline-flex;
		}

			#dots-impacto .owl-dot span {
				width: 10px;
				height: 10px;
				background: #d9d9d9;
				border-radius: 50%;
				margin: 0 6px;
				opacity: .6;
				transition: .3s;
			}

			#dots-impacto .owl-dot.active span {
				background: #fff;
				opacity: 1;
				transform: scale(1.3);
			}
}