.fvideo {
	width: 100% !important;
}

.video-background {
	overflow: hidden;
	position: relative;
}

.pattern-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.1;
	bottom: 7px;
	background-image: url(../../images/home/pattern-video-20-anos-fag.png);
	z-index: 1;
}

.tituloHome {
	color: #282c31;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18pt;
	margin-top: 15px;
	margin-bottom: 30px;
}

.verNoticias {
	color: #000;
	font-size: 12pt;
	text-decoration: none !important;
	margin-right: 10px;
	margin-top: 8px;
	text-transform: none;
}

.noticiaCurso {
	display: block;
	text-decoration: none !important;
	padding-right: 10px;
	outline: 0 !important;
	padding-bottom: 10px;
	width: 275px;
}

.noticiaCursoCorpo {
	padding: 10px 10px;
	background-color: #f4f4f4;
	height: 340px;
	width: 275px;
}

.embed-responsive {
	display: flex;
	justify-content: center;
}

.embed-responsive-1by1::before {
	padding-top: 0% !important;
}

.noticiaCursoRodape {
	margin-top: -18px;
	background-image: linear-gradient(
		to bottom,
		#b2b2b2 4px,
		rgba(255, 255, 255, 0) 0px
	);
	background-position: left;
	background-size: 10% 20px;
	background-repeat: no-repeat;
	height: 52.5px;
	padding: 10px;
}

.tituloNoticiaCurso {
	height: 60px;
	padding: 10px;
	font-weight: 700;
	font-size: 10pt;
	color: #575756 !important;
}

.noticiaCursoDia {
	color: #b2b2b2;
	font-size: 26pt;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	margin-right: 3px;
}

.mesAno {
	line-height: 10px;
	padding-left: 15px;
}

.noticiaCursoMes {
	color: #b2b2b2;
	line-height: 0;
	font-size: 12pt;
	font-weight: 500;
	display: block;
	margin-top: 28px;
}

.noticiaCursoAno {
	font-weight: 400;
	color: #b2b2b2;
	font-size: 8pt;
	line-height: 0;
}

.noticiaCursoCidade {
	color: #b2b2b2;
	font-size: 9pt;
}

.verNoticias:hover {
	font-weight: 400;
	color: #000;
}

ul.slick-dots {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px !important;
}

ul.slick-dots li {
	cursor: pointer;
}

@media (max-width: 991px) {
	ul.slick-dots {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.responsive {
		margin-left: 02rem;
	}
}
/* troca os indicadores dos slides para novo padrão */
.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-indicators li {
	font-size: 30px !important;
	color: #000 !important;
	border: none;
	letter-spacing: 1px !important;
	display: inline-flex !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 4px !important;
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
	/*background-color: #cdcdcd !important;*/
}
.carousel-indicators li.active {
	background-color: #000 !important;
}

/* acesso rapido "tarja verde" */
.acesso-rapido {
	background-color: #004023;
	min-height: 80px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.acesso-rapido {
		display: none;
	}
}

.acesso-rapido a {
	text-decoration: none;
}

.color-white {
	font-weight: 400;
	color: #fff;
	font-size: 12pt;
}

.color-lightgreen {
	font-weight: 700;
	color: #8dc63f;
	font-size: 12pt;
}

.acesso-rapido-items {
	font-weight: 500;
	font-size: 12pt;
	float: right;
	padding-top: 4px;
}

.linha-divisoria {
	background-color: #8dc63f;
	width: 1px;
	height: 30px;
	margin-left: 20px;
	margin-right: 50px;
}

/* acesso rapido no mobile */
.acesso-rapido-mobile {
	min-height: 50px;
	line-height: 50px;
	display: none;
	background-color: #004023;
}

.acesso-rapido-mobile a {
	color: #fff;
	font-weight: 700;
	font-size: 10pt;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 1;
}

.acesso-rapido-mobile a:hover {
	color: #fff;
}

.linha-divisoria-mobile {
	background-color: #8dc63f;
	width: 1px;
	height: 30px;
	margin-left: 18px;
	margin-right: 18px;
}

@media (max-width: 991px) {
	.acesso-rapido-mobile {
		display: block;
	}
}

/* todos os eventos na pagina inicial */
.eventos {
	background-color: #ededee;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	.eventos {
		padding-bottom: 50px;
	}
}

.eventosTitulo {
	font-weight: 300;
	font-size: 32pt;
	padding-bottom: 35px;
	line-height: 0.8;
	letter-spacing: -2px;
}

