@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: #000;
	scroll-behavior: smooth;
}
.navbar {
	-webkit-box-shadow: 0px 0px 10px -5px #777; 
	box-shadow: 0px 0px 10px -5px #777;
	top: 0;
	width: 100%;
	z-index: 3;
}
.scrolled {
	opacity: 1;
	width: 100%;
	transition: .5s ease-in-out;
	position: fixed;
	top: 0;
	z-index: 1;
}
.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);
} 
#nav-topo {
	background-color: #003871;
	color: #fff;
}
#nav-topo a {
	color: #fff;
}
#redes-topo {
	background-color: #00397e;
	color: #fff;
}
#redes-topo a {
	color: #fff;
}
.link-topo,
.btn-footer {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2em;
	padding: 0 1em;
	margin: 1em;
	transition: .2s all;
}
.link-topo-b {
	color: #fff;
	border: none;
	border-radius: 2em;
	margin: 1em;
	transition: .6s all;
}
.btn-footer {
	font-size: 2em;
}
.link-topo:hover,
.btn-footer:hover {
	text-decoration: none;
	background-color: #fff;
	color: #003871 !important;
	transition: .4s all;
}
.link-topo-b:hover {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	transition: .2s all;
}
.barra-nav-topo {
	margin: 1em 0;
}
.border-footer {
	border-right: 1px solid #fff;
	height: 5em;
}
#nav-menu {
	background-color: #feba2b;
	color: #000;
	border-bottom: 1px solid #000;
}
.link-header {
	text-decoration: none;
}
.nav-item,
.nav-link {
	color: #000;
	font-family: Gotham;
	font-weight: 700;
	transition: .4s all;
}
.nav-link-drop {
	color: #fff;
	font-weight: 300;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #000;
	text-decoration: none;
}
.nav-link:focus {
	color: #000;
}
.nav-link-drop:hover {
	color: #fff;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.btn-header {
	background-color: #feba2b;
	border: 2px solid #000;
	border-radius: .5em;
	color: #000 !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-header:hover {
	background-color: #000;
	color: #fff !important;
	transition: .2s all;
}
.btn-padrao {
	background-color: #f29400;
	border: 2px solid #000;
	border-radius: .5em;
	color: #000 !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao:hover {
	background-color: #fff;
	color: #000 !important;
	transition: .2s all;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #00397e;
	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;
}
.sideitem-agende{
	align-items: start;
	background-color: #e5e5e5;
	border-radius: 20px;
	box-shadow: -4px 0px 0px rgb(0 0 0 / 16%);
	-webkit-box-shadow: -4px 0px 0px rgb(0 0 0 / 16%);
	color: #02366c;
	display: flex;
	font-family: "Gotham";
	font-size: 16px;
	font-weight: 700;
	height: 12em;
	justify-content: flex-start;
	left: -100px;
	letter-spacing: 1px;
	padding: 1em 2em;
	position: relative;
	transition: all .2s;
	transform: rotate(-90deg);
	white-space: nowrap;
	text-decoration: none;
}
.sideitem-agende:hover{
	background-color: #dbdbdb;
	/*left: -80px;*/
	left: -120px;
	transition: all .4s;
	color: #02366c;
	text-decoration: none;
}
.sideitem-agende p {
	margin-bottom: 10px;
	margin-top: 20px;
}
.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: #00397e;
	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: 95% !important;
}
.img-noticia {
	border-radius: 1em 1em 0 0;
}
.rodape-card-noticia {
	background-color: #00397e;
	color: #FFF;
	padding: 1em;
	border-radius: 0 0 1em 1em;
	min-height: 135px;
}
.btn-noticia {
	background-color: #003871;
	color: #fff;
	border: 1px 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: 1px solid #003871;
	text-decoration: none;
}
#ensino,
#sobre,
#equipe,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#avaliacoes,
#avaliacoes2, 
#matriculas,
#podcast,
#trabalhe_conosco {
	margin-top: 120px;
}
.logoescola{
	width: 500%;
}
@media (min-width: 1281px) {
	.sidemenu{
		display: block;
		position: fixed;
		top: 45%;
		/*left: -30px;*/
		right: -200px;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
	}
}
@media (min-width: 320px) and (max-width: 1028px) {
	.logoescola{
		width: 250%;
	}
	.slick-prev:before,
	.slick-next:before {
		display: none;
	}
	#header {
		position: fixed;
		top: 0;
		width: 100vw;
	}
	.navbar {
		position: relative;
	}
	#banners,
	#ensino,
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#galeria,
	#showgal,
	#galeria-exibe,
	#videos,
	#trabalhe_conosco,
	#avaliacoes,
	#avaliacoes2,
	#matriculas,
	#podcast,
	#trabalhe_conosco {
		margin-top: 185px;
	}
	.link-topo-b {
		color: #fff;
		border: none;
		border-radius: 2em;
		margin: 1em;
		transition: .6s all;
	}
	.borda-menu {
		display: none;
	}
	.sidemenu{
		position: fixed;
		bottom: 0 !important;
		z-index: 1;
		width: 100%;
	}
	.sideitem-agende{
		border-radius: 0;
		left: 0;
		bottom: 10px;
		width: 100%;
		height: 5em;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(0deg);
		font-size: 1em;
		padding: 1em;
	}
	.sideitem-agende p {
		margin: 0;
	}
	.border-footer {
		border: none;
	}
	.barra-nav-topo {
		display: none;
	}
	.icone-whatsapp {
		bottom: 120px;
		right: 10%;
	}
	.borda-menu {
		display: none;
	}
	.form-scrolled {
		position: relative;
		top: 1em;
		width: 100%;
	}
	.form-scrolled2 {
		position: relative;
		top: 1em;
		width: 100%;
	}
}
@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;
	}
	.link-topo-b {
		color: #fff;
		border: none;
		border-radius: 2em;
		margin: .2em;
		transition: .6s all;;
	}
}
@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;
	}
}
.navbar.scrolled {
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 1;
	width: 100%;
	transition: .5s ease-in-out;
	position: fixed;
	top: 0;
	z-index: 1;
}
#nav-menu {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		bottom: 40px;
	}
	.scrolled .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		top: inherit;
		bottom: inherit;
	}
}