@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');
}
body, html {
	font-family: 'Gotham';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #fff;
	scroll-behavior: smooth;
}
.btn-padrao{
	background-color: #252768;
	color: white !important;
	border-radius: 7px;
	padding: .5em 1em;
	text-align: center;
	transition: 0.2s;
	font-weight: 700;
	text-decoration: none;
}
.btn-padrao:hover{
	background-color: #252768;
	color: white !important;
	text-decoration: none;
	transition: 0.2s;
}
.dropdown-menu {
	background-color: #252768;
	color: white;
	border: 1px solid white;
	width: 17em;
}
.dropdown-menu li:hover {
	background-color: #aeadae;
	transition: .4s all;
}
.dropdown-menu a:hover {
	text-decoration: none;
	color: #071f77;
}
.footer-escolaemsite {
	background-color: #141490;
	color: #fff;
}
.footer-escolaemsite a {
	color: #fff;
	text-decoration: none;
}
.footer-escolaemsite ul {
	list-style: none;
	padding: 0;
}
.nav-link:hover{
	color: #fff !important;
}
.nav-link {
	text-transform: uppercase;
}
.navbar-brand a {
	text-decoration: none;
}
.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.7)' 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);
	height: 40px;
} 
.dropdown-menu-custom {
	background-color: #252768;
	color: #fff;
	min-width: 17em;
	border: none;
	box-shadow: 0 0 .4em rgba(0,0,0,.4);
	top: 110%;
	left: -15%;
	z-index: 2;
}
.dropdown-menu-custom li {
	color: #fff;
	padding: 0 1.5em;
	font-size: .8em;
}
.dropdown-menu-custom li:hover {
	background-color: rgba(255,255,255,.2);
}
.dropdown-menu-custom a {
	color: #fff;
}
.dropdown-menu-custom a:hover {
	text-decoration: none;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid #fff;
}
.dropdown-toggle::after {
	display: none;
}
#menu-topo {
	color: #629CFF;
	font-size: .9em;
	position: fixed;
	top: 0;
	z-index: 1050;
}
#menu-topo a {
	color: #629CFF;
	margin-right: 20px;
}
.nav-item:hover {
	border-bottom: .2em solid #fff100;
	padding: 0em 0;
}
.nav-item a {
	text-decoration: none;
}
.redes-mobile {
	display: none;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.texto-noticia {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4 !important; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.btn-noticia {
	background-color:#e8e8e8;
	color: #3c3b3b !important;
	border: 1px solid #3c3b3b;
	border-radius: 10px;
	transition: .2s all;
	cursor: pointer;
	text-decoration: none;
}
.btn-noticia:hover {
	transition: .4s all;
	transform: scale(1.05);
	color: #132d42; 
	font-weight: bold;
	text-decoration: none;
}
.menu-mobile {
	display: none;
}
.textolink {
	align-items: center !important;
}
.banner-main{
	height: auto;
}
#headertop{
	background-color: rgba(37, 39, 104, 0.8);
	height:120px;
	margin: 0 2em;
	border-radius: 1em;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: fixed;
	top: 40px;
}
#menu-topo {
	background: transparent;
	height: 40px;
	width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.img-equipe {
	transition: .2s all;
}

.img-equipe:hover {
	transition: .4s all;
	transform: scale(1.05);
}
.sidemenu{
	display: block;
	position: fixed;
	top: 45%;
	/*left: -30px;*/
	right: -200px;
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
}
.sideitem-agende{
	background-color: #141490;
	padding: 0 1em;
	color: #fff;
	height: 8em;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	position: relative;
	left: -100px;
	transition: all .2s;
	transform: rotate(-90deg);
	-moz-transform: rotate(90deg);
	/*transform: rotate(90deg);*/
	white-space: nowrap;
	margin-top: 100px;
	font-size: 11px;
	letter-spacing: 3.9px;
	text-transform: uppercase;
	font-family: Gotham, sans-serif;
	border-radius: 10px;
}
.sideitem-agende:hover{
	/*left: -80px;*/
	left: -120px;
	font-weight: 700;
	transition: all .4s;
	color: #fff;
	text-decoration: none;
}
.card-noticia {
	width: 95% !important;
}
.rodape-card-noticia {
	background-color: #e8e8e8;
	color: #3c3b3b;
	padding: 1em;
	border-radius: 0 0 1.5em 1.5em;
	height: 7em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.img-noticia {
	height: 230px;
	object-fit: cover;
}
.navbar { 
	-webkit-transition:padding 0.2s ease; 
	-o-transition:padding 0.2s ease;        
	transition:padding 0.2s ease;  
}
.textolink a{
	color: #fff !important;
	font-weight: 500;
	font-family: Gotham, sans-serif;
	font-size: 1em;
	margin: 10px;
}
.textolink-topo a{
	color: #fff !important;
	font-weight: 700;
	font-family: Gotham, sans-serif;
	font-size: 0.9em;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}
#contato{
	padding-top: 100px !important;
	height: 400px;
	border-bottom: 100px;
	background-color: #f3f3f3;
	width: 100%;
	margin: 20px 0 0 0 !important;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);

}
.navbar.scrolled {
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: .8;
	width: auto;
	transition: .5s ease-in-out;
	position: fixed !important;
	top: 0 !important;
}
#menu-topo.hidden {
	display: none;
}
.visitas {
	min-height: 75vh;
}
.btn-atendimento:focus {
	background-color: #141490;
	color: #fff;
}
.row-data {
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.diames {
	background-color: #141490;
	color: #fff;
}
.horarios span {
	margin: 0 .2em;
}
.horarios button:focus {
	background-color: #141490;
	color: #fff;
}
.btn-visita {
	background-color: transparent;
	color: #fff !important;
	font-weight: 700;
	padding: .2em 2em;
	transition: .2s all;
}
.btn-visita:hover {
	color: #141490 !important;
	text-decoration: none;
	transition: .4s all;
}
.btn-matricula {
	background-color: #141490;
	color: #fff;
}
.footer-escolaemsite {
	background-color: #242667;
}
.sidemenu {
	-webkit-animation: breathing 2s ease-out infinite normal;
	animation: breathing 2s ease-out infinite normal;
	-webkit-font-smoothing: antialiased;
}
.img-interna {
	height: 100%;
}
.sideitem-agende p {
	margin-bottom: 10px;
	/*margin-top: 77px;*/
	margin-top: 7px;
}
.border-title-home {
	border-bottom: .5em solid #005591;
	max-width: 5em;
}
.btn-matricula,
.btn-equipe {
	background-color: #005591;
	color: white;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
}
.btn-matricula:hover,
.btn-equipe:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.btn-diferenciais {
	background-color: #fff100;
	color: black;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-diferenciais:hover {
	background-color: #0e1042;
	color: white;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
	text-decoration: none;
}
#diferenciais {
	background-color: #252768;
	color: #fff;
}
#diferenciais a:hover {
	color: #fff;
	text-decoration: none;
}
.linha-diferenciais {
	border-top: 1px solid #fff;
}
.card-diferenciais {
	border-left: 1px solid #fff;
}
#ensino {
	margin-top: 160px;
}
/*--------- MEDIA QUERY MOBILE \/ */
@media (min-width: 320px) and (max-width: 1028px) {
	#ensino {
		margin-top: 120px;
	}
	#headertop{
		background-color: #141490;
		position: fixed;
		height: 120px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		text-align: center;
		top: 0;
		margin: 0;
		border-radius: 0;
	}
	#menu-topo {
		background: transparent;
		height: 30px;
		width: 100%;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.dropdown-menu-custom {
		min-width: 0;
	}
	.nav-item:hover {
		border-bottom: none;
		padding: 0;
	}
	.linkmenu {
		background-color: #141490;
		color: #fff;
		align-items: center;
		justify-content: center;
		line-height: 2em;
		padding: 1em;
		margin-top: .5em;
	}
	.textolink{
		justify-content: center;
		left: 0px !important; 
	}
	.banner-main{
		height: auto;
	}
	.btn-matricule{
		display: none;
	}
	
	.contact-form-1 {
		padding: 2em 0;
	}
	.menu-mobile{
		display: flex;
		width: 100vw;
	}
	.textolink a {
		margin: 0 !important;
	}
	#menu-topo {
		display: none !important;
	}
	.redes-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1em 0;
	}
	.redes-mobile a {
		color: white;
		text-decoration: none;
	}
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
	.navbar-brand{
		display: none;
	}
	.sidemenu{
		position: fixed;
		bottom: 0 !important;
		z-index: 1;
		width: 100%;
	}
	.sideitem-agende{
		background-color: #141490;
		color: #fff;
		font-size: 13px;
		letter-spacing: 3.9px;
		text-transform: uppercase;
		font-family: "Roboto";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4em;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(0deg);
		padding: 1em;
		white-space: nowrap;
	}
	.sideitem-agende p {
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 1028px) {
	#navbarmenu {
		display: none !important;
	}
	.custom-toggler {
		display: flex !important;
	}
}
@media screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu-custom, .btn-group:hover .dropdown-menu-custom{
		display: block;
	}
	.dropdown-menu-custom{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}