html, body{
	height: 100%;
}
body {
	padding-top: 65px;
	margin: 0;
	background-color: #e9ebee;
    position: relative;
    overflow-y: scroll;

}

.wrapper {
    min-height: calc(100% - 156px);
}

#links {
    float: right;
}
.grid {
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    position: fixed;
    top: 30%;
    left: calc(80% - 241px);
    box-shadow: 0px 0px 0px 803px rgba(51, 51, 51, 0.78);
    margin: 0;
    min-width: 256px;
    max-width: 483px;
}
.btn{
	padding: 8px;
    background-color: #16437d;
    color: #fff;
    border: none;
    box-shadow: 2px 2px 2px -2px #16437d;
	display: inline-block;
}

.link-ins {
	width: 300px;
	height: 152px;
    background-color: #004e4f;/*#339e83*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin: 20px;*/
    color: #fff;
    padding: 10px;
    font-size: 24px;
    font-family: calibri;
    box-shadow: 2px 2px 5px #b0b1b3;
	border-radius: 0px;
	transition:  background-color 0.3s;
	position: relative;
    left: -40px; /*-36px*/
	display: block;
}
.overlay {
        background-color: rgba(0, 0, 0, 0.8);
        position:fixed;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        display:none;
		z-index: 999;
      }

.mText {
  color: #fff;
  background-color: #111;
}
.well{
  background-color: #1e798c;
  top: 100px;
  position: fixed;
      width: 80%;
	  left:  10%;
    margin: 0 auto;
    height: 300px;
    font-size: 200%;
    padding: 114px 32px;
}
.close {
      color: #fff;
    z-index: 999;
    top: 101px;
    position: fixed;
    right: 10%;
	font-size:large;
}

#link-ins:hover {
	background-color: #40d0ab;
}
.main {
	text-align: justify;
	font-size: large;
	font-family: Roboto, sans-serif, calibri;
	color: #636363;
	font-weight: 400;

}
.login {
	text-align: justify;
    /*font-size: large;*/
    font-family: calibri;
	width: 330px;
}

.form-busca{
	float: right;
	}
.inputBusca{
	border-radius: 18px;

	}
.inputBusca:focus {
    outline: none;
    width: 300px;
    transition: all 1s;
}

.oculto{
	display: none;
}
a{
  color: #1e798c;
  text-decoration: none;
  transition: all 0.1s;

}

a:hover{
	color: #fff;
	background-color: #1e798c;

}
h4 {
	text-align: center;
	margin: 0;
	border-bottom: solid 2px #bbb;
	color: #333;
	font-weight: bold;

}

#direitos:target {
    position: fixed;
    transition: all 0.5s;
    width: 80%;
    /* height: 400px; */
    background-color: #333;
    color: #fff;
    top: 25%;
    left: 10%;
    font-size: 31pt;
    padding: 30px;
}

/* tabela */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);


div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles */

table {
	float: none;
	border-collapse: collapse;
	font-family: "Roboto", helvetica, arial, sans-serif;
	box-shadow: 0px 0px 6px #abc;
}

.table>tbody>tr>td {
    padding: 4px;
}
.table>tbody>tr>th {
    border-bottom: none;
}

th {
  color:#D5DDE5;;
  background-color:#263242;
  border-bottom:4px solid #17a;
  border-right: 1px solid #343a45;
  font-size:20px;
  font-weight: 100;
  padding:15px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:14px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

/* tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 */
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#EBEBEB;
}


tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  padding:8px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);

}
#td1{
  width: 30px;
}
td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


#menuperfil a:link,#menuperfil a:visited{
	color: #fff;
	text-decoration: none;
	padding: 10px;
	transition: border 0.5s;

}
#menuperfil a:hover {
	color: #333;
	background-color: #fff;
	border-radius: 0px;
	border-bottom: solid 4px #17a;
	box-shadow: 0px 1px 5px -2px #111;
}

#usuario a:link, #usuario a:visited{
	background-color: #263242;
	display: block;
}
#usuario a:hover, #usuario a.active{
	background-color: #339e83;
	color: #fff;
	border: none;
	transition: background-color  0.5s;
	transition-timing-function: ease;
	border-left: solid 6px #fff;
	z-index: 999;

}
#header{
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;

}
#header img {
    box-shadow: 2px 2px 5px #b0b1b3;
	max-width: 100%;
	animation: fade 1s;
	position: relative;
}

