@font-face { font-family: 'Gotham';	src: url('../fonts/gotham.otf'); }
@font-face { font-family: 'Gotham-black'; src: url('../fonts/gotham-black.otf'); }
@font-face { font-family: 'Gotham-medium'; src: url('../fonts/gotham-medium.ttf'); }
@-webkit-keyframes breathing {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes breathing {
	0% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	25% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
}
body, html {
	font-family: 'Gotham', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	scroll-behavior: smooth;
}
.navbar img{
	width: 150%;
	transition: 0.3s all;
}
.navbar {
	-webkit-box-shadow: 0px 0px 10px -5px #777; 
	box-shadow: 0px 0px 10px -5px #777;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 15%;
	transition: 0.3s all;
}
.navbar.scrolled{
	height: auto;
	transition: 0.3s all;
	padding: .5rem;
	position: fixed;
	top: 0;
}
.navbar.scrolled img{
	width: 100%!important;
	transition: 0.3s all;
}
.subtexto-nav {
	color: #777;
	font-size: 10px;
}
.link-redes {
	color: #02366C;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
	border-color: rgba(0,0,0,.3);
} 
.btn-footer {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2em;
	padding: 0 1em;
	margin: 1em;
	transition: .2s all;
}
.btn-footer {
	font-size: 2em;
}
.btn-footer:hover {
	text-decoration: none;
	background-color: #fff;
	color: #003871 !important;
	transition: .4s all;
}
#nav-menu {
	background-color: #fff;
	color: #02366c;
}
.link-header {
	text-decoration: none;
}
.nav-item,
.nav-link {
	color: #000;
	font-family: 'Gotham', sans-serif;
	font-size: .85rem;
	font-weight: 700;
	transition: .4s all;
}
.nav-link-drop {
	color: #fff;
	font-weight: 300;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #003871;
	text-decoration: none;
}
.nav-link-drop:hover {
	color: #fff;
}
.nav-link:focus {
	color: #003871;
}
.btn-padrao {
	background-color: #fff;
	border: 2px solid #003871;
	border-radius: 1.5em;
	color: #003871 !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao:hover {
	background-color: #003871;
	color: #fff !important;
	transition: .2s all;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #084882;
	color: #fff;
	padding: .5em;
	width: 15em;
}
.dropdown-menu li:hover {
	background-color: rgba(255,255,255,.2);
	font-weight: 700;
	transition: .4s all;
}
.dropdown-menu a:hover {
	text-decoration: none;
	color: #ff;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.dropdown-toggle::after {
	display: none;
}
.icone-whatsapp {
	background-color: #26d365; 
	border-radius: 50%; 
	bottom: 50px;
	height: 70px; 
	padding: .1em 0;
	position: fixed; 
	right: 50px;
	width: 70px; 
	z-index: 999 !important; 
}
.footer-escolaemsite {
	background-color: #1D1D1B;
	color: #fff;
}
.footer-escolaemsite a {
	text-decoration: none;
	color: #fff;
}
.btn-escola {
	background-color: #003871;
	color: #fff;
	border-radius: .5em;
	padding: 1em 2em;
	text-decoration: none;
	transition: .2s all;
}
.btn-escola:hover {
	background-color: #fff;
	color:  #003871;
	border:  1px solid #003871;
	font-weight: 900;
	transition: .4s all;
}
.card-noticia {
	width: 98% !important;
}
.img-noticia {
	border-radius: 2em 2em 0 0;
}
.rodape-card-noticia {
	background-color: #003871;
	color: #FFF;
	padding: 1em;
	border-radius: 0 0 2em 2em;
	min-height: 10em;
}
.btn-noticia {
	background-color: #003871;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3em;
	padding: .4em 1.5em;
	transition: .4s all;
	text-decoration: none;
	cursor: pointer;
}
.btn-noticia:hover {
	background-color: #fff;
	transition: .2s all;
	transform: scale(1.05);
	color: #003871;
	border: 2px solid #003871;
	text-decoration: none;
}
#regulamentos,
#sobre,
#equipe,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#trabalhe_conosco,
#avaliacoes2,
#formulario,
#podcast,
#concursodebolsas,
#matriculas,
#rematriculas {
	margin-top: 100px;
}
#banners {
	margin-top: 130px;
}
@media (min-width: 320px) and (max-width: 1280px) {
	.navbar img {
		width: 100%;
	}
	.navbar {
		position: relative;
	}
	#banners,
	#ensino,
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#galeria,
	#showgal,
	#galeria-exibe,
	#videos,
	#trabalhe_conosco,
	#avaliacoes2,
	#formulario,
	#podcast,
	#concursodebolsas,
	#matriculas,
	#rematriculas {
		margin-top: 0px;
	}
	.link-topo-b {
		color: #fff;
		border: none;
		border-radius: 2em;
		margin: 1em;
		transition: .6s all;
	}
	.borda-menu {
		display: none;
	}
	.border-footer {
		border: none;
	}
	.barra-nav-topo {
		display: none;
	}
	.icone-whatsapp {
		bottom: 120px;
		right: 10%;
	}
}
@media screen and (min-width: 769px) {
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}
@media (min-width: 320px) and (max-width: 768px) {
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
}