@font-face { font-family: 'RobotoSlabRegular'; src: url('../fonts/roboto/RobotoSlab-Regular.ttf'); }
@font-face { font-family: 'RobotoRegular'; src: url('../fonts/roboto/Roboto-Regular.ttf'); }
@font-face { font-family: 'RobotoLight'; src: url('../fonts/roboto/Roboto-Light.ttf'); }
@font-face { font-family: 'Helvetica'; src: url('../fonts/helvetica-1.otf'); }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald/Oswald-Regular.ttf'); }
@font-face { font-family: 'OswaldBold'; src: url('../fonts/Oswald/Oswald-Bold.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: "RobotoLight", sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	background-color: #fff;
	scroll-behavior: smooth;
	max-height: 100%;
}
.topo img{
	width: 144px;
	transition: 0.3s all;
}
.topo {
	-webkit-box-shadow: 0px 0px 10px -5px #777; 
	box-shadow: 0px 0px 10px -5px #777;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: 0.3s all;
}
.topo.scrolled{
	height: auto;
	transition: 0.3s all;
	position: fixed;
	top: 0;
}
.topo.scrolled img{
	width: 100px;
	transition: 0.3s all;
}
#redes-topo {
	background-color:#fff;
	color: #fff;
	display: flex;
}
#redes-topo.scrolled {
	display: none;
}
.espaco-logo{
	margin-top: -1em;
}
.espaco-logo.scrolled{
	margin-top: 0;
}
.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-menu {
	background-color: #084782;
	border: 1px solid #002165;
}
#redes-topo a {
	color: #fff;
}
.nav-item,
.nav-link {
	color: #fff;
	font-family: "RobotoLight", sans-serif;
	font-size: 15.5px;
	font-weight: 300;
	transition: .4s all;
}
.nav-cor{
	color: #084782!important;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #084782!important;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
}