#header-separate{
	position:static;
	width: 100%;
	height: 80px;
}


#esquerda{
	float: left;
	margin-top: 68px;
	animation: opacity 2s;
}
#direita{
	float:right;
	margin-top: 68px;
	animation: opacity 2s;


}
#usuario  {
	position:static;
	top: 50px;
	width: 210px;
	background-color: #FFF;
	box-shadow: 1px 1px 8px -2px;
	margin: 5px;
	margin-bottom: 15px;


}

#opAarea {
    display: none;
}

#parceiros{
	text-align:center;

}
#parceiros img{
	margin-top: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
	/*box-shadow: 1px 1px 8px -1px #112;*/
	/*border-radius: 15px;*/
	vertical-align: middle;
}
#apoio{
	text-align: left;
	color:  #fff;
}
#infoperfil{
	color: #F2F5F7;
	background-color: #263242;
	font-size:18px;
	font-weight: bold;
    border-left: solid 8px #339e83;
    padding: 8px;
    font-family: arial;
    box-shadow: 0px 3px 7px -2px #202127;
    position: relative;

}
#menuperfil{
	display: block;
	font-family: helvetica;
	font-size: 15px;
}

#info{
	margin-bottom: 13px;
}
#artigo {
    margin: 0 auto;
    min-height: 490px;
	min-height: calc(100% - 200px);
    margin-bottom: 30px;
    max-width: 800px;
}

#titulo {
	color: #16437d;
    font-weight: bold;
    font-size: 22px;
	animation: fade 1s;

}
#subtitulo{
	font-size: 14px;
	color: #16437d;
}
#userImg{
	width: 50px;
	height: 50px;
	animation: fade 1s;
}

#userImg img {
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(1px 1px 1px #c9cacb);
    filter: drop-shadow(1px 1px 1px #c9cacb);

}
.info-left {
	float: left;
	margin-right: 10px;
}
#content  {
	padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #c9cacb;
    margin: 5px;
	margin-bottom: 10px;
	animation: fade 1s;
}


#footer{
	position: absolute;
	width: 100%;
	background: #03393a ;
	display: inline-block;
}

#equipe {

	position: relative;
	float: left;
    width: 200px;
    height:60%;
    color: #ddd;
    margin-left: 30px;
    border-right: solid 2px;
    padding-right: 20px;
}
#logado {
    position: fixed;
    bottom: -1px;
    right: 40px;
    z-index: 1000;
    color: #fff;
    background-color: #263242;
    padding: 10px;
}

#inscricao {
    display: flex;
    position: static;
    width: 61%;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 34px;
}
#direitos{
	width: 100%;
	text-align: center;
	color: #e9ebee;
}

e1{
	color: #17a;
	font-weight: bold;
}
input, select,textarea{
	border: solid 1px #1e798c;
	background-color: #fefeff;
    /*padding-top: 3px;*/
    padding-right: 5px;
    /*padding-bottom: 3px;*/
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
	box-shadow: 1px 1px 4px -1px #ccc;
	transition: all 0.3s;
	font-weight: bolder;
    color: #16437d;
}
select {
	width: 270px;
}
input[type="submit"] {
    background-color: #16437d;
    color: #fff;
	cursor: pointer;
    border: none;
    font-weight: bold;
    box-shadow: 2px 2px 2px -2px #16437d;
}
input[type="submit"]:hover {
    background-color: #2171db;
}
input[type="button"]{
	cursor: pointer;
}
textarea{
	width: 90% !important;
	height: 200px  !important;
	overflow:auto;
	padding: 20px;
	margin-top: 20px;

}

#outPopup {
	position: absolute;
	width: 100%;
	background-color: #176474;
    animation-duration: 1s;
	animation-name: slidein;
	z-index: 9;

}

@keyframes fade {
  0% {
	opacity: 0;
	left: -400px;

	}

  100% {
    opacity: 1;
	left: 0px;
	}
}
@keyframes opacity {
  0% {
	opacity: 0;

	}

  100% {
    opacity: 1;
	}
}

@keyframes menuin {
  0% {
	opacity: 0;
	left: -400px;

	}

  100% {
    opacity: 1;
	left: 0px;
	}
}

@keyframes slidein {
  0% {
	background-color: #333;
    opacity: 0;
	width: 0px;
	}

  100% {
    opacity: 1;
	width: 100%;
	background-color: #176474;
	}
}



#popup {
    max-width: 600px;
    margin: 0 auto;
	transition: all 0.4s;
	margin-top: 50px;
    margin-bottom: 50px;
}

