/* lists */
.list-full, .list-full li,
.list-auto, .list-auto li { width: 100%; float: left; display: block; position: relative; }
.list-auto, .list-auto li { width: auto; }

/* floats */
.float-l { float: left; }
.float-r { float: right; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background:#CCCCCC;
  margin:0px;
  text-shadow: 0 0px 0 #fff;
}

header {
  min-height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 0px solid #ccc;
  background:url(../imagens/cor.png);
  z-index: 2;
}

header h1 {
  padding: 3px 0px 3px 150px;
}

header h1 a {
  color: #FF4646;
}

header ul {
  padding: 3px 160px 3px 3px;
}

header li {
  border-left: 0px solid #FFFFFF;
}

header li:first-child {
  border: none;
}

header li a {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header li a:hover {
  color: #333;
}


input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* content */
section {
  padding: 0px 0px 0px;
  border-top: 1px solid #CCFF00;
  font-size: 14px;
  line-height: 24px;
  background:none;
}

#painel {
 background:none;
  padding: 5px;
  border-top: 0px solid #ccc;
  font-size: 14px;
  width:100%;
  height:auto;
  text-align:center;
}

#painelitem {
  background: none;
  padding: 1px 0px 2px 10px;
  border-bottom: 1px solid #666666;
  border-left: 5px solid #666666;
  width:100%;
  height:auto;
}

#painelitemsala {
  background: none;
  padding: 1px 0px 2px 10px;
  border-bottom: 1px solid #666666;
  border-left: 5px solid #666666;
  width:99.2%;
  height:auto;
}

section#rodape1 {
  background:linear-gradient(#FFFFFF, #FFFFFF, #ECECEC);
  padding: 10px 65px 10px;
  border-top: 0px solid #ccc;
  font-size: 14px;
  line-height: 20px;
}

section#rodape {
  background: #ECECEC;
  padding: 0px 10px 5px;
  border-top: 0px solid #ccc;
  font-size: 14px;
  margin-bottom:0px;
  line-height: 20px;
  bottom: 0;
  right: 0;
  left: 0;
}


section:after {
  content: "";
  display: block;
  clear: both;
}


section p {
  padding: 0 0 20px;
}

section a:link {
color:url(../imagens/cor.png);
}
/* visited link */
section a:visited {
    color:#0099FF;
}
/* mouse over link */
section a:hover {
    color:#333333;
}
/* selected link */
section a:active {
    color:#0099FF;
}
section a:link {
    text-decoration: none;
}
section a:visited {
    text-decoration: none;
}
section a:active {
    text-decoration:none;
}



.highlights {
  position: relative;
}

.highlights input {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.highlights-item {
  float: left;
  margin: 0 0 0 2%;
  width: 32%;
  text-align: center;
}

.highlights-item:first-of-type {
  margin-left: 0;
}

.highlights-item img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.highlights-item p {
  font-size: 14px;
}

.highlights-button {
  display: inline-block;
  padding: 10px 15px 8px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #ececec;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.highlights-button:hover {
  border: 1px solid #ececec;
  background-color: #ccc;
}

.highlights-buttons {
  display: none;
  clear: both;
  text-align: center;
}

.highlights-buttons label {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px; 
  border-radius: 10px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.highlights-buttons label:hover {
  background-color: #777;
}

#newletter{  padding:3px; border:1px solid #0099FF; height:18px; width:41%; font-size:14px;
-webkit-border-radius: 2px;
border-radius: 0px;
}

#container-info {
    width: 100%;
	border-left:#7171FA 0px solid;
	border-right:#7171FA 0px solid;
	background:none;
    text-align: justify;
	margin-bottom:0px;
}
.box-info {
    display: inline-table;
    width:10px; height: auto;
}
#box-info-1 { background-color:none; text-align:justify; width:69.50%; padding:0px; margin-right:40px;}
#box-info-2 { background-color:none; text-align:justify; width:25.59%; padding:0px;}

