@font-face {
	font-family: 'exo';
	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');
}
@font-face {
	font-family: 'Causten-Bold';
	src: url('../fonts/Causten-Bold.otf');
}
@font-face {
	font-family: 'Causten-Regular';
	src: url('../fonts/Causten-Regular.otf');
}
@-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: 'Causten-Regular';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #424242;
	scroll-behavior: smooth;
	background-color: #edf2f5;
}
.navbar-custom {
	background-color: #f4ece9;
	border-image: linear-gradient(to right,#e63323, #e63323) 30;
	-webkit-border-image: -webkit-linear-gradient(to right, #e63323, #e63323);
    border-width: 0px 0px 1px 0px;
    border-style: solid;
	box-shadow: 0px 0px 10px -5px #777;
	-webkit-box-shadow: 0px 0px 10px -5px #777; 
	position: fixed;
	top: 0;
	transition: 0.3s all;
	width: 100%;
	z-index: 3;
	padding: 0!important;
}

.navbar-custom img{
	width: 150%!important;
	transition: 0.3s all;
}
.subtexto-nav {
	color: #050506;
	font-size: 12px;
}
.link-redes {
	color: #050506;
}
.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: #434040;
	color: #050506;
}
#nav-topo a {
	color: #050506;
}
.btn-padrao-1 {
	color: #050506;
	background-color: transparent;
	border: 1px solid #e63323;
	border-radius: 5em;
	padding: .75em 2em !important;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao-1:hover {
	background: #e63323;
	background: -moz-linear-gradient(90deg, #e63323 0%, #e63323 100%);
	background: -webkit-linear-gradient(90deg, #e63323 0%, #e63323 100%);
	background: linear-gradient(90deg, #e63323 0%, #e63323 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e63323",endColorstr="#e63323",GradientType=1);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5em;
	text-decoration: none;
	transition: .2s all;
}
.btn-padrao-2 {
	color: #E72666;
	background-color: transparent;
	border: 1px solid #E72666;
	border-radius: 5em;
	padding: .75em 2em !important;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao-2:hover {
	background: rgb(231,38,102);
	background: -moz-linear-gradient(90deg, rgba(231,38,102,1) 0%, rgba(236,101,20,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231,38,102,1) 0%, rgba(236,101,20,1) 100%);
	background: linear-gradient(90deg, rgba(231,38,102,1) 0%, rgba(236,101,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e72666",endColorstr="#ec6514",GradientType=1);
	color: #fff;
	border: 1px solid #e72666;
	border-radius: 5em;
	text-decoration: none;
	transition: .2s all;
}
.link-topo,
.btn-footer {
	color: #050506;
	border: 2px solid #fff;
	border-radius: 2em;
	padding: 0 1em;
	margin: 1em;
	transition: .2s all;
}
.link-topo-b {
	color: #050506;
	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: #050506;
	font-weight: 700;
	transition: .2s all;
}
.barra-nav-topo {
	margin: 1em 0;
}
.border-footer {
	border-right: 1px solid #fff;
	height: 5em;
}
#nav-menu {
	color: #050506;
}
.link-header {
	color: #050506;
	text-decoration: none;
}
.link-header:hover {
	color: #050506;
}
.nav-item,
.nav-link {
	color: #050506;
	font-family: exo;
	font-size: .85rem;
	font-weight: 500;
	transition: .4s all;
}
.nav-link-drop {
	color: #050506;
	font-weight: 300;
	padding: .5rem;
}
.nav-link:hover,
.link-cursos:hover {
	transition: .2s all;
	color: #050506;
	text-decoration: none;
}
.nav-link-drop:hover {
	color: #050506;
}
.nav-link:focus {
	color: #050506;
}
.borda-menu {
	border-right: 1px solid #000;
	height: 5em;
}
.btn-padrao {
	background-color: transparent;
	border: 1px solid #E72666;
	border-radius: .5em;
	color: #E72666 !important;
	padding: .5em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-padrao:hover {
	background-color: #E72666;
	color: #fff !important;
	transition: .2s all;
}
.btn-home {
	background-color: #e63323;
	border: 1px solid #e63323;
	border-radius: 5em;
	color: #fff !important;
	padding: .75em 2em;
	text-decoration: none;
	transition: .4s all;
}
.btn-home:hover {
	background-color: #fbbb21;
	color: #fff !important;
	transition: .2s all;
}
.carousel-desktop {
	display: flex;
}
.carousel-mobile {
	display: none;
}
.dropdown-menu {
	background-color: #b3b3b3;
	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: #3fb652;
	border: 2px solid #edf2f5;
	border-radius: 5em 0 0 5em;
	position: fixed;
	bottom: 5em;
	right: -2%;
	height: 90px;
	width: 10em;
	padding: .1em 0;
	z-index: 2;
	transition: .2s all;
}

@media and (-webkit-min-device-pixel-ratio:0) {
	.icone-whatsapp{
		right: 0%;
	}
}
.icone-whatsapp:hover {
	transition: .4s all;
	right: -1px;
}
.footer-escolaemsite {
	border-top: 7px solid;
	border-top-style: solid;
	border-bottom-width: 0;
	border-top-width: 2px;
	border-left-width: 0;
	border-right-width: 0;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #E72666, #EC6514);
	-webkit-border-image: -webkit-linear-gradient(to left, #E72666, #EC6514);
	background-color: #000;
	color: #d2d2cf;
}
.footer-titulo {
	color: #fff;
}
.footer-escolaemsite a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.linha-footer {
	border-top: 7px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to right, #E72666, #EC6514);
	opacity: 1;
	margin-top: 0;
}
.footer-copy {
	background-color: #0d0c0c;
	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: 2px;
	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: #000;
	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,
#tecnologia,
#projetos,
#noticias,
#noticia-detalhe,
#agenda,
#galeria,
#showgal,
#galeria-exibe,
#videos,
#trabalhe_conosco,
#avaliacoes2,
#formulario,
#podcast {
	margin-top: 0;
}
#banners {
	margin-top: 6em;
}
.menu-mobile{
	display: none;
}
.menu-desktop{
	display: flex;
}
.titulo-geral{
	font-family: 'Causten-Regular';
}
@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;
		justify-content: center;
	}
	.menu-desktop{
		display: none!important;
	}
	.navbar-custom {
		-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: #000;
	}
	#banners,
	#ensino,
	#sobre,
	#equipe,
	#tecnologia,
	#projetos,
	#noticias,
	#noticia-detalhe,
	#agenda,
	#galeria,
	#showgal,
	#galeria-exibe,
	#videos,
	#trabalhe_conosco,
	#avaliacoes2,
	#formulario,
	#podcast {
		margin-top: 0px;
	}
	.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){
	.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;
	}
}
@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;;
	}
	.dropdown-menu {
		width: 100%;
		text-align: center;
	}
}