.eventosTitulo-bold {
	font-weight: 700;
}

.btn-ver-todos-eventos {
	background-color: #c7c8ca;
	padding: 10px 20px;
	font-size: 10pt;
	color: #282c31;
}

.btn-ver-todos-eventos:hover {
	color: #282c31;
	text-decoration: none;
}

#formBuscarEventos {
	padding-top: 103px;
}

.input-group-text {
	background-color: transparent !important;
	border: none;
}

#inlineFormInputGroup {
	padding: 5px;
	background-color: transparent !important;
	box-shadow: 0 0 0 0 !important;
	border: 0 none !important;
	outline: 0 !important;
}

.input-group-prepend {
	width: 100%;
	border: 1px solid #282c31;
	padding: 1px;
}

.carousel-eventos {
	margin-bottom: -30px !important;
}

.carousel-eventos li.active {
	background-color: #000 !important;
}

/* eventos na pagina inicial 2 por slide */
.cardEvento {
	float: right;
	min-height: 350px;
	width: 350px !important;
}

@media (max-width: 1023px) {
	.cardEvento {
		float: none;
		display: block !important;
		margin: auto;
	}
}

.btn-ver-todos-eventos-mobile {
	display: none;
	font-weight: 400;
	font-size: 10pt;
	float: right;
	margin-top: 15px;
	text-decoration: none;
	color: #282c31;
}

@media (max-width: 767px) {
	#formBuscarEventos {
		display: none;
	}

	.btn-ver-todos-eventos {
		display: none;
	}

	.btn-ver-todos-eventos-mobile {
		display: block;
		margin-top: -12px;
	}

	.eventosTitulo {
		font-size: 22pt;
		letter-spacing: 0px;
		padding-bottom: 20px;
	}
}

.cardEventoTitulo {
	height: 150px;
	border: 1px solid #313033;
	width: 100px;
	float: left;
}

.cardEventoDiaDaSemana {
	background-color: #313033;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 11pt;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.cardEventoDescricao {
	text-align: center;
	font-weight: 300;
	font-size: 12pt;
	line-height: 1.5;
	text-transform: uppercase;
}

.cardEventoDia {
	font-weight: 500;
	line-height: 0;
	letter-spacing: -5px;
	margin-left: -5px;
	font-size: 54pt !important;
}

.tituloEvento {
	font-weight: 700;
	font-size: 13pt;
	display: flex;
	line-height: 1.2;
	align-items: center;
	height: 150px;
	padding-left: 20px;
	text-transform: uppercase;
}

@media (max-width: 400px) {
	.tituloEvento {
		font-size: 12pt;
		width: 210px;
	}
}

@media (max-width: 350px) {
	.tituloEvento {
		width: 150px;
		padding-left: 13px;
	}
}

.localEvento {
	font-weight: 400;
	font-size: 12pt;
}

.localEventoTitulo {
	font-weight: 700;
	font-size: 12pt;
	min-height: 30px;
	line-height: 1;
}

@media (max-width: 320px) {
	.localEventoTitulo {
		width: 260px;
	}
}

.btnEventoCursoModal {
	cursor: pointer;
	padding: 10px;
	font-weight: 400;
	font-size: 12pt;
	border: 1px solid #313033;
	color: #282c31;
}

.btnEventoCursoModal:hover {
	color: #282c31;
	text-decoration: none;
}

.btnEventoCurso {
	background-color: #313033;
	color: #fff;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	font-size: 12pt;
	border: 1px solid #313033;
}
.btnEventoCurso:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/* modal dos eventos */
.modal-header {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #dadada;
}

h5 {
	color: #575756;
	font-weight: 700;
	margin: 0;
	padding-top: 5px;
}

.titleEventosModal {
	color: #575756;
	font-weight: 300;
	font-size: 18pt;
}

.modal-content {
	border: none !important;
	border-radius: 0 !important;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	background-color: #4e4e51;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	padding-top: 0;
}

.close {
	font-size: 14pt;
	color: #fff;
	padding-top: 5px !important;
}

.eventoCursoDescricaoModal {
	font-weight: 700;
	font-size: 10pt;
}

