@font-face {
	font-family: 'exo';
	src: url('../fonts/gotham.otf');
}
@font-face {
	font-family: 'bebas-neue-bold';
	src: url('../fonts/bebas-neue-bold.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');
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.ttf');
}
@font-face {
	font-family: 'Madani-Extra-Bold';
	src: url('../fonts/Madani-Extra-Bold.ttf');
}
@font-face {
	font-family: 'bebas-neue-bold';
	src: url('../fonts/bebas-neue-bold.otf');
	font-display: swap;
}
@-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: 'exo';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	scroll-behavior: smooth;
	background-color: #edf2f5;
}
.textoGeral {
	color: #025f97;
	font-size: 4em;
	font-family: 'bebas-neue-bold', sans-serif;
	line-height: 0.7em;
}
.textoSubGeral {
	font-family: 'bebas-neue-bold', sans-serif;
	margin: 0;
	font-size: 2em;
	color: #242138;
}
.btn-diferenciais {
	color: #fff;
	border: 2px solid #fff;
	border-radius: .5em;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
	display: inline-block;
}
.btn-diferenciais:hover {
	background-color:#08233d;
	color: #fff;
	text-decoration: none;
	transition: .2s all;
}
.navbar {
	background-color: #0b4983;
	border-bottom: 1px solid #fff;
	position: fixed;
	top: 0;
	transition: 0.3s all;
	width: 100%;
	z-index: 3;
	padding: 0!important;
}

.navbar img{
	width: 150%!important;
	transition: 0.3s all;
}
.subl-nav {
	color: #fff;
	font-size: 12px;
}
.link-redes {
	color: #fff;
}
.link-redes:hover {
	color: #E72666;
}
.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(255,255,255,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(255,255,255,.3);
} 
#nav-topo {
	background-color: #0b4983;
	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: #434040 !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 {
	color: #fff;
}
.link-header {
	color: #fff;
	text-decoration: none;
}
.link-header:hover {
	color: #fff;
}
.nav-item,
.nav-link {
	color: #fff;
	font-family: exo;
	font-size: 1em;
	font-weight: 700;
	transition: .4s all;
}
.nav-link-drop {
	color: #fff;
	font-weight: 300;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #fff;
	text-decoration: none;
}
.nav-link-drop:hover {
	color: #fff;
}
.nav-link:focus {
	color: #fff;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.btn-padrao {
	background-color: #0b4983;
	color: white;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-padrao:hover {
	background-color: #084782;
	color: #fff;
	border: none;
	border-radius: .7em;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-home {
	background-color: #E72666;
	border: 2px solid #E72666;
	border-radius: .5em;
	color: #fff !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-home:hover {
	background-color: #fff;
	color: #E72666 !important;
	transition: .2s all;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #0b4983;
	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: "exo";
	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: #5ad1b5;
	border-radius: 50%;
	transition: 1s all;
	bottom: 50px;
	height: 90px;
	padding: .1em 0;
	position: fixed;
	right: 50px;
	width: 90px;
	z-index: 999 !important;
	border: 13px solid #51bda4;
}

@media and (-webkit-min-device-pixel-ratio:0) {
	.icone-whatsapp{
		right: 0%;
	}
}
.footer-escolaemsite {
	background-color: #0b4983;
	color: #fff;
}
.footer-titulo {
	color: #fff;
	font-size: 2em;
	font-family: 'bebas-neue-bold', sans-serif;
	line-height: 0.7em;
}
.footer-escolaemsite a {
	text-decoration: none;
	color: #d2d2cf;
}
.linha-footer {
	border-top: 7px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #E72666, #EC6514);
	opacity: 1;
	margin-top: 0;
}
.footer-copy {
	background-color: #0b4983;
	color: #fff;
}
.btn-escola {
	background-color: #434040;
	color: #fff;
	border-radius: .5em;
	padding: 1em 2em;
	text-decoration: none;
	transition: .2s all;
}
.btn-escola:hover {
	background-color: #fff;
	color:  #434040;
	border:  1px solid #434040;
	font-weight: 900;
	transition: .4s all;
}
.card-noticia {
	width: 98% !important;
}
.img-noticia {
	border-radius: 1em 1em 0 0;
}
.rodape-card-noticia {
	border-top: 7px solid;
	border-top-style: solid;
	border-bottom-width: 0;
	border-top-width: 4px;
	border-left-width: 0;
	border-right-width: 0;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #E72666, #EC6514);
	-moz-border-image: -moz-linear-gradient(to left, #E72666, #EC6514);
	-webkit-border-image: -webkit-linear-gradient(to left, #E72666, #EC6514);
	background-color: #fff;
	color: #E72666;
	padding: 1em 1em 0 1em;
	border-radius: 0 0 1em 1em;
	min-height: 10em;
}

.btn-noticia {
	background-color: #434040;
	color: #fff;
	border: 2px solid #fff;
	border-radius: .5em .5em 0 0;
	padding: .4em 1.5em;
	transition: .4s all;
	text-decoration: none;
	cursor: pointer;
}
.btn-noticia:hover {
	background-color: #fff;
	transition: .2s all;
	color: #434040;
	border: 2px solid #434040;
	text-decoration: none;
}
#regulamentos,
#sobre,
#equipe,
#respSocial,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#trabalhe_conosco,
#avaliacoes2,
#formulario,
#podcast,
#depoimentos, 
#iniciacao_cientifica,
#olimpiadas,
#educacross,
#sistema_anglodeensino,
#lista,
{
	margin-top: 100px;
}
#banners {
	margin-top: -75px;
	background-color: #f2f3f3;
}
.menu-mobile{
	display: none;
}
.menu-desktop{
	display: flex;
}
.school-card2 {
	background-color: transparent;
	transition: .1s all;
	border: 2px solid #fff;
	box-shadow: none !important;
	border-radius: 3em;
}

.school-card2:hover {
	transition: .1s all;
	cursor: pointer;
}
.titulo-card2{
	color: #fff;
	font-size: 2em;
	font-family: 'bebas-neue-bold', sans-serif;
	line-height: 0.7em;
}
.texto-card2{
	color: #fff;
	font-size: 1.2em;
}
.circulo-maior2{
	background-color: #0e3a63;
	height: 105px;
	width: 105px;
	border-radius: 50%;
}
.circulo-menor2{
	background-color: #0b4983;
	height: 65px;
	width: 65px;
	border-radius: 50%;
}

@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: 1280px) {
	.navbar img {
		width: 125%!important;
	}
	.menu-mobile{
		display: flex;
	}
	.menu-desktop{
		display: none!important;
	}
	.navbar {
		-webkit-box-shadow: 0px 0px 10px -5px #777; 
		box-shadow: 0px 0px 10px -5px #777;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 15%;
		transition: 0.3s all;
		background-color: #0b4983!important;
	}
	#banners,
	#ensino,
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#galeria,
	#showgal,
	#galeria-exibe,
	#videos,
	#trabalhe_conosco,
	#avaliacoes2,
	#formulario,
	#podcast
	#olimpiadas,
	#educacross,
	#iniciacao_cientifica,
	#hightea,
	#capelania, {
		margin-top: 100px;
	}
	.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: 0;
		right: -10%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1500px){
	.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;
	}
	.nav-link {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.pad-mobile{
		padding: 0!important;
	}
}
@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;;
	}
}