body{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Montserrat;
}

a, a:hover{
	text-decoration: none;	
}

ul{
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box; 
	text-decoration: none; 
	list-style: none;
}

h1{
	font-size: 24px;
	display: block;
	width: 100%;
	color: #15184f;
	text-transform: uppercase; 
}

h3{
	color: white;
	font-size: 18px;
	text-align: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
	margin: 0px;
}

h4{
	color: #15184f;
	font-size: 60px;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0px;
}

.row{
	margin-right: 0px;
	margin-left: 0px;
}

/* Nav */

.subheader{
	background: #ededed;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	z-index: 2;
	position: relative; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.subheader .menu{
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center; 
}

.subheader .menu li{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: black;
	margin-right: 15px;
	background-color: #15184f;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.subheader .menu li a{
	color: white;
}

.subheader .menu li a img,
.subheader .menu li a svg,
.subheader .menu li a span{
    vertical-align: middle;
	display: inline-block;
}

.subheader .menu li a img{
	width: 15px;
	margin-right: 10px;
}

.subheader .menu li a svg{
	margin-right: 10px;
}

@media screen and (max-width: 1280px){
	.subheader .menu li{
		width: calc(50% - 30px);
		margin-bottom: 5px;
	}
	.subheader .menu li:last-child{
		margin-right: 15px;			
	}
}

@media screen and (max-width: 980px){
	.subheader .menu{
		padding-left: 5%;
		padding-right: 5%;
	}
	.subheader .menu li{
		width: calc(100%);
		margin-bottom: 5px;
		margin-right: 0px;	
	}
	.subheader .menu li:last-child{
		margin-right: 0px;			
	}
}

.header{
	background: white;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	z-index: 2;
	position: relative; 
}

.header .logo, 
.header .menu, 
.header .logo a{
	display: inline-block;
	vertical-align: middle; 	
}

.header .menu{
	display: inline-block;
	vertical-align: middle; 
	width: 70%;
	padding-right: 50px;
	text-align: right;
}

.header .logo{
	width: 30%;
	padding-left: 50px;
}

.header .divisor{
	position: relative;
	margin-right: 100px;
}

.header .divisor:before{
	content: '';
	display: block;
	height: 50px;
	width: 2px;
	background-color: #dcdcdc;
	position: absolute;
	right: -50px;
	top: 0px;
}

.header .menu li{
	display: inline-block;
	vertical-align: middle; 
	position: relative;
	margin-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0,0,0,0);
}

.header .menu li:hover {
	border-bottom: 2px solid #15184f;	
}

.header .menu li ul{
	position: absolute;
	top: 67px;
	left: -20px;
	width: 250px;
	background-color: white; 
	z-index: 1;
	border-top: 2px solid #15184f;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	display: none; 
	text-align: left;
}

.header .menu li:hover ul{
	display: block; 
}