.btnEventoModal {
	background-color: #dadada;
	color: #4e4e51;
	font-weight: 700;
	font-size: 14pt;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.btnEventoModal:hover {
	color: #4e4e51;
	text-decoration: none;
}

.modal-body {
	padding-bottom: 35px;
	padding-top: 35px;
}

/* Videos dos cursos aleatorios */
.curso {
	background-color: #c7c8ca;
	padding-top: 40px;
	padding-bottom: 40px;
}

.seuCurso {
	font-weight: 400;
	font-size: 20pt;
}

.vertodosCurso {
	font-weight: 400;
	font-size: 10pt;
	margin-top: 12px;
}

.resize-md {
	max-width: 32% !important;
	padding-bottom: 23px;
	padding-left: 0;
	padding-right: 0px;
}
.resize-md img {
	width: 100%;
}

@media (max-width: 575px) {
	.resize-md {
		padding-bottom: 15px;
		max-width: 100% !important;
	}
}

/* indicadores dos eventos a esquerda */
.eventosResponsivo .slick-dots {
	float: left;
	margin-left: 75px !important;
}
.play-video {
	color: #282828;
	font-weight: 500;
	font-size: 10pt;
}

/* financiamentos */
.financiamentos {
	background-color: #282828;
	height: 150px;
	color: #bfc0c2;
}

.financiamentosTitulo {
	line-height: 1;
	font-size: 14pt;
	text-align: left;
}

.financiamentosTituloBold {
	font-weight: 700;
}

.linhaFinanciamentos {
	width: 2px;
	height: 70px;
	background-color: #b4b6b8;
}

@media (max-width: 991px) {
	.financiamentos {
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}

	.financiamentosTitulo {
		margin: auto !important;
		text-align: center;
	}

	.linhaFinanciamentos {
		display: none !important;
	}

	.imgFinanciamento {
		margin-top: 25px;
	}
}

.photofag {
	position: absolute;
	bottom: 130px;
	left: 15px;
}
.photofag-rodape {
	width: 150px;
	position: absolute;
	/*bottom: 115px;*/
	left: 15px;
}

@media (max-width: 991px) {
	.photofag {
		position: absolute;
		bottom: 0px;
		left: 15px;
	}
	.photofag-rodape {
		position: relative !important;
		display: block !important;
		margin: 25px auto -30px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.photofag {
		position: absolute;
		bottom: -370px;
		left: 15px;
	}

	.eventos {
		padding-bottom: 120px;
	}
}

.programacao-campus-360 {
	position: absolute;
	bottom: 58px;
	background-image: url(https://fag.edu.br/mvc/assets/images/eventos/campus4.svg?asda=das);
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
	width: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.programacao-campus-360-text {
	color: #000;
	font-size: 17px;
}

.programacao-campus-360-text-bold {
	font-weight: bold;
	color: #000;
	font-size: 17px;
}

@media (max-width: 1024px) {
	.programacao-campus-360-text {
		color: #000;
		font-size: 14px;
	}

	.programacao-campus-360-text-bold {
		font-weight: bold;
		color: #000;
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.programacao-campus-360-text {
		color: #000;
		font-size: 12px;
	}

	.programacao-campus-360-text-bold {
		font-weight: bold;
		color: #000;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.programacao-campus-360 {
		bottom: -440px;
	}
	.programacao-campus-360-text {
		color: #000;
		font-size: 16px;
	}

	.programacao-campus-360-text-bold {
		font-weight: bold;
		color: #000;
		font-size: 16px;
	}
}

.container-nair {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.gif-image {
	width: 120px;
	margin-bottom: 10px;
	padding-right: 15px;
}

.buttons-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

#typingButton {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	background-color: #eee;
	border-radius: 40px;
	margin-bottom: 10px;
	width: 600px;
	height: 65px;
	text-align: center;
	color: #8d8d8d;
	cursor: pointer;
}

.site-image {
	width: 150px;
	padding-left: 15px;
	padding-bottom: 35px;
}

@media (max-width: 767px) {
	.container-nair {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.gif-image {
		width: 100px;
		padding-top: 10px;
	}

	.buttons-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0px;
	}

	#typingButton {
		padding: 10px 20px;
		font-size: 12px;
		border: none;
		background-color: #eee;
		border-radius: 25px;
		margin-bottom: 10px;
		width: 200px;
		height: 65px;
		text-align: center;
		color: #333;
		cursor: pointer;
	}

	.site-image {
		width: 110px;
		padding-left: 15px;
		padding-bottom: 20px;
	}
}
.hours-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.hours-modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 5px solid #05683e !important;
	width: 80%;
	max-width: 500px;
	border-radius: 5px;
	position: relative;
	color: #013c1c;
}

.close-modal {
	position: absolute;
	right: 10px;
	top: 5px;
	color: red;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close-modal:hover {
	color: #000;
}

.hours-info {
	margin-top: 20px;
	color: #000;
}
