@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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');}
:root {
	--fonte-padrao: 'Montserrat', sans-serif;
	--cor-base-escuro: rgba(67,65,64,1);
	--cor-base-claro: #fff;
	--cor-padrao-1: #E58635;
	--cor-padrao-2: #B4292C;
	--cor-padrao-3: #5B5B62;
	--cor-padrao-4: #4D4D4D;
	--cor-padrao-5: #E1FFFD;
	--padrao-radius: 25px;
}
@-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: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #fff;
	scroll-behavior: smooth;
}
.logoescola,
.logosistema {
	width: 200px;
}
.footer-escolaemsite {
	background-color: var(--cor-padrao-3);
	color: #fff;
}
.footer-escolaemsite a {
	text-decoration: none;
	color: #fff;
}
.footer-copyright {
	background-color: var(--cor-padrao-4);
	color: #fff;
}
.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);
} 
#header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	background-color: #fff;
}
.navbar.scrolled{
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: .8;
	width: auto;
	transition: .5s ease-in-out;
	position: fixed !important;
	top: 0 !important;
}
.nav-menu {
	background-color: white;
	border: 1px solid white;
}
.redes-topo {
	background-color: var(--cor-padrao-3);
	color: white;
}
.redes-topo a {
	color: #fff;
	font-weight: 500;
	font-size: .875rem;
	text-decoration: none;
}
.nav-item,
.nav-link {
	color: var(--cor-padrao-3);
	font-weight: 500;
	font-size: .8rem;
	transition: .4s all;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: black;
	text-decoration: none;
}
.nav-link:focus {
	color: #000;
}
.borda-menu {
	border-right: 1px solid white;
	height: 5em;
}
.link-cursos,
.titulo-escola {
	color: #084783;
	font-weight: 700;
	transition: .2s all;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #fff;
	color: #000;
	padding: 0;
	border-radius: 3px;
	min-width: 15em;
}
.dropdown-menu li:hover {
	background-color: var(--cor-padrao-5);
	transition: .4s all;
}
.dropdown-menu a:hover {
	text-decoration: none;
	color: #000;
}
.line-dropdown {
	margin: 0;
	border-top: 1px solid var(--cor-padrao-3);
}
.dropdown-toggle::after {
	display: inline-block;
}
.btn-padrao-1 {
	background-color: var(--cor-padrao-1);
	border-radius: .5em;
	color: #000;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao-1:hover {
	background-color: #fff;
	color: #000;
	transition: .2s all;
}
.btn-padrao-2 {
	background-color: var(--cor-padrao-2);
	border: 1px solid var(--cor-padrao-2);
	border-radius: .5em;
	color: #fff;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao-2:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	transition: .2s all;
}
.btn-padrao-3 {
	background-color: #fff;
	border: 1px solid var(--cor-padrao-3);
	border-radius: .5em;
	color: #000;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao-3:hover {
	background-color: var(--cor-padrao-3);
	border: 1px solid #000;
	color: #fff;
	transition: .2s all;
}
.btn-escola,
.btn-equipe {
	border-radius: 30px;
	border: 2px solid #000;
	padding: .5rem;
	color: #fff;
	transition: .2s all;
	text-decoration: none;
	background-color: #000;
}
.btn-escola:hover,
.btn-equipe:hover,
.btn-whats:hover {
	transition: .4s all;
	transform: scale(1.05);
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: var(--cor-padrao-2);
	text-decoration: none;
	border: 2px solid var(--cor-padrao-2);
}
.btn-matricula,
.btn-padrao {
	background-color: #fff;
	border-radius: .7em;
	color: #000 !important;
	padding: .5em 1em;
	text-decoration: none;
	transition: .4s all;
	border: 2px solid #000;
	list-style: none;
}
.btn-matricula:hover,
.btn-padrao:hover {
	background-color: #000;
	color: #fff !important;
	transition: .2s all;
	border: 2px solid #000;
}
.btn-ensino {
	background-color: #e8e8e8;
	border-radius: .7em;
	color: #000 !important;
	padding: .5em .5em;
	text-decoration: none;
	transition: .4s all;
	border: 1px solid #bcbcbc;
}
.btn-noticia:hover {
	transition: .4s all;
	transform: scale(1.05);
	color: #f3e655;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none!important;
}
.btn-podcast {
	background-color: var(--cor-padrao-2);
	border-radius: .7em;
	color: #fff !important;
	padding: .5em .5em;
	text-decoration: none;
	transition: .4s all;
	border: 2px solid #fff;
}
.btn-podcast:hover {
	background-color: #fff;
	color: #000 !important;
	transition: .2s all;
	border: 2px solid #000;
}
.contato-topo{
	text-decoration: none!important;
}
.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: #f4de5b;
	color: #000;
}
.row-data {
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.diames {
	background-color: #f4de5b;
	color: #000;
}
.horarios span {
	margin: 0 .2em;
}
.horarios button:focus {
	background-color: #f4de5b;
}
.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 {
	color: #fff;
	transition: .2s all;
}
.link-redes:hover {
	color: #ff7c1c !important;
	transition: .4s all;
}
.whatsapp{
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 70px;
	width: 70px;
	background-color: #26d365;
	z-index: 999 !important;
	border-radius: 80px;
	-webkit-animation: breathing 2s ease-out infinite normal;
	animation: breathing 2s ease-out infinite normal;
	-webkit-font-smoothing: antialiased;
}
#videohome {
	box-shadow: inset 0px 11px 8px -10px #CCC,
	inset 0px -11px 8px -10px #CCC;
}
.barra-home {
	background-color: white;
	color: #fff;
}
.barra-home a {
	font-size: larger;
}
.barra-home a:hover {
	text-decoration: none;
	color: white;
}
.border-title-home {
	border-bottom: .5em solid #f87f0a;
	max-width: 5em;
}
.icon-diferenciais {
	color: #e6007e;
	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: #084783;
	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-transform: uppercase;
	font-family: "Roboto";
}
.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;
}
.linha-home{
	display: flex;
	flex: 1;
	height: 1px;
	margin-left: 8px;
	background: #556373;
}
#banners,
#sobre,
#agenda,
#avaliacoes2,
#equipe,
#galeria,
#showgal,
#galeria-exibe,
#matriculas,
#noticias,
#noticia-detalhe,
#projetos,
#regulamentos,
#tecnologia,
#videos,
#formulario,
#ensino,
#trabalhe_conosco {
	margin-top: 110px;
}
@media (min-width: 320px) and (max-width: 1280px) {
	.custom-toggler {
		position: absolute;
		right: 25px;
	}
	#banners,
	#sobre,
	#agenda,
	#avaliacoes2,
	#equipe,
	#galeria,
	#showgal,
	#galeria-exibe,
	#matriculas,
	#noticias,
	#noticia-detalhe,
	#projetos,
	#regulamentos,
	#tecnologia,
	#videos,
	#formulario,
	#ensino,
	#trabalhe_conosco {
		margin-top: 140px;
	}

	#redes-topo {
		display: none;
	}
	.linha-home{
		display: none;
	}
	.borda-menu {
		display: none;
	}
	.carousel-desktop {
		display: none;
	}
	.carousel-mobile {
		display: flex;
	}
	.whatsapp{
		position: fixed;
		bottom: 50px;
		right: 50px;
		height: 80px;
		width: 80px;
		background-color: #26d365;
		z-index: 999 !important;
		border-radius: 80px;
	}
	.whatsapp a {
		line-height: 80px !important;
	}
}
@media screen and (min-width: 769px) {
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
		right: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
	.btn-restrito {
		background-color:#b2018f;
		color: white;
		border: none;
		border-radius: .7em;
		padding: .5em;
		transition: .2s all;
	}
	.btn-whats {
		background-color:#b2018f;
		color: white;
		border: none;
		border-radius: .7em;
		padding: .5em;
		transition: .2s all;	
	}
	.dropdown-menu[data-bs-popper] {
		margin-top: 0;
		right: 0!important;
	}
}