.fechar {
    font-size: larger;
    float: right;
    font-family: sans-serif;

}

.fechar img {
    width: 34px;
    height: 34px;
    position: relative;
    top: -26px;
    right: -38px;
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
}
.fechar img:hover {
	width: 36px;
    height: 36px;
	top: -27px;
    right: -39px;
    -webkit-filter: opacity(1);
    filter: opacity(0.9);

}

.fechar a:hover {
	background: none;
}

#areaTitulo {
    font-size: 140%;
	font-family: sans-serif;
    color: #16437d;
    font-weight: bold;
	margin-top: 20px;
}

a.tituloPlano {
    font-weight: bold;
    color: #1e798c;
	font-size: 1.05em;
}

a.tituloPlano:hover{
	color: #fff;
}

a.bt-inscricao {
    background-color: #16437d;
    color: #fff;
    padding: 1px 7px;
    line-height: 46px;
    margin-right: 21px;
    border-left: 6px solid #2171db;
	}

a.bt-inscricao:hover {
	background-color: #2171db;
    border-radius: 0px;
    padding: 5px 7px;
    transition: all 0.3s;
    border-color: #2171db;

}
a.bt-nav{
	background-color: #1e798c;
    color: #fff;
    padding: 1px 7px;
    line-height: 46px;
    border-radius: 15px;
    margin-right: 21px;
}
a.bt-nav:hover{
	border-radius: 0px;
}
hr{

    border: dashed 1px #16437d;
}
@import url(http://fonts.googleapis.com/css?family=Varela+Round);



.slides {
	padding: 0;
	top: 20px;
    width: 898px;
    height: 455px;
    display: block;
    margin: 0 auto;
    position: relative;
	box-shadow: 0px 0px 7px -1px #000;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 898px;
    height: 455px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    max-height: 455px;

}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;
	opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.2; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {

	display: block;
	color: #fff;
    font-family: serif;
	    font-size: 23em;
	}

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans);

*{
  box-sizing:border-box;
}


.container2{
  width:100%;
  min-height:415px;
  margin:0 auto;
  position:relative;
  padding-bottom:30px;
  overflow:hidden;
  font: normal 1em/1.5 "Open Sans";
  background-color:#ddd;
}
h1{
  text-align:center;
  text-shadow:0 1px white;
  color:#02303F;
}
h2{
  color:#736861;
  margin:15px 0 5px;
  text-shadow:0 1px rgba(255,255,255,0.5);
}
h6{
    font-size: large;
    color: #1e798c;
    margin: 0;
}
input[type="radio"] {
position: absolute;
width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
padding: 0;
margin: -1px;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
label{
  display:block;
  width:32%;

  position:absolute;
  bottom:5px;
  cursor: pointer;
  transition: border-color 0.3s linear;
}
label.second{
  left:34%;
}
label.third{
  left:68%;
}
blockquote{
  margin:0;
  padding:30px;
  width: 100%;
  background-color: #DB532B;
  color:white;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
}
blockquote:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #DA532B;
  border-left-color:#DA532B;
  border-width: 10px;
  left: 10%;
}
#second:checked ~ .two blockquote {
  background-color:purple;
}
.two blockquote:after{
  border: solid transparent;
  border-top-color: purple;
  border-left-color:purple;
  border-width: 10px;
}
#third:checked ~ .three blockquote{
  background-color:#54885F;
}
.three blockquote:after{
  border: solid transparent;
  border-top-color: #54885F;
  border-left-color: #54885F;
  border-width: 10px;
}
.quotes{
  position:absolute;
  color:rgba(255,255,255,0.5);
  font-size:5em;
}
.leftq{
  top:-25px;
  left:5px;
}
.rightq{
  bottom:-10px;
  right:5px;
}
.slide2 img{
  float:left;
  margin-right: 20px;
  margin-top:5px;
}
.slide2{
  position:absolute;
  left:-100%;
  opacity:0;
  transition: all 0.6s ease-in;
}

#first:checked ~ label.first {
  border-width:6px;
  border-color:#DB532B;
}
#second:checked ~ label.second {
  border-width:6px; border-color:purple;
}
#third:checked ~ label.third {
  border:6px solid #54885F;
}

#first:checked ~ div.one {
  left:0;
  opacity:1;
}
#second:checked ~ div.two {
  left:0;
  opacity:1;
}
#third:checked ~ div.three {
  left:0;
  opacity:1;
}