#pesquisar1 {
    width: 80%;
	height:35px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
	margin-bottom:10px;
    background-color: white;
    background-image: url(imagens/seeee.png);
    background-position: 3px 3px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#campologin {
    width: 20%;
	height:30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
	margin-bottom:10px;
    background-color: white;
    padding: 10px 5px 5px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#campologinerro {
    width: 20%;
	height:30px;
    box-sizing: border-box;
    border: 1px solid #FF0000;
    border-radius: 2px;
    font-size: 12px;
	margin-bottom:10px;
    background-color: white;
    padding: 10px 5px 5px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#botaologin {
    width:auto;
	height:29.5px;
    box-sizing: border-box;
    border: 1px solid #5EAEFF;
    border-radius: 2px;
	color:#FFFFFF;
    font-size: 12px;
	margin-bottom:1px;
    background:url(../imagens/cor.png);
    padding: 4px 10px 3px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#pesquisar1:focus {
    width: 100%;
}

#pesquisar2 {
    width: auto;
	height:40px;
	color:#0099FF;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
	background-color: white;
    background-image: url(imagens/preload.gif);
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


.quemsomos{
	float: left;
	margin-left: 7%; /* 30px ÷ 1200px = 0.025 x 100 = 2.5%*/
}

.questoes{
	float: left;
	margin-left: 7%; /* 30px ÷ 1200px = 0.025 x 100 = 2.5%*/
}

.newlettar{
	float: left;
	margin-left: 7%; /* 30px ÷ 1200px = 0.025 x 100 = 2.5%*/
}

.menufinal{
	float: left;
	margin-left: 7%; /* 30px ÷ 1200px = 0.025 x 100 = 2.5%*/
}

#saudacao {
	opacity: 0;
	visibility:hidden;
  } 

@media screen and (max-width: 1100px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #ccc;
    background:#FFFFFF;
	color:#333333;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
header h1 {
  padding: 3px 0px 3px 70px;
}
  header ul.list-auto {
    padding: 0;
  }


  header ul.list-auto li {
    width: 100%;
    border: solid #ccc;
    border-width: 0 0 1px;
  }

  header li a {
    padding: 10px 10px;
	background-color: #ccc;
  }

  header li a:hover {
    background-color: #ccc;
  }

  .control-nav { /* label icon */
    position: absolute;
    right: 30px;
    top: 40px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #333;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

  .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #333;
  }

  .control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  
 
 #painel {
 background:none;
  padding: 5px;
  border-top: 0px solid #ccc;
  font-size: 14px;
  width:95%;
  height:auto;
  text-align:center;
}

  /* checked nav */
  input#control-nav {
    display: block;
  }

  input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }

  input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }

  input#control-nav:checked ~ nav,
  input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header+section {
    padding-top: 20px;
  }

  section {
    padding: 30px 15px 10px;
  }
  
   section-1 {
    padding: 130px 15px 10px;
  }

  .highlights {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .highlights-item {
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .highlights-item p {
    opacity: 0;
    -webkit-transition: opacity 500ms 500ms ease-in-out;
    transition: opacity 500ms 500ms ease-in-out;
  }

  .highlights-buttons {
    display: block;
    padding-top: 10px;
  }

  /*checked*/
  .highlights input:checked + div {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .highlights input:checked + div p {
    opacity: 1;
  }

  .highlights input:nth-of-type(1):checked ~ .highlights-buttons label:nth-child(1),
  .highlights input:nth-of-type(2):checked ~ .highlights-buttons label:nth-child(2),
  .highlights input:nth-of-type(3):checked ~ .highlights-buttons label:nth-child(3) {
    background-color: #000
  }

  .modal-content {
    padding: 10px 5%;
    min-width: 88%;
  }
  

#container-info {
    width:100%;
	background: none;
    text-align: justify;
	text-align: justify;
}
.box-info {
    display: inline-table;
    width: 100px; height: auto;
    margin: 0px 0px;
}

#box-info-1{
	width:93%;
	text-align: justify;
	margin-right:0px;
	background:none;
	margin-bottom:30px;
}			
#box-info-2{
	width:93%;
	background:none;
	margin-right:0px;
	text-align: justify;
}


