@charset "utf-8";
/* CSS Document */

body {
	background-color: #e6e6e6;
}
.container {
	background-color: #ffffff;
}

.topo {
	/*margin-left: -15px;
	margin-right: -15px;*/
	padding: 0;
}
.topo img {
	width: 100%;
	height: auto;
}
.topo-acib img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
	width: 100%;
	max-width: 250px;
	height: auto;
}
.topo-button img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	max-width: 50px;
	height: auto;
}
.topo-texto {
	margin: 20px 30px 20px 10px;
}
.topo-texto p {
	padding: 0px 5px;
	color: #004080;
	font-size: 20px;
}
/*@media (max-width: 767px) {	
.topo {
	margin: 0;
	width: 100%;
	height: 150px;
	overflow:hidden;
}
.topo img {
	height: 100%;
	width: auto;
	left: 50%;
	position: relative;	
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
}*/

.destaque {
	background-color: #5f6f95;
	color: white;
	text-align: center;
	padding: 10px 10px;
}
.destaque p {
	color: #dac8be;
	font-size: 24px;
}

.opcoes {
	position: relative;
	padding: 25px 25px 5px 15px;
	background-color: #ffffff;
}

.rodape {
	position: relative;
	padding: 25px 25px 25px 15px;
	background-color: white;	
}
.rodape img {
	width: auto;
	height: 80px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.corpo-texto {
	background-color: #ffffff;
	padding: 25px 25px 25px 15px;
}
.corpo-texto p {
	color: #004080;
	font-size: 16px;
}
.corpo-texto h2 {
	color: #4f7bca;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

.indent-level1-lg p { margin-left: 32px;}
.indent-level1-lg i { margin-left: -32px;}
.pr-10 { padding-right: 10px }
.pr-32 { padding-right: 32px }
.txt_blue { color: #0092d0; }
.txt_orange { color: orange; }

@media (max-width: 767px) {
body { background-color: white; }
.container { background-color: white; }
.corpo-texto  { 
	background-color: white; 
	padding: 15px 5px 15px 5px;
}
.opcoes { 
	background-color: white; 
	padding: 15px 5px 15px 5px;
}
.rodape { padding: 15px 0px 15px 0px; }
.rodape img {
	height: 60px;
	margin-right: 0px;
}
}


.TituloCurso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.TituloErro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.SubTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #FF3300;
	text-decoration: none;
	/*text-align: right;*/
}
.endspace {
	margin-top: 45px;
	margin-bottom: 15px;
}
.formwrapper {
	padding-top: 20px;
    background-color: white;
}

.form-inline .form-group{
    margin-left: -15px;
    margin-right: 15px;
	margin-bottom: 15px;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.75); /* IE */
  -moz-transform: scale(1.75); /* FF */
  -webkit-transform: scale(1.75); /* Safari and Chrome */
  -o-transform: scale(1.75); /* Opera */
  padding: 10px;
  margin: 4px 5px 0;
}
input[type=radio]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
  margin: 4px 5px 0;
}
select {
    padding: 6px 12px;
    border-radius: 4px;
    border: solid 1px #ccc;
}
.protecao-dados p {
    font-size: 12px;
    color: #999;
    text-align: justify;
}