.mobile-menu {
    display:block;
    width:100%;
    line-height: 1.6em;
    font-weight: 400;
    width:100%;
    text-align:center;
	position: fixed;
    margin:0 auto;
    top: 0px;
    z-index: 999;
}

.mobile-menu ul {
	list-style-type:none;
	margin: 0 auto;
	padding-left:0;
	text-align:center;
	width:100%;
	position: absolute;
	background: rgb(0, 78, 79);
	background-size: cover;
}


.mobile-menu li {
	display:inline-block;

}


.mobile-menu li a {
	display:block;
	text-align: left;
	text-indent: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
    padding: 10px 15px;
	transition: background-color  0.5s;
	transition-timing-function: ease;
}



.mobile-menu li a.active,.mobile-menu li:hover a {
    background-color: #e9ebee;
		color: #17a;

}
.mobile-menu li a.active {
		font-weight: bold;
}


/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	/*height: 40px;
	line-height: 40px;*/
}
.mobile-menu li ul a {
	height: 40px;
	line-height: 40px;
	color: #2f3036;
}
.mobile-menu li ul{
	background: #fff;
	box-shadow: 3px 3px 8px grey;
}
/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}


.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}



.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: rgb(0, 78, 79);
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 999;
}

.mobile-menu .show-menu span{
   padding-left: 0px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
	animation: menuin;
    animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
}

/*Responsive Styles*/

@media screen and (max-width : 1260px){
	.mobile-menu{
		top: 46px;
	}
  .mobile-menu .lines {
    height: 26px;
    width: 36px;
    float: left;
    background: url(http://iamturner.co.uk/codepen/menu-icon.png) no-repeat center;
    background-size: 179%;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
		width: 60%;
		max-width: 350px;
		text-align: left;
		
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
		position: fixed;
        top: 0px;
        width: 100%;
        height: 46px;
	}

/*  site mobile */
#links {
    float: none;
    display: inline-block;
}
.link-ins {
	left: 0px;
}
/*
#header{
	margin-top: 70px;
}
*/
#usuario, #realizacao{
    display: none;
}

#content{
    margin: 0;
    margin-bottom: 15px;
}
/*
.main {
	text-align: left;
}
*/
#opAarea {
    display: initial;
}

#opAarea input, #opAarea select {
    color: #fff;
    box-shadow: none;
    border: none;
	padding: 15px;
    font-weight: bold;
    font-size: 1em;
}

#opAarea select {

	    width: 90%;
        margin: 5% 0% 20px 5%;
}

#header-separate {
    height: 50px;
}

.well{
	width: 100%;
    height: 312px;
    padding: 22px;
    padding-top: 39px;
    left: 0px;
}


}

@media screen and (max-width : 1260px){
	.main{
		font-size: 100%;
	}
	nav ul#menu {
		height: 93vh;
		overflow-y: auto;
	}
}

.btn-sair{
	background-color: #008CBA;
    border: none;
    color: white;
    padding: .5em 1em .5em 1em ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: .5em .5em .5em .5em ;
	border-radius: 8px;
	width: 20%;
	min-width: 5em;
}

.mensagem{
	background-color: #cce6ff;
	padding: 1em;
}
.mapadosite ul{
	list-style-type: none;
	padding-left: 10px;
}
.mapadosite{
	position: absolute;
	float: left;
}
.mapadosite a{
	color:  #cce6ff;
}
.footer-coluna{
	max-width: 800px;
	margin: 0 auto;
}
.center-form{
	max-width: 400px;
	margin: 0 auto;
}
/* spinner inicio */
@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before{
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 8px solid #99ddff;
  border-top-color: #0077b3;
  border-right-color: #00aaff;
  border-bottom-color: #66ccff;
  animation: spinner 2s linear infinite;
  z-index: 1;
}
/* spinner fim */
/* dropdown menu inicio*/

.mobile-menu li ul{
	width: auto;
}
.mobile-menu li:hover ul a:hover {
	background-color: #6e99c4;
}

.dropmenu .dropmenu-show {
    display: block;
}

/* dropdown menu fim*/

.itens-por-pagina{
    width: 6em;
    position: relative;
    float: left;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    margin-left: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    line-height: 1.42857143;
    font-weight: normal;
    box-shadow: 0px 0px;
}

.paginacao {
    margin-top: 5px;
}

.form-largura-medio {
    max-width: 500px;
}