.quemsomos{
	width:40%;
	text-align:justify;
	margin-bottom:25px;
}			
.questoes{
	width:40%;
	background:none;
	text-align:justify;
	
	margin-bottom:25px;
}

.newlatter{
	width:40%;
	background:none;
	margin-top:25px;
	text-align:justify;
}

.menufinal{
	width:40%;
	background:none;
	margin-bottom:25px;
	text-align: justify;
}
  
#saudacao {
	opacity: 0;
  } 
  
  
}

@media screen and (max-width: 480px) {
  header h1 {
    font-size: 14px;
    line-height: 40px;
  }
}


#close:hover,
#close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#fotoperfil{
	background:none;
	border-radius:70%;
	border:#DFDFFF solid 2px;

}

#publicofoto{
	background:none;
	border-radius:49%;
	border: #EBEBEB solid 1px;

}

#comentarios{
 border: thin solid #999999;
 padding: 0px;
 margin: 0px 5px 1px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}

#tabelacab{
 border: thin solid #EEEEEE;
 padding: 0px;
 margin: 0px 5px 0px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}

#tabelaperfil{
 border: thin solid #EEEEEE;
 padding: 0px;
 background:#DFDFFF;
 margin: 0px 5px 0px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}
#tabelaperfilbaixo{
 border: thin solid #DFDFFF;
 padding: 0px;
 background:none;
 margin: 0px 5px 0px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}
#celulaperfil{
 padding: 5px;
}

#tabelapost{
 border: thin solid #EEEEEE;
 padding: 0px;
 background: #F0F0FF;
 margin: 0px 5px 0px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}
#celulapost{
 padding: 5px;
}

#tabelaresposta{
 border: 0px solid #DFDFDF;
 padding: 5px;
 font-size:11px;
 line-height:12px;
 margin: 0px 5px 3px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}


<style type="text/css">
      
      table.grid {
       display:inline-block;
        table-layout:fixed;
        border-collapse:separate;
        border-spacing:0px;
        border:#333333 1px double;
      }
      table.grid th {
        background:#EEEEEE;
        border-top:#FFFFFF 1px solid;
        border-left:#FFFFFF 1px solid;
        border-right:#CCCCCC 1px solid;
        border-bottom:#CCCCCC 1px solid;
		text-align: center;
      }
      table.grid td {
        border-top:#FFFFFF 1px solid;
        border-left:#FFFFFF 1px solid;
        border-right:#CCCCCC 1px solid;
        border-bottom:#CCCCCC 1px solid;
		padding:1px 5px 3px 2px;
		
		}
      table.grid tbody {
        overflow-y:scroll;
        overflow-x:hidden;
      }
</style>

#grid1{
 border: 1px solid #DFDFDF;
 padding: 5px;
 background:#00FF66;
 margin: 0px 5px 3px 0;
 -webkit-border-radius: 1px;
border-radius: 1px;
}