.header .menu li ul li{
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.header .menu li ul li:hover {
	border-bottom: 2px solid rgba(0,0,0,0);
}

.header .menu li a{
	font-weight: 500;
	color: #15184f;
	font-size: 16px;
}

.header .menu .busca{
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .menu .busca a{
	color: #858585;
	font-size: 30px;
	font-weight: 400;	
}

.header .menu li.rede{
	margin-right: 10px;
}

.header .mobile li{
	display: inline-block;
	vertical-align: middle; 
}

.header .mobile li:first-child{
	margin-right: 10px;
}

.header .menu li.rede a, .header .mobile li a{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #15184f;
	color: white;	
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header .mobile{
	display: none;
	vertical-align: middle; 
	width: 30%;
	text-align: right;
	padding-top: 44px;
	padding-bottom: 42px;
	padding-right: 50px;
}

@media screen and (max-width: 1253px){
	.subheader{
		display: none; 
	}
	.header .mobile{
		display: inline-block
	}
	.header .logo{
	width: 70%;		
	}
	.header .menu{
		position: absolute;
		left: 0px;
		width: 100%; 
		display: none;
		padding-right: 0px; 
		background-color: #15184f;
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: left; 
	} 
	.header .menu li{
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center; 
		margin-right: 0px;
	}
	
	.header .menu li a{
		color: white; 
	}
	.header .menu li ul{
		position: relative;
		width: 100%;
		top: 10px;
		left: 0px;
		background-color: #15184f;
	}
	.header .menu li:hover ul{
		display: none; 
	}
	
	.header .menu li.rede{
		display: inline-block;
		width: 33.33%;
		margin-right: 0px;
	}
	.header .menu li.rede a{
		background-color: white;
		color: #15184f;
	}
	
}

/* Footer */

.footer{
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}

.multiverso{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.multiverso p{
	text-align: right;
	margin-bottom: 0px;
	font-family: Open Sans;
	font-weight: 200;
	color: #808080;
}

.multiverso img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

.footer .branco, .footer .azul{
	position: absolute;
	width: 50%;
	z-index: 1;
	height: 100%;
}

.footer .branco{
	background-color: white; 
}

.footer .azul{
	background-color: #070a37; 
	left: 50%;
}

.footer .dentro{
	position: relative;
	z-index: 2;
	max-width: 1170px; 
	margin: 0 auto;
}

.footer .cl-1{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding-top: 70px;
	padding-bottom: 40px;
}

.footer .cl-1 p{	
	color: #808080; 
	font-size: 16px;
	margin-bottom: 5px;
	font-family: Open Sans;
}

.footer .cl-2{
	width: 55%;
	display: inline-block;
	vertical-align: top;
	background-color: #15184f;
	padding-top: 70px;
	padding-bottom: 40px;
	min-height: 300px;
}

.footer .cl-3{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 30px;	
}

.footer .cl-3 p{
	font-size: 12px;
	color: #808080;
}

.footer .cl-4{
	width: 55%;
	display: inline-block;
	vertical-align: top;	
	background-color: #15184f;
	padding-bottom: 50px;
	padding-right: 70px;
	text-align: right;
}

.footer .cl-4 p{
	display: inline;	
	color: white; 
	margin-right: 10px;
	font-size: 14px;
}

.footer .cl-4 li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.footer .cl-4 li a{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4e54bd;
	color: #15184f;	
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer .logo{
	margin-bottom: 80px;
}

.footer .logo a{
	display: inline-block;
	vertical-align: middle; 	
}

.footer .divisor{
	position: relative;
	margin-right: 100px;
}

.footer .divisor:before{
	content: '';
	display: block;
	height: 50px;
	width: 2px;
	background-color: #dcdcdc;
	position: absolute;
	right: -50px;
	top: 0px;
}

.footer .menu{
	padding-left: 70px;
	display: inline-block;
	vertical-align: top;
}

.footer .menu li {
	padding-bottom: 8px;
}

.footer .menu li a{
	font-size: 14px;
	color: white; 
}

.footer .menu ul{
	padding-left: 20px;
}

.footer .menu ul li a{
	font-size: 12px;
	text-transform: uppercase;
}

.footer .cookies-block{
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 15px;
	color: black;
	background-color: white;	
	font-family: Open Sans;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
}

.footer .cookies-block h5{
	font-size: 14px;
	color: #15184f;
}

.footer .cookies-block p{
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.footer .cookies-block a{
	color: #15184f;
}

.footer .cookies-block button{
	cursor: pointer; 
	float: right;
}

@media screen and (max-width: 1280px){

	.footer .branco, .footer .azul{
		display: none;
	}
	
	.footer .cl-1, .footer .cl-2,
	.footer .cl-3, .footer .cl-4{
		display: block;
		width: 100%;
		text-align: center; 
		padding-right: 0px;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer .menu{
		padding-left: 0px;	
	}
	
	
}

.login {
	background-image: url('/img/login-fundo.jpg');
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	width: 100%;
	height: 100%;
}

.login .conteudo{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 100px;
}

.login .conteudo .segura{
	padding: 80px;
	background-color: white;
	border-radius: 5px;

}

.login .logo{
	position: relative;
	display: inline-block;
	vertical-align: middle; 
	margin-right: 48px;
}

.login .logo:before{
	content: '';
	display: block;
	position: absolute;
	right: -25px;
	top: calc(50% - 21.5px);
	width: 1px;
	height: 43px;
	background-color: #c3c3c3;
}

.login h1{
	font-size: 24px;
	color: #15184f;
	display: inline-block;
	vertical-align: middle; 
	margin: 0px;
	max-width: 170px;
}

.login .esqueceu{
	color: #15184f;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 23px;
}

.login form{
	margin-top: 68px;
}


label{
	color: #cacaca;
	font-size: 14px;
}

input, textarea{
	text-align: center;
	color: #6f6f6f;
	font-size: 16px;
	border: 2px solid #bbbbbb;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	border-radius: 3px;
}

button[type="submit"],
input[type="submit"]{
	text-align: center;
	color: white;
	font-size: 16px;
	border: 2px solid #bbbbbb;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #15184f;
	border-style: none;
	cursor: pointer;
}

input:active,
input:focus,
input:focus{
	border-color: #15184f;
	color: #15184f;
}

input:focus:placeholder{
	border-color: #15184f;
	color: #15184f;	
}

input:focus::-webkit-input-placeholder {
	border-color: #15184f;
	color: #15184f;
}

input:focus:-moz-placeholder {
	border-color: #15184f;
	color: #15184f;
}

input:focus::-moz-placeholder {
	border-color: #15184f;
	color: #15184f;
}

input:focus:-ms-input-placeholder {
	border-color: #15184f;
	color: #15184f;
}


/* Respostas */

.sucesso{
	color: white;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #154f21;
	text-align: center;
}


.dentro{
	position: relative;
	max-width: 1170px; 
	margin: 0 auto;
}

/* Home */

.slider-home{
	height: 600px;
	width: 100%;
	background-color: #1E1850;
}

.slider-home .slick-dots{
	background-color: #1E1850;
}

.slider-home.slick-dotted{
	margin-bottom: 0px;
}

.slider-home .prev{
	left: 10%;
	z-index: 2;
}

.slider-home .next{
	right: 10%;
	z-index: 2;
}

@media screen and (max-width: 1500px){
	
.slider-home .prev{
	left: 20px;
}

.slider-home .next{
	right: 20px;
}	
	
}

.slider-home .next,
.slider-home .prev{
	position: absolute;
	top: 50%;
	z-index: 100;
	border: none;
	outline: none; 
	background: transparent;
	font-size: 30px;
	color: white; 
	cursor: pointer; 
}


.slider-home .slide{
	height: 600px;
	position: relative;
	width: 1112px;
}



.slider-home .slide:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 10, 41, .8);
	z-index: 6;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.slider-home .slick-current:before{
	background-color: rgba(9, 10, 41, 0);
	z-index: 4;
}

.slider-home .slide .imagem{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
}

/*
.slider-home .slide .imagem:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: url('../img/hover.png');
	opacity: .95;
	background-size: auto auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;	
}*/


.slider-home .slide.tem-texto .imagem:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	/*background-image: url('../img/hover.png');*/
	opacity: .2;
	background-color: rgba(0,0,0,1);
	background-size: auto auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;	
}

.slider-home .slide .texto{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
  	align-items: center;
  	justify-content: left;
  	padding-left: 140px;

}


.slider-home .slide h1{
	font-size: 50px;
	max-width: 330px;
	margin-bottom: 50px;
	display: block;
	color: white;
	text-transform: unset;
	text-shadow: 0px 0px 10px rgba(21, 24, 79, 0.56);
}

.slider-home .slide a{
	display: inline-block;
	background-color: #4a4fa4;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (max-width: 1112px){
	.slider-home{
	height: 300px;		
	}
	
	.slider-home .slide{
	height: 300px;
	position: relative;
	width: 500px;
	}
	
	.slider-home .slide h1{
	font-size: 18px;
	max-width: 200px;
	}
	.slider-home .slide .texto{
		padding-left: 50px;
	}
}

@media screen and (max-width: 500px){
	.slider-home{
	height: 200px;		
	}
	
	.slider-home .slide{
	height: 200px;
	position: relative;
	width: 300px;
	}
	
	.slider-home .slide h1{
	font-size: 18px;
	max-width: 200px;
	}
	.slider-home .slide .texto{
		padding-left: 50px;
	}
}

.inicio .area-1{
	text-align: center;
	background-image: url('../img/area1.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 130px;
	padding-bottom: 130px;
}

.inicio .area-1 h1{
	font-size: 36px;
	color: #15184f;
	text-transform: uppercase;
}

.inicio .area-1 p{
	color: white;
	font-size: 16px;
}

.inicio .area-2{
	background-color: #5ad8ff;
	padding-bottom: 50px;
}

.inicio .area-2 .bloco{ 
	margin-top: -50px;
	position: relative;
	display: block;
}

.inicio .area-2 .bloco .imagem{
	width: 100%;
	height: 256px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%; 
}

.inicio .area-2 .bloco .imagem:before{
	content: '\f08e';
	font-family: FontAwesome;
	background-color: rgba(9, 10, 41, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 0;
	font-size: 30px;
	color: white; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.inicio .area-2 .bloco .imagem:hover:before{
	opacity: 1;	
}

.inicio .area-2 .bloco p{
	color: #15184f;	
	text-align: center;
	font-size: 20px;
}

.inicio .area-3{
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: white;
	position: relative;
	background-image: url('../img/area3.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
}

.inicio .area-3 .c-m,
.inicio .area-3 .c-mm{
	font-weight: 700;
}

.inicio .area-3 .c-m{
	font-size: 90px;
	color: #15184f;	
	position: relative;
}

.inicio .area-3 .c-mm{
	font-size: 130px;
	color: #15184f;	
	position: relative;
	line-height: 150px;
}

.inicio .area-3 .c-mm img{
	height: 150px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
	object-fit: contain;
}

.inicio .area-3 .c-mm span{
	font-size: 50px;
	position: absolute;
	right: 50px;
	top: 20px;
	line-height: 50px;
}

.inicio .area-3 h2{
	font-size: 18px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	text-align: center; 
}

.inicio .area-3 .contador.c-m{
	position: relative;
}

.inicio .area-3 .linha span{
	right: 100px;
}
/*
.inicio .area-3 .c-mm.linha:after{
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 14px;
	background-color: #ff3434;
	top: -10px;
}*/

.inicio .area-4{
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: white;
	position: relative;	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}

.inicio .area-4 h1{
	font-size: 30px;
	color: #15184f;
	display: block;
	width: 100%;
	text-align: center; 
}

.inicio .area-4 span{
	font-size: 16px;
	color: #979797;
	display: block;
	width: 100%;
	text-align: center; 
	margin-bottom: 78px;
}

.inicio .icones .imagem{
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
}

.inicio .icones p{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #15184f;
	margin-top: 33px;
}

.inicio .area-4 a{
	margin-top: 60px;
}

.inicio .area-6,
.galerias .area-2{
	background-image: url('../img/area6.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.inicio .area-6 h1,
.galerias .area-2 h1{
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: center;
	color: #15184f;
	margin-bottom: 60px;
}

.inicio .area-6 .bloco,
.galerias .area-2 .bloco{ 
	position: relative;
	display: block;
}

.galerias .area-2 .bloco:hover .imagem:before,
.inicio .area-6 .bloco:hover .imagem:before{
	opacity: 1;
}

.galerias .area-2 .bloco .imagem,
.inicio .area-6 .bloco .imagem{
	width: 100%;
	height: 256px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 25px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.galerias .area-2 .bloco .imagem:before,
.inicio .area-6 .bloco .imagem:before{
	content: '\f055';
	font-family: FontAwesome;
	color: white; 
	background-color: rgba(9, 10, 41, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 30px;
	opacity: 0;
}

.galerias .area-2 .bloco p,
.inicio .area-6 .bloco p{
	color: #15184f;	
	font-size: 20px;
	margin-bottom: 5px;
}

.galerias .area-2 .bloco span,
.inicio .area-6 .bloco span{
	font-size: 14px;
	color: #535353;
}

.galerias .area-2 .botao,
.inicio .area-6 .botao{
	margin-top: 70px;
}

.inicio .area-7,
.noticias .area-2{
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}

.inicio .area-7 h1{
	margin-bottom: 30px;
}

.inicio .area-7:before,
.noticias .area-2:before{
	height: 60%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #5ad8ff;
	width: 100%;
}

.inicio .area-7 .not,
.noticias .not{ 
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.inicio .area-7 .not .imagem,
.noticias .not .imagem{
	width: 100%;
	height: 328px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 40px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%; 
}

.inicio .area-7 .not p,
.noticias .not p{
	color: #15184f;	
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 1.2em;
	max-width: 233px;
}

.inicio .area-7 .not span,
.noticias .not span{
	font-size: 14px;
	color: #15184f;
	padding-top: 15px;
	border-top: 2px solid #15184f;
	display: block;
	width: 100%;
	margin-top: 25px;
}


.inicio .area-7 .not.primeira p,
.noticias .not.primeira p{
	font-size: 26px;
	max-width: 100%;
}

.inicio .area-7 .not.primeira span,
.noticias .not.primeira span{
	margin-top: 45px;	
}

.inicio .area-8{
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	background: #ededed;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
}

.inicio .area-8 h1{
	text-align: left; 
}

.inicio .area-8 a{
	display: inline-block;
	background-color: #15184f;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: white;
	text-align: left; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 28px;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	width: calc(100% / 6 - 4px);
}

.inicio .area-8 a img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
	height: 22px;
}

.inicio .area-8 a svg{
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}

.inicio .area-8 a span{
	vertical-align: middle;
	display: inline-block;
}

.inicio .area-8 h1{
	margin-bottom: 40px;
}


@media screen and (max-width: 1170px){
	.inicio .area-8 a{
		width: calc(100% / 3 - 4px);
		margin-bottom: 2px;
	}
}

@media screen and (max-width: 800px){
	.inicio .area-8 a{
		width: calc(100% - 4px);
		margin-bottom: 15px;
		text-align: center; 
	}
}


.centrar{
	text-align: center;
	margin: 0 auto;
}

.relative{
	position: relative;
}

.botao{
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 3px solid #0d1379;
	text-align: center;
	color: #0d1379;
	text-transform: uppercase;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.desabilitado{
	opacity: 0.4;
}

.pagination{
	display: block;
	margin: 0 auto;
	max-width: 400px;
}
.pagination li{
	display: inline-block;
	vertical-align: middle; 
}
.pagination a,
.pagination span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #0d1379;
	border: 2px solid transparent;
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 2px;
}

.pagination li.disabled span{
	background-color: #808080;
	opacity: .4;
}

.pagination li.active span{
	background-color: transparent;
	border: 2px solid #0d1379;
	color: #0d1379;
}

.botao:hover{
	color: white;
	background-color: #0d1379;
}

.inicio .area-5{
	background-color: #1d2175;
}

.trans,
.trans:before,
.trans:after{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


@media screen and (max-width: 1454px){

	.inicio .area-3{
		background-image: none;
	}

}

@media screen and (max-width: 1816px){

	.inicio .area-3{
		background-position: 120% 50%;
	}

}

@media screen and (max-width: 1494px){
	
	.inicio .area-3{
		background-position: 140% 50%;
	}
	
	
}

/* Notícia */


.noticia .texto{
	padding-left: 20px;
	padding-right: 20px;
}

.noticia .texto .imagem{
	position: relative;
	width: 100%;
	height: 390px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-size: cover;
	background-position: 50% 50%;
}

.noticia .texto quote{
	max-width: 180px;
	display: block;
	padding-bottom: 25px;
	border-bottom: 6px solid #1dc9ff;
	font-size: 14px;
	font-family: Open Sans;
}

.noticia .area-1{
	position: relative; 
	padding-top: 50px;
	padding-bottom: 100px;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.imagem-hover{

	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

.noticia .titulo .row{
	filter: blur(0px);
}

.noticia .destaque{
	width: 100%;
	display: block;
	height: 534px;
	background-size: cover;
	background-position: 50% 50%; 
	margin-top: -100px;
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.noticia .titulo{
	font-size: 48px;
	color: white;
	background-color: #15184f;
	padding: 37px;
	width: 100%;
	line-height: 1.2em;
	position: relative;
	margin-top: -200px;
}

.noticia .titulo:before{
	content: '';
	width: 80px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #1dc9ff;
}

.noticia .titulo span{
	max-width: 350px;
	display: block;
}

.noticia .subtitulo{
	font-size: 24px;
	color: #15184f;
	line-height: 1.1em;
	margin-bottom: 40px;
}

.noticia p{
	margin-bottom: 30px;
	font-size: 16px;
	color: #636363;
	font-family: Open Sans;
	line-height: 1.6em;
}

.noticia .row{
	margin-bottom: 50px;
	position: relative;
}

.noticia .grid{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
}

.noticias .area-1{
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative; 
}

.noticias .not.maior p{
	font-size: 36px;
	max-width: 350px;
	margin-top: 40px;
}

.noticias .not .legenda{
	font-size: 16px;
	color: #15184f;
	margin-top: 30px;
}

.noticias .area-2{
	padding-top: 50px;
	padding-bottom: 50px;
}

.noticias .area-2:before{
	height: 80%;
}

.noticias .area-3{
	margin-bottom: 50px;
}

.noticias .destaque{
	width: 100%;
	display: block;
	height: 416px;
	background-size: cover;
	background-position: 50% 50%; 
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.noticias .area-4{
	padding-top: 100px;
	padding-bottom: 100px;
}

.noticias .area-5{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative; 
}

.noticias .area-5:before{
	height: 45%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #5ad8ff;
	width: 100%;
}

.noticias .area-5 h1{
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: center;
	color: #15184f;
	margin-bottom: 60px;
}

.noticias .area-5 .bloco{ 
	position: relative;
	display: block;
}

.noticias .area-5 .bloco:hover .imagem:before{
	opacity: 1;
}

.noticias .area-5 .bloco .imagem{
	width: 100%;
	height: 256px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 25px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.noticias .area-5 .bloco .imagem:before{
	content: '\f055';
	font-family: FontAwesome;
	color: white; 
	background-color: rgba(9, 10, 41, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 30px;
	opacity: 0;
}

.noticias .area-5 .bloco p{
	color: #15184f;	
	font-size: 20px;
	margin-bottom: 5px;
}

.noticias .area-5 .bloco span{
	font-size: 14px;
	color: #535353;
}

.noticias .area-5 .botao{
	margin-top: 70px;
}

/* Arquivos */

.arquivos{
	padding-bottom: 100px;
}

.arquivos .area-1{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.arquivos .area-1 h3{
	text-transform: capitalize;
}

.arquivos .area-2{
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
}

.arquivos .area{
	padding-bottom: 70px;
	position: relative;
}

.arquivos .area h1,
.arquivos .area-2 h1{
	text-transform: none;
	margin-bottom: 50px;
	font-size: 24px;
}

.arquivos .area-2:before{
	height: 70%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #9ce7ff;
	width: 100%;
}

.arquivos .documento{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	margin-bottom: 30px;
}

.arquivos .documento .imagem{
	width: 90px;
	height: 120px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.arquivos .documento .titulo{
	font-size: 14px;
	color: #15184f;
	margin-bottom: 28px;
}

.arquivos .documento a{
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: capitalize;
}

/* História */

.historia{
}

.historia .area-1{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.historia .area-1 h3{
	text-transform: none;
}

.historia .area-2{
	margin-bottom: 100px;
}

.historia .area-2 .destaque{
	margin-top: -20px;
	width: 100%;
	display: block;
	height: 400px;
	background-size: cover;
	background-position: 50% 0%; 
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.historia .area-3{
	padding-bottom: 100px;
}

.historia .area-3 h1{
	text-transform: none; 
}

.historia .area-3 p{
	color: #636363;
	font-size: 15px;
	line-height: 1.2em;
}


.historia .area-4{
	padding-bottom: 200px;
	padding-top: 100px;
	position: relative;
}

.historia .area-4 h1{
	text-align: center;
	text-transform: none;
	margin-bottom: 60px;
}

.historia .area-4:before{
	height: 40%;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #bbdbff;
	width: 100%;
}

.historia .slider-historia{
	position: relative; 
	height: 100%;
	width: 100%;
}

.historia .slider-historia .slide{
	width: 100%;
	max-width: 1170px;
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 100px;
	position: relative; 
	text-align: center;
	opacity: .5;
}

.historia .slider-historia .slick-current{
	opacity: 1;
}

.historia .slider-historia .slide h1{
	text-transform: none;
	margin-bottom: 27px;
}

.historia .slider-historia .slide p{
	color: #4e4e4e;
	font-size: 14px;
	font-family: Open Sans;
	margin-bottom: 0px;
}

.historia .slider-historia .slide .ano{
	background-color: #212574;
	color: white;
	font-size: 18px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.historia .slider-historia .slide .conteudo{
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 50px;
	display: block;
	text-align: left;
}

.historia .slider-historia .slide .conteudo .col{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
	padding: 35px;
}

.historia .slider-historia .slide .conteudo .col-tudo{
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.historia .slider-historia .slide .conteudo .col:first-child{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
	height: 300px;
}

.historia .slider-historia .nav{
	background-color: #212574;
	color: white;
	width: 50px;
	height: 50px;
  	display: flex;
 	align-items: center;
 	justify-content: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.historia .slider-historia	.slick-disabled{
	background-color: #e7e7e7;
	color: #a5a5a5;
}

.historia .slider-historia	.prev{
	position: absolute;
	left: 40%;
	bottom: 0%;
	z-index: 2;
}

.historia .slider-historia .next{
	position: absolute;
	right: 40%;
	bottom: 0%;
	z-index: 2;
}

.grid a{
	width: 16.6%;
	display: inline-block;
	vertical-align: top;
	height: 276px;
	background-size: cover;
	background-position: 50% 0%;
}


/* Nível de Ensino */

.nivel .area-1{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.nivel .area-1 h3{
	text-transform: none; 
}

.nivel .area-2{
	padding-bottom: 150px;
}

.nivel .area-2 .destaque{
	width: 100%;
	display: block;
	height: 400px;
	background-size: cover;
	background-position: 50% 50%; 
	margin-top: -70px;
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.nivel .area-2 h4{
	margin-top: 60px;
	margin-bottom: 60px;
}

.nivel .area-2 p{
	color: #636363;
	font-size: 15px;
	font-family: Open Sans;
	line-height: 1.3em;
}

.nivel .area-2 .sub-nivel{
	margin-top: 15px;
}

.nivel .area-2 .bloco .imagem{
	width: 100%;
	height: 150px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%; 
}

.nivel .area-2 .bloco .imagem:before{
	content: '\f08e';
	font-family: FontAwesome;
	background-color: rgba(9, 10, 41, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 0;
	font-size: 30px;
	color: white; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.nivel .area-2 .bloco .imagem:hover:before{
	opacity: 1;	
}

.nivel .area-2 .bloco p{
	color: #15184f;	
	text-align: center;
	font-size: 14px;
}
.nivel .area-2 h1{
	font-size: 18px;
	text-transform: none;
	text-align: left;
	margin-top: 30px;
}

.nivel .area-3{
	background-color: #53ffb8;
	padding-top: 75px;
}

.nivel .area-3 h1{
	font-size: 18px;
	text-transform: none;
	text-align: center;
	margin-bottom: 75px;
}

.nivel .area-4{
	padding-top: 100px;
	padding-bottom: 200px;
	background-image: url('../img/area-4.png');
	background-position: 100% 128%;
	background-repeat: no-repeat;
}

.nivel .area-4 h1{
	text-transform: none;
	font-size: 30px;
	max-width: 220px;
	margin-bottom: 50px;
}

.nivel .area-4 p{
	font-size: 15px;
	color: #636363;
	line-height: 1.2em;
	margin-bottom: 28px;
}

.nivel .area-4 .img{
	background-size: cover;
	background-position: 50% 50%
	width: 100%;
	height: 600px;
}

.nivel .area-6{
	background-image: url('../img/area-6-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.nivel .area-6 .texto,
.nivel .area-6 .cidade,
.nivel .area-6 .nome
{
	color: #0d1379;
	text-align: left;
}

.nivel .area-7{
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
}

.nivel .area-7 .mapa{
	width: 45%;
	height: 100%;
	position: absolute;
	background-color: #cfcfcf;
	top: 0px;
	right: 0px;
}

.nivel .area-7 .row{
	padding-bottom: 15px;
}

.nivel .area-7 input,
.nivel .area-7 textarea{
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nivel .area-7 input[type="submit"]{
	text-align: center;	
}

.nivel .area-7 h1{
	font-size: 30px;
	text-transform: none;
	margin-bottom: 35px;
}

.nivel .area-7 span{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 25px;
	display: block;
}

.nivel .area-7 p{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 0px;
	display: block;
}

.nivel .area-7 .divisoria{
	border-top: 1px solid #cfcfcf;
	margin-top: 60px;
	margin-bottom: 30px;
}

.nivel .bloco{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: -100px;
}

.nivel .bloco .imagem{
	width: 90px;
	height: 120px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.nivel .bloco .titulo{
	font-size: 15px;
	color: #15184f;
	margin-bottom: 28px;
}

.nivel .bloco .legenda{
	font-size: 13px;
	color: #636363;
	margin-left: auto;
	margin-right: auto;
	max-width: 230px;
}

/* Profissionais */


.profissionais{

}

.profissionais .person{
	margin-bottom: 30px;
}

.profissionais .area-1{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.profissionais .area-1 .row{
	margin-bottom: 0px;
}

.profissionais .area-1 h3{
	text-transform: none; 
}

.profissionais .area-2{
	padding-top: 70px;
	position: relative;
	background-color: #9ce7ff;
}
.profissionais .area-2 .row{
	margin-bottom: 0px;
}

.profissionais .area-2 .filtro{
	padding-bottom: 70px;
}

.profissionais .area-2 p{
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 16px;
	color: #15184f;
}

.profissionais .area-3{
	padding-bottom: 150px;
	position: relative;
}

.profissionais .area-3:before{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 100%;
	background-color: #9ce7ff;
	content: '';
	display: block;
}

.profissionais .area-3 .pessoa .imagem{
	width: 100%;
	display: block;
	height: 277px;
	background-size: cover;
	background-position: 50% 50%; 
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 30px;	
}

.profissionais .area-3 .pessoa .nome{
	font-size: 15px;
	width: 100%;
	text-align: center;
	color: #15184f;
	margin-bottom: 11px;
}

.profissionais .area-3 .pessoa .funcao{
	font-size: 13px;
	width: 100%;
	text-align: center;
	color: #636363;
}


/* Atividades Extraclasse */


.atividades{
	padding-bottom: 100px;
}
.atividades .area-1{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.atividades .area-1 h3{
	text-transform: none; 
}

.atividades .area-2{
	padding-bottom: 150px;
}

.atividades .tabs.oculta{
	opacity: 0;
}
.atividades .tabs.flutua{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.atividades .area-2 .destaque{
	width: 100%;
	display: block;
	height: 400px;
	background-size: cover;
	background-position: 50% 50%; 
	margin-top: -70px;
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.atividades .area-2 h4{
	margin-top: 60px;
	margin-bottom: 60px;
}

.atividades .area-2 p{
	color: #15184f;
	font-size: 18px;
	font-family: Open Sans;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.atividades .area-3{
	border-bottom: 2px solid #d8d8d8;
	padding-bottom: 25px;
}

.atividades .area-3 a{
	color: #1d2175;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10%;
	margin-left: 10%;
	box-sizing: border-box;
}

.atividades .area-3 a:hover,
.atividades .area-3 a.ativo{
	background-color: #15184f;
	color: white;
}

.atividades .area{
	padding-top: 85px;
	padding-bottom: 100px;
}

.atividades .area.mobile{
	display: none;
}

.atividades .area .icone{
	width: 65px;
	height: 65px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	background-color: white;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 40px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
}

.atividades .area h1{
	font-size: 36px;
	text-transform: none;
	color: #0d1379;
	margin-bottom: 50px;
}

.atividades .area h2{
	border-bottom: 3px solid #0d1379;
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;
	color: #0d1379;
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.atividades .area p{
	font-family: Open Sans;
	color: #636363;
	font-size: 15px;
	line-height: 1.2em;
}

.atividades .area .destaque{
	width: 100%;
	display: block;
	height: 100%;
	background-size: auto;
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.atividades .area span{
	font-size: 18px;
	text-transform: none;
	color: #0d1379;
	display: block;
}

.atividades span.disclaimer{
	font-size: 12px;
	text-transform: none;
	color: #787878;
	display: block;
	padding-top: 40px;
}

.atividades .area .quais{
	color: #787878;
	font-size: 16px;
	line-height: 1.7em;
}

.atividades .area .borda{
	border-bottom: 3px solid #c7c7c7;
	padding-bottom: 50px;
}

.atividades .mobile{
	display: none;
}

@media screen and (max-width: 980px){
.atividades .desktop{
	display: none;
}
.atividades .mobile{
	display: block;
}
}


/* ----- */

/* Busca */

.busca-modal{
	position: fixed;
	z-index: 50;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	top: 0px;
	padding-top: 100px;
	display: none;
	overflow-x: auto;
    white-space: nowrap;
}

.busca-modal .row{
	padding-bottom: 20px;
}

.busca-modal span{
	color: white;
	margin-top: 10px;
	display: block;
}

.busca-modal .fechar{
	width: 35px;
	height: 35px;
	background-color: #272727;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #656565;
	font-size: 20px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer; 
  	float: right;
}

.busca-modal .grande{
	font-size: 70px;
	color: #858585;
}
.busca-modal input{
	padding-bottom: 27px;
	color: white;
	font-size: 30px;
	background-color: transparent;
	border: none;
	text-align: left;
	border-bottom: 1px solid #858585;
	font-family: Open Sans;
	font-weight: 700;
}


.busca-modal input:active,
.busca-modal input:focus,
.busca-modal input:focus{
	border-color: #858585;
	color: white;
	opacity: 1
}

.busca-modal input::placeholder,
.busca-modal input::-webkit-input-placeholder,
.busca-modal input:-moz-placeholder,
.busca-modal input::-moz-placeholder,
.busca-modal input:-ms-input-placeholder{
	color: white;
	opacity: 1;
}

.busca-modal input:focus:placeholder{
	border-color: #858585;
	color: white;	
	opacity: 1;
}

.busca-modal input:focus::-webkit-input-placeholder {
	border-color: #858585;
	color: white;
	opacity: 1;
}

.busca-modal input:focus:-moz-placeholder {
	border-color: #858585;
	color: white;
	opacity: 1;
}

.busca-modal input:focus::-moz-placeholder {
	border-color: #858585;
	color: white;
	opacity: 1;
}

.busca-modal input:focus:-ms-input-placeholder {
	border-color: transparent;
	color: white;
	opacity: 1;
}

.busca-modal .resultados{
	padding-top: 78px;
}
.busca-modal .resultados .imagem{
	width: 100px;
	display: block;
	height: 100px;
	margin: 0 auto;
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.busca-modal .resultados h1{
	font-size: 25px;
	color: white;
	display: block;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.busca-modal .resultados p{
	font-size: 18px;
	color: white;
	display: block;
}

/* ------ */

/* Página de Contato */

.contato .row{
	margin-bottom: 15px;
}

.contato .sem{
	padding-left: 0px;
	padding-right: 0px;
}

.contato .mapa{
	height: 500px;
	background-color: #858585;
	width: 100%;
}

.contato .area-2{
	padding-top: 50px;
	padding-bottom: 50px;
}

.contato .area-2 input,
.contato .area-2 textarea{
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contato .area-2 input[type="submit"]{
	text-align: center;	
}

.contato .area-2 h1{
	font-size: 30px;
	text-transform: none;
	margin-bottom: 35px;
}

.contato .area-2 span{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 25px;
	display: block;
}

.contato .area-2 p{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 5px;
	display: block;
}

.contato .area-2 p a{
	text-decoration: none;
	color: #808080;
}

.contato .area-2 p.titulo{
	color: #15184f;
	font-family: Montserrat;
	font-weight: 700;
	margin-top: 15px;
	display: block;
}

.contato .area-2 p.subtitulo{
	color: #15184f;
	font-family: Montserrat;
	font-weight: 500;
	margin-top: 15px;
	display: block;
}

.contato .area-2 .divisoria{
	position: relative;
}

.contato .area-2 .divisoria:before{
	content: '';
	display: block;
	left: calc(50% - 2px);
	height: 100%;
	background-color: #15184f;
	width: 4px;
	position: absolute;
}

/* --- Sobre ---- */

.sobre{

}

.sobre .area-1{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.sobre .area-1 h3{
	text-transform: none;
}

.sobre .area-2{
	margin-bottom: 100px;
} 

.sobre .area-2 .destaque{
	margin-top: -20px;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: 50% 0%; 
	background-color: #15184f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sobre .area-2 .destaque h1{
	font-size: 60px;
	color: white;
	text-transform: none;
}

.sobre .area-3{
	padding-bottom: 100px;
}

.sobre .area-3 h1{
	text-transform: none; 
}

.sobre .area-3 p{
	color: #636363;
	font-size: 15px;
	line-height: 1.2em;
}

.sobre .area-4{
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative; 
}

.sobre .area-4:before{
	background-color: #5ad8ff;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
}

.sobre .area-4 h1{
	text-align: center;
	text-transform: none;
	margin-bottom: 60px;
}

.sobre .area-4 .bloco{ 
	margin-bottom: -50px;
	position: relative;
	display: block;
}

.sobre .area-4 .bloco .imagem{
	width: 100%;
	height: 256px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #15184f;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.sobre .area-4 .bloco .imagem:before{
	content: '\f08e';
	font-family: FontAwesome;
	background-color: rgba(9, 10, 41, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 0;
	font-size: 30px;
	color: white; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.sobre .area-4 .bloco:hover > :before{
	opacity: 1;
}

.sobre .area-4 .bloco p{
	color: #15184f;	
	text-align: center;
	font-size: 20px;
}

.sobre .area-5{
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url('../img/area-4.png');
	background-position: 100% 200%;
	background-repeat: no-repeat;
}

.sobre .area-5 h1{
	text-transform: none;
	font-size: 30px;
	max-width: 335px;
	margin-top: 100px;
	margin-bottom: 50px;
}

.sobre .area-5 p{
	font-size: 15px;
	color: #636363;
	line-height: 1.2em;
	margin-bottom: 28px;
}

.sobre .area-5 .img{
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 600px;
}

.sobre .area-6{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #15184f;
}

.sobre .area-6 h1{
	color: white;
	width: 100%;
	text-align: center; 
	font-size: 30px;
	text-transform: none; 
	margin-bottom: 40px;
}

.sobre .area-6 p{
	color: white;
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.sobre .area-7{
	background-image: url('../img/area-6-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.sobre .area-7 .texto,
.sobre .area-7 .cidade,
.sobre .area-7 .nome
{
	color: #0d1379;
	text-align: left;
}

.sobre .area-8{
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
}

.sobre .area-8 .mapa{
	width: 45%;
	height: 100%;
	position: absolute;
	background-color: #cfcfcf;
	top: 0px;
	right: 0px;
}

.sobre .area-8 .row{
	padding-bottom: 15px;
}

.sobre .area-8 input,
.sobre .area-8 textarea{
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sobre .area-8 input[type="submit"]{
	text-align: center;	
}

.sobre .area-8 h1{
	font-size: 30px;
	text-transform: none;
	margin-bottom: 35px;
}

.sobre .area-8 span{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 25px;
	display: block;
}

.sobre .area-8 p{
	font-family: Open Sans;
	font-size: 16px;
	color: #808080;
	margin-bottom: 0px;
	display: block;
}

.sobre .area-8 .divisoria{
	border-top: 1px solid #cfcfcf;
	margin-top: 60px;
	margin-bottom: 30px;
}

/* Galeria / Galerias */

.galerias .area-1,
.galeria .area-1{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.galerias .area-1 h3,
.galeria .area-1 h3{
	text-transform: none; 
}

.galeria .area-2{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.galeria a{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%; 
}

@media screen and (max-width: 1170px){
	.galeria a{
		width: 50%;
		height: 300px;
	}	
}

@media screen and (max-width: 500px){
	.galeria a{
		width: 100%;
		height: 200px;
	}	
}

/* -----------*/ 

/* Calendario */

.calendario .area-1{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.calendario .area-1 h3{
	text-transform: none; 
}

.calendario .area-2{
	padding-top: 10px;
	padding-bottom: 100px;
}

.calendario .area-filtro{
	padding-top: 50px;
	padding-bottom: 10px;
	
}

/* ------ */

.dropdown{
	font-size: 12px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	color: #15184f;
	cursor: pointer;
	text-align: left;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #15184f;
}

.dropdown .toggle{
	display:block;
	width: 100%;
}

.dropdown i{
	margin-left: 10px;
	display: none;
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
}

.dropdown .remove{
	margin-left: 10px;
	display: none;
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
	color: #15184f;
}

.dropdown.tem .remove{
	display: inline;
}

.dropdown.ativo{
	background-color: #15184f;	
	color: white;
}

.dropdown.ativo .caret{
	display: inline;
}

.dropdown .sub{
	border-top: 1px solid white;
	width: 100%;
	margin-top: 10px;
	display: none;
	background-color: #ffffff;
	position: absolute;
	top: 29px;
	left: 0px;
	z-index: 2;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 50;
}

.dropdown .sub li{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #15184f;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Montserrat;
	font-weight: 700;
	padding-left: 15px;
}

.dropdown .sub li.selecionado{
	background-color: #15184f54;
}

.dropdown .sub a{
	color: #878787;
	font-size: 13px;
}

.dropdown .sub a:hover{
	color: #15184f;
}


.dropdown strong{
	color: #15184f;
}



.facebook{
	background-color: #3b5998;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100% !important;
	display: block !important;
	height: auto !important; 
	font-size: 14px;
	text-align: center;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.facebook:before{
	left: 10px;
	position: absolute;
	top: calc(50% - 10px);
	font-size: 14px;
	color: white; 
	content: '\f09a';
	display: block;
	font-family: FontAwesome;
}
.facebook:hover{
	color: white;
}

/* Testimonial */

.testimonial{
	padding-bottom: 20px;
}

.slider-home .slick-dots li button:before, 
.testimonial .slick-dots li button:before{
	font-size: 8px;
}

.slider-home .slick-dots li.slick-active button:before,
.testimonial .slick-dots li.slick-active button:before{
	color: white;
	opacity: 1;	
}

.testimonial .slider{
	position: relative; 
	height: 100%;
	width: 100%;
}

.testimonial .centrar{
	margin: 0 auto;
	display: block;
	width: 100%;
}

.testimonial .slide{
	width: 100%;
	max-width: 1170px;
	padding-top: 180px;
	padding-bottom: 150px;
	padding-left: 100px;
	padding-right: 100px;
	position: relative; 
	display: flex;
}

.testimonial .co-1,
.testimonial .co-2{
	display: inline-block;
	vertical-align: top;
}

.testimonial .co-1{
	width: 25%;
	margin-right: 5%;
}

.testimonial .co-2{
	width: 70%;
	max-width: 540px;
}

.testimonial .imagem{
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	position: relative; 
}

.testimonial .imagem:before{
	content: '\f10d';
	display: block;
	color: #1722ff;
	font-family: FontAwesome; 
	font-size: 35px;
	text-align: center; 	
	position: absolute;
	top: -10px;
	right: -10px;
	padding-top: 4px;
}

.testimonial .texto{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 45px;
}

.testimonial .nome{
	color: #ffffff;
	font-size: 18px;
}

.testimonial .cidade{
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase; 
}

@media screen and (max-width: 1170px){


	.inicio .area-3 .c-m{
		font-size: 70px;
	}

	.inicio .area-3 .c-mm{
		font-size: 70px;
		line-height: 96px;	
	}

	.inicio .area-3 .c-mm span{
		right: 80px;
	}

	.inicio .icones img{
	max-width: 100%;
	}
	
}

@media screen and (max-width: 980px){
	.inicio .area-3 h2{
		max-width: 100%;
	}
	.testimonial .imagem{
		margin: 0 auto;
	}
	
	.testimonial .co-1{
		margin-bottom: 15px;
	}
	.testimonial .co-1,
	.testimonial .co-2{
		width: 100%;
		display: block;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.testimonial .texto{
		font-size: 14px;
	}

	.testimonial .slide{
		width: auto;
		max-width: 100%;
		/*height: 450px;*/ 
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}



	.inicio .area-6 .bloco .imagem,
	.galerias .area-2 .bloco .imagem{
	height: 180px;
	}
	.inicio .area-3 .c-mm .contador{
		display: inline-block;
	}
	.inicio .area-3 .c-mm span{
		right: 0px;
		display: inline-block;
		position: relative;
		top: 0px;
	}

	.inicio .area-7:before,
	.noticias .area-2:before{
		height: 30%;
	}

	.inicio .area-7 .not .imagem, 
	.noticias .not .imagem{
		height: 200px;
	}

	.inicio .area-8 a{
		font-size: 15px;
	}

	.inicio .area-8 a img{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		left: 0px;
		top: 0px;
		margin-right: 15px;	
	}

	.inicio .area-8 a span{
		display: inline-block;
	}

		/* Responsividade Compartilhamento */

	.facebook:before{
		position: relative;
		display: inline;
		left: 0px;
		margin-right: 10px;
	}

	.noticia .grid{
		width: 50%;
		height: 300px;
	}
	.grid a{
		width: 50%;
		height: 300px;
	}

	/* Responsibidade Atividades */

	.tabs{
		display: none;
	}

	.atividades .area-2{
		padding-bottom: 50px;
	}

	.atividades .area{
		padding-top: 25px;
		padding-bottom: 50px;
	}

	/* Responsividade História */

	.historia .area-2{
		margin-bottom: 50px;
	}

	.historia .area-3 h1{
		margin-bottom: 50px;
	}

	.historia .area-4{
		padding-bottom: 100px;
	}

	.historia .slider-historia .slide{
		padding-left: 10px;
		padding-right: 10px;
	}

	.historia .slider-historia .prev{
		left: 10%;
	}

	.historia .slider-historia .next{
		right: 10%;
	}

	.historia .slider-historia .slide .conteudo .col{
		width: 100%;
		display: block;
		background-position: 50% 10%;
	}

	.historia .slider-historia .slide .conteudo .col:first-child{
		height: 300px;
	}

	/* Responsividade Sobre */

	.sobre .area-2 h1{
		font-size: 40px !important;
	}

	.sobre .area-5{
		text-align: center; 
	}

	.sobre .area-5 h1{
		margin-top: 0px;
		max-width: 100%;
		margin-bottom: 15px;
		text-align: left;
	}

	.sobre .area-5 .img{
		width: 100%;
		height: 300px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-top: 30px;
	}
	.sobre .area-5 a{
		margin: 0 auto;
	}

	.sobre .area-6{
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media screen and (max-width: 768px){

	.inicio .area-2 .bloco{
		margin-top: 20px;
	}

	.inicio .area-3{
		text-align: center;
	}

	.inicio .area-6 .bloco,
	.galerias .area-2 .bloco{
		margin-bottom: 30px;
	}
	.galerias .area-2 .bloco .imagem,
	.inicio .area-6 .bloco .imagem{
		height: 400px;
	}

	.inicio .area-7,
	.noticias .area-2{
		padding-bottom: 70px;
	}

	.inicio .area-7 .not, .noticias .not{
		margin-bottom: 30px;
	}

	.inicio .area-7:before, .noticias .area-2:before{
		height: 10%;
	}

	/* Responsividade Notícias */

	.noticias .area-4{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.noticias .area-5{
		padding-bottom: 70px;
	}

	.noticias .area-5:before{
		height: 20%;
	}

	.noticias .area-5 .bloco{
		margin-bottom: 30px;
	}

	.noticias .not .imagem{
		height: 250px;
	}

	.noticia .texto quote{
		max-width: 100%;
		margin-bottom: 50px;
	}


	/* Responsividade Documentos */
	.arquivos .documento{
	margin-bottom: 50px;
	}

	.arquivos .area-2,
	.arquivos .area{
		padding-bottom: 0px;
	}

	.arquivos h1{
		margin-top: 0px;
	}


	/* Responsividade Atividades */

	.atividades .area-2 .destaque{
		margin-top: 20px;
	}

	.atividades .area .destaque{
		height: 400px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.atividades .area .mobile{
	display: block;
	}

	.atividades .desktop{
	display: none;
	}

	/* Responsividade Nível */

	.nivel .area-2 .destaque{
		margin-top: 10px;
	}

	.nivel .bloco{
		margin-bottom: 30px;	
	}

	.nivel .area-4{
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.nivel .area-7{
		padding-bottom: 0px;
	}

	.nivel .area-7 .mapa{
		position: relative; 
		height: 300px;
		width: 100%;
		margin-top: 50px;
	}

	.nivel .area-7 input{
		margin-bottom: 15px;
	}

	/* Responsividade Contato */

	.contato .area-2 input,
	.contato .area-2 textarea{
		margin-bottom: 15px;
	}

	.contato .sem{
    padding-left: 15px;
    padding-right: 15px;
	}

	.contato .area-2 .divisoria{
		margin-bottom: 15px;
	}

	.contato .area-2 .divisoria:before{
		width: 100%;
		height: 4px; 
		left: 0px;
	}

	.contato .area-2 p{
		text-align: center; 
	}

	/* Responsividade Sobre */

	.sobre .area-4 .bloco{
		margin-bottom: 20px;
	}

	.sobre .area-5{
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.sobre .area-8{
		padding-bottom: 0px;
	}

	.sobre .area-8 .mapa{
		position: relative; 
		height: 300px;
		width: 100%;
		margin-top: 50px;
	}

	.sobre .area-8 input{
		margin-bottom: 15px;
	}


}

@media screen and (max-width: 600px){

	.facebook{
	margin-top: 20px;
	}

	.noticia .grid{
		width: 100%;
		height: 350px;
	}

	.grid a{
		width: 100%;
		height: 350px;
	}

	.header .logo img{
		max-width: 120px;
	}

	.header .divisor:before{
		top: -10px;
	}
	
}

.sucesso{
	padding: 5px;
	background-color: #15184f;
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	font-family: Montserrat;
}

.construcao{
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
}

.construcao h1{
	font-weight: 300;
	margin-top: 50px;
	text-transform: none;
}

.politica h2{
	color: #15184f;
}

.politica ul li{
	list-style: circle;
}