.nav-cor:hover{
	color: #fff!important;
	background-color: #084782b8!important;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.link-cursos,
.titulo-padrao {
	color: #1F1F1F;
	font-weight: 700;
	transition: .2s all;
	font-family: "OswaldBold", sans-serif;
}
.titulo-padrao2 {
	color: #929292;
	font-weight: 900;
	transition: .2s all;
	font-size: 3em;
	font-family: "OswaldBold", sans-serif;
}
.titulo-padrao3 {
	color: #FFF;
	font-weight: 900;
	transition: .2s all;
	font-size: 3em;
	font-family: "OswaldBold", sans-serif;
}
.titulo-azul {
	color: #084782;
	font-weight: 900;
	transition: .2s all;
	font-size: 1.2em;
	font-family: "OswaldBold", sans-serif;
}
.titulo-amarelo {
	color: #6fd6ff;
	font-weight: 900;
	transition: .2s all;
	font-size: 1.2em;
	font-family: "OswaldBold", sans-serif;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #fff;
	color: #084781;
	padding: 1em;
	border: 1px solid #084781;
	width: 18em;
}
.dropdown-menu li:hover {
	background-color: rgba(244,222,91,.2);
	transition: .4s all;
}
.dropdown-menu a:hover {
	text-decoration: none;
	color: #fbbf09;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,.2);
}
.dropdown-toggle::after {
	display: none;
}
.footer-escolaemsite {
	background-color: #084782;
	color: #fff;
}
.footer-escolaemsite a {
	color: #fff;
	text-decoration: none;
}
.footer-escolaemsite ul {
	list-style: none;
	padding: 0;
}
.direitos {
	background-color: #094379;
	color: #fff;
}
.direitos a {
	color: #fff;
	text-decoration: none;
}
.direitos ul {
	list-style: none;
	padding: 0;
}
.btn-matricula,
.btn-padrao,
.btn-equipe {
	background-color: #F5DE5C;
	color: #000;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-matricula:hover,
.btn-padrao:hover,
.btn-equipe:hover {
	transition: .4s all;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.btn-padrao-1 {
	background-color: #084782;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 20px;
	font-family: 'OswaldBold', sans-serif;
	transition: .2s all;
	width: fit-content;
	text-decoration: none;
}
.btn-padrao-1:hover {
	background-color: #FFE163;
	color: #084782;
	border-radius: 20px;
	transition: .2s all;
}
.btn-padrao-2 {
	background-color: #084782;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 20px;
	font-size: 1rem;
	font-family: 'OswaldBold', sans-serif;
	transition: .2s all;
	width: fit-content;
	text-decoration: none;
}
.btn-padrao-2:hover {
	background-color: #FFE163;
	color: #084782;
	border-radius: 20px;
	transition: .2s all;
}
.btn-noticia {
	background-color: #1F1F1f;
	border: none;
	border-radius: .7em;
	color: #fff;
	cursor: pointer;
	padding: .5em 1.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-noticia:hover {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: .7em;
	color: #000;
	text-decoration: none;
	transition: .4s all;
}
.texto-noticia {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4 !important; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.texto-evento {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2 !important; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.visitas {
	min-height: 75vh;
}
.btn-atendimento:focus {
	background-color: #F5DE5C;
	color: #000;
}
.row-data {
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.diames {
	background-color: #F5DE5C;
	color: #000;
}
.horarios span {
	margin: 0 .2em;
}
.horarios button:focus {
	background-color: #F5DE5C;
}
.btn-visita {
	background-color: transparent;
	color: #fff !important;
	font-weight: 700;
	padding: .2em 2em;
	transition: .2s all;
}
.btn-visita:hover {
	color: #f4de5b !important;
	text-decoration: none;
	transition: .4s all;
}
.link-redes {
	background-color: #fff;
	color: #084782 !important;
	transition: .2s all;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.link-redes:hover {
	background-color: rgba(255,255,255,.75);
	color: #084782 !important;
	transition: .4s all;
}
.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;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.politica {
	background-color: #333333;
	bottom: 0px;
	height: 60px;
	padding: .1em 0;
	position: fixed;
	right: 0px;
	width: 100%;
	z-index: 999 !important;
	font-size: 12px;
	display: flex;
	align-items: center;
}
#videohome {
	box-shadow: inset 0px 11px 8px -10px #CCC,
	inset 0px -11px 8px -10px #CCC;
}
.bg-video {
	background-color: #e6e6e6;
}
#cards {
	background-color: #efefef;
	color: #fff;
}
#cards a {
	color: #fff;
	text-decoration: none;
	transition: .2s all;
}
#cards a:hover {
	text-decoration: none;
	color: #fff;
	transform: scale(1.05);
	transition: .4s all;
}
.card-single{
	background: rgb(30,31,31);
	background: linear-gradient(0deg, rgba(5,45,84,1) 0%, rgba(8,71,129,1) 100%);
	border-radius: 15px;
	padding: 2em 0;
	height: 250px;
	border: 2px solid #fff;
}
.font-card{
	color: #fff;
	font-weight: 900;
	font-size: 1.5em;
	font-family: "Oswald", sans-serif;
}
.border-title-home {
	border-bottom: .5em solid #f4de5b;
	max-width: 5em;
}
.icon-diferenciais {
	color: #fff;
	transition: .4s all;
}
.icon-diferenciais:hover {
	transition: .2s all;
	transform: scale(1.1);
}
.img-equipe {
	transition: .2s all;
}
.img-equipe:hover {
	transition: .4s all;
	transform: scale(1.05);
}
.sideitem-agende{
	background-color: #084782;
	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);
	/*transform: rotate(90deg);*/
	white-space: nowrap;
	margin-top: 100px;
	font-size: 13px;
	letter-spacing: 3.9px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "RobotoLight", sans-serif;
}
.sideitem-agende:hover{
	left: -80px;
	/*left: -120px;*/
	font-weight: 700;
	transition: all .4s;
	color: #fff;
	text-decoration: none;
}
.sideitem-agende p {
	margin-bottom: 10px;
	margin-top: 77px;
}
.sidemenu {
	-webkit-animation: breathing 2s ease-out infinite normal;
	animation: breathing 2s ease-out infinite normal;
	-webkit-font-smoothing: antialiased;
}
.img-interna {
	height: 100%;
}
.btn-diferenciais {
	background-color: #F4DE5B;
	color: #000;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
	text-decoration: none;
}
.btn-diferenciais:hover {
	background-color: #fff;
	color: #000 !important;
	border: none;
	border-radius: .7em;
	padding: .5em 2.5em;
	transition: .2s all;
	text-decoration: none;
}
#diferenciais {
	background-color: #084782;
	color: #fff;
}
.linha-diferenciais {
	border-top: 1px solid #fff;
}
.card-diferenciais {
	border-left: 1px solid #fff;
}
.txt-ensino{
	color: #929292;
	font-family: 'Fira Sans', sans-serif;
	text-align: left;
}
.titulo-ensino{
	font-family: 'Fira Sans', sans-serif;
	color: #313131; 
	text-align: left;
	font-weight: bold;
}
.setaAmarela {
	width: 100px;
	margin-bottom: -1em;
}
#adicionais,
#regulamentos,
#sobre,
#equipe,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#trabalhe_conosco,
#avaliacoes2,
#formulario,
#podcast,
#concursodebolsas,
#matriculas,
#rematriculas,
#esportes,
#lideremmim,
#mindmakers,
#x-saber,
#auloes,
#orientacao_educacional,
#clube_eureka_fundamental,
#clube_eureka_medio,
#ESG {
	padding-top: 9em;
}
@media (min-width: 1281px) {
	.sidemenu{
		display: block;
		position: fixed;
		top: 30%;
		left: 0px;
		/*right: -200px;*/
		transform: translateY(-50%);
		z-index: 2;
		color: #fff;
	}
}
@media (min-width: 320px) and (max-width: 1280px) {
	.borda-menu {
		display: none;
	}
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
	.icone-whatsapp {
		bottom: 5%;
		right: 10%;
	}
	.sidemenu{
		position: fixed;
		bottom: 0 !important;
		z-index: 1;
		width: 100%;
	}
	.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;
	}
}
@media (min-width: 768px) and (max-width: 1028px) {
	#navbarmenu {
		display: none !important;
	}
	.custom-toggler {
		display: flex !important;
	}
}
@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;
	}
}