@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';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	scroll-behavior: smooth;
}
.numeros{
	margin-top: -15em;
}
.navbar-brand{
	width: 150px;
	transition: .3s all;
}
.navbar {
	position: fixed;
	top: 0;
	z-index: 9;
	height: 15%;
	transition: .3s all;
	background-color: rgba(128,54,140,.85);
}
.nav-item,
.nav-link {
	color: #72f291!important;
	/*font-family: Roboto;*/
	font-size: .85rem;
	transition: .4s all;
}
.nav-item:hover{
	background: #72f291;
	border-radius: 10px;
	color: #000!important;
}
.item-menu {
	font-size: 40px;
	transition: .3s all;
}
.item-menu.scrolled {
	font-size: 20px;
	transition: .3s all;
}
.navbar.scrolled{
	background-color: rgba(59,18,61,.8);
	border-bottom: 7px solid;
	border-image-slice: 1;
	border-width: 8px;
	border-image-source: linear-gradient(to left, #72f291, #72f291);
	box-shadow: 0px 0px 10px -5px #3b123d;
	-webkit-box-shadow: 0px 0px 10px -5px #3b123d; 
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 0!important;
	height: 10%!important;
	transition: .3s all;
}
.navbar.scrolled img{
	width: 80%!important;
	transition: .3s all;
}
@media (min-width: 2500px) {
	.navbar.scrolled{
		background-color: rgba(59,18,61,.8);
		border-bottom: 7px solid;
		border-bottom-style: solid;
		border-bottom-width: 7px;
		border-top-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		border-image-slice: 1;
		border-image-source: linear-gradient(to left, #72f291, #72f291);
		-webkit-border-image: -webkit-linear-gradient(to left, #72f291, #72f291);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9;
		padding: 0!important;
		height: 10%!important;
		transition: .3s all;
	}
}
/* sidebar nav */
#sidenav_menu.sidenav_size {
	width: 250px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #80368c;
	transition: 0.5s;
	padding-top: 60px;	
}
.sidenav a {
	padding: 10px;
	text-decoration: none;
	font-size: 1.2em;
	color: #FCB200;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: relative;
	top: 0;
	right: 20px;
	font-size: 36px;
	margin-left: 50px;
}
.closebtn {
	cursor: pointer;
}
#regulamentos,
#sobre,
#equipe,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#avaliacoes,
#avaliacoes2 {
	margin-top: 0;
}
#banners{
	margin-top: 125px;
}
.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;
}
.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: #fff;
	color: #02366c;
}
.link-header {
	text-decoration: none;
}
.nav-link-drop {
	color: #fff;
	font-weight: 300;
}
.link-cursos:hover {
	transition: .2s all;
	color: #003871;
	text-decoration: none;
}
.nav-link-drop:hover {
	color: #fff;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.btn-padrao {
	background-color: #f1c40f;
	border: 2px solid #f1c40f;
	border-radius: .7em;
	color: #fff !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao:hover {
	background-color: #f1c40f;
	color: #fff !important;
	transition: .2s all;
}
.btn-padrao2 {
	background-color: #72f291;
	border: 2px solid #72f291;
	border-radius: .7em;
	color: #fff !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao2:hover {
	background-color: #72f291;
	color: #fff !important;
	transition: .2s all;
}
.btn-header {
	background-color: #fff;
	border: 2px solid #999999;	
	border-radius: .7em;
	color: #999999!important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-header:hover {
	background-color: #999999;
	border: 2px solid #fff;	
	border-radius: .7em;
	color: #fff!important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color:#80368c;
	color: white;
	padding: 1em;
	border: 1px solid #fff;
	width: 15em;
	left: -15em;
	top: -2em;
}
.dropdown-menu li:hover {
	background-color: rgba(0,0,0,.5);
	transition: .4s all;
}
.dropdown-menu a:hover {
	text-decoration: none;
	color: #fbbf09;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid rgb(255,255,255);
}
.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-copy {
	background-color: #3b123d;
	color: #fff;
}
.footer-escolaemsite {
	background-color:#80368c;
	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;
}
.btn-equipe {
	background-color:#0068be;
	color: white;
	border: solid 2px white;
	border-radius: .7em;
	padding: .3em 1.5em;
	transition: .2s all;
}
.btn-menu {
	background-color:rgba(0, 0, 0, 0.2);
	color: white;
	border: solid 2px white;
	border-radius: .7em;
	padding: .2em .5em;
	transition: .2s all;
}
.card-noticia {
	width: 95% !important;
}
.img-noticia {
	border-radius: 1em 1em 0 0;
}
.rodape-card-noticia {
	background-color: #3b123d;
	color: #FFF;
	padding: 1em;
	border-radius: 0 0 1em 1em;	
}
.btn-noticia {
	background-color: #3b123d;
	color: #fff;
	border: 2px solid #fff;
	border-radius: .7em;
	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:  #3b123d;
	border: 2px solid #3b123d;
	text-decoration: none;
}
.btn-podcast {
	background-color: #1e84c7;
	color: #fff;
	border: 2px solid #fff;
	border-radius: .7em;
	padding: .4em 1.5em;
	transition: .4s all;
	text-decoration: none;
	cursor: pointer;
}
.btn-podcast:hover {
	background-color: #fff;
	transition: .2s all;
	transform: scale(1.05);
	color:  #1e84c7;
	border: 2px solid #1e84c7;
	text-decoration: none;
}
.sideitem-agende{
	align-items: start;
	background-color: #e5e5e5;
	border-radius: 20px;
	color: #000;
	display: flex;
	font-family: "Gotham";
	font-size: 16px;
	font-weight: 700;
	left: -115px;
	height: 12em;
	justify-content: flex-start;
	letter-spacing: 1px;
	padding: 1em 1.5em;
	position: relative;
	transition: all .2s;
	transform: rotate(-90deg);
	white-space: nowrap;
	text-decoration: none;
}
.sideitem-agende:hover{
	background-color: #dbdbdb;
	right: -120px;
	transition: all .4s;
	color: #7b7b7b;
	text-decoration: none;
}
.sideitem-agende p {
	margin-bottom: 10px;
	margin-top: 115px;
}
.linha-home{
	display: flex;
	flex: 1;
	height: 1px;
	margin-left: 8px;
	background: #556373;
}
@media (min-width: 1281px) {
	.sidemenu{
		display: block;
		position: fixed;
		top: 45%;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
	}
}
@media (min-width: 320px) and (max-width: 1280px) {
	#sidenav_menu.sidenav_size {
		width: 100%;
	}
	.sidenav {
		padding-top: 0;
	}
	.navbar {
		position: relative;
	}
	#banners,
	#ensino,
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#galeria,
	#showgal,
	#galeria-exibe,
	#videos,
	#trabalhe_conosco,
	#avaliacoes,
	#avaliacoes2 {
		margin-top: 0px;
	}
	.navbar img{
		margin-left: 1em;
	}
	.linha-home{
		display: none;
	}
	.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: 0;
		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%;
	}
	.footer-escolaemsite {
		padding-bottom: 5em;
	}
	.dropdown-menu {
		width: 95%;
	}
}
@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;;
	}
}