input[type=text] {padding:5px; border:1px solid #CCCCCC; height:30px; width:300px; font-size:12px; border-radius: 2px;}
input[type=email] {padding:5px; border:1px solid #CCCCCC; height:30px; width:300px; font-size:12px; border-radius: 2px;}
input[type=submit] {padding:5px; background:url(../imagens/cor.png); border:0px solid #CCCCCC;; height:30px; font-size:12px; color: #FFFFFF; cursor:pointer; -webkit-border-radius: 2px; border-radius: 1px; }
input[type=reset] {padding:5px; background:url(../imagens/cor.png); border:0px solid #CCCCCC;; height:30px; font-size:12px; color: #FFFFFF; cursor:pointer; -webkit-border-radius: 2px; border-radius: 1px; }
input[type=password] {padding:5px; border:1px solid #CCCCCC; height:30px; width:300px; font-size:12px; border-radius: 2px;}
#textarea {	width:100%; 	height:auto; 	padding:4px; 	border-radius: 2px; font-size:12px;	border:1px solid #CCCCCC;}
input[type=date]{ padding:5px; border:1px solid #CCCCCC; height:27px; width:300px; font-size:12px; border-radius: 2px;}


div.polaroid {
  width:60%;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  border-radius: 2px;
}

div.containerp {
  text-align: center;
  padding: 5px 10px;
  margin-bottom:25px;
}

#imgicon{
background:#999999;
border-bottom: solid 1px #CCCCCC;
opacity: 0.45;
border-radius: 2px;
box-shadow: 0px 4px; 
}

#divlink {
    background-color:none;
    width:auto;
    height: 100px;
}
a.link {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

div.ex3 {
  background-color: lightblue;
  width: auto;
  height: 200px;
  overflow: auto;
}

.box {
   display:flex;
   width:100%;
   height: 200px;
   max-height: 50%;
   margin: 1%;
   background-color: none;
   overflow: auto;
}

.item {
   width: 100%;   
}

.esquerda {
   background-color:none;
}

.direita {
   background-color: none;
}

#treino{
background: #FFF9F2;
padding:8px;
margin-bottom:15px;
border-bottom: solid 1px #F9F9F9;
opacity: 0.45;
border-radius: 2px;
box-shadow: 0px 4px; 
}

#provincia{padding:2px; height:20px; width:200px;
-webkit-border-radius: 2px; 
border-bottom:1px solid #CCCCCC; 
border-top:0px solid #CCCCCC; 
border-right:0px solid #CCCCCC; 
border-left:0px solid #CCCCCC;
border-radius: 0px;
}

#conteineraula1{
background: none;
padding:2px;
margin-bottom:10px;
border-bottom: solid 0px #CCCCCC;
border-radius: 2px;
box-shadow: 0px 4px 2px 1px #CCCCCC; 
}

#conteineraula{
background-color:#fefbd8;
padding:2px;
margin-bottom:1px;
border-bottom: solid 0px #F9F9F9;
border-radius: 2px;
box-shadow: 0px 0px; 
}

#conteinerreg{
background-color:#FFFFFF;
padding:2px;
margin-bottom:0px;
border-bottom: solid 0px #F9F9F9;
border-radius: 0px;
box-shadow: 0px 0px; 
}

#conteineraula2{
background-color:none;
padding:2px;
margin-bottom:1px;
border-bottom: solid 0px #F9F9F9;
border-radius: 2px;
box-shadow: 0px 0px;
}


#myDiv {
margin-top:20px;
background: none;
padding:10px;
margin-bottom:10px;
border-bottom: solid 0px #CCCCCC;
border-radius: 2px;
box-shadow: 0px 4px 2px 1px #CCCCCC;
text-align: justify;
}
#myDivq {
margin-top:10px;
margin-bottom:5px;
background: #FF9A35;
color:#FFFFFF;
padding:10px;
margin-bottom:10px;
border-bottom: solid 0px #CCCCCC;
border-radius: 2px;
box-shadow: 0px 4px 2px 1px #CCCCCC;
text-align: justify;
}

#sairlogo{
  background:none;
  color: red;
  padding:0x;
  cursor: pointer;
}
#preteste {	width:100%; 	height:auto; 	padding:4px; 	border-radius: 2px; font-size:12px;	border:1px solid #CCCCCC; margin-bottom:5px;}

#autoajuda {
background:none;
margin-top:10px;
padding:20px 150px;
margin-bottom:10px;
border-bottom: solid 0px #CCCCCC;
border-radius: 0px;
box-shadow: 0px 0px 0px 0px #CCCCCC;
text-align: justify;
}

select{padding:5px; border:1px solid #CCCCCC; height:27px; width:300px; font-size:12px; border-radius: 2px;}