@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: 'Helvetica';
	src: url('../fonts/helvetica-1.otf');
}
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;900&display=swap');
font-family: 'Exo', sans-serif;

@-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: #000;
	background-color: #fff;
	scroll-behavior: smooth;
	max-height: 100%;
}
.brand-sistema {
	position: absolute;
	top: -.5em;
	left: 2em;
	width: 240px;
}
.nav-link-custom {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: .85rem;
	font-weight: 600;
	color: #005490;
	text-decoration: none;
}
.nav-link-custom:hover {
	color: #005490;
	border-bottom: 3px solid #E5E5E5;
}
.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");
}
.cima {
	background-color: #fff;s	
}
.custom-toggler.navbar-toggler {
	border-color: rgba(0,0,0,.3);
}
.dropdown-menu {
	background: #fff;
	color: #fff !important;
	padding: .5em;
	min-width: 20em;
}
.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;
}
.dropdown-toggle::after {
	display: none;
}
.nav-link-drop {
	color: #fff;
	text-decoration: none;
	padding: 1em 0;
}
.nav-link-drop:hover {
	color: #fff;
}
.btn-padrao1 {
	background-color: #0977c6;
	border-radius: 1em;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	padding: .3em 1em;
	transition: .4s all;
}
.btn-padrao1:hover {
	color: #fff;
	transition: .2s all;
}
.btn-padrao2 {
	background-color: #005490;
	border-radius: 3em;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	padding: .3em 1em;
	transition: .4s all;
}
.btn-padrao2:hover {
	background-color: #0977c6;
	color: #fff;
	transition: .2s all;
}
.btn-padrao3 {
	background-color: #ffffff;
	border-radius: 3em;
	color: #005490;
	cursor: pointer;
	font-weight: 500;
	margin: 2em 0;
	padding: 1em 3em;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.btn-padrao3:hover {
	background-color: #0977c6;
	color: #fff;
	transition: .2s all;
}
.btn-padrao4 {
	background-color: #005490;
	border-radius: 3em;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao4:hover {
	background-color: #0977c6;
	color: #fff;
	transition: .2s all;
}
#nav-menu {
	background-color: #fff;
}
#redes-topo {
	background-color: #000;
	color: #fff;
}
#redes-topo a {
	color: #fff;
}
.nav-item,
.nav-link {
	color: #3f403e;
	font-family: "Exo";
	text-rendering: optimizeLegibility !important;
	font-weight: 500;
	transition: .4s all;
	font-size: 18px;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #eb5e0b;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
}
.nav-link:visited {
	color: #000 !important;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.link-cursos,
.titulo-padrao {
	color: #1F1F1F;
	font-weight: 700;
	transition: .2s all;
}
.titulo-padrao2 {
	color: #1F1F1F;
	font-weight: 900;
	transition: .2s all;
	font-size: 3em;
}
.titulo-padrao3 {
	color: #005490;
	font-weight: 900;
	font-size: 3em;
}
.titulo-amarelo{
	color: #005490;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,.2);
}
.footer-escolaemsite {
	background-color: #eb5e0b;
	color: #fff;
}
.footer-escolaemsite a {
	color: #fff;
	text-decoration: none;
}
.footer-escolaemsite ul {
	list-style: none;
	padding: 0;
}
.direitos {
	background-color: #3f403e;
	color: #fff;
}
.direitos a {
	color: #fff;
	text-decoration: none;
}
.direitos ul {
	list-style: none;
	padding: 0;
}
.btn-matricula,
.btn-padrao,
.btn-equipe {
	background-color: #424341;
	color: #fff;
	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: #fff;
	font-weight: 600;
	text-decoration: none;
}
.btn-noticia {
	background-color: #1F1F1f;
	border: none;
	border-radius: .7em;
	color: #fff;
	cursor: pointer;
	padding: .5em .5em;
	transition: .2s all;
	text-decoration: none;
	white-space: nowrap;
}
.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: #005490;
	color: #fff;
}
.row-data {
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.diames {
	background-color: #005490;
	color: #fff;
}
.horarios span {
	margin: 0 .2em;
}
.horarios button:focus {
	background-color: #005490;
}
.btn-visita {
	background-color: transparent;
	color: #fff !important;
	font-weight: 700;
	padding: .2em 2em;
	transition: .2s all;
}
.btn-visita:hover {
	color: #005490 !important;
	text-decoration: none;
	transition: .4s all;
}
.link-redes {
	color: #0f6c90;
	transition: .2s all;
}
.link-redes:hover {
	color: #005490 !important;
	transition: .4s all;
}
.whatsapp {
	position: fixed;
	bottom: 50px;
	right: 50px;
	background-color: #3f403e;
	border-radius: .5em;
	padding: .5em 0;
	z-index: 1;
}

#videohome {
	box-shadow: inset 0px 11px 8px -10px #CCC,
	inset 0px -11px 8px -10px #CCC;
}
.bg-video {
	background-color: #e6e6e6;
}
#cards {
	background: #eb5e0b;	
	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-color: #fff;
	border-radius: 150px 150px 150px 0px;
	padding: 2em 2em 0 2em;
	height: 250px;
	-webkit-box-shadow: 5px 3px 1px 0px #3f403e;
	-moz-box-shadow: 5px 3px 1px 0px #3f403e;
	box-shadow: 5px 3px 1px 0px #3f403e;
	width: 250px;
}
.font-card{
	color: #fff;
	font-weight: 900;
	font-size: 1.2em;
}
.border-title-home {
	border-bottom: .5em solid #005490;
	max-width: 5em;
}
.icon-diferenciais {
	color: #a8d941;
	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: #1f1f1f;
	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: "Segoe UI";
}
.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: #005490;
	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;
}

.linha-diferenciais {
	border-top: 1px solid #fff;
}
.card-diferenciais {
	border-left: 1px solid #fff;
}
.titulo-dif::after {
	content: '';
	margin-top: 0.25rem;
	background-image: url('assets/img/icones/banner_title_underline.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1rem;
	width: 30%;
	position: absolute;
	top: 1em;
	left: 35%;
}
.logo-topo{
	width: 75%;
}
@media (min-width: 1281px) {
	.sidemenu{
		display: block;
		position: fixed;
		top: 30%;
		left: -20px;
		/*right: -200px;*/
		transform: translateY(-50%);
		z-index: 1;
		color: #fff;
	}
}
@media (min-width: 320px) and (max-width: 1280px) {
	.borda-menu {
		display: none;
	}
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
 	.logo-topo{
 		width: 50%;
 	}
	.whatsapp {
		position: fixed;
		bottom: 10px;
		right: 25%;
		background-color: #26d365;
		z-index: 999 !important;
		border-radius: .5em;
		padding: .5em 0;
	}
	.whatsapp a {
		line-height: 20px !important;
	}
	.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;
	}
}