@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: black;
	scroll-behavior: smooth;
}
.nav-link:hover{
	color: #fff !important;
}
.nav-link:focus {
	color: #fff !important;
}
.nav-link {
	padding: 1rem;
	color: #fff;
}
.nav-item:hover {
	border-bottom: .2em solid rgb(255,255,255);
}
.nav-item a {
	text-decoration: none;
}
.navbar-brand a {
	text-decoration: none;
}
.contato-topo {
	color: #2b2a29;
	text-decoration: none;
}
.contato-topo:hover {
	color: #004485;
	text-decoration: none;
}
.dropdown-menu-custom {
	background-color: #002a4a;
	color: white;
	min-width: 17em;
	border: none;
	box-shadow: 0 0 .4em rgba(0,0,0,.4);
	top: 90%;
}
.dropdown-menu-custom li {
	padding: 0 1.5em;
	font-size: .9em;
}
.dropdown-menu-custom li:hover {
	background-color: rgba(255,255,255,.2);
}
.dropdown-menu-custom a:hover {
	text-decoration: none;
}
.dropdown-menu-custom-info {
	background-color: #963051;
	color: white;
	min-width: 17em;
	border: none;
	box-shadow: 0 0 .4em rgba(0,0,0,.4);
	top: 90%;
}
.dropdown-menu-custom-info li {
	padding: 0 1.5em;
	font-size: .9em;
}
.dropdown-menu-custom-info li:hover {
	background-color: rgba(255,255,255,.2);
}
.dropdown-menu-custom-info a:hover {
	text-decoration: none;
}
.dropdown-menu-custom-restrita {
	background-color: #2b2a29;
	color: #fff;
	min-width: 17em;
	border: none;
	box-shadow: 0 0 .4em rgba(0,0,0,.4);
	top: 2.5em;
	left: -5.5em;
}
.dropdown-menu-custom-restrita a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.dropdown-menu-custom-restrita li {
	padding: .5em 2em;
	font-size: .9em;
}
.dropdown-menu-custom-restrita li:hover {
	background-color: rgba(255,255,255,.2);
}
.dropdown-menu-custom-restrita a:hover {
	text-decoration: none;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.dropdown-toggle::after {
	display: none;
}
.redes-mobile {
	display: none;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.logo-mobile{
	display: none;
}
.link-header {
	list-style: none;
}
.link-header a{
	color: #fff;
	font-weight: 500;
	font-size: 1em;
}
.btn-atendimento {
	background-color: #963051;
	color: #fff;
}
.row-data {
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.diames {
	background-color: #963051;
	color: #fff;
}
.horarios span {
	margin: 0 .2em;
}
.horarios button:focus {
	background-color: #963051;
	color: #fff;
}
.footer-escolaemsite {
	background-color: #002a4a;
	color: #fff;
}
.footer-escolaemsite a {
	color: #fff;
	text-decoration: none;
}
.sidemenu {
	-webkit-animation: breathing 2s ease-out infinite normal;
	animation: breathing 2s ease-out infinite normal;
	-webkit-font-smoothing: antialiased;
}
.sideitem-agende{
	background-color: #004583;
	padding: 0 .7em;
	color: #fff;
	display: flex;	
	position: relative;
	transition: all .2s;
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: 2.9px;
	text-transform: uppercase;
	font-family: "Gotham";
	border-radius: 15px;
	text-decoration: none;
	border: 1px solid #fff;
}
.sideitem-agende:hover{
	left: -120px;
	font-weight: 700;
	transition: all .4s;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.btn-padrao {
	background-color: #f81e1d;
	color: white;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
	
}

.btn-padrao:hover {
	background-color: #f81e1d;
	color: #fff;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}
/*.btn-seg {
	background-color: #feed00;
	color: #002a4a;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
	
}

.btn-seg:hover {
	background-color: #feed00;
	color: #002a4a;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}*/
.btn-login {
	background-color: #2b2a29;
	color: white;
	border: white;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}
.navbar-light .navbar-toggler {
	border: 0;
	outline: 0;
}
.card-segmentos{
	transition: .4s all;
}
.card-segmentos:hover {
	transform: scale(1.05);
	transition: .2s all;
}
.icone-whatsapp {
	position: fixed; 
	bottom: 50px; 
	right: 50px; 
	background-color: #004586;
	z-index: 999 !important; 
	border-radius: .5em; 
	padding: .5em 0;
	border:  1px solid #fff;
}

/*Media Query - Desktop*/
@media screen and (min-width: 768px) {		
	.dropdown-menu.dropdown-menu-custom {
		margin-left: 120px;
		margin-top: -50px;
	}
	.dropdown:hover .dropdown-menu-custom, .dropdown-menu-custom-info, .btn-group:hover .dropdown-menu-custom{
		display: block;
	}
	.dropdown-menu-custom, .dropdown-menu-custom-info{
		margin-top: 0;
	}
	.dropdown:hover .dropdown-menu-custom-restrita, 
	.btn-group:hover .dropdown-menu-custom-restrita{
		display: block;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
	#nav-header{
		background-color:#002a4a;
		height: calc(100vh - 2em);
		width: 175px;
		margin: 0 2em;
		border-radius: 1em;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		position: absolute;
		top: 20px;
		z-index: 500;
		border: 1px solid #fff;
	}
	.menu-header{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: center ;
		flex-wrap: nowrap;
		height: 100%;
	}
	.link-header {
		align-items: center !important;
	}
	.banner-main{
		height: auto;
	}
	.img-equipe {
		transition: .2s all;
	}
	.img-equipe:hover {
		transition: .4s all;
		transform: scale(1.05);
	}
	.sidemenu{
		display: block;
		position: fixed;
		top: 30%;
		right: -200px;
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
	}
	.sideitem-agende{
		left: -100px;
		transform: rotate(90deg);
		height: 12em;
		margin-top: 100px;
		align-items: end;
		justify-content: flex-end;
	}
	.sideitem-agende p {
		margin-bottom: 20px;
		margin-top: 77px;
	}
}

/*Media Query - Mobile*/
@media (min-width: 320px) and (max-width: 768px) {
	.dropdown-menu,
	.dropdown-menu-custom,
	.dropdown-menu-custom-info {
		position: relative;
	}
	.nav-link{
		padding: 0;
	}
	.sidemenu{
		position: fixed;
		bottom: 0 !important;
		z-index: 1;
		width: 100%;
	}
	#nav-header{
		background-color: #963051;
		position: fixed;
		top: 0;
		height: 120px;
		width: 100%;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		text-align: center;
		z-index: 500;
	}
	#redes-topo {
		display: none;
	}
	.menu-header {
		background-color: #021341;
		color: #fff;
		align-items: center;
		justify-content: center;
		line-height: 2em;
		margin-top: .5em;
	}
	.link-header{
		justify-content: center;
		left: 0px !important; 
	}
	.sideitem-agende{
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4em;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(0deg);
		font-size: 1em;
		padding: 1em;
	}
	.sideitem-agende p {
		margin: 0;
	}
	.banner-main{
		margin-top: 120px;
		height: auto;
	}
	.btn-matricule{
		display: none;
	}
	.menu-mobile{
		width: 100vw;
		justify-content: space-between;
	}
	.link-header a {
		margin: 0 !important;
	}
	.redes-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 0 1em 0;
	}
	.redes-mobile a {
		color: white;
	}
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
	.logo-desktop,
	.navbar-brand{
		display: none;
	}
	.logo-mobile{
		display: block;
	}
	.icone-whatsapp {
		right: 25%;
	}
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#ensino,
	#eventos,
	#evento-detalhe,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#videos,
	#galeria,
	#showgal,
	#galeria-exibe,
	#matriculas,
	#podcast {
		margin-top: 120px;
	}
}