

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
}


form {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: normal;
    color: #212121;
}

h1 {
    letter-spacing: -1px;
    font-size: 2.2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

.post a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.post p{
    padding-left: 10px;
    padding-right: 10px;
}

a:hover {
    text-decoration: underline;
}


hr {
    display: none;
}

img {
    border: none;
}



/* Header */
html, body{
    height: 100%;
    min-height: 100%;
}

.barra{
    height: 2%;
    background-color: #000;
}

nav{
    margin-top: .2%;
    height: 7%;
    background-color: #fff;
    margin-top: 0.9%;
}

#banner {
    margin-top: 10%;
    height: 30%;
    border-radius: 10px;
    display: flex;
    margin-top: 5%;
    margin-bottom: 0.5%;

}

#banner #headerbg{
    padding: 50px 0;
    width: 100%;
    margin: 0;
    border-radius: 15px;
    background: url(images/img05.jpg) no-repeat;
    background-size: 100%;
}
.text1 {
    font-family: Arial, Helvetica, sans-serif, Times, serif;
    font-style: italic;
    /*padding: 150px 50px 20px 300px;*/
    font-size: 200%;
    color: #000;
    top: 75%;
    left: 40%;
    position: relative;
    width: 80%;
    color: #fff;
    border-radius: 15px;
}

@media only screen and (max-width: 320px){
  #banner {
    height: 20%;

}
.text1 {
    font-size: 150%;
}
}
@media only screen and (max-width: 768px) {
  #banner {
    height: 20%;
}
.text1 {
    font-size: 150%;
}
}
@media only screen and (max-width: 600px) {
  #banner {
    height: 20%;
}
.text1 {
    font-size: 150%;
}
}
@media only screen and (max-width: 500px) {
  #banner {
    height: 20%;
}
.text1 {
   left: 20%;
}
}
#menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4E4E4E;
}

#content{
    margin-top: 1%;
}
.cronogramaTitle{
    background-color: #00688B !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.cronogramaTitle span{
    color:#fff;
    font-size: 100%;
}

.lista-cronograma {
  padding: 5px !important;
}
.cronograma-label{
    font-weight: bold;
    font-size: 110%;
}




#rodapefundo{
    background-color:#000; 
    color:#fff;
    height:18%;
    width:100%; 
    display: flex;
    align-items: center;

}

#rodape ul{border:solid 1px #F00;}
#rodape li{display:inline; list-style:none;}
#rodape ul li a{padding:5px 10px; color:#fff; text-decoration:none; text-transform:uppercase; }
#rodape ul li a:hover{text-decoration:underline;}



#copyright{
    width:100%; 
    color:#666;

    font:12px Arial, Helvetica, sans-serif; font-weight:normal; text-align:center;


}


#Geral
{
    width: 80%;
    margin: 0 auto;
    /*border:solid 1px #000;*/
}




.trocar{background:#f7f8ef}
.trocar2{background:#fff}


/*CSS respons�vel pela exibi��o das mensagens de valida��o dos formul�rios*/
#insere label.error{
    color:#F00;
    padding:6px;
    font-family:Arial, Helvetica, sans-serif;
    display: block;
    padding: 0px;
    margin: 0px;
    width:100%;
}
#insere{display:block;  }


#insere input, select{ 
    font-family: arial;
    font-size: 12px;
    color: #93a1a4;
    border:#CCC solid 1px;
}
#insere label{
    color:#999;
    display:inline-block;

}
#insere p{
    width: 100%;
    margin: 0;
    padding: 0;
}
.hide
{
    display:none;
}
#insere p span
{
    color:red;
    display: none;
    font-size: 11px;    
    position: relative;
    top:25px;
    left:-325px;
}

#mensagens{ width: 100%; margin: 200px 0 0 0}
#mensagens p { width: 50%; margin: 0 auto;}


#docsInscricao p span{font-family: arial; font-size: 11px; color: #93a1a4; display: block}


#content li{
    margin-left: 0px;
    line-height: 20px;
    list-style-type: circle;
}
#inscricao{
    font-size: 13px;
}
#inscricao li{
    margin-left: 0px;
    line-height: 20px;
    list-style-type: none;
}

#endereco li{list-style: none; line-height: 20px;}
#endereco ul{background-color: #f7f8ef; font-weight: bold;}

.negrito{
    font-size: 16px;
    font-weight: bold;
}



