@font-face {
	font-family: 'Gotham';
	src: url('../fonts/gotham/gotham.otf');
}
@font-face {
	font-family: 'RobotoSlabRegular';
	src: url('../fonts/roboto/RobotoSlab-Regular.ttf');
}
@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/roboto/Roboto-Regular.ttf');
}
body, html {
	font-family: 'Gotham';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	background-color: #e8e8e8;
	scroll-behavior: smooth;
/*	width: 100% !important;
height: 100vh !important;*/
}
/* Navigation */
/* CSS used here will be applied after bootstrap.css */
.table th, .table td{
	border-top: none !important; 
}
.center{
	display: flex;
	flex-direction: column;
}
.navbar { 
	-webkit-transition:padding 0.2s ease; 
	-o-transition:padding 0.2s ease;        
	transition:padding 0.2s ease;  
}
.affix {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
	-webkit-transition:padding 0.2s linear;  
	-o-transition:padding 0.2s linear;         
	transition:padding 0.2s linear;  
}
section {
	min-height:calc(100% - 70px);
}
a:hover{
	text-decoration: none;
	background-color: none;
}
a:link{
	color: #02518a;
}
.backtotopbtn{
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 1;
}
.btn-backtotop{
	background: #02518a !important;
	border: 2px groove white !important;
	color: white !important;
	border-radius: 10px !important;
}
#headertop{
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 10vh;
	z-index: 999;
	width: 100vw;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.logomain{
	position: relative;
	top:5px;
	right: 25px;
	width: 220px;
	z-index: 999;
	transition: 0.4s;
}
.logogaleria{
	position: relative;
	top: 10px;
	left: 35px;
	width: 100px;
	z-index: 999;
	transition: 0.4s;
}
.linkmenugaleria{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	height: 100%;
}
.textolink a{
	color: black !important;
	font-weight: 600;
	font-family: 'RobotoRegular';
	font-size: 0.9em;
	margin-right: 20px;
}
.banner-carou{
	position: relative;
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-family: 'Roboto';
}
@media (min-width: 320px) and (max-width: 1280px) {

#headertop{
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 15vh;
	z-index: 999;
	width: 100vw;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
	.carousel-inner{
		margin-top: 15vh;
		width: 100% !important
	}
	.carousel-inner img {
		width: 100% !important;
		object-fit: cover !important;
	}
	.textolink{
		left: 0px !important; 
		padding-bottom: 20px; 
		padding-right: 20px;
	}
	.logobrand{
		transform: translate(20px, 10px);
	}
}
@media (min-width: 1281px) {
	.carou-imagem img {
		width: 100%; 
		height: 60vh;
		object-fit: cover !important;

		/*transform: translateY(-50px);*/
	}
	.linkmenu
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*justify-content: flex-end;*/
		/*align-content: flex-start;*/
		height: 10vh;
			flex-grow: 0 !important; 
		background-color:rgba(248, 249, 250, 0.75) !important;
	}
	.logobrand{
		/*transform: translate(80px, 10px);*/
	}
}
.banner-carou h3{
	font-weight: 700;
	font-size: 1.8em;
	font-family: 'RobotoSlabRegular'
}
.restrito{
	height: auto;
	border-radius: 20px ;
	border-style: none;
	background: #0362A7;
	font-weight: 500;
}
.restrito a{
	color: white !important;
}
.titulocentral{
	font-family: 'RobotoSlabRegular';
	color: #0362A7;
	margin-bottom: 20px;
}
.postitulo{
	position: fixed;
	text-align: center;
	top: 20px;
	width: 100%;
	z-index: 999;
}
.cursos{
	height: auto;
	background-color: #fff;
}
.acontece{
	height: auto;
	background-color: #e8e8e8;
}
.sobre{
	height: auto;
	background-color: #e8e8e8;
}
.destaques{
	background-color: white;
	height:auto;
}
.titulo-destaques{
	position: absolute;
	height: auto;
	bottom: 4px;
	left: 35px;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.quadro-destaques{
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quadro-destaques img{
	height: 30vh;
	width: 30vh;
	border-radius: 0.5rem;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.3rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 10;
}
.quadro-destaques-dentro:hover{
	z-index: 999;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.quadro-destaques-dentro{
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: white;
}
.textodestaque{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	color: rgb(255,255,255) !important; 
	font-size: 0.9em;
	padding: 0 5px;
	font-family: 'RobotoRegular';
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	transition: 0.4s;
}
.textodestaque:hover{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
	height: 35vh;
	width: 35vh;	
}
.textodestaque:hover ~ #imgdestaque img{
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 35vh;
	width: 35vh;
}
.semtextodestaque{
	transition: 0.4s;
}
.semtextodestaque img:hover{
	height: 35vh;
	width: 35vh;	
}
.sobreaescola{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
}
.centeredsobre {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1;
}
.sombra{
	position: absolute;
	bottom: 0;
}
.quadro{
	height: 30vh;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'RobotoSlabRegular';
	font-size: 2em;
	font-weight: 500;
	color: white;
}
.quadro{
	opacity: 1;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}
.quadro img{
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.quadro:hover {
	opacity: 1.0;
	font-size: 2.2em;
}
.quadro img:hover{
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.quadro-ensino{
	height: 40vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}
.quadro-ensino img{
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.quadro-ensino img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.galeria-curso{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.galeria-ativ{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.galeria-ativ img{
	transition: 0.3s;
}
.galeria-ativ img:hover{
}
.titulo-curso{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'RobotoSlabRegular';
	text-align: center;
	font-weight: 800;
	font-size: 1.4em;
}
.acontece{
	background-image: url('../img/bg-mundo.png');
	background-position: left 60px;
	background-repeat: no-repeat;
}
.acontece-news{
	background-color: #eee;
	background-image: url('../img/bg-mundo.png');
	background-position: left 60px;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	height: 100%;
}
.separadorcinza{
	background-image: url('../img/bottom1.png');
	height: 31px;
	position: relative;
	top: 0;
}
.separadorbranco{
	background-image: url('../img/bottombranco.png');
	height: 31px;
	position: relative;
	top: 0;
}
.separadorcinzatop{
	background-image: url('../img/topcinza.png');
	height: 31px;
	position: relative;
	bottom: 0;
}
.separadorrestrito{
	background-image: url('../img/toprestrito.png');
	height: 31px;
	position: relative;
	bottom: 0;
}
.contatomatricula{
	background-image: url('../img/bg-matricula.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.topmatricula{
	background-size: cover;
	background-image: url('../img/top-matricula-cinza.png');
	background-repeat: no-repeat;
	height: 23px;
	position: relative;
	bottom: 0;
}
.row{
	margin: 0 !important;
}
.enviar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.round{
	border-radius: 1.5rem !important;
}
.divmatricula{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.formmatricula{
	width: 70%;
}
.formmatricula .form-control{
	font-size: 0.9em !important;
	background-color: transparent !important; 
	color: white !important;
	border-color: white;
}
.formmatricula .form-control::-webkit-input-placeholder{
	color: white !important;
}
.formmatricula .form-control:-ms-input-placeholder{
	color: white !important;
}
.formmatricula .form-control::-ms-input-placeholder{
	color: white !important;
}
.formmatricula .form-control::placeholder{
	color: white !important;
}
.enviarbtn{
	width: 300px;
	background-color: white !important;
	color: black !important;
	font-weight: 500;
	border-style: none !important;
}
.galeria-acontece{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quadro-acontece{
	height: 375px;
	width: 250px !important;
	border-radius: 1rem;
	padding: 10px;
	background-color: #ed3237;
}
.quadro-acontece img{
	width: 70%;
	object-fit: cover !important;
}
.texto{
	height: 50%;
	overflow: hidden !important;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-family: 'RobotoRegular';
	font-size: 0.9em;
	color: white;
}
.titulo{
	position: relative;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
.quadro-acontece-dentro{
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: white;
}
.divbotao-acontece{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.botao-acontece{
	background-color: #1F1F1F;
	border-radius: 1rem;
	color: white;
	border-style: none;
	padding: 3px 0;
	width: 80%;
	font-family: 'RobotoRegular';
	font-weight: 200;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.botao-acontece:hover{
	background-color: black;
	cursor: pointer;
}
.divisor{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 23px;
}
.galeria-midia{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fotos{
	width: 60%;
}
.fotos img{
	width: 80%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
}

.clientes{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.clientes img{
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slick-prev:before, .slick-next:before{
	color:grey;
}
.foto-icone{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.foto-icone img{
	position: relative;
	top: 0;
}
.quadro-localizacao{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ping{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ping img{
	margin: 0 auto;
	width: 80%;
	height: 80%;
}
.mapa {
	width: auto;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.rodape{
	background-color: #ed3237;
	height: auto;
	
}

.quadro-rodape{
	display: flex;
	flex-direction: column;
	color: white;
	font-weight: 600;
	margin-bottom: 30px;
	justify-content: center;
}
.quadro-rodape-esq{
	align-items: center;
	justify-content: center;
	
}
.quadro-rodape-dir{
	align-items: flex-start;


}
.quadro-rodape li{
	list-style-type: none;
	color: white;
	font-family: 'Roboto';
	font-weight: 500;
}
.quadro-rodape li:hover{
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.rodape-letec{
	background-color: #141414;
	font-size: 0.9em;
	font-family: 'RobotoRegular';
	color: white;
}
.rodape-letec a{
	color: white;
}
.rodape-letec a:hover{
	color: #C8C8C8;
	text-decoration: none;
}
.quadro-restrita{
	height: 240px;
	width: 80%;
	border: 3px solid;
	border-radius: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.restrita-interior{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.icone-restrita{
	text-align: center;
}
.titulo-restrita{
	width: 100%;
	position: relative;
	top:5px;
	height: auto;
	font-weight: bold;
	font-size: 1.0em;
	color: white;
}
.modal-content{
}
.modal-body{
	font-family: 'RobotoSlabRegular';
	font-size: 0.9em;
	padding: 20px 50px !important;
	text-align: justify !important;
}
.modal-header{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.modal-header .close {
	margin: -1rem -1rem -1rem 0 !important;
}
.newsleiamais{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fotonews{
}
.fotonews img{
	object-fit: cover !important;
}
.titulonoticia{
	font-family: "RobotoSlabRegular";
	font-weight: 700;
	font-size: 2.5em;
	color: #0362a7;
}
.modal-noticia{
	width: 700px !important;
}
.texto-video{
	text-align: justify-all;
}
.galeriaimg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.foto-galeria img{
	height: 200px;
	width: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0.3em;
}
.foto-galeria img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.nome-depo{
	font-size: 0.8em;
	font-weight: 600;
	color: #0362A7;
	font-family: 'RobotoRegular';
}
.foto-video{
	padding: 0 auto;
}
.foto-scale img:hover{
	transform: scale(1.1);
}
#subatividades{
	height: auto;
	transition: 0.4s;
}
.flexativ{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.ativfotos{
	width: 350px;
	font-family: 'RobotoRegular';
	transition: 0.4s !important;
	text-align: justify;
}
.ativfotos img:hover{
	transform: scale(1.1);
	transition: 0.4s !important;
}
.ativtexto{
	text-align: justify;
}
.fotossubgal img{
	width: 150px;
	font-family: 'RobotoRegular';
	transition: 0.4s !important;
	text-align: justify;
}
.modal-dialog-f {
	margin: 10 auto !important; 
	width: 95%  !important;
	height: 75% !important;
	padding: 0 !important;
}
.modal-content-f {
	height: 100% !important;
	background-color: #ffffff00 !important;
	border-radius: 0 !important;
}
.selecao-arquivo{
	margin:3px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: transparent;
	text-decoration: none;
	font-family: RobotoRegular;
	border: 2px solid #6f6f6e;
	text-indent: 15px;
	width: 200px;
	height: 25px;
}
.entrada-depo-big{
	margin:3px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: transparent;
	text-decoration: none;
	font-family: RobotoRegular;
	border: 2px solid #6f6f6e;
	text-indent: 15px;
	width: 100%;
	height:200px; 
}
.escolha-btn {
	margin:3px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: transparent;
	text-decoration: none;
	font-family: RobotoRegular;
	border: none;
	font-weight: bold;
	width: 100%;
	height: 45px; 
	background-color: #c4e113;
	color: #ffffff;
}
.entrada-depo{
	margin:3px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: transparent;
	text-decoration: none;
	font-family: RobotoRegular;
	border: 2px solid #6f6f6e;
	text-indent: 15px;
	width: 100%;
	height: 25px; 
}
td{
	padding: 0.85em;
}
tr:nth-child(3)
{
	background-color: #e6e7e9 !important;
}
tr:nth-child(4)
{
	background-color: #d2d3d5 !important;
}
tr:nth-child(5)
{
	background-color: #e6e7e9 !important;
}
tr:nth-child(6)
{
	background-color: #d2d3d5 !important;
}
tr:nth-child(7)
{
	background-color: #e6e7e9 !important;
}
tr:nth-child(8)
{
	background-color: #d2d3d5 !important;
}
tr:nth-child(9)
{
	background-color: #e6e7e9 !important;
}
